bindingness-type:informative


URI

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

Label

Informative

Description

A non-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:informative a skos:Concept,
        smart:BindingnessType ;
    rdfs:label "Informative"@en ;
    skos:definition "A non-normative bindingness type" ;
    skos:inScheme bindingness-type: ;
    skos:prefLabel "Informative"@en ;
    skos:topConceptOf bindingness-type: .