sample_odml.rdf 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. @prefix odml: <https://g-node.org/projects/odml-rdf#> .
  2. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  3. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  4. @prefix xml: <http://www.w3.org/XML/1998/namespace> .
  5. @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  6. odml:Hub odml:hasDocument <https://g-node.org/projects/odml-rdf#3f995de3-fdb3-4f41-9daa-f85e001445c6>,
  7. <https://g-node.org/projects/odml-rdf#79b613eb-a256-46bf-84f6-207df465b8f7> ;
  8. odml:hasTerminology <https://g-node.org/projects/odml-rdf#7e0e07c7-7501-454e-88e7-cfa072db94c1> .
  9. <https://g-node.org/projects/odml-rdf#0cec018b-20e3-4b13-bb95-b41de12db97f> a odml:Property ;
  10. odml:hasDefinition "Nickname(s) of the subject" ;
  11. odml:hasDtype "string" ;
  12. odml:hasName "Nickname" .
  13. <https://g-node.org/projects/odml-rdf#0f96a050-2d9b-498f-a532-fbfcc6aae55e> a odml:Section ;
  14. odml:hasDefinition "Information on the crew" ;
  15. odml:hasName "TheCrew" ;
  16. odml:hasProperty <https://g-node.org/projects/odml-rdf#298938a6-0996-4a92-982b-837a08a1a220>,
  17. <https://g-node.org/projects/odml-rdf#7b0572c1-fcfc-4010-aebf-730397ac29af> ;
  18. odml:hasSection <https://g-node.org/projects/odml-rdf#1d6469b5-5322-408b-916e-3224b7a22008> ;
  19. odml:hasType "crew" .
  20. <https://g-node.org/projects/odml-rdf#1d6469b5-5322-408b-916e-3224b7a22008> a odml:Section ;
  21. odml:hasDefinition "Information on Arthur Dent" ;
  22. odml:hasName "Arthur Philip Dent" ;
  23. odml:hasProperty <https://g-node.org/projects/odml-rdf#0cec018b-20e3-4b13-bb95-b41de12db97f>,
  24. <https://g-node.org/projects/odml-rdf#635035cc-1c05-4e44-a4b7-0fb3d6295abf> ;
  25. odml:hasType "crew/person" .
  26. <https://g-node.org/projects/odml-rdf#298938a6-0996-4a92-982b-837a08a1a220> a odml:Property ;
  27. odml:hasDefinition "Number of crew members" ;
  28. odml:hasDtype "int" ;
  29. odml:hasName "NoCrewMembers" ;
  30. odml:hasUncertainty "1" ;
  31. odml:hasValue odml:ce5f326a-91c9-4c41-9425-d4b8495aa832 .
  32. <https://g-node.org/projects/odml-rdf#3f995de3-fdb3-4f41-9daa-f85e001445c6> a odml:Document ;
  33. odml:hasAuthor "D. N. Adams" ;
  34. odml:hasDate "1979-10-12"^^xsd:date ;
  35. odml:hasDocVersion "42" ;
  36. odml:hasSection odml:b44da455-8ee8-47b7-a011-016b9c3a6f9d .
  37. <https://g-node.org/projects/odml-rdf#4a9891e7-b970-46fb-80d6-60ec8b2535e3> a rdf:Bag ;
  38. rdf:li "Human" .
  39. <https://g-node.org/projects/odml-rdf#635035cc-1c05-4e44-a4b7-0fb3d6295abf> a odml:Property ;
  40. odml:hasDefinition "Species to which subject belongs to" ;
  41. odml:hasDtype "string" ;
  42. odml:hasName "Species" ;
  43. odml:hasValue <https://g-node.org/projects/odml-rdf#4a9891e7-b970-46fb-80d6-60ec8b2535e3> .
  44. <https://g-node.org/projects/odml-rdf#79b613eb-a256-46bf-84f6-207df465b8f7> a odml:Document ;
  45. odml:hasAuthor "D. N. Adams" ;
  46. odml:hasDate "1979-10-12"^^xsd:date ;
  47. odml:hasDocVersion "42" ;
  48. odml:hasSection <https://g-node.org/projects/odml-rdf#0f96a050-2d9b-498f-a532-fbfcc6aae55e> ;
  49. odml:hasTerminology <https://g-node.org/projects/odml-rdf#7e0e07c7-7501-454e-88e7-cfa072db94c1> .
  50. <https://g-node.org/projects/odml-rdf#7b0572c1-fcfc-4010-aebf-730397ac29af> a odml:Property ;
  51. odml:hasDefinition "List of crew members names" ;
  52. odml:hasDtype "person" ;
  53. odml:hasName "NameCrewMembers" ;
  54. odml:hasValue odml:d98afe9b-3982-44bf-9373-12aaa4798628 .
  55. odml:b44da455-8ee8-47b7-a011-016b9c3a6f9d a odml:Section ;
  56. odml:hasDefinition "Information on the crew" ;
  57. odml:hasName "TheCrew" ;
  58. odml:hasProperty odml:bb02a18d-7de2-45aa-8be1-ca34b74f2360 ;
  59. odml:hasType "crew" .
  60. odml:bb02a18d-7de2-45aa-8be1-ca34b74f2360 a odml:Property ;
  61. odml:hasDefinition "Number of crew members" ;
  62. odml:hasDtype "int" ;
  63. odml:hasName "NoCrewMembers" .
  64. odml:ce5f326a-91c9-4c41-9425-d4b8495aa832 a rdf:Bag ;
  65. rdf:li 4 .
  66. odml:d98afe9b-3982-44bf-9373-12aaa4798628 a rdf:Bag ;
  67. rdf:li "Arthur Philip Dent",
  68. "Ford Prefect",
  69. "Tricia Marie McMillan",
  70. "Zaphod Beeblebrox" .
  71. <https://g-node.org/projects/odml-rdf#7e0e07c7-7501-454e-88e7-cfa072db94c1> a <http://portal.g-node.org/odml/terminologies/v1.1/terminologies.xml> .