provision-type:governingProvision


URI

https://w3id.org/standards/smart/taxonomies/provision-type/governingProvision

Label

Governing Provision

Description

A provision that conveys information that guides actions or results within the scope of the document or the series of documents, this document is part of

Is instance of (1)

Implementation

@prefix provision-type: <https://w3id.org/standards/smart/taxonomies/provision-type/> .
@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/> .

provision-type:governingProvision a skos:Concept,
        smart:ProvisionType ;
    rdfs:label "Governing Provision"@en ;
    skos:definition "A provision that conveys information that guides actions or results within the scope of the document or the series of documents, this document is part of"@en ;
    skos:example "Requirement, Instruction"@en ;
    skos:inScheme provision-type: ;
    skos:prefLabel "Governing Provision"@en ;
    skos:topConceptOf provision-type: .