gdpr.owl 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. <?xml version="1.0"?>
  2. <rdf:RDF xmlns="http://purl.org/adaptcentre/ontologies/GDPRtEXT#"
  3. xml:base="http://purl.org/adaptcentre/ontologies/GDPRtEXT"
  4. xmlns:eli="http://data.europa.eu/eli/ontology#"
  5. xmlns:GDPRtEXT="http://purl.org/adaptcentre/ontologies/GDPRtEXT#"
  6. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  7. xmlns:owl="http://www.w3.org/2002/07/owl#"
  8. xmlns:xml="http://www.w3.org/XML/1998/namespace"
  9. xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
  10. xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  11. xmlns:dc="http://purl.org/dc/elements/1.1/">
  12. <owl:Ontology rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#">
  13. <dc:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GDPRtEXT</dc:title>
  14. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This is an ontology to represent GDPR text as a set of RDF resources</rdfs:comment>
  15. <dc:description rdf:datatype="http://www.w3.org/2000/01/rdf-schema#Literal">This ontology extends the canonical (official) GDPR text with additional annotations</dc:description>
  16. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GDPR text EXTensions</rdfs:label>
  17. <dc:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Harshvardhan J. Pandit</dc:creator>
  18. <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.1</owl:versionInfo>
  19. </owl:Ontology>
  20. <!--
  21. ///////////////////////////////////////////////////////////////////////////////////////
  22. //
  23. // Object Properties
  24. //
  25. ///////////////////////////////////////////////////////////////////////////////////////
  26. -->
  27. <!-- http://data.europa.eu/eli/ontology#is_part_of -->
  28. <owl:ObjectProperty rdf:about="http://data.europa.eu/eli/ontology#is_part_of"/>
  29. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfArticle -->
  30. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfArticle">
  31. <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#is_part_of"/>
  32. <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  33. <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  34. <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Article"/>
  35. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">represents a legal resource subdivision to be part of a article</rdfs:comment>
  36. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is part of Article</rdfs:label>
  37. </owl:ObjectProperty>
  38. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfChapter -->
  39. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfChapter">
  40. <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#is_part_of"/>
  41. <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  42. <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  43. <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Chapter"/>
  44. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">represents a legal resource subdivision to be part of a chapter</rdfs:comment>
  45. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is part of Chapter</rdfs:label>
  46. </owl:ObjectProperty>
  47. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfPoint -->
  48. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfPoint">
  49. <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#is_part_of"/>
  50. <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  51. <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  52. <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Point"/>
  53. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">represents a legal resource subdivision to be part of a point</rdfs:comment>
  54. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is part of Point</rdfs:label>
  55. </owl:ObjectProperty>
  56. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfSection -->
  57. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfSection">
  58. <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#is_part_of"/>
  59. <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  60. <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  61. <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Section"/>
  62. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">represents a legal resource subdivision to be part of a section</rdfs:comment>
  63. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is part of Section</rdfs:label>
  64. </owl:ObjectProperty>
  65. <!--
  66. ///////////////////////////////////////////////////////////////////////////////////////
  67. //
  68. // Classes
  69. //
  70. ///////////////////////////////////////////////////////////////////////////////////////
  71. -->
  72. <!-- http://data.europa.eu/eli/ontology#LegalResourceSubdivision -->
  73. <owl:Class rdf:about="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  74. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Article -->
  75. <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Article">
  76. <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  77. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Article in GDPR text</rdfs:comment>
  78. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Article</rdfs:label>
  79. </owl:Class>
  80. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Chapter -->
  81. <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Chapter">
  82. <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  83. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Chapter in GDPR text</rdfs:comment>
  84. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Chapter</rdfs:label>
  85. </owl:Class>
  86. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Citation -->
  87. <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Citation">
  88. <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  89. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Citation in GDPR text</rdfs:comment>
  90. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Citation</rdfs:label>
  91. </owl:Class>
  92. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Point -->
  93. <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Point">
  94. <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  95. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Point in GDPR text</rdfs:comment>
  96. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Point</rdfs:label>
  97. </owl:Class>
  98. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Recital -->
  99. <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Recital">
  100. <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  101. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Regulation in GDPR text</rdfs:comment>
  102. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Regulation</rdfs:label>
  103. </owl:Class>
  104. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Section -->
  105. <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Section">
  106. <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  107. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Section in GDPR text</rdfs:comment>
  108. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Section</rdfs:label>
  109. </owl:Class>
  110. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#SubPoint -->
  111. <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#SubPoint">
  112. <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  113. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SubPoint in GDPR text</rdfs:comment>
  114. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SubPoint</rdfs:label>
  115. </owl:Class>
  116. </rdf:RDF>
  117. <!-- Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi -->