dpv:hasProvisionBy leaf node


URI

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

Label

has provision by

Description

Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) dpv:hasProvisionBy dpv:LegalEntity

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:hasProvisionBy a rdf:Property ;
    rdfs:label "has provision by"@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 entity that provisioned or provided consent"@en ;
    rdfs:comment "Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors."@en ;
    rdfs:range dpv:LegalEntity ;
    sw:term_status "accepted"@en .