bindingness-type:normative


URI

https://w3id.org/standards/smart/taxonomies/bindingness-type/normative

Label

Normative

Description

A normative bindingness type

Is instance of (1)

Implementation

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

bindingness-type:normative a skos:Concept,
        smart:BindingnessType ;
    rdfs:label "Normative"@en ;
    skos:definition "A normative bindingness type" ;
    skos:inScheme bindingness-type: ;
    skos:prefLabel "Normative"@en ;
    skos:topConceptOf bindingness-type: .