generated_rdf.xml 1.1 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <rdf:RDF
  3. xmlns:ns1="http://g-node/odml#"
  4. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  5. >
  6. <rdf:Description rdf:nodeID="p1">
  7. <ns1:dtype>person</ns1:dtype>
  8. <ns1:hasValue>[Arthur Philip Dent,Zaphod Beeblebrox,Tricia Marie McMillan,Ford Prefect]</ns1:hasValue>
  9. <ns1:description>List of crew members names</ns1:description>
  10. <ns1:name>NameCrewMembers</ns1:name>
  11. </rdf:Description>
  12. <rdf:Description rdf:nodeID="s1">
  13. <ns1:name>TheCrew</ns1:name>
  14. <ns1:property rdf:nodeID="p1"/>
  15. <ns1:type>crew</ns1:type>
  16. <ns1:description>Information on the crew</ns1:description>
  17. </rdf:Description>
  18. <rdf:Description rdf:nodeID="d1">
  19. <ns1:date rdf:datatype="http://www.w3.org/2001/XMLSchema#date">1979-10-12</ns1:date>
  20. <ns1:docversion rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">42</ns1:docversion>
  21. <ns1:author>D. N. Adams</ns1:author>
  22. <ns1:version rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.1</ns1:version>
  23. <ns1:hasSection rdf:nodeID="s1"/>
  24. </rdf:Description>
  25. </rdf:RDF>