dpv:hasWithdrawalByJustification leaf node


URI

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

Label

has withdrawal by justification

Description

This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) dpv:hasWithdrawalByJustification 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:hasWithdrawalByJustification a rdf:Property ;
    rdfs:label "has withdrawal by justification"@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 justification for entity withdrawing consent"@en ;
    rdfs:comment "This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy"@en ;
    sw:term_status "accepted"@en .