The original RDF/XML document

1: <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/rdf-syntax-ns#"
2:      xmlns="http://example.com/some-dlg-schema#">
3:   <Person>
4:      <name> John  </name>
5:      <livesWith> 
6: 	<Person>
7: 	   <father>
8: 	      <Person>
9: 		 <name> Fred </name>
10: 	      </Person>
11: 	   </father>
12: 	</Person>
13:      </livesWith>
14:   </Person>
15: </rdf:RDF>
16: 

Triples of the Data Model

NumberSubjectPredicateObject

Graph of the data model


Feedback

If you suspect the parser is in error, please enter an explanation below and then press the Submit problem report button, to mail the report (and listing) to www-rdf-validator@w3.org