provision-supplement-type:note


URI

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

Label

Note

Description

Notes are used for giving additional information intended to assist the understanding or use of the text of the document. The document shall be usable without the notes.

Is instance of (1)

Implementation

@prefix provision-supplement-type: <https://w3id.org/standards/smart/taxonomies/provision-supplement-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-supplement-type:note a skos:Concept,
        smart:ProvisionSupplementType ;
    rdfs:label "Note"@en ;
    rdfs:seeAlso <https://www.iec.ch/standards-development/isoiec-directives-part-2#article-header-id-5633-24notes> ;
    skos:definition "Notes are used for giving additional information intended to assist the understanding or use of the text of the document. The document shall be usable without the notes."@en ;
    skos:inScheme provision-supplement-type: ;
    skos:prefLabel "Note"@en ;
    skos:topConceptOf provision-supplement-type: .