provision-supplement-type:example


URI

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

Label

Example

Description

Examples illustrate concepts presented in the document. The document shall be usable without the examples.

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:example a skos:Concept,
        smart:ProvisionSupplementType ;
    rdfs:label "Example"@en ;
    rdfs:seeAlso <https://www.iec.ch/standards-development/isoiec-directives-part-2#article-header-id-5635-25examples>,
        <https://www.iso.org/sites/directives/current/part2/index.xhtml#_idTextAnchor348> ;
    skos:definition "Examples illustrate concepts presented in the document. The document shall be usable without the examples."@en ;
    skos:inScheme provision-supplement-type: ;
    skos:topConceptOf provision-supplement-type: .