gdprov_v0.1.owl 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702
  1. <?xml version="1.0"?>
  2. <rdf:RDF xmlns="https://openscience.adaptcentre.ie/ontologies/gdprov#"
  3. xml:base="https://openscience.adaptcentre.ie/ontologies/gdprov"
  4. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  5. xmlns:terms="http://purl.org/dc/terms/"
  6. xmlns:owl="http://www.w3.org/2002/07/owl#"
  7. xmlns:xml="http://www.w3.org/XML/1998/namespace"
  8. xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
  9. xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  10. xmlns:p-plan="http://purl.org/net/p-plan#"
  11. xmlns:vann="http://purl.org/vocab/vann/">
  12. <owl:Ontology rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#">
  13. <terms:title>The GDPR Provenance ontology</terms:title>
  14. <terms:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://purl.org/adaptcentre/people/harshvardhan_pandit</terms:creator>
  15. <terms:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://purl.org/adaptcentre/people/dave_lewis</terms:creator>
  16. <terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-08-01</terms:created>
  17. <terms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-08-01</terms:modified>
  18. <vann:preferredNamespaceUri>http://purl.org/adaptcentre/openscience/ontologies/gdprov#</vann:preferredNamespaceUri>
  19. <vann:preferredNamespacePrefix>gdprov</vann:preferredNamespacePrefix>
  20. <owl:versionInfo>0.1</owl:versionInfo>
  21. <owl:versionIRI>https://openscience.adaptcentre.ie/ontologies/gdprov/gdprov.0.1.owl</owl:versionIRI>
  22. <terms:description>GDPRov is an OWL2 ontology to express provenance metadata of consent and data lifecycles towards documenting compliance for GDPR.</terms:description>
  23. <rdfs:comment>PROV and P-Plan extension for representing provenance of consent and data lifecycles. Created by Harshvardhan J. Pandit and Dave Lewis.</rdfs:comment>
  24. <terms:license>https://creativecommons.org/licenses/by/4.0/</terms:license>
  25. <terms:abstract>The upcoming General Data Protection Regulation (GDPR) requires justification of data activities to acquire, use, share, and store data using consent obtained from the user. Failure to comply may result in significant heavy fines which incentivises creation and maintenance of records for all activities involving consent and data. Compliance documentation therefore requires provenance information outlining consent and data lifecycles to demonstrate correct usage of data in accordance with the related consent provided and updated by the user. GDPRov (pronounced GDPR-Prov) is a linked data ontology for expressing provenance of consent and data lifecycles with a view towards documenting compliance. GDPRov is an OWL2 ontology that extends PROV-O and P-Plan to model the provenance.</terms:abstract>
  26. </owl:Ontology>
  27. <!--
  28. ///////////////////////////////////////////////////////////////////////////////////////
  29. //
  30. // Object Properties
  31. //
  32. ///////////////////////////////////////////////////////////////////////////////////////
  33. -->
  34. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#collectsData -->
  35. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#collectsData">
  36. <rdfs:subPropertyOf rdf:resource="http://purl.org/net/p-plan#hasOutputVar"/>
  37. <owl:inverseOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#isDataCollectedByStep"/>
  38. <rdfs:domain rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataStep"/>
  39. <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#Data"/>
  40. <rdfs:comment>Links data obtained (collected) by the step/activity that acquired it</rdfs:comment>
  41. <rdfs:label>collectsData</rdfs:label>
  42. </owl:ObjectProperty>
  43. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#generatesAnonymisedData -->
  44. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#generatesAnonymisedData">
  45. <rdfs:subPropertyOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#generatesData"/>
  46. <owl:inverseOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#isAnonymisedByStep"/>
  47. <rdfs:domain rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataAnonymisationStep"/>
  48. <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#AnonymisedData"/>
  49. <rdfs:comment>Indicates that an DataAnonymisationStep transforms a Data object into AnonymisedData</rdfs:comment>
  50. <rdfs:label>generatesAnonymisedData</rdfs:label>
  51. </owl:ObjectProperty>
  52. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#generatesConsentAgreement -->
  53. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#generatesConsentAgreement">
  54. <rdfs:subPropertyOf rdf:resource="http://purl.org/net/p-plan#hasOutputVar"/>
  55. <owl:inverseOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#isGeneratedByStep"/>
  56. <rdfs:domain rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentAcquisitionStep"/>
  57. <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentAgreement"/>
  58. <rdfs:comment>Generates ConsentAgreement which is a the consent granted by the user based on the ConsentAgreementTemplate through a ConsentAcquisitionStep</rdfs:comment>
  59. <rdfs:label>generatesConsentAgreement</rdfs:label>
  60. </owl:ObjectProperty>
  61. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#generatesData -->
  62. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#generatesData">
  63. <rdfs:subPropertyOf rdf:resource="http://purl.org/net/p-plan#hasOutputVar"/>
  64. <owl:inverseOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#isDataGeneratedBy"/>
  65. <rdfs:domain rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataStep"/>
  66. <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#Data"/>
  67. <rdfs:comment>produces data</rdfs:comment>
  68. <rdfs:label>generatesData</rdfs:label>
  69. </owl:ObjectProperty>
  70. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#hasAnonymityLevel -->
  71. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#hasAnonymityLevel">
  72. <rdfs:domain rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#PersonalData"/>
  73. <rdfs:range>
  74. <owl:Restriction>
  75. <owl:onProperty rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#hasAnonymityLevel"/>
  76. <owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
  77. <owl:onClass rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#AnonymityLevel"/>
  78. </owl:Restriction>
  79. </rdfs:range>
  80. <rdfs:comment>Indicates the anonymity level of an AnonymisedData object using instances of the AnonymityLevel class</rdfs:comment>
  81. <rdfs:label>hasAnonymityLevel</rdfs:label>
  82. </owl:ObjectProperty>
  83. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#isAnonymisedByStep -->
  84. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#isAnonymisedByStep">
  85. <rdfs:subPropertyOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#isDataGeneratedBy"/>
  86. <rdfs:label>isAnonymisedByStep</rdfs:label>
  87. </owl:ObjectProperty>
  88. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#isConsentAgreementTemplateForStep -->
  89. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#isConsentAgreementTemplateForStep">
  90. <rdfs:subPropertyOf rdf:resource="http://purl.org/net/p-plan#isInputVarOf"/>
  91. <owl:inverseOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#usesConsentAgreementTemplate"/>
  92. <rdfs:label>isConsentAgreementTemplateForStep</rdfs:label>
  93. </owl:ObjectProperty>
  94. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#isDataCollectedByStep -->
  95. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#isDataCollectedByStep">
  96. <rdfs:subPropertyOf rdf:resource="http://purl.org/net/p-plan#isOutputVarOf"/>
  97. <rdfs:label>isDataCollectedByStep</rdfs:label>
  98. </owl:ObjectProperty>
  99. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#isDataGeneratedBy -->
  100. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#isDataGeneratedBy">
  101. <rdfs:subPropertyOf rdf:resource="http://purl.org/net/p-plan#isOutputVarOf"/>
  102. <rdfs:label>isDataGeneratedByStep</rdfs:label>
  103. </owl:ObjectProperty>
  104. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#isGeneratedByStep -->
  105. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#isGeneratedByStep">
  106. <rdfs:subPropertyOf rdf:resource="http://purl.org/net/p-plan#isOutputVarOf"/>
  107. <rdfs:label>isGeneratedByStep</rdfs:label>
  108. </owl:ObjectProperty>
  109. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#isJustificationForDataStep -->
  110. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#isJustificationForDataStep">
  111. <rdfs:subPropertyOf rdf:resource="http://purl.org/net/p-plan#isInputVarOf"/>
  112. <owl:inverseOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#isJustifiedUsingConsentAgreement"/>
  113. <rdfs:label>isJustificationForDataStep</rdfs:label>
  114. </owl:ObjectProperty>
  115. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#isJustifiedUsingConsentAgreement -->
  116. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#isJustifiedUsingConsentAgreement">
  117. <rdfs:subPropertyOf rdf:resource="http://purl.org/net/p-plan#hasInputVar"/>
  118. <rdfs:domain rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataStep"/>
  119. <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentAgreement"/>
  120. <rdfs:comment>justifies use of data by step through specified consent agreement</rdfs:comment>
  121. <rdfs:label>isJustifiedUsingConsentAgreement</rdfs:label>
  122. </owl:ObjectProperty>
  123. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#isTermsAndConditionsForStep -->
  124. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#isTermsAndConditionsForStep">
  125. <rdfs:subPropertyOf rdf:resource="http://purl.org/net/p-plan#isInputVarOf"/>
  126. <owl:inverseOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#usesTermsAndConditions"/>
  127. <rdfs:label>isTermsAndConditionsForStep</rdfs:label>
  128. </owl:ObjectProperty>
  129. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#isUsedByStep -->
  130. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#isUsedByStep">
  131. <rdfs:subPropertyOf rdf:resource="http://purl.org/net/p-plan#isInputVarOf"/>
  132. <owl:inverseOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#usesData"/>
  133. <rdfs:label>isUsedByStep</rdfs:label>
  134. </owl:ObjectProperty>
  135. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#sharesData -->
  136. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#sharesData">
  137. <rdfs:domain rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataSharingStep"/>
  138. <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#Data"/>
  139. <rdfs:comment>Indicates sharing of Data through a DataStep</rdfs:comment>
  140. <rdfs:label>sharesData</rdfs:label>
  141. </owl:ObjectProperty>
  142. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#sharesDataWithThirdParty -->
  143. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#sharesDataWithThirdParty">
  144. <rdfs:domain rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataSharingStep"/>
  145. <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ThirdParty"/>
  146. <rdfs:comment>Shares data with a third party</rdfs:comment>
  147. <rdfs:label>sharesDataWithThirdParty</rdfs:label>
  148. </owl:ObjectProperty>
  149. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#usesConsentAgreementTemplate -->
  150. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#usesConsentAgreementTemplate">
  151. <rdfs:subPropertyOf rdf:resource="http://purl.org/net/p-plan#hasInputVar"/>
  152. <rdfs:domain rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentAcquisitionStep"/>
  153. <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentAgreementTemplate"/>
  154. <rdfs:comment>links a Consent Acquisition Step with the Consent Agreement Template used to acquire consent</rdfs:comment>
  155. <rdfs:label>usesConsentAgreementTemplate</rdfs:label>
  156. </owl:ObjectProperty>
  157. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#usesData -->
  158. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#usesData">
  159. <rdfs:subPropertyOf rdf:resource="http://purl.org/net/p-plan#hasInputVar"/>
  160. <rdfs:domain rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataStep"/>
  161. <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#Data"/>
  162. <rdfs:comment>links step with data used</rdfs:comment>
  163. <rdfs:label>usesData</rdfs:label>
  164. </owl:ObjectProperty>
  165. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#usesTermsAndConditions -->
  166. <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#usesTermsAndConditions">
  167. <rdfs:subPropertyOf rdf:resource="http://purl.org/net/p-plan#hasInputVar"/>
  168. <rdfs:domain rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentAcquisitionStep"/>
  169. <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#TermsAndConditions"/>
  170. <rdfs:comment>Links a Consent Acquisition Step with the Terms and Conditions presented to the user when acquiring Consent</rdfs:comment>
  171. <rdfs:label>usesTermsAndConditions</rdfs:label>
  172. </owl:ObjectProperty>
  173. <!-- http://purl.org/net/p-plan#hasInputVar -->
  174. <owl:ObjectProperty rdf:about="http://purl.org/net/p-plan#hasInputVar"/>
  175. <!-- http://purl.org/net/p-plan#hasOutputVar -->
  176. <owl:ObjectProperty rdf:about="http://purl.org/net/p-plan#hasOutputVar"/>
  177. <!-- http://purl.org/net/p-plan#isInputVarOf -->
  178. <owl:ObjectProperty rdf:about="http://purl.org/net/p-plan#isInputVarOf"/>
  179. <!-- http://purl.org/net/p-plan#isOutputVarOf -->
  180. <owl:ObjectProperty rdf:about="http://purl.org/net/p-plan#isOutputVarOf"/>
  181. <!--
  182. ///////////////////////////////////////////////////////////////////////////////////////
  183. //
  184. // Classes
  185. //
  186. ///////////////////////////////////////////////////////////////////////////////////////
  187. -->
  188. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#AnonymisedData -->
  189. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#AnonymisedData">
  190. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#PersonalData"/>
  191. <rdfs:comment>Represents data that has been Anonymised at some level reflected by the hasAnonymityLevel object property</rdfs:comment>
  192. <rdfs:label>AnonymisedData</rdfs:label>
  193. </owl:Class>
  194. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#AnonymityLevel -->
  195. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#AnonymityLevel">
  196. <rdfs:comment>Provides a way to express the Anonymity Level of AnonymisedData objects through the object property hasAnonymityLevel</rdfs:comment>
  197. <rdfs:label>AnonymityLevel</rdfs:label>
  198. </owl:Class>
  199. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentAcquisitionStep -->
  200. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentAcquisitionStep">
  201. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentStep"/>
  202. <rdfs:comment xml:lang="en">ConsentAcquisitionStep deals with acquiring consent from the user. It uses Terms and Conditions along with the appropriate Consent Model as the basis of obtaining consent from the user. The output of this step is the consent object agreed upon by the user.</rdfs:comment>
  203. <rdfs:label xml:lang="en">ConsentAcquisitionStep</rdfs:label>
  204. </owl:Class>
  205. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentAgreement -->
  206. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentAgreement">
  207. <rdfs:subClassOf rdf:resource="http://purl.org/net/p-plan#Variable"/>
  208. <owl:disjointWith rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentAgreementTemplate"/>
  209. <owl:disjointWith rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#Data"/>
  210. <owl:disjointWith rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#TermsAndConditions"/>
  211. <rdfs:comment xml:lang="en">ConsentAgreement reflects the consent provided by the user based on the provided Terms and Conditions and Consent Agreement Templates. It is the set of permissions the user has specifically provided or refused to provide. This consent is useful to provide justification of activities that use user data.</rdfs:comment>
  212. <rdfs:label xml:lang="en">ConsentAgreement</rdfs:label>
  213. </owl:Class>
  214. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentAgreementTemplate -->
  215. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentAgreementTemplate">
  216. <rdfs:subClassOf rdf:resource="http://purl.org/net/p-plan#Variable"/>
  217. <owl:disjointWith rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#Data"/>
  218. <owl:disjointWith rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#TermsAndConditions"/>
  219. <rdfs:comment xml:lang="en">This is a template for consent requested from the user.</rdfs:comment>
  220. <rdfs:label xml:lang="en">ConsentAgreementTemplate</rdfs:label>
  221. </owl:Class>
  222. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentArchivalStep -->
  223. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentArchivalStep">
  224. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentStep"/>
  225. <rdfs:comment xml:lang="en">ConsentArchivalStep archives acquired consent to form a record of the consent given by the user.</rdfs:comment>
  226. <rdfs:label xml:lang="en">ConsentArchivalStep</rdfs:label>
  227. </owl:Class>
  228. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentModificationStep -->
  229. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentModificationStep">
  230. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentStep"/>
  231. <rdfs:comment xml:lang="en">ConsentModificationStep deals with modifications to the consent by the user. It invalidates the previous consent object and produces a new updated consent object that represents the modified consent.</rdfs:comment>
  232. <rdfs:label xml:lang="en">ConsentModificationStep</rdfs:label>
  233. </owl:Class>
  234. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentStep -->
  235. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentStep">
  236. <rdfs:subClassOf rdf:resource="http://purl.org/net/p-plan#Step"/>
  237. <rdfs:comment xml:lang="en">A ConsentStep acts/interacts with/uses Consent</rdfs:comment>
  238. <rdfs:label xml:lang="en">ConsentStep</rdfs:label>
  239. </owl:Class>
  240. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentWithdrawalProcess -->
  241. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentWithdrawalProcess">
  242. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#Process"/>
  243. <rdfs:comment xml:lang="en">A ConsentWithdrawalProcess deals with the withdrawal of consent by the user and the corresponding activity carried out within the system</rdfs:comment>
  244. <rdfs:label xml:lang="en">ConsentWithdrawalProcess</rdfs:label>
  245. </owl:Class>
  246. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentWithdrawalStep -->
  247. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentWithdrawalStep">
  248. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentModificationStep"/>
  249. <rdfs:comment xml:lang="en">ConsentWithdrawalStep deals with withdrawal of consent</rdfs:comment>
  250. <rdfs:label xml:lang="en">ConsentWithdrawalStep</rdfs:label>
  251. </owl:Class>
  252. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#Data -->
  253. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#Data">
  254. <rdfs:subClassOf rdf:resource="http://purl.org/net/p-plan#Variable"/>
  255. <owl:disjointWith rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#TermsAndConditions"/>
  256. <rdfs:comment xml:lang="en">Represents class of data collected or generated through various activities</rdfs:comment>
  257. <rdfs:label xml:lang="en">Data</rdfs:label>
  258. </owl:Class>
  259. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataAccessProcess -->
  260. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataAccessProcess">
  261. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#Process"/>
  262. <rdfs:comment xml:lang="en">A DataAccessProcess corresponds to the request made by an user for access to their data within the system. This process is responsible for handling the request process and providing the appropriate data to the end user.</rdfs:comment>
  263. <rdfs:label xml:lang="en">DataAccessProcess</rdfs:label>
  264. </owl:Class>
  265. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataAnonymisationStep -->
  266. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataAnonymisationStep">
  267. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataTransformationStep"/>
  268. <rdfs:comment xml:lang="en">DataAnonymisationStep anonymises data by transforming it from one form to another along the anonymisation chain.
  269. Anonymisation can be represented as a spectrum going from raw user data to pseudo-anonymised data that can be de-anonymised by the same agent/organisation to pseudo-anonymous data that cannot be deanonymised internally, but may be done by external agents who have access to other data, and finally to completely anonymised data.</rdfs:comment>
  270. <rdfs:label xml:lang="en">DataAnonymisationStep</rdfs:label>
  271. </owl:Class>
  272. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataArchivalProcess -->
  273. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataArchivalProcess">
  274. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#Process"/>
  275. <rdfs:comment xml:lang="en">A DataArchivalProcess describes the process of data archival</rdfs:comment>
  276. <rdfs:label xml:lang="en">DataArchivalProcess</rdfs:label>
  277. </owl:Class>
  278. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataArchivalStep -->
  279. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataArchivalStep">
  280. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataStorageStep"/>
  281. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataTransformationStep"/>
  282. <rdfs:comment xml:lang="en">DataArchivalStep archives data by transforming it and storing it</rdfs:comment>
  283. <rdfs:label xml:lang="en">DataArchivalStep</rdfs:label>
  284. </owl:Class>
  285. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataCollectionStep -->
  286. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataCollectionStep">
  287. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataStep"/>
  288. <rdfs:comment xml:lang="en">DataCollectionStep collects data from the user</rdfs:comment>
  289. <rdfs:label xml:lang="en">DataCollectionStep</rdfs:label>
  290. </owl:Class>
  291. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataDeanonymisationStep -->
  292. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataDeanonymisationStep">
  293. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataTransformationStep"/>
  294. <rdfs:comment xml:lang="en">DataDeanonymisationStep deanonymises data by transforming it from one form to another along the anonymisation chain.</rdfs:comment>
  295. <rdfs:label xml:lang="en">DataDeanonymisationStep</rdfs:label>
  296. </owl:Class>
  297. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataDeletionStep -->
  298. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataDeletionStep">
  299. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataStep"/>
  300. <rdfs:comment xml:lang="en">DataDeletionStep deletes data from within the system;
  301. The deletion is expressed as prov:invalidated over the dataset.</rdfs:comment>
  302. <rdfs:label xml:lang="en">DataDeletionStep</rdfs:label>
  303. </owl:Class>
  304. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataErasureProcess -->
  305. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataErasureProcess">
  306. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#Process"/>
  307. <rdfs:comment xml:lang="en">A DataErasureProcess is responsible for handling the data erasure of a data subject.</rdfs:comment>
  308. <rdfs:label xml:lang="en">DataErasureProcess</rdfs:label>
  309. </owl:Class>
  310. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataRectificationProcess -->
  311. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataRectificationProcess">
  312. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#Process"/>
  313. <rdfs:comment xml:lang="en">A DataRectificationProcess describes the process of data rectification, which is the correction of data already present within the system</rdfs:comment>
  314. <rdfs:label xml:lang="en">DataRectificationProcess</rdfs:label>
  315. </owl:Class>
  316. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataSharingStep -->
  317. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataSharingStep">
  318. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataStep"/>
  319. <rdfs:comment xml:lang="en">DataSharingStep shares data with another agent/organisation. These may be internal or external entities.</rdfs:comment>
  320. <rdfs:label xml:lang="en">DataSharingStep</rdfs:label>
  321. </owl:Class>
  322. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataStep -->
  323. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataStep">
  324. <rdfs:subClassOf rdf:resource="http://purl.org/net/p-plan#Step"/>
  325. <rdfs:comment xml:lang="en">A DataStep deals with data</rdfs:comment>
  326. <rdfs:label xml:lang="en">DataStep</rdfs:label>
  327. </owl:Class>
  328. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataStorageStep -->
  329. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataStorageStep">
  330. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataStep"/>
  331. <rdfs:comment xml:lang="en">DataStorageStep stores data within the system</rdfs:comment>
  332. <rdfs:label xml:lang="en">DataStorageStep</rdfs:label>
  333. </owl:Class>
  334. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataTransformationStep -->
  335. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataTransformationStep">
  336. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataStep"/>
  337. <rdfs:comment xml:lang="en">DataTransformationStep transforms data from one form into another.</rdfs:comment>
  338. <rdfs:label xml:lang="en">DataTransformationStep</rdfs:label>
  339. </owl:Class>
  340. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataUsageStep -->
  341. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataUsageStep">
  342. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataStep"/>
  343. <rdfs:comment xml:lang="en">A DataUsageStep is a DataStep that uses existing data present within the system</rdfs:comment>
  344. <rdfs:label xml:lang="en">DataUsageStep</rdfs:label>
  345. </owl:Class>
  346. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#HandleDataBreachProcess -->
  347. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#HandleDataBreachProcess">
  348. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#Process"/>
  349. <rdfs:comment>A process that defines the actions that should be undertaken in event of a data breach</rdfs:comment>
  350. <rdfs:label>HandleDataBreachProcess</rdfs:label>
  351. </owl:Class>
  352. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#PersonalData -->
  353. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#PersonalData">
  354. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#Data"/>
  355. <rdfs:comment xml:lang="en">PersonalData is any data pertaining to the user which can contain personally identifiable information or a data set generated by the system using personally identifiable information acquired through direct or indirect means</rdfs:comment>
  356. <rdfs:label xml:lang="en">PersonalData</rdfs:label>
  357. </owl:Class>
  358. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#Process -->
  359. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#Process">
  360. <rdfs:subClassOf rdf:resource="http://purl.org/net/p-plan#Plan"/>
  361. <rdfs:comment xml:lang="en">A Process describes a &apos;Plan&apos; of action for carrying out a particular activity that uses or is related to Data or Consent</rdfs:comment>
  362. <rdfs:label xml:lang="en">Process</rdfs:label>
  363. </owl:Class>
  364. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#TermsAndConditions -->
  365. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#TermsAndConditions">
  366. <rdfs:subClassOf rdf:resource="http://purl.org/net/p-plan#Variable"/>
  367. <rdfs:comment xml:lang="en">Terms and Conditions of usage as provided to the user in agreement of provided service</rdfs:comment>
  368. <rdfs:label xml:lang="en">TermsAndConditions</rdfs:label>
  369. </owl:Class>
  370. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#ThirdParty -->
  371. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ThirdParty">
  372. <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
  373. <rdfs:comment xml:lang="en">A ThirdParty is any external entitiy associated with some internal activity</rdfs:comment>
  374. <rdfs:label xml:lang="en">ThirdParty</rdfs:label>
  375. </owl:Class>
  376. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#ThirdPartyDataController -->
  377. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ThirdPartyDataController">
  378. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ThirdParty"/>
  379. <rdfs:comment xml:lang="en">A ThirdPartyDataController is a Third Party entity that acts as a Data Controller</rdfs:comment>
  380. <rdfs:label xml:lang="en">ThirdPartyDataController</rdfs:label>
  381. </owl:Class>
  382. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#ThirdPartyDataProcessor -->
  383. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ThirdPartyDataProcessor">
  384. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#ThirdParty"/>
  385. <rdfs:comment xml:lang="en">A ThirdPartyDataProcessor is a Third Party entity that acts as a Data Processor</rdfs:comment>
  386. <rdfs:label xml:lang="en">ThirdPartyDataProcessor</rdfs:label>
  387. </owl:Class>
  388. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#UserIdentifier -->
  389. <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#UserIdentifier">
  390. <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/gdprov#PersonalData"/>
  391. <rdfs:comment xml:lang="en">An UserIdentifier is a specific way to identify the user through a unique ID or a combination of other attributes</rdfs:comment>
  392. <rdfs:label xml:lang="en">UserIdentifier</rdfs:label>
  393. </owl:Class>
  394. <!-- http://purl.org/net/p-plan#Plan -->
  395. <owl:Class rdf:about="http://purl.org/net/p-plan#Plan"/>
  396. <!-- http://purl.org/net/p-plan#Step -->
  397. <owl:Class rdf:about="http://purl.org/net/p-plan#Step"/>
  398. <!-- http://purl.org/net/p-plan#Variable -->
  399. <owl:Class rdf:about="http://purl.org/net/p-plan#Variable"/>
  400. <!-- http://www.w3.org/ns/prov#Agent -->
  401. <owl:Class rdf:about="http://www.w3.org/ns/prov#Agent"/>
  402. <!--
  403. ///////////////////////////////////////////////////////////////////////////////////////
  404. //
  405. // Individuals
  406. //
  407. ///////////////////////////////////////////////////////////////////////////////////////
  408. -->
  409. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#Anonymised -->
  410. <owl:NamedIndividual rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#Anonymised">
  411. <rdfs:comment>Anonymised represents the Anonymisation level where the data cannot be de-anonymised to retrieve personally identifiable information.</rdfs:comment>
  412. <rdfs:label>Anonymised</rdfs:label>
  413. </owl:NamedIndividual>
  414. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#DeAnonymised -->
  415. <owl:NamedIndividual rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#DeAnonymised">
  416. <rdfs:comment>DeAnonymised represents the Anonymisation level where the data is completely de-anonymised and contains directly accessible personally identifiable information.</rdfs:comment>
  417. <rdfs:label>DeAnonymised</rdfs:label>
  418. </owl:NamedIndividual>
  419. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#PseudoAnonymised -->
  420. <owl:NamedIndividual rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#PseudoAnonymised">
  421. <rdfs:comment>PseudoAnonymised represents the Anonymisation level where the data is anonymised but cannot be de-anonymised without additional data which is NOT accessible to the data-holding organisation to retrieve personally identifiable information.</rdfs:comment>
  422. <rdfs:label>PseudoAnonymised</rdfs:label>
  423. </owl:NamedIndividual>
  424. <!-- http://purl.org/adaptcentre/openscience/ontologies/gdprov#PseudoOrganisationalAnonymised -->
  425. <owl:NamedIndividual rdf:about="http://purl.org/adaptcentre/openscience/ontologies/gdprov#PseudoOrganisationalAnonymised">
  426. <rdfs:comment>PseudoOrganisationalAnonymised represents the Anonymisation level where the data is anonymised but cannot be de-anonymised without additional data which is accessible to the data-holding organisation to recreate the de-anonymised information.</rdfs:comment>
  427. <rdfs:label>PseudoOrganisationalOrganised</rdfs:label>
  428. </owl:NamedIndividual>
  429. </rdf:RDF>
  430. <!-- Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi -->