Abbreviated syntax |
RDF embedded in HTML exposes element content to the users
-> abbreviated syntax encodes elements and their content as
attributes
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#"
xmlns="http://www.forth.gr/conf/schema#">
<Document rdf:about="http://www.w3.org/People/Janne/Welcome.html"
language="en"
country="us"
encoding="ISO-8859-1" />
</rdf:RDF>
36 of 55 |