@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dpv: <https://w3id.org/dpv#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sw: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix vann: <http://purl.org/vocab/vann/> .

<https://w3id.org/dpv>
    dct:abstract "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures."@en ;
    dct:contributor "Axel Polleres", "Beatriz Esteves", "Bert Bos", "Bud Bruegger", "Elmar Kiesling", "Eva Schlehahn", "Fajar J. Ekaputra", "Georg P Krog", "Harshvardhan J. Pandit", "Javier D. Fernández", "Julian Flake", "Mark Lizar", "Paul Ryan", "Piero Bonatti", "Ramisa Gachpaz Hamed", "Rigo Wenning", "Rob Brennan", "Simon Steyskal" ;
    dct:created "2019-06-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres", "Harshvardhan J. Pandit" ;
    dct:description "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures."@en ;
    dct:license <https://www.w3.org/Consortium/Legal/2015/doc-license> ;
    dct:modified "2022-05-25"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://www.w3.org/community/dpvcg/> ;
    dct:title "Data Privacy Vocabulary"@en ;
    vann:preferredNamespacePrefix "dpv" ;
    vann:preferredNamespaceUri "https://w3id.org/dpv#"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a owl:Ontology ;
    owl:versionInfo "0.7"^^<http://www.w3.org/2001/XMLSchema#string> .

<https://w3id.org/dpv#>
    a skos:ConceptScheme ;
    skos:hasTopConcept dpv:Authority, dpv:Context, dpv:DataSubject, dpv:Entity, dpv:LegalBasis, dpv:Organisation, dpv:PersonalData, dpv:Processing, dpv:Purpose, dpv:TechnicalOrganisationalMeasure .

dpv:AcademicResearch
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Conduct or assist with research conducted in an academic context e.g. within universities"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Academic Research"@en ;
    skos:related <https://specialprivacy.ercim.eu/vocabs/purposes#Education> ;
    dpv:isSubTypeOf dpv:ResearchAndDevelopment .

dpv:AcademicScientificOrganisation
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <http://purl.org/adms> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "AcademicScientificOrganisation"@en ;
    dpv:isSubTypeOf dpv:Organisation .

dpv:AccessControlMethod
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Methods which restrict access to a place or resource"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Access Control Method"@en ;
    dpv:isSubTypeOf dpv:TechnicalMeasure .

dpv:AccountManagement
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Create, maintain, and manage accounts for purposes of providing services"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Account Management"@en ;
    dpv:isSubTypeOf dpv:Purpose .

dpv:Acquire
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to come into possession or control of the data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Acquire"@en ;
    dpv:isSubTypeOf dpv:Obtain .

dpv:ActivityCompleted
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "State of an activity that has completed i.e. is fully in the past"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Activity Completed"@en ;
    dpv:isSubTypeOf dpv:ActivityStatus .

dpv:ActivityHalted
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "State of an activity that was occuring in the past, and has been halted or paused or stoped"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Activity Halted"@en ;
    dpv:isSubTypeOf dpv:ActivityStatus .

dpv:ActivityOngoing
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "State of an activity occuring in continuation i.e. currently ongoing"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Activity Ongoing"@en ;
    dpv:isSubTypeOf dpv:ActivityStatus .

dpv:ActivityProposed
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "State of an activity being proposed or planned i.e. yet to occur"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Activity Proposed"@en ;
    dpv:isSubTypeOf dpv:ActivityStatus .

dpv:ActivityStatus
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Status associated with activity operations and lifecycles"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Activity Status"@en ;
    dpv:isSubTypeOf dpv:Status .

dpv:Adapt
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to modify the data, often rewritten into a new form for a new use"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Adapt"@en ;
    dpv:isSubTypeOf dpv:Transform .

dpv:Adult
    dct:created "2022-03-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg Krog"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A natural person that is not a child i.e. has attained some legally specified age of adulthood"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Adult"@en ;
    dpv:isSubTypeOf dpv:DataSubject .

dpv:Advertising
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads."@en ;
    skos:prefLabel "Advertising"@en ;
    dpv:isSubTypeOf dpv:Marketing .

dpv:AlgorithmicLogic
    dct:created "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The algorithmic logic applied or used"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept."@en ;
    skos:prefLabel "Algorithmic Logic"@en ;
    dpv:isSubTypeOf dpv:Context .

dpv:Align
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to adjust the data to be in relation to another data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Align"@en ;
    dpv:isSubTypeOf dpv:Transform .

dpv:Alter
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to change the data without changing it into something else"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Alter"@en ;
    dpv:isSubTypeOf dpv:Transform .

dpv:Analyse
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://specialprivacy.ercim.eu/vocabs/processing> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to study or examine the data in detail"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Analyse"@en ;
    skos:related <https://specialprivacy.ercim.eu/vocabs/processing#Analyse> ;
    dpv:isSubTypeOf dpv:Use .

dpv:Anonymise
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://specialprivacy.ercim.eu/vocabs/processing> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Anonymise"@en ;
    skos:related <https://specialprivacy.ercim.eu/vocabs/processing#Anonymize> ;
    dpv:isSubTypeOf dpv:Transform .

dpv:AnonymisedData
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Piero Bonatti"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "It is advised to carefully consider indicating data is fully or completely anonymised by determining whether the data by itself or in combination with other data can identify a person. Failing this condition, the data should be denoted as PseudoAnonymisedData. To indicate data is anonymised only for a specified entity (e.g. within an organisation), the concept AnonymisedDataWithinScope (as subclass of PseudoAnonymisedData) should be used instead of AnonymisedData."@en ;
    skos:prefLabel "Anonymised Data"@en ;
    dpv:isSubTypeOf dpv:NonPersonalData .

dpv:Anonymization
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Process by which some personal identifiers are removed or identifiability is reduced"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Anonymization"@en ;
    dpv:isSubTypeOf dpv:TechnicalMeasure .

dpv:AntiTerrorismOperations
    dct:created "2022-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Detect, prevent, mitigate, or otherwise act on anti-terrorism activities"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Anti-Terrorism Operations"@en ;
    dpv:isSubTypeOf dpv:EnforceSecurity .

dpv:Applicant
    dct:created "2022-04-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Data subjects that are applicants in some context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Applicant"@en ;
    dpv:isSubTypeOf dpv:DataSubject .

dpv:Assessment
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Assessment"@en ;
    dpv:isSubTypeOf dpv:OrganisationalMeasure .

dpv:AuditApproved
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "State of being approved through the audit"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Audit Approved"@en ;
    dpv:isSubTypeOf dpv:AuditStatus .

dpv:AuditNotRequired
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "State where an audit is determined as not being required"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Audit Not Required"@en ;
    dpv:isSubTypeOf dpv:AuditStatus .

dpv:AuditRejected
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "State of not being approved or being rejected through the audit"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Audit Rejected"@en ;
    dpv:isSubTypeOf dpv:AuditStatus .

dpv:AuditRequested
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "State of an audit being requested whose outcome is not yet known"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Audit Requested"@en ;
    dpv:isSubTypeOf dpv:AuditStatus .

dpv:AuditRequired
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "State where an audit is determined as being required but has not been conducted"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Audit Required"@en ;
    dpv:isSubTypeOf dpv:AuditStatus .

dpv:AuditStatus
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Status associated with Auditing or Investigation"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Audit Status"@en ;
    dpv:isSubTypeOf dpv:Status .

dpv:AuthenticationProtocols
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Protocols involving validation of identity i.e. authentication of a person or information"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Authentication Protocols"@en ;
    dpv:isSubTypeOf dpv:TechnicalMeasure .

dpv:AuthorisationProcedure
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Procedures for determining authorisation through permission or authority"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data"@en ;
    skos:prefLabel "Authorisation Procedure"@en ;
    dpv:isSubTypeOf dpv:OrganisationalMeasure .

dpv:Authority
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "An authority with the power to create or enforce laws, or determine their compliance."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Authority"@en ;
    dpv:isSubTypeOf dpv:GovernmentalOrganisation, dpv:LegalEntity .

dpv:AutomatedDecisionMaking
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Piero Bonatti"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Processing that involves automated decision making"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)"@en ;
    skos:prefLabel "Automated Decision Making"@en ;
    dpv:isSubTypeOf dpv:ProcessingContext .

dpv:BaseConcepts
    dct:title "Base Concepts"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Collection ;
    skos:member dpv:DataController, dpv:DataSubject, dpv:DataSubjectRight, dpv:LegalBasis, dpv:PersonalData, dpv:PersonalDataHandling, dpv:Processing, dpv:Purpose, dpv:Recipient, dpv:Right, dpv:Risk, dpv:TechnicalOrganisationalMeasure, dpv:hasDataController, dpv:hasDataSubject, dpv:hasLegalBasis, dpv:hasPersonalData, dpv:hasPersonalDataHandling, dpv:hasProcessing, dpv:hasPurpose, dpv:hasRecipient, dpv:hasRight, dpv:hasRisk, dpv:hasTechnicalOrganisationalMeasure .

dpv:Benefit
    dct:created "2022-03-23"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Impact(s) that acts as or causes benefits"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Benefit"@en ;
    dpv:isSubTypeOf dpv:Impact .

dpv:Certification
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Certification"@en ;
    dpv:isSubTypeOf dpv:CertificationSeal .

dpv:CertificationSeal
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Certifications, seals, and marks indicating compliance to regulations or practices"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Certification and Seal"@en ;
    dpv:isSubTypeOf dpv:OrganisationalMeasure .

dpv:Child
    dct:created "2020-11-25"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age."@en ;
    skos:prefLabel "Child"@en ;
    dpv:isSubTypeOf dpv:NatualPerson .

dpv:Citizen
    dct:created "2022-04-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Data subjects that are citizens (for a jurisdiction)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Citizen"@en ;
    dpv:isSubTypeOf dpv:DataSubject .

dpv:Client
    dct:created "2022-04-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Data subjects that are clients or recipients of services"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Client"@en ;
    dpv:isSubTypeOf dpv:Customer .

dpv:CodeOfConduct
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A set of rules or procedures outlining the norms and practices for conducting activities"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Code of Conduct"@en ;
    dpv:isSubTypeOf dpv:GuidelinesPrinciple .

dpv:Collect
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj>, <https://specialprivacy.ercim.eu/vocabs/processing> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to gather data from someone"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Collect"@en ;
    skos:related <https://specialprivacy.ercim.eu/vocabs/processing#Collect> ;
    dpv:isSubTypeOf dpv:Obtain .

dpv:CollectedPersonalData
    dct:created "2022-03-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Personal Data that has been collected from another source such as the Data Subject"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "To indicate the source of data, use the DataSource concept with the hasDataSource relation"@en ;
    skos:prefLabel "Collected Personal Data"@en ;
    dpv:isSubTypeOf dpv:PersonalData .

dpv:Combine
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj>, <https://specialprivacy.ercim.eu/vocabs/processing> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to join or merge data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Combine"@en ;
    skos:related <https://specialprivacy.ercim.eu/vocabs/processing#Aggregate> ;
    dpv:isSubTypeOf dpv:Transform .

dpv:CommercialResearch
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Commercial Research"@en ;
    skos:related <https://specialprivacy.ercim.eu/vocabs/purposes#Develop> ;
    dpv:isSubTypeOf dpv:ResearchAndDevelopment .

dpv:CommunicationForCustomerCare
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Communication for Customer Care"@en ;
    dpv:isSubTypeOf dpv:CommunicationManagement, dpv:CustomerCare .

dpv:CommunicationManagement
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "David Hickey"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Manage communication or provide means for communication e.g. to send an email notifying some information"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment."@en ;
    skos:prefLabel "Communication Management"@en ;
    dpv:isSubTypeOf dpv:Purpose .

dpv:CompleteAnonymisation
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Altering personal data irreversibly such that a data subject can no longer be identified directly or indirectly, either by the data controller alone or in collaboration with any other party"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Complete Anonymisation"@en ;
    dpv:isSubTypeOf dpv:Anonymization .

dpv:ComplianceStatus
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Status associated with Compliance with some norms, objectives, or requirements"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Compliance Status"@en ;
    dpv:isSubTypeOf dpv:Status .

dpv:Compliant
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "State of being fully compliant"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Compliant"@en ;
    dpv:isSubTypeOf dpv:ComplianceStatus .

dpv:Concept
    rdfs:subClassOf skos:Concept ;
    skos:prefLabel "Concept"@en .

dpv:Consent
    dct:created "2021-04-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Consent of the Data Subject for specified processing"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Consent"@en ;
    dpv:isSubTypeOf dpv:LegalBasis .

dpv:ConsentConcepts
    dct:title "Consent Concepts"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Collection ;
    skos:member dpv:hasConsentNotice, dpv:hasExpiry, dpv:hasExpiryCondition, dpv:hasExpiryTime, dpv:hasProvisionBy, dpv:hasProvisionByJustification, dpv:hasProvisionMethod, dpv:hasProvisionTime, dpv:hasWithdrawalBy, dpv:hasWithdrawalByJustification, dpv:hasWithdrawalMethod, dpv:hasWithdrawalTime, dpv:isExplicit .

dpv:Consequence
    dct:created "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The consequence(s) possible or arising from specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Consequence"@en ;
    dpv:isSubTypeOf dpv:Context .

dpv:ConsequenceAsSideEffect
    dct:created "2022-03-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The consequence(s) possible or arising as a side-effect of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Consequence as Side-Effect"@en ;
    dpv:isSubTypeOf dpv:Consequence .

dpv:ConsequenceOfFailure
    dct:created "2022-03-23"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The consequence(s) possible or arising from failure of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Consequence of Failure"@en ;
    dpv:isSubTypeOf dpv:Consequence .

dpv:ConsequenceOfSuccess
    dct:created "2022-03-23"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The consequence(s) possible or arising from success of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Consequence of Success"@en ;
    dpv:isSubTypeOf dpv:Consequence .

dpv:Consult
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj>, <https://specialprivacy.ercim.eu/vocabs/processing> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to consult or query data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Consult"@en ;
    skos:related <https://specialprivacy.ercim.eu/vocabs/processing#Query> ;
    dpv:isSubTypeOf dpv:Use .

dpv:Consultation
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Consultation is a process of receiving feedback, advice, or opinion from an external agency"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Consultation"@en ;
    dpv:isSubTypeOf dpv:OrganisationalMeasure .

dpv:ConsultationWithAuthority
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Consultation with an authority or authoritative entity"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Consultation with Authority"@en ;
    dpv:isSubTypeOf dpv:Consultation .

dpv:Consumer
    dct:created "2022-04-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Data subjects that consume goods or services for direct use"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Consumer"@en ;
    dpv:isSubTypeOf dpv:DataSubject .

dpv:Context
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Contextually relevant information about purpose not possible to represent through other concepts"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Context"@en .

dpv:ContextConcepts
    dct:title "Context Concepts"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Collection ;
    skos:member dpv:ActivityCompleted, dpv:ActivityHalted, dpv:ActivityOngoing, dpv:ActivityProposed, dpv:ActivityStatus, dpv:AlgorithmicLogic, dpv:AuditApproved, dpv:AuditNotRequired, dpv:AuditRejected, dpv:AuditRequested, dpv:AuditRequired, dpv:AuditStatus, dpv:ComplianceStatus, dpv:Compliant, dpv:Context, dpv:Duration, dpv:Frequency, dpv:HumanInvolvement, dpv:Importance, dpv:Incompliant, dpv:Necessity, dpv:NotCompliant, dpv:NotRequired, dpv:Optional, dpv:PartiallyCompliant, dpv:PrimaryImportance, dpv:Required, dpv:SecondaryImportance, dpv:Status, dpv:Technology, dpv:ViolationOfCompliance, dpv:hasActivityStatus, dpv:hasAlgorithmicLogic, dpv:hasComplianceStatus, dpv:hasContext, dpv:hasDuration, dpv:hasFrequency, dpv:hasHumanInvolvement, dpv:hasIdentifier, dpv:hasStatus, dpv:isAfter, dpv:isBefore, dpv:isImplementedByEntity, dpv:isImplementedUsingTechnology .

dpv:Contract
    dct:created "2021-04-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Creation, completion, fulfilment, or performance of a contract involving specified processing"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Contract"@en ;
    dpv:isSubTypeOf dpv:LegalAgreement, dpv:LegalBasis .

dpv:ContractPerformance
    dct:created "2021-04-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Fulfilment or performance of a contract involving specified processing"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Contract Performance"@en ;
    dpv:isSubTypeOf dpv:Contract .

dpv:ContractualTerms
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Contractual terms governing data handling within or with an entity"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "ContractualTerms"@en ;
    dpv:isSubTypeOf dpv:LegalAgreement .

dpv:ControllerProcessorAgreement
    dct:created "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Controller-Processor Agreement"@en ;
    dpv:isSubTypeOf dpv:DataProcessingAgreement .

dpv:Copy
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://specialprivacy.ercim.eu/vocabs/processing> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to produce an exact reprodution of the data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Copy"@en ;
    skos:related <https://specialprivacy.ercim.eu/vocabs/processing#Copy> ;
    dpv:isSubTypeOf dpv:Processing .

dpv:CounterMoneyLaundering
    dct:created "2022-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Detect and prevent or mitigate money laundering"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Counter Money Laundering"@en ;
    dpv:isSubTypeOf dpv:FraudPreventionAndDetection .

dpv:Country
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "The definition of country is not intended for political interpretation. DPVCG welcomes alternate definitions based in existing sources with global scope, such as UN or ISO."@en ;
    skos:prefLabel "Country"@en ;
    dpv:isSubTypeOf dpv:Location .

dpv:CreateEventRecommendations
    dct:created "2019-11-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Rudy Jacob"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://specialprivacy.ercim.eu/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Create and provide personalised recommendations for events"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Create Event Recommendations"@en ;
    dpv:isSubTypeOf dpv:CreatePersonalizedRecommendations .

dpv:CreatePersonalizedRecommendations
    dct:created "2019-11-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Rudy Jacob"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://specialprivacy.ercim.eu/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Create and provide personalised recommendations"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Create Personalized Recommendations"@en ;
    dpv:isSubTypeOf dpv:ServicePersonalization .

dpv:CreateProductRecommendations
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Create and provide product recommendations e.g. suggest similar products"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Create Product Recommendations"@en ;
    skos:related <https://specialprivacy.ercim.eu/vocabs/purposes#Marketing> ;
    dpv:isSubTypeOf dpv:CreatePersonalizedRecommendations .

dpv:CreditChecking
    dct:created "2022-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Monitor, perform, or assess credit worthiness or solvency"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Credit Checking"@en ;
    dpv:isSubTypeOf dpv:CustomerSolvencyMonitoring .

dpv:Customer
    dct:created "2022-04-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Data subjects that purchase goods or services"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "note: for B2B relations where customers are organisations, this concept only applies for data subjects"@en ;
    skos:prefLabel "Customer"@en ;
    dpv:isSubTypeOf dpv:DataSubject .

dpv:CustomerCare
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Provide assistance, resolve issues, ensure satisfaction in relation to services provided"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Customer Care"@en ;
    skos:related <https://specialprivacy.ercim.eu/vocabs/purposes#Feedback> ;
    dpv:isSubTypeOf dpv:CustomerManagement .

dpv:CustomerClaimsManagement
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Manage claims, including repayment of monies owed"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Customer Claims Management"@en ;
    dpv:isSubTypeOf dpv:CustomerManagement .

dpv:CustomerManagement
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Manage past, current, and future customers"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Customer Management"@en ;
    dpv:isSubTypeOf dpv:Purpose .

dpv:CustomerOrderManagement
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Manage customer orders"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Customer Order Management"@en ;
    dpv:isSubTypeOf dpv:CustomerManagement .

dpv:CustomerRelationshipManagement
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Manage and analyse interactions with past, current, and potential customers"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Customer Relationship Management"@en ;
    dpv:isSubTypeOf dpv:CustomerManagement .

dpv:CustomerSolvencyMonitoring
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Monitor solvency of customers for financial diligence"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Customer Solvency Monitoring"@en ;
    dpv:isSubTypeOf dpv:CustomerManagement .

dpv:DPIA
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Top class: Impact Assessment, and DPIA is sub-class"@en ;
    skos:prefLabel "Data Protection Impact Assessment (DPIA)"@en ;
    dpv:isSubTypeOf dpv:ImpactAssessment .

dpv:Damage
    dct:created "2022-03-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Impact that acts as or causes damages"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Damage"@en ;
    dpv:isSubTypeOf dpv:Impact .

dpv:Data
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A broad concept representing  'data' or 'information'"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Data"@en .

dpv:DataController
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernández"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The individual or organisation that decides (or controls) the purpose(s) of processing personal data."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used."@en ;
    skos:prefLabel "Data Controller"@en ;
    dpv:isSubTypeOf dpv:LegalEntity .

dpv:DataExporter
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "David Hickey"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "An entity that 'exports' data where exporting is considered a form of data transfer"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting"@en ;
    skos:prefLabel "Data Exporter"@en ;
    dpv:isSubTypeOf dpv:LegalEntity .

dpv:DataImporter
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "David Hickey"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "An entity that 'imports' data where importing is considered a form of data transfer"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing"@en ;
    skos:prefLabel "Data Importer"@en ;
    dpv:isSubTypeOf dpv:Recipient .

dpv:DataProcessingAgreement
    dct:created "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements."@en ;
    skos:prefLabel "Data Processing Agreement"@en ;
    dpv:isSubTypeOf dpv:LegalAgreement .

dpv:DataProcessingRecords
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Records of personal data processing, whether ex-ante or ex-post"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Data Processing Records"@en ;
    dpv:isSubTypeOf dpv:RecordsOfActivities .

dpv:DataProcessor
    dct:created "2019-06-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Data Processor"@en ;
    dpv:isSubTypeOf dpv:Recipient .

dpv:DataProtectionAuthority
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "An authority tasked with overseeing legal compliance regarding privacy and data protection laws."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Data Protection Authority"@en ;
    dpv:isSubTypeOf dpv:Authority .

dpv:DataProtectionOfficer
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2021-12-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:definition "An entity within or authorised by an organisation to monitor internal compliance, inform and advise on data protection obligations and act as a contact point for data subjects and the supervisory authority."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Data Protection Officer"@en ;
    dpv:isSubTypeOf dpv:Representative .

dpv:DataSource
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The source or origin of data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from."@en ;
    skos:prefLabel "Data Source"@en ;
    dpv:isSubTypeOf dpv:ProcessingContext .

dpv:DataSubProcessor
    dct:created "2020-11-25"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A 'sub-processor' is a processor engaged by another processor"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition"@en ;
    skos:prefLabel "Data Sub-Processor"@en ;
    dpv:isSubTypeOf dpv:DataProcessor .

dpv:DataSubject
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernández"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The individual (or category of individuals) whose personal data is being processed"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'."@en ;
    skos:prefLabel "Data Subject"@en ;
    dpv:isSubTypeOf dpv:LegalEntity, dpv:NaturalPerson .

dpv:DataSubjectRight
    dct:created "2020-11-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The rights applicable or provided to a Data Subject"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person'"@en ;
    skos:prefLabel "Data Subject Right"@en ;
    dpv:isSubTypeOf dpv:Right .

dpv:DataTransferImpactAssessment
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Impact Assessment for conducting data transfers"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Data Transfer Impact Assessment"@en ;
    dpv:isSubTypeOf dpv:ImpactAssessment .

dpv:DataTransferLegalBasis
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "David Hickey"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krogg"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Specific or special categories and instances of legal basis intended for justifying data transfers"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Data Transfer Legal Basis"@en ;
    dpv:isSubTypeOf dpv:LegalBasis .

dpv:DeIdentification
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Removal of identity or information to reduce identifiability"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "De-Identification"@en ;
    dpv:isSubTypeOf dpv:Anonymization .

dpv:DeliveryOfGoods
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Deliver goods and services requested or asked by consumer"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Delivery of Goods"@en ;
    skos:related <https://specialprivacy.ercim.eu/vocabs/purposes#Delivery> ;
    dpv:isSubTypeOf dpv:RequestedServiceProvision .

dpv:Derive
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://specialprivacy.ercim.eu/vocabs/processing> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to create new derivative data from the original data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer."@en ;
    skos:prefLabel "Derive"@en ;
    skos:related <https://specialprivacy.ercim.eu/vocabs/processing#Derive> ;
    dpv:isSubTypeOf dpv:Transform .

dpv:DerivedPersonalData
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://www.w3.org/community/dpvcg/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Personal Data that is obtained or derived from other data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Derived Data is data that is obtained through processing of existing data, e.g. deriving first name from full name. To indicate data that is derived but which was not present or evident within the source data, InferredPersonalData should be used."@en ;
    skos:prefLabel "Derived Personal Data"@en ;
    skos:related <https://specialprivacy.ercim.eu/vocabs/data#Derived> ;
    dpv:isSubTypeOf dpv:PersonalData .

dpv:DesignStandard
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A set of rules or guidelines outlining criterias for design"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Design Standard"@en ;
    dpv:isSubTypeOf dpv:GuidelinesPrinciple .

dpv:Destruct
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to process data in a way it no longer exists or cannot be repaired"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Destruct"@en ;
    dpv:isSubTypeOf dpv:Remove .

dpv:Detriment
    dct:created "2022-03-23"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Impact that acts as or causes detriments"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Detriment"@en ;
    dpv:isSubTypeOf dpv:Impact .

dpv:DirectMarketing
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Conduct direct marketing i.e. marketing communicated directly to the individual"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Direct Marketing"@en ;
    dpv:isSubTypeOf dpv:Marketing .

dpv:Disclose
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to make data known"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Disclose"@en ;
    dpv:isSubTypeOf dpv:Processing .

dpv:DiscloseByTransmission
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to disclose data by means of transmission"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Disclose by Transmission"@en ;
    dpv:isSubTypeOf dpv:Disclose .

dpv:DisputeManagement
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Manage disputes by natural persons, private bodies, or public authorities relevant to organisation"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Dispute Management"@en ;
    dpv:isSubTypeOf dpv:OrganisationGovernance .

dpv:Disseminate
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to spread data throughout"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Disseminate"@en ;
    dpv:isSubTypeOf dpv:Disclose .

dpv:Duration
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The duration or temporal limitation"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Duration"@en .

dpv:EconomicUnion
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A political union of two or more countries based on economic or trade agreements"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "EconomicUnion"@en ;
    dpv:isSubTypeOf dpv:Location .

dpv:Employee
    dct:created "2022-04-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Data subjects that are employees"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Employee"@en ;
    dpv:isSubTypeOf dpv:DataSubject .

dpv:Encryption
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Technical measures consisting of encryption"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Encryption"@en ;
    dpv:isSubTypeOf dpv:TechnicalMeasure .

dpv:EncryptionInRest
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Encryption of data when being stored (persistent encryption)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Encryption in Rest"@en ;
    dpv:isSubTypeOf dpv:Encryption .

dpv:EncryptionInTransfer
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Encryption of data in transit e.g. when being transferred from one location to another, including sharing"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Encryption in Transfer"@en ;
    dpv:isSubTypeOf dpv:Encryption .

dpv:EnforceAccessControl
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Conduct or enforce access control"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Was previously \"Access Control\". Prefixed to distinguish from Technical Measure."@en ;
    skos:prefLabel "Enforce Access Control"@en ;
    skos:related <https://specialprivacy.ercim.eu/vocabs/purposes#Login> ;
    dpv:isSubTypeOf dpv:EnforceSecurity .

dpv:EnforceSecurity
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Ensure and enforce security e.g. of data, personnel"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Was previous \"Security\". Prefixed to distinguish from TechOrg measures."@en ;
    skos:prefLabel "Enforce Security"@en ;
    dpv:isSubTypeOf dpv:Purpose .

dpv:EnterIntoContract
    dct:created "2021-04-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Processing necessary to enter into contract"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Enter Into Contract"@en ;
    dpv:isSubTypeOf dpv:Contract .

dpv:EntitiesConcepts
    dct:title "Entities Concepts"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Collection ;
    skos:member dpv:Entity, dpv:LegalEntity, dpv:NaturalPerson, dpv:Representative, dpv:hasAddress, dpv:hasContact, dpv:hasEntity, dpv:hasName, dpv:hasRepresentative, dpv:hasResponsibleEntity .

dpv:Entities_AuthorityConcepts
    dct:title "Entities_Authority Concepts"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Collection ;
    skos:member dpv:Authority, dpv:DataProtectionAuthority, dpv:NationalAuthority, dpv:RegionalAuthority, dpv:SupraNationalAuthority, dpv:hasAuthority, dpv:isAuthorityFor .

dpv:Entities_DatasubjectConcepts
    dct:title "Entities_Datasubject Concepts"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Collection ;
    skos:member dpv:Adult, dpv:Applicant, dpv:Child, dpv:Citizen, dpv:Client, dpv:Consumer, dpv:Customer, dpv:DataSubject, dpv:Employee, dpv:Immigrant, dpv:JobApplicant, dpv:Member, dpv:NonCitizen, dpv:Participant, dpv:Patient, dpv:Student, dpv:Subscriber, dpv:Tourist, dpv:User, dpv:Visitor, dpv:VulnerableDataSubject, dpv:hasDataSubject .

dpv:Entities_LegalroleConcepts
    dct:title "Entities_Legalrole Concepts"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Collection ;
    skos:member dpv:DataController, dpv:DataExporter, dpv:DataImporter, dpv:DataProcessor, dpv:DataProtectionOfficer, dpv:DataSubProcessor, dpv:JointDataControllers, dpv:Recipient, dpv:ThirdParty, dpv:hasDataController, dpv:hasDataExporter, dpv:hasDataImporter, dpv:hasDataProcessor, dpv:hasDataProtectionOfficer, dpv:hasJointDataControllers, dpv:hasRecipient, dpv:hasRecipientDataController, dpv:hasRecipientThirdParty .

dpv:Entities_OrganisationConcepts
    dct:title "Entities_Organisation Concepts"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Collection ;
    skos:member dpv:AcademicScientificOrganisation, dpv:ForProfitOrganisation, dpv:GovernmentalOrganisation, dpv:IndustryConsortium, dpv:InternationalOrganisation, dpv:NonGovernmentalOrganisation, dpv:NonProfitOrganisation, dpv:Organisation, dpv:OrganisationalUnit .

dpv:Entity
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A human or non-human 'thing' that constitutes as an entity"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Entity"@en .

dpv:Erase
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to delete data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Erase"@en ;
    dpv:isSubTypeOf dpv:Remove .

dpv:EvaluationScoring
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Piero Bonatti"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Processing that involves evaluation and scoring of individuals"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Evaluation and Scoring"@en ;
    dpv:isSubTypeOf dpv:ProcessingContext .

dpv:ForProfitOrganisation
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "An organisation that aims to achieve profit as its primary goal"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "ForProfitOrganisation"@en ;
    dpv:isSubTypeOf dpv:Organisation .

dpv:FraudPreventionAndDetection
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Detect and prevent fraud"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Fraud Prevention and Detection"@en ;
    skos:related <https://specialprivacy.ercim.eu/vocabs/purposes#Government> ;
    dpv:isSubTypeOf dpv:EnforceSecurity .

dpv:Frequency
    dct:created "2022-02-16"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The frequency or information about periods and repetitions in terms of recurrence."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Frequency"@en .

dpv:Generate
    dct:created "2022-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to generate or create data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Generate"@en ;
    dpv:isSubTypeOf dpv:Obtain .

dpv:GeneratedPersonalData
    dct:created "2022-03-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Generated Data is used to indicate data that is produced and is not derived or inferred from other data"@en ;
    skos:prefLabel "Generated Personal Data"@en ;
    dpv:isSubTypeOf dpv:PersonalData .

dpv:GovernmentalOrganisation
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "An organisation managed or part of government"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "GovernmentalOrganisation"@en ;
    dpv:isSubTypeOf dpv:Organisation .

dpv:GuidelinesPrinciple
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Guidelines or Principles regarding processing and operational measures"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "GuidelinesPrinciple"@en ;
    dpv:isSubTypeOf dpv:OrganisationalMeasure .

dpv:Harm
    dct:created "2022-03-23"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Impact that acts as or causes harms"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Harm"@en ;
    dpv:isSubTypeOf dpv:Impact .

dpv:HumanInvolvement
    dct:created "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The involvement of humans in specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities."@en ;
    skos:prefLabel "Human Involvement"@en ;
    dpv:isSubTypeOf dpv:Context .

dpv:HumanResourceManagement
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "David Hickey"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Manage humans and 'human resources' within the organisation for effective and efficient operations."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation."@en ;
    skos:prefLabel "Human Resources Management"@en ;
    dpv:isSubTypeOf dpv:Purpose .

dpv:IdentityVerification
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Verify or authorize identity"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Identity Verification"@en ;
    dpv:isSubTypeOf dpv:EnforceSecurity .

dpv:Immigrant
    dct:created "2022-04-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Data subjects that are immigrants (for a jurisdiction)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Immigrant"@en ;
    dpv:isSubTypeOf dpv:DataSubject .

dpv:Impact
    dct:created "2022-03-23"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The impact(s) possible or arising as a consequence from specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments"@en ;
    skos:prefLabel "Impact"@en ;
    dpv:isSubTypeOf dpv:Consequence .

dpv:ImpactAssessment
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Impact Assessment"@en ;
    dpv:isSubTypeOf dpv:Assessment .

dpv:Importance
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "An indication of 'importance' within a context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Importance can be used to express importance, desirability, relevance, or significance as a context."@en ;
    skos:prefLabel "Importance"@en ;
    dpv:isSubTypeOf dpv:Context .

dpv:ImproveExistingProductsAndServices
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Improve existing products and services"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Improve Existing Products and Services"@en ;
    dpv:isSubTypeOf dpv:OptimisationForController .

dpv:ImproveInternalCRMProcesses
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Improve customer-relationship management (CRM) processes"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Improve Internal CRM Processes"@en ;
    dpv:isSubTypeOf dpv:CustomerRelationshipManagement, dpv:OptimisationForController .

dpv:Incompliant
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "State of not being compliant"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Incompliant"@en ;
    dpv:isSubTypeOf dpv:ComplianceStatus .

dpv:IncreaseServiceRobustness
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Improve robustness and resilience of services"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Increase Service Robustness"@en ;
    dpv:isSubTypeOf dpv:OptimisationForController .

dpv:IndustryConsortium
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <http://purl.org/adms> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A consortium established and comprising on industry organisations"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "IndustryConsortium"@en ;
    dpv:isSubTypeOf dpv:Organisation .

dpv:Infer
    dct:created "2022-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to infer data from existing data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive."@en ;
    skos:prefLabel "Infer"@en ;
    dpv:isSubTypeOf dpv:Derive .

dpv:InferredPersonalData
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Personal Data that is obtained through inference from other data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history."@en ;
    skos:prefLabel "Inferred Personal Data"@en ;
    dpv:isSubTypeOf dpv:DerivedPersonalData, dpv:GeneratedPersonalData .

dpv:InnovativeUseOfNewTechnologies
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Piero Bonatti"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Processing that involves use of innovative and new technologies"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Innovative Use of New Technologies"@en ;
    dpv:isSubTypeOf dpv:ProcessingContext .

dpv:InternalResourceOptimisation
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Optimize internal resource availability and usage for organisation"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Internal Resource Optimisation"@en ;
    dpv:isSubTypeOf dpv:OptimisationForController .

dpv:InternationalOrganisation
    dct:created "2022-03-23"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "International Organisation"@en ;
    dpv:isSubTypeOf dpv:Organisation .

dpv:JobApplicant
    dct:created "2022-04-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Data subjects that apply for jobs or employments"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "JobApplicant"@en ;
    dpv:isSubTypeOf dpv:Applicant .

dpv:JointDataControllers
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A group of Data Controllers that jointly determine the purposes and means of processing"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "To indicate the membership, hasDataController may be used"@en ;
    skos:prefLabel "Joint Data Controllers"@en ;
    dpv:isSubTypeOf dpv:DataController .

dpv:JointDataControllersAgreement
    dct:created "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Joint Data Controllers Agreement"@en ;
    dpv:isSubTypeOf dpv:DataProcessingAgreement .

dpv:JurisdictionConcepts
    dct:title "Jurisdiction Concepts"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Collection ;
    skos:member dpv:Country, dpv:EconomicUnion, dpv:Law, dpv:Location, dpv:Region, dpv:SupraNationalUnion, dpv:ThirdCountry, dpv:hasApplicableLaw, dpv:hasCountry, dpv:hasJurisdiction, dpv:hasLocation, dpv:hasThirdCountry .

dpv:LargeScaleProcessing
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Piero Bonatti"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Processing that takes place at large scales"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Large Scale Processing"@en ;
    dpv:isSubTypeOf dpv:ProcessingContext .

dpv:Law
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A law is a set of rules created by government or authorities"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Law"@en .

dpv:LegalAgreement
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A legally binding agreement"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Legal Agreement"@en ;
    dpv:isSubTypeOf dpv:OrganisationalMeasure .

dpv:LegalBasis
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernández"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The Legal basis used to justify processing of personal data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions."@en ;
    skos:prefLabel "Legal Basis"@en .

dpv:LegalCompliance
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Fulfilment of obligations or requirements towards achieving compliance with law or regulations"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Legal Compliance"@en ;
    dpv:isSubTypeOf dpv:Purpose .

dpv:LegalEntity
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Legal Entity"@en ;
    dpv:isSubTypeOf dpv:Entity .

dpv:LegalObligation
    dct:created "2021-04-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Legal Obligation to conduct the specified processing"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Legal Obligation"@en ;
    dpv:isSubTypeOf dpv:LegalBasis .

dpv:Legal_BasisConcepts
    dct:title "Legal_Basis Concepts"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Collection ;
    skos:member dpv:Consent, dpv:Contract, dpv:ContractPerformance, dpv:DataTransferLegalBasis, dpv:EnterIntoContract, dpv:LegalBasis, dpv:LegalObligation, dpv:LegitimateInterest, dpv:LegitimateInterestOfController, dpv:LegitimateInterestOfThirdParty, dpv:OfficialAuthorityOfController, dpv:PublicInterest, dpv:VitalInterest, dpv:VitalInterestOfDataSubject, dpv:VitalInterestOfNaturalPerson, dpv:hasLegalBasis .

dpv:LegitimateInterest
    dct:created "2021-05-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Legitimate Interests of a Party as justification for specified processing"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Legitimate Interest"@en ;
    dpv:isSubTypeOf dpv:LegalBasis .

dpv:LegitimateInterestAssessment
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Legitimate Interest Assessment"@en ;
    dpv:isSubTypeOf dpv:Assessment .

dpv:LegitimateInterestOfController
    dct:created "2021-05-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Legitimate Interests of a Data Controller in conducting specified processing"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Legitimate Interest of Controller"@en ;
    dpv:isSubTypeOf dpv:LegitimateInterest .

dpv:LegitimateInterestOfThirdParty
    dct:created "2021-05-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Legitimate Interests of a Third Party in conducting specified processing"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Legitimate Interest of Third Party"@en ;
    dpv:isSubTypeOf dpv:LegitimateInterest .

dpv:Location
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A location is a position, site, or area where something is located"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Location may be geographic, physical, or virtual."@en ;
    skos:prefLabel "Location"@en .

dpv:MakeAvailable
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to transform or publish data to be used"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Make Available"@en ;
    dpv:isSubTypeOf dpv:Disclose .

dpv:Marketing
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Was commercial interest, changed to consider Marketing a separate Purpose category by itself"@en ;
    skos:prefLabel "Marketing"@en ;
    dpv:isSubTypeOf dpv:Purpose .

dpv:Match
    dct:created "2022-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://ec.europa.eu/newsroom/article29/items/611236> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to combine, compare, or match data from different sources"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Match"@en ;
    dpv:isSubTypeOf dpv:Use .

dpv:MaterialDamage
    dct:created "2022-03-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Impact that acts as or causes material damages"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Material Damage"@en ;
    dpv:isSubTypeOf dpv:Damage .

dpv:Member
    dct:created "2022-04-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Data subjects that are members of a group, organisation, or other collectives"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Member"@en ;
    dpv:isSubTypeOf dpv:DataSubject .

dpv:MemberPartnerManagement
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "David Hickey"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Maintain registry of shareholders, members, or partners for governance, administration, and management functions"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Members and Partners Management"@en ;
    dpv:isSubTypeOf dpv:OrganisationGovernance .

dpv:Move
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://specialprivacy.ercim.eu/vocabs/processing> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to move data from one location to another including deleting the original copy"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Move"@en ;
    skos:related <https://specialprivacy.ercim.eu/vocabs/processing#Move> ;
    dpv:isSubTypeOf dpv:Transfer .

dpv:NDA
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Non-disclosure Agreements e.g. preserving confidentiality of information"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Non-Disclosure Agreement (NDA)"@en ;
    dpv:isSubTypeOf dpv:LegalAgreement .

dpv:NationalAuthority
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <http://purl.org/adms> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "An authority tasked with overseeing legal compliance for a nation"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "NationalAuthority"@en ;
    dpv:isSubTypeOf dpv:Authority .

dpv:NaturalPerson
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A human"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Natural Person"@en ;
    dpv:isSubTypeOf dpv:Entity .

dpv:Necessity
    dct:created "2022-02-12"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "An indication of 'necessity' within a context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Necessity can be used to express need, essentiality, requirement, or compulsion."@en ;
    skos:prefLabel "Necessity"@en ;
    dpv:isSubTypeOf dpv:Context .

dpv:NonCitizen
    dct:created "2022-04-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Data subjects that are not citizens (for a jurisdiction)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "NonCitizen"@en ;
    dpv:isSubTypeOf dpv:DataSubject .

dpv:NonCommercialResearch
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Non-Commercial Research"@en ;
    dpv:isSubTypeOf dpv:ResearchAndDevelopment .

dpv:NonGovernmentalOrganisation
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <http://purl.org/adms> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "An organisation not part of or independent from the government"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "NonGovernmentalOrganisation"@en ;
    dpv:isSubTypeOf dpv:Organisation .

dpv:NonMaterialDamage
    dct:created "2022-03-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Impact that acts as or causes non-material damages"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Non-Material Damage"@en ;
    dpv:isSubTypeOf dpv:Damage .

dpv:NonPersonalData
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Data that is not Personal Data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "The term NonPersonalData is provided to distinguish between PersonalData and other data, e.g. for indicating which data is regulated by privacy laws. To specify personal data that has been anonymised, the concept AnonymisedData should be used."@en ;
    skos:prefLabel "Non-Personal Data"@en ;
    dpv:isSubTypeOf dpv:Data .

dpv:NonProfitOrganisation
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <http://purl.org/adms> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "An organisation that does not aim to achieve profit as its primary goal"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "NonProfitOrganisation"@en ;
    dpv:isSubTypeOf dpv:Organisation .

dpv:NonPublicDataSource
    dct:created "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A source of data that is not publicly accessible or available"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Non-Public Data Source"@en ;
    dpv:isSubTypeOf dpv:DataSource .

dpv:NotCompliant
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "State of not being compliant where objectives have not been met, but have not been violated"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Not Compliant"@en ;
    dpv:isSubTypeOf dpv:ComplianceStatus .

dpv:NotRequired
    dct:created "2022-02-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indication of neither being required nor optional i.e. not relevant or needed"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Not Required"@en ;
    dpv:isSubTypeOf dpv:Necessity .

dpv:Notice
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "David Hickey"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A notice is an artefact for providing information, choices, or controls"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Notice"@en ;
    dpv:isSubTypeOf dpv:OrganisationalMeasure .

dpv:Obtain
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to solicit or gather data from someone"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Obtain"@en ;
    dpv:isSubTypeOf dpv:Processing .

dpv:OfficialAuthorityOfController
    dct:created "2021-05-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Processing necessary or authorised through the official authority granted to or vested in the Data Controller"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Official Authority of Controller"@en ;
    dpv:isSubTypeOf dpv:LegalBasis .

dpv:OptimisationForConsumer
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Optimize activities and services for consumer or user"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Optimisation for Consumer"@en ;
    skos:related <https://specialprivacy.ercim.eu/vocabs/purposes#Custom> ;
    dpv:isSubTypeOf dpv:ServiceOptimization .

dpv:OptimisationForController
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Optimize activities and services for provider or controller"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Optimisation for Controller"@en ;
    dpv:isSubTypeOf dpv:ServiceOptimization .

dpv:OptimiseUserInterface
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Optimize interfaces presented to the user"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Optimise User Interface"@en ;
    dpv:isSubTypeOf dpv:OptimisationForConsumer .

dpv:Optional
    dct:created "2022-02-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indication of 'optional' or 'voluntary'"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Optional"@en ;
    dpv:isSubTypeOf dpv:Necessity .

dpv:Organisation
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A general term reflecting a company or a business or a group acting as a unit"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Organisation"@en ;
    dpv:isSubTypeOf dpv:LegalEntity .

dpv:OrganisationComplianceManagement
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "David Hickey"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Manage compliance for organisation in relation to internal policies"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Organisation Compliance Management"@en ;
    dpv:isSubTypeOf dpv:OrganisationGovernance .

dpv:OrganisationGovernance
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "David Hickey"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Conduct activities and functions for organisation's governance"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Organisation Governance"@en ;
    dpv:isSubTypeOf dpv:Purpose .

dpv:OrganisationRiskManagement
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "David Hickey"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Manage risk for organisation's activities"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Organisation Risk Management"@en ;
    dpv:isSubTypeOf dpv:OrganisationGovernance .

dpv:OrganisationalMeasure
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Organisational measures required/followed when processing data of the declared category"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Organisational Measure"@en ;
    dpv:isSubTypeOf dpv:TechnicalOrganisationalMeasure .

dpv:OrganisationalUnit
    dct:created "2022-03-23"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Entity within an organisation that does not constitute as a separate legal entity"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Organisational Unit"@en ;
    dpv:isSubTypeOf dpv:Entity .

dpv:Organise
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to organize data for arranging or classifying"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Organise"@en ;
    dpv:isSubTypeOf dpv:Processing .

dpv:PIA
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Carrying out an impact assessment regarding privacy risks"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Privacy Impact Assessment"@en ;
    dpv:isSubTypeOf dpv:ImpactAssessment .

dpv:PartiallyCompliant
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "State of partially being compliant i.e. only some objectives have been met, and others have not been in violation"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Partially Compliant"@en ;
    dpv:isSubTypeOf dpv:ComplianceStatus .

dpv:Participant
    dct:created "2022-04-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Data subjects that participate in some context such as volunteers in a function"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Participant"@en ;
    dpv:isSubTypeOf dpv:DataSubject .

dpv:Patient
    dct:created "2022-04-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Data subjects that receive medican attention, treatment, care, advice, or other health related services"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Patient"@en ;
    dpv:isSubTypeOf dpv:DataSubject .

dpv:Payment
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Process payment transactions in relation to service"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Payment"@en ;
    dpv:isSubTypeOf dpv:ServiceProvision .

dpv:PersonalData
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Data directly or indirectly associated or related to an individual."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'."@en ;
    skos:prefLabel "Personal Data"@en ;
    skos:related <https://specialprivacy.ercim.eu/langs/usage-policy#AnyData> ;
    dpv:isSubTypeOf dpv:Data .

dpv:PersonalDataHandling
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernández"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Personal Data Handling"@en .

dpv:Personal_DataConcepts
    dct:title "Personal_Data Concepts"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Collection ;
    skos:member dpv:AnonymisedData, dpv:CollectedPersonalData, dpv:Data, dpv:DerivedPersonalData, dpv:GeneratedPersonalData, dpv:InferredPersonalData, dpv:NonPersonalData, dpv:PersonalData, dpv:PseudoAnonymisedData, dpv:SensitivePersonalData, dpv:SpecialCategoryPersonalData, dpv:hasPersonalData .

dpv:Personalisation
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Create and provide customisation based on attributes and/or needs of person(s) or context(s)."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "This term is a blanket purpose category for indicating personalisation of some other purpose, e.g. by creating a subclass of the other concept and Personalisation"@en ;
    skos:prefLabel "Personalisation"@en ;
    dpv:isSubTypeOf dpv:Purpose .

dpv:PersonalisedAdvertising
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Create and provide personalised advertising"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Personalised Advertising"@en ;
    dpv:isSubTypeOf dpv:Advertising, dpv:Personalisation .

dpv:PersonalisedBenefits
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Create and provide personalised benefits for a service"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Personalised Benefits"@en ;
    dpv:isSubTypeOf dpv:ServicePersonalization .

dpv:PersonnelHiring
    dct:created "2022-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Management and execution of hiring processes of personnel"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Personnel Hiring"@en ;
    dpv:isSubTypeOf dpv:PersonnelManagement .

dpv:PersonnelManagement
    dct:created "2022-03-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Personnel Management"@en ;
    dpv:isSubTypeOf dpv:HumanResources .

dpv:PersonnelPayment
    dct:created "2022-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Management and execution of payment of personnel"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Personnel Payment"@en ;
    dpv:isSubTypeOf dpv:PersonnelManagement .

dpv:Policy
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "David Hickey"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Policy"@en ;
    dpv:isSubTypeOf dpv:OrganisationalMeasure .

dpv:PrimaryImportance
    dct:created "2022-02-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indication of 'primary' or 'main' or 'core' importance"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Primary Importance"@en ;
    dpv:isSubTypeOf dpv:Importance .

dpv:PrivacyByDefault
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Privacy by Default"@en ;
    dpv:isSubTypeOf dpv:GuidelinesPrinciple .

dpv:PrivacyByDesign
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Practices regarding incorporating data protection and privacy in the design of information and services"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Privacy by Design"@en ;
    dpv:isSubTypeOf dpv:OrganisationalMeasure .

dpv:PrivacyNotice
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "David Hickey"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Represents a notice or document outlining information regarding privacy"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Privacy Notice"@en ;
    dpv:isSubTypeOf dpv:Notice .

dpv:Processing
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernández"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://specialprivacy.ercim.eu/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The processing performed on personal data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Processing"@en ;
    skos:related <https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing> .

dpv:ProcessingConcepts
    dct:title "Processing Concepts"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Collection ;
    skos:member dpv:Acquire, dpv:Adapt, dpv:Align, dpv:Alter, dpv:Analyse, dpv:Anonymise, dpv:Collect, dpv:Combine, dpv:Consult, dpv:Copy, dpv:Derive, dpv:Destruct, dpv:Disclose, dpv:DiscloseByTransmission, dpv:Disseminate, dpv:Erase, dpv:Generate, dpv:Infer, dpv:MakeAvailable, dpv:Match, dpv:Move, dpv:Obtain, dpv:Organise, dpv:Processing, dpv:Profiling, dpv:PseudoAnonymise, dpv:Record, dpv:Remove, dpv:Restrict, dpv:Retrieve, dpv:Share, dpv:Store, dpv:Structure, dpv:Transfer, dpv:Transform, dpv:Transmit, dpv:Use, dpv:hasProcessing .

dpv:ProcessingContext
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Context or conditions within which processing takes place"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Processing Context"@en ;
    dpv:isSubTypeOf dpv:Context .

dpv:Processing_ContextConcepts
    dct:title "Processing_Context Concepts"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Collection ;
    skos:member dpv:AutomatedDecisionMaking, dpv:DataSource, dpv:EvaluationScoring, dpv:InnovativeUseOfNewTechnologies, dpv:LargeScaleProcessing, dpv:NonPublicDataSource, dpv:ProcessingContext, dpv:PublicDataSource, dpv:StorageCondition, dpv:StorageDeletion, dpv:StorageDuration, dpv:StorageLocation, dpv:StorageRestoration, dpv:SystematicMonitoring, dpv:hasDataSource, dpv:hasStorage .

dpv:Profiling
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to create a profile that describes or represents a person"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Profiling"@en ;
    dpv:isSubTypeOf dpv:Use .

dpv:PseudoAnonymise
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to replace personal identifiable information by artificial identifiers"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Pseudo-Anonymise"@en ;
    dpv:isSubTypeOf dpv:Transform .

dpv:PseudoAnonymisedData
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Pseudo-anonymised Data"@en ;
    dpv:isSubTypeOf dpv:PersonalData .

dpv:PseudoAnonymization
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "PseudoAnonmyization or 'pseudonymisation’ means the processing of personal data in such a manner that the personal data can no longer be attributed to a specific data subject without the use of additional information, provided that such additional information is kept separately and is subject to technical and organisational measures to ensure that the personal data are not attributed to an identified or identifiable natural person;"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Pseudo-Anonymization"@en ;
    dpv:isSubTypeOf dpv:Anonymization .

dpv:PublicDataSource
    dct:created "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A source of data that is publicly accessible or available"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "The term 'Public' is used here in a broad sense. Actual consideration of what is 'Public Data' can vary based on several contextual or jurisdictional factors such as  definition of open, methods of access, permissions and licenses."@en ;
    skos:prefLabel "Public Data Source"@en ;
    dpv:isSubTypeOf dpv:DataSource .

dpv:PublicInterest
    dct:created "2021-04-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Processing is necessary or beneficial for interest of the public or society at large"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Public Interest"@en ;
    dpv:isSubTypeOf dpv:LegalBasis .

dpv:PublicRelations
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "David Hickey"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Manage and conduct public relations processes. This includes creating goodwill for the organization."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Public Relations"@en ;
    dpv:isSubTypeOf dpv:Marketing .

dpv:Purpose
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernández"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://specialprivacy.ercim.eu/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The purpose of processing personal data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Purpose"@en ;
    skos:related <https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose> .

dpv:PurposesConcepts
    dct:title "Purposes Concepts"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Collection ;
    skos:member dpv:AcademicResearch, dpv:AccountManagement, dpv:Advertising, dpv:AntiTerrorismOperations, dpv:CommercialResearch, dpv:CommunicationForCustomerCare, dpv:CommunicationManagement, dpv:CounterMoneyLaundering, dpv:CreateEventRecommendations, dpv:CreatePersonalizedRecommendations, dpv:CreateProductRecommendations, dpv:CreditChecking, dpv:CustomerCare, dpv:CustomerClaimsManagement, dpv:CustomerManagement, dpv:CustomerOrderManagement, dpv:CustomerRelationshipManagement, dpv:CustomerSolvencyMonitoring, dpv:DeliveryOfGoods, dpv:DirectMarketing, dpv:DisputeManagement, dpv:EnforceAccessControl, dpv:EnforceSecurity, dpv:FraudPreventionAndDetection, dpv:HumanResourceManagement, dpv:IdentityVerification, dpv:ImproveExistingProductsAndServices, dpv:ImproveInternalCRMProcesses, dpv:IncreaseServiceRobustness, dpv:InternalResourceOptimisation, dpv:LegalCompliance, dpv:Marketing, dpv:MemberPartnerManagement, dpv:NonCommercialResearch, dpv:OptimisationForConsumer, dpv:OptimisationForController, dpv:OptimiseUserInterface, dpv:OrganisationComplianceManagement, dpv:OrganisationGovernance, dpv:OrganisationRiskManagement, dpv:Payment, dpv:Personalisation, dpv:PersonalisedAdvertising, dpv:PersonalisedBenefits, dpv:PersonnelHiring, dpv:PersonnelManagement, dpv:PersonnelPayment, dpv:PublicRelations, dpv:Purpose, dpv:RecordManagement, dpv:RegistrationAuthentication, dpv:RequestedServiceProvision, dpv:ResearchAndDevelopment, dpv:Sector, dpv:SellDataToThirdParties, dpv:SellInsightsFromData, dpv:SellProducts, dpv:SellProductsToDataSubject, dpv:ServiceOptimization, dpv:ServicePersonalization, dpv:ServiceProvision, dpv:ServiceRecordManagement, dpv:ServiceUsageAnalytics, dpv:SocialMediaMarketing, dpv:TargetedAdvertising, dpv:TechnicalServiceProvision, dpv:UserInterfacePersonalisation, dpv:VendorManagement, dpv:VendorPayment, dpv:VendorRecordsManagement, dpv:VendorSelectionAssessment, dpv:hasPurpose, dpv:hasSector .

dpv:Recipient
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernández"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj>, <https://specialprivacy.ercim.eu/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Entities that receive personal data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller."@en ;
    skos:prefLabel "Recipient"@en ;
    skos:related <https://specialprivacy.ercim.eu/langs/usage-policy#AnyRecipient> ;
    dpv:isSubTypeOf dpv:LegalEntity .

dpv:Record
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to make a record (especially media)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Record"@en ;
    dpv:isSubTypeOf dpv:Obtain .

dpv:RecordManagement
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "David Hickey"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Record Management"@en ;
    dpv:isSubTypeOf dpv:Purpose .

dpv:RecordsOfActivities
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Records of activities within some context such as maintainence tasks or governance functions"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Records of Activities"@en ;
    dpv:isSubTypeOf dpv:OrganisationalMeasure .

dpv:Region
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A region is an area or site that is considered a location"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Region"@en ;
    dpv:isSubTypeOf dpv:Location .

dpv:RegionalAuthority
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <http://purl.org/adms> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "An authority tasked with overseeing legal compliance for a region"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "RegionalAuthority"@en ;
    dpv:isSubTypeOf dpv:Authority .

dpv:RegisterOfProcessingActivities
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Tied to compliance processes and documents, decide how to specify those"@en ;
    skos:prefLabel "Register of Processing Activities"@en ;
    dpv:isSubTypeOf dpv:DataProcessingRecords .

dpv:RegistrationAuthentication
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Register, authenticate, and identify users or agents in context of a service"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Registration and Authentication"@en ;
    dpv:isSubTypeOf dpv:ServiceProvision .

dpv:RegularityOfRecertification
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Policy regarding repetition or renewal of existing certification(s)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Regularity of Re-certification"@en ;
    dpv:isSubTypeOf dpv:OrganisationalMeasure .

dpv:Relation
    rdfs:subPropertyOf skos:semanticRelation ;
    skos:prefLabel "Relation"@en .

dpv:Remove
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to destruct or erase data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Remove"@en ;
    dpv:isSubTypeOf dpv:Processing .

dpv:Representative
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_27/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A representative of a legal entity"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Representative"@en ;
    dpv:isSubTypeOf dpv:LegalEntity .

dpv:RequestedServiceProvision
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Deliver service as requested by user or consumer"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Requested Service Provision"@en ;
    dpv:isSubTypeOf dpv:ServiceProvision .

dpv:Required
    dct:created "2022-02-13"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indication of 'required' or 'necessary'"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Required"@en ;
    dpv:isSubTypeOf dpv:Necessity .

dpv:ResearchAndDevelopment
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Conduct research and development for new methods, products, or services"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Research and Development"@en ;
    dpv:isSubTypeOf dpv:Purpose .

dpv:Restrict
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to apply a restriction on the processsing of specific records"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Restrict"@en ;
    dpv:isSubTypeOf dpv:Transform .

dpv:Retrieve
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to retrieve data, often in an automated manner"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Retrieve"@en ;
    dpv:isSubTypeOf dpv:Use .

dpv:Right
    dct:created "2020-11-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The right(s) applicable, provided, or expected."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "A 'right' is a legal, social, or ethical principle of freedom or entitlement which dictate the norms regarding what is allowed or owed.. Rights as a concept encompass a broad area of norms and entities, and are not specific to Individuals or Data Protection / Privacy. For individual specific rights, see dpv:DataSubjectRight"@en ;
    skos:prefLabel "Right"@en .

dpv:Risk
    dct:created "2020-11-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A risk or possibility or uncertainty of negative effects, impacts, or consequences."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure."@en ;
    skos:prefLabel "Risk"@en .

dpv:RiskConcepts
    dct:title "Risk Concepts"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Collection ;
    skos:member dpv:Benefit, dpv:Consequence, dpv:ConsequenceAsSideEffect, dpv:ConsequenceOfFailure, dpv:ConsequenceOfSuccess, dpv:Damage, dpv:Detriment, dpv:Harm, dpv:Impact, dpv:MaterialDamage, dpv:NonMaterialDamage, dpv:Risk, dpv:RiskManagementProcedure, dpv:RiskMitigationMeasure, dpv:hasConsequence, dpv:hasImpact, dpv:hasImpactOn, dpv:hasRisk, dpv:isMitigatedByMeasure, dpv:mitigatesRisk .

dpv:RiskManagementProcedure
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.iso.org/iso-31000-risk-management.html> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives.  The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia"@en ;
    skos:prefLabel "Risk Management Procedure"@en ;
    dpv:isSubTypeOf dpv:OrganisationalMeasure .

dpv:RiskMitigationMeasure
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Measures intended to mitigate, minimise, or prevent risk."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Risk Mitigation Measure"@en ;
    dpv:isSubTypeOf dpv:TechnicalOrganisationalMeasure .

dpv:Safeguard
    dct:created "2021-09-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "David Hickey"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A safeguard is a precautionary measure for the protection against or mitigation of negative effects"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "This concept is relevant given the requirement to assert safeguards in cross-border data transfers"@en ;
    skos:prefLabel "Safeguard"@en ;
    dpv:isSubTypeOf dpv:OrganisationalMeasure .

dpv:SafeguardForDataTransfer
    dct:created "2021-09-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "David Hickey"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Represents a safeguard used for data transfer. Can include technical or organisational measures."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Safeguard for Data Transfer"@en ;
    dpv:isSubTypeOf dpv:Safeguard .

dpv:Seal
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A seal or a mark indicating proof of certification to some certification or standard"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Seal"@en ;
    dpv:isSubTypeOf dpv:CertificationSeal .

dpv:SecondaryImportance
    dct:created "2022-02-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indication of 'secondary' or 'minor' or 'auxiliary' importance"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Secondary Importance"@en ;
    dpv:isSubTypeOf dpv:Importance .

dpv:Sector
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA)."@en ;
    skos:prefLabel "Sector"@en .

dpv:SellDataToThirdParties
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Sell data or information to third parties"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something"@en ;
    skos:prefLabel "Sell Data to Third Parties"@en ;
    dpv:isSubTypeOf dpv:SellProducts .

dpv:SellInsightsFromData
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Sell data or information relevant to insights obtained from analysis of data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something"@en ;
    skos:prefLabel "Sell Insights from Data"@en ;
    dpv:isSubTypeOf dpv:SellProducts .

dpv:SellProducts
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Sell products or services"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Sell here means exchange, submit, or provide in return for direct or indirect compensation."@en ;
    skos:prefLabel "Sell Products"@en ;
    dpv:isSubTypeOf dpv:ServiceProvision .

dpv:SellProductsToDataSubject
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Sell products or services to the user, consumer, or data subjects"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Was subclass of commercial interest, changed to reflect selling something"@en ;
    skos:prefLabel "Sell Products to Data Subject"@en ;
    dpv:isSubTypeOf dpv:SellProducts .

dpv:SensitivePersonalData
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications."@en ;
    skos:prefLabel "Sensitive Personal Data"@en ;
    dpv:isSubTypeOf dpv:PersonalData .

dpv:ServiceOptimization
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Optimise services or activities"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Subclass of ServiceProvision since optimisation is usually considered part of providing services"@en ;
    skos:prefLabel "Service Optimization"@en ;
    dpv:isSubTypeOf dpv:ServiceProvision .

dpv:ServicePersonalization
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Personalise services or product or activities"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Subclass of ServiceProvision since personalisation is usually considered part of providing services"@en ;
    skos:prefLabel "Service Personalization"@en ;
    dpv:isSubTypeOf dpv:Personalisation, dpv:ServiceProvision .

dpv:ServiceProvision
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Provide service or product or activities"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Service Provision"@en ;
    dpv:isSubTypeOf dpv:Purpose .

dpv:ServiceRecordManagement
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Manage invoicing, orders, and records in relation to services"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Service Order Management"@en ;
    dpv:isSubTypeOf dpv:ServiceProvision .

dpv:ServiceUsageAnalytics
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Conduct analysis and reporting related to usage of services or products"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Was \"UsageAnalytics\", prefixed with Service to better reflect scope"@en ;
    skos:prefLabel "Analytics"@en ;
    dpv:isSubTypeOf dpv:ServiceProvision .

dpv:Share
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to give data (or a portion of it) to others"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Share"@en ;
    dpv:isSubTypeOf dpv:Disclose .

dpv:SingleSignOn
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Single Sign On"@en ;
    dpv:isSubTypeOf dpv:AuthenticationProtocols .

dpv:SocialMediaMarketing
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Conduct marketing through social media"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Social Media"@en ;
    dpv:isSubTypeOf dpv:Marketing .

dpv:SpecialCategoryPersonalData
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:definition "Sensitive Personal Data whose use requires specific legal permission or justification"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification."@en ;
    skos:prefLabel "Special Category Personal Data"@en ;
    dpv:isSubTypeOf dpv:SensitivePersonalData .

dpv:StaffTraining
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Practices and policies regarding training of staff members"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Staff Training"@en ;
    dpv:isSubTypeOf dpv:OrganisationalMeasure .

dpv:Status
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The status or state of something"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Status"@en ;
    dpv:isSubTypeOf dpv:Context .

dpv:StorageCondition
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Conditions required or followed regarding storage of data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Storage Condition"@en ;
    dpv:isSubTypeOf dpv:ProcessingContext .

dpv:StorageDeletion
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Deletion or Erasure of data including any deletion guarantees"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Storage Deletion"@en ;
    dpv:isSubTypeOf dpv:StorageCondition .

dpv:StorageDuration
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Duration or temporal limitation on storage of personal data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Storage Duration"@en ;
    dpv:isSubTypeOf dpv:Duration, dpv:StorageCondition .

dpv:StorageLocation
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Location or geospatial scope where the data is stored"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Storage Location"@en ;
    dpv:isSubTypeOf dpv:Location, dpv:StorageCondition .

dpv:StorageRestoration
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Storage Restoration"@en ;
    dpv:isSubTypeOf dpv:StorageCondition .

dpv:Store
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to keep data for future use"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Store"@en ;
    dpv:isSubTypeOf dpv:Processing .

dpv:Structure
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to arrange data according to a structure"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Structure"@en ;
    dpv:isSubTypeOf dpv:Organise .

dpv:Student
    dct:created "2022-04-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Data subjects that are students"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Student"@en ;
    dpv:isSubTypeOf dpv:DataSubject .

dpv:SubProcessorAgreement
    dct:created "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Sub-Processor Agreement"@en ;
    dpv:isSubTypeOf dpv:DataProcessingAgreement .

dpv:Subscriber
    dct:created "2022-04-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Data subjects that subscribe to service(s)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "note: subscriber can be customer or consumer"@en ;
    skos:prefLabel "Subscriber"@en ;
    dpv:isSubTypeOf dpv:DataSubject .

dpv:SupraNationalAuthority
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <http://purl.org/adms> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "An authority tasked with overseeing legal compliance for a supra-national union e.g. EU"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "SupraNationalAuthority"@en ;
    dpv:isSubTypeOf dpv:Authority .

dpv:SupraNationalUnion
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A political union of two or more countries with an establishment of common authority"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "SupraNationalUnion"@en ;
    dpv:isSubTypeOf dpv:Location .

dpv:SystematicMonitoring
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Piero Bonatti"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Processing that involves systematic monitoring of individuals"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Systematic Monitoring"@en ;
    dpv:isSubTypeOf dpv:ProcessingContext .

dpv:TargetedAdvertising
    dct:created "2022-03-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Targeted Advertising"@en ;
    dpv:isSubTypeOf dpv:PersonalisedAdvertising .

dpv:TechnicalMeasure
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Technical measures required/followed when processing data of the declared category"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Technical Measure"@en ;
    dpv:isSubTypeOf dpv:TechnicalOrganisationalMeasure .

dpv:TechnicalOrganisationalMeasure
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Bud Bruegger"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The Technical and Organisational measures used."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Technical and Organisational Measure"@en .

dpv:TechnicalServiceProvision
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Manage and provide technical processes and functions necessary for delivering services"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Technical Service Provision"@en ;
    dpv:isSubTypeOf dpv:ServiceProvision .

dpv:Technical_Organisational_MeasuresConcepts
    dct:title "Technical_Organisational_Measures Concepts"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Collection ;
    skos:member dpv:AccessControlMethod, dpv:Anonymization, dpv:Assessment, dpv:AuthenticationProtocols, dpv:AuthorisationProcedure, dpv:Certification, dpv:CertificationSeal, dpv:CodeOfConduct, dpv:CompleteAnonymisation, dpv:Consultation, dpv:ConsultationWithAuthority, dpv:ContractualTerms, dpv:ControllerProcessorAgreement, dpv:DPIA, dpv:DataProcessingAgreement, dpv:DataProcessingRecords, dpv:DataTransferImpactAssessment, dpv:DeIdentification, dpv:DesignStandard, dpv:Encryption, dpv:EncryptionInRest, dpv:EncryptionInTransfer, dpv:GuidelinesPrinciple, dpv:ImpactAssessment, dpv:JointDataControllersAgreement, dpv:LegalAgreement, dpv:LegitimateInterestAssessment, dpv:NDA, dpv:Notice, dpv:OrganisationalMeasure, dpv:PIA, dpv:Policy, dpv:PrivacyByDefault, dpv:PrivacyByDesign, dpv:PrivacyNotice, dpv:PseudoAnonymization, dpv:RecordsOfActivities, dpv:RegisterOfProcessingActivities, dpv:RegularityOfRecertification, dpv:Safeguard, dpv:SafeguardForDataTransfer, dpv:Seal, dpv:SingleSignOn, dpv:StaffTraining, dpv:SubProcessorAgreement, dpv:TechnicalMeasure, dpv:TechnicalOrganisationalMeasure, dpv:ThirdPartyAgreement, dpv:hasOrganisationalMeasure, dpv:hasPolicy, dpv:hasTechnicalMeasure, dpv:hasTechnicalOrganisationalMeasure, dpv:isPolicyFor .

dpv:Technology
    dct:created "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The technology, technological implementation, or any techniques, skills, methods, and processes used or applied"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device"@en ;
    skos:prefLabel "Technology"@en .

dpv:ThirdCountry
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Represents a country outside applicable or compatible jurisdiction as outlined in law"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Third Country"@en ;
    dpv:isSubTypeOf dpv:Country .

dpv:ThirdParty
    dct:created "2019-06-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Third Party"@en ;
    dpv:isSubTypeOf dpv:Recipient .

dpv:ThirdPartyAgreement
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Third-Party Agreement"@en ;
    dpv:isSubTypeOf dpv:DataProcessingAgreement .

dpv:Tourist
    dct:created "2022-04-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Data subjects that are tourists i.e. not citizens and not immigrants"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Tourist"@en ;
    dpv:isSubTypeOf dpv:DataSubject .

dpv:Transfer
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://specialprivacy.ercim.eu/vocabs/processing> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to move data from one place to another"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Transfer"@en ;
    skos:related <https://specialprivacy.ercim.eu/vocabs/processing#Transfer> ;
    dpv:isSubTypeOf dpv:Processing .

dpv:Transform
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to change the form or nature of data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Transform"@en ;
    dpv:isSubTypeOf dpv:Processing .

dpv:Transmit
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to send out data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Transmit"@en ;
    dpv:isSubTypeOf dpv:Disclose .

dpv:Use
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "to use data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Use"@en ;
    dpv:isSubTypeOf dpv:Processing .

dpv:User
    dct:created "2022-04-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Data subjects that use service(s)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "User"@en ;
    dpv:isSubTypeOf dpv:DataSubject .

dpv:UserInterfacePersonalisation
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Elmar Kiesling"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernandez"^^<http://www.w3.org/2001/XMLSchema#string>, "Simon Steyskal"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Personalise interfaces presented to the user"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "User Interface Personalisation"@en ;
    dpv:isSubTypeOf dpv:ServicePersonalization .

dpv:VendorManagement
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "David Hickey"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Manage orders, payment, evaluation, and prospecting related to vendors"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Vendor Management"@en ;
    dpv:isSubTypeOf dpv:Purpose .

dpv:VendorPayment
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "David Hickey"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Manage payment of vendors"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Vendor Payment"@en ;
    dpv:isSubTypeOf dpv:VendorManagement .

dpv:VendorRecordsManagement
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "David Hickey"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Manage orders related to vendors"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Vendor Records Management"@en ;
    dpv:isSubTypeOf dpv:VendorManagement .

dpv:VendorSelectionAssessment
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "David Hickey"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Manage selection, assessment, and evaluation related to vendors"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Vendor Selection Assessment"@en ;
    dpv:isSubTypeOf dpv:VendorManagement .

dpv:ViolationOfCompliance
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "State where objectives have been violated"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Violation of Compliance"@en ;
    dpv:isSubTypeOf dpv:ComplianceStatus .

dpv:Visitor
    dct:created "2022-04-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Data subjects that are temporary visitors"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Visitor"@en ;
    dpv:isSubTypeOf dpv:DataSubject .

dpv:VitalInterest
    dct:created "2021-04-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Processing is necessary or required to protect vital interests of a data subject or other natural person"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Vital Interest"@en ;
    dpv:isSubTypeOf dpv:LegalBasis .

dpv:VitalInterestOfDataSubject
    dct:created "2021-04-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Processing is necessary or required to protect vital interests of a data subject"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Vital Interest of Data Subject"@en ;
    dpv:isSubTypeOf dpv:VitalInterestOfNaturalPerson .

dpv:VitalInterestOfNaturalPerson
    dct:created "2021-04-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Processing is necessary or required to protect vital interests of a natural person"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Vital Interest of Natural Person"@en ;
    dpv:isSubTypeOf dpv:VitalInterest .

dpv:VulnerableDataSubject
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome."@en ;
    skos:prefLabel "Vulnerable Data Subject"@en ;
    dpv:isSubTypeOf dpv:DataSubject .

dpv:hasActivityStatus
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates the status of activity of specified concept"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has activity status"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:ActivityStatus ;
    dpv:isSubTypeOf dpv:hasStatus .

dpv:hasAddress
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J.Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Specifies address of a legal entity such as street address or pin code"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has address"@en ;
    dpv:hasDomain dpv:Entity ;
    dpv:hasRange dpv:Concept .

dpv:hasAlgorithmicLogic
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates the logic used in processing such as for automated decision making"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has algorithmic logic"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:AlgorithmicLogic .

dpv:hasApplicableLaw
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates applicability of a Law"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has applicable law"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Law .

dpv:hasAuthority
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates applicability of authority for a jurisdiction"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has authority"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Authority .

dpv:hasComplianceStatus
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates the status of compliance of specified concept"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has compliance status"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:ComplianceStatus ;
    dpv:isSubTypeOf dpv:hasStatus .

dpv:hasConsentNotice
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Bud Bruegger"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Specifies the notice provided in context of consent"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI."@en ;
    skos:prefLabel "has consent notice"@en .

dpv:hasConsequence
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2021-09-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates consenquence(s) possible or arising from specified concept"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Removed plural suffix for consistency"@en ;
    skos:prefLabel "has consequence"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Consequence .

dpv:hasContact
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J.Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Specifies contact details of a legal entity such as phone  or email"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has contact"@en ;
    dpv:hasDomain dpv:Entity ;
    dpv:hasRange dpv:Concept .

dpv:hasContext
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates a purpose is restricted to the specified context(s)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has context"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Context .

dpv:hasCountry
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates applicability of specified country"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has country"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Country ;
    dpv:isSubTypeOf dpv:hasLocation .

dpv:hasDataController
    dct:created "2019-04-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Bud Bruegger"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernández"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates association with Data Controller"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has data controller"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:DataController, dpv:LegalEntity ;
    dpv:isSubTypeOf dpv:hasEntity .

dpv:hasDataExporter
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has data exporter"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:DataExporter ;
    dpv:isSubTypeOf dpv:hasEntity .

dpv:hasDataImporter
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has data importer"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:DataImporter ;
    dpv:isSubTypeOf dpv:hasRecipient .

dpv:hasDataProcessor
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indiciates inclusion or applicability of a Data Processor"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has data processor"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:DataProcessor ;
    dpv:isSubTypeOf dpv:hasRecipient .

dpv:hasDataProtectionOfficer
    dct:created "2022-03-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Specifices an associated data protection officer"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has data protection officer"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:DataProtectionOfficer ;
    dpv:isSubTypeOf dpv:hasRepresentative .

dpv:hasDataSource
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates the source or origin of data being processed"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has data source"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:DataSource .

dpv:hasDataSubject
    dct:created "2019-04-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Bud Bruegger"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernández"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates association with Data Subject"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has data subject"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:DataSubject ;
    dpv:isSubTypeOf dpv:hasEntity .

dpv:hasDomain
    rdfs:subPropertyOf skos:semanticRelation ;
    skos:prefLabel "has domain"@en .

dpv:hasDuration
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://specialprivacy.ercim.eu/> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates information about duration"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has duration"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Duration .

dpv:hasEntity
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates inclusion or applicability of an entity to some concept"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "parent property for controller, processor, data subject, authority, etc.?"@en ;
    skos:prefLabel "has entity"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Entity .

dpv:hasExpiry
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Bud Bruegger"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Generic property specifying when or under which condition(s) the consent will expire"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has expiry"@en .

dpv:hasExpiryCondition
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Bud Bruegger"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Specifies the condition or event that determines the expiry of consent"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Can be TextOrDocumentOrURI"@en ;
    skos:prefLabel "has expiry condition"@en ;
    dpv:isSubTypeOf dpv:expiry .

dpv:hasExpiryTime
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Bud Bruegger"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Specifies the expiry time or duration for consent"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has expiry time"@en ;
    dpv:isSubTypeOf dpv:expiry .

dpv:hasFrequency
    dct:created "2022-02-16"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates the frequency with which something takes place"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has frequency"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Frequency .

dpv:hasHumanInvolvement
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates Involvement of humans in processing such as within automated decision making process"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Human involvement is also relevant to 'human in the loop'"@en ;
    skos:prefLabel "has human involvement"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:HumanInvolvement .

dpv:hasIdentifier
    dct:created "2020-11-25"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J.Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates an identifier associated for identification or reference"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has identifier"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Concept .

dpv:hasImpact
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates impact(s) possible or arising as consequences from specified concept"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has impact"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Impact ;
    dpv:isSubTypeOf dpv:hasConsequence .

dpv:hasImpactOn
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Fajar Ekaputra"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates the thing (e.g. plan, process, or entity) affected by an impact"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has impact on"@en ;
    dpv:hasDomain dpv:Impact ;
    dpv:hasRange dpv:Concept ;
    dpv:isSubTypeOf dpv:hasConsequenceOn .

dpv:hasJointDataControllers
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates inclusion or applicability of a Joint Data Controller"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has joint data controllers"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:JointDataControllers ;
    dpv:isSubTypeOf dpv:hasDataController .

dpv:hasJurisdiction
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates applicability of specified jurisdiction"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has jurisdiction"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Location .

dpv:hasLegalBasis
    dct:created "2019-04-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernández"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates use or applicability of a Legal Basis"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has legal basis"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:LegalBasis .

dpv:hasLocation
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://specialprivacy.ercim.eu/> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates information about location"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has location"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Location .

dpv:hasName
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J.Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Specifies name of a legal entity"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has name"@en ;
    dpv:hasDomain dpv:Entity ;
    dpv:hasRange dpv:Concept .

dpv:hasOrganisationalMeasure
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates use or applicability of Organisational measure"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has organisational measure"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:OrganisationalMeasure ;
    dpv:isSubTypeOf dpv:hasTechnicalOrganisationalMeasure .

dpv:hasPersonalData
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates association with Personal Data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has personal data"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:PersonalData .

dpv:hasPersonalDataHandling
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates association with Personal Data Handling"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has personal data handling"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:PersonalDataHandling .

dpv:hasPolicy
    dct:created "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates policy applicable or used"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has policy"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Policy ;
    dpv:isSubTypeOf dpv:hasTechnicalOrganisationalMeasure .

dpv:hasProcessing
    dct:created "2019-04-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Bud Bruegger"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernández"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://specialprivacy.ercim.eu/> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates association with Processing"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has processing"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Processing .

dpv:hasProvisionBy
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Bud Bruegger"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Specifies the entity that provisioned or provided consent"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors."@en ;
    skos:prefLabel "has provision by"@en ;
    dpv:hasRange dpv:LegalEntity .

dpv:hasProvisionByJustification
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Bud Bruegger"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Specifies the justification for entity providing consent"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity,  e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy"@en ;
    skos:prefLabel "has provision by justification"@en .

dpv:hasProvisionMethod
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Bud Bruegger"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Specifies the method by which consent was provisioned or provided"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Can be used to record information of how consent was provided e.g. by a click to a form, in writing, etc., by logging into a system and confirm per email, or with some additional authentication, etc."@en ;
    skos:prefLabel "has provision method"@en .

dpv:hasProvisionTime
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Bud Bruegger"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Specifies the instant in time when consent was given"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has provision time"@en .

dpv:hasPurpose
    dct:created "2019-04-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Bud Bruegger"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernández"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://specialprivacy.ercim.eu/> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates association with Purpose"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has purpose"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Purpose .

dpv:hasRange
    rdfs:subPropertyOf skos:semanticRelation ;
    skos:prefLabel "has range"@en .

dpv:hasRecipient
    dct:created "2019-04-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Bud Bruegger"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernández"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://specialprivacy.ercim.eu/> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates Recipient of Personal Data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has recipient"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Recipient ;
    dpv:isSubTypeOf dpv:hasEntity .

dpv:hasRecipientDataController
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has recipient data controller"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:DataController ;
    dpv:isSubTypeOf dpv:hasRecipient .

dpv:hasRecipientThirdParty
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indiciates inclusion or applicability of a Third Party as a Recipient of persona data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has recipient third party"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:ThirdParty ;
    dpv:isSubTypeOf dpv:hasRecipient .

dpv:hasRepresentative
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J.Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Specifies representative of the legal entity"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has representative"@en ;
    dpv:hasDomain dpv:Entity ;
    dpv:hasRange dpv:Representative ;
    dpv:isSubTypeOf dpv:hasEntity .

dpv:hasResponsibleEntity
    dct:created "2022-03-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Specifies the indicated entity is responsible within some context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has responsible entity"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Entity ;
    dpv:isSubTypeOf dpv:hasEntity .

dpv:hasRight
    dct:created "2020-11-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates use or applicability of Right"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has right"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Right .

dpv:hasRisk
    dct:created "2020-11-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates applicability of Risk"@en, "Indicates applicability of Risk for this concept"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has risk"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Risk .

dpv:hasSector
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has sector"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Sector .

dpv:hasStatus
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates the status of specified concept"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has status"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Status .

dpv:hasStorage
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string>, "Rob Brennan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://specialprivacy.ercim.eu/> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates information about storage condition"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has storage"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:StorageCondition .

dpv:hasTechnicalMeasure
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates use or applicability of Technical measure"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has technical measure"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:TechnicalMeasure ;
    dpv:isSubTypeOf dpv:hasTechnicalOrganisationalMeasure .

dpv:hasTechnicalOrganisationalMeasure
    dct:created "2019-04-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Bud Bruegger"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Javier Fernández"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates use or applicability of Technical or Organisational measure"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has technical and organisational measure"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:TechnicalOrganisationalMeasure .

dpv:hasThirdCountry
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates applicability or relevance of a 'third country'"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has third country"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:ThirdCountry ;
    dpv:isSubTypeOf dpv:hasCountry .

dpv:hasWithdrawalBy
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Bud Bruegger"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Specifies the entity that withdrew consent"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Normally this would be the dataSubject, but in some exceptional cases, the consent might be withdraawn on behalf by someone else, e.g. parents of minors."@en ;
    skos:prefLabel "has withdrawal by"@en ;
    dpv:hasRange dpv:LegalEntity .

dpv:hasWithdrawalByJustification
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Bud Bruegger"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Specifies the justification for entity withdrawing consent"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy"@en ;
    skos:prefLabel "has withdrawal by justification"@en .

dpv:hasWithdrawalMethod
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Bud Bruegger"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Specifries the method by which consent can be/has been withdrawn"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Can be used to record information of how to withdraw consent, e.g. by a click to a form, in writing, etc., by logging into a system and confirm per email, or with some additional authentication, etc."@en ;
    skos:prefLabel "has withdrawal method"@en .

dpv:hasWithdrawalTime
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Bud Bruegger"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Specifies the instant in time when consent was withdrawn"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has withdrawal time"@en .

dpv:isAfter
    dct:created "2022-03-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates the specified concepts is 'after' this concept in some context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "is after"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Concept .

dpv:isAuthorityFor
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates area, scope, or applicability of an Authority"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "is authority for"@en ;
    dpv:hasDomain dpv:Authority ;
    dpv:hasRange dpv:Concept .

dpv:isBefore
    dct:created "2022-03-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P. Krog"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates the specified concepts is 'before' this concept in some context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "is before"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Concept .

dpv:isExplicit
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Bud Bruegger"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Mark Lizar"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Specifies consent is 'explicit'"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "The conditions for what is considered 'explicit consent' differ by norms and laws."@en ;
    skos:prefLabel "is explicit"@en ;
    dpv:hasRange <http://www.w3.org/2001/XMLSchema#boolean> .

dpv:isImplementedByEntity
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Axel Polleres"^^<http://www.w3.org/2001/XMLSchema#string>, "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:definition "Indicates implementation details such as entities or agents"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used."@en ;
    skos:prefLabel "is implemented by entity"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Entity .

dpv:isImplementedUsingTechnology
    dct:created "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Beatriz Esteves"^^<http://www.w3.org/2001/XMLSchema#string>, "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string>, "Julian Flake"^^<http://www.w3.org/2001/XMLSchema#string>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates implementation details such as technologies or processes"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "The term 'technology' is inclusive of technologies, processes, and methods."@en ;
    skos:prefLabel "is implemented using technology"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Technology .

dpv:isInstanceOf
    rdfs:subPropertyOf skos:semanticRelation ;
    skos:prefLabel "isInstanceOf"@en .

dpv:isMitigatedByMeasure
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicate a risk is mitigated by specified measure"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "is mitigated by measure"@en ;
    dpv:hasDomain dpv:Risk ;
    dpv:hasRange dpv:RiskMitigationMeasure ;
    dpv:isSubTypeOf dpv:hasTechnicalOrganisationalMeasure .

dpv:isPolicyFor
    dct:created "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates the context or application of policy"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "is policy for"@en ;
    dpv:hasDomain dpv:Policy ;
    dpv:hasRange dpv:Concept .

dpv:isSubTypeOf
    rdfs:subPropertyOf skos:broaderTransitive ;
    skos:prefLabel "isSubTypeOf"@en .

dpv:mitigatesRisk
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates risks mitigated by this concept"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "mitigates risk"@en ;
    dpv:hasDomain dpv:RiskMitigationMeasure ;
    dpv:hasRange dpv:Risk .

