ontology.ttl 73 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294
  1. @prefix : <http://purl.org/adaptcentre/openscience/ontologies/gdprov#> .
  2. @prefix owl: <http://www.w3.org/2002/07/owl#> .
  3. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  4. @prefix xml: <http://www.w3.org/XML/1998/namespace> .
  5. @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  6. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  7. @base <http://purl.org/adaptcentre/openscience/ontologies/gdprov> .
  8. <http://purl.org/adaptcentre/openscience/ontologies/gdprov> rdf:type owl:Ontology ;
  9. owl:versionIRI <https://openscience.adaptcentre.ie/ontologies/gdprov/v/gdprov_v0.7.owl> ;
  10. owl:imports <http://purl.org/net/p-plan#> ,
  11. <http://www.w3.org/ns/prov-o-20130430> ;
  12. <http://purl.org/dc/terms/abstract> "The General Data Protection Regulation (GDPR) is an European law governing the use of consent and personal data. Some of its obligations involve concepts related to the lifecycles of consent and personal data. Such obligations are concerned with how the collection, use, processing, sharing, and storing of consent and personal data takes place and provides the motivation for a form of documentation that can demonstrate the required information towards compliance. GDPRov is an OWL2 ontology for representing this information as provenance metadata using terms relevant to the GDPR. It extends PROV-O and P-Plan to represent the lifecyles as an abstract model of how things should happen or will happen (future) as well as instance of what has happened (past). The ontology is being developed as part of contributions towards PhD research by its primary author."^^xsd:string ;
  13. <http://purl.org/dc/terms/created> "2017-08-01"^^xsd:date ;
  14. <http://purl.org/dc/terms/creator> "http://purl.org/adaptcentre/people/dave_lewis"^^xsd:anyURI ,
  15. "http://purl.org/adaptcentre/people/harshvardhan_pandit"^^xsd:anyURI ;
  16. <http://purl.org/dc/terms/description> "GDPRov is an OWL2 ontology to express provenance metadata of consent and data lifecycles towards documenting compliance for GDPR."^^xsd:string ;
  17. <http://purl.org/dc/terms/license> "https://creativecommons.org/licenses/by/4.0/"^^xsd:string ;
  18. <http://purl.org/dc/terms/modified> "2018-04-06"^^xsd:string ;
  19. <http://purl.org/dc/terms/title> "The GDPR Provenance ontology"^^xsd:string ;
  20. <http://purl.org/vocab/vann/preferredNamespacePrefix> "gdprov"^^xsd:string ;
  21. <http://purl.org/vocab/vann/preferredNamespaceUri> "http://purl.org/adaptcentre/openscience/ontologies/gdprov#"^^xsd:string ;
  22. rdfs:comment "GDPRov is an ontology for expressing provenance metadata in the context of the General Data Protection Regulation (GDPR) and its compliance. It extends PROV-O and P-Plan. PROV-O is the ontology based on the PROV model, a W3C recommendation, while P-Plan is an extension of PROV-O. PROV is used to define terms or 'instances' of what has happened in the past, while P-Plan is used to define the abstract model or 'Plan' of things to happen. GDPRov uses P-Plan to create a template/model/plan as an abstract or model representation of a system which is then recorded using PROV-O instances to show something has happened. The aim of the ontology is to enable representation of consent and personal data lifecycles using terms relevant to GDPR and to facilitate expression of this information towards documentation related to compliance."^^xsd:string ;
  23. owl:versionIRI "https://openscience.adaptcentre.ie/ontologies/gdprov/v/gdprov.0.7.owl"^^xsd:string ;
  24. owl:versionInfo "0.7"^^xsd:string .
  25. #################################################################
  26. # Annotation properties
  27. #################################################################
  28. ### http://purl.org/dc/terms/abstract
  29. <http://purl.org/dc/terms/abstract> rdf:type owl:AnnotationProperty .
  30. ### http://purl.org/dc/terms/created
  31. <http://purl.org/dc/terms/created> rdf:type owl:AnnotationProperty .
  32. ### http://purl.org/dc/terms/creator
  33. <http://purl.org/dc/terms/creator> rdf:type owl:AnnotationProperty .
  34. ### http://purl.org/dc/terms/description
  35. <http://purl.org/dc/terms/description> rdf:type owl:AnnotationProperty .
  36. ### http://purl.org/dc/terms/license
  37. <http://purl.org/dc/terms/license> rdf:type owl:AnnotationProperty .
  38. ### http://purl.org/dc/terms/modified
  39. <http://purl.org/dc/terms/modified> rdf:type owl:AnnotationProperty .
  40. ### http://purl.org/dc/terms/title
  41. <http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty .
  42. ### http://purl.org/vocab/vann/preferredNamespacePrefix
  43. <http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty .
  44. ### http://purl.org/vocab/vann/preferredNamespaceUri
  45. <http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:AnnotationProperty .
  46. ### http://www.w3.org/2002/07/owl#versionIRI
  47. owl:versionIRI rdf:type owl:AnnotationProperty .
  48. #################################################################
  49. # Object Properties
  50. #################################################################
  51. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#anonymityLevel
  52. :anonymityLevel rdf:type owl:ObjectProperty ;
  53. rdfs:domain :DataEntity ;
  54. rdfs:range :AnonymityLevel ;
  55. rdfs:label "anonymity level"^^xsd:string ;
  56. owl:deprecated "true"^^xsd:boolean .
  57. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#archivesConsentAs
  58. :archivesConsentAs rdf:type owl:ObjectProperty ;
  59. rdfs:subPropertyOf <http://purl.org/net/p-plan#hasOutputVar> ;
  60. rdfs:domain :ConsentArchivalStep ;
  61. rdfs:range :ConsentAgreement ;
  62. rdfs:comment "Archives the consent into some entity"^^xsd:string ;
  63. rdfs:label "archives consent as"^^xsd:string .
  64. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#collectedConsentFromAgent
  65. :collectedConsentFromAgent rdf:type owl:ObjectProperty ;
  66. rdfs:subPropertyOf :involvesAgent ;
  67. rdfs:domain :AcquireConsentActivity ;
  68. rdfs:range <http://www.w3.org/ns/prov#Agent> .
  69. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#collectedDataFromAgent
  70. :collectedDataFromAgent rdf:type owl:ObjectProperty ;
  71. rdfs:subPropertyOf :involvesAgent ;
  72. rdfs:domain :DataCollectionActivity ;
  73. rdfs:range <http://www.w3.org/ns/prov#Agent> .
  74. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#collectsConsentFromAgent
  75. :collectsConsentFromAgent rdf:type owl:ObjectProperty ;
  76. rdfs:subPropertyOf :involvesAgent ;
  77. rdfs:domain :ConsentAcquisitionStep ;
  78. rdfs:range <http://www.w3.org/ns/prov#Agent> .
  79. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#collectsData
  80. :collectsData rdf:type owl:ObjectProperty ;
  81. rdfs:subPropertyOf <http://purl.org/net/p-plan#hasOutputVar> ;
  82. owl:inverseOf :isDataCollectedByStep ;
  83. rdfs:domain :DataStep ;
  84. rdfs:range :Data ;
  85. rdfs:comment "Links data obtained (collected) by the step/activity that acquired it"^^xsd:string ;
  86. rdfs:label "collectsData"^^xsd:string .
  87. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#collectsDataFromAgent
  88. :collectsDataFromAgent rdf:type owl:ObjectProperty ;
  89. rdfs:subPropertyOf :involvesAgent ;
  90. rdfs:domain :DataCollectionStep ;
  91. rdfs:range <http://www.w3.org/ns/prov#Agent> .
  92. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#generatesAnonymisedData
  93. :generatesAnonymisedData rdf:type owl:ObjectProperty ;
  94. rdfs:subPropertyOf :generatesData ;
  95. owl:inverseOf :isAnonymisedByStep ;
  96. rdfs:domain :DataAnonymisationStep ;
  97. rdfs:range :AnonymisedData ;
  98. rdfs:comment "Indicates that an DataAnonymisationStep transforms a Data object into AnonymisedData"^^xsd:string ;
  99. rdfs:label "generatesAnonymisedData"^^xsd:string .
  100. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#generatesConsentAgreement
  101. :generatesConsentAgreement rdf:type owl:ObjectProperty ;
  102. rdfs:subPropertyOf <http://purl.org/net/p-plan#hasOutputVar> ;
  103. owl:inverseOf :isGeneratedByStep ;
  104. rdfs:domain :ConsentStep ;
  105. rdfs:range :ConsentAgreement ;
  106. rdfs:comment "Generates ConsentAgreement which is a the consent granted by the user based on the ConsentAgreementTemplate through a ConsentAcquisitionStep"^^xsd:string ;
  107. rdfs:label "generatesConsentAgreement"^^xsd:string .
  108. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#generatesData
  109. :generatesData rdf:type owl:ObjectProperty ;
  110. rdfs:subPropertyOf <http://purl.org/net/p-plan#hasOutputVar> ;
  111. owl:inverseOf :isDataGeneratedBy ;
  112. rdfs:domain :DataStep ;
  113. rdfs:range :Data ;
  114. rdfs:comment "produces data"^^xsd:string ;
  115. rdfs:label "generatesData"^^xsd:string .
  116. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#hasAnonymityLevel
  117. :hasAnonymityLevel rdf:type owl:ObjectProperty ;
  118. rdfs:domain :PersonalData ;
  119. rdfs:range :AnonymityLevel ;
  120. rdfs:comment "Indicates the anonymity level of an AnonymisedData object using instances of the AnonymityLevel class"^^xsd:string ;
  121. rdfs:label "hasAnonymityLevel"^^xsd:string .
  122. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#hasLegalBasis
  123. :hasLegalBasis rdf:type owl:ObjectProperty ;
  124. rdfs:range <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> ;
  125. rdfs:label "hasLegalBasis"^^rdfs:Literal .
  126. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#hasLegalJustification
  127. :hasLegalJustification rdf:type owl:ObjectProperty ;
  128. rdfs:domain <http://purl.org/net/p-plan#Activity> ;
  129. rdfs:range <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> ;
  130. rdfs:label "has legal justification"^^xsd:string ;
  131. owl:deprecated "true"^^xsd:boolean .
  132. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#hasSharedDataWith
  133. :hasSharedDataWith rdf:type owl:ObjectProperty ;
  134. rdfs:domain :DataSharingActivity ;
  135. rdfs:range <http://www.w3.org/ns/prov#Agent> ;
  136. rdfs:label "hasSharedDataWith"^^rdfs:Literal .
  137. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#invalidatesData
  138. :invalidatesData rdf:type owl:ObjectProperty ;
  139. rdfs:domain :DataDeletionActivity ;
  140. rdfs:range :Data .
  141. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#involvesAgent
  142. :involvesAgent rdf:type owl:ObjectProperty ;
  143. rdfs:range <http://www.w3.org/ns/prov#Agent> .
  144. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#isAnonymisedByStep
  145. :isAnonymisedByStep rdf:type owl:ObjectProperty ;
  146. rdfs:subPropertyOf :isDataGeneratedBy ;
  147. rdfs:label "isAnonymisedByStep"^^xsd:string .
  148. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#isConsentAgreementTemplateForStep
  149. :isConsentAgreementTemplateForStep rdf:type owl:ObjectProperty ;
  150. rdfs:subPropertyOf <http://purl.org/net/p-plan#isInputVarOf> ;
  151. owl:inverseOf :usesConsentAgreementTemplate ;
  152. rdfs:label "isConsentAgreementTemplateForStep"^^xsd:string .
  153. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#isDataCollectedByStep
  154. :isDataCollectedByStep rdf:type owl:ObjectProperty ;
  155. rdfs:subPropertyOf <http://purl.org/net/p-plan#isOutputVarOf> ;
  156. rdfs:label "isDataCollectedByStep"^^xsd:string .
  157. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#isDataGeneratedBy
  158. :isDataGeneratedBy rdf:type owl:ObjectProperty ;
  159. rdfs:subPropertyOf <http://purl.org/net/p-plan#isOutputVarOf> ;
  160. rdfs:label "isDataGeneratedByStep"^^xsd:string .
  161. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#isGeneratedByStep
  162. :isGeneratedByStep rdf:type owl:ObjectProperty ;
  163. rdfs:subPropertyOf <http://purl.org/net/p-plan#isOutputVarOf> ;
  164. rdfs:label "isGeneratedByStep"^^xsd:string .
  165. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#isJustificationForDataStep
  166. :isJustificationForDataStep rdf:type owl:ObjectProperty ;
  167. rdfs:subPropertyOf <http://purl.org/net/p-plan#isInputVarOf> ;
  168. owl:inverseOf :isJustifiedUsingConsentAgreement ;
  169. rdfs:label "isJustificationForDataStep"^^xsd:string .
  170. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#isJustifiedUsingConsentAgreement
  171. :isJustifiedUsingConsentAgreement rdf:type owl:ObjectProperty ;
  172. rdfs:subPropertyOf <http://purl.org/net/p-plan#hasInputVar> ;
  173. rdfs:domain :DataStep ;
  174. rdfs:range :ConsentAgreement ;
  175. rdfs:comment "justifies use of data by step through specified consent agreement"^^xsd:string ;
  176. rdfs:label "isJustifiedUsingConsentAgreement"^^xsd:string .
  177. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#isPartOfProcess
  178. :isPartOfProcess rdf:type owl:ObjectProperty ;
  179. rdfs:subPropertyOf <http://purl.org/net/p-plan#isStepOfPlan> ;
  180. rdfs:label "isPartOfProcess"^^rdfs:Literal .
  181. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#isTermsAndConditionsForStep
  182. :isTermsAndConditionsForStep rdf:type owl:ObjectProperty ;
  183. rdfs:subPropertyOf <http://purl.org/net/p-plan#isInputVarOf> ;
  184. owl:inverseOf :usesTermsAndConditions ;
  185. rdfs:label "isTermsAndConditionsForStep"^^xsd:string .
  186. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#isUsedByStep
  187. :isUsedByStep rdf:type owl:ObjectProperty ;
  188. rdfs:subPropertyOf <http://purl.org/net/p-plan#isInputVarOf> ;
  189. owl:inverseOf :usesData ;
  190. rdfs:label "isUsedByStep"^^xsd:string .
  191. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#refersToProcess
  192. :refersToProcess rdf:type owl:ObjectProperty ;
  193. rdfs:range :Process .
  194. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#sharesData
  195. :sharesData rdf:type owl:ObjectProperty ;
  196. rdfs:subPropertyOf <http://purl.org/net/p-plan#hasInputVar> ;
  197. owl:inverseOf :wasSharedBy ;
  198. rdfs:domain :DataSharingStep ;
  199. rdfs:range :Data ;
  200. rdfs:comment "Indicates sharing of Data through a DataStep"^^xsd:string ;
  201. rdfs:label "sharesData"^^xsd:string .
  202. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#sharesDataWith
  203. :sharesDataWith rdf:type owl:ObjectProperty ;
  204. rdfs:domain :DataSharingStep ;
  205. rdfs:range <http://www.w3.org/ns/prov#Agent> ;
  206. rdfs:label "sharesDataWith"^^xsd:string .
  207. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#sharesDataWithThirdParty
  208. :sharesDataWithThirdParty rdf:type owl:ObjectProperty ;
  209. rdfs:subPropertyOf owl:topObjectProperty ;
  210. rdfs:domain :DataSharingStep ;
  211. rdfs:range :ThirdParty ;
  212. rdfs:comment "Shares data with a third party"^^xsd:string ;
  213. rdfs:label "sharesDataWithThirdParty"^^xsd:string ;
  214. owl:deprecated "true"^^xsd:boolean .
  215. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#transferredDataToRegion
  216. :transferredDataToRegion rdf:type owl:ObjectProperty ;
  217. rdfs:domain :CrossBorderTransferActivity ;
  218. rdfs:label "transferredDataToRegion"^^rdfs:Literal .
  219. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#transfersDataToRegion
  220. :transfersDataToRegion rdf:type owl:ObjectProperty ;
  221. rdfs:domain :CrossBorderDataTransfer ;
  222. rdfs:label "transfersDataToRegion"^^rdfs:Literal .
  223. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#usesConsentAgreement
  224. :usesConsentAgreement rdf:type owl:ObjectProperty ;
  225. rdfs:subPropertyOf <http://purl.org/net/p-plan#hasInputVar> ;
  226. rdfs:domain :ConsentStep ;
  227. rdfs:range :ConsentAgreement ;
  228. rdfs:comment "uses Consent Agreement entity"^^xsd:string ;
  229. rdfs:label "uses Consent Agreement"^^xsd:string .
  230. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#usesConsentAgreementTemplate
  231. :usesConsentAgreementTemplate rdf:type owl:ObjectProperty ;
  232. rdfs:subPropertyOf <http://purl.org/net/p-plan#hasInputVar> ;
  233. rdfs:domain :ConsentAcquisitionStep ;
  234. rdfs:range :ConsentAgreementTemplate ;
  235. rdfs:comment "links a Consent Acquisition Step with the Consent Agreement Template used to acquire consent"^^xsd:string ;
  236. rdfs:label "usesConsentAgreementTemplate"^^xsd:string .
  237. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#usesData
  238. :usesData rdf:type owl:ObjectProperty ;
  239. rdfs:subPropertyOf <http://purl.org/net/p-plan#hasInputVar> ;
  240. rdfs:domain :DataStep ;
  241. rdfs:range :Data ;
  242. rdfs:comment "links step with data used"^^xsd:string ;
  243. rdfs:label "usesData"^^xsd:string .
  244. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#usesTermsAndConditions
  245. :usesTermsAndConditions rdf:type owl:ObjectProperty ;
  246. rdfs:subPropertyOf <http://purl.org/net/p-plan#hasInputVar> ;
  247. rdfs:domain :ConsentAcquisitionStep ;
  248. rdfs:range :TermsAndConditions ;
  249. rdfs:comment "Links a Consent Acquisition Step with the Terms and Conditions presented to the user when acquiring Consent"^^xsd:string ;
  250. rdfs:label "usesTermsAndConditions"^^xsd:string .
  251. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#wasSharedBy
  252. :wasSharedBy rdf:type owl:ObjectProperty ;
  253. rdfs:subPropertyOf <http://purl.org/net/p-plan#isInputVarOf> .
  254. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#wasSharedWithThirdParty
  255. :wasSharedWithThirdParty rdf:type owl:ObjectProperty ;
  256. rdfs:subPropertyOf <http://purl.org/net/p-plan#isInputVarOf> ;
  257. rdfs:domain :Data ;
  258. rdfs:range :ThirdParty .
  259. ### http://purl.org/net/p-plan#hasInputVar
  260. <http://purl.org/net/p-plan#hasInputVar> rdf:type owl:ObjectProperty .
  261. ### http://purl.org/net/p-plan#hasOutputVar
  262. <http://purl.org/net/p-plan#hasOutputVar> rdf:type owl:ObjectProperty .
  263. ### http://purl.org/net/p-plan#isInputVarOf
  264. <http://purl.org/net/p-plan#isInputVarOf> rdf:type owl:ObjectProperty .
  265. ### http://purl.org/net/p-plan#isOutputVarOf
  266. <http://purl.org/net/p-plan#isOutputVarOf> rdf:type owl:ObjectProperty .
  267. ### http://purl.org/net/p-plan#isStepOfPlan
  268. <http://purl.org/net/p-plan#isStepOfPlan> rdf:type owl:ObjectProperty .
  269. #################################################################
  270. # Classes
  271. #################################################################
  272. ### http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing
  273. <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> rdf:type owl:Class .
  274. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#AcquireConsentActivity
  275. :AcquireConsentActivity rdf:type owl:Class ;
  276. rdfs:subClassOf :ConsentActivity ;
  277. rdfs:comment "Is an activity that acquires consent."^^xsd:string ;
  278. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent> ;
  279. rdfs:label "Acquire Consent Activity"^^xsd:string ;
  280. rdfs:seeAlso :ConsentAcquisitionStep .
  281. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#AnonymisationActivity
  282. :AnonymisationActivity rdf:type owl:Class ;
  283. rdfs:subClassOf :DataTransformationActivity ;
  284. rdfs:comment "Is an activity that anonymises data."^^xsd:string ;
  285. rdfs:label "Anonymisation Activity"^^xsd:string ;
  286. rdfs:seeAlso :DataAnonymisationStep .
  287. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#AnonymisedData
  288. :AnonymisedData rdf:type owl:Class ;
  289. rdfs:subClassOf :PersonalData ,
  290. [ rdf:type owl:Restriction ;
  291. owl:onProperty :hasAnonymityLevel ;
  292. owl:someValuesFrom :AnonymityLevel
  293. ] ;
  294. rdfs:comment "Represents data that has been Anonymised at some level reflected by the hasAnonymityLevel object property"^^xsd:string ;
  295. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AnonymousData> ,
  296. <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData> ;
  297. rdfs:label "AnonymisedData"^^xsd:string ;
  298. rdfs:seeAlso :AnonymisedDataEntity .
  299. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#AnonymisedDataEntity
  300. :AnonymisedDataEntity rdf:type owl:Class ;
  301. rdfs:subClassOf :PersonalDataEntity ;
  302. rdfs:comment "Is an entity where personal data has been anonymised to some extent."^^xsd:string ;
  303. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AnonymousData> ,
  304. <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData> ;
  305. rdfs:label "Anonymised Data Entity"^^xsd:string ;
  306. rdfs:seeAlso :AnonymisedData .
  307. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#AnonymityLevel
  308. :AnonymityLevel rdf:type owl:Class ;
  309. rdfs:comment "Provides a way to express the Anonymity Level of AnonymisedData objects through the object property hasAnonymityLevel"^^xsd:string ;
  310. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AnonymousData> ,
  311. <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData> ;
  312. rdfs:label "AnonymityLevel"^^xsd:string .
  313. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#AppointProcessor
  314. :AppointProcessor rdf:type owl:Class ;
  315. rdfs:subClassOf :Process ;
  316. rdfs:comment "Reflects the process(es) used to appoint processors"^^xsd:string ;
  317. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors> ;
  318. rdfs:label "Appoint Processor"^^xsd:string .
  319. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#ArchiveConsentActivity
  320. :ArchiveConsentActivity rdf:type owl:Class ;
  321. rdfs:subClassOf :ConsentActivity ;
  322. rdfs:comment "An activity that archives given/acquired consent for storage."^^xsd:string ;
  323. rdfs:label "Archive Consent Activity"^^xsd:string ;
  324. rdfs:seeAlso :ConsentArchivalStep .
  325. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#AutomatedStep
  326. :AutomatedStep rdf:type owl:Class ;
  327. rdfs:subClassOf <http://purl.org/net/p-plan#Step> ;
  328. rdfs:label "AutomatedStep"^^rdfs:Literal .
  329. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentAcquisitionStep
  330. :ConsentAcquisitionStep rdf:type owl:Class ;
  331. rdfs:subClassOf :ConsentStep ;
  332. rdfs:comment "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."@en ;
  333. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent> ;
  334. rdfs:label "Consent Acquisition Step"@en ;
  335. rdfs:seeAlso :AcquireConsentActivity .
  336. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentActivity
  337. :ConsentActivity rdf:type owl:Class ;
  338. rdfs:subClassOf <http://purl.org/net/p-plan#Activity> ;
  339. rdfs:comment "Is an activity dealing with consent."^^xsd:string ;
  340. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity> ;
  341. rdfs:label "Consent Activity"^^xsd:string ;
  342. rdfs:seeAlso :ConsentStep .
  343. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentAgreement
  344. :ConsentAgreement rdf:type owl:Class ;
  345. rdfs:subClassOf <http://purl.org/net/p-plan#Variable> ;
  346. owl:disjointWith :ConsentAgreementTemplate ,
  347. :Data ,
  348. :TermsAndConditions ;
  349. rdfs:comment "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."@en ;
  350. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> ;
  351. rdfs:label "ConsentAgreement"@en ;
  352. rdfs:seeAlso :GivenConsent .
  353. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentAgreementTemplate
  354. :ConsentAgreementTemplate rdf:type owl:Class ;
  355. rdfs:subClassOf <http://purl.org/net/p-plan#Variable> ;
  356. owl:disjointWith :Data ,
  357. :TermsAndConditions ;
  358. rdfs:comment "This is a template for consent requested from the user."@en ;
  359. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent> ,
  360. <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent> ,
  361. <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent> ;
  362. rdfs:label "ConsentAgreementTemplate"@en ;
  363. rdfs:seeAlso :GivenConsentTemplate .
  364. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentArchivalStep
  365. :ConsentArchivalStep rdf:type owl:Class ;
  366. rdfs:subClassOf :ConsentStep ;
  367. rdfs:comment "ConsentArchivalStep archives acquired consent to form a record of the consent given by the user."@en ;
  368. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent> ;
  369. rdfs:label "Consent Archival Step"@en ;
  370. rdfs:seeAlso :ArchiveConsentActivity .
  371. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentModificationStep
  372. :ConsentModificationStep rdf:type owl:Class ;
  373. rdfs:subClassOf :ConsentStep ;
  374. rdfs:comment "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."@en ;
  375. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent> ;
  376. rdfs:label "Consent Modification Step"@en ;
  377. rdfs:seeAlso :ModifyConsentActivity .
  378. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentStep
  379. :ConsentStep rdf:type owl:Class ;
  380. rdfs:subClassOf <http://purl.org/net/p-plan#Step> ;
  381. rdfs:comment "A ConsentStep acts/interacts with/uses Consent"@en ;
  382. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity> ;
  383. rdfs:label "Consent Step"@en ;
  384. rdfs:seeAlso :ConsentActivity .
  385. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentWithdrawalProcess
  386. :ConsentWithdrawalProcess rdf:type owl:Class ;
  387. rdfs:subClassOf :Process ;
  388. rdfs:comment "A ConsentWithdrawalProcess deals with the withdrawal of consent by the user and the corresponding activity carried out within the system"@en ;
  389. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent> ;
  390. rdfs:label "Consent Withdrawal Process"@en ;
  391. rdfs:seeAlso :ConsentWithdrawalStep .
  392. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#ConsentWithdrawalStep
  393. :ConsentWithdrawalStep rdf:type owl:Class ;
  394. rdfs:subClassOf :ConsentModificationStep ;
  395. rdfs:comment "ConsentWithdrawalStep deals with withdrawal of consent"@en ;
  396. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CanBeWithdrawnEasilyConsentObligation> ,
  397. <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent> ;
  398. rdfs:label "Consent Withdrawal Step"@en ;
  399. rdfs:seeAlso :WithdrawConsentActivity .
  400. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#Controller
  401. :Controller rdf:type owl:Class ;
  402. rdfs:subClassOf :ThirdParty ;
  403. rdfs:comment "A ThirdPartyDataController is a Third Party entity that acts as a Data Controller"@en ;
  404. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> ;
  405. rdfs:label "Controller"@en .
  406. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#ControllerRepresentative
  407. :ControllerRepresentative rdf:type owl:Class ;
  408. rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> ;
  409. rdfs:comment "A Representative of the Controller"^^xsd:string ;
  410. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerRepresentative> ;
  411. rdfs:label "Controller Representative"^^xsd:string .
  412. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#CrossBorderDataTransfer
  413. :CrossBorderDataTransfer rdf:type owl:Class ;
  414. rdfs:subClassOf :DataStep ;
  415. rdfs:comment "Reflects cross-border transfer of data"^^xsd:string ;
  416. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer> ;
  417. rdfs:label "Cross-border Data Transfer"^^xsd:string ;
  418. rdfs:seeAlso :CrossBorderTransferActivity .
  419. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#CrossBorderTransferActivity
  420. :CrossBorderTransferActivity rdf:type owl:Class ;
  421. rdfs:subClassOf :DataActivity ;
  422. rdfs:comment "Is an activity that transfer data across borders (as defined in the GDPR)."^^xsd:string ;
  423. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer> ;
  424. rdfs:label "Cross Border Transfer Activity"^^xsd:string ;
  425. rdfs:seeAlso :CrossBorderDataTransfer .
  426. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DPO
  427. :DPO rdf:type owl:Class ;
  428. rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> ;
  429. rdfs:comment "The Data Protection Officer appointed to an organisation."^^xsd:string ;
  430. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO> ;
  431. rdfs:label "Data Protection Officer (DPO)"^^xsd:string .
  432. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#Data
  433. :Data rdf:type owl:Class ;
  434. rdfs:subClassOf <http://purl.org/net/p-plan#Variable> ;
  435. owl:disjointWith :TermsAndConditions ;
  436. rdfs:comment "Represents class of data collected or generated through various activities"@en ;
  437. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data> ;
  438. rdfs:label "Data"@en ;
  439. rdfs:seeAlso :DataEntity .
  440. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataAccessProcess
  441. :DataAccessProcess rdf:type owl:Class ;
  442. rdfs:subClassOf :Process ;
  443. rdfs:comment "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."@en ;
  444. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData> ;
  445. rdfs:label "Data Access Process"@en .
  446. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataActivity
  447. :DataActivity rdf:type owl:Class ;
  448. rdfs:subClassOf <http://purl.org/net/p-plan#Activity> ;
  449. rdfs:comment "Is an activity involving data."^^xsd:string ;
  450. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity> ;
  451. rdfs:label "Data Activity"^^xsd:string ;
  452. rdfs:seeAlso :DataStep .
  453. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataAnonymisationStep
  454. :DataAnonymisationStep rdf:type owl:Class ;
  455. rdfs:subClassOf :DataTransformationStep ;
  456. rdfs:comment """DataAnonymisationStep anonymises data by transforming it from one form to another along the anonymisation chain.
  457. 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."""@en ;
  458. rdfs:label "Data Anonymisation Step"@en ;
  459. rdfs:seeAlso :AnonymisationActivity .
  460. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataArchivalActivity
  461. :DataArchivalActivity rdf:type owl:Class ;
  462. rdfs:subClassOf :DataStorageActivity ,
  463. :DataTransformationActivity ;
  464. rdfs:comment "Is an activity that archives data. Archival is transformation of data into some form for storage."^^xsd:string ;
  465. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData> ;
  466. rdfs:label "Data Archival Activity"^^xsd:string ;
  467. rdfs:seeAlso :DataArchivalStep .
  468. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataArchivalProcess
  469. :DataArchivalProcess rdf:type owl:Class ;
  470. rdfs:subClassOf :Process ;
  471. rdfs:comment "A DataArchivalProcess describes the process of data archival"@en ;
  472. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData> ;
  473. rdfs:label "Data Archival Process"@en .
  474. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataArchivalStep
  475. :DataArchivalStep rdf:type owl:Class ;
  476. rdfs:subClassOf :DataStorageStep ,
  477. :DataTransformationStep ;
  478. rdfs:comment "DataArchivalStep archives data by transforming it and storing it"@en ;
  479. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData> ;
  480. rdfs:label "Data Archival Step"@en ;
  481. rdfs:seeAlso :DataArchivalActivity .
  482. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataBreachActivity
  483. :DataBreachActivity rdf:type owl:Class ;
  484. rdfs:subClassOf <http://purl.org/net/p-plan#Activity> ;
  485. rdfs:comment "Is an activity dealing with data breach."^^xsd:string ;
  486. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> ;
  487. rdfs:label "Data Breach Activity"^^xsd:string ;
  488. rdfs:seeAlso :DataBreachStep .
  489. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataBreachRecord
  490. :DataBreachRecord rdf:type owl:Class ;
  491. rdfs:subClassOf <http://purl.org/net/p-plan#Variable> ;
  492. rdfs:comment "A record of a data breach."^^xsd:string ;
  493. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordOfBreach> ;
  494. rdfs:label "Data Breach Record"^^xsd:string .
  495. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataBreachStep
  496. :DataBreachStep rdf:type owl:Class ;
  497. rdfs:subClassOf <http://purl.org/net/p-plan#Step> ;
  498. rdfs:comment "Step representing an action associated with data breach."^^xsd:string ;
  499. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> ;
  500. rdfs:label "Data Breach Step"^^xsd:string ;
  501. rdfs:seeAlso :DataBreachActivity .
  502. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataCollectionActivity
  503. :DataCollectionActivity rdf:type owl:Class ;
  504. rdfs:subClassOf :DataActivity ;
  505. rdfs:comment "Is an activity that collects or acquires data."^^xsd:string ;
  506. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData> ;
  507. rdfs:label "Data Collection Activity"^^xsd:string ;
  508. rdfs:seeAlso :DataCollectionStep .
  509. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataCollectionStep
  510. :DataCollectionStep rdf:type owl:Class ;
  511. rdfs:subClassOf :DataStep ;
  512. rdfs:comment "DataCollectionStep collects data from the user"@en ;
  513. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData> ;
  514. rdfs:label "Data Collection Step"@en ;
  515. rdfs:seeAlso :DataCollectionActivity .
  516. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataDeanonymisationStep
  517. :DataDeanonymisationStep rdf:type owl:Class ;
  518. rdfs:subClassOf :DataTransformationStep ;
  519. rdfs:comment "DataDeanonymisationStep deanonymises data by transforming it from one form to another along the anonymisation chain."@en ;
  520. rdfs:label "Data Deanonymisation Step"@en ;
  521. rdfs:seeAlso :DeAnonymisationActivity .
  522. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataDeletionActivity
  523. :DataDeletionActivity rdf:type owl:Class ;
  524. rdfs:subClassOf :DataActivity ;
  525. rdfs:comment "Is an activity that deletes or erases data."^^xsd:string ;
  526. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData> ;
  527. rdfs:label "Data Deletion Activity"^^xsd:string ;
  528. rdfs:seeAlso :DataDeletionStep .
  529. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataDeletionStep
  530. :DataDeletionStep rdf:type owl:Class ;
  531. rdfs:subClassOf :DataStep ;
  532. rdfs:comment """DataDeletionStep deletes data from within the system;
  533. The deletion is expressed as prov:invalidated over the dataset."""@en ;
  534. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData> ;
  535. rdfs:label "Data Deletion Step"@en ;
  536. rdfs:seeAlso :DataDeletionActivity .
  537. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataEntity
  538. :DataEntity rdf:type owl:Class ;
  539. rdfs:subClassOf <http://purl.org/net/p-plan#Entity> ;
  540. rdfs:comment "Represents a data entity."^^xsd:string ;
  541. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data> ;
  542. rdfs:label "Data Entity"^^xsd:string ;
  543. rdfs:seeAlso :Data .
  544. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataErasureProcess
  545. :DataErasureProcess rdf:type owl:Class ;
  546. rdfs:subClassOf :Process ;
  547. rdfs:comment "A DataErasureProcess is responsible for handling the data erasure of a data subject."@en ;
  548. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData> ;
  549. rdfs:label "Data Erasure Process"@en .
  550. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataRectificationProcess
  551. :DataRectificationProcess rdf:type owl:Class ;
  552. rdfs:subClassOf :Process ;
  553. rdfs:comment "A DataRectificationProcess describes the process of data rectification, which is the correction of data already present within the system"@en ;
  554. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData> ;
  555. rdfs:label "Data Rectification Process"@en .
  556. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataSharingActivity
  557. :DataSharingActivity rdf:type owl:Class ;
  558. rdfs:subClassOf :DataActivity ;
  559. rdfs:comment "Is an activity that shares data."^^xsd:string ;
  560. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty> ;
  561. rdfs:label "Data Sharing Activity"^^xsd:string ;
  562. rdfs:seeAlso :DataSharingStep .
  563. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataSharingStep
  564. :DataSharingStep rdf:type owl:Class ;
  565. rdfs:subClassOf :DataStep ;
  566. rdfs:comment "DataSharingStep shares data with another agent/organisation. These may be internal or external entities."@en ;
  567. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty> ;
  568. rdfs:label "Data Sharing Step"@en ;
  569. rdfs:seeAlso :DataSharingActivity .
  570. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataStep
  571. :DataStep rdf:type owl:Class ;
  572. rdfs:subClassOf <http://purl.org/net/p-plan#Step> ;
  573. rdfs:comment "A DataStep deals with data"@en ;
  574. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity> ;
  575. rdfs:label "Data Step"@en ;
  576. rdfs:seeAlso :DataActivity .
  577. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataStepWithoutProvenance
  578. :DataStepWithoutProvenance rdf:type owl:Class ;
  579. rdfs:subClassOf :DataStep ;
  580. rdfs:label "Data Step without Provenance"^^xsd:string .
  581. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataStorageActivity
  582. :DataStorageActivity rdf:type owl:Class ;
  583. rdfs:subClassOf :DataActivity ;
  584. rdfs:comment "Is an activity that stores data."^^xsd:string ;
  585. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData> ;
  586. rdfs:label "Data Storage Activity"^^xsd:string ;
  587. rdfs:seeAlso :DataStorageStep .
  588. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataStorageStep
  589. :DataStorageStep rdf:type owl:Class ;
  590. rdfs:subClassOf :DataStep ;
  591. rdfs:comment "DataStorageStep stores data within the system"@en ;
  592. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData> ;
  593. rdfs:label "Data Storage Step"@en ;
  594. rdfs:seeAlso :DataStorageActivity .
  595. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataSubject
  596. :DataSubject rdf:type owl:Class ;
  597. rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> ;
  598. rdfs:comment "An individual or entity"^^xsd:string ;
  599. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> ;
  600. rdfs:label "Data Subject"^^xsd:string .
  601. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataTransferActivity
  602. :DataTransferActivity rdf:type owl:Class ;
  603. rdfs:subClassOf :DataActivity ;
  604. rdfs:label "Data Transfer Activity"^^xsd:string .
  605. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataTransferStep
  606. :DataTransferStep rdf:type owl:Class ;
  607. rdfs:subClassOf :DataStep ;
  608. rdfs:label "DataTransferStep"^^rdfs:Literal .
  609. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataTransformationActivity
  610. :DataTransformationActivity rdf:type owl:Class ;
  611. rdfs:subClassOf :DataActivity ;
  612. rdfs:comment "Is an activity that transforms data."^^xsd:string ;
  613. rdfs:label "Data Transformation Activity"^^xsd:string ;
  614. rdfs:seeAlso :DataTransformationStep .
  615. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataTransformationStep
  616. :DataTransformationStep rdf:type owl:Class ;
  617. rdfs:subClassOf :DataStep ;
  618. rdfs:comment "DataTransformationStep transforms data from one form into another."@en ;
  619. rdfs:label "Data Transformation Step"@en ;
  620. rdfs:seeAlso :DataTransformationActivity .
  621. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataUsageActivity
  622. :DataUsageActivity rdf:type owl:Class ;
  623. rdfs:subClassOf :DataActivity ;
  624. rdfs:comment "Is an activity that uses data. Can also be termed as 'Processing' of data."^^xsd:string ;
  625. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UseData> ;
  626. rdfs:label "Data Usage Activity"^^xsd:string ;
  627. rdfs:seeAlso :DataUsageStep .
  628. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DataUsageStep
  629. :DataUsageStep rdf:type owl:Class ;
  630. rdfs:subClassOf :DataStep ;
  631. rdfs:comment "A DataUsageStep is a DataStep that uses existing data present within the system"@en ;
  632. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> ;
  633. rdfs:label "Data Usage Step"@en ;
  634. rdfs:seeAlso :DataUsageActivity .
  635. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DeAnonymisationActivity
  636. :DeAnonymisationActivity rdf:type owl:Class ;
  637. rdfs:subClassOf :DataTransformationActivity ;
  638. rdfs:comment "Is an activity that deanonymises data."^^xsd:string ;
  639. rdfs:label "DeAnonymisation Activity"^^xsd:string ;
  640. rdfs:seeAlso :DataDeanonymisationStep .
  641. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DirectMarketing
  642. :DirectMarketing rdf:type owl:Class ;
  643. rdfs:subClassOf :Marketing ;
  644. rdfs:comment "Direct Marketing where the marketing is done directly to the data subject."^^xsd:string ;
  645. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DirectMarketing> ;
  646. rdfs:label "Direct Marketing"^^xsd:string .
  647. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#GivenConsent
  648. :GivenConsent rdf:type owl:Class ;
  649. rdfs:subClassOf <http://purl.org/net/p-plan#Entity> ;
  650. rdfs:comment "Represents the given consent by the data subject."^^xsd:string ;
  651. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> ;
  652. rdfs:label "Given Consent"^^xsd:string ;
  653. rdfs:seeAlso :ConsentAgreement .
  654. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#GivenConsentTemplate
  655. :GivenConsentTemplate rdf:type owl:Class ;
  656. rdfs:subClassOf <http://purl.org/net/p-plan#Entity> ;
  657. rdfs:comment "Is the template used to obtain the given consent."^^xsd:string ;
  658. rdfs:label "Given Consent Template"^^xsd:string ;
  659. rdfs:seeAlso :ConsentAgreementTemplate .
  660. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#HandleDataBreachProcess
  661. :HandleDataBreachProcess rdf:type owl:Class ;
  662. rdfs:subClassOf :Process ;
  663. rdfs:comment "A process that defines the actions that should be undertaken in event of a data breach"^^xsd:string ;
  664. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach> ;
  665. rdfs:label "HandleDataBreachProcess"^^xsd:string .
  666. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#HandleRightOfDataPortability
  667. :HandleRightOfDataPortability rdf:type owl:Class ;
  668. rdfs:subClassOf :Process ;
  669. rdfs:comment "The process or series of steps that handle the right of data portability."^^xsd:string ;
  670. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability> ;
  671. rdfs:label "Handle Right of Data Portability"^^xsd:string .
  672. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#HandleRightOfErasure
  673. :HandleRightOfErasure rdf:type owl:Class ;
  674. rdfs:subClassOf :Process ;
  675. rdfs:comment "The process or series of steps that handle the right of erasure."^^xsd:string ;
  676. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure> ;
  677. rdfs:label "Handle Right of Erasure"^^xsd:string .
  678. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#HandleRightToAccessPersonalData
  679. :HandleRightToAccessPersonalData rdf:type owl:Class ;
  680. rdfs:subClassOf :Process ;
  681. rdfs:comment "The process or series of steps that handle the right to access personal data."^^xsd:string ;
  682. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure> ;
  683. rdfs:label "Handle Right to access Personal Data"^^xsd:string .
  684. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#HandleRightToBasicInfoAboutProcessing
  685. :HandleRightToBasicInfoAboutProcessing rdf:type owl:Class ;
  686. rdfs:subClassOf :Process ;
  687. rdfs:comment "The process or series of steps that handle the right to basic information about processing."^^xsd:string ;
  688. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing> ;
  689. rdfs:label "Handle Right to basic information about Processing"^^xsd:string .
  690. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#HandleRightToNoAutomatedProcessing
  691. :HandleRightToNoAutomatedProcessing rdf:type owl:Class ;
  692. rdfs:subClassOf :Process ;
  693. rdfs:comment "The process or series of steps that handle the right to not be processed automatically."^^xsd:string ;
  694. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToNotBeEvaluatedThroughAutomatedProcessing> ;
  695. rdfs:label "Handle Right to not be evaluated through Automated Processing"^^xsd:string .
  696. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#HandleRightToObjectDirectMarketing
  697. :HandleRightToObjectDirectMarketing rdf:type owl:Class ;
  698. rdfs:subClassOf :Process ;
  699. rdfs:comment "The process or series of steps that handle the right to object to direct marketing."^^xsd:string ;
  700. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectForDirectMarketting> ;
  701. rdfs:label "Handle Right to Object to Direct Marketing"^^xsd:string .
  702. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#HandleRightToObjectProcessing
  703. :HandleRightToObjectProcessing rdf:type owl:Class ;
  704. rdfs:subClassOf :Process ;
  705. rdfs:comment "The process or series of steps that handle the right to object to processing."^^xsd:string ;
  706. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing> ;
  707. rdfs:label "Handle Right to Object to Processing"^^xsd:string .
  708. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#HandleRightToRectification
  709. :HandleRightToRectification rdf:type owl:Class ;
  710. rdfs:subClassOf :Process ;
  711. rdfs:comment "The process or series of steps that handle the right to rectification of personal data."^^xsd:string ;
  712. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification> ;
  713. rdfs:label "Handle Right to Rectification"^^xsd:string .
  714. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#HandleRightToRestrictProcessing
  715. :HandleRightToRestrictProcessing rdf:type owl:Class ;
  716. rdfs:subClassOf :Process ;
  717. rdfs:comment "The process or series of steps that handle the right to restrict processing."^^xsd:string ;
  718. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing> ;
  719. rdfs:label "Handle Right to restrict Processing"^^xsd:string .
  720. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#HandleRightToTransparency
  721. :HandleRightToTransparency rdf:type owl:Class ;
  722. rdfs:subClassOf :Process ;
  723. rdfs:comment "The process or series of steps that handle the right to transparency."^^xsd:string ;
  724. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> ;
  725. rdfs:label "Handle Right to Transparency"^^xsd:string .
  726. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#HandleSAR
  727. :HandleSAR rdf:type owl:Class ;
  728. rdfs:subClassOf :Process ;
  729. rdfs:label "HandleSAR"^^rdfs:Literal .
  730. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#ImpactAssessment
  731. :ImpactAssessment rdf:type owl:Class ;
  732. rdfs:subClassOf :Process ;
  733. rdfs:comment "Represents the process or collection of steps representing the Impact Assessment."^^xsd:string ;
  734. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment> ;
  735. rdfs:label "Impact Assessment"^^xsd:string .
  736. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#JointController
  737. :JointController rdf:type owl:Class ;
  738. rdfs:subClassOf :Controller ;
  739. rdfs:comment "A Joint Controller is where two or more controllers jointly determine the purposes and means of processing."^^xsd:string ;
  740. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController> ;
  741. rdfs:label "Joint Controller(s)"^^xsd:string .
  742. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#Marketing
  743. :Marketing rdf:type owl:Class ;
  744. rdfs:subClassOf :Process ;
  745. rdfs:comment "Marketing as a process or collection of steps."^^xsd:string ;
  746. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Marketing> ;
  747. rdfs:label "Marketing"^^xsd:string .
  748. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#ModifyConsentActivity
  749. :ModifyConsentActivity rdf:type owl:Class ;
  750. rdfs:subClassOf :ConsentActivity ;
  751. rdfs:comment "Is an activity that modifies given consent."^^xsd:string ;
  752. rdfs:label "Modify Consent Activity"^^xsd:string ;
  753. rdfs:seeAlso :ConsentModificationStep .
  754. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#MonitorCompliance
  755. :MonitorCompliance rdf:type owl:Class ;
  756. rdfs:subClassOf :Process ;
  757. rdfs:comment "The process of monitoring compliance as mandated by the GDPR."^^xsd:string ;
  758. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance> ;
  759. rdfs:label "Monitor Compliance"^^xsd:string .
  760. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#NotifyController
  761. :NotifyController rdf:type owl:Class ;
  762. rdfs:subClassOf :DataBreachStep ;
  763. rdfs:comment "Step that notifies the controller of data breach."^^xsd:string ;
  764. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController> ;
  765. rdfs:label "Notify Controller"^^xsd:string ;
  766. rdfs:seeAlso :NotifyControllerActivity .
  767. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#NotifyControllerActivity
  768. :NotifyControllerActivity rdf:type owl:Class ;
  769. rdfs:subClassOf :DataBreachActivity ;
  770. rdfs:comment "Is an activity that notifies controller about data breach"^^xsd:string ;
  771. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController> ;
  772. rdfs:label "Notify Controller Activity"^^xsd:string ;
  773. rdfs:seeAlso :NotifyController .
  774. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#NotifyDPA
  775. :NotifyDPA rdf:type owl:Class ;
  776. rdfs:subClassOf :DataBreachStep ;
  777. rdfs:comment "Step that notifies the Data Protection Authorities of a data breach."^^xsd:string ;
  778. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours> ;
  779. rdfs:label "Notify Data Protection Authority"^^xsd:string ;
  780. rdfs:seeAlso :NotifyDPAActivity .
  781. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#NotifyDPAActivity
  782. :NotifyDPAActivity rdf:type owl:Class ;
  783. rdfs:subClassOf :DataBreachActivity ;
  784. rdfs:comment "Is an activity that notifies data protection authorities about data breach"^^xsd:string ;
  785. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours> ;
  786. rdfs:label "Notify DPA Activity"^^xsd:string ;
  787. rdfs:seeAlso :NotifyDPA .
  788. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#NotifyDataSubject
  789. :NotifyDataSubject rdf:type owl:Class ;
  790. rdfs:subClassOf :DataBreachStep ;
  791. rdfs:comment "Step that notifies the data subject of data breach."^^xsd:string ;
  792. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach> ;
  793. rdfs:label "Notify Data Subject"^^xsd:string ;
  794. rdfs:seeAlso :NotifyDataSubjectActivity .
  795. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#NotifyDataSubjectActivity
  796. :NotifyDataSubjectActivity rdf:type owl:Class ;
  797. rdfs:subClassOf :DataBreachActivity ;
  798. rdfs:comment "Is an activity that notifies data subjects about data breach"^^xsd:string ;
  799. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach> ;
  800. rdfs:label "Notify Data Subject Activity"^^xsd:string ;
  801. rdfs:seeAlso :NotifyDataSubject .
  802. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#PersonalData
  803. :PersonalData rdf:type owl:Class ;
  804. rdfs:subClassOf :Data ;
  805. rdfs:comment "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"@en ;
  806. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> ;
  807. rdfs:label "PersonalData"@en ;
  808. rdfs:seeAlso :PersonalDataEntity .
  809. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#PersonalDataEntity
  810. :PersonalDataEntity rdf:type owl:Class ;
  811. rdfs:subClassOf :DataEntity ;
  812. rdfs:comment "Represents a personal data entity."^^xsd:string ;
  813. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> ;
  814. rdfs:label "Personal Data Entity"^^xsd:string ;
  815. rdfs:seeAlso :PersonalData .
  816. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#Process
  817. :Process rdf:type owl:Class ;
  818. rdfs:subClassOf <http://purl.org/net/p-plan#Plan> ;
  819. rdfs:comment "A Process describes a 'Plan' of action for carrying out a particular activity that uses or is related to Data or Consent"@en ;
  820. rdfs:label "Process"@en .
  821. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#Processor
  822. :Processor rdf:type owl:Class ;
  823. rdfs:subClassOf :ThirdParty ;
  824. rdfs:comment "A ThirdPartyDataProcessor is a Third Party entity that acts as a Data Processor"@en ;
  825. rdfs:label <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> ,
  826. "Processor"@en .
  827. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#ProcessorRepresentative
  828. :ProcessorRepresentative rdf:type owl:Class ;
  829. rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> ;
  830. rdfs:comment "A representative of the Processor."^^xsd:string ;
  831. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorRepresentative> ;
  832. rdfs:label "Processor Representative"^^xsd:string .
  833. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#ProvideCopyOfPersonalData
  834. :ProvideCopyOfPersonalData rdf:type owl:Class ;
  835. rdfs:subClassOf :DataStep ;
  836. rdfs:comment "A step that provides the data subject with a copy of their personal data."^^xsd:string ;
  837. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData> ;
  838. rdfs:label "Provide copy of Personal Data"^^xsd:string .
  839. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#RectifyData
  840. :RectifyData rdf:type owl:Class ;
  841. rdfs:subClassOf :DataStep ;
  842. rdfs:comment "Rectifies existing data"^^xsd:string ;
  843. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData> ;
  844. rdfs:label "Rectify Data"^^xsd:string ;
  845. rdfs:seeAlso :RectifyDataActivity .
  846. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#RectifyDataActivity
  847. :RectifyDataActivity rdf:type owl:Class ;
  848. rdfs:subClassOf :DataActivity ;
  849. rdfs:comment "Is an activity that recitifies data."^^xsd:string ;
  850. rdfs:label "Rectify Data Activity"^^xsd:string ;
  851. rdfs:seeAlso :RectifyData .
  852. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#ReportDataBreach
  853. :ReportDataBreach rdf:type owl:Class ;
  854. rdfs:subClassOf :HandleDataBreachProcess ;
  855. rdfs:comment "The process of reporting after a data breach has taken place."^^xsd:string ;
  856. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> ;
  857. rdfs:label "Report Data Breach"^^xsd:string .
  858. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#SensitiveData
  859. :SensitiveData rdf:type owl:Class ;
  860. rdfs:subClassOf :PersonalData ;
  861. rdfs:comment "Personal data revealing racial or ethnic origin, political opinions, religious or philosophical beliefs, or trade union membership, and the processing of genetic data, biometric data for the purpose of uniquely identifying a natural person, data concerning health or data concerning a natural person's sex life or sexual orientation."^^xsd:string ;
  862. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData> ;
  863. rdfs:label "Sensitive Personal Data"^^xsd:string ;
  864. rdfs:seeAlso :SensitiveDataEntity .
  865. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#SensitiveDataEntity
  866. :SensitiveDataEntity rdf:type owl:Class ;
  867. rdfs:subClassOf :PersonalDataEntity ;
  868. rdfs:comment "Is an entity containing sensitive personal information."^^xsd:string ;
  869. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData> ;
  870. rdfs:label "Sensitive Data Entity"^^xsd:string ;
  871. rdfs:seeAlso :SensitiveData .
  872. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#SubProcessor
  873. :SubProcessor rdf:type owl:Class ;
  874. rdfs:subClassOf :Processor ;
  875. rdfs:comment "A Processor appointed under or by another Processor is a Sub-Processor."^^xsd:string ;
  876. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor> ;
  877. rdfs:label "Sub-Processor"^^xsd:string .
  878. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#TermsAndConditions
  879. :TermsAndConditions rdf:type owl:Class ;
  880. rdfs:subClassOf <http://purl.org/net/p-plan#Variable> ;
  881. rdfs:comment "Terms and Conditions of usage as provided to the user in agreement of provided service"@en ;
  882. rdfs:label "TermsAndConditions"@en ;
  883. rdfs:seeAlso :TermsAndConditionsEntity .
  884. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#TermsAndConditionsEntity
  885. :TermsAndConditionsEntity rdf:type owl:Class ;
  886. rdfs:subClassOf <http://purl.org/net/p-plan#Entity> ;
  887. rdfs:comment "Represents the Terms and Conditions entity."^^xsd:string ;
  888. rdfs:label "Terms and Conditions Entity"^^xsd:string ;
  889. rdfs:seeAlso :TermsAndConditions .
  890. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#ThirdParty
  891. :ThirdParty rdf:type owl:Class ;
  892. rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> ;
  893. rdfs:comment "A ThirdParty is any external entitiy associated with some internal activity"@en ;
  894. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity> ;
  895. rdfs:label "ThirdParty"@en .
  896. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#UserIdentifier
  897. :UserIdentifier rdf:type owl:Class ;
  898. rdfs:subClassOf :PersonalData ;
  899. rdfs:comment "An UserIdentifier is a specific way to identify the user through a unique ID or a combination of other attributes"@en ;
  900. rdfs:label "UserIdentifier"@en ;
  901. rdfs:seeAlso :UserIdentifierEntity .
  902. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#UserIdentifierEntity
  903. :UserIdentifierEntity rdf:type owl:Class ;
  904. rdfs:subClassOf :PersonalDataEntity ;
  905. rdfs:comment "Is an entity acting as the user identifier. Or contains an identifier."^^xsd:string ;
  906. rdfs:label "User Identifier Entity"^^xsd:string ;
  907. rdfs:seeAlso :UserIdentifier .
  908. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#UserInputStep
  909. :UserInputStep rdf:type owl:Class ;
  910. rdfs:subClassOf :UserInteractionStep ;
  911. rdfs:label "User Input Step"^^xsd:string .
  912. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#UserInteractionStep
  913. :UserInteractionStep rdf:type owl:Class ;
  914. rdfs:subClassOf <http://purl.org/net/p-plan#Step> ;
  915. rdfs:label "User Interaction Step"^^xsd:string .
  916. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#UserOutputStep
  917. :UserOutputStep rdf:type owl:Class ;
  918. rdfs:subClassOf :UserInteractionStep ;
  919. rdfs:label "User Output Step"^^xsd:string .
  920. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#WithdrawConsentActivity
  921. :WithdrawConsentActivity rdf:type owl:Class ;
  922. rdfs:subClassOf :ModifyConsentActivity ;
  923. rdfs:comment "Is an activity that withdraws given consent. Can also term it so as to depict withdrawal as a modification of consent."^^xsd:string ;
  924. rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent> ;
  925. rdfs:label "Withdraw Consent Activity"^^xsd:string ;
  926. rdfs:seeAlso :ConsentWithdrawalStep .
  927. ### http://purl.org/net/p-plan#Activity
  928. <http://purl.org/net/p-plan#Activity> rdf:type owl:Class .
  929. ### http://purl.org/net/p-plan#Entity
  930. <http://purl.org/net/p-plan#Entity> rdf:type owl:Class .
  931. ### http://purl.org/net/p-plan#Plan
  932. <http://purl.org/net/p-plan#Plan> rdf:type owl:Class .
  933. ### http://purl.org/net/p-plan#Step
  934. <http://purl.org/net/p-plan#Step> rdf:type owl:Class .
  935. ### http://purl.org/net/p-plan#Variable
  936. <http://purl.org/net/p-plan#Variable> rdf:type owl:Class .
  937. ### http://www.w3.org/ns/prov#Agent
  938. <http://www.w3.org/ns/prov#Agent> rdf:type owl:Class .
  939. #################################################################
  940. # Individuals
  941. #################################################################
  942. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#Anonymised
  943. :Anonymised rdf:type owl:NamedIndividual ;
  944. rdfs:comment "Anonymised represents the Anonymisation level where the data cannot be de-anonymised to retrieve personally identifiable information."^^xsd:string ;
  945. rdfs:label "Anonymised"^^xsd:string .
  946. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#DeAnonymised
  947. :DeAnonymised rdf:type owl:NamedIndividual ;
  948. rdfs:comment "DeAnonymised represents the Anonymisation level where the data is completely de-anonymised and contains directly accessible personally identifiable information."^^xsd:string ;
  949. rdfs:label "DeAnonymised"^^xsd:string .
  950. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#PseudoAnonymised
  951. :PseudoAnonymised rdf:type owl:NamedIndividual ;
  952. 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."^^xsd:string ;
  953. rdfs:label "PseudoAnonymised"^^xsd:string .
  954. ### http://purl.org/adaptcentre/openscience/ontologies/gdprov#PseudoOrganisationalAnonymised
  955. :PseudoOrganisationalAnonymised rdf:type owl:NamedIndividual ;
  956. 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."^^xsd:string ;
  957. rdfs:label "PseudoOrganisationalOrganised"^^xsd:string .
  958. ### Generated by the OWL API (version 5.1.0) https://github.com/owlcs/owlapi/