gdpr.owl 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  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:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  5. xmlns:foaf="http://xmlns.com/foaf/0.1/"
  6. xmlns:terms="http://purl.org/dc/terms/"
  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:skos="http://www.w3.org/2004/02/skos/core#"
  11. xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  12. xmlns:dc="http://purl.org/dc/elements/1.1/"
  13. xmlns:gdprtext="http://purl.org/adaptcentre/ontologies/GDPRtEXT#">
  14. xmlns:vann="http://purl.org/vocab/vann/"
  15. xmlns:ontology="http://data.europa.eu/eli/ontology#"
  16. xmlns:dc="http://purl.org/dc/elements/1.1/">
  17. <owl:Ontology rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#">
  18. <owl:imports rdf:resource="http://data.europa.eu/eli/ontology#"/>
  19. <terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-08-15</terms:created>
  20. <terms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-08-18</terms:modified>
  21. <dc:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GDPRtEXT</dc:title>
  22. <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>
  23. <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This ontology extends the canonical (official) GDPR text with additional annotations</dc:description>
  24. <terms:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://harshp.com#me</terms:creator>
  25. <terms:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This ontology extends the canonical (official) GDPR text with additional annotations</terms:description>
  26. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GDPR text EXTensions</rdfs:label>
  27. <dc:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Harshvardhan J. Pandit</dc:creator>
  28. <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.1</owl:versionInfo>
  29. <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.1</owl:versionInfo>
  30. <vann:preferredNamespacePrefix>gdprtext</vann:preferredNamespacePrefix>
  31. <vann:preferredNamespaceUri>http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT</vann:preferredNamespaceUri>
  32. <foaf:homepage>https://openscience.adaptcentre.ie/projects/GDPRtEXT/</foaf:homepage>
  33. <terms:license rdf:datatype="https://w3.org/2001/XMLSchema#anyURI">http://creativecommons.org/licenses/by/4.0/</terms:license>
  34. </owl:Ontology>
  35. <!--
  36. ///////////////////////////////////////////////////////////////////////////////////////
  37. //
  38. // Object Properties
  39. //
  40. ///////////////////////////////////////////////////////////////////////////////////////
  41. -->
  42. <!-- http://data.europa.eu/eli/ontology#has_part -->
  43. <owl:ObjectProperty rdf:about="http://data.europa.eu/eli/ontology#has_part">
  44. <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
  45. </owl:ObjectProperty>
  46. <!-- http://data.europa.eu/eli/ontology#is_part_of -->
  47. <owl:ObjectProperty rdf:about="http://data.europa.eu/eli/ontology#is_part_of">
  48. <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
  49. </owl:ObjectProperty>
  50. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasArticle -->
  51. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasArticle">
  52. <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#has_part"/>
  53. <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  54. <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  55. <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Article"/>
  56. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">indicates the legal resource has the Article</rdfs:comment>
  57. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has Article</rdfs:label>
  58. </owl:ObjectProperty>
  59. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasChapter -->
  60. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasChapter">
  61. <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#has_part"/>
  62. <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  63. <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResource"/>
  64. <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Chapter"/>
  65. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">indicates the legal resource has the Chapter</rdfs:comment>
  66. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has Chapter</rdfs:label>
  67. </owl:ObjectProperty>
  68. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasPoint -->
  69. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasPoint">
  70. <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#has_part"/>
  71. <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  72. <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  73. <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Point"/>
  74. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">indicates the legal resource has the Point</rdfs:comment>
  75. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has Point</rdfs:label>
  76. </owl:ObjectProperty>
  77. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasRecital -->
  78. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasRecital">
  79. <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#has_part"/>
  80. <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  81. <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  82. <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Recital"/>
  83. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">indicates the legal resource has the Recital</rdfs:comment>
  84. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has Recital</rdfs:label>
  85. </owl:ObjectProperty>
  86. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasSection -->
  87. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasSection">
  88. <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#has_part"/>
  89. <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  90. <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  91. <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Section"/>
  92. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">indicates the legal resource has the Section</rdfs:comment>
  93. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has Section</rdfs:label>
  94. </owl:ObjectProperty>
  95. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasSubPoint -->
  96. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasSubPoint">
  97. <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#has_part"/>
  98. <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  99. <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  100. <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#SubPoint"/>
  101. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">indicates the legal resource has the SubPoint</rdfs:comment>
  102. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has SubPoint</rdfs:label>
  103. </owl:ObjectProperty>
  104. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfArticle -->
  105. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfArticle">
  106. <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#is_part_of"/>
  107. <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  108. <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  109. <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Article"/>
  110. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">represents a legal resource subdivision to be part of a article</rdfs:comment>
  111. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is part of Article</rdfs:label>
  112. </owl:ObjectProperty>
  113. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfChapter -->
  114. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfChapter">
  115. <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#is_part_of"/>
  116. <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  117. <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  118. <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Chapter"/>
  119. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">represents a legal resource subdivision to be part of a chapter</rdfs:comment>
  120. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is part of Chapter</rdfs:label>
  121. </owl:ObjectProperty>
  122. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfPoint -->
  123. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfPoint">
  124. <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#is_part_of"/>
  125. <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  126. <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  127. <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Point"/>
  128. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">represents a legal resource subdivision to be part of a point</rdfs:comment>
  129. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is part of Point</rdfs:label>
  130. </owl:ObjectProperty>
  131. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfSection -->
  132. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfSection">
  133. <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#is_part_of"/>
  134. <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  135. <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  136. <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Section"/>
  137. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">represents a legal resource subdivision to be part of a section</rdfs:comment>
  138. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is part of Section</rdfs:label>
  139. </owl:ObjectProperty>
  140. <!--
  141. ///////////////////////////////////////////////////////////////////////////////////////
  142. //
  143. // Classes
  144. //
  145. ///////////////////////////////////////////////////////////////////////////////////////
  146. -->
  147. <!-- http://data.europa.eu/eli/ontology#LegalResource -->
  148. <owl:Class rdf:about="http://data.europa.eu/eli/ontology#LegalResource"/>
  149. <!-- http://data.europa.eu/eli/ontology#LegalResourceSubdivision -->
  150. <owl:Class rdf:about="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  151. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Article -->
  152. <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Article">
  153. <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  154. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Article in GDPR text</rdfs:comment>
  155. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Article</rdfs:label>
  156. </owl:Class>
  157. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Chapter -->
  158. <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Chapter">
  159. <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  160. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Chapter in GDPR text</rdfs:comment>
  161. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Chapter</rdfs:label>
  162. </owl:Class>
  163. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Citation -->
  164. <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Citation">
  165. <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  166. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Citation in GDPR text</rdfs:comment>
  167. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Citation</rdfs:label>
  168. </owl:Class>
  169. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Point -->
  170. <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Point">
  171. <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  172. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Point in GDPR text</rdfs:comment>
  173. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Point</rdfs:label>
  174. </owl:Class>
  175. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Recital -->
  176. <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Recital">
  177. <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  178. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Regulation in GDPR text</rdfs:comment>
  179. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Regulation</rdfs:label>
  180. </owl:Class>
  181. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Section -->
  182. <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Section">
  183. <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  184. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Section in GDPR text</rdfs:comment>
  185. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Section</rdfs:label>
  186. </owl:Class>
  187. <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#SubPoint -->
  188. <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#SubPoint">
  189. <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
  190. <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SubPoint in GDPR text</rdfs:comment>
  191. <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SubPoint</rdfs:label>
  192. </owl:Class>
  193. </rdf:RDF>
  194. <!-- Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi -->