dpv:hasContext leaf node


URI

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

Label

has context

Description

Indiciates a purpose is restricted to the specified context(s)

Usage

DOMAINPROPERTYRANGE
dpv:Purpose dpv:hasContext dpv:Context

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:hasContext a rdf:Property ;
    rdfs:label "has context"@en ;
    dct:created "2019-04-05"^^xsd:date ;
    dct:description "Indiciates a purpose is restricted to the specified context(s)"@en ;
    rdfs:domain dpv:Purpose ;
    rdfs:range dpv:Context ;
    sw:term_status "accepted"@en .