ontology.ttl 63 KB

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