dpv:hasPurpose leaf node


URI

http://www.w3.org/ns/dpv#hasPurpose

Label

has purpose

Description

Indicates assocation with a Purpose (of processing personal data).

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) dpv:hasPurpose owl:Thing (inferred)

Implementation

@prefix dct: <http://purl.org/dc/terms/> .
@prefix dpv: <http://www.w3.org/ns/dpv#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sw: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dpv:hasPurpose a rdf:Property ;
    rdfs:label "has purpose"@en ;
    dct:created "2019-04-04"^^xsd:date ;
    dct:creator "Axel Polleres"^^xsd:string,
        "Bud Bruegger"^^xsd:string,
        "Harshvardhan J. Pandit"^^xsd:string,
        "Javier Ferenandez"^^xsd:string,
        "Mark Lizar"^^xsd:string ;
    dct:description "Indicates assocation with a Purpose (of processing personal data)."@en ;
    dct:modified "2020-11-04"^^xsd:date ;
    rdfs:isDefinedBy <https://www.specialprivacy.eu/> ;
    sw:term_status "accepted"@en .