Triples of the Data Model

Subject Predicate Object
http://tutorials http://tutorials/rdf/title "subhodaya.com"
http://tutorials http://tutorials/rdf/author "Jan Egil Refsnes"

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://tutorials/rdf/">
5: <rdf:Description rdf:about="http://tutorials">
6: <si:title>subhodaya.com</si:title>
7: <si:author>Jan Egil Refsnes</si:author>
8: </rdf:Description>
9: </rdf:RDF>

Graph of the data model