@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/> .

dct:accessRights
    a dpv:Relation ;
    skos:prefLabel "dct:accessRights"@en ;
    skos:scopeNote "Specfiying constraints on access associated with Rights Exercising (e.g. User must log in) or access to provided data (e.g. access via link)"@en .

dct:format
    a dpv:Relation ;
    skos:prefLabel "dct:format"@en ;
    skos:scopeNote "Specifying the format of provided information, for example a CSV dataset"@en .

dct:hasPart
    a dpv:Relation ;
    skos:prefLabel "dct:hasPart"@en ;
    skos:scopeNote "Specifying a RightExerciseRecord has RightExerciseActivity as part of its records"@en .

dct:isPartOf
    a dpv:Relation ;
    skos:prefLabel "dct:isPartOf"@en ;
    skos:scopeNote "Specifying a RightExerciseActivity is part of a RightExerciseRecord"@en .

dct:valid
    a dpv:Relation ;
    skos:prefLabel "dct:valid"@en ;
    skos:scopeNote "Specfiying the temporal validity of an activity associated with Right Exercise. For example, limits on duration for providing or accessing provided information"@en .

<http://www.w3.org/ns/dcat#Resource>
    a dpv:Concept ;
    skos:prefLabel "dcat:Resource"@en ;
    skos:scopeNote "A dataset, data service, or any other resource associated with Right Exercise - such as for providing a copy of personal data"@en .

<http://xmlns.com/foaf/0.1/page>
    a dpv:Relation ;
    skos:prefLabel "foaf:page"@en ;
    skos:scopeNote "Indicates a web page or document providing information or functionality associated with a Right Exercise"@en .

<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-12-05"^^<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 "1"^^<http://www.w3.org/2001/XMLSchema#string> .

<https://w3id.org/dpv#>
    a skos:ConceptScheme ;
    skos:hasTopConcept dpv:LegalBasis, dpv:OrganisationalMeasure, dpv:Processing, dpv:Purpose, dpv:TechnicalMeasure .

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:broader dpv:ResearchAndDevelopment ;
    skos:definition "Purposes associated with conducting or assisting 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:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <http://purl.org/adms> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:Organisation ;
    skos:definition "Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Academic or Scientific Organisation"@en ;
    dpv:isSubTypeOf dpv:Organisation .

dpv:Access
    dct:created "2022-06-15"^^<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:broader dpv:Use ;
    skos:definition "to access data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Access"@en ;
    dpv:isSubTypeOf dpv:Use .

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> ;
    vann:example <https://w3id.org/dpv/examples#E0016> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:TechnicalMeasure ;
    skos:definition "Methods which restrict access to a place or resource"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:PhysicalAccessControlMethod, dpv:UsageControl ;
    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:broader dpv:Purpose ;
    skos:definition "Account Management refers to purposes associated with account management, such as to create, provide, maintain, and manage accounts"@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:broader dpv:Obtain ;
    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:ActiveRight
    dct:created "2022-10-22"^^<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:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Right ;
    skos:definition "The right(s) applicable, provided, or expected that need to be (actively) exercised"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Active rights require the entity to expressly exercise them. For example, a Data Subject exercising their right to withdraw their consent."@en ;
    skos:prefLabel "Active Right"@en ;
    dpv:isSubTypeOf dpv:Right .

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:broader dpv:ActivityStatus ;
    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:isInstanceOf 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:broader dpv:ActivityStatus ;
    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:isInstanceOf dpv:ActivityStatus .

dpv:ActivityMonitoring
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:TechnicalMeasure ;
    skos:definition "Monitoring of activities including assessing whether they have been successfully initiated and completed"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Activity Monitoring"@en ;
    dpv:isSubTypeOf dpv:TechnicalMeasure .

dpv:ActivityNotCompleted
    dct:created "2022-11-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:broader dpv:ActivityStatus ;
    skos:definition "State of an activity that could not be completed, but has reached some end state"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "This relates to a 'Stop' state as distinct from a 'Halt' state. It makes no comments on whether the Acitivity can be resumed or continued towards completion."@en ;
    skos:prefLabel "Acitivity Not Completed"@en ;
    dpv:isInstanceOf 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:broader dpv:ActivityStatus ;
    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:isInstanceOf 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:broader dpv:ActivityStatus ;
    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:isInstanceOf 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:broader dpv:Status ;
    skos:definition "Status associated with activity operations and lifecycles"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:ActivityCompleted, dpv:ActivityHalted, dpv:ActivityNotCompleted, dpv:ActivityOngoing, dpv:ActivityProposed ;
    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:broader dpv:Transform ;
    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:broader dpv:DataSubject ;
    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:broader dpv:Marketing ;
    skos:definition "Purposes associated with conducting 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:narrower dpv:PersonalisedAdvertising ;
    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> ;
    dct:modified "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:AutomationOfProcessing ;
    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:AutomationOfProcessing .

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:broader dpv:Transform ;
    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:broader dpv:Transform ;
    skos:definition "to change the data without changing it into something else"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Modify ;
    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:broader dpv:Use ;
    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:Anonymisation
    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:modified "2022-11-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://www.iso.org/standard/45123.html> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:Deidentification ;
    skos:definition "Anonymisation is the process by which data is irreversibly altered in such a way that a data subject can no longer be identified directly or indirectly, either by the entity holding the data alone or in collaboration with other entities and information sources"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Anonymisation"@en ;
    dpv:isSubTypeOf dpv:Deidentification .

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:broader dpv:Transform ;
    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#Anonymise> ;
    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:broader dpv:NonPersonalData ;
    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 PseudonymisedData. To indicate data is anonymised only for a specified entity (e.g. within an organisation), the concept ContextuallyAnonymisedData (as subclass of PseudonymisedData) should be used instead of AnonymisedData."@en ;
    skos:prefLabel "Anonymised Data"@en ;
    dpv:isSubTypeOf dpv:NonPersonalData .

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:broader dpv:EnforceSecurity ;
    skos:definition "Purposes associated with activities that detect, prevent, mitigate, or perform other activities for anti-terrorism"@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:broader dpv:DataSubject ;
    skos:definition "Data subjects that are applicants in some context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:JobApplicant ;
    skos:prefLabel "Applicant"@en ;
    dpv:isSubTypeOf dpv:DataSubject .

dpv:Assess
    dct:created "2022-06-15"^^<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:broader dpv:Use ;
    skos:definition "to assess data for some criteria"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Assess"@en ;
    dpv:isSubTypeOf dpv:Use .

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:broader dpv:OrganisationalMeasure ;
    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:narrower dpv:CybersecurityAssessment, dpv:EffectivenessDeterminationProcedures, dpv:ImpactAssessment, dpv:LegitimateInterestAssessment, dpv:SecurityAssessment ;
    skos:prefLabel "Assessment"@en ;
    dpv:isSubTypeOf dpv:OrganisationalMeasure .

dpv:AssetManagementProcedures
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/5g-cybersecurity-standards> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:GovernanceProcedures ;
    skos:definition "Procedures related to management of assets"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Asset Management Procedures"@en ;
    dpv:isSubTypeOf dpv:GovernanceProcedures .

dpv:AsylumSeeker
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P 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:broader dpv:VulnerableDataSubject ;
    skos:definition "Data subjects that are asylum seekers"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Asylum Seeker"@en ;
    dpv:isSubTypeOf dpv:VulnerableDataSubject .

dpv:AsymmetricCryptography
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:CryptographicMethods ;
    skos:definition "Use of public-key cryptography or asymmetric cryptography involving a public and private pair of keys"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Asymmetric Cryptography"@en ;
    dpv:isSubTypeOf dpv:CryptographicMethods .

dpv:AsymmetricEncryption
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Encryption ;
    skos:definition "Use of asymmetric cryptography to encrypt data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Asymmetric Encryption"@en ;
    dpv:isSubTypeOf dpv:Encryption .

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:broader dpv:AuditStatus ;
    skos:definition "State of being approved through the audit"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Audit Approved"@en ;
    dpv:isInstanceOf dpv:AuditStatus .

dpv:AuditConditionallyApproved
    dct:created "2022-06-29"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "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:broader dpv:AuditStatus ;
    skos:definition "State of being conditionally approved through the audit"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "A \"conditional approval\" is intended to reflect states where the audit has identified further changes which must be implemented before considering the audit has been 'passed', without requiring another audit to validate them. This is distinct from the case where an audit has state 'rejected', which means changes must be made and submitted for review. The requirements of a 'conditional acceptance' are expected to be minor or not significant enough to warrant another audit to review them."@en ;
    skos:prefLabel "Audit Conditionally Approved"@en ;
    dpv:isInstanceOf 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:broader dpv:AuditStatus ;
    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:isInstanceOf 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:broader dpv:AuditStatus ;
    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:isInstanceOf 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:broader dpv:AuditStatus ;
    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:isInstanceOf 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:broader dpv:AuditStatus ;
    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:isInstanceOf 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:broader dpv:Status ;
    skos:definition "Status associated with Auditing or Investigation"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:AuditApproved, dpv:AuditConditionallyApproved, dpv:AuditNotRequired, dpv:AuditRejected, dpv:AuditRequested, dpv:AuditRequired ;
    skos:prefLabel "Audit Status"@en ;
    dpv:isSubTypeOf dpv:Status .

dpv:Authentication-ABC
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/data-protection-engineering> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:CryptographicAuthentication ;
    skos:definition "Use of Attribute Based Credentials (ABC) to perform and manage authentication"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Authentication using ABC"@en ;
    dpv:isSubTypeOf dpv:CryptographicAuthentication .

dpv:Authentication-PABC
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/data-protection-engineering> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:CryptographicAuthentication ;
    skos:definition "Use of Privacy-enhacing Attribute Based Credentials (ABC) to perform and manage authentication"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Authentication using PABC"@en ;
    dpv:isSubTypeOf dpv:CryptographicAuthentication .

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:broader dpv:TechnicalMeasure ;
    skos:definition "Protocols involving validation of identity i.e. authentication of a person or information"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:BiometricAuthentication, dpv:CryptographicAuthentication, dpv:MultiFactorAuthentication, dpv:PasswordAuthentication, dpv:SingleSignOn, dpv:ZeroKnowledgeAuthentication ;
    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:broader dpv:OrganisationalMeasure ;
    skos:definition "Procedures for determining authorisation through permission or authority"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:CredentialManagement, dpv:IdentityManagementMethod ;
    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:AuthorisationProtocols
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:TechnicalMeasure ;
    skos:definition "Protocols involving authorisation of roles or profiles to determine permission, rights, or privileges"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Authorisation Protocols"@en ;
    dpv:isSubTypeOf dpv:TechnicalMeasure .

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:broader dpv:GovernmentalOrganisation, dpv:LegalEntity ;
    skos:definition "An authority with the power to create or enforce laws, or determine their compliance."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:DataProtectionAuthority, dpv:NationalAuthority, dpv:RegionalAuthority, dpv:SupraNationalAuthority ;
    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:modified "2022-09-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 "modified"@en ;
    skos:broader dpv:AutomationOfProcessing, dpv:DecisionMaking ;
    skos:definition "Processing that involves automated decision making"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Automated decision making can be defined as “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:AutomationOfProcessing, dpv:DecisionMaking .

dpv:AutomatedProcessingWithHumanInput
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2022-09-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:AutomationOfProcessing, dpv:HumanInvolvementForInput ;
    skos:definition "Processing that is automated and involves inputs by Humans"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "For example, an algorithm that takes inputs from humans and performs operations based on them"@en ;
    skos:prefLabel "Automated Processing with Human Input"@en ;
    dpv:isInstanceOf dpv:AutomationOfProcessing, dpv:HumanInvolvementForInput .

dpv:AutomatedProcessingWithHumanOversight
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2022-09-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:AutomationOfProcessing, dpv:HumanInvolvementForOversight ;
    skos:definition "Processing that is automated and involves oversight by Humans"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "For example, a human watching metrics to ensure correctness of procedural values and outputs as processing takes place"@en ;
    skos:prefLabel "Automated Processing with Human Oversight"@en ;
    dpv:isInstanceOf dpv:AutomationOfProcessing, dpv:HumanInvolvementForOversight .

dpv:AutomatedProcessingWithHumanReview
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:AutomationOfProcessing, dpv:HumanInvolvementForVerification ;
    skos:definition "Processing that is automated and involves review by Humans"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "For example, a human verifying outputs of an algorithm for correctness or impact to individuals"@en ;
    skos:prefLabel "Automated Processing with Human Review"@en ;
    dpv:isInstanceOf dpv:AutomationOfProcessing, dpv:HumanInvolvementForVerification .

dpv:AutomationOfProcessing
    dct:created "2022-06-15"^^<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:broader dpv:ProcessingContext ;
    skos:definition "Contextual information about the degree of automation and human involvement associated with Processing"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:AlgorithmicLogic, dpv:AutomatedDecisionMaking, dpv:AutomatedProcessingWithHumanInput, dpv:AutomatedProcessingWithHumanOversight, dpv:AutomatedProcessingWithHumanReview, dpv:CompletelyManualProcessing, dpv:FullyAutomatedProcessing, dpv:HumanInvolvement, dpv:PartiallyAutomatedProcessing ;
    skos:note "It is difficult to provide a formal definition of automation since any and all processing may be considered automation. This concept instead is intended to explicitly signal the utilisation of automation and its extent towards some context - such as decision making, and to indicate the involvement of humans."@en ;
    skos:prefLabel "Automation of Processing"@en ;
    dpv:isSubTypeOf dpv:ProcessingContext .

dpv:BackgroundChecks
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/5g-cybersecurity-standards> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityProcedure ;
    skos:definition "Procedure where the background of an entity is assessed to identity vulnerabilities and threats due to their current or intended role"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Background Checks"@en ;
    dpv:isSubTypeOf dpv:SecurityProcedure .

dpv:BaseConcepts
    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 ;
    skos:prefLabel "Base Concepts"^^<http://www.w3.org/2001/XMLSchema#string> .

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:broader dpv:Impact ;
    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:BiometricAuthentication
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:AuthenticationProtocols ;
    skos:definition "Use of biometric data for authentication"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Biometric Authentication"@en ;
    dpv:isSubTypeOf dpv:AuthenticationProtocols .

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:broader dpv:CertificationSeal ;
    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:broader dpv:OrganisationalMeasure ;
    skos:definition "Certifications, seals, and marks indicating compliance to regulations or practices"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Certification, dpv:Seal ;
    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> ;
    dct:modified "2022-06-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "changed"@en ;
    skos:broader dpv:DataSubject ;
    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:DataSubject .

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:broader dpv:DataSubject ;
    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:City
    dct:created "2022-10-22"^^<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:broader dpv:Location ;
    skos:definition "A region consisting of urban population and commerce"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "City"@en ;
    dpv:isSubTypeOf dpv:Location .

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:broader dpv:Customer ;
    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:CloudLocation
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:RemoteLocation ;
    skos:definition "Location that is in the 'cloud' i.e. a logical location operated over the internet"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Cloud Location"@en ;
    dpv:isSubTypeOf dpv:RemoteLocation .

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:broader dpv:GuidelinesPrinciple ;
    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> ;
    vann:example <https://w3id.org/dpv/examples#E0018> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Obtain ;
    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:broader dpv:PersonalData ;
    skos:definition "Personal Data that has been collected from another source such as the Data Subject"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:ObservedPersonalData ;
    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:broader dpv:Transform ;
    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:broader dpv:ResearchAndDevelopment ;
    skos:definition "Purposes associated with conducting 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:broader dpv:CommunicationManagement, dpv:CustomerCare ;
    skos:definition "Customer Care Communication refers to purposes associated with communicating with customers for assisting them, resolving issues, ensuring satisfaction, etc. 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:broader dpv:Purpose ;
    skos:definition "Communication Management refers to purposes associated with providing or managing communication activities e.g. to send an email for notifying some information"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:CommunicationForCustomerCare ;
    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:CompletelyManualProcessing
    dct:created "2022-06-15"^^<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:broader dpv:AutomationOfProcessing ;
    skos:definition "Processing that is completely un-automated or fully manual"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "For example, a human performing some processing operation"@en ;
    skos:prefLabel "Completely Manual Processing"@en ;
    dpv:isInstanceOf dpv:AutomationOfProcessing .

dpv:ComplianceIndeterminate
    dct:created "2022-09-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:broader dpv:ComplianceStatus ;
    skos:definition "State where the status of compliance has not been fully assessed, evaluated, or determined"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Compliance Indeterminate"@en ;
    dpv:isInstanceOf dpv:ComplianceStatus .

dpv:ComplianceMonitoring
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/5g-cybersecurity-standards> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:GovernanceProcedures ;
    skos:definition "Monitoring of compliance (e.g. internal policy, regulations)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Compliance Monitoring"@en ;
    dpv:isSubTypeOf dpv:GovernanceProcedures .

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:broader dpv:Status ;
    skos:definition "Status associated with Compliance with some norms, objectives, or requirements"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:ComplianceIndeterminate, dpv:ComplianceUnknown, dpv:ComplianceViolation, dpv:Compliant, dpv:Lawfulness, dpv:NonCompliant, dpv:PartiallyCompliant ;
    skos:prefLabel "Compliance Status"@en ;
    dpv:isSubTypeOf dpv:Status .

dpv:ComplianceUnknown
    dct:created "2022-09-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:broader dpv:ComplianceStatus ;
    skos:definition "State where the status of compliance is unknown"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Compliance Unknown"@en ;
    dpv:isInstanceOf dpv:ComplianceStatus .

dpv:ComplianceViolation
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2022-09-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "changed"@en ;
    skos:broader dpv:ComplianceStatus ;
    skos:definition "State where compliance cannot be achieved due to requirements being violated"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Changed from \"violation of compliance\" for consistency with other terms"@en ;
    skos:prefLabel "Compliance Violation"@en ;
    dpv:isInstanceOf dpv:ComplianceStatus .

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:broader dpv:ComplianceStatus ;
    skos:definition "State of being fully compliant"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Compliant"@en ;
    dpv:isInstanceOf dpv:ComplianceStatus .

dpv:Concept
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf skos:Concept ;
    skos:prefLabel "Concept"@en .

dpv:ConformanceStatus
    dct:created "2022-10-22"^^<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:broader dpv:Status ;
    skos:definition "Status associated with conformance to a standard, guideline, code, or recommendation"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Conformant, dpv:NonConformant ;
    skos:prefLabel "Conformance Status"@en ;
    dpv:isSubTypeOf dpv:Status .

dpv:Conformant
    dct:created "2022-10-22"^^<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:broader dpv:ConformanceStatus ;
    skos:definition "State of being conformant"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Conformant"@en ;
    dpv:isInstanceOf dpv:ConformanceStatus .

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> ;
    vann:example <https://w3id.org/dpv/examples#E0019>, <https://w3id.org/dpv/examples#E0022>, <https://w3id.org/dpv/examples#E0023>, <https://w3id.org/dpv/examples#E0024>, <https://w3id.org/dpv/examples#E0025>, <https://w3id.org/dpv/examples#E0026> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:LegalBasis ;
    skos:definition "Consent of the Data Subject for specified processing"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:InformedConsent, dpv:UninformedConsent ;
    skos:prefLabel "Consent"@en ;
    dpv:isSubTypeOf dpv:LegalBasis .

dpv:ConsentConcepts
    a skos:Collection ;
    skos:member dpv:hasConsentStatus, dpv:hasIndicationMethod, dpv:isIndicatedAtTime, dpv:isIndicatedBy ;
    skos:prefLabel "Consent Concepts"^^<http://www.w3.org/2001/XMLSchema#string> .

dpv:ConsentExpired
    dct:created "2022-06-22"^^<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>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://w3id.org/GConsent> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:ConsentStatusInvalidForProcessing ;
    skos:definition "The state where the temporal or contextual validity of consent has 'expired'"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "An example of this state is when the obtained consent has been assigned a duration - which has lapsed or 'expired', making it invalid to be used further for processing data"@en ;
    skos:prefLabel "Consent Expired"@en ;
    dpv:isInstanceOf dpv:ConsentStatusInvalidForProcessing .

dpv:ConsentGiven
    dct:created "2022-06-22"^^<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>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://w3id.org/GConsent> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:ConsentStatusValidForProcessing ;
    skos:definition "The state where consent has been given"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "An example of this state is when the individual clicks on a button, ticks a checkbox, verbally agrees - or any other form that communicates their decision agreeing to the processing of data"@en ;
    skos:prefLabel "Consent Given"@en ;
    dpv:isInstanceOf dpv:ConsentStatusValidForProcessing .

dpv:ConsentInvalidated
    dct:created "2022-06-22"^^<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>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://w3id.org/GConsent> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:ConsentStatusInvalidForProcessing ;
    skos:definition "The state where consent has been deemed to be invalid"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "An example of this state is where an investigating authority or a court finds the collected consent did not meet requirements, and 'invalidates' both prior and future uses of it to carry out processing"@en ;
    skos:prefLabel "Consent Invalidated"@en ;
    dpv:isInstanceOf dpv:ConsentStatusInvalidForProcessing .

dpv:ConsentNotice
    dct:created "2022-06-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>, "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:broader dpv:PrivacyNotice ;
    skos:definition "A Notice for information provision associated with Consent"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Consent Notice"@en ;
    dpv:isSubTypeOf dpv:PrivacyNotice .

dpv:ConsentRecord
    dct:created "2022-06-22"^^<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>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    vann:example <https://w3id.org/dpv/examples#E0019> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:DataProcessingRecord ;
    skos:definition "A Record of Consent or Consent related activities"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Consent Record"@en ;
    dpv:isSubTypeOf dpv:DataProcessingRecord .

dpv:ConsentRefused
    dct:created "2022-06-22"^^<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>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://w3id.org/GConsent> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:ConsentStatusInvalidForProcessing ;
    skos:definition "The state where consent has been refused"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "An example of this state is when the individual clicks on a 'disagree' or 'reject' or 'refuse' button, or leaves a checkbox unticked"@en ;
    skos:prefLabel "Consent Refused"@en ;
    dpv:isInstanceOf dpv:ConsentStatusInvalidForProcessing .

dpv:ConsentRequestDeferred
    dct:created "2022-06-22"^^<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>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://w3id.org/GConsent> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:ConsentStatusInvalidForProcessing ;
    skos:definition "State where a request for consent has been deferred without a decision"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "An example of this state is when the individual closes or dismisses a notice without making a decision. This state is intended for making the distinction between a notice being provided (as a consent request) and the individual interacting with the notice without making a decision - where the 'ignoring of a notice' is taken as consent being neither given nor refused"@en ;
    skos:prefLabel "Consent Request Deferred"@en ;
    dpv:isInstanceOf dpv:ConsentStatusInvalidForProcessing .

dpv:ConsentRequested
    dct:created "2022-06-22"^^<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>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://w3id.org/GConsent> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:ConsentStatusInvalidForProcessing ;
    skos:definition "State where a request for consent has been made and is awaiting a decision"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "An example of this state is when a notice has been presented to the individual but they have not made a decision"@en ;
    skos:prefLabel "Consent Requested"@en ;
    dpv:isInstanceOf dpv:ConsentStatusInvalidForProcessing .

dpv:ConsentRevoked
    dct:created "2022-06-22"^^<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>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://w3id.org/GConsent> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:ConsentStatusInvalidForProcessing ;
    skos:definition "The state where the consent is revoked by an entity other than the data subject and which prevents it from being further used as a valid state"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "An example of this state is when a Data Controller stops utilising previously obtaining consent, such as when that service no longer exists"@en ;
    skos:prefLabel "Consent Revoked"@en ;
    dpv:isInstanceOf dpv:ConsentStatusInvalidForProcessing .

dpv:ConsentStatus
    dct:created "2022-06-22"^^<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>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://w3id.org/GConsent> ;
    vann:example <https://w3id.org/dpv/examples#E0019>, <https://w3id.org/dpv/examples#E0024>, <https://w3id.org/dpv/examples#E0025>, <https://w3id.org/dpv/examples#E0026> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Status ;
    skos:definition "The state or status of 'consent' that provides information reflecting its operational status and validity for processing data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:ConsentStatusInvalidForProcessing, dpv:ConsentStatusValidForProcessing ;
    skos:note "States are useful as information artefacts to implement them in controlling processing, and to reflect the process and flow of obtaining and maintaining consent. For example, a database table that stores consent states for specific processing and can be queried to obtain them in an efficient manner. States are also useful in investigations to determine the use and validity of consenting practices"@en ;
    skos:prefLabel "Consent Status"@en ;
    dpv:isSubTypeOf dpv:Status .

dpv:ConsentStatusInvalidForProcessing
    dct:created "2022-06-22"^^<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>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://w3id.org/GConsent> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:ConsentStatus ;
    skos:definition "States of consent that cannot be used as valid justifications for processing data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:ConsentExpired, dpv:ConsentInvalidated, dpv:ConsentRefused, dpv:ConsentRequestDeferred, dpv:ConsentRequested, dpv:ConsentRevoked, dpv:ConsentUnknown, dpv:ConsentWithdrawn ;
    skos:note "This identifies the stages associated with consent that should not be used to process data"@en ;
    skos:prefLabel "Consent Status Invalid for Processing"@en ;
    dpv:isSubTypeOf dpv:ConsentStatus .

dpv:ConsentStatusValidForProcessing
    dct:created "2022-06-22"^^<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>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://w3id.org/GConsent> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:ConsentStatus ;
    skos:definition "States of consent that can be used as valid justifications for processing data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:ConsentGiven, dpv:RenewedConsentGiven ;
    skos:note "Practically, given consent is the only valid state for processing"@en ;
    skos:prefLabel "Consent Status Valid for Processing"@en ;
    dpv:isSubTypeOf dpv:ConsentStatus .

dpv:ConsentUnknown
    dct:created "2022-06-22"^^<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>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://w3id.org/GConsent> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:ConsentStatusInvalidForProcessing ;
    skos:definition "State where information about consent is not available or is unknown"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Consent states can be unknown, for example, when information is not available, or cannot be trusted, or is known to be inaccurate"@en ;
    skos:prefLabel "Consent Unknown"@en ;
    dpv:isInstanceOf dpv:ConsentStatusInvalidForProcessing .

dpv:ConsentWithdrawn
    dct:created "2022-06-22"^^<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>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://w3id.org/GConsent> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:ConsentStatusInvalidForProcessing ;
    skos:definition "The state where the consent is withdrawn or revoked specifically by the data subject and which prevents it from being further used as a valid state"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "This state can be considered a form of 'revocation' of consent, where the revocation can only be performed by the data subject. Therefore we suggest using ConsentRevoked when it is a non-data-subject entity, and ConsentWithdrawn when it is the data subject"@en ;
    skos:prefLabel "Consent Withdrawn"@en ;
    dpv:isInstanceOf dpv:ConsentStatusInvalidForProcessing .

dpv:Consent_StatusConcepts
    a skos:Collection ;
    skos:member dpv:ConsentExpired, dpv:ConsentGiven, dpv:ConsentInvalidated, dpv:ConsentRefused, dpv:ConsentRequestDeferred, dpv:ConsentRequested, dpv:ConsentRevoked, dpv:ConsentStatus, dpv:ConsentStatusInvalidForProcessing, dpv:ConsentStatusValidForProcessing, dpv:ConsentUnknown, dpv:ConsentWithdrawn, dpv:RenewedConsentGiven ;
    skos:prefLabel "Consent_Status Concepts"^^<http://www.w3.org/2001/XMLSchema#string> .

dpv:Consent_TypesConcepts
    a skos:Collection ;
    skos:member dpv:ExplicitlyExpressedConsent, dpv:ExpressedConsent, dpv:ImpliedConsent, dpv:InformedConsent, dpv:UninformedConsent ;
    skos:prefLabel "Consent_Types Concepts"^^<http://www.w3.org/2001/XMLSchema#string> .

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> ;
    vann:example <https://w3id.org/dpv/examples#E0029> ;
    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:narrower dpv:ConsequenceAsSideEffect, dpv:ConsequenceOfFailure, dpv:ConsequenceOfSuccess, dpv:Impact ;
    skos:prefLabel "Consequence"@en .

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:broader dpv:Consequence ;
    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:broader dpv:Consequence ;
    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:broader dpv:Consequence ;
    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:broader dpv:Use ;
    skos:definition "to consult or query data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Monitor, dpv:Query ;
    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:broader dpv:OrganisationalMeasure ;
    skos:definition "Consultation is a process of receiving feedback, advice, or opinion from an external agency"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:ConsultationWithAuthority, dpv:ConsultationWithDPO, dpv:ConsultationWithDataSubject ;
    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:broader dpv:Consultation ;
    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:ConsultationWithDPO
    dct:created "2022-06-15"^^<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:broader dpv:Consultation ;
    skos:definition "Consultation with Data Protection Officer(s)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Consultation with DPO"@en ;
    dpv:isSubTypeOf dpv:Consultation .

dpv:ConsultationWithDataSubject
    dct:created "2022-06-15"^^<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:broader dpv:Consultation ;
    skos:definition "Consultation with data subject(s) or their representative(s)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:ConsultationWithDataSubjectRepresentative ;
    skos:prefLabel "Consultation with Data Subject"@en ;
    dpv:isSubTypeOf dpv:Consultation .

dpv:ConsultationWithDataSubjectRepresentative
    dct:created "2022-10-22"^^<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:broader dpv:ConsultationWithDataSubject ;
    skos:definition "Consultation with representative of data subject(s)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Consultation with Data Subject Representative"@en ;
    dpv:isSubTypeOf dpv:ConsultationWithDataSubject .

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:broader dpv:DataSubject ;
    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> ;
    dct:modified "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    vann:example <https://w3id.org/dpv/examples#E0028> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:definition "Contextually relevant information not possible to represent through other core concepts"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Duration, dpv:Frequency, dpv:Importance, dpv:Justification, dpv:Necessity, dpv:ProcessingContext, dpv:Scope, dpv:Status ;
    skos:prefLabel "Context"@en .

dpv:ContextConcepts
    a skos:Collection ;
    skos:member dpv:Context, dpv:ContinousFrequency, dpv:Duration, dpv:EndlessDuration, dpv:FixedOccurencesDuration, dpv:Frequency, dpv:Importance, dpv:IndeterminateDuration, dpv:Justification, dpv:Necessity, dpv:NotRequired, dpv:OftenFrequency, dpv:Optional, dpv:PrimaryImportance, dpv:Required, dpv:Scope, dpv:SecondaryImportance, dpv:SingularFrequency, dpv:SporadicFrequency, dpv:Technology, dpv:TemporalDuration, dpv:UntilEventDuration, dpv:UntilTimeDuration, dpv:hasContext, dpv:hasDuration, dpv:hasFrequency, dpv:hasIdentifier, dpv:hasJustification, dpv:hasOutcome, dpv:hasScope, dpv:isAfter, dpv:isBefore, dpv:isImplementedByEntity, dpv:isImplementedUsingTechnology ;
    skos:prefLabel "Context Concepts"^^<http://www.w3.org/2001/XMLSchema#string> .

dpv:ContinousFrequency
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:Frequency ;
    skos:definition "Frequency where occurences are continous"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Continous Frequency"@en ;
    dpv:isSubTypeOf dpv:Frequency .

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:broader dpv:LegalAgreement, dpv:LegalBasis ;
    skos:definition "Creation, completion, fulfilment, or performance of a contract involving specified processing"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:ContractPerformance, dpv:EnterIntoContract ;
    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:broader dpv:Contract ;
    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:broader dpv:LegalAgreement ;
    skos:definition "Contractual terms governing data handling within or with an entity"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Contractual Terms"@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> ;
    vann:example <https://w3id.org/dpv/examples#E0020>, <https://w3id.org/dpv/examples#E0021> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:DataProcessingAgreement ;
    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:broader dpv:Processing ;
    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:broader dpv:FraudPreventionAndDetection ;
    skos:definition "Purposes associated with detection, prevention, and mitigation of 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:broader dpv:Location ;
    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:narrower dpv:ThirdCountry ;
    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:CredentialManagement
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P 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:broader dpv:AuthorisationProcedure ;
    skos:definition "Management of credentials and their use in authorisations"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Credential Management"@en ;
    dpv:isSubTypeOf dpv:AuthorisationProcedure .

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:broader dpv:CustomerSolvencyMonitoring ;
    skos:definition "Purposes associated with monitoring, performing, or assessing credit worthiness or solvency"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:MaintainCreditCheckingDatabase, dpv:MaintainCreditRatingDatabase ;
    skos:prefLabel "Credit Checking"@en ;
    dpv:isSubTypeOf dpv:CustomerSolvencyMonitoring .

dpv:CryptographicAuthentication
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:AuthenticationProtocols, dpv:CryptographicMethods ;
    skos:definition "Use of cryptography for authentication"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Authentication-ABC, dpv:Authentication-PABC, dpv:HashMessageAuthenticationCode, dpv:MessageAuthenticationCodes ;
    skos:prefLabel "Cryptographic Authentication"@en ;
    dpv:isSubTypeOf dpv:AuthenticationProtocols, dpv:CryptographicMethods .

dpv:CryptographicKeyManagement
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:CryptographicMethods ;
    skos:definition "Management of cryptographic keys, including their generation, storage, assessment, and safekeeping"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Cryptographic Key Management"@en ;
    dpv:isSubTypeOf dpv:CryptographicMethods .

dpv:CryptographicMethods
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:TechnicalMeasure ;
    skos:definition "Use of cryptographic methods to perform tasks"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:AsymmetricCryptography, dpv:CryptographicAuthentication, dpv:CryptographicKeyManagement, dpv:DifferentialPrivacy, dpv:DigitalSignatures, dpv:HashFunctions, dpv:HomomorphicEncryption, dpv:PostQuantumCryptography, dpv:PrivacyPreservingProtocol, dpv:PrivateInformationRetrieval, dpv:QuantumCryptography, dpv:SecretSharingSchemes, dpv:SecureMultiPartyComputation, dpv:SymmetricCryptography, dpv:TrustedComputing, dpv:TrustedExecutionEnvironments, dpv:ZeroKnowledgeAuthentication ;
    skos:prefLabel "Cryptographic Methods"@en ;
    dpv:isSubTypeOf dpv:TechnicalMeasure .

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:broader dpv:DataSubject ;
    skos:definition "Data subjects that purchase goods or services"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Client ;
    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:broader dpv:CustomerManagement ;
    skos:definition "Customer Care refers to purposes associated with purposes for providing assistance, resolving issues, ensuring satisfaction, etc. in relation to services provided"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:CommunicationForCustomerCare ;
    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:broader dpv:CustomerManagement ;
    skos:definition "Customer Claims Management refers to purposes associated with managing 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:broader dpv:Purpose ;
    skos:definition "Customer Management refers to purposes associated with managing activities related with past, current, and future customers"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:CustomerCare, dpv:CustomerClaimsManagement, dpv:CustomerOrderManagement, dpv:CustomerRelationshipManagement, dpv:CustomerSolvencyMonitoring ;
    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:broader dpv:CustomerManagement ;
    skos:definition "Customer Order Management refers to purposes associated with managing customer orders i.e. processing of an order related to customer's purchase of good or services"@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:broader dpv:CustomerManagement ;
    skos:definition "Customer Relationship Management refers to purposes associated with managing and analysing interactions with past, current, and potential customers"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:ImproveInternalCRMProcesses ;
    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:broader dpv:CustomerManagement ;
    skos:definition "Customer Solvency Monitoring refers to purposes associated with monitor solvency of customers for financial diligence"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:CreditChecking ;
    skos:prefLabel "Customer Solvency Monitoring"@en ;
    dpv:isSubTypeOf dpv:CustomerManagement .

dpv:CybersecurityAssessment
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/5g-cybersecurity-standards> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Assessment, dpv:SecurityAssessment ;
    skos:definition "Assessment of cybersecurity capabilities in terms of vulnerabilities and effectiveness of controls"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Cybersecurity Assessment"@en ;
    dpv:isSubTypeOf dpv:Assessment, dpv:SecurityAssessment .

dpv:CybersecurityTraining
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:StaffTraining ;
    skos:definition "Training methods related to cybersecurity"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Cybersecurity Training"@en ;
    dpv:isSubTypeOf dpv:StaffTraining .

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:broader dpv:ImpactAssessment ;
    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:broader dpv:Impact ;
    skos:definition "Impact that acts as or causes damages"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Harm, dpv:MaterialDamage, dpv:NonMaterialDamage ;
    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:narrower dpv:IncorrectData, dpv:NonPersonalData, dpv:PersonalData, dpv:SyntheticData, dpv:UnverifiedData, dpv:VerifiedData ;
    skos:prefLabel "Data"@en .

dpv:DataBackupProtocols
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P 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:broader dpv:TechnicalMeasure ;
    skos:definition "Protocols or plans for backing up of data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Data Backup Protocols"@en ;
    dpv:isSubTypeOf dpv:TechnicalMeasure .

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> ;
    vann:example <https://w3id.org/dpv/examples#E0019> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:LegalEntity ;
    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:narrower dpv:JointDataControllers ;
    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:DataController"@en ;
    skos:scopeNote "An Data Controller can be a Data Source, e.g. a Controller inferring data or generating data"@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:broader dpv:LegalEntity ;
    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:broader dpv:Recipient ;
    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:broader dpv:LegalAgreement ;
    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:narrower dpv:ControllerProcessorAgreement, dpv:JointDataControllersAgreement, dpv:SubProcessorAgreement, dpv:ThirdPartyAgreement ;
    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:DataProcessingRecord
    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:broader dpv:RecordsOfActivities ;
    skos:definition "Record of personal data processing, whether ex-ante or ex-post"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:ConsentRecord, dpv:RegisterOfProcessingActivities ;
    skos:prefLabel "Data Processing Record"@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> ;
    vann:example <https://w3id.org/dpv/examples#E0011> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Recipient ;
    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:narrower dpv:DataSubProcessor ;
    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:broader dpv:Authority ;
    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:broader dpv:Representative ;
    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:DataProtectionTraining
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/5g-cybersecurity-standards> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:StaffTraining ;
    skos:definition "Training intended to increase knowledge regarding data protection"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Data Protection Training"@en ;
    dpv:isSubTypeOf dpv:StaffTraining .

dpv:DataPublishedByDataSubject
    dct:created "2022-08-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "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:broader dpv:DataSource ;
    skos:definition "Data is published by the data subject"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "This refers to where that data was made publicly available by the data subject. An example of this would be a social media profile that the data subject has made publicly accessible."@en ;
    skos:prefLabel "Data published by Data Subject"@en ;
    dpv:isInstanceOf dpv:DataSource .

dpv:DataRedaction
    dct:created "2020-10-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:broader dpv:DataSanitisationTechnique ;
    skos:definition "Removal of sensitive information from a data or document"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Data Redaction"@en ;
    dpv:isSubTypeOf dpv:DataSanitisationTechnique .

dpv:DataSanitisationTechnique
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:TechnicalMeasure ;
    skos:definition "Cleaning or any removal or re-organisation of elements in data based on selective criteria"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:DataRedaction, dpv:Deidentification ;
    skos:prefLabel "Data Sanitisation Technique"@en ;
    dpv:isSubTypeOf dpv:TechnicalMeasure .

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> ;
    vann:example <https://w3id.org/dpv/examples#E0012>, <https://w3id.org/dpv/examples#E0020> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:ProcessingContext ;
    skos:definition "The source or origin of data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:DataPublishedByDataSubject, dpv:NonPublicDataSource, dpv:PublicDataSource ;
    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:broader dpv:DataProcessor ;
    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:broader dpv:LegalEntity, dpv:NaturalPerson ;
    skos:definition "The individual (or category of individuals) whose personal data is being processed"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Adult, dpv:Applicant, dpv:Child, dpv:Citizen, dpv:Consumer, dpv:Customer, dpv:Employee, dpv:GuardianOfDataSubject, dpv:Immigrant, dpv:Member, dpv:NonCitizen, dpv:ParentOfDataSubject, dpv:Participant, dpv:Patient, dpv:Student, dpv:Subscriber, dpv:Tourist, dpv:User, dpv:Visitor, dpv:VulnerableDataSubject ;
    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:DataSubject"@en ;
    skos:scopeNote "A Data Subject as a Data Source, e.g. when data is collected via a form or observed from their activities"@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:broader dpv:Right ;
    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:DataSubjectScale
    dct:created "2022-06-15"^^<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>, "Rana Saniei"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Scale ;
    skos:definition "Scale of Data Subject(s)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:HugeScaleOfDataSubjects, dpv:LargeScaleOfDataSubjects, dpv:MediumScaleOfDataSubjects, dpv:SingularScaleOfDataSubjects, dpv:SmallScaleOfDataSubjects, dpv:SporadicScaleOfDataSubjects ;
    skos:prefLabel "Data Subject Scale"@en ;
    dpv:isSubTypeOf dpv:Scale .

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:broader dpv:ImpactAssessment ;
    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:broader dpv:LegalBasis ;
    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:DataVolume
    dct:created "2022-06-15"^^<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>, "Rana Saniei"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Scale ;
    skos:definition "Volume or Scale of Data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:HugeDataVolume, dpv:LargeDataVolume, dpv:MediumDataVolume, dpv:SingularDataVolume, dpv:SmallDataVolume, dpv:SporadicDataVolume ;
    skos:prefLabel "Data Volume"@en ;
    dpv:isSubTypeOf dpv:Scale .

dpv:DecentralisedLocations
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:LocationFixture ;
    skos:definition "Location that is spread across multiple separate areas with no distinction between their importance"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Decentralised Locations"@en ;
    dpv:isSubTypeOf dpv:LocationFixture .

dpv:DecisionMaking
    dct:created "2022-09-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:broader dpv:ProcessingContext ;
    skos:definition "Processing that involves decision making"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:AutomatedDecisionMaking ;
    skos:prefLabel "Decision Making"@en ;
    dpv:isSubTypeOf dpv:ProcessingContext .

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> ;
    dct:modified "2022-11-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://nvlpubs.nist.gov/nistpubs/ir/2015/NIST.IR.8053.pdf> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:DataSanitisationTechnique ;
    skos:definition "Removal of identity or information to reduce identifiability"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Anonymisation, dpv:Pseudonymisation ;
    skos:prefLabel "De-Identification"@en ;
    dpv:isSubTypeOf dpv:DataSanitisationTechnique .

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:broader dpv:RequestedServiceProvision ;
    skos:definition "Purposes associated with delivering 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> ;
    vann:example <https://w3id.org/dpv/examples#E0014> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Obtain ;
    skos:definition "to create new derivative data from the original data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Infer ;
    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:Obtain .

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:broader dpv:PersonalData ;
    skos:definition "Personal Data that is obtained or derived from other data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:InferredPersonalData ;
    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:broader dpv:GuidelinesPrinciple ;
    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:broader dpv:Remove ;
    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:DeterministicPseudonymisation
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Pseudonymisation ;
    skos:definition "Pseudonymisation achieved through a deterministic function"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Deterministic Pseudonymisation"@en ;
    dpv:isSubTypeOf dpv:Pseudonymisation .

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:broader dpv:Impact ;
    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:DifferentialPrivacy
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/data-protection-engineering> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:CryptographicMethods ;
    skos:definition "Utilisation of differential privacy where information is shared as patterns or groups to withold individual elements"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Differential Privacy"@en ;
    dpv:isSubTypeOf dpv:CryptographicMethods .

dpv:DigitalRightsManagement
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:TechnicalMeasure ;
    skos:definition "Management of access, use, and other operations associated with digital content"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Digital Rights Management"@en ;
    dpv:isSubTypeOf dpv:TechnicalMeasure .

dpv:DigitalSignatures
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:CryptographicMethods ;
    skos:definition "Expression and authentication of identity through digital information containing cryptographic signatures"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Digital Signatures"@en ;
    dpv:isSubTypeOf dpv:CryptographicMethods .

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:broader dpv:Marketing ;
    skos:definition "Purposes associated with conducting 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:DisasterRecoveryProcedures
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/5g-cybersecurity-standards> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:GovernanceProcedures ;
    skos:definition "Procedures related to management of disasters and recovery"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Disaster Recovery Procedures"@en ;
    dpv:isSubTypeOf dpv:GovernanceProcedures .

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:broader dpv:Processing ;
    skos:definition "to make data known"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:DiscloseByTransmission, dpv:Disseminate, dpv:MakeAvailable, dpv:Share, dpv:Transmit ;
    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:broader dpv:Disclose ;
    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:broader dpv:OrganisationGovernance ;
    skos:definition "Purposes associated with activities that 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:broader dpv:Disclose ;
    skos:definition "to spread data throughout"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Disseminate"@en ;
    dpv:isSubTypeOf dpv:Disclose .

dpv:DistributedSystemSecurity
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityMethod ;
    skos:definition "Security implementations provided using or over a distributed system"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Distributed System Security"@en ;
    dpv:isSubTypeOf dpv:SecurityMethod .

dpv:DocumentRandomisedPseudonymisation
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Pseudonymisation ;
    skos:definition "Use of randomised pseudonymisation where the same elements are assigned different values in the same document or database"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Document Randomised Pseudonymisation"@en ;
    dpv:isSubTypeOf dpv:Pseudonymisation .

dpv:DocumentSecurity
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityMethod ;
    skos:definition "Security measures enacted over documents to protect against tampering or restrict access"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Document Security"@en ;
    dpv:isSubTypeOf dpv:SecurityMethod .

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> ;
    vann:example <https://w3id.org/dpv/examples#E0011>, <https://w3id.org/dpv/examples#E0019> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Context ;
    skos:definition "The duration or temporal limitation"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:EndlessDuration, dpv:FixedOccurencesDuration, dpv:IndeterminateDuration, dpv:StorageDuration, dpv:TemporalDuration, dpv:UntilEventDuration, dpv:UntilTimeDuration ;
    skos:prefLabel "Duration"@en ;
    dpv:isSubTypeOf dpv:Context .

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:broader dpv:Location ;
    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 "Economic Union"@en ;
    dpv:isSubTypeOf dpv:Location .

dpv:EducationalTraining
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:StaffTraining ;
    skos:definition "Training methods that are intended to provide education on topic(s)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Educational Training"@en ;
    dpv:isSubTypeOf dpv:StaffTraining .

dpv:EffectivenessDeterminationProcedures
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/5g-cybersecurity-standards> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Assessment ;
    skos:definition "Procedures intended to determine effectiveness of other measures"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Effectiveness Determination Procedures"@en ;
    dpv:isSubTypeOf dpv:Assessment .

dpv:ElderlyDataSubject
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P 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:broader dpv:VulnerableDataSubject ;
    skos:definition "Data subjects that are considered elderly (i.e. based on age)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Elderly Data Subject"@en ;
    dpv:isSubTypeOf dpv:VulnerableDataSubject .

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:broader dpv:DataSubject ;
    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> ;
    vann:example <https://w3id.org/dpv/examples#E0016> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:TechnicalMeasure ;
    skos:definition "Technical measures consisting of encryption"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:AsymmetricEncryption, dpv:EncryptionAtRest, dpv:EncryptionInTransfer, dpv:EncryptionInUse, dpv:EndToEndEncryption, dpv:SymmetricEncryption ;
    skos:prefLabel "Encryption"@en ;
    dpv:isSubTypeOf dpv:TechnicalMeasure .

dpv:EncryptionAtRest
    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:broader dpv:Encryption ;
    skos:definition "Encryption of data when being stored (persistent encryption)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Encryption at 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:broader dpv:Encryption ;
    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:EncryptionInUse
    dct:created "2022-10-22"^^<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:broader dpv:Encryption ;
    skos:definition "Encryption of data when it is being used"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Encryption in Use"@en ;
    dpv:isSubTypeOf dpv:Encryption .

dpv:EndToEndEncryption
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/data-protection-engineering> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Encryption ;
    skos:definition "Encrypted communications where data is encrypted by the sender and decrypted by the intended receiver to prevent access to any third party"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "End-to-End Encryption (E2EE)"@en ;
    dpv:isSubTypeOf dpv:Encryption .

dpv:EndlessDuration
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:Duration ;
    skos:definition "Duration that is (known or intended to be) open ended or without an end"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Endless Duration"@en ;
    dpv:isInstanceOf dpv:Duration .

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:broader dpv:EnforceSecurity ;
    skos:definition "Purposes associated with conducting or enforcing access control as a form of security"@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:broader dpv:Purpose ;
    skos:definition "Purposes associated with ensuring and enforcing security for data, personnel, or other related matters"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:AntiTerrorismOperations, dpv:EnforceAccessControl, dpv:FraudPreventionAndDetection, dpv:IdentityVerification ;
    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:broader dpv:Contract ;
    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
    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:isRepresentativeFor ;
    skos:prefLabel "Entities Concepts"^^<http://www.w3.org/2001/XMLSchema#string> .

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

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

dpv:Entities_LegalroleConcepts
    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 ;
    skos:prefLabel "Entities_Legalrole Concepts"^^<http://www.w3.org/2001/XMLSchema#string> .

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

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> ;
    vann:example <https://w3id.org/dpv/examples#E0027> ;
    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:narrower dpv:LegalEntity, dpv:NaturalPerson, dpv:OrganisationalUnit ;
    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:broader dpv:Remove ;
    skos:definition "to delete data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Erase"@en ;
    dpv:isSubTypeOf dpv:Remove .

dpv:EstablishContractualAgreement
    dct:created "2022-11-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:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Purpose ;
    skos:definition "Purposes associated with carrying out data processing to establish an agreement, such as for entering into a contract"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Establish Contractual Agreement"@en ;
    dpv:isSubTypeOf dpv:Purpose .

dpv:EvaluationOfIndividuals
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2022-11-30"^^<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 "modified"@en ;
    skos:broader dpv:EvaluationScoring ;
    skos:definition "Processing that involves evaluation of individuals"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Evaluation of Individuals"@en ;
    dpv:isSubTypeOf dpv:EvaluationScoring .

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:broader dpv:ProcessingContext ;
    skos:definition "Processing that involves evaluation and scoring of individuals"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:EvaluationOfIndividuals, dpv:ScoringOfIndividuals ;
    skos:prefLabel "Evaluation and Scoring"@en ;
    dpv:isSubTypeOf dpv:ProcessingContext .

dpv:ExplicitlyExpressedConsent
    dct:created "2022-06-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>, "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:broader dpv:ExpressedConsent ;
    skos:definition "Consent that is expressed through an explicit action solely conveying a consenting decision"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Explicitly expressed consent is a more specific form of Expressed consent where the action taken must 'explicitly' relate to only the consent decision. Expressed consent where the consenting is part of other matters therefore cannot satisfy the requirements of explicitly expressed consent. An example of explicit action expressing the consenting decision is a button on a web form where the form only relates to consent, or it is accompanied with suitable text that reiterates what the consenting decision is about"@en ;
    skos:prefLabel "Explicitly Expressed Consent"@en ;
    dpv:isSubTypeOf dpv:ExpressedConsent .

dpv:ExpressedConsent
    dct:created "2022-06-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>, "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:broader dpv:InformedConsent ;
    skos:definition "Consent that is expressed through an action intended to convey a consenting decision"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:ExplicitlyExpressedConsent ;
    skos:note "Expressed consent requires the individual take a specific and unambigious action that directly indicates their consent. This action may be a part of other processes such as setting preferences, or agreeing to a contract, or other matters not relating to consent. An example of expressed consent is interacting with a checkbox within a dashboard or clicking a button on a web form"@en ;
    skos:prefLabel "Expressed Consent"@en ;
    dpv:isSubTypeOf dpv:InformedConsent .

dpv:FederatedLocations
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:LocationFixture ;
    skos:definition "Location that is federated across multiple separate areas with designation of a primary or central location"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Federated Locations"@en ;
    dpv:isSubTypeOf dpv:LocationFixture .

dpv:FileSystemSecurity
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityMethod ;
    skos:definition "Security implemented over a file system"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "File System Security"@en ;
    dpv:isSubTypeOf dpv:SecurityMethod .

dpv:Filter
    dct:created "2022-06-15"^^<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:broader dpv:Transform ;
    skos:definition "to filter or keep data for some criteria"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Filter"@en ;
    dpv:isSubTypeOf dpv:Transform .

dpv:FixedLocation
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:LocationFixture ;
    skos:definition "Location that is fixed i.e. known to occur at a specific place"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:FixedMultipleLocations, dpv:FixedSingularLocation ;
    skos:prefLabel "Fixed Location"@en ;
    dpv:isSubTypeOf dpv:LocationFixture .

dpv:FixedMultipleLocations
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:FixedLocation ;
    skos:definition "Location that is fixed with multiple places e.g. multiple cities"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Fixed Multiple Locations"@en ;
    dpv:isSubTypeOf dpv:FixedLocation .

dpv:FixedOccurencesDuration
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:Duration ;
    skos:definition "Duration that takes place a fixed number of times e.g. 3 times"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Fixed Occurences Duration"@en ;
    dpv:isSubTypeOf dpv:Duration .

dpv:FixedSingularLocation
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:FixedLocation ;
    skos:definition "Location that is fixed at a specific place e.g. a city"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Fixed Singular Location"@en ;
    dpv:isSubTypeOf dpv:FixedLocation .

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> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:Organisation ;
    skos:definition "An organisation that aims to achieve profit as its primary goal"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "For-Profit Organisation"@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:broader dpv:EnforceSecurity ;
    skos:definition "Purposes associated with fraud detection, prevention, and mitigation"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:CounterMoneyLaundering, dpv:MaintainFraudDatabase ;
    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:broader dpv:Context ;
    skos:definition "The frequency or information about periods and repetitions in terms of recurrence."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:ContinousFrequency, dpv:OftenFrequency, dpv:SingularFrequency, dpv:SporadicFrequency ;
    skos:prefLabel "Frequency"@en ;
    dpv:isSubTypeOf dpv:Context .

dpv:FulfilmentOfContractualObligation
    dct:created "2022-11-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:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:FulfilmentOfObligation ;
    skos:definition "Purposes associated with carrying out data processing to fulfill a contractual obligation"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Fulfilment of Contractual Obligation"@en ;
    dpv:isSubTypeOf dpv:FulfilmentOfObligation .

dpv:FulfilmentOfObligation
    dct:created "2022-11-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:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Purpose ;
    skos:definition "Purposes associated with carrying out data processing to fulfill an obligation"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:FulfilmentOfContractualObligation, dpv:LegalCompliance ;
    skos:prefLabel "Fulfilment of Obligation"@en ;
    dpv:isSubTypeOf dpv:Purpose .

dpv:FullyAutomatedProcessing
    dct:created "2022-06-15"^^<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:broader dpv:AutomationOfProcessing ;
    skos:definition "Processing that is fully automated"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Fully Automated Processing"@en ;
    dpv:isInstanceOf dpv:AutomationOfProcessing .

dpv:FullyRandomisedPseudonymisation
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Pseudonymisation ;
    skos:definition "Use of randomised pseudonymisation where the same elements are assigned different values each time they occur"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Fully Randomised Pseudonymisation"@en ;
    dpv:isSubTypeOf dpv:Pseudonymisation .

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:broader dpv:Obtain ;
    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:broader dpv:PersonalData ;
    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:narrower dpv:InferredPersonalData ;
    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:GeographicCoverage
    dct:created "2022-06-15"^^<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:broader dpv:Scale ;
    skos:definition "Indicate of scale in terms of geographic coverage"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:GlobalScale, dpv:LocalEnvironmentScale, dpv:LocalityScale, dpv:MultiNationalScale, dpv:NationalScale, dpv:NearlyGlobalScale, dpv:RegionalScale ;
    skos:prefLabel "Geographic Coverage"@en ;
    dpv:isSubTypeOf dpv:Scale .

dpv:GlobalScale
    dct:created "2022-06-15"^^<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:broader dpv:GeographicCoverage ;
    skos:definition "Geographic coverage spanning the entire globe"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Global Scale"@en ;
    dpv:isInstanceOf dpv:GeographicCoverage .

dpv:GovernanceProcedures
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/5g-cybersecurity-standards> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:OrganisationalMeasure ;
    skos:definition "Procedures related to governance (e.g. organisation, unit, team, process, system)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:AssetManagementProcedures, dpv:ComplianceMonitoring, dpv:DisasterRecoveryProcedures, dpv:IncidentManagementProcedures, dpv:IncidentReportingCommunication, dpv:LoggingPolicies, dpv:MonitoringPolicies ;
    skos:prefLabel "Governance Procedures"@en ;
    dpv:isSubTypeOf dpv:OrganisationalMeasure .

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> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:Organisation ;
    skos:definition "An organisation managed or part of government"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Authority ;
    skos:prefLabel "Governmental Organisation"@en ;
    dpv:isSubTypeOf dpv:Organisation .

dpv:GuardianOfDataSubject
    dct:created "2022-08-03"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P 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:broader dpv:DataSubject ;
    skos:definition "Guardian(s) of data subjects such as children"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Guardian(s) of Data Subject"@en ;
    dpv:isSubTypeOf dpv:DataSubject .

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:broader dpv:OrganisationalMeasure ;
    skos:definition "Guidelines or Principles regarding processing and operational measures"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:CodeOfConduct, dpv:DesignStandard, dpv:PrivacyByDefault ;
    skos:prefLabel "GuidelinesPrinciple"@en ;
    dpv:isSubTypeOf dpv:OrganisationalMeasure .

dpv:HardwareSecurityProtocols
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityMethod ;
    skos:definition "Security protocols implemented at or within hardware"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Hardware Security Protocols"@en ;
    dpv:isSubTypeOf dpv:SecurityMethod .

dpv:Harm
    dct:created "2022-08-13"^^<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> ;
    vann:example <https://w3id.org/dpv/examples#E0029> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "changed"@en ;
    skos:broader dpv:Damage ;
    skos:definition "Impact that acts as or causes harms"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Harm"@en ;
    dpv:isSubTypeOf dpv:Damage .

dpv:HashFunctions
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:CryptographicMethods ;
    skos:definition "Use of hash functions to map information or to retrieve a prior categorisation"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Hash Functions"@en ;
    dpv:isSubTypeOf dpv:CryptographicMethods .

dpv:HashMessageAuthenticationCode
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/5g-cybersecurity-standards> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:CryptographicAuthentication ;
    skos:definition "Use of HMAC where message authentication code (MAC) utilise a cryptographic hash function and a secret cryptographic key"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Hash-based Message Authentication Code (HMAC)"@en ;
    dpv:isSubTypeOf dpv:CryptographicAuthentication .

dpv:HomomorphicEncryption
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:CryptographicMethods ;
    skos:definition "Use of Homomorphic encryption that permits computations on encrypted data without decrypting it"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Homomorphic Encryption"@en ;
    dpv:isSubTypeOf dpv:CryptographicMethods .

dpv:HugeDataVolume
    dct:created "2022-06-15"^^<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:broader dpv:DataVolume ;
    skos:definition "Data volume that is considered huge or more than large within the context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Huge Data Volume"@en ;
    dpv:isInstanceOf dpv:DataVolume .

dpv:HugeScaleOfDataSubjects
    dct:created "2022-06-15"^^<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:broader dpv:DataSubjectScale ;
    skos:definition "Scale of data subjects considered huge or more than large within the context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Huge Scale Of Data Subjects"@en ;
    dpv:isInstanceOf dpv:DataSubjectScale .

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> ;
    dct:modified "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:AutomationOfProcessing ;
    skos:definition "The involvement of humans in specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:HumanInvolvementForInput, dpv:HumanInvolvementForOversight, dpv:HumanInvolvementForVerification ;
    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:AutomationOfProcessing .

dpv:HumanInvolvementForInput
    dct:created "2022-09-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:broader dpv:HumanInvolvement ;
    skos:definition "Human involvement for the purposes of providing inputs"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:AutomatedProcessingWithHumanInput ;
    skos:prefLabel "Human Involvement for Input"@en ;
    dpv:isInstanceOf dpv:HumanInvolvement .

dpv:HumanInvolvementForOversight
    dct:created "2022-09-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:broader dpv:HumanInvolvement ;
    skos:definition "Human involvement for the purposes of having oversight over a system, its operations, inputs, or outputs"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:AutomatedProcessingWithHumanOversight ;
    skos:prefLabel "Human Involvement for Oversight"@en ;
    dpv:isInstanceOf dpv:HumanInvolvement .

dpv:HumanInvolvementForVerification
    dct:created "2022-09-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:broader dpv:HumanInvolvement ;
    skos:definition "Human involvement for the purposes of verification of a system, its operations, inputs, or outputs"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:AutomatedProcessingWithHumanReview ;
    skos:prefLabel "Human Involvement for Verification"@en ;
    dpv:isInstanceOf dpv:HumanInvolvement .

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:broader dpv:Purpose ;
    skos:definition "Purposes associated with managing humans and 'human resources' within the organisation for effective and efficient operations."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:PersonnelManagement ;
    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 Resource Management"@en ;
    dpv:isSubTypeOf dpv:Purpose .

dpv:IdentityManagementMethod
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:AuthorisationProcedure ;
    skos:definition "Management of identity and identity-based processes"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Identity Management Method"@en ;
    dpv:isSubTypeOf dpv:AuthorisationProcedure .

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:broader dpv:EnforceSecurity ;
    skos:definition "Purposes associated with verifying or authorising identity as a form of security"@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:broader dpv:DataSubject ;
    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> ;
    vann:example <https://w3id.org/dpv/examples#E0029> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Consequence ;
    skos:definition "The impact(s) possible or arising as a consequence from specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Benefit, dpv:Damage, dpv:Detriment ;
    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:broader dpv:Assessment ;
    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:narrower dpv:DPIA, dpv:DataTransferImpactAssessment, dpv:PIA, dpv:ReviewImpactAssessment ;
    skos:prefLabel "Impact Assessment"@en ;
    dpv:isSubTypeOf dpv:Assessment .

dpv:ImpliedConsent
    dct:created "2022-06-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>, "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:broader dpv:InformedConsent ;
    skos:definition "Consent that is implied indirectly through an action not associated solely with conveying a consenting decision"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Implied consent is expected to also be Informed Consent. An example is a CCTV notice outside a monitored area that informs the individuals that by walking in they would be consenting to the use of camera for surveillance."@en ;
    skos:prefLabel "Implied Consent"@en ;
    dpv:isSubTypeOf dpv:InformedConsent .

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:broader dpv:Context ;
    skos:definition "An indication of 'importance' within a context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:PrimaryImportance, dpv:SecondaryImportance ;
    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:broader dpv:OptimisationForController ;
    skos:definition "Purposes associated with improving 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:broader dpv:CustomerRelationshipManagement, dpv:OptimisationForController ;
    skos:definition "Purposes associated with improving 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:IncidentManagementProcedures
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/5g-cybersecurity-standards> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:GovernanceProcedures ;
    skos:definition "Procedures related to management of incidents"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Incident Management Procedures"@en ;
    dpv:isSubTypeOf dpv:GovernanceProcedures .

dpv:IncidentReportingCommunication
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/5g-cybersecurity-standards> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:GovernanceProcedures ;
    skos:definition "Procedures related to management of incident reporting"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Incident Reporting Communication"@en ;
    dpv:isSubTypeOf dpv:GovernanceProcedures .

dpv:IncorrectData
    dct:created "2022-11-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:broader dpv:Data ;
    skos:definition "Data that is known to be incorrect or inconsistent with some quality requirements"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Incorrect Data"@en ;
    dpv:isSubTypeOf dpv:Data .

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:broader dpv:OptimisationForController ;
    skos:definition "Purposes associated with improving robustness and resilience of services"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Increase Service Robustness"@en ;
    dpv:isSubTypeOf dpv:OptimisationForController .

dpv:IndeterminateDuration
    dct:created "2022-11-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:broader dpv:Duration ;
    skos:definition "Duration that is indeterminate or cannot be determined"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Indeterminate means (exact or otherwise) information about the duration cannot be determined, which is distinct from 'EndlessDuration' where it is known (or decided) that the duration is open-ended or without an end."@en ;
    skos:prefLabel "Indeterminate Duration"@en ;
    dpv:isInstanceOf dpv:Duration .

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:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <http://purl.org/adms> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:Organisation ;
    skos:definition "A consortium established and comprising on industry organisations"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Industry Consortium"@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> ;
    dct:modified "2022-10-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    vann:example <https://w3id.org/dpv/examples#E0014> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:Derive ;
    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:broader dpv:DerivedPersonalData, dpv:GeneratedPersonalData ;
    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:InformationFlowControl
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:TechnicalMeasure ;
    skos:definition "Use of measures to control information flows"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Information Flow Control"@en ;
    dpv:isSubTypeOf dpv:TechnicalMeasure .

dpv:InformationSecurityPolicy
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/5g-cybersecurity-standards> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Policy ;
    skos:definition "Policy regarding security of information"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Information Security Policy"@en ;
    dpv:isSubTypeOf dpv:Policy .

dpv:InformedConsent
    dct:created "2022-06-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>, "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:broader dpv:Consent ;
    skos:definition "Consent that is informed i.e. with the requirement to provide sufficient information to make a consenting decision"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:ExpressedConsent, dpv:ImpliedConsent ;
    skos:note "The specifics for what information should be provided or made available will depend on the context, use-case, or relevant legal requirements"@en ;
    skos:prefLabel "Informed Consent"@en ;
    dpv:isSubTypeOf dpv:Consent .

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:broader dpv:ProcessingContext ;
    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:broader dpv:OptimisationForController ;
    skos:definition "Purposes associated with optimisation of 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:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    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 "modified"@en ;
    skos:broader dpv:Organisation ;
    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:IntrusionDetectionSystem
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityMethod ;
    skos:definition "Use of measures to detect intrusions and other unauthorised attempts to gain access to a system"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Intrusion Detection System"@en ;
    dpv:isSubTypeOf dpv:SecurityMethod .

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:broader dpv:Applicant ;
    skos:definition "Data subjects that apply for jobs or employments"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Job Applicant"@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:broader dpv:DataController ;
    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:broader dpv:DataProcessingAgreement ;
    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
    a skos:Collection ;
    skos:member dpv:City, dpv:CloudLocation, dpv:Country, dpv:DecentralisedLocations, dpv:EconomicUnion, dpv:FederatedLocations, dpv:FixedLocation, dpv:FixedMultipleLocations, dpv:FixedSingularLocation, dpv:Law, dpv:LocalLocation, dpv:Location, dpv:LocationFixture, dpv:LocationLocality, dpv:PrivateLocation, dpv:PublicLocation, dpv:RandomLocation, dpv:Region, dpv:RemoteLocation, dpv:SupraNationalUnion, dpv:ThirdCountry, dpv:VariableLocation, dpv:WithinDevice, dpv:WithinPhysicalEnvironment, dpv:WithinVirtualEnvironment, dpv:hasApplicableLaw, dpv:hasCountry, dpv:hasJurisdiction, dpv:hasLocation, dpv:hasThirdCountry ;
    skos:prefLabel "Jurisdiction Concepts"^^<http://www.w3.org/2001/XMLSchema#string> .

dpv:Justification
    dct:created "2022-06-15"^^<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:broader dpv:Context ;
    skos:definition "A form of documentation providing reaosns, explanations, or justifications"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Justification"@en ;
    dpv:isSubTypeOf dpv:Context .

dpv:LargeDataVolume
    dct:created "2022-06-15"^^<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:broader dpv:DataVolume ;
    skos:definition "Data volume that is considered large within the context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Large Data Volume"@en ;
    dpv:isInstanceOf dpv:DataVolume .

dpv:LargeScaleOfDataSubjects
    dct:created "2022-06-15"^^<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:broader dpv:DataSubjectScale ;
    skos:definition "Scale of data subjects considered large within the context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Large Scale Of Data Subjects"@en ;
    dpv:isInstanceOf dpv:DataSubjectScale .

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:modified "2022-09-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 "modified"@en ;
    skos:broader dpv:ProcessingScale ;
    skos:definition "Processing that takes place at large scales (as specified by some criteria)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "The exact definition of what constitutes \"large scale\" depends on use of jurisdictional, domain-specific, or other forms of externally defined criterias. Where possible, this should be reflected by extending this term with the appropriate context."@en ;
    skos:prefLabel "Large Scale Processing"@en ;
    dpv:isInstanceOf dpv:ProcessingScale .

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:Lawful
    dct:created "2022-10-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:broader dpv:Lawfulness ;
    skos:definition "State of being lawful or legally compliant"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Lawful"@en ;
    dpv:isInstanceOf dpv:Lawfulness .

dpv:Lawfulness
    dct:created "2022-10-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:broader dpv:ComplianceStatus ;
    skos:definition "Status associated with expressing lawfullness or legal compliance"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Lawful, dpv:LawfulnessUnkown, dpv:Unlawful ;
    skos:prefLabel "Lawfulness"@en ;
    dpv:isSubTypeOf dpv:ComplianceStatus .

dpv:LawfulnessUnkown
    dct:created "2022-10-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:broader dpv:Lawfulness ;
    skos:definition "State of the lawfulness not being known"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Lawfulness Unknown"@en ;
    dpv:isInstanceOf dpv:Lawfulness .

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:broader dpv:OrganisationalMeasure ;
    skos:definition "A legally binding agreement"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Contract, dpv:ContractualTerms, dpv:DataProcessingAgreement, dpv:NDA ;
    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> ;
    vann:example <https://w3id.org/dpv/examples#E0022>, <https://w3id.org/dpv/examples#E0023> ;
    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:narrower dpv:Consent, dpv:Contract, dpv:DataTransferLegalBasis, dpv:LegalObligation, dpv:LegitimateInterest, dpv:OfficialAuthorityOfController, dpv:PublicInterest, dpv:VitalInterest ;
    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> ;
    dct:modified "2022-11-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:FulfilmentOfObligation ;
    skos:definition "Purposes associated with carrying out data processing to fulfill a legal or statutory obligation"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "This purpose only refers to processing that is additionally required in order to fulfill the obligations and requirements associated with a law. For example, the use of consent would have its own separate purposes, with this purpose addressing a legal requirement for maintaining consent record (along with RecordManagement). This purpose will typically be used with Legal Obligation as the legal basis."@en ;
    skos:prefLabel "Legal Compliance"@en ;
    dpv:isSubTypeOf dpv:FulfilmentOfObligation .

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:broader dpv:Entity ;
    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:narrower dpv:Authority, dpv:DataController, dpv:DataExporter, dpv:DataSubject, dpv:Organisation, dpv:Recipient, dpv:Representative ;
    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:broader dpv:LegalBasis ;
    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
    a skos:Collection ;
    skos:member dpv:Consent, dpv:Contract, dpv:ContractPerformance, dpv:DataTransferLegalBasis, dpv:EnterIntoContract, dpv:LegalBasis, dpv:LegalObligation, dpv:LegitimateInterest, dpv:LegitimateInterestOfController, dpv:LegitimateInterestOfDataSubject, dpv:LegitimateInterestOfThirdParty, dpv:OfficialAuthorityOfController, dpv:PublicInterest, dpv:VitalInterest, dpv:VitalInterestOfDataSubject, dpv:VitalInterestOfNaturalPerson, dpv:hasLegalBasis ;
    skos:prefLabel "Legal_Basis Concepts"^^<http://www.w3.org/2001/XMLSchema#string> .

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:broader dpv:LegalBasis ;
    skos:definition "Legitimate Interests of a Party as justification for specified processing"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:LegitimateInterestOfController, dpv:LegitimateInterestOfDataSubject, dpv:LegitimateInterestOfThirdParty ;
    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:broader dpv:Assessment ;
    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:broader dpv:LegitimateInterest ;
    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:LegitimateInterestOfDataSubject
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P 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:broader dpv:LegitimateInterest ;
    skos:definition "Legitimate Interests of the Data Subject in conducting specified processing"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Legitimate Interest of Data Subject"@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:broader dpv:LegitimateInterest ;
    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:Likelihood
    dct:created "2022-07-22"^^<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 likelihood or probability or chance of something taking place or occuring"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Likelihood can be expressed in a subjective manner, such as 'Unlikely', or in a quantitative manner such as \"Twice in a Day\" (frequency per period). The suggestion is to use quantitative values, or to associate them with subjective terms used so as to enable accurate interpretations and interoperability. See the concepts related to Frequency and Duration for possible uses as a combination to express Likelihood."@en ;
    skos:prefLabel "Likelihood"@en .

dpv:LocalEnvironmentScale
    dct:created "2022-06-15"^^<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:broader dpv:GeographicCoverage ;
    skos:definition "Geographic coverage spanning a specific environment within the locality"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "For example, geographic scale of an event take place in a specific building or room"@en ;
    skos:prefLabel "Local Environment Scale"@en ;
    dpv:isInstanceOf dpv:GeographicCoverage .

dpv:LocalLocation
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:LocationLocality ;
    skos:definition "Location is local"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:PrivateLocation, dpv:PublicLocation, dpv:WithinDevice, dpv:WithinPhysicalEnvironment, dpv:WithinVirtualEnvironment ;
    skos:prefLabel "Local Location"@en ;
    dpv:isSubTypeOf dpv:LocationLocality .

dpv:LocalityScale
    dct:created "2022-06-15"^^<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:broader dpv:GeographicCoverage ;
    skos:definition "Geographic coverage spanning a specific locality"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "For example, geographic scale of a city or an area within a city"@en ;
    skos:prefLabel "Locality Scale"@en ;
    dpv:isInstanceOf dpv:GeographicCoverage .

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> ;
    vann:example <https://w3id.org/dpv/examples#E0011> ;
    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:narrower dpv:City, dpv:Country, dpv:EconomicUnion, dpv:LocationLocality, dpv:Region, dpv:StorageLocation, dpv:SupraNationalUnion ;
    skos:note "Location may be geographic, physical, or virtual."@en ;
    skos:prefLabel "Location"@en .

dpv:LocationFixture
    dct:created "2022-06-15"^^<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 fixture of location refers to whether the location is fixed"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:DecentralisedLocations, dpv:FederatedLocations, dpv:FixedLocation, dpv:RandomLocation, dpv:VariableLocation ;
    skos:prefLabel "Location Fixture"@en .

dpv:LocationLocality
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2022-10-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:Location ;
    skos:definition "Locality refers to whether the specified location is local within some context, e.g. for the user"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:LocalLocation, dpv:RemoteLocation ;
    skos:prefLabel "Location Locality"@en ;
    dpv:isSubTypeOf dpv:Location .

dpv:LoggingPolicies
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/5g-cybersecurity-standards> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:GovernanceProcedures ;
    skos:definition "Policy for logging of information"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Logging Policies"@en ;
    dpv:isSubTypeOf dpv:GovernanceProcedures .

dpv:MaintainCreditCheckingDatabase
    dct:created "2022-06-15"^^<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:broader dpv:CreditChecking ;
    skos:definition "Purposes associated with maintaining a Credit Checking Database"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Maintain Credit Checking Database"@en ;
    dpv:isSubTypeOf dpv:CreditChecking .

dpv:MaintainCreditRatingDatabase
    dct:created "2022-06-15"^^<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:broader dpv:CreditChecking ;
    skos:definition "Purposes associated with maintaining a Credit Rating Database"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Maintain Credit Rating Database"@en ;
    dpv:isSubTypeOf dpv:CreditChecking .

dpv:MaintainFraudDatabase
    dct:created "2022-06-15"^^<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:broader dpv:FraudPreventionAndDetection ;
    skos:definition "Purposes associated with maintaining a database related to identifying and identified fraud risks and fraud incidents"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "MaintainFraudDatabase"@en ;
    dpv:isSubTypeOf dpv:FraudPreventionAndDetection .

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:broader dpv:Disclose ;
    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:broader dpv:Purpose ;
    skos:definition "Purposes associated with conducting marketing in relation to organisation or products or services e.g. promoting, selling, and distributing"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Advertising, dpv:DirectMarketing, dpv:PublicRelations, dpv:SocialMediaMarketing ;
    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:broader dpv:Use ;
    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:broader dpv:Damage ;
    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:MediumDataVolume
    dct:created "2022-06-15"^^<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:broader dpv:DataVolume ;
    skos:definition "Data volume that is considered medium i.e. neither large nor small within the context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Medium Data Volume"@en ;
    dpv:isInstanceOf dpv:DataVolume .

dpv:MediumScaleOfDataSubjects
    dct:created "2022-06-15"^^<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:broader dpv:DataSubjectScale ;
    skos:definition "Scale of data subjects considered medium i.e. neither large nor small within the context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Medium Scale Of Data Subjects"@en ;
    dpv:isInstanceOf dpv:DataSubjectScale .

dpv:MediumScaleProcessing
    dct:created "2022-09-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:broader dpv:ProcessingScale ;
    skos:definition "Processing that takes place at medium scales (as specified by some criteria)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Medium Scale Processing"@en ;
    dpv:isInstanceOf dpv:ProcessingScale .

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:broader dpv:DataSubject ;
    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:broader dpv:OrganisationGovernance ;
    skos:definition "Purposes associated with maintaining a 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:MentallyVulnerableDataSubject
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P 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:broader dpv:VulnerableDataSubject ;
    skos:definition "Data subjects that are considered mentally vulnerable"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Mentally Vulnerable Data Subject"@en ;
    dpv:isSubTypeOf dpv:VulnerableDataSubject .

dpv:MessageAuthenticationCodes
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:CryptographicAuthentication ;
    skos:definition "Use of cryptographic methods to authenticate messages"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Message Authentication Codes (MAC)"@en ;
    dpv:isSubTypeOf dpv:CryptographicAuthentication .

dpv:MobilePlatformSecurity
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityMethod ;
    skos:definition "Security implemented over a mobile platform"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Mobile Platform Security"@en ;
    dpv:isSubTypeOf dpv:SecurityMethod .

dpv:Modify
    dct:created "2022-06-15"^^<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:broader dpv:Alter ;
    skos:definition "to modify or change data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Modify"@en ;
    dpv:isSubTypeOf dpv:Alter .

dpv:Monitor
    dct:created "2022-06-15"^^<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:broader dpv:Consult ;
    skos:definition "to monitor data for some criteria"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Monitor"@en ;
    dpv:isSubTypeOf dpv:Consult .

dpv:MonitoringPolicies
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/5g-cybersecurity-standards> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:GovernanceProcedures ;
    skos:definition "Policy for monitoring (e.g. progress, performance)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Monitoring Policies"@en ;
    dpv:isSubTypeOf dpv:GovernanceProcedures .

dpv:MonotonicCounterPseudonymisation
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2022-10-13"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:Pseudonymisation ;
    skos:definition "A simple pseudonymisation method where identifiers are substituted by a number chosen by a monotonic counter"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Monotonic Counter Pseudonymisation"@en ;
    dpv:isSubTypeOf dpv:Pseudonymisation .

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:broader dpv:Transfer ;
    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:MultiFactorAuthentication
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:AuthenticationProtocols ;
    skos:definition "An authentication system that uses two or more methods to authenticate"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Multi-Factor Authentication (MFA)"@en ;
    dpv:isSubTypeOf dpv:AuthenticationProtocols .

dpv:MultiNationalScale
    dct:created "2022-06-15"^^<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:broader dpv:GeographicCoverage ;
    skos:definition "Geographic coverage spanning multiple nations"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Multi National Scale"@en ;
    dpv:isInstanceOf dpv:GeographicCoverage .

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:broader dpv:LegalAgreement ;
    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:broader dpv:Authority ;
    skos:definition "An authority tasked with overseeing legal compliance for a nation"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "National Authority"@en ;
    dpv:isSubTypeOf dpv:Authority .

dpv:NationalScale
    dct:created "2022-06-15"^^<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:broader dpv:GeographicCoverage ;
    skos:definition "Geographic coverage spanning a nation"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "National Scale"@en ;
    dpv:isInstanceOf dpv:GeographicCoverage .

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:broader dpv:Entity ;
    skos:definition "A human"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:DataSubject ;
    skos:prefLabel "Natural Person"@en ;
    dpv:isSubTypeOf dpv:Entity .

dpv:NearlyGlobalScale
    dct:created "2022-06-15"^^<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:broader dpv:GeographicCoverage ;
    skos:definition "Geographic coverage nearly spanning the entire globe"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Nearly Global Scale"@en ;
    dpv:isInstanceOf dpv:GeographicCoverage .

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> ;
    vann:example <https://w3id.org/dpv/examples#E0028> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Context ;
    skos:definition "An indication of 'necessity' within a context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:NotRequired, dpv:Optional, dpv:Required ;
    skos:note "Necessity can be used to express need, essentiality, requirement, or compulsion."@en ;
    skos:prefLabel "Necessity"@en ;
    dpv:isSubTypeOf dpv:Context .

dpv:NetworkProxyRouting
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/data-protection-engineering> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityMethod ;
    skos:definition "Use of network routing using proxy"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Network Proxy Routing"@en ;
    dpv:isSubTypeOf dpv:SecurityMethod .

dpv:NetworkSecurityProtocols
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityMethod ;
    skos:definition "Security implemented at or over networks protocols"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Network Security Protocols"@en ;
    dpv:isSubTypeOf dpv:SecurityMethod .

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:broader dpv:DataSubject ;
    skos:definition "Data subjects that are not citizens (for a jurisdiction)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Non-Citizen"@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:broader dpv:ResearchAndDevelopment ;
    skos:definition "Purposes associated with conducting 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:NonCompliant
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2022-09-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "changed"@en ;
    skos:broader dpv:ComplianceStatus ;
    skos:definition "State of non-compliance where objectives have not been met, but have not been violated"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Changed from not compliant for consistency in commonly used terms"@en ;
    skos:prefLabel "Non Compliant"@en ;
    dpv:isInstanceOf dpv:ComplianceStatus .

dpv:NonConformant
    dct:created "2022-10-22"^^<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:broader dpv:ConformanceStatus ;
    skos:definition "State of being non-conformant"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "NonConformant"@en ;
    dpv:isInstanceOf dpv:ConformanceStatus .

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:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <http://purl.org/adms> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:Organisation ;
    skos:definition "An organisation not part of or independent from the government"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Non-Governmental Organisation"@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:broader dpv:Damage ;
    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:broader dpv:Data ;
    skos:definition "Data that is not Personal Data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:AnonymisedData ;
    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:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <http://purl.org/adms> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:Organisation ;
    skos:definition "An organisation that does not aim to achieve profit as its primary goal"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Non-Profit Organisation"@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:broader dpv:DataSource ;
    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:isInstanceOf dpv:DataSource .

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:broader dpv:Necessity ;
    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:isInstanceOf 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> ;
    vann:example <https://w3id.org/dpv/examples#E0025> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:OrganisationalMeasure ;
    skos:definition "A notice is an artefact for providing information, choices, or controls"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:PrivacyNotice, dpv:RightFulfilmentNotice, dpv:RightNonFulfilmentNotice ;
    skos:prefLabel "Notice"@en ;
    dpv:isSubTypeOf dpv:OrganisationalMeasure .

dpv:Obligation
    dct:created "2022-10-19"^^<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:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Rule ;
    skos:definition "A rule describing an obligation for performing an activity"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Obligation"@en ;
    dpv:isSubTypeOf dpv:Rule .

dpv:Observe
    dct:created "2022-06-15"^^<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:broader dpv:Obtain ;
    skos:definition "to obtain data through observation"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Observe"@en ;
    dpv:isSubTypeOf dpv:Obtain .

dpv:ObservedPersonalData
    dct:created "2022-08-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P 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:broader dpv:CollectedPersonalData ;
    skos:definition "Personal Data that has been collected through observation of the Data Subject(s)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Observed Personal Data"@en ;
    dpv:isSubTypeOf dpv:CollectedPersonalData .

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:broader dpv:Processing ;
    skos:definition "to solicit or gather data from someone"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Acquire, dpv:Collect, dpv:Derive, dpv:Generate, dpv:Observe, dpv:Record ;
    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:broader dpv:LegalBasis ;
    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:OftenFrequency
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:Frequency ;
    skos:definition "Frequency where occurences are often or frequent, but not continous"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Often Frequency"@en ;
    dpv:isSubTypeOf dpv:Frequency .

dpv:OperatingSystemSecurity
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityMethod ;
    skos:definition "Security implemented at or through operating systems"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Operating System Security"@en ;
    dpv:isSubTypeOf dpv:SecurityMethod .

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:broader dpv:ServiceOptimisation ;
    skos:definition "Purposes associated with optimisation of activities and services for consumer or user"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:OptimiseUserInterface ;
    skos:note "The term optmisation here refers to the efficiency of the service in terms of technical provision (or similar means) with benefits for everybody. Personalisation implies making changes that benefit the current user or persona."@en ;
    skos:prefLabel "Optimisation for Consumer"@en ;
    skos:related <https://specialprivacy.ercim.eu/vocabs/purposes#Custom> ;
    dpv:isSubTypeOf dpv:ServiceOptimisation .

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:broader dpv:ServiceOptimisation ;
    skos:definition "Purposes associated with optimisation of activities and services for provider or controller"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:ImproveExistingProductsAndServices, dpv:ImproveInternalCRMProcesses, dpv:IncreaseServiceRobustness, dpv:InternalResourceOptimisation ;
    skos:prefLabel "Optimisation for Controller"@en ;
    dpv:isSubTypeOf dpv:ServiceOptimisation .

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:broader dpv:OptimisationForConsumer ;
    skos:definition "Purposes associated with optimisation of 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:broader dpv:Necessity ;
    skos:definition "Indication of 'optional' or 'voluntary'"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Optional"@en ;
    dpv:isInstanceOf 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:broader dpv:LegalEntity ;
    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:narrower dpv:AcademicScientificOrganisation, dpv:ForProfitOrganisation, dpv:GovernmentalOrganisation, dpv:IndustryConsortium, dpv:InternationalOrganisation, dpv:NonGovernmentalOrganisation, dpv:NonProfitOrganisation ;
    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:broader dpv:OrganisationGovernance ;
    skos:definition "Purposes associated with managing compliance for organisation in relation to internal policies"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Note that this concept relates to internal organisational compliance. The concept LegalCompliance should be used for external legal or regulatory compliance."@en ;
    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:broader dpv:Purpose ;
    skos:definition "Purposes associated with conducting activities and functions for governance of an organisation"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:DisputeManagement, dpv:MemberPartnerManagement, dpv:OrganisationComplianceManagement, dpv:OrganisationRiskManagement ;
    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:broader dpv:OrganisationGovernance ;
    skos:definition "Purposes associated with managing 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> ;
    vann:example <https://w3id.org/dpv/examples#E0017> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:TechnicalOrganisationalMeasure ;
    skos:definition "Organisational measures required/followed when processing data of the declared category"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Assessment, dpv:AuthorisationProcedure, dpv:CertificationSeal, dpv:Consultation, dpv:GovernanceProcedures, dpv:GuidelinesPrinciple, dpv:LegalAgreement, dpv:Notice, dpv:Policy, dpv:PrivacyByDesign, dpv:RecordsOfActivities, dpv:RegularityOfRecertification, dpv:ReviewProcedure, dpv:Safeguard, dpv:SecurityProcedure, dpv:StaffTraining ;
    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:broader dpv:Entity ;
    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:Organisational_MeasuresConcepts
    a skos:Collection ;
    skos:member dpv:Assessment, dpv:AssetManagementProcedures, dpv:AuthorisationProcedure, dpv:BackgroundChecks, dpv:Certification, dpv:CertificationSeal, dpv:CodeOfConduct, dpv:ComplianceMonitoring, dpv:ConsentNotice, dpv:ConsentRecord, dpv:Consultation, dpv:ConsultationWithAuthority, dpv:ConsultationWithDPO, dpv:ConsultationWithDataSubject, dpv:ConsultationWithDataSubjectRepresentative, dpv:ContractualTerms, dpv:ControllerProcessorAgreement, dpv:CredentialManagement, dpv:CybersecurityAssessment, dpv:CybersecurityTraining, dpv:DPIA, dpv:DataProcessingAgreement, dpv:DataProcessingRecord, dpv:DataProtectionTraining, dpv:DataTransferImpactAssessment, dpv:DesignStandard, dpv:DisasterRecoveryProcedures, dpv:EducationalTraining, dpv:EffectivenessDeterminationProcedures, dpv:GovernanceProcedures, dpv:GuidelinesPrinciple, dpv:IdentityManagementMethod, dpv:ImpactAssessment, dpv:IncidentManagementProcedures, dpv:IncidentReportingCommunication, dpv:InformationSecurityPolicy, dpv:JointDataControllersAgreement, dpv:LegalAgreement, dpv:LegitimateInterestAssessment, dpv:LoggingPolicies, dpv:MonitoringPolicies, dpv:NDA, dpv:Notice, dpv:PIA, dpv:Policy, dpv:PrivacyByDefault, dpv:PrivacyByDesign, dpv:PrivacyNotice, dpv:ProfessionalTraining, dpv:RecordsOfActivities, dpv:RegisterOfProcessingActivities, dpv:RegularityOfRecertification, dpv:ReviewImpactAssessment, dpv:ReviewProcedure, dpv:RiskManagementPlan, dpv:RiskManagementPolicy, dpv:Safeguard, dpv:SafeguardForDataTransfer, dpv:Seal, dpv:SecurityAssessment, dpv:SecurityKnowledgeTraining, dpv:SecurityProcedure, dpv:SecurityRoleProcedures, dpv:StaffTraining, dpv:SubProcessorAgreement, dpv:ThirdPartyAgreement, dpv:ThirdPartySecurityProcedures, dpv:TrustedThirdPartyUtilisation ;
    skos:prefLabel "Organisational_Measures Concepts"^^<http://www.w3.org/2001/XMLSchema#string> .

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:broader dpv:Processing ;
    skos:definition "to organize data for arranging or classifying"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Structure ;
    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:broader dpv:ImpactAssessment ;
    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:ParentOfDataSubject
    dct:created "2022-08-03"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P 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:broader dpv:DataSubject ;
    skos:definition "Parent(s) of data subjects such as children"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Parent(s) of Data Subject"@en ;
    dpv:isSubTypeOf dpv:DataSubject .

dpv:PartiallyAutomatedProcessing
    dct:created "2022-06-15"^^<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:broader dpv:AutomationOfProcessing ;
    skos:definition "Processing that is partially automated or semi-automated"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "For example, a series of distinct processing operations that are automated individually or have some human involvement"@en ;
    skos:prefLabel "Partially Automated Processing"@en ;
    dpv:isInstanceOf dpv:AutomationOfProcessing .

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:broader dpv:ComplianceStatus ;
    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:isInstanceOf 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:broader dpv:DataSubject ;
    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:PassiveRight
    dct:created "2022-10-22"^^<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:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Right ;
    skos:definition "The right(s) applicable, provided, or expected that are always (passively) applicable"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Passive rights do not require the entity to request or exercise them. They are considered to be always applicable. For example, the Right to Privacy (in EU) does not require an exercise for it to be fulfilled."@en ;
    skos:prefLabel "Passive Right"@en ;
    dpv:isSubTypeOf dpv:Right .

dpv:PasswordAuthentication
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:AuthenticationProtocols ;
    skos:definition "Use of passwords to perform authentication"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Password Authentication"@en ;
    dpv:isSubTypeOf dpv:AuthenticationProtocols .

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:broader dpv:DataSubject ;
    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:PaymentManagement
    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:broader dpv:ServiceProvision ;
    skos:definition "Purposes associated with processing and managing payment in relation to service, including invoicing and records"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Payment Management"@en ;
    dpv:isSubTypeOf dpv:ServiceProvision .

dpv:PenetrationTestingMethods
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityMethod ;
    skos:definition "Use of penetration testing to identity weaknessess and vulnerabilities through simulations"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Penetration Testing Methods"@en ;
    dpv:isSubTypeOf dpv:SecurityMethod .

dpv:Permission
    dct:created "2022-10-19"^^<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:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Rule ;
    skos:definition "A rule describing a permission to perform an activity"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Permission"@en ;
    dpv:isSubTypeOf dpv:Rule .

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:broader dpv:Data ;
    skos:definition "Data directly or indirectly associated or related to an individual."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:CollectedPersonalData, dpv:DerivedPersonalData, dpv:GeneratedPersonalData, dpv:PseudonymisedData, dpv:SensitivePersonalData ;
    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> ;
    vann:example <https://w3id.org/dpv/examples#E0007>, <https://w3id.org/dpv/examples#E0008>, <https://w3id.org/dpv/examples#E0014>, <https://w3id.org/dpv/examples#E0018>, <https://w3id.org/dpv/examples#E0019>, <https://w3id.org/dpv/examples#E0020>, <https://w3id.org/dpv/examples#E0022>, <https://w3id.org/dpv/examples#E0028> ;
    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
    a skos:Collection ;
    skos:member dpv:AnonymisedData, dpv:CollectedPersonalData, dpv:Data, dpv:DerivedPersonalData, dpv:GeneratedPersonalData, dpv:IncorrectData, dpv:InferredPersonalData, dpv:NonPersonalData, dpv:ObservedPersonalData, dpv:PersonalData, dpv:PseudonymisedData, dpv:SensitivePersonalData, dpv:SpecialCategoryPersonalData, dpv:SyntheticData, dpv:UnverifiedData, dpv:VerifiedData, dpv:hasData, dpv:hasPersonalData ;
    skos:prefLabel "Personal_Data Concepts"^^<http://www.w3.org/2001/XMLSchema#string> .

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:broader dpv:Purpose ;
    skos:definition "Purposes associated with creating and providing customisation based on attributes and/or needs of person(s) or context(s)."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:PersonalisedAdvertising, dpv:ServicePersonalisation ;
    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:broader dpv:Advertising, dpv:Personalisation ;
    skos:definition "Purposes associated with creating and providing personalised advertising"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:TargetedAdvertising ;
    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:broader dpv:ServicePersonalisation ;
    skos:definition "Purposes associated with creating and providing personalised benefits for a service"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Personalised Benefits"@en ;
    dpv:isSubTypeOf dpv:ServicePersonalisation .

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:broader dpv:PersonnelManagement ;
    skos:definition "Purposes associated with 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:broader dpv:HumanResourceManagement ;
    skos:definition "Purposes associated with management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:PersonnelHiring, dpv:PersonnelPayment ;
    skos:prefLabel "Personnel Management"@en ;
    dpv:isSubTypeOf dpv:HumanResourceManagement .

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:broader dpv:PersonnelManagement ;
    skos:definition "Purposes associated with management and execution of payment of personnel"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Personnel Payment"@en ;
    dpv:isSubTypeOf dpv:PersonnelManagement .

dpv:PhysicalAccessControlMethod
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P 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:broader dpv:AccessControlMethod ;
    skos:definition "Access control applied for physical access e.g. premises or equipement"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Physical Access Control Method"@en ;
    dpv:isSubTypeOf dpv:AccessControlMethod .

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> ;
    vann:example <https://w3id.org/dpv/examples#E0017> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:OrganisationalMeasure ;
    skos:definition "A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:InformationSecurityPolicy, dpv:RiskManagementPolicy ;
    skos:prefLabel "Policy"@en ;
    dpv:isSubTypeOf dpv:OrganisationalMeasure .

dpv:PostQuantumCryptography
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:CryptographicMethods ;
    skos:definition "Use of algorithms that are intended to be secure against cryptanalytic attack by a quantum computer"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Post-Quantum Cryptography"@en ;
    dpv:isSubTypeOf dpv:CryptographicMethods .

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:broader dpv:Importance ;
    skos:definition "Indication of 'primary' or 'main' or 'core' importance"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Primary Importance"@en ;
    dpv:isInstanceOf 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:broader dpv:GuidelinesPrinciple ;
    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:broader dpv:OrganisationalMeasure ;
    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> ;
    vann:example <https://w3id.org/dpv/examples#E0018>, <https://w3id.org/dpv/examples#E0025> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Notice ;
    skos:definition "Represents a notice or document outlining information regarding privacy"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:ConsentNotice ;
    skos:prefLabel "Privacy Notice"@en ;
    dpv:isSubTypeOf dpv:Notice .

dpv:PrivacyPreservingProtocol
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:CryptographicMethods ;
    skos:definition "Use of protocols designed with the intention of provided additional guarentees regarding privacy"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Privacy Preserving Protocol"@en ;
    dpv:isSubTypeOf dpv:CryptographicMethods .

dpv:PrivateInformationRetrieval
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/data-protection-engineering> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:CryptographicMethods ;
    skos:definition "Use of cryptographic methods to retrieve a record from a system without revealing which record is retrieved"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Private Information Retrieval"@en ;
    dpv:isSubTypeOf dpv:CryptographicMethods .

dpv:PrivateLocation
    dct:created "2022-10-22"^^<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:broader dpv:LocalLocation ;
    skos:definition "Location that is not or cannot be accessed by the public and is controlled as a private space"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Private Location"@en ;
    dpv:isSubTypeOf dpv:LocalLocation .

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/> ;
    vann:example <https://w3id.org/dpv/examples#E0005>, <https://w3id.org/dpv/examples#E0011>, <https://w3id.org/dpv/examples#E0014> ;
    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:narrower dpv:Copy, dpv:Disclose, dpv:Obtain, dpv:Organise, dpv:Remove, dpv:Store, dpv:Transfer, dpv:Transform, dpv:Use ;
    skos:prefLabel "Processing"@en ;
    skos:related <https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing> .

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

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:broader dpv:Context ;
    skos:definition "Context or conditions within which processing takes place"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:AutomationOfProcessing, dpv:DataSource, dpv:DecisionMaking, dpv:EvaluationScoring, dpv:InnovativeUseOfNewTechnologies, dpv:Scale, dpv:StorageCondition, dpv:SystematicMonitoring ;
    skos:prefLabel "Processing Context"@en ;
    dpv:isSubTypeOf dpv:Context .

dpv:ProcessingScale
    dct:created "2022-09-07"^^<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> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Scale ;
    skos:definition "Scale of Processing"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:LargeScaleProcessing, dpv:MediumScaleProcessing, dpv:SmallScaleProcessing ;
    skos:note "The exact definition of what constitutes \"scale\" depends on use of jurisdictional, domain-specific, or other forms of externally defined criterias. Where possible, this should be reflected by extending the scales provided with the appropriate context."@en ;
    skos:prefLabel "Processing Scale"@en ;
    dpv:isSubTypeOf dpv:Scale .

dpv:Processing_ContextConcepts
    a skos:Collection ;
    skos:member dpv:AlgorithmicLogic, dpv:AutomatedDecisionMaking, dpv:AutomatedProcessingWithHumanInput, dpv:AutomatedProcessingWithHumanOversight, dpv:AutomatedProcessingWithHumanReview, dpv:AutomationOfProcessing, dpv:CompletelyManualProcessing, dpv:DataPublishedByDataSubject, dpv:DataSource, dpv:DecisionMaking, dpv:EvaluationOfIndividuals, dpv:EvaluationScoring, dpv:FullyAutomatedProcessing, dpv:HumanInvolvement, dpv:HumanInvolvementForInput, dpv:HumanInvolvementForOversight, dpv:HumanInvolvementForVerification, dpv:InnovativeUseOfNewTechnologies, dpv:NonPublicDataSource, dpv:PartiallyAutomatedProcessing, dpv:ProcessingContext, dpv:PublicDataSource, dpv:ScoringOfIndividuals, dpv:StorageCondition, dpv:StorageDeletion, dpv:StorageDuration, dpv:StorageLocation, dpv:StorageRestoration, dpv:SystematicMonitoring, dpv:hasAlgorithmicLogic, dpv:hasDataSource, dpv:hasHumanInvolvement, dpv:hasProcessingAutomation, dpv:hasStorageCondition ;
    skos:prefLabel "Processing_Context Concepts"^^<http://www.w3.org/2001/XMLSchema#string> .

dpv:Processing_ScaleConcepts
    a skos:Collection ;
    skos:member dpv:DataSubjectScale, dpv:DataVolume, dpv:GeographicCoverage, dpv:GlobalScale, dpv:HugeDataVolume, dpv:HugeScaleOfDataSubjects, dpv:LargeDataVolume, dpv:LargeScaleOfDataSubjects, dpv:LargeScaleProcessing, dpv:LocalEnvironmentScale, dpv:LocalityScale, dpv:MediumDataVolume, dpv:MediumScaleOfDataSubjects, dpv:MediumScaleProcessing, dpv:MultiNationalScale, dpv:NationalScale, dpv:NearlyGlobalScale, dpv:ProcessingScale, dpv:RegionalScale, dpv:Scale, dpv:SingularDataVolume, dpv:SingularScaleOfDataSubjects, dpv:SmallDataVolume, dpv:SmallScaleOfDataSubjects, dpv:SmallScaleProcessing, dpv:SporadicDataVolume, dpv:SporadicScaleOfDataSubjects, dpv:hasDataSubjectScale, dpv:hasDataVolume, dpv:hasGeographicCoverage, dpv:hasScale ;
    skos:prefLabel "Processing_Scale Concepts"^^<http://www.w3.org/2001/XMLSchema#string> .

dpv:ProfessionalTraining
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:StaffTraining ;
    skos:definition "Training methods that are intended to provide professional knowledge and expertise"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Professional Training"@en ;
    dpv:isSubTypeOf dpv:StaffTraining .

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:broader dpv:Use ;
    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:Prohibition
    dct:created "2022-10-19"^^<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:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Rule ;
    skos:definition "A rule describing a prohibition to perform an activity"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Prohibition"@en ;
    dpv:isSubTypeOf dpv:Rule .

dpv:ProvideEventRecommendations
    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:modified "2022-10-14"^^<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:broader dpv:ProvidePersonalisedRecommendations ;
    skos:definition "Purposes associated with creating and providing personalised recommendations for events"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Provide Event Recommendations"@en ;
    dpv:isSubTypeOf dpv:ProvidePersonalisedRecommendations .

dpv:ProvidePersonalisedRecommendations
    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:modified "2022-10-14"^^<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:broader dpv:ServicePersonalisation ;
    skos:definition "Purposes associated with creating and providing personalised recommendations"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:ProvideEventRecommendations, dpv:ProvideProductRecommendations ;
    skos:prefLabel "Provide Personalised Recommendations"@en ;
    dpv:isSubTypeOf dpv:ServicePersonalisation .

dpv:ProvideProductRecommendations
    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> ;
    dct:modified "2022-10-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:ProvidePersonalisedRecommendations ;
    skos:definition "Purposes associated with creating and providing product recommendations e.g. suggest similar products"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Provide Product Recommendations"@en ;
    skos:related <https://specialprivacy.ercim.eu/vocabs/purposes#Marketing> ;
    dpv:isSubTypeOf dpv:ProvidePersonalisedRecommendations .

dpv:Pseudonymisation
    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:modified "2022-11-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    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 "modified"@en ;
    skos:broader dpv:Deidentification ;
    skos:definition "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:narrower dpv:DeterministicPseudonymisation, dpv:DocumentRandomisedPseudonymisation, dpv:FullyRandomisedPseudonymisation, dpv:MonotonicCounterPseudonymisation, dpv:RNGPseudonymisation ;
    skos:prefLabel "Pseudonymisation"@en ;
    dpv:isSubTypeOf dpv:Deidentification .

dpv:Pseudonymise
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "2022-10-14"^^<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 "modified"@en ;
    skos:broader dpv:Transform ;
    skos:definition "to replace personal identifiable information by artificial identifiers"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Pseudonymise"@en ;
    dpv:isSubTypeOf dpv:Transform .

dpv:PseudonymisedData
    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:broader dpv:PersonalData ;
    skos:definition "Personal Data that has undergone a pseudonymisation process or a partial (incomplete) anonymisation process such that it is still considered Personal Data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Pseudonymised Data"@en ;
    dpv:isSubTypeOf dpv:PersonalData .

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:broader dpv:DataSource ;
    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:isInstanceOf 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:broader dpv:LegalBasis ;
    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:PublicLocation
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P 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:broader dpv:LocalLocation ;
    skos:definition "Location that is or can be accessed by the public"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Public Location"@en ;
    dpv:isSubTypeOf dpv:LocalLocation .

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:broader dpv:Marketing ;
    skos:definition "Purposes associated with managing and conducting public relations processes, including creating goodwill for the organisation"@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/> ;
    vann:example <https://w3id.org/dpv/examples#E0006>, <https://w3id.org/dpv/examples#E0009>, <https://w3id.org/dpv/examples#E0010>, <https://w3id.org/dpv/examples#E0014> ;
    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:narrower dpv:AccountManagement, dpv:CommunicationManagement, dpv:CustomerManagement, dpv:EnforceSecurity, dpv:EstablishContractualAgreement, dpv:FulfilmentOfObligation, dpv:HumanResourceManagement, dpv:Marketing, dpv:OrganisationGovernance, dpv:Personalisation, dpv:RecordManagement, dpv:ResearchAndDevelopment, dpv:ServiceProvision, dpv:VendorManagement ;
    skos:prefLabel "Purpose"@en ;
    skos:related <https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose> .

dpv:PurposesConcepts
    a skos:Collection ;
    skos:member dpv:AcademicResearch, dpv:AccountManagement, dpv:Advertising, dpv:AntiTerrorismOperations, dpv:CommercialResearch, dpv:CommunicationForCustomerCare, dpv:CommunicationManagement, dpv:CounterMoneyLaundering, 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:EstablishContractualAgreement, dpv:FraudPreventionAndDetection, dpv:FulfilmentOfContractualObligation, dpv:FulfilmentOfObligation, dpv:HumanResourceManagement, dpv:IdentityVerification, dpv:ImproveExistingProductsAndServices, dpv:ImproveInternalCRMProcesses, dpv:IncreaseServiceRobustness, dpv:InternalResourceOptimisation, dpv:LegalCompliance, dpv:MaintainCreditCheckingDatabase, dpv:MaintainCreditRatingDatabase, dpv:MaintainFraudDatabase, dpv:Marketing, dpv:MemberPartnerManagement, dpv:NonCommercialResearch, dpv:OptimisationForConsumer, dpv:OptimisationForController, dpv:OptimiseUserInterface, dpv:OrganisationComplianceManagement, dpv:OrganisationGovernance, dpv:OrganisationRiskManagement, dpv:PaymentManagement, dpv:Personalisation, dpv:PersonalisedAdvertising, dpv:PersonalisedBenefits, dpv:PersonnelHiring, dpv:PersonnelManagement, dpv:PersonnelPayment, dpv:ProvideEventRecommendations, dpv:ProvidePersonalisedRecommendations, dpv:ProvideProductRecommendations, dpv:PublicRelations, dpv:Purpose, dpv:RecordManagement, dpv:RepairImpairments, dpv:RequestedServiceProvision, dpv:ResearchAndDevelopment, dpv:SearchFunctionalities, dpv:Sector, dpv:SellDataToThirdParties, dpv:SellInsightsFromData, dpv:SellProducts, dpv:SellProductsToDataSubject, dpv:ServiceOptimisation, dpv:ServicePersonalisation, dpv:ServiceProvision, dpv:ServiceRegistration, dpv:ServiceUsageAnalytics, dpv:SocialMediaMarketing, dpv:TargetedAdvertising, dpv:TechnicalServiceProvision, dpv:UserInterfacePersonalisation, dpv:VendorManagement, dpv:VendorPayment, dpv:VendorRecordsManagement, dpv:VendorSelectionAssessment, dpv:hasPurpose, dpv:hasSector ;
    skos:prefLabel "Purposes Concepts"^^<http://www.w3.org/2001/XMLSchema#string> .

dpv:QuantumCryptography
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:CryptographicMethods ;
    skos:definition "Cryptographic methods that utilise quantum mechanical properties to perform cryptographic tasks"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Quantum Cryptography"@en ;
    dpv:isSubTypeOf dpv:CryptographicMethods .

dpv:Query
    dct:created "2022-06-15"^^<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:broader dpv:Consult ;
    skos:definition "to query or make enquiries over data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Query"@en ;
    dpv:isSubTypeOf dpv:Consult .

dpv:RNGPseudonymisation
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2022-10-13"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source <https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:Pseudonymisation ;
    skos:definition "A pseudonymisation method where identifiers are substituted by a number chosen by a Random Number Generator (RNG)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "RNG Pseudonymisation"@en ;
    dpv:isSubTypeOf dpv:Pseudonymisation .

dpv:RandomLocation
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:LocationFixture ;
    skos:definition "Location that is random or unknown"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Random Location"@en ;
    dpv:isInstanceOf dpv:LocationFixture .

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/> ;
    vann:example <https://w3id.org/dpv/examples#E0019> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:LegalEntity ;
    skos:definition "Entities that receive personal data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:DataImporter, dpv:DataProcessor, dpv:ThirdParty ;
    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:broader dpv:Obtain ;
    skos:definition "to make a record (especially media)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:RightExerciseRecord ;
    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:broader dpv:Purpose ;
    skos:definition "Purposes associated with 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:note "This purpose relates specifiaclly for record creation and management. This can be combined or used along with other purposes to express intentions such as records for legal compliance or vendor payments."@en ;
    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:broader dpv:OrganisationalMeasure ;
    skos:definition "Records of activities within some context such as maintainence tasks or governance functions"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:DataProcessingRecord ;
    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:broader dpv:Location ;
    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:broader dpv:Authority ;
    skos:definition "An authority tasked with overseeing legal compliance for a region"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Regional Authority"@en ;
    dpv:isSubTypeOf dpv:Authority .

dpv:RegionalScale
    dct:created "2022-06-15"^^<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:broader dpv:GeographicCoverage ;
    skos:definition "Geographic coverage spanning a specific region or regions"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Regional Scale"@en ;
    dpv:isInstanceOf dpv:GeographicCoverage .

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:broader dpv:DataProcessingRecord ;
    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:DataProcessingRecord .

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:broader dpv:OrganisationalMeasure ;
    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:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf skos:semanticRelation ;
    skos:prefLabel "Relation"@en .

dpv:RemoteLocation
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:LocationLocality ;
    skos:definition "Location is remote i.e. not local"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:CloudLocation ;
    skos:prefLabel "Remote Location"@en ;
    dpv:isSubTypeOf dpv:LocationLocality .

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:broader dpv:Processing ;
    skos:definition "to destruct or erase data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Destruct, dpv:Erase ;
    skos:prefLabel "Remove"@en ;
    dpv:isSubTypeOf dpv:Processing .

dpv:RenewedConsentGiven
    dct:created "2022-06-22"^^<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>, "Paul Ryan"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://w3id.org/GConsent> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:ConsentStatusValidForProcessing ;
    skos:definition "The state where a previously given consent has been 'renewed' or 'refreshed' or 'reaffirmed' to form a new instance of given consent"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "An example of this state is when a previously given consent has expired, and the individual is presented a notice regarding continuing associated processing operations - to which they agree. This state can be useful to keep track of 'reconfirmed' or 'refreshed' consent within consent records, assist notices and contextual agents to create better consenting dialogues, and assist with specific legal obligations related to subsequent consenting"@en ;
    skos:prefLabel "Renewed Consent Given"@en ;
    dpv:isInstanceOf dpv:ConsentStatusValidForProcessing .

dpv:RepairImpairments
    dct:created "2022-08-24"^^<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:broader dpv:ServiceProvision ;
    skos:definition "Purposes associated with identifying, rectifying, or otherwise undertaking activities intended to fix or repair impairments to existing functionalities"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "An example of identifying and rectifying impairments is the process of finding and fixing errors in products, commonly referred to as debugging"@en ;
    skos:prefLabel "Repair Impairments"@en ;
    dpv:isSubTypeOf dpv:ServiceProvision .

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:broader dpv:LegalEntity ;
    skos:definition "A representative of a legal entity"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:DataProtectionOfficer ;
    skos:prefLabel "Representative"@en ;
    dpv:isSubTypeOf dpv:LegalEntity .

dpv:RequestAccepted
    dct:created "2022-11-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:broader dpv:RequestStatus ;
    skos:definition "State of a request being accepted towards fulfilment"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Request Accepted"@en ;
    dpv:isInstanceOf dpv:RequestStatus .

dpv:RequestAcknowledged
    dct:created "2022-11-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:broader dpv:RequestStatus ;
    skos:definition "State of a request being acknowledged"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Request Acknowledged"@en ;
    dpv:isInstanceOf dpv:RequestStatus .

dpv:RequestActionDelayed
    dct:created "2022-11-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:broader dpv:RequestStatus ;
    skos:definition "State of a request being delayed towards fulfilment"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Request Action Delayed"@en ;
    dpv:isInstanceOf dpv:RequestStatus .

dpv:RequestFulfilled
    dct:created "2022-11-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:broader dpv:RequestStatus ;
    skos:definition "State of a request being fulfilled"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Request Fulfilled"@en ;
    dpv:isInstanceOf dpv:RequestStatus .

dpv:RequestInitiated
    dct:created "2022-11-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:broader dpv:RequestStatus ;
    skos:definition "State of a request being initiated"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Request Initiated"@en ;
    dpv:isInstanceOf dpv:RequestStatus .

dpv:RequestRejected
    dct:created "2022-11-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:broader dpv:RequestStatus ;
    skos:definition "State of a request being rejected towards non-fulfilment"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Request Rejected"@en ;
    dpv:isInstanceOf dpv:RequestStatus .

dpv:RequestRequiredActionPerformed
    dct:created "2022-11-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:broader dpv:RequestStatus ;
    skos:definition "State of a request's required action having been performed by the other party"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Request Required Action Performed"@en ;
    dpv:isInstanceOf dpv:RequestStatus .

dpv:RequestRequiresAction
    dct:created "2022-11-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:broader dpv:RequestStatus ;
    skos:definition "State of a request requiring an action to be performed from another party"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Request Requires Action"@en ;
    dpv:isInstanceOf dpv:RequestStatus .

dpv:RequestStatus
    dct:created "2022-11-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:broader dpv:Status ;
    skos:definition "Status associated with requests"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:RequestAccepted, dpv:RequestAcknowledged, dpv:RequestActionDelayed, dpv:RequestFulfilled, dpv:RequestInitiated, dpv:RequestRejected, dpv:RequestRequiredActionPerformed, dpv:RequestRequiresAction, dpv:RequestStatusQuery, dpv:RequestUnfulfilled ;
    skos:prefLabel "Request Status"@en ;
    dpv:isSubTypeOf dpv:Status .

dpv:RequestStatusQuery
    dct:created "2022-11-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:broader dpv:RequestStatus ;
    skos:definition "State of a request's status being queried"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Request Status Query"@en ;
    dpv:isInstanceOf dpv:RequestStatus .

dpv:RequestUnfulfilled
    dct:created "2022-11-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:broader dpv:RequestStatus ;
    skos:definition "State of a request being unfulfilled"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Request Unfulfilled"@en ;
    dpv:isInstanceOf dpv:RequestStatus .

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:broader dpv:ServiceProvision ;
    skos:definition "Purposes associated with delivering services as requested by user or consumer"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:DeliveryOfGoods ;
    skos:note "The use of 'request' here includes where an user explicitly asks for the service and also when an established contract requires the provision of the service"@en ;
    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:broader dpv:Necessity ;
    skos:definition "Indication of 'required' or 'necessary'"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Required"@en ;
    dpv:isInstanceOf 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:broader dpv:Purpose ;
    skos:definition "Purposes associated with conducting research and development for new methods, products, or services"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:AcademicResearch, dpv:CommercialResearch, dpv:NonCommercialResearch ;
    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:broader dpv:Transform ;
    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:broader dpv:Use ;
    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:ReviewImpactAssessment
    dct:created "2022-10-22"^^<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:broader dpv:ImpactAssessment, dpv:ReviewProcedure ;
    skos:definition "Procedures to review impact assessments in terms of continued validity, adequacy for intended purposes, and conformance of processes with findings"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Review Impact Assessment"@en ;
    dpv:isSubTypeOf dpv:ImpactAssessment, dpv:ReviewProcedure .

dpv:ReviewProcedure
    dct:created "2022-10-22"^^<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:broader dpv:OrganisationalMeasure ;
    skos:definition "A procedure or process that reviews the correctness and validity of other measures and processes"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:ReviewImpactAssessment ;
    skos:prefLabel "Review Procedure"@en ;
    dpv:isSubTypeOf dpv:OrganisationalMeasure .

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, "The right(s) applicable, provided, or expected."@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:ActiveRight, dpv:DataSubjectRight, dpv:PassiveRight ;
    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:RightExerciseActivity
    dct:created "2022-11-02"^^<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:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "An activity representing an exercising of an active right"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "There may be multiple activities associated with exercising and fulfilling rights. See the RightExerciseRecord concept for record-keeping of such activities in a cohesive manner."@en ;
    skos:prefLabel "Right Exercise Activity"@en .

dpv:RightExerciseNotice
    dct:created "2022-10-22"^^<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:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Information associated with exercising of an active right"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "This concept is intended for providing information regarding a right exercise. For specific instances of such exercises, see RightExerciseActivity and RightExerciseRecord."@en ;
    skos:prefLabel "Right Exercise Notice"@en .

dpv:RightExerciseRecord
    dct:created "2022-11-02"^^<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:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Record ;
    skos:definition "Record of a Right being exercised"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "This concept represents a record of one or more right exercise activities, such as those associated with a single data subject or service or entity"@en ;
    skos:prefLabel "Right Exercise Record"@en ;
    dpv:isInstanceOf dpv:Record .

dpv:RightFulfilmentNotice
    dct:created "2022-11-02"^^<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> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Notice ;
    skos:definition "Notice provided regarding fulfilment of a right"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "This notice is associated with situations where information is provided with the intention of progressing the fulfilment of a right. For example, a notice asking for more information regarding the scope of the right, or providing information on where to access the data provided under a right."@en ;
    skos:prefLabel "Right Fulfilment Notice"@en ;
    dpv:isSubTypeOf dpv:Notice .

dpv:RightNonFulfilmentNotice
    dct:created "2022-11-02"^^<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> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Notice ;
    skos:definition "Notice provided regarding non-fulfilment of a right"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "This notice is associated with situations where information is provided with the intention of communicating non-fulfilment of a right. For example, to provide justifications on why a right could not be fulfilled or providing information about another entity  who should be approached for exercising this right."@en ;
    skos:prefLabel "Right Non-Fulfilment Notice"@en ;
    dpv:isSubTypeOf dpv:Notice .

dpv:RightsConcepts
    a skos:Collection ;
    skos:member dpv:ActiveRight, dpv:DataSubjectRight, dpv:PassiveRight, dpv:Right, dpv:RightExerciseActivity, dpv:RightExerciseNotice, dpv:RightExerciseRecord, dpv:RightFulfilmentNotice, dpv:RightNonFulfilmentNotice, dpv:hasRight, dpv:isExercisedAt ;
    skos:prefLabel "Rights Concepts"^^<http://www.w3.org/2001/XMLSchema#string> .

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
    a skos:Collection ;
    skos:member dpv:Benefit, dpv:Consequence, dpv:ConsequenceAsSideEffect, dpv:ConsequenceOfFailure, dpv:ConsequenceOfSuccess, dpv:Damage, dpv:Detriment, dpv:Harm, dpv:Impact, dpv:Likelihood, dpv:MaterialDamage, dpv:NonMaterialDamage, dpv:Risk, dpv:RiskLevel, dpv:RiskManagementProcess, dpv:RiskMitigationMeasure, dpv:Severity, dpv:hasConsequence, dpv:hasConsequenceOn, dpv:hasImpact, dpv:hasImpactOn, dpv:hasLikelihood, dpv:hasResidualRisk, dpv:hasRisk, dpv:hasRiskLevel, dpv:hasSeverity, dpv:isMitigatedByMeasure, dpv:isResidualRiskOf, dpv:mitigatesRisk ;
    skos:prefLabel "Risk Concepts"^^<http://www.w3.org/2001/XMLSchema#string> .

dpv:RiskLevel
    dct:created "2022-07-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 "The magnitude of a risk expressed as an indication to aid in its management"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Risk Levels can be defined as a combination of different characteristics. For example, ISO 31073:2022 defines it as a combination of consequences and their likelihood. Another example would be the Risk Matrix where Risk Level is defined as a combination of Likelihood and Severity associated with the Risk."@en ;
    skos:prefLabel "Risk Level"@en .

dpv:RiskManagementPlan
    dct:created "2022-08-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.iso.org/standard/79637.html> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityProcedure ;
    skos:definition "A scheme within the risk management framework specifying the approach, the management components, and resources to be applied to the management of risk"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Risk Management Plan"@en ;
    dpv:isSubTypeOf dpv:SecurityProcedure .

dpv:RiskManagementPolicy
    dct:created "2022-08-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.iso.org/standard/79637.html> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Policy, dpv:SecurityProcedure ;
    skos:definition "A policy or statement of the overall intentions and direction of an organisation related to risk management"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Risk Management Policy"@en ;
    dpv:isSubTypeOf dpv:Policy, dpv:SecurityProcedure .

dpv:RiskManagementProcess
    dct:created "2022-08-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.iso.org/iso-31000-risk-management.html>, <https://www.iso.org/standard/79637.html> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityProcedure ;
    skos:definition "The systematic application of management policies, procedures and practices to the activities of communicating, consulting, establishing the context, and identifying, analysing, evaluating, treating, monitoring, and reviewing risk"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Risk Management Process"@en ;
    dpv:isSubTypeOf dpv:SecurityProcedure .

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> ;
    vann:example <https://w3id.org/dpv/examples#E0029> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:TechnicalOrganisationalMeasure ;
    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:Rule
    dct:created "2022-10-19"^^<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:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "A rule describing a process or control that directs or determines if and how an activity should be conducted"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Obligation, dpv:Permission, dpv:Prohibition ;
    skos:prefLabel "Rule"@en .

dpv:RulesConcepts
    a skos:Collection ;
    skos:member dpv:Obligation, dpv:Permission, dpv:Prohibition, dpv:Rule, dpv:hasObligation, dpv:hasPermission, dpv:hasProhibition, dpv:hasRule ;
    skos:prefLabel "Rules Concepts"^^<http://www.w3.org/2001/XMLSchema#string> .

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:broader dpv:OrganisationalMeasure ;
    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:narrower dpv:SafeguardForDataTransfer ;
    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:broader dpv:Safeguard ;
    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:Scale
    dct:created "2022-06-15"^^<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>, "Rana Saniei"^^<http://www.w3.org/2001/XMLSchema#string> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:ProcessingContext ;
    skos:definition "A measurement along some dimension"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:DataSubjectScale, dpv:DataVolume, dpv:GeographicCoverage, dpv:ProcessingScale ;
    skos:note "Scales are subjective concepts that need to be defined and interpreted within the context of their application. For example, what would be small within one context could be large within another."@en ;
    skos:prefLabel "Scale"@en ;
    dpv:isSubTypeOf dpv:ProcessingContext .

dpv:Scope
    dct:created "2022-06-15"^^<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:broader dpv:Context ;
    skos:definition "Indication of the extent or range or boundaries associated with(in) a context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Scope"@en ;
    dpv:isSubTypeOf dpv:Context .

dpv:ScoringOfIndividuals
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2022-11-30"^^<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 "modified"@en ;
    skos:broader dpv:EvaluationScoring ;
    skos:definition "Processing that involves scoring of individuals"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Scoring of Individuals"@en ;
    dpv:isSubTypeOf dpv:EvaluationScoring .

dpv:Screen
    dct:created "2022-06-15"^^<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:broader dpv:Transform ;
    skos:definition "to remove data for some criteria"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Screen"@en ;
    dpv:isSubTypeOf dpv:Transform .

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:broader dpv:CertificationSeal ;
    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:SearchFunctionalities
    dct:created "2022-11-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Georg P 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:broader dpv:ServiceProvision ;
    skos:definition "Purposes associated with providing searching, querying, or other forms of information retrieval related functionalities"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Search Functionalities"@en ;
    dpv:isSubTypeOf dpv:ServiceProvision .

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:broader dpv:Importance ;
    skos:definition "Indication of 'secondary' or 'minor' or 'auxiliary' importance"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Secondary Importance"@en ;
    dpv:isInstanceOf dpv:Importance .

dpv:SecretSharingSchemes
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:CryptographicMethods ;
    skos:definition "Use of secret sharing schemes where the secret can only be reconstructed through combination of sufficient number of individuals"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Secret Sharing Schemes"@en ;
    dpv:isSubTypeOf dpv:CryptographicMethods .

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> ;
    vann:example <https://w3id.org/dpv/examples#E0010> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Sector describes the area of application or domain that indicates or restricts scope for interpretation and application of purpose 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:SecureMultiPartyComputation
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:CryptographicMethods ;
    skos:definition "Use of cryptographic methods for entities to jointly compute functions without revealing inputs"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Secure Multi-Party Computation"@en ;
    dpv:isSubTypeOf dpv:CryptographicMethods .

dpv:SecurityAssessment
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/5g-cybersecurity-standards> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Assessment, dpv:SecurityProcedure ;
    skos:definition "Assessment of security intended to identity gaps, vulnerabilities, risks, and effectiveness of controls"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:CybersecurityAssessment ;
    skos:prefLabel "Security Assessment"@en ;
    dpv:isSubTypeOf dpv:Assessment, dpv:SecurityProcedure .

dpv:SecurityKnowledgeTraining
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/5g-cybersecurity-standards> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:StaffTraining ;
    skos:definition "Training intended to increase knowledge regarding security"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Security Knowledge Training"@en ;
    dpv:isSubTypeOf dpv:StaffTraining .

dpv:SecurityMethod
    dct:created "2022-08-24"^^<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:broader dpv:TechnicalMeasure ;
    skos:definition "Methods that relate to creating and providing security"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:DistributedSystemSecurity, dpv:DocumentSecurity, dpv:FileSystemSecurity, dpv:HardwareSecurityProtocols, dpv:IntrusionDetectionSystem, dpv:MobilePlatformSecurity, dpv:NetworkProxyRouting, dpv:NetworkSecurityProtocols, dpv:OperatingSystemSecurity, dpv:PenetrationTestingMethods, dpv:UseSyntheticData, dpv:VirtualisationSecurity, dpv:VulnerabilityTestingMethods, dpv:WebBrowserSecurity, dpv:WebSecurityProtocols, dpv:WirelessSecurityProtocols ;
    skos:prefLabel "Security Method"@en ;
    dpv:isSubTypeOf dpv:TechnicalMeasure .

dpv:SecurityProcedure
    dct:created "2022-08-24"^^<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:broader dpv:OrganisationalMeasure ;
    skos:definition "Procedures associated with assessing, implementing, and evaluating security"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:BackgroundChecks, dpv:RiskManagementPlan, dpv:RiskManagementPolicy, dpv:RiskManagementProcess, dpv:SecurityAssessment, dpv:SecurityRoleProcedures, dpv:ThirdPartySecurityProcedures, dpv:TrustedThirdPartyUtilisation ;
    skos:prefLabel "Security Procedure"@en ;
    dpv:isSubTypeOf dpv:OrganisationalMeasure .

dpv:SecurityRoleProcedures
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/5g-cybersecurity-standards> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityProcedure ;
    skos:definition "Procedures related to security roles"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Security Role Procedures"@en ;
    dpv:isSubTypeOf dpv:SecurityProcedure .

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:broader dpv:SellProducts ;
    skos:definition "Purposes associated with selling or sharing 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:broader dpv:SellProducts ;
    skos:definition "Purposes associated with selling or sharing 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:broader dpv:ServiceProvision ;
    skos:definition "Purposes associated with selling products or services"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:SellDataToThirdParties, dpv:SellInsightsFromData, dpv:SellProductsToDataSubject ;
    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:broader dpv:SellProducts ;
    skos:definition "Purposes associated with selling products or services to the user, consumer, or data subjects"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Sell Products here refers to processing necessary to provide and complete a sale to customers. It should not be confused with providing services with a cost based on an established agreement."@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> ;
    vann:example <https://w3id.org/dpv/examples#E0015> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:PersonalData ;
    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:narrower dpv:SpecialCategoryPersonalData ;
    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:ServiceOptimisation
    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:broader dpv:ServiceProvision ;
    skos:definition "Purposes associated with optimisation of services or activities"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:OptimisationForConsumer, dpv:OptimisationForController ;
    skos:note "Subclass of ServiceProvision since optimisation is usually considered part of providing services"@en ;
    skos:prefLabel "Service Optimisation"@en ;
    dpv:isSubTypeOf dpv:ServiceProvision .

dpv:ServicePersonalisation
    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:broader dpv:Personalisation, dpv:ServiceProvision ;
    skos:definition "Purposes associated with providing personalisation within services or product or activities"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:PersonalisedBenefits, dpv:ProvidePersonalisedRecommendations, dpv:UserInterfacePersonalisation ;
    skos:prefLabel "Service Personalisation"@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> ;
    vann:example <https://w3id.org/dpv/examples#E0018> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Purpose ;
    skos:definition "Purposes associated with providing service or product or activities"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:PaymentManagement, dpv:RepairImpairments, dpv:RequestedServiceProvision, dpv:SearchFunctionalities, dpv:SellProducts, dpv:ServiceOptimisation, dpv:ServicePersonalisation, dpv:ServiceRegistration, dpv:ServiceUsageAnalytics, dpv:TechnicalServiceProvision ;
    skos:prefLabel "Service Provision"@en ;
    dpv:isSubTypeOf dpv:Purpose .

dpv:ServiceRegistration
    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:broader dpv:ServiceProvision ;
    skos:definition "Purposes associated with registering users and collecting information required for providing a service"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "An example of service registration is to provide a form that collects information such as preferred language or media format for downloading a movie"@en ;
    skos:prefLabel "Service Registration"@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> ;
    dct:modified "2022-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:ServiceProvision ;
    skos:definition "Purposes associated with conducting 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 "Service Usage Analytics"@en ;
    dpv:isSubTypeOf dpv:ServiceProvision .

dpv:Severity
    dct:created "2022-07-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 "The magnitude of being unwanted or having negative effects such as harmful impacts"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Severity can be associated with Risk, or its Consequences and Impacts"@en ;
    skos:prefLabel "Severity"@en .

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:broader dpv:Disclose ;
    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:broader dpv:AuthenticationProtocols ;
    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:SingularDataVolume
    dct:created "2022-06-15"^^<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:broader dpv:DataVolume ;
    skos:definition "Data volume that is considered singular i.e. a specific instance or single item"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Singular Data Volume"@en ;
    dpv:isInstanceOf dpv:DataVolume .

dpv:SingularFrequency
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:Frequency ;
    skos:definition "Frequency where occurences are singular i.e. they take place only once"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Singular Frequency"@en ;
    dpv:isSubTypeOf dpv:Frequency .

dpv:SingularScaleOfDataSubjects
    dct:created "2022-06-15"^^<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:broader dpv:DataSubjectScale ;
    skos:definition "Scale of data subjects considered singular i.e. a specific data subject"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Singular Scale Of Data Subjects"@en ;
    dpv:isInstanceOf dpv:DataSubjectScale .

dpv:SmallDataVolume
    dct:created "2022-06-15"^^<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:broader dpv:DataVolume ;
    skos:definition "Data volume that is considered small or limited within the context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Small Data Volume"@en ;
    dpv:isInstanceOf dpv:DataVolume .

dpv:SmallScaleOfDataSubjects
    dct:created "2022-06-15"^^<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:broader dpv:DataSubjectScale ;
    skos:definition "Scale of data subjects considered small or limited within the context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Small Scale Of Data Subjects"@en ;
    dpv:isInstanceOf dpv:DataSubjectScale .

dpv:SmallScaleProcessing
    dct:created "2022-09-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:broader dpv:ProcessingScale ;
    skos:definition "Processing that takes place at small scales (as specified by some criteria)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Small Scale Processing"@en ;
    dpv:isInstanceOf dpv:ProcessingScale .

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:broader dpv:Marketing ;
    skos:definition "Purposes associated with conducting marketing through social media"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Social Media Marketing"@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> ;
    vann:example <https://w3id.org/dpv/examples#E0015> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:SensitivePersonalData ;
    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:SporadicDataVolume
    dct:created "2022-06-15"^^<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:broader dpv:DataVolume ;
    skos:definition "Data volume that is considered sporadic or sparse within the context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Sporadic Data Volume"@en ;
    dpv:isInstanceOf dpv:DataVolume .

dpv:SporadicFrequency
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:Frequency ;
    skos:definition "Frequency where occurences are sporadic or infrequent or sparse"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Sporadic Frequency"@en ;
    dpv:isSubTypeOf dpv:Frequency .

dpv:SporadicScaleOfDataSubjects
    dct:created "2022-06-15"^^<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:broader dpv:DataSubjectScale ;
    skos:definition "Scale of data subjects considered sporadic or sparse within the context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Sporadic Scale Of Data Subjects"@en ;
    dpv:isInstanceOf dpv:DataSubjectScale .

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> ;
    vann:example <https://w3id.org/dpv/examples#E0017> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:OrganisationalMeasure ;
    skos:definition "Practices and policies regarding training of staff members"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:CybersecurityTraining, dpv:DataProtectionTraining, dpv:EducationalTraining, dpv:ProfessionalTraining, dpv:SecurityKnowledgeTraining ;
    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:broader dpv:Context ;
    skos:definition "The status or state of something"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:ActivityStatus, dpv:AuditStatus, dpv:ComplianceStatus, dpv:ConformanceStatus, dpv:ConsentStatus, dpv:RequestStatus ;
    skos:prefLabel "Status"@en ;
    dpv:isSubTypeOf dpv:Context .

dpv:StatusConcepts
    a skos:Collection ;
    skos:member dpv:ActivityCompleted, dpv:ActivityHalted, dpv:ActivityNotCompleted, dpv:ActivityOngoing, dpv:ActivityProposed, dpv:ActivityStatus, dpv:AuditApproved, dpv:AuditConditionallyApproved, dpv:AuditNotRequired, dpv:AuditRejected, dpv:AuditRequested, dpv:AuditRequired, dpv:AuditStatus, dpv:ComplianceIndeterminate, dpv:ComplianceStatus, dpv:ComplianceUnknown, dpv:ComplianceViolation, dpv:Compliant, dpv:ConformanceStatus, dpv:Conformant, dpv:Lawful, dpv:Lawfulness, dpv:LawfulnessUnkown, dpv:NonCompliant, dpv:NonConformant, dpv:PartiallyCompliant, dpv:RequestAccepted, dpv:RequestAcknowledged, dpv:RequestActionDelayed, dpv:RequestFulfilled, dpv:RequestInitiated, dpv:RequestRejected, dpv:RequestRequiredActionPerformed, dpv:RequestRequiresAction, dpv:RequestStatus, dpv:RequestStatusQuery, dpv:RequestUnfulfilled, dpv:Status, dpv:Unlawful, dpv:hasActivityStatus, dpv:hasAuditStatus, dpv:hasComplianceStatus, dpv:hasLawfulness, dpv:hasStatus ;
    skos:prefLabel "Status Concepts"^^<http://www.w3.org/2001/XMLSchema#string> .

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> ;
    vann:example <https://w3id.org/dpv/examples#E0011> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:ProcessingContext ;
    skos:definition "Conditions required or followed regarding storage of data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:StorageDeletion, dpv:StorageDuration, dpv:StorageLocation, dpv:StorageRestoration ;
    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:broader dpv:StorageCondition ;
    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:broader dpv:Duration, dpv:StorageCondition ;
    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:broader dpv:Location, dpv:StorageCondition ;
    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:broader dpv:StorageCondition ;
    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:broader dpv:Processing ;
    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:broader dpv:Organise ;
    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:broader dpv:DataSubject ;
    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:broader dpv:DataProcessingAgreement ;
    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:broader dpv:DataSubject ;
    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:broader dpv:Authority ;
    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 "Supra-National Authority"@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:broader dpv:Location ;
    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 "Supranational Union"@en ;
    dpv:isSubTypeOf dpv:Location .

dpv:SymmetricCryptography
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:CryptographicMethods ;
    skos:definition "Use of cryptography where the same keys are utilised for encryption and descryption of information"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Symmetric Cryptography"@en ;
    dpv:isSubTypeOf dpv:CryptographicMethods .

dpv:SymmetricEncryption
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Encryption ;
    skos:definition "Use of symmetric cryptography to encrypt data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Symmetric Encryption"@en ;
    dpv:isSubTypeOf dpv:Encryption .

dpv:SyntheticData
    dct:created "2022-08-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/data-protection-engineering> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Data ;
    skos:definition "Synthetic data reffers to artificially created data such that it is intended to resemble real data (personal or non-personal), but does not refer to any specific identified or identifiable individual, or to the real measure of an observable parameter in the case of non-personal data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Synthetic Data"@en ;
    dpv:isSubTypeOf dpv:Data .

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:broader dpv:ProcessingContext ;
    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:broader dpv:PersonalisedAdvertising ;
    skos:definition "Purposes associated with creating and providing 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> ;
    vann:example <https://w3id.org/dpv/examples#E0016> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:TechnicalOrganisationalMeasure ;
    skos:definition "Technical measures required/followed when processing data of the declared category"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:AccessControlMethod, dpv:ActivityMonitoring, dpv:AuthenticationProtocols, dpv:AuthorisationProtocols, dpv:CryptographicMethods, dpv:DataBackupProtocols, dpv:DataSanitisationTechnique, dpv:DigitalRightsManagement, dpv:Encryption, dpv:InformationFlowControl, dpv:SecurityMethod ;
    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:narrower dpv:OrganisationalMeasure, dpv:RiskMitigationMeasure, dpv:TechnicalMeasure ;
    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:broader dpv:ServiceProvision ;
    skos:definition "Purposes associated with managing and providing 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_MeasuresConcepts
    a skos:Collection ;
    skos:member dpv:AccessControlMethod, dpv:ActivityMonitoring, dpv:Anonymisation, dpv:AsymmetricCryptography, dpv:AsymmetricEncryption, dpv:Authentication-ABC, dpv:Authentication-PABC, dpv:AuthenticationProtocols, dpv:AuthorisationProtocols, dpv:BiometricAuthentication, dpv:CryptographicAuthentication, dpv:CryptographicKeyManagement, dpv:CryptographicMethods, dpv:DataBackupProtocols, dpv:DataRedaction, dpv:DataSanitisationTechnique, dpv:Deidentification, dpv:DeterministicPseudonymisation, dpv:DifferentialPrivacy, dpv:DigitalRightsManagement, dpv:DigitalSignatures, dpv:DistributedSystemSecurity, dpv:DocumentRandomisedPseudonymisation, dpv:DocumentSecurity, dpv:Encryption, dpv:EncryptionAtRest, dpv:EncryptionInTransfer, dpv:EncryptionInUse, dpv:EndToEndEncryption, dpv:FileSystemSecurity, dpv:FullyRandomisedPseudonymisation, dpv:HardwareSecurityProtocols, dpv:HashFunctions, dpv:HashMessageAuthenticationCode, dpv:HomomorphicEncryption, dpv:InformationFlowControl, dpv:IntrusionDetectionSystem, dpv:MessageAuthenticationCodes, dpv:MobilePlatformSecurity, dpv:MonotonicCounterPseudonymisation, dpv:MultiFactorAuthentication, dpv:NetworkProxyRouting, dpv:NetworkSecurityProtocols, dpv:OperatingSystemSecurity, dpv:PasswordAuthentication, dpv:PenetrationTestingMethods, dpv:PhysicalAccessControlMethod, dpv:PostQuantumCryptography, dpv:PrivacyPreservingProtocol, dpv:PrivateInformationRetrieval, dpv:Pseudonymisation, dpv:QuantumCryptography, dpv:RNGPseudonymisation, dpv:SecretSharingSchemes, dpv:SecureMultiPartyComputation, dpv:SecurityMethod, dpv:SingleSignOn, dpv:SymmetricCryptography, dpv:SymmetricEncryption, dpv:TrustedComputing, dpv:TrustedExecutionEnvironments, dpv:UsageControl, dpv:UseSyntheticData, dpv:VirtualisationSecurity, dpv:VulnerabilityTestingMethods, dpv:WebBrowserSecurity, dpv:WebSecurityProtocols, dpv:WirelessSecurityProtocols, dpv:ZeroKnowledgeAuthentication ;
    skos:prefLabel "Technical_Measures Concepts"^^<http://www.w3.org/2001/XMLSchema#string> .

dpv:Technical_Organisational_MeasuresConcepts
    a skos:Collection ;
    skos:member dpv:OrganisationalMeasure, dpv:TechnicalMeasure, dpv:TechnicalOrganisationalMeasure, dpv:hasNotice, dpv:hasOrganisationalMeasure, dpv:hasPolicy, dpv:hasTechnicalMeasure, dpv:hasTechnicalOrganisationalMeasure, dpv:isPolicyFor ;
    skos:prefLabel "Technical_Organisational_Measures Concepts"^^<http://www.w3.org/2001/XMLSchema#string> .

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:TemporalDuration
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:Duration ;
    skos:definition "Duration that has a fixed temporal duration e.g. 6 months"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Temporal Duration"@en ;
    dpv:isSubTypeOf dpv:Duration .

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:broader dpv:Country ;
    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:broader dpv:Recipient ;
    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:ThirdParty"@en ;
    skos:scopeNote "A Third Party can be a Data Source, e.g. when data is collected from an entity that is neither the Controller nor the Data Subject"@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:broader dpv:DataProcessingAgreement ;
    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:ThirdPartySecurityProcedures
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/5g-cybersecurity-standards> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityProcedure ;
    skos:definition "Procedures related to security associated with Third Parties"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Third Party Security Procedures"@en ;
    dpv:isSubTypeOf dpv:SecurityProcedure .

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:broader dpv:DataSubject ;
    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> ;
    vann:example <https://w3id.org/dpv/examples#E0020> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:Processing ;
    skos:definition "to move data from one place to another"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Move ;
    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:broader dpv:Processing ;
    skos:definition "to change the form or nature of data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Adapt, dpv:Align, dpv:Alter, dpv:Anonymise, dpv:Combine, dpv:Filter, dpv:Pseudonymise, dpv:Restrict, dpv:Screen ;
    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:broader dpv:Disclose ;
    skos:definition "to send out data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Transmit"@en ;
    dpv:isSubTypeOf dpv:Disclose .

dpv:TrustedComputing
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:CryptographicMethods ;
    skos:definition "Use of cryptographic methods to restrict access and execution to trusted parties and code"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Trusted Computing"@en ;
    dpv:isSubTypeOf dpv:CryptographicMethods .

dpv:TrustedExecutionEnvironments
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/data-protection-engineering> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:CryptographicMethods ;
    skos:definition "Use of cryptographic methods to restrict access and execution to trusted parties and code within a dedicated execution environment"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Trusted Execution Environments"@en ;
    dpv:isSubTypeOf dpv:CryptographicMethods .

dpv:TrustedThirdPartyUtilisation
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityProcedure ;
    skos:definition "Utilisation of a trusted third party to provide or carry out a measure"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Trusted Third Party Utilisation"@en ;
    dpv:isSubTypeOf dpv:SecurityProcedure .

dpv:UninformedConsent
    dct:created "2022-06-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>, "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:broader dpv:Consent ;
    skos:definition "Consent that is uninformed i.e. without requirement to provide sufficient information to make a consenting decision"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Uninformed Consent"@en ;
    dpv:isSubTypeOf dpv:Consent .

dpv:Unlawful
    dct:created "2022-10-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:broader dpv:Lawfulness ;
    skos:definition "State of being unlawful or legally non-compliant"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Unlawful"@en ;
    dpv:isInstanceOf dpv:Lawfulness .

dpv:UntilEventDuration
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:Duration ;
    skos:definition "Duration that takes place until a specific event occurs e.g. Account Closure"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Until Event Duration"@en ;
    dpv:isSubTypeOf dpv:Duration .

dpv:UntilTimeDuration
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:Duration ;
    skos:definition "Duration that has a fixed end date e.g. 2022-12-31"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Until Time Duration"@en ;
    dpv:isSubTypeOf dpv:Duration .

dpv:UnverifiedData
    dct:created "2022-11-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:broader dpv:Data ;
    skos:definition "Data that has not been verified in terms of accuracy, inconsistency, or quality"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Unverified Data"@en ;
    dpv:isSubTypeOf dpv:Data .

dpv:UsageControl
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:AccessControlMethod ;
    skos:definition "Management of usage, which is intended to be broader than access control and may cover trust, digital rights, or other relevant controls"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Usage Control"@en ;
    dpv:isSubTypeOf dpv:AccessControlMethod .

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:broader dpv:Processing ;
    skos:definition "to use data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:Access, dpv:Analyse, dpv:Assess, dpv:Consult, dpv:Match, dpv:Profiling, dpv:Retrieve ;
    skos:prefLabel "Use"@en ;
    dpv:isSubTypeOf dpv:Processing .

dpv:UseSyntheticData
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/data-protection-engineering> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityMethod ;
    skos:definition "Use of synthetic data to preserve privacy, security, or other effects and side-effects"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Use of Synthetic Data"@en ;
    dpv:isSubTypeOf dpv:SecurityMethod .

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:broader dpv:DataSubject ;
    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:broader dpv:ServicePersonalisation ;
    skos:definition "Purposes associated with personalisation of interfaces presented to the user"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:note "Examples of user-interface personalisation include changing the language to match the locale"@en ;
    skos:prefLabel "User Interface Personalisation"@en ;
    dpv:isSubTypeOf dpv:ServicePersonalisation .

dpv:VariableLocation
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:LocationFixture ;
    skos:definition "Location that is known but is variable e.g. somewhere within a given area"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Variable Location"@en ;
    dpv:isSubTypeOf dpv:LocationFixture .

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:broader dpv:Purpose ;
    skos:definition "Purposes associated with manage orders, payment, evaluation, and prospecting related to vendors"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:VendorPayment, dpv:VendorRecordsManagement, dpv:VendorSelectionAssessment ;
    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:broader dpv:VendorManagement ;
    skos:definition "Purposes associated with managing 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:broader dpv:VendorManagement ;
    skos:definition "Purposes associated with managing records and 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:broader dpv:VendorManagement ;
    skos:definition "Purposes associated with managing 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:VerifiedData
    dct:created "2022-11-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:broader dpv:Data ;
    skos:definition "Data that has been verified in terms of accuracy, inconsistency, or quality"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Verified Data"@en ;
    dpv:isSubTypeOf dpv:Data .

dpv:VirtualisationSecurity
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityMethod ;
    skos:definition "Security implemented at or through virtualised environments"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Virtualisation Security"@en ;
    dpv:isSubTypeOf dpv:SecurityMethod .

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:broader dpv:DataSubject ;
    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:broader dpv:LegalBasis ;
    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:narrower dpv:VitalInterestOfNaturalPerson ;
    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:broader dpv:VitalInterestOfNaturalPerson ;
    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:broader dpv:VitalInterest ;
    skos:definition "Processing is necessary or required to protect vital interests of a natural person"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:VitalInterestOfDataSubject ;
    skos:prefLabel "Vital Interest of Natural Person"@en ;
    dpv:isSubTypeOf dpv:VitalInterest .

dpv:VulnerabilityTestingMethods
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityMethod ;
    skos:definition "Methods that assess or discover vulnerabilities in a system"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Vulnerability Testing Methods"@en ;
    dpv:isSubTypeOf dpv:SecurityMethod .

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:broader dpv:DataSubject ;
    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:narrower dpv:AsylumSeeker, dpv:ElderlyDataSubject, dpv:MentallyVulnerableDataSubject ;
    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:WebBrowserSecurity
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityMethod ;
    skos:definition "Security implemented at or over web browsers"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "WebBrowser Security"@en ;
    dpv:isSubTypeOf dpv:SecurityMethod .

dpv:WebSecurityProtocols
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityMethod ;
    skos:definition "Security implemented at or over web-based protocols"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Web Security Protocols"@en ;
    dpv:isSubTypeOf dpv:SecurityMethod .

dpv:WirelessSecurityProtocols
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:SecurityMethod ;
    skos:definition "Security implemented at or over wireless communication protocols"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Wireless Security Protocols"@en ;
    dpv:isSubTypeOf dpv:SecurityMethod .

dpv:WithinDevice
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader dpv:LocalLocation ;
    skos:definition "Location is local and entirely within a device, such as a smartphone"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Within Device"@en ;
    dpv:isSubTypeOf dpv:LocalLocation .

dpv:WithinPhysicalEnvironment
    dct:created "2020-10-06"^^<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:broader dpv:LocalLocation ;
    skos:definition "Location is local and entirely within a physical environment, such as a room"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Within Physical Environment"@en ;
    dpv:isSubTypeOf dpv:LocalLocation .

dpv:WithinVirtualEnvironment
    dct:created "2020-10-06"^^<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:broader dpv:LocalLocation ;
    skos:definition "Location is local and entirely within a virtual environment, such as a shared network directory"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Within Virtual Environment"@en ;
    dpv:isSubTypeOf dpv:LocalLocation .

dpv:ZeroKnowledgeAuthentication
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator "Harshvardhan J. Pandit"^^<http://www.w3.org/2001/XMLSchema#string> ;
    dct:source <https://www.enisa.europa.eu/publications/data-protection-engineering> ;
    a skos:Concept, dpv:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader dpv:AuthenticationProtocols, dpv:CryptographicMethods ;
    skos:definition "Authentication using Zero-Knowledge proofs"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "Zero Knowledge Authentication"@en ;
    dpv:isSubTypeOf dpv:AuthenticationProtocols, dpv:CryptographicMethods .

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:broader dpv:hasStatus ;
    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> ;
    dct:modified "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "changed"@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:hasAuditStatus
    dct:created "2022-06-22"^^<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:broader dpv:hasStatus ;
    skos:definition "Indicates the status of audit associated with specified concept"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has audit status"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:AuditStatus ;
    dpv:isSubTypeOf dpv:hasStatus .

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:broader dpv:hasStatus ;
    skos:definition "Indicates the status of compliance of specified concept"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:hasLawfulness ;
    skos:prefLabel "has compliance status"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:ComplianceStatus ;
    dpv:isSubTypeOf dpv:hasStatus .

dpv:hasConsentStatus
    dct:created "2022-06-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>, "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 "Specifies the state or status of consent"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has consent status"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:ConsentStatus .

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:narrower dpv:hasImpact ;
    skos:note "Removed plural suffix for consistency"@en ;
    skos:prefLabel "has consequence"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Consequence .

dpv:hasConsequenceOn
    dct:created "2022-11-24"^^<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 the thing (e.g. plan, process, or entity) affected by a consequence"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:hasImpactOn ;
    skos:prefLabel "has consequence on"@en ;
    dpv:hasDomain dpv:Consequence ;
    dpv:hasRange dpv:Concept .

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:broader dpv:hasLocation ;
    skos:definition "Indicates applicability of specified country"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:hasThirdCountry ;
    skos:prefLabel "has country"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Country ;
    dpv:isSubTypeOf dpv:hasLocation .

dpv:hasData
    dct:created "2022-08-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 associated with Data (may or may not be personal)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:hasPersonalData ;
    skos:prefLabel "has data"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Data .

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:broader dpv:hasEntity ;
    skos:definition "Indicates association with Data Controller"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:hasJointDataControllers ;
    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:broader dpv:hasEntity ;
    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:broader dpv:hasRecipient ;
    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:broader dpv:hasRecipient ;
    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:broader dpv:hasRepresentative ;
    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:broader dpv:hasEntity ;
    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:hasDataSubjectScale
    dct:created "2022-06-22"^^<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:broader dpv:hasScale ;
    skos:definition "Indicates the scale of data subjects"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has data subject scale"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:DataSubjectScale ;
    dpv:isSubTypeOf dpv:hasScale .

dpv:hasDataVolume
    dct:created "2022-06-22"^^<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:broader dpv:hasScale ;
    skos:definition "Indicates the volume of data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has data volume"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:DataVolume ;
    dpv:isSubTypeOf dpv:hasScale .

dpv:hasDomain
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    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:narrower dpv:hasDataController, dpv:hasDataExporter, dpv:hasDataSubject, dpv:hasRecipient, dpv:hasRelationWithDataSubject, dpv:hasRepresentative, dpv:hasResponsibleEntity, dpv:isRepresentativeFor ;
    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: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:hasGeographicCoverage
    dct:created "2022-06-22"^^<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:broader dpv:hasScale ;
    skos:definition "Indicate the geographic coverage (of specified context)"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has geographic coverage"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:GeographicCoverage ;
    dpv:isSubTypeOf dpv:hasScale .

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:broader dpv:hasConsequence ;
    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:broader dpv:hasConsequenceOn ;
    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:hasIndicationMethod
    dct:created "2022-06-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>, "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 "Specifies the method by which an entity has indicated the specific context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has indication method"@en ;
    dpv:hasDomain dpv:Concept .

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:broader dpv:hasDataController ;
    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:hasJustification
    dct:created "2022-06-15"^^<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 a justification for specified concept or context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "dpv:hasJustification"@en, "has justification"@en ;
    skos:scopeNote "Specifying a justification for non-fulfilment of Right Exercise"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Justification .

dpv:hasLawfulness
    dct:created "2022-10-22"^^<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:broader dpv:hasComplianceStatus ;
    skos:definition "Indicates the status of being lawful or legally compliant"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has lawfulness"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Lawfulness ;
    dpv:isSubTypeOf dpv:hasComplianceStatus .

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:hasLikelihood
    dct:created "2022-07-20"^^<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>, "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 likelihood associated with a concept"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has likelihood"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Likelihood .

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:narrower dpv:hasCountry ;
    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:hasNotice
    dct:created "2022-06-22"^^<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>, "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:broader dpv:hasOrganisationalMeasure ;
    skos:definition "Indicates the use or applicability of a Notice for the specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has notice"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Notice ;
    dpv:isSubTypeOf dpv:hasOrganisationalMeasure .

dpv:hasObligation
    dct:created "2022-10-19"^^<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:broader dpv:hasRule ;
    skos:definition "Specifying applicability or inclusion of an obligation rule within specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has obligation"@en ;
    dpv:hasDomain dpv:Context ;
    dpv:hasRange dpv:Obligation ;
    dpv:isSubTypeOf dpv:hasRule .

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:broader dpv:hasTechnicalOrganisationalMeasure ;
    skos:definition "Indicates use or applicability of Organisational measure"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:hasNotice ;
    skos:prefLabel "has organisational measure"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:OrganisationalMeasure ;
    dpv:isSubTypeOf dpv:hasTechnicalOrganisationalMeasure .

dpv:hasOutcome
    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 an outcome of specified concept or context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has outcome"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Concept .

dpv:hasPermission
    dct:created "2022-10-19"^^<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:broader dpv:hasRule ;
    skos:definition "Specifying applicability or inclusion of a permission rule within specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has permission"@en ;
    dpv:hasDomain dpv:Context ;
    dpv:hasRange dpv:Permission ;
    dpv:isSubTypeOf dpv:hasRule .

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:broader dpv:hasData ;
    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:isSubTypeOf dpv:hasData .

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:broader dpv:hasTechnicalOrganisationalMeasure ;
    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:hasProcessingAutomation
    dct:created "2022-08-13"^^<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 use or extent of automation associated with processing"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has processing automation"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:AutomationOfProcessing .

dpv:hasProhibition
    dct:created "2022-10-19"^^<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:broader dpv:hasRule ;
    skos:definition "Specifying applicability or inclusion of a prohibition rule within specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has prohibition"@en ;
    dpv:hasDomain dpv:Context ;
    dpv:hasRange dpv:Prohibition ;
    dpv:isSubTypeOf dpv:hasRule .

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:isDefinedBy <https://w3id.org/dpv#> ;
    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:broader dpv:hasEntity ;
    skos:definition "Indicates Recipient of Personal Data"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:hasDataImporter, dpv:hasDataProcessor, dpv:hasRecipientDataController, dpv:hasRecipientThirdParty ;
    skos:prefLabel "dpv:hasRecipient"@en, "has recipient"@en ;
    skos:scopeNote "Indicates the Recipient of a Right Exercise Activity"@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:broader dpv:hasRecipient ;
    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:broader dpv:hasRecipient ;
    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:hasRelationWithDataSubject
    dct:created "2022-06-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>, "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:broader dpv:hasEntity ;
    skos:definition "Indicates the relation between specified Entity and Data Subject"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has relation with data subject"@en ;
    dpv:hasDomain dpv:Entity ;
    dpv:hasRange dpv:Concept ;
    dpv:isSubTypeOf dpv:hasEntity .

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:broader dpv:hasEntity ;
    skos:definition "Specifies representative of the legal entity"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:hasDataProtectionOfficer ;
    skos:prefLabel "has representative"@en ;
    dpv:hasDomain dpv:Entity ;
    dpv:hasRange dpv:Representative ;
    dpv:isSubTypeOf dpv:hasEntity .

dpv:hasResidualRisk
    dct:created "2022-07-20"^^<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>, "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 associated risk is the remaining or residual risk from applying mitigation measures or treatments to this risk"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has residual risk"@en ;
    dpv:hasDomain dpv:Risk ;
    dpv:hasRange dpv:Risk .

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:broader dpv:hasEntity ;
    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:hasRiskLevel
    dct:created "2022-07-20"^^<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>, "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 associated risk level associated with a risk"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has risk level"@en ;
    dpv:hasDomain dpv:Risk ;
    dpv:hasRange dpv:RiskLevel .

dpv:hasRule
    dct:created "2022-10-19"^^<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 "Specifying applicability or inclusion of a rule within specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:hasObligation, dpv:hasPermission, dpv:hasProhibition ;
    skos:prefLabel "has rule"@en ;
    dpv:hasDomain dpv:Context ;
    dpv:hasRange dpv:Rule .

dpv:hasScale
    dct:created "2022-06-15"^^<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 scale of specified concept"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:narrower dpv:hasDataSubjectScale, dpv:hasDataVolume, dpv:hasGeographicCoverage ;
    skos:prefLabel "has scale"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Scale .

dpv:hasScope
    dct:created "2022-06-15"^^<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 scope of specified concept or context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has scope"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Scope .

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:hasSeverity
    dct:created "2022-07-20"^^<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>, "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 severity associated with a concept"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has severity"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Severity .

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:narrower dpv:hasActivityStatus, dpv:hasAuditStatus, dpv:hasComplianceStatus ;
    skos:prefLabel "dpv:hasStatus"@en, "has status"@en ;
    skos:scopeNote "Indicates the status of a Right Exercise Activity"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Status .

dpv:hasStorageCondition
    dct:created "2022-08-13"^^<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 "changed"@en ;
    skos:definition "Indicates information about storage condition"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "has storage condition"@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:broader dpv:hasTechnicalOrganisationalMeasure ;
    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:narrower dpv:hasOrganisationalMeasure, dpv:hasPolicy, dpv:hasTechnicalMeasure, dpv:isMitigatedByMeasure ;
    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:broader dpv:hasCountry ;
    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: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 "dpv:isAfter"@en, "is after"@en ;
    skos:scopeNote "Specifying a RightExerciseActivity occurs before another RightExerciseActivity"@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 "dpv:isBefore"@en, "is before"@en ;
    skos:scopeNote "Specifying a RightExerciseActivity occurs before another RightExerciseActivity"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Concept .

dpv:isExercisedAt
    dct:created "2022-10-22"^^<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 context or information about exercising a right"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "is exercised at"@en ;
    dpv:hasDomain dpv:ActiveRight ;
    dpv:hasRange dpv:RightExerciseNotice .

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 "changed"@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 "dpv:isImplementedByEntity"@en, "is implemented by entity"@en ;
    skos:scopeNote "Indicates the Entity that implements or performs a Right Exercise Activity"@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> ;
    dct:modified "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a skos:Concept, dpv:Relation ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "changed"@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:isIndicatedAtTime
    dct:created "2022-06-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>, "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 "Specifies the temporal information for when the entity has indicated the specific context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "is indicated at time"@en ;
    dpv:hasDomain dpv:Concept .

dpv:isIndicatedBy
    dct:created "2022-06-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>, "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 "Specifies entity who indicates the specific context"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "is indicated by"@en ;
    dpv:hasDomain dpv:Concept ;
    dpv:hasRange dpv:Entity .

dpv:isInstanceOf
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    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:broader dpv:hasTechnicalOrganisationalMeasure ;
    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:isRepresentativeFor
    dct:created "2022-11-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:broader dpv:hasEntity ;
    skos:definition "Indicates the entity is a representative for specified entity"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "is representative for"@en ;
    dpv:hasDomain dpv:Representative ;
    dpv:hasRange dpv:Entity ;
    dpv:isSubTypeOf dpv:hasEntity .

dpv:isResidualRiskOf
    dct:created "2022-07-20"^^<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>, "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 this risk is the remaining or residual risk from applying mitigation measures or treatments to specified risk"@en ;
    skos:inScheme <https://w3id.org/dpv#> ;
    skos:prefLabel "is residual risk of"@en ;
    dpv:hasDomain dpv:Risk ;
    dpv:hasRange dpv:Risk .

dpv:isSubTypeOf
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf skos:broader ;
    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 .

