@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcam: <http://purl.org/dc/dcam/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix profile: <http://www.w3.org/ns/dx/prof/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@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 rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    skos:inScheme <https://w3id.org/dpv#rights-properties> ;
    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 rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    skos:inScheme <https://w3id.org/dpv#rights-properties> ;
    skos:prefLabel "dct:format"@en ;
    skos:scopeNote "Specifying the format of provided information, for example a CSV dataset"@en .

dct:hasPart
    dcam:domainIncludes <https://w3id.org/dpv#RightExerciseRecord> ;
    dcam:rangeIncludes <https://w3id.org/dpv#RightExerciseActivity> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    skos:inScheme <https://w3id.org/dpv#rights-properties> ;
    skos:prefLabel "dct:hasPart"@en ;
    skos:scopeNote "Specifying a RightExerciseRecord has RightExerciseActivity as part of its records"@en ;
    schema:domainIncludes <https://w3id.org/dpv#RightExerciseRecord> ;
    schema:rangeIncludes <https://w3id.org/dpv#RightExerciseActivity> .

dct:isPartOf
    dcam:domainIncludes <https://w3id.org/dpv#RightExerciseActivity> ;
    dcam:rangeIncludes <https://w3id.org/dpv#RightExerciseRecord> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    skos:inScheme <https://w3id.org/dpv#rights-properties> ;
    skos:prefLabel "dct:isPartOf"@en ;
    skos:scopeNote "Specifying a RightExerciseActivity is part of a RightExerciseRecord"@en ;
    schema:domainIncludes <https://w3id.org/dpv#RightExerciseActivity> ;
    schema:rangeIncludes <https://w3id.org/dpv#RightExerciseRecord> .

dct:valid
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    skos:inScheme <https://w3id.org/dpv#rights-properties> ;
    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>
    dct:created "2022-11-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    skos:inScheme <https://w3id.org/dpv#rights-classes> ;
    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 data"@en .

<http://xmlns.com/foaf/0.1/page>
    dcam:domainIncludes <https://w3id.org/dpv#RightExerciseActivity> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    skos:inScheme <https://w3id.org/dpv#rights-properties> ;
    skos:prefLabel "foaf:page"@en ;
    skos:scopeNote "Indicates a web page or document providing information or functionality associated with a Right Exercise"@en ;
    schema:domainIncludes <https://w3id.org/dpv#RightExerciseActivity> .

<https://w3id.org/dpv>
    dct:conformsTo "http://www.w3.org/2000/01/rdf-schema", "http://www.w3.org/2004/02/skos/core" ;
    dct:contributor "Arthit Suriyawongkul", "Axel Polleres", "Beatriz Esteves", "Bud Bruegger", "David Hickey", "Delaram Golpayegani", "Elmar Kiesling", "Fajar Ekaputra", "Georg P. Krog", "Harshvardhan J. Pandit", "Javier Fernández", "Julian Flake", "Mark Lizar", "Paul Ryan", "Piero Bonatti", "Rana Saniei", "Rob Brennan", "Rudy Jacob", "Simon Steyskal" ;
    dct:created "2022-08-18"@en ;
    dct:creator "Harshvardhan J. Pandit"@en ;
    dct:description "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about processing of personal data, for example - purposes, processing operations, personal data, technical and organisational measures."@en ;
    dct:identifier "https://w3id.org/dpv" ;
    dct:license <https://www.w3.org/copyright/document-license-2023/> ;
    dct:modified "2024-01-01"@en ;
    dct:title "Data Privacy Vocabulary (DPV)"@en ;
    vann:preferredNamespacePrefix "dpv" ;
    vann:preferredNamespaceUri "https://w3id.org/dpv#" ;
    a <http://www.w3.org/2002/07/owl#Ontology>, profile:Profile ;
    profile:hasResource <https://w3id.org/dpv#serialisation-html>, <https://w3id.org/dpv#serialisation-jsonld>, <https://w3id.org/dpv#serialisation-n3>, <https://w3id.org/dpv#serialisation-rdf>, <https://w3id.org/dpv#serialisation-ttl>, <https://w3id.org/dpv/examples>, <https://w3id.org/dpv/guides>, <https://w3id.org/dpv/primer> ;
    profile:isProfileOf <http://www.w3.org/2000/01/rdf-schema#>, <http://www.w3.org/2004/02/skos/core#> ;
    schema:version "2" .

<https://w3id.org/dpv#AILiteracy>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-05-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DigitalLiteracy> ;
    skos:definition "Providing skills, knowledge, and understanding to enable reading, writing, analysing, reasoning, and communicating regarding AI"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "AI Literacy"@en .

<https://w3id.org/dpv#AcademicResearch>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Academic Research"@en ;
    skos:related "svpu:Education"@en .

<https://w3id.org/dpv#AcademicScientificOrganisation>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ADMS controlled vocabulary,http://purl.org/adms)"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Organisation> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Organisation> ;
    skos:definition "Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-organisation-classes> ;
    skos:prefLabel "Academic or Scientific Organisation"@en .

<https://w3id.org/dpv#Access>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Use> ;
    skos:definition "to access data"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Access"@en .

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

<https://w3id.org/dpv#AccountManagement>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Account Management"@en .

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

<https://w3id.org/dpv#ActiveRight>
    dct:contributor "Harshvardhan J. Pandit, Beatriz Esteves, Georg P. Krog, Paul Ryan" ;
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Right> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Right> ;
    skos:definition "The right(s) applicable, provided, or expected that need to be (actively) exercised"@en ;
    skos:inScheme <https://w3id.org/dpv#rights-classes> ;
    skos:prefLabel "Active Right"@en ;
    skos:scopeNote "Active rights require the entity to expressly exercise them. For example, a Data Subject exercising their right to withdraw their consent."@en .

<https://w3id.org/dpv#ActivelyInvolved>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#InvolvementStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#InvolvementStatus> ;
    skos:definition "Status indicating the specified context is 'actively' involved"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Actively Involved"@en ;
    skos:scopeNote "An example of active involvement is a person directly using a system to enter information"@en .

<https://w3id.org/dpv#ActivityCompleted>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ActivityStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#status-classes> ;
    skos:prefLabel "Activity Completed"@en .

<https://w3id.org/dpv#ActivityHalted>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ActivityStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#status-classes> ;
    skos:prefLabel "Activity Halted"@en .

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

<https://w3id.org/dpv#ActivityNotCompleted>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-11-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ActivityStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#status-classes> ;
    skos:prefLabel "Acitivity Not Completed"@en ;
    skos:scopeNote "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 .

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

<https://w3id.org/dpv#ActivityPlanned>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-05-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ActivityStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ActivityStatus> ;
    skos:definition "State of an activity being planned with concrete plans for implementation"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Activity Planned"@en .

<https://w3id.org/dpv#ActivityProposed>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-05-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ActivityStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ActivityStatus> ;
    skos:definition "State of an activity being proposed without any concrete plans for implementation"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Activity Proposed"@en .

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

<https://w3id.org/dpv#Adapt>
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#processing-classes> ;
    skos:prefLabel "Adapt"@en .

<https://w3id.org/dpv#Adult>
    dct:contributor "Georg P. Krog" ;
    dct:created "2022-03-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataSubject> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#entities-datasubject-classes> ;
    skos:prefLabel "Adult"@en .

<https://w3id.org/dpv#Advertising>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Advertising"@en ;
    skos:scopeNote "Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads."@en .

<https://w3id.org/dpv#AgeVerification>
    dct:contributor "Beatriz Esteves, Arthit Suriyawongkul, Harshvardhan J. Pandit" ;
    dct:created "2024-02-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Verification> ;
    skos:definition "Purposes associated with verifying or authenticating age or age related information as a form of security"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Age Verification"@en ;
    skos:scopeNote "Age Verification can include verification of the exact age, e.g. being 21 years old, a date, e.g. birth date is 01 January 1969, or a condition, e.g. age is over 21 years and the person is an adult. Specific dedicated resources should be used to further express information and processes associated with Age Verification, for example the Age Verification Vocabulary https://w3id.org/age/"@en .

<https://w3id.org/dpv#Aggregate>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Alter> ;
    skos:definition "to aggregate data"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Aggregate"@en ;
    skos:related "svpr:Aggregate"@en .

<https://w3id.org/dpv#AlgorithmicLogic>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#ProcessingContext> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ProcessingContext> ;
    skos:definition "The algorithmic logic applied or used"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Algorithmic Logic"@en ;
    skos:scopeNote "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 .

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

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

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

<https://w3id.org/dpv#Anonymisation>
    dct:contributor "Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-11-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ISO 29100:2011,https://www.iso.org/standard/45123.html)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader <https://w3id.org/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#technical-measures-classes> ;
    skos:prefLabel "Anonymisation"@en .

<https://w3id.org/dpv#Anonymise>
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#processing-classes> ;
    skos:prefLabel "Anonymise"@en ;
    skos:related "svpr:Anonymise"@en .

<https://w3id.org/dpv#AnonymisedData>
    dct:contributor "Piero Bonatti" ;
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#NonPersonalData> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#personal-data-classes> ;
    skos:prefLabel "Anonymised Data"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#Applicability>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2023-08-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Context> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Context> ;
    skos:definition "Concept provided to represent indication of cases where the information or context is not applicable (N/A) or not available or this is not known or determined yet. If the information is applicable and available, this concept should not be used."@en ;
    skos:inScheme <https://w3id.org/dpv#context-classes> ;
    skos:prefLabel "Applicability"@en ;
    skos:scopeNote "These concepts are useful in closed-world interpretations, for example in forms where a field must have a value to explicitly denote it is not applicable or the information is not available yet."@en .

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

<https://w3id.org/dpv#Assess>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Use> ;
    skos:definition "to assess data for some criteria"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Assess"@en .

<https://w3id.org/dpv#Assessment>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#organisational-measures-classes> ;
    skos:prefLabel "Assessment"@en .

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

<https://w3id.org/dpv#AssistiveAutomation>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani" ;
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ISO/IEC 22989:2022 Artificial intelligence concepts and terminology,https://www.iso.org/standard/74296.html)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#AutomationLevel> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader <https://w3id.org/dpv#AutomationLevel> ;
    skos:definition "Level of automation corresponding to Level 1 in ISO/IEC 22989:2022 where automation is limited to parts of the system or a specific part of the system in a manner that does not change the control of the human in using/driving the system"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Assistive Automation"@en ;
    skos:scopeNote "Human Involvement is implied here, specifically the ability to make decisions regarding operations, but also possibly for intervention, oversight, and verification"@en .

<https://w3id.org/dpv#AsylumSeeker>
    dct:contributor "Georg P. Krog" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataSubject> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#VulnerableDataSubject> ;
    skos:definition "Data subjects that are asylum seekers"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-datasubject-classes> ;
    skos:prefLabel "Asylum Seeker"@en .

<https://w3id.org/dpv#AsymmetricCryptography>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#technical-measures-classes> ;
    skos:prefLabel "Asymmetric Cryptography"@en .

<https://w3id.org/dpv#AsymmetricEncryption>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Data Pseudonymisation: Advanced Techniques and Use Cases,https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Encryption> ;
    skos:definition "Use of asymmetric cryptography to encrypt data"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Asymmetric Encryption"@en .

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

<https://w3id.org/dpv#AuditConditionallyApproved>
    dct:contributor "Paul Ryan" ;
    dct:created "2022-06-29"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#AuditStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#AuditStatus> ;
    skos:definition "State of being conditionally approved through the audit"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Audit Conditionally Approved"@en ;
    skos:scopeNote "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 .

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

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

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

<https://w3id.org/dpv#AuditRequired>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#AuditStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#status-classes> ;
    skos:prefLabel "Audit Required"@en .

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

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

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

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

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

<https://w3id.org/dpv#AuthorisationProtocols>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#TechnicalMeasure> ;
    skos:definition "Protocols involving authorisation of roles or profiles to determine permission, rights, or privileges"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Authorisation Protocols"@en .

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

<https://w3id.org/dpv#AuthorityInformed>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityInformedStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityInformed> ;
    skos:definition "Status indicating Authority has been informed about the specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Authority Informed"@en .

<https://w3id.org/dpv#AuthorityUninformed>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityInformedStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityUninformed> ;
    skos:definition "Status indicating Authority is uninformed i.e. has not been informed about the specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Authority Uninformed"@en .

<https://w3id.org/dpv#AutomatedDecisionMaking>
    dct:contributor "Harshvardhan J. Pandit, Piero Bonatti" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-09-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#DecisionMaking> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DecisionMaking> ;
    skos:definition "Processing that involves automated decision making"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Automated Decision Making"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#AutomatedScoringOfIndividuals>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ScoringOfIndividuals> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ScoringOfIndividuals> ;
    skos:definition "Processing that involves automated scoring of individuals"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Automated Scoring of Individuals"@en ;
    skos:scopeNote "Scoring can lead to the action being considered Decision Making if the scoring is itself a decision - see 2023-MAR-16 opinion of Advocate General on Case C 634/21. Therefore, the assessment of whether scoring was automated or not is important given the legal obligations surrounding automated decision making e.g. in GDPR"@en .

<https://w3id.org/dpv#AutomationLevel>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani" ;
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ISO/IEC 22989:2022 Artificial intelligence concepts and terminology,https://www.iso.org/standard/74296.html)"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#ProcessingContext> ;
    sw:term_status "modified"@en ;
    skos:broader <https://w3id.org/dpv#ProcessingContext> ;
    skos:definition "Indication of degree or level of automation associated with specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Automation Level"@en ;
    skos:scopeNote "This concept was called 'Automation' in previous versions"@en .

<https://w3id.org/dpv#Autonomous>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani" ;
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ISO/IEC 22989:2022 Artificial intelligence concepts and terminology,https://www.iso.org/standard/74296.html)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#AutomationLevel> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader <https://w3id.org/dpv#AutomationLevel> ;
    skos:definition "Level of automation corresponding to Level 6 in ISO/IEC 22989:2022 where the automation in system is capable of modifying its operation domain or its goals without external intervention, control or oversight"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Autonomous"@en ;
    skos:scopeNote "Though Autonomous, such operations can still be associated with dpv:HumanInvolved e.g. for inputs, oversight or verification"@en .

<https://w3id.org/dpv#BackgroundChecks>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA 5G Cybersecurity Standards,https://www.enisa.europa.eu/publications/5g-cybersecurity-standards)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#organisational-measures-classes> ;
    skos:prefLabel "Background Checks"@en .

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

<https://w3id.org/dpv#BiometricAuthentication>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#AuthenticationProtocols> ;
    skos:definition "Use of biometric data for authentication"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Biometric Authentication"@en .

<https://w3id.org/dpv#CannotChallengeProcess>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    skos:definition "Involvement where entity cannot challenge the process of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Cannot Challenge Process"@en ;
    skos:scopeNote "Challenge refers to raising questions about validity, necessity, correctness, or other similar 'trustworthiness' attributes regarding the process or plan or implementation"@en .

<https://w3id.org/dpv#CannotChallengeProcessInput>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    skos:definition "Involvement where entity cannot challenge input of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Cannot Challenge Process Input"@en .

<https://w3id.org/dpv#CannotChallengeProcessOutput>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    skos:definition "Involvement where entity cannot challenge the output of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Cannot Challenge Process Output"@en ;
    skos:scopeNote "Challenge refers to raising questions about validity, necessity, correctness, or other similar 'trustworthiness' attributes regarding the output of the process or plan or implementation (where output is distinct from the process itself)"@en .

<https://w3id.org/dpv#CannotCorrectProcess>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    skos:definition "Involvement where entity cannot correct the process of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Cannot Correct Process"@en .

<https://w3id.org/dpv#CannotCorrectProcessInput>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    skos:definition "Involvement where entity cannot correct input of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Cannot Correct Process Input"@en .

<https://w3id.org/dpv#CannotCorrectProcessOutput>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    skos:definition "Involvement where entity cannot correct the output of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Cannot Correct Process Output"@en .

<https://w3id.org/dpv#CannotObjectToProcess>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    skos:definition "Involvement where entity cannot object to process of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Cannot Object to Process"@en .

<https://w3id.org/dpv#CannotOptInToProcess>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    skos:definition "Involvement where entity cannot opt-in to specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Cannot Opt-in to Process"@en .

<https://w3id.org/dpv#CannotOptOutFromProcess>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    skos:definition "Involvement where entity cannot opt-out from specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Cannot Opt-out from Process"@en .

<https://w3id.org/dpv#CannotReverseProcessEffects>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    skos:definition "Involvement where entity cannot reverse effects of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Cannot Reverse Process Effects"@en ;
    skos:scopeNote "Effects refer to consequences and impacts arising from the process or from the outputs of a process"@en .

<https://w3id.org/dpv#CannotReverseProcessInput>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    skos:definition "Involvement where entity cannot reverse input of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Cannot Reverse Process Input"@en .

<https://w3id.org/dpv#CannotReverseProcessOutput>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    skos:definition "Involvement where entity cannot reverse output of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Cannot Reverse Process Output"@en .

<https://w3id.org/dpv#CannotWithdrawFromProcess>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityNonPermissiveInvolvement> ;
    skos:definition "Involvement where entity cannot withdraw a previously given assent from specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Cannot Withdraw from Process"@en .

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

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

<https://w3id.org/dpv#ChallengingProcess>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    skos:definition "Involvement where entity can challenge the process of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Challenging Process"@en ;
    skos:scopeNote "Challenge refers to raising questions about validity, necessity, correctness, or other similar 'trustworthiness' attributes regarding the process or plan or implementation"@en .

<https://w3id.org/dpv#ChallengingProcessInput>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    skos:definition "Involvement where entity can challenge input of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Challenging Process Input"@en .

<https://w3id.org/dpv#ChallengingProcessOutput>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    skos:definition "Involvement where entity can challenge the output of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Challenging Process Output"@en ;
    skos:scopeNote "Challenge refers to raising questions about validity, necessity, correctness, or other similar 'trustworthiness' attributes regarding the output of the process or plan or implementation (where output is distinct from the process itself)"@en .

<https://w3id.org/dpv#Child>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2020-11-25"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-06-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataSubject> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#entities-datasubject-classes> ;
    skos:prefLabel "Child"@en ;
    skos:scopeNote "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 .

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

<https://w3id.org/dpv#City>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Region> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Region> ;
    skos:definition "A region consisting of urban population and commerce"@en ;
    skos:inScheme <https://w3id.org/dpv#jurisdiction-classes> ;
    skos:prefLabel "City"@en .

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

<https://w3id.org/dpv#CloudLocation>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Location> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#jurisdiction-classes> ;
    skos:prefLabel "Cloud Location"@en .

<https://w3id.org/dpv#CodeOfConduct>
    dct:contributor "Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#organisational-measures-classes> ;
    skos:prefLabel "Code of Conduct"@en .

<https://w3id.org/dpv#Collect>
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj), (SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)"@en ;
    vann:example <https://w3id.org/dpv/examples#E0018> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Obtain> ;
    skos:definition "to gather data from someone"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Collect"@en ;
    skos:related "svpr:Collect"@en .

<https://w3id.org/dpv#CollectedData>
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Data> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Data> ;
    skos:definition "Data that has been obtained by collecting it from a source"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "Collected Data"@en .

<https://w3id.org/dpv#CollectedPersonalData>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-03-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#CollectedData>, <https://w3id.org/dpv#PersonalData> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#CollectedData>, <https://w3id.org/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#personal-data-classes> ;
    skos:prefLabel "Collected Personal Data"@en ;
    skos:scopeNote "To indicate the source of data, use the DataSource concept with the hasDataSource relation"@en .

<https://w3id.org/dpv#CombatClimateChange>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:source "DGA 2.16"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PublicBenefit> ;
    skos:definition "Purposes associated with combating the causes and consequences of climate change, including reducing gas emissions and fighting emergencies such as floods or wildfires"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Combat Climate Change"@en .

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

<https://w3id.org/dpv#CommercialPurpose>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:source "DGA 4.4"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Purpose> ;
    skos:definition "Purposes associated with processing activities performed in a commercial setting or with intention to commercialise"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Commercial Purpose"@en .

<https://w3id.org/dpv#CommercialResearch>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#CommercialPurpose>, <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Commercial Research"@en ;
    skos:related "svpu:Develop"@en .

<https://w3id.org/dpv#CommerciallyConfidentialData>
    dct:source "DGA 6.5(c)"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Data> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Data> ;
    skos:definition "Data protected through Commercial Confidentiality Agreements"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "CommerciallyConfidentialData"@en .

<https://w3id.org/dpv#CommunicationForCustomerCare>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#CommunicationManagement>, <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Communication for Customer Care"@en .

<https://w3id.org/dpv#CommunicationManagement>
    dct:contributor "Georg P. Krog, Paul Ryan, David Hickey, Harshvardhan J. Pandit" ;
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Communication Management"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#Compensation>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Impact> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Benefit> ;
    skos:definition "Compensation provided (as an impact)"@en ;
    skos:inScheme <https://w3id.org/dpv#risk-classes> ;
    skos:prefLabel "Compensation"@en .

<https://w3id.org/dpv#ComplianceAssessment>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Assessment> ;
    skos:definition "Assessment regarding compliance (e.g. internal policy, regulations)"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Compliance Assessment"@en .

<https://w3id.org/dpv#ComplianceIndeterminate>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-09-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ComplianceStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#status-classes> ;
    skos:prefLabel "Compliance Indeterminate"@en .

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

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

<https://w3id.org/dpv#ComplianceUnknown>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-09-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ComplianceStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ComplianceStatus> ;
    skos:definition "State where the status of compliance is unknown"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Compliance Unknown"@en .

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

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

<https://w3id.org/dpv#ConditionalAutomation>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani" ;
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ISO/IEC 22989:2022 Artificial intelligence concepts and terminology,https://www.iso.org/standard/74296.html)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#AutomationLevel> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader <https://w3id.org/dpv#AutomationLevel> ;
    skos:definition "Level of automation corresponding to Level 3 in ISO/IEC 22989:2022 where the automation is sufficient to perform most tasks of the system with the human present to take over where necessary"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Conditional Automation"@en ;
    skos:scopeNote "Human Involvement is implied here, e.g. for intervention, input, decisions"@en .

<https://w3id.org/dpv#ConfidentialData>
    dct:source "DGA 5.10"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Data> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Data> ;
    skos:definition "Data deemed confidential"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "ConfidentialData"@en .

<https://w3id.org/dpv#ConfidentialityAgreement>
    dct:source "DGA 3.1.a"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#LegalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#LegalAgreement> ;
    skos:definition "Agreements that enforce confidentiality for e.g. to protect business, professional, or company secrets"@en ;
    skos:inScheme <https://w3id.org/dpv#legal-measures-classes> ;
    skos:prefLabel "Confidentiality Agreement"@en .

<https://w3id.org/dpv#ConformanceAssessment>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Assessment> ;
    skos:definition "Assessment regarding conformance with standards or norms or guidelines or similar instruments"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Conformance Assessment"@en .

<https://w3id.org/dpv#ConformanceStatus>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Status> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Status> ;
    skos:definition "Status associated with conformance to a standard, guideline, code, or recommendation"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Conformance Status"@en .

<https://w3id.org/dpv#Conformant>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ConformanceStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ConformanceStatus> ;
    skos:definition "State of being conformant"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Conformant"@en .

<https://w3id.org/dpv#Consent>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2021-04-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    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 rdfs:Class, skos:Concept, <https://w3id.org/dpv#LegalBasis> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#LegalBasis> ;
    skos:definition "Consent of the Data Subject for specified processing"@en ;
    skos:inScheme <https://w3id.org/dpv#legal-basis-classes> ;
    skos:prefLabel "Consent"@en .

<https://w3id.org/dpv#ConsentControl>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#EntityInvolvement> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityInvolvement> ;
    skos:definition "The control or activity associated with obtaining, providing, withdrawing, or reaffirming consent"@en ;
    skos:inScheme <https://w3id.org/dpv#consent-controls-classes> ;
    skos:prefLabel "Consent Control"@en .

<https://w3id.org/dpv#ConsentExpired>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GConsent,https://w3id.org/GConsent)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ConsentStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ConsentStatusInvalidForProcessing> ;
    skos:definition "The state where the temporal or contextual validity of consent has 'expired'"@en ;
    skos:inScheme <https://w3id.org/dpv#consent-status-classes> ;
    skos:prefLabel "Consent Expired"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#ConsentGiven>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GConsent,https://w3id.org/GConsent)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ConsentStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ConsentStatusValidForProcessing> ;
    skos:definition "The state where consent has been given"@en ;
    skos:inScheme <https://w3id.org/dpv#consent-status-classes> ;
    skos:prefLabel "Consent Given"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#ConsentInvalidated>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GConsent,https://w3id.org/GConsent)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ConsentStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ConsentStatusInvalidForProcessing> ;
    skos:definition "The state where consent has been deemed to be invalid"@en ;
    skos:inScheme <https://w3id.org/dpv#consent-status-classes> ;
    skos:prefLabel "Consent Invalidated"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#ConsentManagement>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "DGA 12.n"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PermissionManagement> ;
    skos:definition "Methods to obtain, provide, modify, and withdraw consent alongwith maintaining a record of consent, retrieving records, and processing changes in consent states"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Consent Management"@en .

<https://w3id.org/dpv#ConsentNotice>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PrivacyNotice> ;
    skos:definition "A Notice for information provision associated with Consent"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Consent Notice"@en .

<https://w3id.org/dpv#ConsentRecord>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    vann:example <https://w3id.org/dpv/examples#E0019> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataProcessingRecord> ;
    skos:definition "A Record of Consent or Consent related activities"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Consent Record"@en .

<https://w3id.org/dpv#ConsentRefused>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GConsent,https://w3id.org/GConsent)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ConsentStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ConsentStatusInvalidForProcessing> ;
    skos:definition "The state where consent has been refused"@en ;
    skos:inScheme <https://w3id.org/dpv#consent-status-classes> ;
    skos:prefLabel "Consent Refused"@en ;
    skos:scopeNote "An example of this state is when the individual clicks on a 'disagree' or 'reject' or 'refuse' button, or leaves a checkbox unticked"@en .

<https://w3id.org/dpv#ConsentRequestDeferred>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GConsent,https://w3id.org/GConsent)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ConsentStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ConsentStatusInvalidForProcessing> ;
    skos:definition "State where a request for consent has been deferred without a decision"@en ;
    skos:inScheme <https://w3id.org/dpv#consent-status-classes> ;
    skos:prefLabel "Consent Request Deferred"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#ConsentRequested>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GConsent,https://w3id.org/GConsent)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ConsentStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#consent-status-classes> ;
    skos:prefLabel "Consent Requested"@en ;
    skos:scopeNote "An example of this state is when a notice has been presented to the individual but they have not made a decision"@en .

<https://w3id.org/dpv#ConsentRevoked>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GConsent,https://w3id.org/GConsent)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ConsentStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#consent-status-classes> ;
    skos:prefLabel "Consent Revoked"@en ;
    skos:scopeNote "An example of this state is when a Data Controller stops utilising previously obtaining consent, such as when that service no longer exists"@en .

<https://w3id.org/dpv#ConsentStatus>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GConsent,https://w3id.org/GConsent)"@en ;
    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 rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Status> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#consent-status-classes> ;
    skos:prefLabel "Consent Status"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#ConsentStatusInvalidForProcessing>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GConsent,https://w3id.org/GConsent)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ConsentStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ConsentStatus> ;
    skos:definition "States of consent that cannot be used as valid justifications for processing data"@en ;
    skos:inScheme <https://w3id.org/dpv#consent-status-classes> ;
    skos:prefLabel "Consent Status Invalid for Processing"@en ;
    skos:scopeNote "This identifies the stages associated with consent that should not be used to process data"@en .

<https://w3id.org/dpv#ConsentStatusValidForProcessing>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GConsent,https://w3id.org/GConsent)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ConsentStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ConsentStatus> ;
    skos:definition "States of consent that can be used as valid justifications for processing data"@en ;
    skos:inScheme <https://w3id.org/dpv#consent-status-classes> ;
    skos:prefLabel "Consent Status Valid for Processing"@en ;
    skos:scopeNote "Practically, given consent is the only valid state for processing"@en .

<https://w3id.org/dpv#ConsentUnknown>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GConsent,https://w3id.org/GConsent)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ConsentStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ConsentStatusInvalidForProcessing> ;
    skos:definition "State where information about consent is not available or is unknown"@en ;
    skos:inScheme <https://w3id.org/dpv#consent-status-classes> ;
    skos:prefLabel "Consent Unknown"@en ;
    skos:scopeNote "Consent states can be unknown, for example, when information is not available, or cannot be trusted, or is known to be inaccurate"@en .

<https://w3id.org/dpv#ConsentWithdrawn>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GConsent,https://w3id.org/GConsent)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ConsentStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#consent-status-classes> ;
    skos:prefLabel "Consent Withdrawn"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#Consequence>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    vann:example <https://w3id.org/dpv/examples#E0029> ;
    a rdfs:Class, skos: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#risk-classes> ;
    skos:prefLabel "Consequence"@en .

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

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

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

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

<https://w3id.org/dpv#Consultation>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#organisational-measures-classes> ;
    skos:prefLabel "Consultation"@en .

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

<https://w3id.org/dpv#ConsultationWithDPO>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Consultation> ;
    skos:definition "Consultation with Data Protection Officer(s)"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Consultation with DPO"@en .

<https://w3id.org/dpv#ConsultationWithDataSubject>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Consultation> ;
    skos:definition "Consultation with data subject(s) or their representative(s)"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Consultation with Data Subject"@en .

<https://w3id.org/dpv#ConsultationWithDataSubjectRepresentative>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ConsultationWithDataSubject> ;
    skos:definition "Consultation with representative of data subject(s)"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Consultation with Data Subject Representative"@en .

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

<https://w3id.org/dpv#Context>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    vann:example <https://w3id.org/dpv/examples#E0028> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Contextually relevant information"@en ;
    skos:inScheme <https://w3id.org/dpv#context-classes> ;
    skos:prefLabel "Context"@en ;
    skos:scopeNote "Context is a catch-all concept for information of relevance not possible to represent through other core concepts. DPV offers specific contextual concepts such as Necessity, Frequency, and Duration. More can be created by extending Context within use-cases."@en .

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

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

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

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

<https://w3id.org/dpv#ControllerInformed>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityInformedStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityInformed> ;
    skos:definition "Status indicating Controller has been informed about the specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Controller Informed"@en .

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

<https://w3id.org/dpv#ControllerUninformed>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityInformedStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityUninformed> ;
    skos:definition "Status indicating Controller is uninformed i.e. has not been informed about the specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Controller Uninformed"@en .

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

<https://w3id.org/dpv#CorrectingProcess>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    skos:definition "Involvement where entity can correct the process of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Correcting Process"@en ;
    skos:scopeNote "Correction of process refers to the ability to change how the process takes place"@en .

<https://w3id.org/dpv#CorrectingProcessInput>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    skos:definition "Involvement where entity can correct input of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Correcting Process Input"@en .

<https://w3id.org/dpv#CorrectingProcessOutput>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    skos:definition "Involvement where entity can correct the output of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Correcting Process Output"@en ;
    skos:scopeNote "Correction of outputs allows modification of the output - implying continuation of the process. This is distinct from reversing of outputs which revert the output back to its previous value and possibly imply not continuing with the process"@en .

<https://w3id.org/dpv#CounterMoneyLaundering>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#FraudPreventionAndDetection> ;
    skos:definition "Purposes associated with detection, prevention, and mitigation of mitigate money laundering"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Counter Money Laundering"@en .

<https://w3id.org/dpv#Counterterrorism>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PublicBenefit> ;
    skos:definition "Purposes associated with activities that detect, prevent, mitigate, or otherwise perform activities to combat or eliminate terrorism (also referred to as anti-terrorism)"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Counterterrorism"@en .

<https://w3id.org/dpv#Country>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Location> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#jurisdiction-classes> ;
    skos:prefLabel "Country"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#CredentialManagement>
    dct:contributor "Georg P. Krog" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#AuthorisationProcedure> ;
    skos:definition "Management of credentials and their use in authorisations"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Credential Management"@en .

<https://w3id.org/dpv#CreditChecking>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#CustomerSolvencyMonitoring> ;
    skos:definition "Purposes associated with monitoring, performing, or assessing credit worthiness or solvency"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Credit Checking"@en .

<https://w3id.org/dpv#CrossBorderTransfer>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Transfer> ;
    skos:definition "to move data from one jurisdiction (border) to another"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Cross-Border Transfer"@en .

<https://w3id.org/dpv#CryptographicAuthentication>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#AuthenticationProtocols>, <https://w3id.org/dpv#CryptographicMethods> ;
    skos:definition "Use of cryptography for authentication"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Cryptographic Authentication"@en .

<https://w3id.org/dpv#CryptographicKeyManagement>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#CryptographicMethods> ;
    skos:definition "Management of cryptographic keys, including their generation, storage, assessment, and safekeeping"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Cryptographic Key Management"@en .

<https://w3id.org/dpv#CryptographicMethods>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#TechnicalMeasure> ;
    skos:definition "Use of cryptographic methods to perform tasks"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Cryptographic Methods"@en .

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

<https://w3id.org/dpv#CustomerCare>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Customer Care"@en ;
    skos:related "svpu:Feedback"@en .

<https://w3id.org/dpv#CustomerClaimsManagement>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Customer Claims Management"@en .

<https://w3id.org/dpv#CustomerManagement>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Customer Management"@en .

<https://w3id.org/dpv#CustomerOrderManagement>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Customer Order Management"@en .

<https://w3id.org/dpv#CustomerRelationshipManagement>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Customer Relationship Management"@en .

<https://w3id.org/dpv#CustomerSolvencyMonitoring>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Customer Solvency Monitoring"@en .

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

<https://w3id.org/dpv#CybersecurityTraining>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#StaffTraining> ;
    skos:definition "Training methods related to cybersecurity"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Cybersecurity Training"@en .

<https://w3id.org/dpv#DPIA>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "GDPR Art. 35"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#RightsImpactAssessment> ;
    skos:definition "Impact assessment determining the potential and actual impact of processing activities on individuals or groups of individuals and taking into account the impacts of activities on their rights and freedoms"@en ;
    skos:inScheme <https://w3id.org/dpv#risk-classes> ;
    skos:prefLabel "Data Protection Impact Assessment (DPIA)"@en ;
    skos:scopeNote "Specific requirements and procedures for DPIA are defined in GDPR Art.35"@en .

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

<https://w3id.org/dpv#Data>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos: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#personal-data-classes> ;
    skos:prefLabel "Data"@en .

<https://w3id.org/dpv#DataAltruism>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:source "DGA 2.16"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PublicBenefit> ;
    skos:definition "Purposes associated with the voluntary sharing of data for the general interest of the public, such as healthcare or combating climate change"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Data Altruism"@en ;
    skos:scopeNote "Data Altruism as a purpose should be combined with other purposes to indicate their altruistic interpretation or application. E.g. improving healthcare and data altruism in combination."@en .

<https://w3id.org/dpv#DataBackupProtocols>
    dct:contributor "Georg P. Krog" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#TechnicalMeasure> ;
    skos:definition "Protocols or plans for backing up of data"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Data Backup Protocols"@en .

<https://w3id.org/dpv#DataBreachImpactAssessment>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#RightsImpactAssessment> ;
    skos:definition "Impact Assessment concerning the consequences and impacts of a data breach"@en ;
    skos:inScheme <https://w3id.org/dpv#risk-classes> ;
    skos:prefLabel "Data Breach Impact Assessment (DBIA)"@en ;
    skos:scopeNote "Data Breach assessments can require additional non-security related assessments such as GDPR Art.34 Rights Impact Assessment"@en .

<https://w3id.org/dpv#DataBreachNotification>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "DGA 12.k, DGA 21.5 GDPR 33, GDPR 34"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SecurityIncidentNotification> ;
    skos:definition "Notification of information about data breach(es) i.e. unauthorised transfer, access, use, or modification of data"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Breach Notification"@en .

<https://w3id.org/dpv#DataBreachNotifice>
    dct:contributor "Georg P. Krog, Paul Ryan, David Hickey, Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "DGA 12.k, DGA 21.5 GDPR 33, GDPR 34"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SecurityIncidentNotice> ;
    skos:definition "A notice providing information about data breach(es) i.e. unauthorised transfer, access, use, or modification of data"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Breach Notice"@en .

<https://w3id.org/dpv#DataBreachRecord>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#RecordsOfActivities> ;
    skos:definition "Record of a data breach incident"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Breach Record"@en .

<https://w3id.org/dpv#DataController>
    dct:contributor "Axel Polleres, Javier Fernández" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GDPR Art.4-7g,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj)"@en ;
    vann:example <https://w3id.org/dpv/examples#E0019>, <https://w3id.org/dpv/examples#E0020> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#LegalEntity> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#entities-legalrole-classes> ;
    skos:prefLabel "Data Controller"@en ;
    skos:scopeNote "The terms 'Controller', 'Data Controller', and 'PII Controller' refer to the same concept"@en .

<https://w3id.org/dpv#DataControllerContract>
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#LegalBasis> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Contract> ;
    skos:definition "Creation, completion, fulfilment, or performance of a contract, with Data Controllers as parties being Joint Data Controllers, and involving specified processing"@en ;
    skos:inScheme <https://w3id.org/dpv#legal-basis-classes> ;
    skos:prefLabel "Data Controller Contract"@en .

<https://w3id.org/dpv#DataControllerDataSource>
    dct:created "2023-10-12"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataSource> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataSource> ;
    skos:definition "Data Sourced from Data Controller(s), e.g. a Controller inferring data or generating data"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Data Controller as Data Source"@en .

<https://w3id.org/dpv#DataDeletionPolicy>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataProcessingPolicy> ;
    skos:definition "Policy regarding deletion of data"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Deletion Policy"@en ;
    skos:scopeNote "Deletion and Erasure are distinct activities where deletion refers to logical removal of data with the possibility of retrieval whereas erasure refers to destruction of data such that it cannot be retrieved. See dpv:DataErasurePolicy"@en .

<https://w3id.org/dpv#DataErasurePolicy>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataProcessingPolicy> ;
    skos:definition "Policy regarding erasure of data"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Erasure Policy"@en ;
    skos:scopeNote "Erasure or data destruction or secure removal of data refers to irreversible erasure of data. See dpv:DataDeletion for reversible or logical deletion of data"@en .

<https://w3id.org/dpv#DataExporter>
    dct:contributor "David Hickey, Georg P. Krog, Paul Ryan, Harshvardhan J. Pandit" ;
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(EDPB Recommendations 01/2020 on Data Transfers, https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en)"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#LegalEntity> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#entities-legalrole-classes> ;
    skos:prefLabel "Data Exporter"@en ;
    skos:scopeNote "The term 'Data Exporter' is used by the EU-EDPB as the entity that transfer data across borders. While the EDPB refers to the jurisdictional border of EU, the term within DPV can be used to denote any 'export' or transfer or transmission of data and is thus a broader concept than the EDPB's definition."@en .

<https://w3id.org/dpv#DataGovernance>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#OrganisationGovernance> ;
    skos:definition "Measures associated with topics typically considered to be part of 'Data Governance'"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Governance"@en .

<https://w3id.org/dpv#DataImporter>
    dct:contributor "David Hickey, Georg P. Krog, Paul Ryan, Harshvardhan J. Pandit" ;
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(EDPB Recommendations 01/2020 on Data Transfers, https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en)"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Recipient> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#entities-legalrole-classes> ;
    skos:prefLabel "Data Importer"@en ;
    skos:scopeNote "The term 'Data Importer' is used by the EU-EDPB as the entity that receives transferred data across borders. While the EDPB refers to the jurisdictional border of EU, the term within DPV can be used to denote any 'import' or reception of transfer or transmission of data and is thus a broader concept than the EDPB's definition."@en .

<https://w3id.org/dpv#DataInteroperabilityAssessment>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Assessment>, <https://w3id.org/dpv#DataInteroperabilityManagement> ;
    skos:definition "Measures associated with assessment of data interoperability"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Interoperability Assessment"@en .

<https://w3id.org/dpv#DataInteroperabilityImprovement>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "DGA 12.d"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataInteroperabilityManagement> ;
    skos:definition "Measures associated with improvement of data interoperability"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Interoperability Improvement"@en .

<https://w3id.org/dpv#DataInteroperabilityManagement>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataGovernance> ;
    skos:definition "Measures associated with management of data interoperablity"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Interoperability Management"@en .

<https://w3id.org/dpv#DataInventoryManagement>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataGovernance> ;
    skos:definition "Measures associated with management of data inventory or a data asset list"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Inventory Management"@en .

<https://w3id.org/dpv#DataJurisdictionPolicy>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataProcessingPolicy> ;
    skos:definition "Policy specifying jurisdictional requirements for data processing"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Jurisdiction Policy"@en ;
    skos:scopeNote "Jurisdictional requirements can refer to data being stored within specific jurisdictions, or that data must be in line with jurisdictional laws and norms"@en .

<https://w3id.org/dpv#DataLiteracy>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-05-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DigitalLiteracy> ;
    skos:definition "Providing skills, knowledge, and understanding to enable reading, writing, analysing, reasoning, and communicating regarding data"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Literacy"@en .

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

<https://w3id.org/dpv#DataProcessingPolicy>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Policy> ;
    skos:definition "Policy regarding data processing activities"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Processing Policy"@en ;
    skos:scopeNote "This only refers to the policy or plan or procedure describing how the data processing should be conducted. To represent the granular details, see further concepts e.g. dpv:DataStoragePolicy to describe policy regarding storage, or dpv:DataStorageCondition to represent information within the policy for how information should be stored"@en .

<https://w3id.org/dpv#DataProcessingRecord>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#RecordsOfActivities> ;
    skos:definition "Record of data processing, whether ex-ante or ex-post"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Processing Record"@en .

<https://w3id.org/dpv#DataProcessor>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2019-06-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GDPR Art.4-8,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj)"@en ;
    vann:example <https://w3id.org/dpv/examples#E0011> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Recipient> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Recipient> ;
    skos:definition "A ‘processor’ means a natural or legal person, public authority, agency or other body which processes data on behalf of the controller."@en ;
    skos:inScheme <https://w3id.org/dpv#entities-legalrole-classes> ;
    skos:prefLabel "Data Processor"@en .

<https://w3id.org/dpv#DataProcessorContract>
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#LegalBasis> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Contract> ;
    skos:definition "Creation, completion, fulfilment, or performance of a contract, with the Data Controller and Data Processor as parties, and involving specified processing"@en ;
    skos:inScheme <https://w3id.org/dpv#legal-basis-classes> ;
    skos:prefLabel "Data Processor Contract"@en .

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

<https://w3id.org/dpv#DataProtectionOfficer>
    dct:contributor "Georg P. Krog, Paul Ryan" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2021-12-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GDPR Art.37,https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj)"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Representative> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#entities-legalrole-classes> ;
    skos:prefLabel "Data Protection Officer"@en .

<https://w3id.org/dpv#DataProtectionTraining>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA 5G Cybersecurity Standards,https://www.enisa.europa.eu/publications/5g-cybersecurity-standards)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#StaffTraining> ;
    skos:definition "Training intended to increase knowledge regarding data protection"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Protection Training"@en .

<https://w3id.org/dpv#DataPublishedByDataSubject>
    dct:contributor "Julian Flake" ;
    dct:created "2022-08-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataSubjectDataSource> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataSubjectDataSource> ;
    skos:definition "Data is published by the data subject"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Data published by Data Subject"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#DataQualityAssessment>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Assessment>, <https://w3id.org/dpv#DataQualityManagement> ;
    skos:definition "Measures associated with assessment of data quality"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Quality Assessment"@en .

<https://w3id.org/dpv#DataQualityImprovement>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataQualityManagement> ;
    skos:definition "Measures associated with improvement of data quality"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Quality Improvement"@en .

<https://w3id.org/dpv#DataQualityManagement>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataGovernance> ;
    skos:definition "Measures associated with management of data quality"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Quality Management"@en .

<https://w3id.org/dpv#DataRedaction>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2020-10-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataSanitisationTechnique> ;
    skos:definition "Removal of sensitive information from a data or document"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Data Redaction"@en .

<https://w3id.org/dpv#DataRestorationPolicy>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataProcessingPolicy> ;
    skos:definition "Policy regarding restoration of data"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Restoration Policy"@en ;
    skos:scopeNote "Restoration can refer to how data is restored from a backup"@en .

<https://w3id.org/dpv#DataReusePolicy>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataProcessingPolicy> ;
    skos:definition "Policy regarding reuse of data i.e. using data for purposes other than its initial purpose"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Reuse Policy"@en ;
    skos:scopeNote "This policy can be used to describe the procedures associated with undertaking such reuse of data, for example to assess its legality and the compatibility of the initial and subsequent purposes"@en .

<https://w3id.org/dpv#DataSanitisationTechnique>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#technical-measures-classes> ;
    skos:prefLabel "Data Sanitisation Technique"@en .

<https://w3id.org/dpv#DataSecurityManagement>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataGovernance>, <https://w3id.org/dpv#SecurityProcedure> ;
    skos:definition "Measures associated with management of data security"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Security Management"@en ;
    skos:scopeNote "Examples of data security management are assessing the appropriate security controls such as encryption, testing the implemented security controls, and ensuring it is protected and safeguarded from unintended actions"@en .

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

<https://w3id.org/dpv#DataStoragePolicy>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataProcessingPolicy> ;
    skos:definition "Policy regarding storage of data, including the manner, duration, location, and conditions for storage"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Storage Policy"@en .

<https://w3id.org/dpv#DataSubProcessor>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2020-11-25"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#DataProcessor> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataProcessor> ;
    skos:definition "A 'sub-processor' is a processor engaged by another processor"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-legalrole-classes> ;
    skos:prefLabel "Data Sub-Processor"@en ;
    skos:scopeNote "A 'Sub-Processor' is always a 'Processor' with the distinction of not directly being appointed by the 'Controller'"@en .

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

<https://w3id.org/dpv#DataSubjectContract>
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#LegalBasis> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Contract> ;
    skos:definition "Creation, completion, fulfilment, or performance of a contract, with the Data Controller and Data Subject as parties, and involving specified processing"@en ;
    skos:inScheme <https://w3id.org/dpv#legal-basis-classes> ;
    skos:prefLabel "Data Subject Contract"@en .

<https://w3id.org/dpv#DataSubjectDataSource>
    dct:created "2023-10-12"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataSource> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataSource> ;
    skos:definition "Data Sourced from Data Subject(s), e.g. when data is collected via a form or observed from their activities"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Data Subject as Data Source"@en .

<https://w3id.org/dpv#DataSubjectInformed>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityInformedStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityInformed> ;
    skos:definition "Status indicating DataSubject has been informed about the specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "DataSubject Informed"@en .

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

<https://w3id.org/dpv#DataSubjectRightsManagement>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "DGA 12.m"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#RightsManagement> ;
    skos:definition "Methods to provide, implement, and exercise data subjects' rights"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Subject Rights Management"@en ;
    skos:scopeNote "This concept only concerns the organisational management of rights, and does not represent the rights themselves - especially where such 'rights' are legally recognised or defined for the data subject or individual. The concept dpv:DataSubjectRight is provided to represent such legal rights."@en .

<https://w3id.org/dpv#DataSubjectScale>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Rana Saniei" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Scale> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Scale> ;
    skos:definition "Scale of Data Subject(s)"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Data Subject Scale"@en .

<https://w3id.org/dpv#DataSubjectUninformed>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityInformedStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityUninformed> ;
    skos:definition "Status indicating DataSubject is uninformed i.e. has not been informed about the specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "DataSubject Uninformed"@en .

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

<https://w3id.org/dpv#DataTransferLegalBasis>
    dct:contributor "David Hickey, Georg P. Krog" ;
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#LegalBasis> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#legal-basis-classes> ;
    skos:prefLabel "Data Transfer Legal Basis"@en .

<https://w3id.org/dpv#DataTransferNotice>
    dct:contributor "Georg P. Krog, Paul Ryan, David Hickey, Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "DGA 5.9"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Notice> ;
    skos:definition "Notice for the legal entity for the transfer of its data"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Transfer Notice"@en .

<https://w3id.org/dpv#DataTransferRecord>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataProcessingRecord> ;
    skos:definition "Record of data transfer activities"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Data Transfer Record"@en .

<https://w3id.org/dpv#DataVolume>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Rana Saniei" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Scale> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Scale> ;
    skos:definition "Volume or Scale of Data"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Data Volume"@en .

<https://w3id.org/dpv#DecentralisedLocations>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#LocationFixture> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#jurisdiction-classes> ;
    skos:prefLabel "Decentralised Locations"@en .

<https://w3id.org/dpv#DecisionMaking>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-09-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#ProcessingContext> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ProcessingContext> ;
    skos:definition "Processing that involves decision making"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Decision Making"@en .

<https://w3id.org/dpv#Deidentification>
    dct:contributor "Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-11-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(NISTIR 8053,https://nvlpubs.nist.gov/nistpubs/ir/2015/NIST.IR.8053.pdf)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader <https://w3id.org/dpv#DataSanitisationTechnique> ;
    skos:definition "Removal of identity or information to reduce identifiability"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "De-Identification"@en .

<https://w3id.org/dpv#Delete>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Remove> ;
    skos:definition "to remove data in a logical fashion i.e. with the possibility of retrieval"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Delete"@en .

<https://w3id.org/dpv#DeliveryOfGoods>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#RequestedServiceProvision> ;
    skos:definition "Purposes associated with delivering goods and services requested or asked by consumer"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Delivery of Goods"@en ;
    skos:related "svpu:Delivery"@en .

<https://w3id.org/dpv#Derive>
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)"@en ;
    vann:example <https://w3id.org/dpv/examples#E0014> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Obtain> ;
    skos:definition "to create new derivative data from the original data"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Derive"@en ;
    skos:related "svpr:Derive"@en ;
    skos:scopeNote "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer."@en .

<https://w3id.org/dpv#DerivedData>
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Data> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Data> ;
    skos:definition "Data that has been obtained through derivations of other data"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "Derived Data"@en .

<https://w3id.org/dpv#DerivedPersonalData>
    dct:contributor "Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra" ;
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(DPVCG, https://www.w3.org/community/dpvcg/)"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#DerivedData>, <https://w3id.org/dpv#PersonalData> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DerivedData>, <https://w3id.org/dpv#PersonalData> ;
    skos:definition "Personal Data that is obtained or derived from other data"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "Derived Personal Data"@en ;
    skos:related "svd:Derived"@en ;
    skos:scopeNote "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 .

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

<https://w3id.org/dpv#Destruct>
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#processing-classes> ;
    skos:prefLabel "Destruct"@en .

<https://w3id.org/dpv#DeterministicPseudonymisation>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Data Pseudonymisation: Advanced Techniques and Use Cases,https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Pseudonymisation> ;
    skos:definition "Pseudonymisation achieved through a deterministic function"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Deterministic Pseudonymisation"@en .

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

<https://w3id.org/dpv#DifferentialPrivacy>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Data Protection Engineering,https://www.enisa.europa.eu/publications/data-protection-engineering)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#CryptographicMethods> ;
    skos:definition "Utilisation of differential privacy where information is shared as patterns or groups to withhold individual elements"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Differential Privacy"@en .

<https://w3id.org/dpv#DigitalLiteracy>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-05-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#OrganisationalMeasure> ;
    skos:definition "Providing skills, knowledge, and understanding to enable reading, writing, analysing, reasoning, and communicating regarding digital technologies and their implications"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Digital Literacy"@en .

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

<https://w3id.org/dpv#DigitalSignatures>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#CryptographicMethods> ;
    skos:definition "Expression and authentication of identity through digital information containing cryptographic signatures"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Digital Signatures"@en .

<https://w3id.org/dpv#DirectMarketing>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Direct Marketing"@en .

<https://w3id.org/dpv#DisasterRecoveryProcedures>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA 5G Cybersecurity Standards,https://www.enisa.europa.eu/publications/5g-cybersecurity-standards)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#GovernanceProcedures> ;
    skos:definition "Procedures related to management of disasters and recovery"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Disaster Recovery Procedures"@en .

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

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

<https://w3id.org/dpv#Display>
    dct:contributor "Beatriz Esteves" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "DGA 2.20"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Disclose> ;
    skos:definition "to present or show data"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Display"@en .

<https://w3id.org/dpv#DisputeManagement>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Dispute Management"@en .

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

<https://w3id.org/dpv#DistributedSystemSecurity>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SecurityMethod> ;
    skos:definition "Security implementations provided using or over a distributed system"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Distributed System Security"@en .

<https://w3id.org/dpv#DocumentRandomisedPseudonymisation>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Data Pseudonymisation: Advanced Techniques and Use Cases,https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#technical-measures-classes> ;
    skos:prefLabel "Document Randomised Pseudonymisation"@en .

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

<https://w3id.org/dpv#Download>
    dct:contributor "Beatriz Esteves" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "DGA 2.13, 2.20"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Disclose> ;
    skos:definition "to provide a copy or to receive a copy of data over a network or internet"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Download"@en .

<https://w3id.org/dpv#Duration>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    vann:example <https://w3id.org/dpv/examples#E0011>, <https://w3id.org/dpv/examples#E0019> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Context> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Context> ;
    skos:definition "The duration or temporal limitation"@en ;
    skos:inScheme <https://w3id.org/dpv#context-classes> ;
    skos:prefLabel "Duration"@en .

<https://w3id.org/dpv#EconomicUnion>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Location> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#jurisdiction-classes> ;
    skos:prefLabel "Economic Union"@en .

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

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

<https://w3id.org/dpv#ElderlyDataSubject>
    dct:contributor "Georg P. Krog" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataSubject> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#VulnerableDataSubject> ;
    skos:definition "Data subjects that are considered elderly (i.e. based on age)"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-datasubject-classes> ;
    skos:prefLabel "Elderly Data Subject"@en .

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

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

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

<https://w3id.org/dpv#EncryptionInTransfer>
    dct:contributor "Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#technical-measures-classes> ;
    skos:prefLabel "Encryption in Transfer"@en .

<https://w3id.org/dpv#EncryptionInUse>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Encryption> ;
    skos:definition "Encryption of data when it is being used"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Encryption in Use"@en .

<https://w3id.org/dpv#EndToEndEncryption>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Data Protection Engineering,https://www.enisa.europa.eu/publications/data-protection-engineering)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#technical-measures-classes> ;
    skos:prefLabel "End-to-End Encryption (E2EE)"@en .

<https://w3id.org/dpv#EndlessDuration>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Duration> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#context-classes> ;
    skos:prefLabel "Endless Duration"@en .

<https://w3id.org/dpv#EnforceAccessControl>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EnforceSecurity> ;
    skos:definition "Purposes associated with conducting or enforcing access control as a form of security"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Enforce Access Control"@en ;
    skos:related "svpu:Login"@en ;
    skos:scopeNote "Was previously \"Access Control\". Prefixed to distinguish from Technical Measure."@en .

<https://w3id.org/dpv#EnforceSecurity>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Enforce Security"@en ;
    skos:scopeNote "Was previous \"Security\". Prefixed to distinguish from TechOrg measures."@en .

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

<https://w3id.org/dpv#Entity>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    vann:example <https://w3id.org/dpv/examples#E0027> ;
    a rdfs:Class, skos: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#entities-classes> ;
    skos:prefLabel "Entity"@en .

<https://w3id.org/dpv#EntityActiveInvolvement>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#EntityInvolvement> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityInvolvement> ;
    skos:definition "Involvement where entity is 'actively' involved"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Entity Active Involvement"@en .

<https://w3id.org/dpv#EntityInformed>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityInformedStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityInformedStatus> ;
    skos:definition "Status indicating entity has been informed about specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Entity Informed"@en .

<https://w3id.org/dpv#EntityInformedStatus>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Status> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Status> ;
    skos:definition "Status indicating whether an entity is informed or uninformed about specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Entity Informed Status"@en .

<https://w3id.org/dpv#EntityInvolvement>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#ProcessingContext> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ProcessingContext> ;
    skos:definition "Involvement of an entity in specific context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Entity Involvement"@en .

<https://w3id.org/dpv#EntityNonInvolvement>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicating entity is not involved"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Entity Non-Involvement"@en .

<https://w3id.org/dpv#EntityNonPermissiveInvolvement>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#EntityInvolvement> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityInvolvement> ;
    skos:definition "Involvement of an entity in specific context where it is not permitted or able to do something"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Entity Non-Permissive Involvement"@en .

<https://w3id.org/dpv#EntityPassiveInvolvement>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#EntityInvolvement> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityInvolvement> ;
    skos:definition "Involvement where entity is 'passively' or 'not actively' involved"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Entity Passive Involvement"@en .

<https://w3id.org/dpv#EntityPermissiveInvolvement>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#EntityInvolvement> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityInvolvement> ;
    skos:definition "Involvement of an entity in specific context where it is permitted or able to do something"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Entity Permissive Involvement"@en .

<https://w3id.org/dpv#EntityUninformed>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#EntityInformedStatus> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityInformedStatus> ;
    skos:definition "Status indicating entity is uninformed i.e. has been not been informed about specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Entity Uninformed"@en .

<https://w3id.org/dpv#EnvironmentalProtection>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "NIST SP 800-13"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#PhysicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PhysicalMeasure> ;
    skos:definition "Physical protection against environmental threats such as fire, floods, storms, etc."@en ;
    skos:inScheme <https://w3id.org/dpv#physical-measures-classes> ;
    skos:prefLabel "Environmental Protection"@en .

<https://w3id.org/dpv#Erase>
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Remove> ;
    skos:definition "to remove data from existence i.e. without the possibility of retrieval"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Erase"@en .

<https://w3id.org/dpv#EstablishContractualAgreement>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2022-11-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Establish Contractual Agreement"@en .

<https://w3id.org/dpv#EvaluationOfIndividuals>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-11-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EvaluationScoring> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EvaluationScoring> ;
    skos:definition "Processing that involves evaluation of individuals"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Evaluation of Individuals"@en .

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

<https://w3id.org/dpv#ExpectationStatus>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Status indicating whether the specified context was intended or unintended"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Expectation Status"@en ;
    skos:scopeNote "Expectation is associated with the outcome of a goal or purpose for what is expected to happen i.e. an ex-post indication of what was expected to happen in the specified context. Intention and Expectation are closely related terms. We recommend using Intention when the entity has the ability to control the implementation and Expectation for when the entity does not have control or for what happens after or beyond the exercise of control."@en .

<https://w3id.org/dpv#Expected>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ExpectationStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ExpectationStatus> ;
    skos:definition "Status indicating the specified context was expected"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Expected"@en .

<https://w3id.org/dpv#ExplicitlyExpressedConsent>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#LegalBasis> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ExpressedConsent> ;
    skos:definition "Consent that is expressed through an explicit action solely conveying a consenting decision"@en ;
    skos:inScheme <https://w3id.org/dpv#consent-types-classes> ;
    skos:prefLabel "Explicitly Expressed Consent"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#Export>
    dct:contributor "Beatriz Esteves" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "DGA 2.20"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Disclose> ;
    skos:definition "to provide a copy of data from one system to another"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Export"@en .

<https://w3id.org/dpv#ExpressedConsent>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#LegalBasis> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#InformedConsent> ;
    skos:definition "Consent that is expressed through an action intended to convey a consenting decision"@en ;
    skos:inScheme <https://w3id.org/dpv#consent-types-classes> ;
    skos:prefLabel "Expressed Consent"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#FRIA>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "AI Act Art.27"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#RightsImpactAssessment> ;
    skos:definition "Impact assessment which assesses the potential and actual impact on fundamental rights occuring due to processing activities"@en ;
    skos:inScheme <https://w3id.org/dpv#risk-classes> ;
    skos:prefLabel "Fundamental Rights Impact Assessment (FRIA)"@en ;
    skos:scopeNote "The fundamental rights and freedoms may be those defined in law or other norms, and may be bound to a jurisdiction - for example see EU Charter of Fundamental Rights"@en .

<https://w3id.org/dpv#FederatedLocations>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#LocationFixture> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#jurisdiction-classes> ;
    skos:prefLabel "Federated Locations"@en .

<https://w3id.org/dpv#Fee>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "DGA 2.10"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Impact> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Compensation> ;
    skos:definition "Fee provided as compensation (as an impact)"@en ;
    skos:inScheme <https://w3id.org/dpv#risk-classes> ;
    skos:prefLabel "Fee"@en .

<https://w3id.org/dpv#FileSystemSecurity>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SecurityMethod> ;
    skos:definition "Security implemented over a file system"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "File System Security"@en .

<https://w3id.org/dpv#Filter>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Transform> ;
    skos:definition "to filter or keep data for some criteria"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Filter"@en .

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

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

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

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

<https://w3id.org/dpv#ForProfitOrganisation>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Organisation> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Organisation> ;
    skos:definition "An organisation that aims to achieve profit as its primary goal"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-organisation-classes> ;
    skos:prefLabel "For-Profit Organisation"@en .

<https://w3id.org/dpv#Format>
    dct:contributor "Beatriz Esteves" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "DGA 12.d"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Structure> ;
    skos:definition "to arrange or structure data in a specific form"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Format"@en .

<https://w3id.org/dpv#FraudPreventionAndDetection>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#MisusePreventionAndDetection> ;
    skos:definition "Purposes associated with fraud detection, prevention, and mitigation"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Fraud Prevention and Detection"@en ;
    skos:related "svpu:Government"@en .

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

<https://w3id.org/dpv#FulfilmentOfContractualObligation>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2022-11-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#FulfilmentOfObligation> ;
    skos:definition "Purposes associated with carrying out data processing to fulfill a contractual obligation"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Fulfilment of Contractual Obligation"@en .

<https://w3id.org/dpv#FulfilmentOfObligation>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2022-11-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Purpose> ;
    skos:definition "Purposes associated with carrying out data processing to fulfill an obligation"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Fulfilment of Obligation"@en .

<https://w3id.org/dpv#FullAutomation>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani" ;
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ISO/IEC 22989:2022 Artificial intelligence concepts and terminology,https://www.iso.org/standard/74296.html)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#AutomationLevel> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader <https://w3id.org/dpv#AutomationLevel> ;
    skos:definition "Level of automation corresponding to Level 5 in ISO/IEC 22989:2022 where the automation in system is capable of performing all its tasks regardless of the conditions without human involvement"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Full Automation"@en ;
    skos:scopeNote "Though Fully Automated such operations can still be associated with dpv:HumanInvolved e.g. for inputs, oversight or verification"@en .

<https://w3id.org/dpv#FullyRandomisedPseudonymisation>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Data Pseudonymisation: Advanced Techniques and Use Cases,https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#technical-measures-classes> ;
    skos:prefLabel "Fully Randomised Pseudonymisation"@en .

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

<https://w3id.org/dpv#GeneratedData>
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Data> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Data> ;
    skos:definition "Data that has been obtained through generation or creation as a source"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "Generated Data"@en .

<https://w3id.org/dpv#GeneratedPersonalData>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-03-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#InferredData>, <https://w3id.org/dpv#PersonalData> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#InferredData>, <https://w3id.org/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#personal-data-classes> ;
    skos:prefLabel "Generated Personal Data"@en ;
    skos:scopeNote "Generated Data is used to indicate data that is produced and is not derived or inferred from other data"@en .

<https://w3id.org/dpv#GeographicCoverage>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Paul Ryan" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Scale> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Scale> ;
    skos:definition "Indicate of scale in terms of geographic coverage"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Geographic Coverage"@en .

<https://w3id.org/dpv#GlobalScale>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#GeographicCoverage> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#GeographicCoverage> ;
    skos:definition "Geographic coverage spanning the entire globe"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Global Scale"@en .

<https://w3id.org/dpv#GovernanceProcedures>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA 5G Cybersecurity Standards,https://www.enisa.europa.eu/publications/5g-cybersecurity-standards)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#OrganisationalMeasure> ;
    skos:definition "Procedures related to governance (e.g. organisation, unit, team, process, system)"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Governance Procedures"@en .

<https://w3id.org/dpv#GovernmentalOrganisation>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Organisation> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Organisation> ;
    skos:definition "An organisation managed or part of government"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-organisation-classes> ;
    skos:prefLabel "Governmental Organisation"@en .

<https://w3id.org/dpv#GuardianOfDataSubject>
    dct:contributor "Georg P. Krog" ;
    dct:created "2022-08-03"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataSubject> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataSubject> ;
    skos:definition "Guardian(s) of data subjects such as children"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-datasubject-classes> ;
    skos:prefLabel "Guardian(s) of Data Subject"@en .

<https://w3id.org/dpv#Guideline>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-05-12"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#GuidelinesPrinciple> ;
    skos:definition "Practices that specify how activities must be conducted"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Guideline"@en .

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

<https://w3id.org/dpv#HardwareSecurityProtocols>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SecurityMethod> ;
    skos:definition "Security protocols implemented at or within hardware"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Hardware Security Protocols"@en .

<https://w3id.org/dpv#Harm>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-13"^^<http://www.w3.org/2001/XMLSchema#date> ;
    vann:example <https://w3id.org/dpv/examples#E0029> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Impact> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Damage> ;
    skos:definition "Impact that acts as or causes harms"@en ;
    skos:inScheme <https://w3id.org/dpv#risk-classes> ;
    skos:prefLabel "Harm"@en .

<https://w3id.org/dpv#HashFunctions>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#CryptographicMethods> ;
    skos:definition "Use of hash functions to map information or to retrieve a prior categorisation"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Hash Functions"@en .

<https://w3id.org/dpv#HashMessageAuthenticationCode>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA 5G Cybersecurity Standards,https://www.enisa.europa.eu/publications/5g-cybersecurity-standards)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#technical-measures-classes> ;
    skos:prefLabel "Hash-based Message Authentication Code (HMAC)"@en .

<https://w3id.org/dpv#HighAutomation>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani" ;
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ISO/IEC 22989:2022 Artificial intelligence concepts and terminology,https://www.iso.org/standard/74296.html)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#AutomationLevel> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader <https://w3id.org/dpv#AutomationLevel> ;
    skos:definition "Level of automation corresponding to Level 4 in ISO/IEC 22989:2022 where the automation in system is capable of performing all its tasks within specific controlled conditions without human involvement"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "High Automation"@en ;
    skos:scopeNote "Human Involvement is implied here, e.g. for intervention, input, decisions"@en .

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

<https://w3id.org/dpv#HugeDataVolume>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataVolume> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataVolume> ;
    skos:definition "Data volume that is considered huge or more than large within the context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Huge Data Volume"@en .

<https://w3id.org/dpv#HugeScaleOfDataSubjects>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataSubjectScale> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataSubjectScale> ;
    skos:definition "Scale of data subjects considered huge or more than large within the context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Huge Scale Of Data Subjects"@en .

<https://w3id.org/dpv#HumanInvolved>
    dct:created "2022-09-03"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#HumanInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#HumanInvolvement> ;
    skos:definition "Humans are involved in the specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Human involved"@en ;
    skos:scopeNote "This concept only indicates that humans are involved. For specific involvement, see specialised concepts e.g. involved for input, oversight."@en .

<https://w3id.org/dpv#HumanInvolvement>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#EntityInvolvement> ;
    sw:term_status "modified"@en ;
    skos:broader <https://w3id.org/dpv#EntityInvolvement> ;
    skos:definition "The involvement of humans in specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Human Involvement"@en ;
    skos:scopeNote "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. To indicate whether humans are involved or not, see relevant concepts of dpv:HumanInvolved and dpv:HumanNotInvolved. The term 'Human in the loop' and its varieties are absent from DPV due to their contradictory and non-compatible use across different sources."@en .

<https://w3id.org/dpv#HumanInvolvementForControl>
    dct:created "2022-09-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#HumanInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#HumanInvolvement> ;
    skos:definition "Human involvement for the purposes of exercising control over the specified operations in context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Human Involvement for control"@en ;
    skos:scopeNote "Control is a broad term that can be applied to various stages and operations. It maps to None, Assistive, and Partial automation models."@en .

<https://w3id.org/dpv#HumanInvolvementForDecision>
    dct:created "2022-09-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#HumanInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#HumanInvolvement> ;
    skos:definition "Human involvement for the purposes of exercising decisions over the specified operations in context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Human Involvement for decision"@en ;
    skos:scopeNote "Decisions are about exercising control over the operation, and are distinct from input (data or parameters)."@en .

<https://w3id.org/dpv#HumanInvolvementForInput>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-09-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#HumanInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#HumanInvolvement> ;
    skos:definition "Human involvement for the purposes of providing inputs to the specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Human Involvement for Input"@en ;
    skos:scopeNote "Inputs can be in the form of data or other resources."@en .

<https://w3id.org/dpv#HumanInvolvementForIntervention>
    dct:created "2022-09-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#HumanInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#HumanInvolvement> ;
    skos:definition "Human involvement for the purposes of exercising interventions over the specified operations in context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Human Involvement for intervention"@en ;
    skos:scopeNote "Intervention indicates the ability to intervene in operations, which can be at various stages. It maps to Conditional and High automation models."@en .

<https://w3id.org/dpv#HumanInvolvementForOversight>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-09-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#HumanInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#HumanInvolvement> ;
    skos:definition "Human involvement for the purposes of having oversight over the specified context regarding its operations, inputs, or outputs"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Human Involvement for Oversight"@en ;
    skos:scopeNote "Oversight by itself does not indicate the ability to intervene or control the operations."@en .

<https://w3id.org/dpv#HumanInvolvementForVerification>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-09-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#HumanInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#HumanInvolvement> ;
    skos:definition "Human involvement for the purposes of verification of specified context to ensure its operations, inputs, or outputs are correct or are acceptable."@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Human Involvement for Verification"@en ;
    skos:scopeNote "Verification by itself does not imply ability to Control, Intervene, or having Oversight."@en .

<https://w3id.org/dpv#HumanNotInvolved>
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#HumanInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#HumanInvolvement> ;
    skos:definition "Humans are not involved in the specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Human not involved"@en ;
    skos:scopeNote "This maps to Autonomous and Full Automation models if no humans are involved."@en .

<https://w3id.org/dpv#HumanResourceManagement>
    dct:contributor "Paul Ryan, David Hickey, Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Human Resource Management"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#IPRManagement>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "DGA 3.1.c"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#RightsManagement> ;
    skos:definition "Management of Intellectual Property Rights with a view to identify and safeguard and enforce them"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Intellectual Property Rights Management"@en .

<https://w3id.org/dpv#IdentifyingPersonalData>
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#PersonalData> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PersonalData> ;
    skos:definition "Personal Data that explicitly and by itself is sufficient to identify a person"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "Identifying Personal Data"@en ;
    skos:scopeNote "DPV does not use PII ('Personally Identifiable Information') as it has varying and conflicting definitions across sources. Instead the concept 'identifying personal data' is intended to provide a clear categorisation of its interpretation. Where multiple data categories can be combined to create an 'identifying' category e.g. fingerprinting, this concept represents the combined category."@en .

<https://w3id.org/dpv#IdentityAuthentication>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EnforceSecurity> ;
    skos:definition "Purposes associated with performing authentication based on identity as a form of security"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Identity Authentication"@en .

<https://w3id.org/dpv#IdentityManagementMethod>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#AuthorisationProcedure> ;
    skos:definition "Management of identity and identity-based processes"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Identity Management Method"@en .

<https://w3id.org/dpv#IdentityVerification>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Verification> ;
    skos:definition "Purposes associated with verifying or authenticating identity as a form of security"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Identity Verification"@en .

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

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

<https://w3id.org/dpv#ImpactAssessment>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#RiskAssessment> ;
    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#risk-classes> ;
    skos:prefLabel "Impact Assessment"@en .

<https://w3id.org/dpv#ImpliedConsent>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#LegalBasis> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#consent-types-classes> ;
    skos:prefLabel "Implied Consent"@en ;
    skos:scopeNote "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 .

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

<https://w3id.org/dpv#ImproveExistingProductsAndServices>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#OptimisationForController> ;
    skos:definition "Purposes associated with improving existing products and services"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Improve Existing Products and Services"@en .

<https://w3id.org/dpv#ImproveHealthcare>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:source "DGA 2.16"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PublicBenefit> ;
    skos:definition "Purposes associated with improving healthcare systems such as for personalised treatments and curing chronic diseases"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Improve Healthcare"@en .

<https://w3id.org/dpv#ImproveInternalCRMProcesses>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#CustomerRelationshipManagement>, <https://w3id.org/dpv#OptimisationForController> ;
    skos:definition "Purposes associated with improving customer-relationship management (CRM) processes"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Improve Internal CRM Processes"@en .

<https://w3id.org/dpv#ImprovePublicServices>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:source "DGA 2.16"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PublicBenefit> ;
    skos:definition "Purposes associated with improving the provision of public services, such as public safety, education or law enforcement"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Improve Public Services"@en .

<https://w3id.org/dpv#ImproveTransportMobility>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:source "DGA 2.16"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PublicBenefit> ;
    skos:definition "Purposes associated with improving traffic, public transport systems or costs for drivers"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Improve Transport and Mobility"@en .

<https://w3id.org/dpv#IncidentManagementProcedures>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA 5G Cybersecurity Standards,https://www.enisa.europa.eu/publications/5g-cybersecurity-standards)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#GovernanceProcedures> ;
    skos:definition "Procedures related to management of incidents"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Incident Management Procedures"@en .

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

<https://w3id.org/dpv#IncorrectData>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-11-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Data> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Data> ;
    skos:definition "Data that is known to be incorrect or inconsistent with some requirements"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "Incorrect Data"@en .

<https://w3id.org/dpv#IncreaseServiceRobustness>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#OptimisationForController> ;
    skos:definition "Purposes associated with improving robustness and resilience of services"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Increase Service Robustness"@en .

<https://w3id.org/dpv#IndeterminateDuration>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-11-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Duration> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Duration> ;
    skos:definition "Duration that is indeterminate or cannot be determined"@en ;
    skos:inScheme <https://w3id.org/dpv#context-classes> ;
    skos:prefLabel "Indeterminate Duration"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#IndustryConsortium>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ADMS controlled vocabulary,http://purl.org/adms)"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Organisation> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Organisation> ;
    skos:definition "A consortium established and comprising on industry organisations"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-organisation-classes> ;
    skos:prefLabel "Industry Consortium"@en .

<https://w3id.org/dpv#Infer>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-10-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    vann:example <https://w3id.org/dpv/examples#E0014> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Derive> ;
    skos:definition "to infer data from existing data"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Infer"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#InferredData>
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Data> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Data> ;
    skos:definition "Data that has been obtained through inferences of other data"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "Inferred Data"@en .

<https://w3id.org/dpv#InferredPersonalData>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#DerivedPersonalData>, <https://w3id.org/dpv#GeneratedPersonalData> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DerivedPersonalData>, <https://w3id.org/dpv#GeneratedPersonalData> ;
    skos:definition "Personal Data that is obtained through inference from other data"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "Inferred Personal Data"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#InformationFlowControl>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#TechnicalMeasure> ;
    skos:definition "Use of measures to control information flows"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Information Flow Control"@en .

<https://w3id.org/dpv#InformationSecurityPolicy>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA 5G Cybersecurity Standards,https://www.enisa.europa.eu/publications/5g-cybersecurity-standards)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Policy> ;
    skos:definition "Policy regarding security of information"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Information Security Policy"@en .

<https://w3id.org/dpv#InformedConsent>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#LegalBasis> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#consent-types-classes> ;
    skos:prefLabel "Informed Consent"@en ;
    skos:scopeNote "The specifics for what information should be provided or made available will depend on the context, use-case, or relevant legal requirements"@en .

<https://w3id.org/dpv#InnovativeUseOfExistingTechnology>
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#InnovativeUseOfTechnology> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#InnovativeUseOfTechnology> ;
    skos:definition "Involvement of existing technologies used in an innovative manner"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Innovative Use of Existing Technologies"@en .

<https://w3id.org/dpv#InnovativeUseOfNewTechnologies>
    dct:contributor "Harshvardhan J. Pandit, Piero Bonatti" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#InnovativeUseOfTechnology> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#InnovativeUseOfTechnology> ;
    skos:definition "Involvement of a new (innovative) technologies"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Innovative Use of New Technologies"@en ;
    skos:scopeNote "New technologies are by definition considered innovative"@en .

<https://w3id.org/dpv#InnovativeUseOfTechnology>
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#ProcessingContext> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ProcessingContext> ;
    skos:definition "Indicates that technology is being used in an innovative manner"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Innovative use of Technology"@en ;
    skos:scopeNote "Innovative here refers to 'state of the art' rather than the implementing entity, and can be for either new technology or new uses of existing technology"@en .

<https://w3id.org/dpv#IntellectualPropertyData>
    dct:source "DGA 5.10"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Data> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Data> ;
    skos:definition "Data protected by Intellectual Property rights and regulations"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "IntellectualPropertyData"@en .

<https://w3id.org/dpv#Intended>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#IntentionStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#IntentionStatus> ;
    skos:definition "Status indicating the specified context was intended"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Intended"@en .

<https://w3id.org/dpv#IntentionStatus>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Status> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Status> ;
    skos:definition "Status indicating whether the specified context was intended or unintended"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Intention Status"@en ;
    skos:scopeNote "Intention is associated with the goal or purpose for what is about to happen i.e. an ex-ante indication of whether the specified context is/was planned or intended. Intention and Expectation are closely related terms. We recommend using Intention when the entity has the ability to control the implementation and Expectation for when the entity does not have control or for what happens after or beyond the exercise of control."@en .

<https://w3id.org/dpv#InternalResourceOptimisation>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#OptimisationForController> ;
    skos:definition "Purposes associated with optimisation of internal resource availability and usage for organisation"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Internal Resource Optimisation"@en .

<https://w3id.org/dpv#InternationalOrganisation>
    dct:contributor "Julian Flake, Georg P. Krog" ;
    dct:created "2022-03-23"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GDPR Art.4-26,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj)"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Organisation> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#entities-organisation-classes> ;
    skos:prefLabel "International Organisation"@en .

<https://w3id.org/dpv#IntrusionDetectionSystem>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#technical-measures-classes> ;
    skos:prefLabel "Intrusion Detection System"@en .

<https://w3id.org/dpv#InvolvementStatus>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Status> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Status> ;
    skos:definition "Status indicating whether the involvement of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Involvement Status"@en .

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

<https://w3id.org/dpv#JointDataControllers>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#DataController> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#entities-legalrole-classes> ;
    skos:prefLabel "Joint Data Controllers"@en ;
    skos:scopeNote "While Joint Data Controllers operate together, they are made up of individually distinct legal entities. To indicate the membership of this group, hasDataController should be used to denote each Data Controller. The concept of Joint Data Controllers also allows specifying a single group as the 'Controller' and to specify role and responsibilities within that group for each entity using DPV's concepts (e.g. isImplementedByEntity)"@en .

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

<https://w3id.org/dpv#Justification>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Context> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Context> ;
    skos:definition "A form of documentation providing reaosns, explanations, or justifications"@en ;
    skos:inScheme <https://w3id.org/dpv#context-classes> ;
    skos:prefLabel "Justification"@en .

<https://w3id.org/dpv#LargeDataVolume>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataVolume> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataVolume> ;
    skos:definition "Data volume that is considered large within the context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Large Data Volume"@en .

<https://w3id.org/dpv#LargeScaleOfDataSubjects>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataSubjectScale> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataSubjectScale> ;
    skos:definition "Scale of data subjects considered large within the context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Large Scale Of Data Subjects"@en .

<https://w3id.org/dpv#LargeScaleProcessing>
    dct:contributor "Harshvardhan J. Pandit, Piero Bonatti" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-09-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ProcessingScale> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ProcessingScale> ;
    skos:definition "Processing that takes place at large scales (as specified by some criteria)"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Large Scale Processing"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#Law>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf rdfs:Class ;
    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#jurisdiction-classes> ;
    skos:prefLabel "Law"@en .

<https://w3id.org/dpv#Lawful>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-10-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Lawfulness> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Lawfulness> ;
    skos:definition "State of being lawful or legally compliant"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Lawful"@en .

<https://w3id.org/dpv#Lawfulness>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-10-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#ComplianceStatus> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ComplianceStatus> ;
    skos:definition "Status associated with expressing lawfullness or legal compliance"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Lawfulness"@en .

<https://w3id.org/dpv#LawfulnessUnkown>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-10-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Lawfulness> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Lawfulness> ;
    skos:definition "State of the lawfulness not being known"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Lawfulness Unknown"@en .

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

<https://w3id.org/dpv#LegalBasis>
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    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 rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Legal basis used to justify processing of data or use of technology in accordance with a law"@en ;
    skos:inScheme <https://w3id.org/dpv#legal-basis-classes> ;
    skos:prefLabel "Legal Basis"@en ;
    skos:scopeNote "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions which can be represented using dpv:hasJurisdiction or dpv:hasLaw. Legal basis can be used without such declarations, e.g. 'Consent', however their interpretation will require association with a law, e.g. 'EU GDPR'."@en .

<https://w3id.org/dpv#LegalCompliance>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-11-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Legal Compliance"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#LegalComplianceAssessment>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ComplianceAssessment> ;
    skos:definition "Assessment regarding legal compliance"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Legal Compliance Assessment"@en .

<https://w3id.org/dpv#LegalEntity>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Entity> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#entities-classes> ;
    skos:prefLabel "Legal Entity"@en .

<https://w3id.org/dpv#LegalMeasure>
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "DGA 12.j"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#TechnicalOrganisationalMeasure> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#TechnicalOrganisationalMeasure> ;
    skos:definition "Legal measures used to safeguard and ensure good practices in connection with data and technologies"@en ;
    skos:inScheme <https://w3id.org/dpv#TOM-classes> ;
    skos:prefLabel "Legal Measure"@en .

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

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

<https://w3id.org/dpv#LegitimateInterestAssessment>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan" ;
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#organisational-measures-classes> ;
    skos:prefLabel "Legitimate Interest Assessment"@en .

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

<https://w3id.org/dpv#LegitimateInterestOfDataSubject>
    dct:contributor "Georg P. Krog" ;
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#LegalBasis> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#LegitimateInterest> ;
    skos:definition "Legitimate Interests of the Data Subject in conducting specified processing"@en ;
    skos:inScheme <https://w3id.org/dpv#legal-basis-classes> ;
    skos:prefLabel "Legitimate Interest of Data Subject"@en .

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

<https://w3id.org/dpv#Licence>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:source "DGA 2.10"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#LegalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ContractualTerms> ;
    skos:definition "A Legal Document providing permission to utilise data or resource and outlining the conditions under which such use is considered valid"@en ;
    skos:inScheme <https://w3id.org/dpv#legal-measures-classes> ;
    skos:prefLabel "Licence"@en ;
    skos:related "odrl:Offer"@en .

<https://w3id.org/dpv#Likelihood>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-07-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos: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#risk-classes> ;
    skos:prefLabel "Likelihood"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#LocalEnvironmentScale>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#GeographicCoverage> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#GeographicCoverage> ;
    skos:definition "Geographic coverage spanning a specific environment within the locality"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Local Environment Scale"@en ;
    skos:scopeNote "For example, geographic scale of an event take place in a specific building or room"@en .

<https://w3id.org/dpv#LocalLocation>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Location> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#LocationLocality> ;
    skos:definition "Location is local"@en ;
    skos:inScheme <https://w3id.org/dpv#jurisdiction-classes> ;
    skos:prefLabel "Local Location"@en .

<https://w3id.org/dpv#LocalityScale>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#GeographicCoverage> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#GeographicCoverage> ;
    skos:definition "Geographic coverage spanning a specific locality"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Locality Scale"@en ;
    skos:scopeNote "For example, geographic scale of a city or an area within a city"@en .

<https://w3id.org/dpv#Location>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    vann:example <https://w3id.org/dpv/examples#E0011> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf rdfs:Class ;
    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#jurisdiction-classes> ;
    skos:prefLabel "Location"@en ;
    skos:scopeNote "Location may be geographic, physical, or virtual."@en .

<https://w3id.org/dpv#LocationFixture>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf rdfs:Class ;
    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#jurisdiction-classes> ;
    skos:prefLabel "Location Fixture"@en .

<https://w3id.org/dpv#LocationLocality>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-10-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Location> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#jurisdiction-classes> ;
    skos:prefLabel "Location Locality"@en .

<https://w3id.org/dpv#LoggingPolicy>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA 5G Cybersecurity Standards,https://www.enisa.europa.eu/publications/5g-cybersecurity-standards)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Policy> ;
    skos:definition "Policy for logging of information"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Logging Policy"@en .

<https://w3id.org/dpv#MaintainCreditCheckingDatabase>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#CreditChecking> ;
    skos:definition "Purposes associated with maintaining a Credit Checking Database"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Maintain Credit Checking Database"@en .

<https://w3id.org/dpv#MaintainCreditRatingDatabase>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#CreditChecking> ;
    skos:definition "Purposes associated with maintaining a Credit Rating Database"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Maintain Credit Rating Database"@en .

<https://w3id.org/dpv#MaintainFraudDatabase>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Maintain Fraud Database"@en .

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

<https://w3id.org/dpv#Marketing>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Marketing"@en ;
    skos:scopeNote "Was commercial interest, changed to consider Marketing a separate Purpose category by itself"@en .

<https://w3id.org/dpv#Match>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(A29WP WP 248 rev.01 Guideliens on DPIA,https://ec.europa.eu/newsroom/article29/items/611236)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Use> ;
    skos:definition "to combine, compare, or match data from different sources"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Match"@en .

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

<https://w3id.org/dpv#MediumDataVolume>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Paul Ryan" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataVolume> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#processing-scale-classes> ;
    skos:prefLabel "Medium Data Volume"@en .

<https://w3id.org/dpv#MediumScaleOfDataSubjects>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Paul Ryan" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataSubjectScale> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#processing-scale-classes> ;
    skos:prefLabel "Medium Scale Of Data Subjects"@en .

<https://w3id.org/dpv#MediumScaleProcessing>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-09-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ProcessingScale> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ProcessingScale> ;
    skos:definition "Processing that takes place at medium scales (as specified by some criteria)"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Medium Scale Processing"@en .

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

<https://w3id.org/dpv#MemberPartnerManagement>
    dct:contributor "Paul Ryan, Georg P. Krog, David Hickey, Harshvardhan J. Pandit" ;
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Members and Partners Management"@en .

<https://w3id.org/dpv#MentallyVulnerableDataSubject>
    dct:contributor "Georg P. Krog" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataSubject> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#VulnerableDataSubject> ;
    skos:definition "Data subjects that are considered mentally vulnerable"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-datasubject-classes> ;
    skos:prefLabel "Mentally Vulnerable Data Subject"@en .

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

<https://w3id.org/dpv#MetadataManagement>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataGovernance> ;
    skos:definition "Measures associated with management of metadata"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Metadata Management"@en ;
    skos:scopeNote "Examples of metadata management include assessing which metadata are required or being used by technology, assessing their potential inclusion as personal data, and implementing a metadata based solution to manage data"@en .

<https://w3id.org/dpv#MisusePreventionAndDetection>
    dct:source "DGA 22.1(a)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EnforceSecurity> ;
    skos:definition "Prevention and Detection of Misuse or Abuse of services"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Misuse, Prevention and Detection"@en .

<https://w3id.org/dpv#MobilePlatformSecurity>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SecurityMethod> ;
    skos:definition "Security implemented over a mobile platform"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Mobile Platform Security"@en .

<https://w3id.org/dpv#Modify>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Alter> ;
    skos:definition "to modify or change data"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Modify"@en .

<https://w3id.org/dpv#Monitor>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Consult> ;
    skos:definition "to monitor data for some criteria"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Monitor"@en .

<https://w3id.org/dpv#MonitoringPolicy>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA 5G Cybersecurity Standards,https://www.enisa.europa.eu/publications/5g-cybersecurity-standards)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Policy> ;
    skos:definition "Policy for monitoring (e.g. progress, performance)"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Monitoring Policy"@en .

<https://w3id.org/dpv#MonotonicCounterPseudonymisation>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-10-13"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Data Pseudonymisation: Advanced Techniques and Use Cases,https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader <https://w3id.org/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#technical-measures-classes> ;
    skos:prefLabel "Monotonic Counter Pseudonymisation"@en .

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

<https://w3id.org/dpv#MultiFactorAuthentication>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#AuthenticationProtocols> ;
    skos:definition "An authentication system that uses two or more methods to authenticate"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Multi-Factor Authentication (MFA)"@en .

<https://w3id.org/dpv#MultiNationalScale>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#GeographicCoverage> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#GeographicCoverage> ;
    skos:definition "Geographic coverage spanning multiple nations"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Multi National Scale"@en .

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

<https://w3id.org/dpv#NationalAuthority>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ADMS controlled vocabulary,http://purl.org/adms)"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Authority> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Authority> ;
    skos:definition "An authority tasked with overseeing legal compliance for a nation"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-authority-classes> ;
    skos:prefLabel "National Authority"@en .

<https://w3id.org/dpv#NationalScale>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#GeographicCoverage> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#GeographicCoverage> ;
    skos:definition "Geographic coverage spanning a nation"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "National Scale"@en .

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

<https://w3id.org/dpv#NearlyGlobalScale>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#GeographicCoverage> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#GeographicCoverage> ;
    skos:definition "Geographic coverage nearly spanning the entire globe"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Nearly Global Scale"@en .

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

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

<https://w3id.org/dpv#NetworkSecurityProtocols>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SecurityMethod> ;
    skos:definition "Security implemented at or over networks protocols"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Network Security Protocols"@en .

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

<https://w3id.org/dpv#NonCommercialPurpose>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:source "DGA 4.4"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Purpose> ;
    skos:definition "Purposes associated with processing activities performed in a non-commercial setting or without intention to commercialise"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Non-commercial Purpose"@en .

<https://w3id.org/dpv#NonCommercialResearch>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#NonCommercialPurpose>, <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Non-Commercial Research"@en .

<https://w3id.org/dpv#NonCompliant>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-09-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ComplianceStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#status-classes> ;
    skos:prefLabel "Non Compliant"@en ;
    skos:scopeNote "Changed from not compliant for consistency in commonly used terms"@en .

<https://w3id.org/dpv#NonConformant>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ConformanceStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ConformanceStatus> ;
    skos:definition "State of being non-conformant"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "NonConformant"@en .

<https://w3id.org/dpv#NonGovernmentalOrganisation>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ADMS controlled vocabulary,http://purl.org/adms)"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Organisation> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Organisation> ;
    skos:definition "An organisation not part of or independent from the government"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-organisation-classes> ;
    skos:prefLabel "Non-Governmental Organisation"@en .

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

<https://w3id.org/dpv#NonPersonalData>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Data> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Data> ;
    skos:definition "Data that is not Personal Data"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "Non-Personal Data"@en ;
    skos:scopeNote "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 as the anonymisation process has a risk of not being fully effective and such anonymous data may be found to be personal data depending on circumstances."@en .

<https://w3id.org/dpv#NonPersonalDataProcess>
    dct:contributor "Harshvardhan J. Pandit" ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Process> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Process> ;
    skos:definition "An action, activity, or method involving non-personal data, and asserting that no personal data is involved"@en ;
    skos:inScheme <https://w3id.org/dpv#process-classes> ;
    skos:prefLabel "Non-Personal Data Process"@en ;
    skos:scopeNote "Use of personal data within NonPersonalDataProcess should be considered a violation of the explicit constraint that no personal data is involved."@en .

<https://w3id.org/dpv#NonProfitOrganisation>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ADMS controlled vocabulary,http://purl.org/adms)"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Organisation> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Organisation> ;
    skos:definition "An organisation that does not aim to achieve profit as its primary goal"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-organisation-classes> ;
    skos:prefLabel "Non-Profit Organisation"@en .

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

<https://w3id.org/dpv#NotApplicable>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2023-08-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Applicability> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Applicability> ;
    skos:definition "Concept indicating the information or context is not applicable"@en ;
    skos:inScheme <https://w3id.org/dpv#context-classes> ;
    skos:prefLabel "Not Applicable"@en ;
    skos:scopeNote "This concept is useful when describing situations where information must be provided to indicate the context does not apply and leaving a blank field or having no value or triple is not an option. For example, if in a form a field asks about whether a process X was completed and the response to that would be \"not applicable (N/A)\" - then this is represented using the concept NotApplicable. If instead the value was left blank the open-world interpretation creates an ambiguity as to whether the information was not available or was it not provided as it is not applicable."@en .

<https://w3id.org/dpv#NotAutomated>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani" ;
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ISO/IEC 22989:2022 Artificial intelligence concepts and terminology,https://www.iso.org/standard/74296.html)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#AutomationLevel> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader <https://w3id.org/dpv#AutomationLevel> ;
    skos:definition "Level of automation corresponding to Level 0 in ISO/IEC 22989:2022 where there is no automation in the system"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Not Automated"@en ;
    skos:scopeNote "Human Involvement is necessary here as there is no automation"@en .

<https://w3id.org/dpv#NotAvailable>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2023-08-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Applicability> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Applicability> ;
    skos:definition "Concept indicating the information or context is applicable but information is not yet available"@en ;
    skos:inScheme <https://w3id.org/dpv#context-classes> ;
    skos:prefLabel "Not Available"@en ;
    skos:scopeNote "This concept is useful when describing situations where information is required but is not available (yet). For example, if in a form a field asks about whether a process X was completed, and it is correct to interpret that process X is applicable and must be completed, but the information is not yet available as to whether this was done - then NotAvailable is useful to represent this."@en .

<https://w3id.org/dpv#NotInvolved>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#InvolvementStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#InvolvementStatus> ;
    skos:definition "Status indicating the specified context is 'not' involved"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Not Involved"@en .

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

<https://w3id.org/dpv#Notice>
    dct:contributor "Paul Ryan, David Hickey, Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    vann:example <https://w3id.org/dpv/examples#E0025> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#OrganisationalMeasure> ;
    skos:definition "A notice is an artefact for providing information, choices, or controls"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Notice"@en ;
    skos:scopeNote "Notice refers to the information whereas Notification refers to the provision of that notice. In several cases, they are used interchangeably - for example Privacy Notice as a measure or control refers to both the information as well as the act of making it available. For 'active' contexts where this distinction is important, e.g. data breach notifications, see Notification concept."@en .

<https://w3id.org/dpv#Notification>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#OrganisationalMeasure> ;
    skos:definition "Notification represents the provision of a notice i.e. notifying"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Notification"@en ;
    skos:scopeNote "Notice refers to the information whereas Notification refers to the provision of that notice. The distinction is important as there are specific obligations associated with notice and notifications. For example, a data breach notice refers to the information about the breach intended to be provided to another entity, whereas notification refers to the act of providing the entity with the notice"@en .

<https://w3id.org/dpv#NotificationCompleted>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-05-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#NotificationStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#NotificationStatus> ;
    skos:definition "Status indicating notification(s) are completed"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Notification Completed"@en .

<https://w3id.org/dpv#NotificationFailed>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-05-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#NotificationStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#NotificationStatus> ;
    skos:definition "Status indicating notification(s) could not be completed due to a failure"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Notification Failed"@en .

<https://w3id.org/dpv#NotificationNotNeeded>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-05-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#NotificationStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#NotificationStatus> ;
    skos:definition "Status indicating notification(s) are not needed"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Notification Not Needed"@en .

<https://w3id.org/dpv#NotificationOngoing>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-05-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#NotificationStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#NotificationStatus> ;
    skos:definition "Status indicating notification(s) are ongoing"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Notification Ongoing"@en .

<https://w3id.org/dpv#NotificationPlanned>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-05-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#NotificationStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#NotificationStatus> ;
    skos:definition "Status indicating notification(s) are planned"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Notification Planned"@en .

<https://w3id.org/dpv#NotificationStatus>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-05-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Status> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Status> ;
    skos:definition "Status indicating whether notification(s) are planned, completed, or failed"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Notification Status"@en .

<https://w3id.org/dpv#ObjectingToProcess>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    skos:definition "Involvement where entity can object to process of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Objecting to Process"@en .

<https://w3id.org/dpv#Obligation>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Beatriz Esteves, Paul Ryan" ;
    dct:created "2022-10-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Rule> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Rule> ;
    skos:definition "A rule describing an obligation for performing an activity"@en ;
    skos:inScheme <https://w3id.org/dpv#rules-classes> ;
    skos:prefLabel "Obligation"@en .

<https://w3id.org/dpv#Observe>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Obtain> ;
    skos:definition "to obtain data through observation"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Observe"@en .

<https://w3id.org/dpv#ObservedData>
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Data> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Data> ;
    skos:definition "Data that has been obtained through observations of a source"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "Observed Data"@en .

<https://w3id.org/dpv#ObservedPersonalData>
    dct:contributor "Georg P. Krog" ;
    dct:created "2022-08-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#ObservedData>, <https://w3id.org/dpv#PersonalData> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ObservedData>, <https://w3id.org/dpv#PersonalData> ;
    skos:definition "Personal Data that has been collected through observation of the Data Subject(s)"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "Observed Personal Data"@en .

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

<https://w3id.org/dpv#ObtainConsent>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#ConsentControl> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ConsentControl> ;
    skos:definition "Control for obtaining consent"@en ;
    skos:inScheme <https://w3id.org/dpv#consent-controls-classes> ;
    skos:prefLabel "Obtain Consent"@en ;
    skos:scopeNote "Indicates how the controller or entity can obtain consent e.g. used with dpv:isExercisedAt"@en .

<https://w3id.org/dpv#OfficialAuthorityOfController>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan" ;
    dct:created "2021-05-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#LegalBasis> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#legal-basis-classes> ;
    skos:prefLabel "Official Authority of Controller"@en .

<https://w3id.org/dpv#OftenFrequency>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Frequency> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Frequency> ;
    skos:definition "Frequency where occurences are often or frequent, but not continous"@en ;
    skos:inScheme <https://w3id.org/dpv#context-classes> ;
    skos:prefLabel "Often Frequency"@en .

<https://w3id.org/dpv#OperatingSystemSecurity>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SecurityMethod> ;
    skos:definition "Security implemented at or through operating systems"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Operating System Security"@en .

<https://w3id.org/dpv#OptimisationForConsumer>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ServiceOptimisation> ;
    skos:definition "Purposes associated with optimisation of activities and services for consumer or user"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Optimisation for Consumer"@en ;
    skos:related "svpu:Custom"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#OptimisationForController>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ServiceOptimisation> ;
    skos:definition "Purposes associated with optimisation of activities and services for provider or controller"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Optimisation for Controller"@en .

<https://w3id.org/dpv#OptimiseUserInterface>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#OptimisationForConsumer> ;
    skos:definition "Purposes associated with optimisation of interfaces presented to the user"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Optimise User Interface"@en .

<https://w3id.org/dpv#OptingInToProcess>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    skos:definition "Involvement where entity can opt-in to specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Opting in to Process"@en .

<https://w3id.org/dpv#OptingOutFromProcess>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    skos:definition "Involvement where entity can opt-out from specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Opting out of Process"@en .

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

<https://w3id.org/dpv#Organisation>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#LegalEntity> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#entities-organisation-classes> ;
    skos:prefLabel "Organisation"@en .

<https://w3id.org/dpv#OrganisationComplianceManagement>
    dct:contributor "Paul Ryan, Georg P. Krog, David Hickey, Harshvardhan J. Pandit" ;
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#OrganisationGovernance> ;
    skos:definition "Purposes associated with managing compliance for organisation in relation to internal policies"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Organisation Compliance Management"@en ;
    skos:scopeNote "Note that this concept relates to internal organisational compliance. The concept LegalCompliance should be used for external legal or regulatory compliance."@en .

<https://w3id.org/dpv#OrganisationGovernance>
    dct:contributor "Paul Ryan, Georg P. Krog, David Hickey, Harshvardhan J. Pandit" ;
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Purpose> ;
    skos:definition "Purposes associated with conducting activities and functions for governance of an organisation"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Organisation Governance"@en .

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

<https://w3id.org/dpv#OrganisationalMeasure>
    dct:contributor "Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#TechnicalOrganisationalMeasure> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#TechnicalOrganisationalMeasure> ;
    skos:definition "Organisational measures used to safeguard and ensure good practices in connection with data and technologies"@en ;
    skos:inScheme <https://w3id.org/dpv#TOM-classes> ;
    skos:prefLabel "Organisational Measure"@en .

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

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

<https://w3id.org/dpv#PIA>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ImpactAssessment> ;
    skos:definition "Impact assessment regarding privacy risks"@en ;
    skos:inScheme <https://w3id.org/dpv#risk-classes> ;
    skos:prefLabel "Privacy Impact Assessment (PIA)"@en .

<https://w3id.org/dpv#ParentLegalEntity>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Organisation> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Organisation> ;
    skos:definition "A legal entity that has one or more subsidiary entities operating under it"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-classes> ;
    skos:prefLabel "Parent Legal Entity"@en .

<https://w3id.org/dpv#ParentOfDataSubject>
    dct:contributor "Georg P. Krog" ;
    dct:created "2022-08-03"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataSubject> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataSubject> ;
    skos:definition "Parent(s) of data subjects such as children"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-datasubject-classes> ;
    skos:prefLabel "Parent(s) of Data Subject"@en .

<https://w3id.org/dpv#PartialAutomation>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani" ;
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ISO/IEC 22989:2022 Artificial intelligence concepts and terminology,https://www.iso.org/standard/74296.html)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#AutomationLevel> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader <https://w3id.org/dpv#AutomationLevel> ;
    skos:definition "Level of automation corresponding to Level 2 in ISO/IEC 22989:2022 where the automation is present in multiple parts of the system or in a manner that does not require the human to contro/use these parts while still retaining control over the system"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Partial Automation"@en ;
    skos:scopeNote "Human Involvement is implied here, specifically the ability to Control operations, but also possibly for intervention, oversight, and verification"@en .

<https://w3id.org/dpv#PartiallyCompliant>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ComplianceStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#status-classes> ;
    skos:prefLabel "Partially Compliant"@en .

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

<https://w3id.org/dpv#PassiveRight>
    dct:contributor "Harshvardhan J. Pandit, Beatriz Esteves, Georg P. Krog, Paul Ryan" ;
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Right> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Right> ;
    skos:definition "The right(s) applicable, provided, or expected that are always (passively) applicable"@en ;
    skos:inScheme <https://w3id.org/dpv#rights-classes> ;
    skos:prefLabel "Passive Right"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#PassivelyInvolved>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#InvolvementStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#InvolvementStatus> ;
    skos:definition "Status indicating the specified context is 'passively' involved"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Passively Involved"@en ;
    skos:scopeNote "An example of passive involvement is a person being monitored by a CCTV"@en .

<https://w3id.org/dpv#PasswordAuthentication>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#AuthenticationProtocols> ;
    skos:definition "Use of passwords to perform authentication"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Password Authentication"@en .

<https://w3id.org/dpv#Patient>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves" ;
    dct:created "2022-04-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataSubject> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#entities-datasubject-classes> ;
    skos:prefLabel "Patient"@en .

<https://w3id.org/dpv#Payment>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Impact> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Compensation> ;
    skos:definition "Payment provided as compensation (as an impact)"@en ;
    skos:inScheme <https://w3id.org/dpv#risk-classes> ;
    skos:prefLabel "Payment"@en .

<https://w3id.org/dpv#PaymentManagement>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Payment Management"@en .

<https://w3id.org/dpv#PenetrationTestingMethods>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SecurityMethod> ;
    skos:definition "Use of penetration testing to identify weaknesses and vulnerabilities through simulations"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Penetration Testing Methods"@en .

<https://w3id.org/dpv#Permission>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Beatriz Esteves, Paul Ryan" ;
    dct:created "2022-10-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Rule> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Rule> ;
    skos:definition "A rule describing a permission to perform an activity"@en ;
    skos:inScheme <https://w3id.org/dpv#rules-classes> ;
    skos:prefLabel "Permission"@en .

<https://w3id.org/dpv#PermissionManagement>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "DGA 12.n"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#RightsManagement> ;
    skos:definition "Methods to obtain, provide, modify, and withdraw permissions alongwith maintaining a record of permissions, retrieving records, and processing changes in permission states"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Permission Management"@en ;
    skos:scopeNote "Permission is a broader concept than '(Informed) Consent' as consent when used as a legal basis has specific requirements to be valid. For management of consent, see the concept dpv:ConsentManagement"@en .

<https://w3id.org/dpv#PersonalData>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GDPR Art.4-1g,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj)"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Data> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Data> ;
    skos:definition "Data directly or indirectly associated or related to an individual."@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "Personal Data"@en ;
    skos:related "spl:AnyData"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#PersonalDataHandling>
    dct:contributor "Axel Polleres, Javier Fernández" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<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 rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Process> ;
    sw:term_status "sunset"@en ;
    skos:broader <https://w3id.org/dpv#Process> ;
    skos:definition "An abstract concept describing 'personal data handling'"@en ;
    skos:inScheme <https://w3id.org/dpv#process-classes> ;
    skos:prefLabel "Personal Data Handling"@en ;
    skos:scopeNote "This concept will be deprecated in future updates. It is recommended to use dpv:PersonalDataProcess as the equivalent alternative which is better aligned with legal and operational terminology."@en .

<https://w3id.org/dpv#PersonalDataProcess>
    dct:contributor "Harshvardhan J. Pandit" ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Process> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Process> ;
    skos:definition "An action, activity, or method involving personal data"@en ;
    skos:inScheme <https://w3id.org/dpv#process-classes> ;
    skos:prefLabel "Personal Data Process"@en .

<https://w3id.org/dpv#Personalisation>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Personalisation"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#PersonalisedAdvertising>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Advertising>, <https://w3id.org/dpv#Personalisation> ;
    skos:definition "Purposes associated with creating and providing personalised advertising"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Personalised Advertising"@en .

<https://w3id.org/dpv#PersonalisedBenefits>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ServicePersonalisation> ;
    skos:definition "Purposes associated with creating and providing personalised benefits for a service"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Personalised Benefits"@en .

<https://w3id.org/dpv#PersonnelHiring>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PersonnelManagement> ;
    skos:definition "Purposes associated with management and execution of hiring processes of personnel"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Personnel Hiring"@en .

<https://w3id.org/dpv#PersonnelManagement>
    dct:contributor "Paul Ryan, Harshvardhan J. Pandit" ;
    dct:created "2022-03-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Personnel Management"@en .

<https://w3id.org/dpv#PersonnelPayment>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PersonnelManagement> ;
    skos:definition "Purposes associated with management and execution of payment of personnel"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Personnel Payment"@en .

<https://w3id.org/dpv#PhysicalAccessControlMethod>
    dct:contributor "Georg P. Krog" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "NIST SP 800-12"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#PhysicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#AccessControlMethod> ;
    skos:definition "Access control applied for physical access e.g. premises or equipment"@en ;
    skos:inScheme <https://w3id.org/dpv#physical-measures-classes> ;
    skos:prefLabel "Physical Access Control Method"@en .

<https://w3id.org/dpv#PhysicalAuthentication>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "NIST SP 800-15"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#PhysicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PhysicalMeasure> ;
    skos:definition "Physical implementation of authentication e.g. by matching the person to their ID card"@en ;
    skos:inScheme <https://w3id.org/dpv#physical-measures-classes> ;
    skos:prefLabel "Physical Authentication"@en .

<https://w3id.org/dpv#PhysicalAuthorisation>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "NIST SP 800-16"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#PhysicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PhysicalMeasure> ;
    skos:definition "Physical implementation of authorisation e.g. by stamping a visitor pass"@en ;
    skos:inScheme <https://w3id.org/dpv#physical-measures-classes> ;
    skos:prefLabel "Physical Authorisation"@en .

<https://w3id.org/dpv#PhysicalDeviceSecurity>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "NIST SP 800-19"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#PhysicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PhysicalMeasure> ;
    skos:definition "Physical protection for devices and equipment"@en ;
    skos:inScheme <https://w3id.org/dpv#physical-measures-classes> ;
    skos:prefLabel "Physical Device Security"@en .

<https://w3id.org/dpv#PhysicalInterceptionProtection>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "NIST SP 800-20"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#PhysicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PhysicalMeasure> ;
    skos:definition "Physical protection against interception e.g. by posting a guard"@en ;
    skos:inScheme <https://w3id.org/dpv#physical-measures-classes> ;
    skos:prefLabel "Physical Interception Protection"@en .

<https://w3id.org/dpv#PhysicalInterruptionProtection>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "NIST SP 800-18"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#PhysicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PhysicalMeasure> ;
    skos:definition "Physical protection against interruptions e.g. electrical supply interruption"@en ;
    skos:inScheme <https://w3id.org/dpv#physical-measures-classes> ;
    skos:prefLabel "Physical Interruption Protection"@en .

<https://w3id.org/dpv#PhysicalMeasure>
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#TechnicalOrganisationalMeasure> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#TechnicalOrganisationalMeasure> ;
    skos:definition "Physical measures used to safeguard and ensure good practices in connection with data and technologies"@en ;
    skos:inScheme <https://w3id.org/dpv#TOM-classes> ;
    skos:prefLabel "Physical Measure"@en .

<https://w3id.org/dpv#PhysicalNetworkSecurity>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "NIST SP 800-17"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#PhysicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PhysicalMeasure> ;
    skos:definition "Physical protection for networks and networking related infrastructure e.g. by isolating networking equipments"@en ;
    skos:inScheme <https://w3id.org/dpv#physical-measures-classes> ;
    skos:prefLabel "Physical Network Security"@en .

<https://w3id.org/dpv#PhysicalSecureStorage>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "NIST SP 800-171"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#PhysicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PhysicalMeasure> ;
    skos:definition "Physical protection for storage of information or equipment e.g. secure storage for files"@en ;
    skos:inScheme <https://w3id.org/dpv#physical-measures-classes> ;
    skos:prefLabel "Physical Secure Storage"@en .

<https://w3id.org/dpv#PhysicalSupplySecurity>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "NIST SP 800-14"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#PhysicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PhysicalMeasure> ;
    skos:definition "Physically securing the supply of resources"@en ;
    skos:inScheme <https://w3id.org/dpv#physical-measures-classes> ;
    skos:prefLabel "Physical Supply Security"@en .

<https://w3id.org/dpv#PhysicalSurveillance>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "NIST SP 800-171"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#PhysicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PhysicalMeasure> ;
    skos:definition "Physically monitoring areas via surveillance"@en ;
    skos:inScheme <https://w3id.org/dpv#physical-measures-classes> ;
    skos:prefLabel "Physical Surveillance"@en .

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

<https://w3id.org/dpv#PostQuantumCryptography>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#technical-measures-classes> ;
    skos:prefLabel "Post-Quantum Cryptography"@en .

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

<https://w3id.org/dpv#Princple>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-05-12"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#GuidelinesPrinciple> ;
    skos:definition "A representation of values or norms that must be taken into consideration when conducting activities"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Principle"@en .

<https://w3id.org/dpv#PrivacyByDefault>
    dct:contributor "Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#GuidelinesPrinciple> ;
    skos:definition "Practices regarding setting the default configurations of information and services to implement data protection and privacy (synonymous with Data Protection by Default)"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Privacy by Default"@en .

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

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

<https://w3id.org/dpv#PrivacyPreservingProtocol>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#CryptographicMethods> ;
    skos:definition "Use of protocols designed with the intention of provided additional guarantees regarding privacy"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Privacy Preserving Protocol"@en .

<https://w3id.org/dpv#PrivateInformationRetrieval>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Data Protection Engineering,https://www.enisa.europa.eu/publications/data-protection-engineering)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#technical-measures-classes> ;
    skos:prefLabel "Private Information Retrieval"@en .

<https://w3id.org/dpv#PrivateLocation>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Location> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#jurisdiction-classes> ;
    skos:prefLabel "Private Location"@en .

<https://w3id.org/dpv#Process>
    dct:contributor "Harshvardhan J. Pandit" ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "An action, activity, or method"@en ;
    skos:inScheme <https://w3id.org/dpv#process-classes> ;
    skos:prefLabel "Process"@en .

<https://w3id.org/dpv#Processing>
    dct:contributor "Axel Polleres, Javier Fernández" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(SPECIAL Project,https://specialprivacy.ercim.eu/)"@en ;
    vann:example <https://w3id.org/dpv/examples#E0005>, <https://w3id.org/dpv/examples#E0011>, <https://w3id.org/dpv/examples#E0014> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Operations or 'processing' performed on data"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Processing"@en ;
    skos:related "spl:AnyProcessing"@en .

<https://w3id.org/dpv#ProcessingCondition>
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#ProcessingContext> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ProcessingContext> ;
    skos:definition "Conditions required or followed regarding processing of data or use of technologies"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Processing Condition"@en .

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

<https://w3id.org/dpv#ProcessingDuration>
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Duration>, <https://w3id.org/dpv#ProcessingCondition> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Duration>, <https://w3id.org/dpv#ProcessingCondition> ;
    skos:definition "Duration or temporal limitation for processing"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Processing Duration"@en .

<https://w3id.org/dpv#ProcessingLocation>
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Location>, <https://w3id.org/dpv#ProcessingCondition> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Location>, <https://w3id.org/dpv#ProcessingCondition> ;
    skos:definition "Location or geospatial scope where processing takes places"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Processing Location"@en .

<https://w3id.org/dpv#ProcessingScale>
    dct:contributor "Harshvardhan J. Pandit, Piero Bonatti" ;
    dct:created "2022-09-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Scale> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Scale> ;
    skos:definition "Scale of Processing"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Processing Scale"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#ProfessionalTraining>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#StaffTraining> ;
    skos:definition "Training methods that are intended to provide professional knowledge and expertise"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Professional Training"@en .

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

<https://w3id.org/dpv#Prohibition>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Beatriz Esteves, Paul Ryan" ;
    dct:created "2022-10-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Rule> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Rule> ;
    skos:definition "A rule describing a prohibition to perform an activity"@en ;
    skos:inScheme <https://w3id.org/dpv#rules-classes> ;
    skos:prefLabel "Prohibition"@en .

<https://w3id.org/dpv#ProtectionOfIPR>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:source "DGA 3.1(c)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#FulfilmentOfObligation> ;
    skos:definition "Purposes associated with the protection of intellectual property rights"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Protection of Intellectual Property Rights"@en .

<https://w3id.org/dpv#ProtectionOfNationalSecurity>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:source "DGA 1.5"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PublicBenefit> ;
    skos:definition "Purposes associated with the protection of national security"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Protection of National Security"@en .

<https://w3id.org/dpv#ProtectionOfPublicSecurity>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:source "DGA 3.2(d)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PublicBenefit> ;
    skos:definition "Purposes associated with the protection of public security"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Protection of Public Security"@en .

<https://w3id.org/dpv#ProvideConsent>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#ConsentControl>, <https://w3id.org/dpv#OptingIntoProcess> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ConsentControl>, <https://w3id.org/dpv#OptingIntoProcess> ;
    skos:definition "Control for providing consent"@en ;
    skos:inScheme <https://w3id.org/dpv#consent-controls-classes> ;
    skos:prefLabel "Provide Consent"@en ;
    skos:scopeNote "Indicates how the data subject can provide consent e.g. used with dpv:isExercisedAt"@en .

<https://w3id.org/dpv#ProvideEventRecommendations>
    dct:contributor "Harshvardhan J. Pandit, Rudy Jacob" ;
    dct:created "2019-11-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-10-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(SPECIAL Project,https://specialprivacy.ercim.eu/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ProvidePersonalisedRecommendations> ;
    skos:definition "Purposes associated with creating and providing personalised recommendations for events"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Provide Event Recommendations"@en .

<https://w3id.org/dpv#ProvideOfficialStatistics>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:source "DGA 2.16"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PublicBenefit> ;
    skos:definition "Purposes associated with facilitating the development, production and dissemination of reliable official statistics"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Provide Official Statistics"@en .

<https://w3id.org/dpv#ProvidePersonalisedRecommendations>
    dct:contributor "Harshvardhan J. Pandit, Rudy Jacob" ;
    dct:created "2019-11-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-10-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(SPECIAL Project,https://specialprivacy.ercim.eu/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ServicePersonalisation> ;
    skos:definition "Purposes associated with creating and providing personalised recommendations"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Provide Personalised Recommendations"@en .

<https://w3id.org/dpv#ProvideProductRecommendations>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-10-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ProvidePersonalisedRecommendations> ;
    skos:definition "Purposes associated with creating and providing product recommendations e.g. suggest similar products"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Provide Product Recommendations"@en ;
    skos:related "svpu:Marketing"@en .

<https://w3id.org/dpv#ProvidedData>
    dct:contributor "Harshvardhan J. Pandit, Paul Ryan" ;
    dct:created "2024-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#CollectedData> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#CollectedData> ;
    skos:definition "Data that has been provided by an entity"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "ProvidedData"@en ;
    skos:scopeNote "Provided data involves one entity explicitly providing the data, which the other entity then collects"@en .

<https://w3id.org/dpv#ProvidedPersonalData>
    dct:contributor "Harshvardhan J. Pandit, Paul Ryan" ;
    dct:created "2024-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#CollectedPersonalData>, <https://w3id.org/dpv#ProvidedData> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#CollectedPersonalData>, <https://w3id.org/dpv#ProvidedData> ;
    skos:definition "Personal Data that has been provided by an entity such as the Data Subject"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "Provided Personal Data"@en ;
    skos:scopeNote "Provided personal data involves one entity (e.g. data subject) explicitly providing the data, which the other entity (e.g. data controller) then collects"@en .

<https://w3id.org/dpv#Pseudonymisation>
    dct:contributor "Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-11-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GDPR Art.4-5,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader <https://w3id.org/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#technical-measures-classes> ;
    skos:prefLabel "Pseudonymisation"@en .

<https://w3id.org/dpv#Pseudonymise>
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-10-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Transform> ;
    skos:definition "to replace personal identifiable information by artificial identifiers"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Pseudonymise"@en .

<https://w3id.org/dpv#PseudonymisedData>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#PersonalData> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#personal-data-classes> ;
    skos:prefLabel "Pseudonymised Data"@en .

<https://w3id.org/dpv#PublicBenefit>
    dct:contributor "Harshvardhan J. Pandit" ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Purpose> ;
    skos:definition "Purposes undertaken and intended to provide benefit to public or society"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Public Benefit"@en .

<https://w3id.org/dpv#PublicDataSource>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves, Paul Ryan, Julian Flake" ;
    dct:created "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataSource> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataSource> ;
    skos:definition "A source of data that is publicly accessible or available"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Public Data Source"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#PublicInterest>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2021-04-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#LegalBasis> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#legal-basis-classes> ;
    skos:prefLabel "Public Interest"@en .

<https://w3id.org/dpv#PublicLocation>
    dct:contributor "Georg P. Krog" ;
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Location> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#LocalLocation> ;
    skos:definition "Location that is or can be accessed by the public"@en ;
    skos:inScheme <https://w3id.org/dpv#jurisdiction-classes> ;
    skos:prefLabel "Public Location"@en .

<https://w3id.org/dpv#PublicPolicyMaking>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:source "DGA 2.16"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#PublicBenefit> ;
    skos:definition "Purposes associated with public policy making, such as the development of new laws"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Public Policy Making"@en .

<https://w3id.org/dpv#PublicRelations>
    dct:contributor "Paul Ryan, Georg P. Krog, David Hickey, Harshvardhan J. Pandit" ;
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Public Relations"@en .

<https://w3id.org/dpv#Purpose>
    dct:contributor "Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Delaram Golpayegani" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(SPECIAL Project,https://specialprivacy.ercim.eu/)"@en ;
    vann:example <https://w3id.org/dpv/examples#E0001>, <https://w3id.org/dpv/examples#E0002>, <https://w3id.org/dpv/examples#E0003>, <https://w3id.org/dpv/examples#E0004>, <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 rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Purpose or (broader) Goal associated with data or technology"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Purpose"@en ;
    skos:related "spl:AnyPurpose"@en ;
    skos:scopeNote "The purpose or goal here is intended to sufficiently describe the intention or objective of why the data or technology is being used, and should be broader than mere technical descriptions of achieving a capability. For example, \"Analyse Data\" is an abstract purpose with no indication of what the analyses is for as compared to a purpose such as \"Marketing\" or \"Service Provision\" which provide clarity and comprehension of the 'purpose' and can be enhanced with additional descriptions. Such modelling is in line with regulatory requirements regarding the specificity of purposes, for example in GDPR"@en .

<https://w3id.org/dpv#QuantumCryptography>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#CryptographicMethods> ;
    skos:definition "Cryptographic methods that utilise quantum mechanical properties to perform cryptographic tasks"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Quantum Cryptography"@en .

<https://w3id.org/dpv#Query>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Consult> ;
    skos:definition "to query or make enquiries over data"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Query"@en .

<https://w3id.org/dpv#RNGPseudonymisation>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-10-13"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Data Pseudonymisation: Advanced Techniques and Use Cases,https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:broader <https://w3id.org/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#technical-measures-classes> ;
    skos:prefLabel "RNG Pseudonymisation"@en .

<https://w3id.org/dpv#ROPA>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan" ;
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataProcessingRecord> ;
    skos:definition "A Register of Processing Activities (ROPA) is a document detailing processing activities"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Records of Processing Activities"@en ;
    skos:scopeNote "ROPA under GDPR Art.30 has specific requirements regarding the information to be maintained. Additionally, Data Protection Authorities also provide additional information guidelines for information to be maintained in a ROPA. For more information see https://w3id.org/dpcat"@en .

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

<https://w3id.org/dpv#ReaffirmConsent>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#ConsentControl> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ConsentControl> ;
    skos:definition "Control for affirming consent"@en ;
    skos:inScheme <https://w3id.org/dpv#consent-controls-classes> ;
    skos:prefLabel "Reaffirm Consent"@en ;
    skos:scopeNote "Indicates how the controller (with dpv:ObtainConsent) or data subject (with dpv:ProvideConsent) can reaffirm consent e.g. used with dpv:isExercisedAt"@en .

<https://w3id.org/dpv#RecertificationPolicy>
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Policy> ;
    skos:definition "Policy regarding repetition or renewal of existing certification(s)"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Re-certification Policy"@en .

<https://w3id.org/dpv#Recipient>
    dct:contributor "Axel Polleres, Javier Fernández" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-05-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(SPECIAL Project,https://specialprivacy.ercim.eu/),(GDPR Art.4-9g,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj)"@en ;
    vann:example <https://w3id.org/dpv/examples#E0019> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#LegalEntity> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#LegalEntity> ;
    skos:definition "Entities that receive data or technologies"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-legalrole-classes> ;
    skos:prefLabel "Recipient"@en ;
    skos:related "spl:AnyRecipient"@en ;
    skos:scopeNote "Recipients that receive personal data can be a Third Party, Data Controller, or Data Processor."@en .

<https://w3id.org/dpv#RecipientInformed>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityInformedStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityInformed> ;
    skos:definition "Status indicating Recipient has been informed about the specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Recipient Informed"@en .

<https://w3id.org/dpv#RecipientUninformed>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityInformedStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityUninformed> ;
    skos:definition "Status indicating Recipient is uninformed i.e. has not been informed about the specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Recipient Uninformed"@en .

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

<https://w3id.org/dpv#RecordManagement>
    dct:contributor "Paul Ryan, Georg P. Krog, David Hickey, Harshvardhan J. Pandit" ;
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Record Management"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#RecordsOfActivities>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan" ;
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-05-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#OrganisationalMeasure> ;
    skos:definition "Records of activities within some context such as maintainence tasks or governance functions"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Records of Activities"@en ;
    skos:scopeNote "Records can be any information associated with the activity e.g. logs, summaries."@en .

<https://w3id.org/dpv#Reformat>
    dct:contributor "Beatriz Esteves" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "DGA 12.d"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Format> ;
    skos:definition "to rearrange or restructure data to change its form"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Reformat"@en .

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

<https://w3id.org/dpv#RegionalAuthority>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ADMS controlled vocabulary,http://purl.org/adms)"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Authority> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Authority> ;
    skos:definition "An authority tasked with overseeing legal compliance for a region"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-authority-classes> ;
    skos:prefLabel "Regional Authority"@en .

<https://w3id.org/dpv#RegionalScale>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#GeographicCoverage> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#GeographicCoverage> ;
    skos:definition "Geographic coverage spanning a specific region or regions"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Regional Scale"@en .

<https://w3id.org/dpv#RegulatorySandbox>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-05-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(EU Council Regulatory sandboxes and experimentation clauses as tools for better regulation,https://www.consilium.europa.eu/en/press/press-releases/2020/11/16/regulatory-sandboxes-and-experimentation-clauses-as-tools-for-better-regulation-council-adopts-conclusions/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Safeguard> ;
    skos:definition "Mechanism used by regulators and businesses for gauging the compatibility of regulations and innovative products, particularly in the context of digitalisation, in a controlled real-world environment with appropriate safeguards in place"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Regulatory Sandbox"@en .

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

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

<https://w3id.org/dpv#RenewedConsentGiven>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GConsent,https://w3id.org/GConsent)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ConsentStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#consent-status-classes> ;
    skos:prefLabel "Renewed Consent Given"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#Renumeration>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Impact> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Compensation> ;
    skos:definition "Renumeration provided as compensation (as an impact)"@en ;
    skos:inScheme <https://w3id.org/dpv#risk-classes> ;
    skos:prefLabel "Renumeration"@en .

<https://w3id.org/dpv#RepairImpairments>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Repair Impairments"@en ;
    skos:scopeNote "An example of identifying and rectifying impairments is the process of finding and fixing errors in products, commonly referred to as debugging"@en .

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

<https://w3id.org/dpv#RequestAccepted>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-11-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#RequestStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#RequestStatus> ;
    skos:definition "State of a request being accepted towards fulfilment"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Request Accepted"@en .

<https://w3id.org/dpv#RequestAcknowledged>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-11-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#RequestStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#RequestStatus> ;
    skos:definition "State of a request being acknowledged"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Request Acknowledged"@en .

<https://w3id.org/dpv#RequestActionDelayed>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-11-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#RequestStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#RequestStatus> ;
    skos:definition "State of a request being delayed towards fulfilment"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Request Action Delayed"@en .

<https://w3id.org/dpv#RequestFulfilled>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-11-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#RequestStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#RequestStatus> ;
    skos:definition "State of a request being fulfilled"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Request Fulfilled"@en .

<https://w3id.org/dpv#RequestInitiated>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-11-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#RequestStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#RequestStatus> ;
    skos:definition "State of a request being initiated"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Request Initiated"@en .

<https://w3id.org/dpv#RequestRejected>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-11-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#RequestStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#RequestStatus> ;
    skos:definition "State of a request being rejected towards non-fulfilment"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Request Rejected"@en .

<https://w3id.org/dpv#RequestRequiredActionPerformed>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-11-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#RequestStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#status-classes> ;
    skos:prefLabel "Request Required Action Performed"@en .

<https://w3id.org/dpv#RequestRequiresAction>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-11-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#RequestStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#RequestStatus> ;
    skos:definition "State of a request requiring an action to be performed from another party"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Request Requires Action"@en .

<https://w3id.org/dpv#RequestStatus>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-11-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Status> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Status> ;
    skos:definition "Status associated with requests"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Request Status"@en .

<https://w3id.org/dpv#RequestStatusQuery>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-11-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#RequestStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#RequestStatus> ;
    skos:definition "State of a request's status being queried"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Request Status Query"@en .

<https://w3id.org/dpv#RequestUnfulfilled>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-11-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#RequestStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#RequestStatus> ;
    skos:definition "State of a request being unfulfilled"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Request Unfulfilled"@en .

<https://w3id.org/dpv#RequestedServiceProvision>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ServiceProvision> ;
    skos:definition "Purposes associated with delivering services as requested by user or consumer"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Requested Service Provision"@en ;
    skos:scopeNote "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 .

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

<https://w3id.org/dpv#ResearchAndDevelopment>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Purpose> ;
    skos:definition "Purposes associated with conducting research and development for new methods, products, or services"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Research and Development"@en .

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

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

<https://w3id.org/dpv#ReversingProcessEffects>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    skos:definition "Involvement where entity can reverse effects of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Reversing Process Effects"@en ;
    skos:scopeNote "Effects refer to consequences and impacts arising from the process or from the outputs of a process"@en .

<https://w3id.org/dpv#ReversingProcessInput>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    skos:definition "Involvement where entity can reverse input of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Reversing Process Input"@en .

<https://w3id.org/dpv#ReversingProcessOutput>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    skos:definition "Involvement where entity can reverse output of specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Reversing Process Output"@en ;
    skos:scopeNote "Reversing of outputs indicate discarding the output and going back to the previous output. This is different from correction of output which allows modification of the output - implying continuation of the process."@en .

<https://w3id.org/dpv#ReviewImpactAssessment>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ImpactAssessment>, <https://w3id.org/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#organisational-measures-classes> ;
    skos:prefLabel "Review Impact Assessment"@en .

<https://w3id.org/dpv#ReviewProcedure>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#GovernanceProcedures> ;
    skos:definition "A procedure or process that reviews the correctness and validity of other procedures and policies e.g. to ensure continued validity, adequacy for intended purposes, and conformance of processes with findings"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Review Procedure"@en .

<https://w3id.org/dpv#Reward>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Impact> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Compensation> ;
    skos:definition "Reward provided as compensation (as an impact)"@en ;
    skos:inScheme <https://w3id.org/dpv#risk-classes> ;
    skos:prefLabel "Reward"@en .

<https://w3id.org/dpv#Right>
    dct:contributor "Harshvardhan J. Pandit, Beatriz Esteves, Georg P. Krog" ;
    dct:created "2020-11-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "The right(s) applicable, provided, or expected"@en ;
    skos:inScheme <https://w3id.org/dpv#rights-classes> ;
    skos:prefLabel "Right"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#RightExerciseActivity>
    dct:contributor "Harshvardhan J. Pandit, Beatriz Esteves, Georg P. Krog, Paul Ryan" ;
    dct:created "2022-11-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#OrganisationalMeasure> ;
    skos:definition "An activity representing an exercising of an active right"@en ;
    skos:inScheme <https://w3id.org/dpv#rights-classes> ;
    skos:prefLabel "Right Exercise Activity"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#RightExerciseNotice>
    dct:contributor "Harshvardhan J. Pandit, Beatriz Esteves, Georg P. Krog, Paul Ryan" ;
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#OrganisationalMeasure> ;
    skos:definition "Information associated with exercising of an active right"@en ;
    skos:inScheme <https://w3id.org/dpv#rights-classes> ;
    skos:prefLabel "Right Exercise Notice"@en ;
    skos:scopeNote "This concept is intended for providing information regarding a right exercise. For specific instances of such exercises, see RightExerciseActivity and RightExerciseRecord."@en .

<https://w3id.org/dpv#RightExerciseRecord>
    dct:contributor "Harshvardhan J. Pandit, Beatriz Esteves, Georg P. Krog, Paul Ryan" ;
    dct:created "2022-11-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Record> ;
    skos:definition "Record of a Right being exercised"@en ;
    skos:inScheme <https://w3id.org/dpv#rights-classes> ;
    skos:prefLabel "Right Exercise Record"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#RightFulfilmentNotice>
    dct:contributor "Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2022-11-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Notice> ;
    skos:definition "Notice provided regarding fulfilment of a right"@en ;
    skos:inScheme <https://w3id.org/dpv#rights-classes> ;
    skos:prefLabel "Right Fulfilment Notice"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#RightNonFulfilmentNotice>
    dct:contributor "Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2022-11-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Notice> ;
    skos:definition "Notice provided regarding non-fulfilment of a right"@en ;
    skos:inScheme <https://w3id.org/dpv#rights-classes> ;
    skos:prefLabel "Right Non-Fulfilment Notice"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#RightsFulfillment>
    dct:contributor "Beatriz Esteves, Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2024-02-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#LegalObligation> ;
    skos:definition "Purposes associated with the fulfillment of rights specified in law"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Rights Fulfillment"@en ;
    skos:scopeNote "Where Rights Fulfillment includes activities that are not legal obligations, for example conducting Identity Verification, the documentation should indicate this by expressing them as separate purposes within the same activity"@en .

<https://w3id.org/dpv#RightsImpactAssessment>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ImpactAssessment> ;
    skos:definition "Impact assessment which involves determining the impact on rights and freedoms"@en ;
    skos:inScheme <https://w3id.org/dpv#risk-classes> ;
    skos:prefLabel "Rights Impact Assessment"@en ;
    skos:scopeNote "The rights and freedoms may be those defined in law or other norms, and may be bound to a jurisdiction"@en .

<https://w3id.org/dpv#RightsManagement>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#OrganisationalMeasure> ;
    skos:definition "Methods associated with rights management where 'rights' refer to controlling who can do what with a resource"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Rights Management"@en .

<https://w3id.org/dpv#Risk>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2020-11-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    vann:example <https://w3id.org/dpv/examples#E0029> ;
    a rdfs:Class, skos: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#risk-classes> ;
    skos:prefLabel "Risk"@en ;
    skos:scopeNote "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure"@en .

<https://w3id.org/dpv#RiskAssessment>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Assessment> ;
    skos:definition "Assessment involving identification, analysis, and evaluation of risk"@en ;
    skos:inScheme <https://w3id.org/dpv#risk-classes> ;
    skos:prefLabel "Risk Assessment"@en .

<https://w3id.org/dpv#RiskLevel>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-07-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos: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#risk-classes> ;
    skos:prefLabel "Risk Level"@en ;
    skos:scopeNote "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 .

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

<https://w3id.org/dpv#Rule>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Beatriz Esteves, Paul Ryan" ;
    dct:created "2022-10-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos: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#rules-classes> ;
    skos:prefLabel "Rule"@en .

<https://w3id.org/dpv#Safeguard>
    dct:contributor "David Hickey, Paul Ryan, Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2021-09-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#organisational-measures-classes> ;
    skos:prefLabel "Safeguard"@en ;
    skos:scopeNote "This concept is relevant given the requirement to assert safeguards in cross-border data transfers"@en .

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

<https://w3id.org/dpv#Scale>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Rana Saniei" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#ProcessingContext> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ProcessingContext> ;
    skos:definition "A measurement along some dimension"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Scale"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#ScientificResearch>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:source "DGA 2.16"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ResearchAndDevelopment> ;
    skos:definition "Purposes associated with scientific research"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Scientific Research"@en .

<https://w3id.org/dpv#Scope>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Context> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Context> ;
    skos:definition "Indication of the extent or range or boundaries associated with(in) a context"@en ;
    skos:inScheme <https://w3id.org/dpv#context-classes> ;
    skos:prefLabel "Scope"@en .

<https://w3id.org/dpv#ScoringOfIndividuals>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-11-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EvaluationScoring> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EvaluationScoring> ;
    skos:definition "Processing that involves scoring of individuals"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Scoring of Individuals"@en .

<https://w3id.org/dpv#Screen>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Processing> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Transform> ;
    skos:definition "to remove data for some criteria"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-classes> ;
    skos:prefLabel "Screen"@en .

<https://w3id.org/dpv#Seal>
    dct:contributor "Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#organisational-measures-classes> ;
    skos:prefLabel "Seal"@en .

<https://w3id.org/dpv#SearchFunctionalities>
    dct:contributor "Georg P. Krog" ;
    dct:created "2022-11-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Search Functionalities"@en .

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

<https://w3id.org/dpv#SecretSharingSchemes>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Data Pseudonymisation: Advanced Techniques and Use Cases,https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#technical-measures-classes> ;
    skos:prefLabel "Secret Sharing Schemes"@en .

<https://w3id.org/dpv#Sector>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    vann:example <https://w3id.org/dpv/examples#E0010> ;
    a rdfs:Class, skos: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#purposes-classes> ;
    skos:prefLabel "Sector"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#SecureMultiPartyComputation>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#CryptographicMethods> ;
    skos:definition "Use of cryptographic methods for entities to jointly compute functions without revealing inputs"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Secure Multi-Party Computation"@en .

<https://w3id.org/dpv#SecureProcessingEnvironment>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "DGA 2.20"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SecurityProcedure> ;
    skos:definition "A physical or virtual environment supported by organisational means that integrates security and compliance requirements and allows supervising data processing actions"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Secure Processing Environment"@en .

<https://w3id.org/dpv#SecurityAssessment>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA 5G Cybersecurity Standards,https://www.enisa.europa.eu/publications/5g-cybersecurity-standards)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#RiskAssessment> ;
    skos:definition "Assessment of security intended to identity gaps, vulnerabilities, risks, and effectiveness of controls"@en ;
    skos:inScheme <https://w3id.org/dpv#risk-classes> ;
    skos:prefLabel "Security Assessment"@en .

<https://w3id.org/dpv#SecurityIncidentNotice>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Notice> ;
    skos:definition "A notice providing information about security incident(s)"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Security Incident Notice"@en .

<https://w3id.org/dpv#SecurityIncidentNotification>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Notification> ;
    skos:definition "Notification of information about security incident(s)"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Security Incident Notification"@en .

<https://w3id.org/dpv#SecurityIncidentRecord>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#RecordsOfActivities> ;
    skos:definition "Record of a security incident"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Security Incident Record"@en .

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

<https://w3id.org/dpv#SecurityMethod>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#TechnicalMeasure> ;
    skos:definition "Methods that relate to creating and providing security"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Security Method"@en .

<https://w3id.org/dpv#SecurityProcedure>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#OrganisationalMeasure> ;
    skos:definition "Procedures associated with assessing, implementing, and evaluating security"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Security Procedure"@en .

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

<https://w3id.org/dpv#SellDataToThirdParties>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SellProducts> ;
    skos:definition "Purposes associated with selling or sharing data or information to third parties"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Sell Data to Third Parties"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#SellInsightsFromData>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SellProducts> ;
    skos:definition "Purposes associated with selling or sharing insights obtained from analysis of data"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Sell Insights from Data"@en ;
    skos:scopeNote "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 .

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

<https://w3id.org/dpv#SellProductsToDataSubject>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Sell Products to Data Subject"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#SensitiveData>
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Data> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Data> ;
    skos:definition "Data deemed sensitive"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "SensitiveData"@en .

<https://w3id.org/dpv#SensitiveNonPersonalData>
    dct:source "DGA 30(a)"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#SensitiveData> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SensitiveData> ;
    skos:definition "Non-personal data deemed sensitive"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "SensitiveNonPersonalData"@en .

<https://w3id.org/dpv#SensitivePersonalData>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    vann:example <https://w3id.org/dpv/examples#E0015> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#PersonalData> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#personal-data-classes> ;
    skos:prefLabel "Sensitive Personal Data"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#SensitivityLevel>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2023-08-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Severity> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Severity> ;
    skos:definition "Sensitivity' reflects the risk of impact if not secured or utilised with appropriate measures and controls e.g. for sensitive data"@en ;
    skos:inScheme <https://w3id.org/dpv#risk-classes> ;
    skos:prefLabel "Sensitivity Level"@en ;
    skos:scopeNote "ISO/IEC TS 38505-3:2021 defines 'data sensitivity' as the potential harm of unauthorised disclosure. DPV's use of the concept goes beyond disclosure as it refers to the level of safeguards or controls the data requires as a reflection of its 'sensitive' nature. To indicate quantified levels of sensitivity, e.g. \"high sensitivity\", instances of severity can be directly used or specialised"@en .

<https://w3id.org/dpv#Service>
    dct:contributor "Harshvardhan J. Pandit" ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Process> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Process> ;
    skos:definition "A service is a process where one entity provides some benefit or assistance to another entity"@en ;
    skos:inScheme <https://w3id.org/dpv#process-classes> ;
    skos:prefLabel "Service"@en ;
    skos:scopeNote "Service Provider and Service Consumer reflect the roles associated with a service. 'Service' as a process is a distinct concept from the use of 'service' as a provision method in Tech extension"@en .

<https://w3id.org/dpv#ServiceConsumer>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#LegalEntity> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#LegalEntity> ;
    skos:definition "The entity that consumes or receives the service"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-legalrole-classes> ;
    skos:prefLabel "Service Consumer"@en .

<https://w3id.org/dpv#ServiceOptimisation>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ServiceProvision> ;
    skos:definition "Purposes associated with optimisation of services or activities"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Service Optimisation"@en ;
    skos:scopeNote "Subclass of ServiceProvision since optimisation is usually considered part of providing services"@en .

<https://w3id.org/dpv#ServicePersonalisation>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Personalisation>, <https://w3id.org/dpv#ServiceProvision> ;
    skos:definition "Purposes associated with providing personalisation within services or product or activities"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Service Personalisation"@en .

<https://w3id.org/dpv#ServiceProvider>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#LegalEntity> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#LegalEntity> ;
    skos:definition "The entity that provides a service"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-legalrole-classes> ;
    skos:prefLabel "Service Provider"@en .

<https://w3id.org/dpv#ServiceProvision>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    vann:example <https://w3id.org/dpv/examples#E0018> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Purpose> ;
    skos:definition "Purposes associated with providing service or product or activities"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Service Provision"@en .

<https://w3id.org/dpv#ServiceRegistration>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ServiceProvision> ;
    skos:definition "Purposes associated with registering users and collecting information required for providing a service"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Service Registration"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#ServiceUsageAnalytics>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Service Usage Analytics"@en ;
    skos:scopeNote "Was \"UsageAnalytics\", prefixed with Service to better reflect scope"@en .

<https://w3id.org/dpv#Severity>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-07-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos: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#risk-classes> ;
    skos:prefLabel "Severity"@en ;
    skos:scopeNote "Severity can be associated with Risk, or its Consequences and Impacts"@en .

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

<https://w3id.org/dpv#SingleSignOn>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#technical-measures-classes> ;
    skos:prefLabel "Single Sign On"@en .

<https://w3id.org/dpv#SingularDataVolume>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataVolume> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#processing-scale-classes> ;
    skos:prefLabel "Singular Data Volume"@en .

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

<https://w3id.org/dpv#SingularScaleOfDataSubjects>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataSubjectScale> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataSubjectScale> ;
    skos:definition "Scale of data subjects considered singular i.e. a specific data subject"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Singular Scale Of Data Subjects"@en .

<https://w3id.org/dpv#SmallDataVolume>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataVolume> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataVolume> ;
    skos:definition "Data volume that is considered small or limited within the context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Small Data Volume"@en .

<https://w3id.org/dpv#SmallScaleOfDataSubjects>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataSubjectScale> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataSubjectScale> ;
    skos:definition "Scale of data subjects considered small or limited within the context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Small Scale Of Data Subjects"@en .

<https://w3id.org/dpv#SmallScaleProcessing>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-09-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ProcessingScale> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ProcessingScale> ;
    skos:definition "Processing that takes place at small scales (as specified by some criteria)"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Small Scale Processing"@en .

<https://w3id.org/dpv#SocialMediaMarketing>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Marketing> ;
    skos:definition "Purposes associated with conducting marketing through social media"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Social Media Marketing"@en .

<https://w3id.org/dpv#SpecialCategoryPersonalData>
    dct:contributor "Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra" ;
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GDPR Art.9-1, https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj)"@en ;
    vann:example <https://w3id.org/dpv/examples#E0015> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#SensitivePersonalData> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SensitivePersonalData> ;
    skos:definition "Sensitive Personal Data whose use requires specific additional legal permission or justification"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "Special Category Personal Data"@en ;
    skos:scopeNote "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 that is separate from that for general personal data."@en .

<https://w3id.org/dpv#SporadicDataVolume>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataVolume> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataVolume> ;
    skos:definition "Data volume that is considered sporadic or sparse within the context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Sporadic Data Volume"@en .

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

<https://w3id.org/dpv#SporadicScaleOfDataSubjects>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataSubjectScale> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataSubjectScale> ;
    skos:definition "Scale of data subjects considered sporadic or sparse within the context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-classes> ;
    skos:prefLabel "Sporadic Scale Of Data Subjects"@en .

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

<https://w3id.org/dpv#StandardsConformance>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "DGA 12.d"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#GovernanceProcedures> ;
    skos:definition "Purposes associated with activities undertaken to ensure or achieve conformance with standards"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Standards Conformance"@en .

<https://w3id.org/dpv#StatisticalConfidentialityAgreement>
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#LegalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#LegalAgreement> ;
    skos:definition "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for classification and management of 'confidential data' based on a statistical framework"@en ;
    skos:inScheme <https://w3id.org/dpv#legal-measures-classes> ;
    skos:prefLabel "Statistical Confidentiality Agreement"@en .

<https://w3id.org/dpv#StatisticallyConfidentialData>
    dct:source "DGA 2(20)"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Data> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Data> ;
    skos:definition "Data protected through Statistical Confidentiality regulations and agreements"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "StatisticallyConfidentialData"@en .

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

<https://w3id.org/dpv#StorageCondition>
    dct:contributor "Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    vann:example <https://w3id.org/dpv/examples#E0011> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#ProcessingCondition> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ProcessingCondition> ;
    skos:definition "Conditions required or followed regarding storage of data"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Storage Condition"@en .

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

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

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

<https://w3id.org/dpv#StorageRestoration>
    dct:contributor "Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#StorageCondition> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#processing-context-classes> ;
    skos:prefLabel "Storage Restoration"@en .

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

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

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

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

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

<https://w3id.org/dpv#SubsidiaryLegalEntity>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Organisation> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Organisation> ;
    skos:definition "A legal entity that operates as a subsidiary of another legal entity"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-classes> ;
    skos:prefLabel "Subsidiary Legal Entity"@en .

<https://w3id.org/dpv#SupportContractNegotiation>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "DGA 2.15"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SupportEntityDecisionMaking> ;
    skos:definition "Supporting entities, including individuals, with negotiating a contract and its terms and conditions"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Support Contract Negotiation"@en .

<https://w3id.org/dpv#SupportEntityDecisionMaking>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "DGA 2.15"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#OrganisationalMeasure> ;
    skos:definition "Supporting entities, including individuals, in making decisions"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Support Entity Decision Making"@en .

<https://w3id.org/dpv#SupportExchangeOfViews>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "DGA 2.15"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SupportEntityDecisionMaking> ;
    skos:definition "Supporting inviduals and entities in exchanging views e.g. regarding data processing purposes for their best interests"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Support Exchange of Views"@en .

<https://w3id.org/dpv#SupportInformedConsentDecision>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "DGA 2.15"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SupportEntityDecisionMaking> ;
    skos:definition "Supporting individuals with making a decision regarding their informed consent"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Support Informed Consent Decision"@en .

<https://w3id.org/dpv#SupraNationalAuthority>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-02-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ADMS controlled vocabulary,http://purl.org/adms)"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Authority> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#entities-authority-classes> ;
    skos:prefLabel "Supra-National Authority"@en .

<https://w3id.org/dpv#SupraNationalUnion>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Location> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#jurisdiction-classes> ;
    skos:prefLabel "Supranational Union"@en .

<https://w3id.org/dpv#SymmetricCryptography>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#CryptographicMethods> ;
    skos:definition "Use of cryptography where the same keys are utilised for encryption and decryption of information"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Symmetric Cryptography"@en .

<https://w3id.org/dpv#SymmetricEncryption>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Data Pseudonymisation: Advanced Techniques and Use Cases,https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Encryption> ;
    skos:definition "Use of symmetric cryptography to encrypt data"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Symmetric Encryption"@en .

<https://w3id.org/dpv#SyntheticData>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Data Protection Engineering,https://www.enisa.europa.eu/publications/data-protection-engineering)"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#GeneratedData> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#GeneratedData> ;
    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#personal-data-classes> ;
    skos:prefLabel "Synthetic Data"@en .

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

<https://w3id.org/dpv#TOM-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#TOM-properties>
    a skos:ConceptScheme .

<https://w3id.org/dpv#TargetedAdvertising>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-03-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Targeted Advertising"@en .

<https://w3id.org/dpv#TechnicalMeasure>
    dct:contributor "Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#TechnicalOrganisationalMeasure> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#TechnicalOrganisationalMeasure> ;
    skos:definition "Technical measures used to safeguard and ensure good practices in connection with data and technologies"@en ;
    skos:inScheme <https://w3id.org/dpv#TOM-classes> ;
    skos:prefLabel "Technical Measure"@en .

<https://w3id.org/dpv#TechnicalOrganisationalMeasure>
    dct:contributor "Bud Bruegger" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Technical and Organisational measures used to safeguard and ensure good practices in connection with data and technologies"@en ;
    skos:inScheme <https://w3id.org/dpv#TOM-classes> ;
    skos:prefLabel "Technical and Organisational Measure"@en .

<https://w3id.org/dpv#TechnicalServiceProvision>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2021-09-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#purposes-classes> ;
    skos:prefLabel "Technical Service Provision"@en .

<https://w3id.org/dpv#Technology>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos: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#processing-context-classes> ;
    skos:prefLabel "Technology"@en ;
    skos:scopeNote "Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device"@en .

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

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

<https://w3id.org/dpv#ThirdParty>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2019-06-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-05-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(GDPR Art.4-10,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj)"@en ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Recipient> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Recipient> ;
    skos:definition "A ‘third party’ means any natural or legal person other than - the entities directly involved or operating under those directly involved in a process"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-legalrole-classes> ;
    skos:prefLabel "Third Party"@en ;
    skos:scopeNote "Third Party in the context of personal data processing are entities other than the data subject, controllers, processors, and authorities"@en .

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

<https://w3id.org/dpv#ThirdPartyContract>
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#LegalBasis> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Contract> ;
    skos:definition "Creation, completion, fulfilment, or performance of a contract, with the Data Controller and Third Party as parties, and involving specified processing"@en ;
    skos:inScheme <https://w3id.org/dpv#legal-basis-classes> ;
    skos:prefLabel "Third Party Contract"@en .

<https://w3id.org/dpv#ThirdPartyDataSource>
    dct:created "2023-10-12"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataSource> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#DataSource> ;
    skos:definition "Data Sourced from a Third Party, e.g. when data is collected from an entity that is neither the Controller nor the Data Subject"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "ThirdParty as Data Source"@en .

<https://w3id.org/dpv#ThirdPartySecurityProcedures>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA 5G Cybersecurity Standards,https://www.enisa.europa.eu/publications/5g-cybersecurity-standards)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#OrganisationalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SecurityProcedure> ;
    skos:definition "Procedures related to security associated with Third Parties"@en ;
    skos:inScheme <https://w3id.org/dpv#organisational-measures-classes> ;
    skos:prefLabel "Third Party Security Procedures"@en .

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

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

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

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

<https://w3id.org/dpv#TrustedComputing>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#technical-measures-classes> ;
    skos:prefLabel "Trusted Computing"@en .

<https://w3id.org/dpv#TrustedExecutionEnvironment>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Data Protection Engineering,https://www.enisa.europa.eu/publications/data-protection-engineering)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#technical-measures-classes> ;
    skos:prefLabel "Trusted Execution Environment"@en .

<https://w3id.org/dpv#Unexpected>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#ExpectationStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ExpectationStatus> ;
    skos:definition "Status indicating the specified context was unexpected i.e. not expected"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Unexpected"@en .

<https://w3id.org/dpv#UninformedConsent>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#LegalBasis> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#consent-types-classes> ;
    skos:prefLabel "Uninformed Consent"@en .

<https://w3id.org/dpv#Unintended>
    dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#IntentionStatus> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#IntentionStatus> ;
    skos:definition "Status indicating the specified context was unintended i.e. not intended"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Unintended"@en .

<https://w3id.org/dpv#UnknownApplicability>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2023-08-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Applicability> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Applicability> ;
    skos:definition "Concept indicating information or context availability is unknown i.e. it is not known if the information exists or is applicable and therefore statements about its availability cannot be made (yet)"@en ;
    skos:inScheme <https://w3id.org/dpv#context-classes> ;
    skos:prefLabel "Unknown Applicability"@en ;
    skos:scopeNote "This concept is useful when describing situations where it cannot be stated whether the context applies or whether the information is not available yet. For example, if a form field asks about whether a process X was completed and it is not yet known whether X applies or not and therefore it is also unclear whether X was completed or not. Using UnknownApplicability is a signal that the applicability of X should be assessed, and if applicable, then information about X should be identified and used here."@en .

<https://w3id.org/dpv#Unlawful>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-10-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Lawfulness> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Lawfulness> ;
    skos:definition "State of being unlawful or legally non-compliant"@en ;
    skos:inScheme <https://w3id.org/dpv#status-classes> ;
    skos:prefLabel "Unlawful"@en .

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

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

<https://w3id.org/dpv#UnverifiedData>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-11-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Data> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Data> ;
    skos:definition "Data that has not been verified in terms of accuracy, inconsistency, or quality"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "Unverified Data"@en .

<https://w3id.org/dpv#UsageControl>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#technical-measures-classes> ;
    skos:prefLabel "Usage Control"@en .

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

<https://w3id.org/dpv#UseSyntheticData>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Data Protection Engineering,https://www.enisa.europa.eu/publications/data-protection-engineering)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#technical-measures-classes> ;
    skos:prefLabel "Use of Synthetic Data"@en .

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

<https://w3id.org/dpv#UserInterfacePersonalisation>
    dct:contributor "Harshvardhan J. Pandit, Javier Fernández, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ServicePersonalisation> ;
    skos:definition "Purposes associated with personalisation of interfaces presented to the user"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "User Interface Personalisation"@en ;
    skos:scopeNote "Examples of user-interface personalisation include changing the language to match the locale"@en .

<https://w3id.org/dpv#VariableLocation>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-10-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#LocationFixture> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#jurisdiction-classes> ;
    skos:prefLabel "Variable Location"@en .

<https://w3id.org/dpv#VendorManagement>
    dct:contributor "Paul Ryan, Georg P. Krog, David Hickey, Harshvardhan J. Pandit" ;
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Purpose> ;
    skos:definition "Purposes associated with manage orders, payment, evaluation, and prospecting related to vendors"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Vendor Management"@en .

<https://w3id.org/dpv#VendorPayment>
    dct:contributor "Paul Ryan, Georg P. Krog, David Hickey, Harshvardhan J. Pandit" ;
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#VendorManagement> ;
    skos:definition "Purposes associated with managing payment of vendors"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Vendor Payment"@en .

<https://w3id.org/dpv#VendorRecordsManagement>
    dct:contributor "Paul Ryan, Georg P. Krog, David Hickey, Harshvardhan J. Pandit" ;
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#VendorManagement> ;
    skos:definition "Purposes associated with managing records and orders related to vendors"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Vendor Records Management"@en .

<https://w3id.org/dpv#VendorSelectionAssessment>
    dct:contributor "Paul Ryan, Georg P. Krog, David Hickey, Harshvardhan J. Pandit" ;
    dct:created "2021-09-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#VendorManagement> ;
    skos:definition "Purposes associated with managing selection, assessment, and evaluation related to vendors"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Vendor Selection Assessment"@en .

<https://w3id.org/dpv#Verification>
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit" ;
    dct:created "2024-02-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Purpose> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EnforceSecurity> ;
    skos:definition "Purposes association with verification e.g. information, identity, integrity"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-classes> ;
    skos:prefLabel "Verification"@en .

<https://w3id.org/dpv#VerifiedData>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-11-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#Data> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#Data> ;
    skos:definition "Data that has been verified in terms of accuracy, consistency, or quality"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-classes> ;
    skos:prefLabel "Verified Data"@en .

<https://w3id.org/dpv#VirtualisationSecurity>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SecurityMethod> ;
    skos:definition "Security implemented at or through virtualised environments"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Virtualisation Security"@en .

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

<https://w3id.org/dpv#VitalInterest>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2021-04-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#LegalBasis> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#legal-basis-classes> ;
    skos:prefLabel "Vital Interest"@en .

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

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

<https://w3id.org/dpv#VulnerabilityTestingMethods>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SecurityMethod> ;
    skos:definition "Methods that assess or discover vulnerabilities in a system"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Vulnerability Testing Methods"@en .

<https://w3id.org/dpv#VulnerableDataSubject>
    dct:contributor "Georg P. Krog, Paul Ryan, Harshvardhan J. Pandit" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#DataSubject> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#entities-datasubject-classes> ;
    skos:prefLabel "Vulnerable Data Subject"@en ;
    skos:scopeNote "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 .

<https://w3id.org/dpv#WebBrowserSecurity>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SecurityMethod> ;
    skos:definition "Security implemented at or over web browsers"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "WebBrowser Security"@en .

<https://w3id.org/dpv#WebSecurityProtocols>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SecurityMethod> ;
    skos:definition "Security implemented at or over web-based protocols"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Web Security Protocols"@en .

<https://w3id.org/dpv#WirelessSecurityProtocols>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#SecurityMethod> ;
    skos:definition "Security implemented at or over wireless communication protocols"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Wireless Security Protocols"@en .

<https://w3id.org/dpv#WithdrawConsent>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subClassOf <https://w3id.org/dpv#ConsentControl>, <https://w3id.org/dpv#WithdrawingFromProcess> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#ConsentControl>, <https://w3id.org/dpv#WithdrawingFromProcess> ;
    skos:definition "Control for withdrawing consent"@en ;
    skos:inScheme <https://w3id.org/dpv#consent-controls-classes> ;
    skos:prefLabel "Withdraw Consent"@en ;
    skos:scopeNote "Indicates how the data subject can withdraw consent e.g. used with dpv:isExercisedAt"@en .

<https://w3id.org/dpv#WithdrawingFromProcess>
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#EntityPermissiveInvolvement> ;
    skos:definition "Involvement where entity can withdraw a previously given assent from specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-classes> ;
    skos:prefLabel "Withdrawing from Process"@en .

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

<https://w3id.org/dpv#WithinPhysicalEnvironment>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2020-10-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Location> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#LocalLocation> ;
    skos:definition "Location is local and entirely within a physical environment, such as a room"@en ;
    skos:inScheme <https://w3id.org/dpv#jurisdiction-classes> ;
    skos:prefLabel "Within Physical Environment"@en .

<https://w3id.org/dpv#WithinVirtualEnvironment>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2020-10-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#Location> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#jurisdiction-classes> ;
    skos:prefLabel "Within Virtual Environment"@en .

<https://w3id.org/dpv#ZeroKnowledgeAuthentication>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(ENISA Data Protection Engineering,https://www.enisa.europa.eu/publications/data-protection-engineering)"@en ;
    a rdfs:Class, skos:Concept, <https://w3id.org/dpv#TechnicalMeasure> ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#AuthenticationProtocols>, <https://w3id.org/dpv#CryptographicMethods> ;
    skos:definition "Authentication using Zero-Knowledge proofs"@en ;
    skos:inScheme <https://w3id.org/dpv#technical-measures-classes> ;
    skos:prefLabel "Zero Knowledge Authentication"@en .

<https://w3id.org/dpv#consent-controls-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#consent-properties>
    a skos:ConceptScheme .

<https://w3id.org/dpv#consent-status-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#consent-types-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#context-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#context-properties>
    a skos:ConceptScheme .

<https://w3id.org/dpv#entities-authority-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#entities-authority-properties>
    a skos:ConceptScheme .

<https://w3id.org/dpv#entities-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#entities-datasubject-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#entities-datasubject-properties>
    a skos:ConceptScheme .

<https://w3id.org/dpv#entities-legalrole-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#entities-legalrole-properties>
    a skos:ConceptScheme .

<https://w3id.org/dpv#entities-organisation-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#entities-properties>
    a skos:ConceptScheme .

<https://w3id.org/dpv#hasActiveEntity>
    dcam:rangeIncludes <https://w3id.org/dpv#EntityActiveInvolvement> ;
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "indicates the entity is actively involved in specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-properties> ;
    skos:prefLabel "has active entity"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#EntityActiveInvolvement> .

<https://w3id.org/dpv#hasActivityStatus>
    dcam:rangeIncludes <https://w3id.org/dpv#ActivityStatus> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasStatus> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasStatus> ;
    skos:definition "Indicates the status of activity of specified concept"@en ;
    skos:inScheme <https://w3id.org/dpv#status-properties> ;
    skos:prefLabel "has activity status"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#ActivityStatus> .

<https://w3id.org/dpv#hasAddress>
    dcam:domainIncludes <https://w3id.org/dpv#Entity> ;
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Paul Ryan, Beatriz Esteves" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#entities-properties> ;
    skos:prefLabel "has address"@en ;
    schema:domainIncludes <https://w3id.org/dpv#Entity> .

<https://w3id.org/dpv#hasAlgorithmicLogic>
    dcam:rangeIncludes <https://w3id.org/dpv#AlgorithmicLogic> ;
    dct:contributor "Georg P. Krog, Paul Ryan, Harshvardhan J. Pandit" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates the logic used in processing such as for automated decision making"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-properties> ;
    skos:prefLabel "has algorithmic logic"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#AlgorithmicLogic> .

<https://w3id.org/dpv#hasApplicability>
    dcam:rangeIncludes <https://w3id.org/dpv#Applicability> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2023-08-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates situations where the context is not applicable, information is not available, or this is unknown. An appropriate instance of dpv:Applicability should be used with this relation to express the situation"@en ;
    skos:inScheme <https://w3id.org/dpv#context-properties> ;
    skos:prefLabel "has applicability"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Applicability> .

<https://w3id.org/dpv#hasApplicableLaw>
    dcam:rangeIncludes <https://w3id.org/dpv#Law> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#jurisdiction-properties> ;
    skos:prefLabel "has applicable law"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Law> .

<https://w3id.org/dpv#hasAssessment>
    dcam:rangeIncludes <https://w3id.org/dpv#Assessment> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasOrganisationalMeasure> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasOrganisationalMeasure> ;
    skos:definition "Indicates a relevant assessment associated with the specific context"@en ;
    skos:inScheme <https://w3id.org/dpv#TOM-properties> ;
    skos:prefLabel "has assessment"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Assessment> .

<https://w3id.org/dpv#hasAuditStatus>
    dcam:rangeIncludes <https://w3id.org/dpv#AuditStatus> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasStatus> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasStatus> ;
    skos:definition "Indicates the status of audit associated with specified concept"@en ;
    skos:inScheme <https://w3id.org/dpv#status-properties> ;
    skos:prefLabel "has audit status"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#AuditStatus> .

<https://w3id.org/dpv#hasAuthority>
    dcam:rangeIncludes <https://w3id.org/dpv#Authority> ;
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#entities-authority-properties> ;
    skos:prefLabel "has authority"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Authority> .

<https://w3id.org/dpv#hasAutomationLevel>
    dcam:rangeIncludes <https://w3id.org/dpv#AutomationLevel> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-13"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2024-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "modified"@en ;
    skos:definition "Indicates the level of automation involved in implementation of the specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-properties> ;
    skos:prefLabel "has automation level"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#AutomationLevel> .

<https://w3id.org/dpv#hasComplianceStatus>
    dcam:rangeIncludes <https://w3id.org/dpv#ComplianceStatus> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasStatus> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasStatus> ;
    skos:definition "Indicates the status of compliance of specified concept"@en ;
    skos:inScheme <https://w3id.org/dpv#status-properties> ;
    skos:prefLabel "has compliance status"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#ComplianceStatus> .

<https://w3id.org/dpv#hasConsentControl>
    dcam:rangeIncludes <https://w3id.org/dpv#ConsentControl> ;
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Specific a control associated with consent"@en ;
    skos:inScheme <https://w3id.org/dpv#consent-properties> ;
    skos:prefLabel "has consent control"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#ConsentControl> .

<https://w3id.org/dpv#hasConsentStatus>
    dcam:rangeIncludes <https://w3id.org/dpv#ConsentStatus> ;
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#consent-properties> ;
    skos:prefLabel "has consent status"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#ConsentStatus> .

<https://w3id.org/dpv#hasConsequence>
    dcam:rangeIncludes <https://w3id.org/dpv#Consequence> ;
    dct:contributor "Harshvardhan J. Pandit, Julian Flake, Georg P. Krog, Fajar Ekaputra, Beatriz Esteves" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2021-09-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#risk-properties> ;
    skos:prefLabel "has consequence"@en ;
    skos:scopeNote "Removed plural suffix for consistency"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Consequence> .

<https://w3id.org/dpv#hasConsequenceOn>
    dcam:domainIncludes <https://w3id.org/dpv#Consequence> ;
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-11-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#risk-properties> ;
    skos:prefLabel "has consequence on"@en ;
    schema:domainIncludes <https://w3id.org/dpv#Consequence> .

<https://w3id.org/dpv#hasContact>
    dcam:domainIncludes <https://w3id.org/dpv#Entity> ;
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Paul Ryan, Beatriz Esteves" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#entities-properties> ;
    skos:prefLabel "has contact"@en ;
    schema:domainIncludes <https://w3id.org/dpv#Entity> .

<https://w3id.org/dpv#hasContext>
    dcam:rangeIncludes <https://w3id.org/dpv#Context> ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#context-properties> ;
    skos:prefLabel "has context"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Context> .

<https://w3id.org/dpv#hasCountry>
    dcam:rangeIncludes <https://w3id.org/dpv#Country> ;
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasLocation> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasLocation> ;
    skos:definition "Indicates applicability of specified country"@en ;
    skos:inScheme <https://w3id.org/dpv#jurisdiction-properties> ;
    skos:prefLabel "has country"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Country> .

<https://w3id.org/dpv#hasData>
    dcam:rangeIncludes <https://w3id.org/dpv#Data> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-08-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#personal-data-properties> ;
    skos:prefLabel "has data"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Data> .

<https://w3id.org/dpv#hasDataController>
    dcam:rangeIncludes <https://w3id.org/dpv#DataController> ;
    dct:contributor "Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger" ;
    dct:created "2019-04-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasEntity> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasEntity> ;
    skos:definition "Indicates association with Data Controller"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-legalrole-properties> ;
    skos:prefLabel "has data controller"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#DataController> .

<https://w3id.org/dpv#hasDataExporter>
    dcam:rangeIncludes <https://w3id.org/dpv#DataExporter> ;
    dct:contributor "Paul Ryan, Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasEntity> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasEntity> ;
    skos:definition "Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-legalrole-properties> ;
    skos:prefLabel "has data exporter"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#DataExporter> .

<https://w3id.org/dpv#hasDataImporter>
    dcam:rangeIncludes <https://w3id.org/dpv#DataImporter> ;
    dct:contributor "Paul Ryan, Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasRecipient> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasRecipient> ;
    skos:definition "Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-legalrole-properties> ;
    skos:prefLabel "has data importer"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#DataImporter> .

<https://w3id.org/dpv#hasDataProcessor>
    dcam:rangeIncludes <https://w3id.org/dpv#DataProcessor> ;
    dct:contributor "Paul Ryan, Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasRecipient> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasRecipient> ;
    skos:definition "Indiciates inclusion or applicability of a Data Processor"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-legalrole-properties> ;
    skos:prefLabel "has data processor"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#DataProcessor> .

<https://w3id.org/dpv#hasDataProtectionOfficer>
    dcam:rangeIncludes <https://w3id.org/dpv#DataProtectionOfficer> ;
    dct:contributor "Paul Ryan, Rob Brennan" ;
    dct:created "2022-03-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasRepresentative> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasRepresentative> ;
    skos:definition "Specifices an associated data protection officer"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-legalrole-properties> ;
    skos:prefLabel "has data protection officer"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#DataProtectionOfficer> .

<https://w3id.org/dpv#hasDataSource>
    dcam:rangeIncludes <https://w3id.org/dpv#DataSource> ;
    dct:contributor "Georg P. Krog, Paul Ryan, Harshvardhan J. Pandit" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#processing-context-properties> ;
    skos:prefLabel "has data source"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#DataSource> .

<https://w3id.org/dpv#hasDataSubject>
    dcam:rangeIncludes <https://w3id.org/dpv#DataSubject> ;
    dct:contributor "Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger" ;
    dct:created "2019-04-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasEntity> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasEntity> ;
    skos:definition "Indicates association with Data Subject"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-datasubject-properties> ;
    skos:prefLabel "has data subject"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#DataSubject> .

<https://w3id.org/dpv#hasDataSubjectScale>
    dcam:rangeIncludes <https://w3id.org/dpv#DataSubjectScale> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasScale> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasScale> ;
    skos:definition "Indicates the scale of data subjects"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-properties> ;
    skos:prefLabel "has data subject scale"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#DataSubjectScale> .

<https://w3id.org/dpv#hasDataVolume>
    dcam:rangeIncludes <https://w3id.org/dpv#DataVolume> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasScale> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasScale> ;
    skos:definition "Indicates the volume of data"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-properties> ;
    skos:prefLabel "has data volume"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#DataVolume> .

<https://w3id.org/dpv#hasDuration>
    dcam:rangeIncludes <https://w3id.org/dpv#Duration> ;
    dct:contributor "Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(SPECIAL Project,https://specialprivacy.ercim.eu/)"@en ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates information about duration"@en ;
    skos:inScheme <https://w3id.org/dpv#context-properties> ;
    skos:prefLabel "has duration"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Duration> .

<https://w3id.org/dpv#hasEntity>
    dcam:rangeIncludes <https://w3id.org/dpv#Entity> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#entities-properties> ;
    skos:prefLabel "has entity"@en ;
    skos:scopeNote "parent property for controller, processor, data subject, authority, etc.?"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Entity> .

<https://w3id.org/dpv#hasEntityControl>
    dcam:rangeIncludes <https://w3id.org/dpv#EntityControl> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasTechnicalOrganisationalMeasure> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasTechnicalOrganisationalMeasure> ;
    skos:definition "Indicates a control or measure provided for an entity to perform the specified action"@en ;
    skos:inScheme <https://w3id.org/dpv#TOM-properties> ;
    skos:prefLabel "has entity control"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#EntityControl> .

<https://w3id.org/dpv#hasEntityInvolvement>
    dcam:rangeIncludes <https://w3id.org/dpv#EntityInvolvement> ;
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates involvement of an entity in specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-properties> ;
    skos:prefLabel "has entity involvement"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#EntityInvolvement> .

<https://w3id.org/dpv#hasExpecation>
    dcam:rangeIncludes <https://w3id.org/dpv#ExpectationStatus> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasStatus> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasStatus> ;
    skos:definition "Indicates whether the specified context was expected or unexpected"@en ;
    skos:inScheme <https://w3id.org/dpv#status-properties> ;
    skos:prefLabel "has expectation"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#ExpectationStatus> .

<https://w3id.org/dpv#hasFrequency>
    dcam:rangeIncludes <https://w3id.org/dpv#Frequency> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-02-16"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#context-properties> ;
    skos:prefLabel "has frequency"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Frequency> .

<https://w3id.org/dpv#hasGeographicCoverage>
    dcam:rangeIncludes <https://w3id.org/dpv#GeographicCoverage> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasScale> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasScale> ;
    skos:definition "Indicate the geographic coverage (of specified context)"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-scale-properties> ;
    skos:prefLabel "has geographic coverage"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#GeographicCoverage> .

<https://w3id.org/dpv#hasHumanInvolvement>
    dcam:rangeIncludes <https://w3id.org/dpv#HumanInvolvement> ;
    dct:contributor "Georg P. Krog, Paul Ryan, Harshvardhan J. Pandit" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#processing-context-properties> ;
    skos:prefLabel "has human involvement"@en ;
    skos:scopeNote "Human involvement is also relevant to 'human in the loop'"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#HumanInvolvement> .

<https://w3id.org/dpv#hasIdentifier>
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Paul Ryan, Beatriz Esteves" ;
    dct:created "2020-11-25"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#context-properties> ;
    skos:prefLabel "has identifier"@en .

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

<https://w3id.org/dpv#hasImpactAssessment>
    dcam:rangeIncludes <https://w3id.org/dpv#ImpactAssessment> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasAssessment> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasAssessment> ;
    skos:definition "Indicates an impact assessment associated with the specific context"@en ;
    skos:inScheme <https://w3id.org/dpv#risk-properties> ;
    skos:prefLabel "has impact assessment"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#ImpactAssessment> .

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

<https://w3id.org/dpv#hasImportance>
    dcam:rangeIncludes <https://w3id.org/dpv#Importance> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-13"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates the importance for specified context or criteria"@en ;
    skos:inScheme <https://w3id.org/dpv#context-properties> ;
    skos:prefLabel "has importance"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Importance> .

<https://w3id.org/dpv#hasIndicationMethod>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#legal-basis-properties> ;
    skos:prefLabel "has indication method"@en .

<https://w3id.org/dpv#hasInformedStatus>
    dcam:rangeIncludes <https://w3id.org/dpv#EntityInformedStatus> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasStatus> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasStatus> ;
    skos:definition "Indicates whether an entity was informed or uninformed"@en ;
    skos:inScheme <https://w3id.org/dpv#status-properties> ;
    skos:prefLabel "has informed status"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#EntityInformedStatus> .

<https://w3id.org/dpv#hasIntention>
    dcam:rangeIncludes <https://w3id.org/dpv#IntentionStatus> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasStatus> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasStatus> ;
    skos:definition "Indicates whether the specified context was intended or unintended"@en ;
    skos:inScheme <https://w3id.org/dpv#status-properties> ;
    skos:prefLabel "has intention"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#IntentionStatus> .

<https://w3id.org/dpv#hasInvolvementStatus>
    dcam:rangeIncludes <https://w3id.org/dpv#InvolvementStatus> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasStatus> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasStatus> ;
    skos:definition "Indicates the involvement status for the specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#status-properties> ;
    skos:prefLabel "has involvement status"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#InvolvementStatus> .

<https://w3id.org/dpv#hasJointDataControllers>
    dcam:rangeIncludes <https://w3id.org/dpv#JointDataControllers> ;
    dct:contributor "Paul Ryan, Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasDataController> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasDataController> ;
    skos:definition "Indicates inclusion or applicability of a Joint Data Controller"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-legalrole-properties> ;
    skos:prefLabel "has joint data controllers"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#JointDataControllers> .

<https://w3id.org/dpv#hasJurisdiction>
    dcam:rangeIncludes <https://w3id.org/dpv#Location> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#jurisdiction-properties> ;
    skos:prefLabel "has jurisdiction"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Location> .

<https://w3id.org/dpv#hasJustification>
    dcam:domainIncludes <https://w3id.org/dpv#RightExerciseActivity> ;
    dcam:rangeIncludes <https://w3id.org/dpv#Justification> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#context-properties>, <https://w3id.org/dpv#rights-properties> ;
    skos:prefLabel "has justification"@en ;
    skos:scopeNote "Specifying a justification for non-fulfilment of Right Exercise"@en ;
    schema:domainIncludes <https://w3id.org/dpv#RightExerciseActivity> ;
    schema:rangeIncludes <https://w3id.org/dpv#Justification> .

<https://w3id.org/dpv#hasLawfulness>
    dcam:rangeIncludes <https://w3id.org/dpv#Lawfulness> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasComplianceStatus> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasComplianceStatus> ;
    skos:definition "Indicates the status of being lawful or legally compliant"@en ;
    skos:inScheme <https://w3id.org/dpv#status-properties> ;
    skos:prefLabel "has lawfulness"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Lawfulness> .

<https://w3id.org/dpv#hasLegalBasis>
    dcam:rangeIncludes <https://w3id.org/dpv#LegalBasis> ;
    dct:contributor "Axel Polleres, Javier Fernández" ;
    dct:created "2019-04-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#legal-basis-properties> ;
    skos:prefLabel "has legal basis"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#LegalBasis> .

<https://w3id.org/dpv#hasLegalMeasure>
    dcam:rangeIncludes <https://w3id.org/dpv#LegalMeasure> ;
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasOrganisationalMeasure> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasOrganisationalMeasure> ;
    skos:definition "Indicates use or applicability of Legal measure"@en ;
    skos:inScheme <https://w3id.org/dpv#TOM-properties> ;
    skos:prefLabel "has legal measure"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#LegalMeasure> .

<https://w3id.org/dpv#hasLikelihood>
    dcam:rangeIncludes <https://w3id.org/dpv#Likelihood> ;
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Paul Ryan, Julian Flake" ;
    dct:created "2022-07-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#risk-properties> ;
    skos:prefLabel "has likelihood"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Likelihood> .

<https://w3id.org/dpv#hasLocation>
    dcam:rangeIncludes <https://w3id.org/dpv#Location> ;
    dct:contributor "Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar" ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(SPECIAL Project,https://specialprivacy.ercim.eu/)"@en ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates information about location"@en ;
    skos:inScheme <https://w3id.org/dpv#jurisdiction-properties> ;
    skos:prefLabel "has location"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Location> .

<https://w3id.org/dpv#hasName>
    dcam:domainIncludes <https://w3id.org/dpv#Entity> ;
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Paul Ryan, Beatriz Esteves" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#entities-properties> ;
    skos:prefLabel "has name"@en ;
    schema:domainIncludes <https://w3id.org/dpv#Entity> .

<https://w3id.org/dpv#hasNecessity>
    dcam:rangeIncludes <https://w3id.org/dpv#Necessity> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-13"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates the necessity for specified context or criteria"@en ;
    skos:inScheme <https://w3id.org/dpv#context-properties> ;
    skos:prefLabel "has necessity"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Necessity> .

<https://w3id.org/dpv#hasNonInvolvedEntity>
    dcam:rangeIncludes <https://w3id.org/dpv#EntityNoInvolvement> ;
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "indicates the entity is not involved in specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-properties> ;
    skos:prefLabel "has non-involved entity"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#EntityNoInvolvement> .

<https://w3id.org/dpv#hasNonPersonalDataProcess>
    dcam:rangeIncludes <https://w3id.org/dpv#NonPersonalDataProcess> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2023-12-12"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates association with a Non-Personal Data Process"@en ;
    skos:inScheme <https://w3id.org/dpv#process-properties> ;
    skos:prefLabel "has non-personal data process"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#NonPersonalDataProcess> .

<https://w3id.org/dpv#hasNotice>
    dcam:rangeIncludes <https://w3id.org/dpv#Notice> ;
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasOrganisationalMeasure> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasOrganisationalMeasure> ;
    skos:definition "Indicates the use or applicability of a Notice for the specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#TOM-properties> ;
    skos:prefLabel "has notice"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Notice> .

<https://w3id.org/dpv#hasObligation>
    dcam:domainIncludes <https://w3id.org/dpv#Context> ;
    dcam:rangeIncludes <https://w3id.org/dpv#Obligation> ;
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Beatriz Esteves, Paul Ryan" ;
    dct:created "2022-10-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasRule> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasRule> ;
    skos:definition "Specifying applicability or inclusion of an obligation rule within specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#rules-properties> ;
    skos:prefLabel "has obligation"@en ;
    schema:domainIncludes <https://w3id.org/dpv#Context> ;
    schema:rangeIncludes <https://w3id.org/dpv#Obligation> .

<https://w3id.org/dpv#hasOrganisationalMeasure>
    dcam:rangeIncludes <https://w3id.org/dpv#OrganisationalMeasure> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasTechnicalOrganisationalMeasure> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasTechnicalOrganisationalMeasure> ;
    skos:definition "Indicates use or applicability of Organisational measure"@en ;
    skos:inScheme <https://w3id.org/dpv#TOM-properties> ;
    skos:prefLabel "has organisational measure"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#OrganisationalMeasure> .

<https://w3id.org/dpv#hasOutcome>
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#context-properties> ;
    skos:prefLabel "has outcome"@en .

<https://w3id.org/dpv#hasPassiveEntity>
    dcam:rangeIncludes <https://w3id.org/dpv#EntityPassiveInvolvement> ;
    dct:created "2024-05-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "indicates the entity is passively involved in specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-properties> ;
    skos:prefLabel "has passive entity"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#EntityPassiveInvolvement> .

<https://w3id.org/dpv#hasPermission>
    dcam:domainIncludes <https://w3id.org/dpv#Context> ;
    dcam:rangeIncludes <https://w3id.org/dpv#Permission> ;
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Beatriz Esteves, Paul Ryan" ;
    dct:created "2022-10-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasRule> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasRule> ;
    skos:definition "Specifying applicability or inclusion of a permission rule within specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#rules-properties> ;
    skos:prefLabel "has permission"@en ;
    schema:domainIncludes <https://w3id.org/dpv#Context> ;
    schema:rangeIncludes <https://w3id.org/dpv#Permission> .

<https://w3id.org/dpv#hasPersonalData>
    dcam:rangeIncludes <https://w3id.org/dpv#PersonalData> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasData> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasData> ;
    skos:definition "Indicates association with Personal Data"@en ;
    skos:inScheme <https://w3id.org/dpv#personal-data-properties> ;
    skos:prefLabel "has personal data"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#PersonalData> .

<https://w3id.org/dpv#hasPersonalDataHandling>
    dcam:rangeIncludes <https://w3id.org/dpv#PersonalDataHandling> ;
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#process-properties> ;
    skos:prefLabel "has personal data handling"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#PersonalDataHandling> .

<https://w3id.org/dpv#hasPersonalDataProcess>
    dcam:rangeIncludes <https://w3id.org/dpv#PersonalDataProcess> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2023-12-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates association with a Personal Data Process"@en ;
    skos:inScheme <https://w3id.org/dpv#process-properties> ;
    skos:prefLabel "has personal data process"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#PersonalDataProcess> .

<https://w3id.org/dpv#hasPhysicalMeasure>
    dcam:rangeIncludes <https://w3id.org/dpv#PhysicalMeasure> ;
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasTechnicalOrganisationalMeasure> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasTechnicalOrganisationalMeasure> ;
    skos:definition "Indicates use or applicability of Physical measure"@en ;
    skos:inScheme <https://w3id.org/dpv#TOM-properties> ;
    skos:prefLabel "has physical measure"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#PhysicalMeasure> .

<https://w3id.org/dpv#hasPolicy>
    dcam:rangeIncludes <https://w3id.org/dpv#Policy> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasTechnicalOrganisationalMeasure> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasTechnicalOrganisationalMeasure> ;
    skos:definition "Indicates policy applicable or used"@en ;
    skos:inScheme <https://w3id.org/dpv#TOM-properties> ;
    skos:prefLabel "has policy"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Policy> .

<https://w3id.org/dpv#hasProcess>
    dcam:rangeIncludes <https://w3id.org/dpv#Process> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2023-12-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates association with a Process"@en ;
    skos:inScheme <https://w3id.org/dpv#process-properties> ;
    skos:prefLabel "has process"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Process> .

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

<https://w3id.org/dpv#hasProhibition>
    dcam:domainIncludes <https://w3id.org/dpv#Context> ;
    dcam:rangeIncludes <https://w3id.org/dpv#Prohibition> ;
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Beatriz Esteves, Paul Ryan" ;
    dct:created "2022-10-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasRule> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasRule> ;
    skos:definition "Specifying applicability or inclusion of a prohibition rule within specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#rules-properties> ;
    skos:prefLabel "has prohibition"@en ;
    schema:domainIncludes <https://w3id.org/dpv#Context> ;
    schema:rangeIncludes <https://w3id.org/dpv#Prohibition> .

<https://w3id.org/dpv#hasPurpose>
    dcam:rangeIncludes <https://w3id.org/dpv#Purpose> ;
    dct:contributor "Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger" ;
    dct:created "2019-04-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(SPECIAL Project,https://specialprivacy.ercim.eu/)"@en ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates association with Purpose"@en ;
    skos:inScheme <https://w3id.org/dpv#purposes-properties> ;
    skos:prefLabel "has purpose"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Purpose> .

<https://w3id.org/dpv#hasRecipient>
    dcam:domainIncludes <https://w3id.org/dpv#RightExerciseActivity> ;
    dcam:rangeIncludes <https://w3id.org/dpv#Recipient> ;
    dct:contributor "Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger" ;
    dct:created "2019-04-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(SPECIAL Project,https://specialprivacy.ercim.eu/)"@en ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasEntity> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasEntity> ;
    skos:definition "Indicates Recipient of Data"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-legalrole-properties>, <https://w3id.org/dpv#rights-properties> ;
    skos:prefLabel "has recipient"@en ;
    skos:scopeNote "Indicates the Recipient of a Right Exercise Activity"@en ;
    schema:domainIncludes <https://w3id.org/dpv#RightExerciseActivity> ;
    schema:rangeIncludes <https://w3id.org/dpv#Recipient> .

<https://w3id.org/dpv#hasRecipientDataController>
    dcam:rangeIncludes <https://w3id.org/dpv#DataController> ;
    dct:contributor "Paul Ryan, Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasRecipient> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#entities-legalrole-properties> ;
    skos:prefLabel "has recipient data controller"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#DataController> .

<https://w3id.org/dpv#hasRecipientThirdParty>
    dcam:rangeIncludes <https://w3id.org/dpv#ThirdParty> ;
    dct:contributor "Paul Ryan, Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasRecipient> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/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#entities-legalrole-properties> ;
    skos:prefLabel "has recipient third party"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#ThirdParty> .

<https://w3id.org/dpv#hasRecordOfActivity>
    dcam:rangeIncludes <https://w3id.org/dpv#RecordsOfActivities> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-05-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasOrganisationalMeasure> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasOrganisationalMeasure> ;
    skos:definition "Indicates a relevant record of activity"@en ;
    skos:inScheme <https://w3id.org/dpv#TOM-properties> ;
    skos:prefLabel "has record of activity"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#RecordsOfActivities> .

<https://w3id.org/dpv#hasRelationWithDataSubject>
    dcam:domainIncludes <https://w3id.org/dpv#Entity> ;
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasEntity> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasEntity> ;
    skos:definition "Indicates the relation between specified Entity and Data Subject"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-datasubject-properties> ;
    skos:prefLabel "has relation with data subject"@en ;
    schema:domainIncludes <https://w3id.org/dpv#Entity> .

<https://w3id.org/dpv#hasRepresentative>
    dcam:domainIncludes <https://w3id.org/dpv#Entity> ;
    dcam:rangeIncludes <https://w3id.org/dpv#Representative> ;
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Paul Ryan, Beatriz Esteves" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasEntity> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasEntity> ;
    skos:definition "Specifies representative of the legal entity"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-properties> ;
    skos:prefLabel "has representative"@en ;
    schema:domainIncludes <https://w3id.org/dpv#Entity> ;
    schema:rangeIncludes <https://w3id.org/dpv#Representative> .

<https://w3id.org/dpv#hasResidualRisk>
    dcam:domainIncludes <https://w3id.org/dpv#Risk> ;
    dcam:rangeIncludes <https://w3id.org/dpv#Risk> ;
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Paul Ryan, Julian Flake" ;
    dct:created "2022-07-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#risk-properties> ;
    skos:prefLabel "has residual risk"@en ;
    schema:domainIncludes <https://w3id.org/dpv#Risk> ;
    schema:rangeIncludes <https://w3id.org/dpv#Risk> .

<https://w3id.org/dpv#hasResponsibleEntity>
    dcam:rangeIncludes <https://w3id.org/dpv#Entity> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-03-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasEntity> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasEntity> ;
    skos:definition "Specifies the indicated entity is responsible within some context"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-properties> ;
    skos:prefLabel "has responsible entity"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Entity> .

<https://w3id.org/dpv#hasRight>
    dcam:rangeIncludes <https://w3id.org/dpv#Right> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2020-11-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#rights-properties> ;
    skos:prefLabel "has right"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Right> .

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

<https://w3id.org/dpv#hasRiskAssessment>
    dcam:rangeIncludes <https://w3id.org/dpv#RiskAssessment> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasAssessment> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasAssessment> ;
    skos:definition "Indicates an associated risk assessment"@en ;
    skos:inScheme <https://w3id.org/dpv#risk-properties> ;
    skos:prefLabel "has risk assessment"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#RiskAssessment> .

<https://w3id.org/dpv#hasRiskLevel>
    dcam:domainIncludes <https://w3id.org/dpv#Risk> ;
    dcam:rangeIncludes <https://w3id.org/dpv#RiskLevel> ;
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Paul Ryan, Julian Flake" ;
    dct:created "2022-07-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#risk-properties> ;
    skos:prefLabel "has risk level"@en ;
    schema:domainIncludes <https://w3id.org/dpv#Risk> ;
    schema:rangeIncludes <https://w3id.org/dpv#RiskLevel> .

<https://w3id.org/dpv#hasRule>
    dcam:domainIncludes <https://w3id.org/dpv#Context> ;
    dcam:rangeIncludes <https://w3id.org/dpv#Rule> ;
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Beatriz Esteves, Paul Ryan" ;
    dct:created "2022-10-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#rules-properties> ;
    skos:prefLabel "has rule"@en ;
    schema:domainIncludes <https://w3id.org/dpv#Context> ;
    schema:rangeIncludes <https://w3id.org/dpv#Rule> .

<https://w3id.org/dpv#hasScale>
    dcam:rangeIncludes <https://w3id.org/dpv#Scale> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#processing-scale-properties> ;
    skos:prefLabel "has scale"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Scale> .

<https://w3id.org/dpv#hasScope>
    dcam:rangeIncludes <https://w3id.org/dpv#Scope> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#context-properties> ;
    skos:prefLabel "has scope"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Scope> .

<https://w3id.org/dpv#hasSector>
    dcam:rangeIncludes <https://w3id.org/dpv#Sector> ;
    dct:created "2019-04-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#purposes-properties> ;
    skos:prefLabel "has sector"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Sector> .

<https://w3id.org/dpv#hasSensitivityLevel>
    dcam:rangeIncludes <https://w3id.org/dpv#SensitivityLevel> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2023-08-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates the associated level of sensitivity"@en ;
    skos:inScheme <https://w3id.org/dpv#risk-properties> ;
    skos:prefLabel "has sensitivity level"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#SensitivityLevel> .

<https://w3id.org/dpv#hasService>
    dcam:rangeIncludes <https://w3id.org/dpv#Service> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates associated with the specified service"@en ;
    skos:inScheme <https://w3id.org/dpv#process-properties> ;
    skos:prefLabel "has service"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Service> .

<https://w3id.org/dpv#hasServiceConsumer>
    dcam:domainIncludes <https://w3id.org/dpv#Service> ;
    dcam:rangeIncludes <https://w3id.org/dpv#ServiceConsumer> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasEntity> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasEntity> ;
    skos:definition "Indicates the entity that consumes or receives the associated service"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-legalrole-properties> ;
    skos:prefLabel "has service consumer"@en ;
    schema:domainIncludes <https://w3id.org/dpv#Service> ;
    schema:rangeIncludes <https://w3id.org/dpv#ServiceConsumer> .

<https://w3id.org/dpv#hasServiceProvider>
    dcam:domainIncludes <https://w3id.org/dpv#Service> ;
    dcam:rangeIncludes <https://w3id.org/dpv#ServiceProvider> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-04-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasEntity> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasEntity> ;
    skos:definition "Indicates the entity that provides the associated service"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-legalrole-properties> ;
    skos:prefLabel "has service provider"@en ;
    schema:domainIncludes <https://w3id.org/dpv#Service> ;
    schema:rangeIncludes <https://w3id.org/dpv#ServiceProvider> .

<https://w3id.org/dpv#hasSeverity>
    dcam:rangeIncludes <https://w3id.org/dpv#Severity> ;
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Paul Ryan, Julian Flake" ;
    dct:created "2022-07-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#risk-properties> ;
    skos:prefLabel "has severity"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Severity> .

<https://w3id.org/dpv#hasStatus>
    dcam:domainIncludes <https://w3id.org/dpv#RightExerciseActivity> ;
    dcam:rangeIncludes <https://w3id.org/dpv#Status> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#rights-properties>, <https://w3id.org/dpv#status-properties> ;
    skos:prefLabel "has status"@en ;
    skos:scopeNote "Indicates the status of a Right Exercise Activity"@en ;
    schema:domainIncludes <https://w3id.org/dpv#RightExerciseActivity> ;
    schema:rangeIncludes <https://w3id.org/dpv#Status> .

<https://w3id.org/dpv#hasStorageCondition>
    dcam:rangeIncludes <https://w3id.org/dpv#StorageCondition> ;
    dct:contributor "Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar" ;
    dct:created "2022-08-13"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:source "(SPECIAL Project,https://specialprivacy.ercim.eu/)"@en ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates information about storage condition"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-properties> ;
    skos:prefLabel "has storage condition"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#StorageCondition> .

<https://w3id.org/dpv#hasSubsidiary>
    dcam:domainIncludes <https://w3id.org/dpv#Organisation> ;
    dcam:rangeIncludes <https://w3id.org/dpv#Organisation> ;
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasEntity> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasEntity> ;
    skos:definition "Indicates this entity has the specified entity as its subsidiary"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-properties> ;
    skos:prefLabel "has subsidiary"@en ;
    schema:domainIncludes <https://w3id.org/dpv#Organisation> ;
    schema:rangeIncludes <https://w3id.org/dpv#Organisation> .

<https://w3id.org/dpv#hasTechnicalMeasure>
    dcam:rangeIncludes <https://w3id.org/dpv#TechnicalMeasure> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasTechnicalOrganisationalMeasure> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasTechnicalOrganisationalMeasure> ;
    skos:definition "Indicates use or applicability of Technical measure"@en ;
    skos:inScheme <https://w3id.org/dpv#TOM-properties> ;
    skos:prefLabel "has technical measure"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#TechnicalMeasure> .

<https://w3id.org/dpv#hasTechnicalOrganisationalMeasure>
    dcam:rangeIncludes <https://w3id.org/dpv#TechnicalOrganisationalMeasure> ;
    dct:contributor "Axel Polleres, Javier Fernández, Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger" ;
    dct:created "2019-04-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#TOM-properties> ;
    skos:prefLabel "has technical and organisational measure"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#TechnicalOrganisationalMeasure> .

<https://w3id.org/dpv#hasThirdCountry>
    dcam:rangeIncludes <https://w3id.org/dpv#ThirdCountry> ;
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasCountry> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasCountry> ;
    skos:definition "Indicates applicability or relevance of a 'third country'"@en ;
    skos:inScheme <https://w3id.org/dpv#jurisdiction-properties> ;
    skos:prefLabel "has third country"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#ThirdCountry> .

<https://w3id.org/dpv#isAfter>
    dcam:domainIncludes <https://w3id.org/dpv#RightExerciseActivity> ;
    dcam:rangeIncludes <https://w3id.org/dpv#RightExerciseActivity> ;
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Julian Flake" ;
    dct:created "2022-03-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#context-properties>, <https://w3id.org/dpv#rights-properties> ;
    skos:prefLabel "is after"@en ;
    skos:scopeNote "Specifying a RightExerciseActivity occurs before another RightExerciseActivity"@en ;
    schema:domainIncludes <https://w3id.org/dpv#RightExerciseActivity> ;
    schema:rangeIncludes <https://w3id.org/dpv#RightExerciseActivity> .

<https://w3id.org/dpv#isApplicableFor>
    dcam:rangeIncludes <https://w3id.org/dpv#Scope> ;
    dct:contributor "Harshvardhan J. Pandit, Beatriz Esteves, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-04-13"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates the concept or information is applicable for specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#context-properties> ;
    skos:prefLabel "is applicable for"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Scope> .

<https://w3id.org/dpv#isAuthorityFor>
    dcam:domainIncludes <https://w3id.org/dpv#Authority> ;
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2022-01-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#entities-authority-properties> ;
    skos:prefLabel "is authority for"@en ;
    schema:domainIncludes <https://w3id.org/dpv#Authority> .

<https://w3id.org/dpv#isBefore>
    dcam:domainIncludes <https://w3id.org/dpv#RightExerciseActivity> ;
    dcam:rangeIncludes <https://w3id.org/dpv#RightExerciseActivity> ;
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Julian Flake" ;
    dct:created "2022-03-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#context-properties>, <https://w3id.org/dpv#rights-properties> ;
    skos:prefLabel "is before"@en ;
    skos:scopeNote "Specifying a RightExerciseActivity occurs before another RightExerciseActivity"@en ;
    schema:domainIncludes <https://w3id.org/dpv#RightExerciseActivity> ;
    schema:rangeIncludes <https://w3id.org/dpv#RightExerciseActivity> .

<https://w3id.org/dpv#isDeterminedByEntity>
    dcam:rangeIncludes <https://w3id.org/dpv#Entity> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2024-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasEntity> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasEntity> ;
    skos:definition "Indicates the context is determined by the specified entity"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-properties> ;
    skos:prefLabel "is determined by entity"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Entity> .

<https://w3id.org/dpv#isExercisedAt>
    dcam:domainIncludes <https://w3id.org/dpv#ActiveRight> ;
    dcam:rangeIncludes <https://w3id.org/dpv#RightExerciseNotice> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-10-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#rights-properties> ;
    skos:prefLabel "is exercised at"@en ;
    schema:domainIncludes <https://w3id.org/dpv#ActiveRight> ;
    schema:rangeIncludes <https://w3id.org/dpv#RightExerciseNotice> .

<https://w3id.org/dpv#isImplementedByEntity>
    dcam:domainIncludes <https://w3id.org/dpv#RightExerciseActivity> ;
    dcam:rangeIncludes <https://w3id.org/dpv#Entity> ;
    dct:contributor "Axel Polleres, Harshvardhan J. Pandit, Beatriz Esteves, Paul Ryan, Julian Flake" ;
    dct:created "2019-05-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates implementation details such as entities or agents"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-properties>, <https://w3id.org/dpv#rights-properties> ;
    skos:prefLabel "is implemented by entity"@en ;
    skos:scopeNote "Indicates the Entity that implements or performs a Right Exercise Activity"@en, "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 ;
    schema:domainIncludes <https://w3id.org/dpv#RightExerciseActivity> ;
    schema:rangeIncludes <https://w3id.org/dpv#Entity> .

<https://w3id.org/dpv#isImplementedUsingTechnology>
    dcam:rangeIncludes <https://w3id.org/dpv#Technology> ;
    dct:contributor "Beatriz Esteves, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2022-06-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates implementation details such as technologies or processes"@en ;
    skos:inScheme <https://w3id.org/dpv#processing-context-properties> ;
    skos:prefLabel "is implemented using technology"@en ;
    skos:scopeNote "The term 'technology' is inclusive of technologies, processes, and methods."@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Technology> .

<https://w3id.org/dpv#isIndicatedAtTime>
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#legal-basis-properties> ;
    skos:prefLabel "is indicated at time"@en .

<https://w3id.org/dpv#isIndicatedBy>
    dcam:rangeIncludes <https://w3id.org/dpv#Entity> ;
    dct:contributor "Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake" ;
    dct:created "2022-06-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#legal-basis-properties> ;
    skos:prefLabel "is indicated by"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Entity> .

<https://w3id.org/dpv#isMitigatedByMeasure>
    dcam:domainIncludes <https://w3id.org/dpv#Risk> ;
    dcam:rangeIncludes <https://w3id.org/dpv#RiskMitigationMeasure> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-02-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasTechnicalOrganisationalMeasure> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasTechnicalOrganisationalMeasure> ;
    skos:definition "Indicate a risk is mitigated by specified measure"@en ;
    skos:inScheme <https://w3id.org/dpv#risk-properties> ;
    skos:prefLabel "is mitigated by measure"@en ;
    schema:domainIncludes <https://w3id.org/dpv#Risk> ;
    schema:rangeIncludes <https://w3id.org/dpv#RiskMitigationMeasure> .

<https://w3id.org/dpv#isNotApplicableFor>
    dcam:rangeIncludes <https://w3id.org/dpv#Scope> ;
    dct:contributor "Harshvardhan J. Pandit, Beatriz Esteves, Georg P. Krog, Paul Ryan" ;
    dct:created "2024-04-13"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicates the concept or information is not applicable for specified context"@en ;
    skos:inScheme <https://w3id.org/dpv#context-properties> ;
    skos:prefLabel "is not applicable for"@en ;
    schema:rangeIncludes <https://w3id.org/dpv#Scope> .

<https://w3id.org/dpv#isPolicyFor>
    dcam:domainIncludes <https://w3id.org/dpv#Policy> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-01-26"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#TOM-properties> ;
    skos:prefLabel "is policy for"@en ;
    schema:domainIncludes <https://w3id.org/dpv#Policy> .

<https://w3id.org/dpv#isRepresentativeFor>
    dcam:domainIncludes <https://w3id.org/dpv#Representative> ;
    dcam:rangeIncludes <https://w3id.org/dpv#Entity> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2022-11-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasEntity> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasEntity> ;
    skos:definition "Indicates the entity is a representative for specified entity"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-properties> ;
    skos:prefLabel "is representative for"@en ;
    schema:domainIncludes <https://w3id.org/dpv#Representative> ;
    schema:rangeIncludes <https://w3id.org/dpv#Entity> .

<https://w3id.org/dpv#isResidualRiskOf>
    dcam:domainIncludes <https://w3id.org/dpv#Risk> ;
    dcam:rangeIncludes <https://w3id.org/dpv#Risk> ;
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog, Paul Ryan, Julian Flake" ;
    dct:created "2022-07-20"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#risk-properties> ;
    skos:prefLabel "is residual risk of"@en ;
    schema:domainIncludes <https://w3id.org/dpv#Risk> ;
    schema:rangeIncludes <https://w3id.org/dpv#Risk> .

<https://w3id.org/dpv#isSubsidiaryOf>
    dcam:domainIncludes <https://w3id.org/dpv#Organisation> ;
    dcam:rangeIncludes <https://w3id.org/dpv#Organisation> ;
    dct:contributor "Harshvardhan J. Pandit, Georg P. Krog" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    rdfs:subPropertyOf <https://w3id.org/dpv#hasEntity> ;
    sw:term_status "accepted"@en ;
    skos:broader <https://w3id.org/dpv#hasEntity> ;
    skos:definition "Indicates this entity is the subsidiary of the specified entity"@en ;
    skos:inScheme <https://w3id.org/dpv#entities-properties> ;
    skos:prefLabel "is subsidiary of"@en ;
    schema:domainIncludes <https://w3id.org/dpv#Organisation> ;
    schema:rangeIncludes <https://w3id.org/dpv#Organisation> .

<https://w3id.org/dpv#jurisdiction-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#jurisdiction-properties>
    a skos:ConceptScheme .

<https://w3id.org/dpv#legal-basis-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#legal-basis-properties>
    a skos:ConceptScheme .

<https://w3id.org/dpv#legal-measures-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#mitigatesRisk>
    dcam:domainIncludes <https://w3id.org/dpv#RiskMitigationMeasure> ;
    dcam:rangeIncludes <https://w3id.org/dpv#Risk> ;
    dct:contributor "Harshvardhan J. Pandit" ;
    dct:created "2020-11-04"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    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#risk-properties> ;
    skos:prefLabel "mitigates risk"@en ;
    schema:domainIncludes <https://w3id.org/dpv#RiskMitigationMeasure> ;
    schema:rangeIncludes <https://w3id.org/dpv#Risk> .

<https://w3id.org/dpv#organisational-measures-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#personal-data-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#personal-data-properties>
    a skos:ConceptScheme .

<https://w3id.org/dpv#physical-measures-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#process-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#process-properties>
    a skos:ConceptScheme .

<https://w3id.org/dpv#processing-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#processing-context-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#processing-context-properties>
    a skos:ConceptScheme .

<https://w3id.org/dpv#processing-properties>
    a skos:ConceptScheme .

<https://w3id.org/dpv#processing-scale-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#processing-scale-properties>
    a skos:ConceptScheme .

<https://w3id.org/dpv#purposes-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#purposes-properties>
    a skos:ConceptScheme .

<https://w3id.org/dpv#rights-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#rights-properties>
    a skos:ConceptScheme .

<https://w3id.org/dpv#risk-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#risk-properties>
    a skos:ConceptScheme .

<https://w3id.org/dpv#rules-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#rules-properties>
    a skos:ConceptScheme .

<https://w3id.org/dpv#serialisation-html>
    dct:conformsTo <https://www.w3.org/TR/html/> ;
    dct:format <https://www.iana.org/assignments/media-types/text/html> ;
    dct:title "Data Privacy Vocabulary (DPV) - HTML serialiation" ;
    a profile:ResourceDescriptor ;
    profile:hasArtifact <https://w3id.org/dpv/dpv.html> ;
    profile:hasRole <http://www.w3.org/ns/dx/prof/role/specification> .

<https://w3id.org/dpv#serialisation-jsonld>
    dct:conformsTo <https://www.w3.org/TR/json-ld11/> ;
    dct:format <https://www.iana.org/assignments/media-types/application/ld+json> ;
    dct:title "Data Privacy Vocabulary (DPV) - JSON-LD serialiation" ;
    a profile:ResourceDescriptor ;
    profile:hasArtifact <https://w3id.org/dpv/dpv/dpv.jsonld> ;
    profile:hasRole <http://www.w3.org/ns/dx/prof/role/vocabulary> .

<https://w3id.org/dpv#serialisation-n3>
    dct:conformsTo <https://www.w3.org/TeamSubmission/n3/> ;
    dct:format <https://www.iana.org/assignments/media-types/text/n3> ;
    dct:title "Data Privacy Vocabulary (DPV) - N3 serialiation" ;
    a profile:ResourceDescriptor ;
    profile:hasArtifact <https://w3id.org/dpv/dpv/dpv.n3> ;
    profile:hasRole <http://www.w3.org/ns/dx/prof/role/vocabulary> .

<https://w3id.org/dpv#serialisation-rdf>
    dct:conformsTo <http://www.w3.org/1999/02/22-rdf-syntax-ns#> ;
    dct:format <https://www.iana.org/assignments/media-types/application/rdf+xml> ;
    dct:title "Data Privacy Vocabulary (DPV) - RDF/XML serialiation" ;
    a profile:ResourceDescriptor ;
    profile:hasArtifact <https://w3id.org/dpv/dpv/dpv.rdf> ;
    profile:hasRole <http://www.w3.org/ns/dx/prof/role/vocabulary> .

<https://w3id.org/dpv#serialisation-ttl>
    dct:conformsTo <https://www.w3.org/TR/turtle/> ;
    dct:format <https://www.iana.org/assignments/media-types/text/turtle> ;
    dct:title "Data Privacy Vocabulary (DPV) - Turtle serialiation" ;
    a profile:ResourceDescriptor ;
    profile:hasArtifact <https://w3id.org/dpv/dpv/dpv.ttl> ;
    profile:hasRole <http://www.w3.org/ns/dx/prof/role/vocabulary> .

<https://w3id.org/dpv#status-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv#status-properties>
    a skos:ConceptScheme .

<https://w3id.org/dpv#supportsComplianceWith>
    dcam:domainIncludes <https://w3id.org/dpv#TechnicalOrganisationalMeasure> ;
    dct:contributor "Julian Flake, Georg P. Krog, Harshvardhan J. Pandit" ;
    dct:created "2024-04-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property, skos:Concept ;
    rdfs:isDefinedBy <https://w3id.org/dpv#> ;
    sw:term_status "accepted"@en ;
    skos:definition "Indicate the measure is required for meeting specified requirement or satisfying specified condition/constraint"@en ;
    skos:inScheme <https://w3id.org/dpv#TOM-properties> ;
    skos:prefLabel "supports Compliance With"@en ;
    schema:domainIncludes <https://w3id.org/dpv#TechnicalOrganisationalMeasure> .

<https://w3id.org/dpv#technical-measures-classes>
    a skos:ConceptScheme .

<https://w3id.org/dpv/examples>
    dct:conformsTo <https://www.w3.org/TR/html/> ;
    dct:format <https://www.iana.org/assignments/media-types/text/html> ;
    dct:title "Examples for Data Privacy Vocabulary" ;
    a profile:ResourceDescriptor ;
    profile:hasArtifact <https://w3id.org/dpv/examples> ;
    profile:hasRole <http://www.w3.org/ns/dx/prof/role/guidance> .

<https://w3id.org/dpv/guides>
    dct:conformsTo <https://www.w3.org/TR/html/> ;
    dct:format <https://www.iana.org/assignments/media-types/text/html> ;
    dct:title "Guides for Data Privacy Vocabulary" ;
    a profile:ResourceDescriptor ;
    profile:hasArtifact <https://w3id.org/dpv/guides> ;
    profile:hasRole <http://www.w3.org/ns/dx/prof/role/guidance> .

<https://w3id.org/dpv/primer>
    dct:conformsTo <https://www.w3.org/TR/html/> ;
    dct:format <https://www.iana.org/assignments/media-types/text/html> ;
    dct:title "Primer for Data Privacy Vocabulary" ;
    a profile:ResourceDescriptor ;
    profile:hasArtifact <https://w3id.org/dpv/primer> ;
    profile:hasRole <http://www.w3.org/ns/dx/prof/role/guidance> .

