dpv:hasProvisionMethod leaf node


URI

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

Label

has provision method

Description

Can be used to record information of how consent was provided e.g. by a click to a form, in writing, etc., by logging into a system and confirm per email, or with some additional authentication, etc.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) dpv:hasProvisionMethod 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:hasProvisionMethod a rdf:Property ;
    rdfs:label "has provision method"@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 method by which consent was provisioned or provided"@en ;
    rdfs:comment "Can be used to record information of how consent was provided e.g. by a click to a form, in writing, etc., by logging into a system and confirm per email, or with some additional authentication, etc."@en ;
    sw:term_status "accepted"@en .