dpv:hasConsentNotice leaf node


URI

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

Label

has consent notice

Description

The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) dpv:hasConsentNotice 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:hasConsentNotice a rdf:Property ;
    rdfs:label "has consent notice"@en ;
    dct:created "2019-04-05"^^xsd:date ;
    dct:creator "Bud Bruegger"^^xsd:string,
        "Harshvardhan J. Pandit"^^xsd:string,
        "Mark Lizar"^^xsd:string ;
    dct:description "Specifies the notice provided in context of consent"@en ;
    rdfs:comment "The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI."@en ;
    sw:term_status "accepted"@en .