smart:hasProvisionType leaf node


URI

https://w3id.org/standards/smart/ontologies/core/hasProvisionType

Label

has provision type

Description

Associating a Provision with categories such as governing or assertional

Usage

DOMAINPROPERTYRANGE
smart:Provision smart:hasProvisionType smart:ProvisionType

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix smart: <https://w3id.org/standards/smart/ontologies/core/> .

smart:hasProvisionType a owl:ObjectProperty ;
    rdfs:label "has provision type"@en ;
    rdfs:domain smart:Provision ;
    rdfs:range smart:ProvisionType ;
    skos:definition "Associating a Provision with categories such as governing or assertional"@en ;
    skos:prefLabel "has provision type"@en .