Triples of the Data Model

Subject Predicate Object
http://www.w3schools.com/RDF http://www.recshop.fake/siteinfo#author "Jan Egil Refsnes"
http://www.w3schools.com/RDF http://www.recshop.fake/siteinfo#homepage "http://www.w3schools.com"


The original RDF/XML document

1: <?xml version="1.0"?>
2: <rdf:RDF
3: xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
4: xmlns:si="http://www.recshop.fake/siteinfo#">
5: <rdf:Description rdf:about="http://www.w3schools.com/RDF">
6: <si:author>Jan Egil Refsnes</si:author>
7: <si:homepage>http://www.w3schools.com</si:homepage>
8: </rdf:Description>
9: </rdf:RDF>

Graph of the data model