publication-type:guide


URI

https://w3id.org/standards/smart/taxonomies/publication-type/guide

Label

Guide

Description

Document published by ISO or IEC giving rules, orientation, advice or recommendations relating to international standardization

Is instance of (1)

Implementation

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

publication-type:guide a skos:Concept,
        smart:PublicationDocumentType ;
    rdfs:label "Guide"@en ;
    rdfs:seeAlso "https://www.iec.ch/standards-development/isoiec-directives-part-2#article-header-id-13-6",
        "https://www.iso.org/sites/directives/current/part2/index.xhtml#_idTextAnchor017" ;
    skos:definition "Document published by ISO or IEC giving rules, orientation, advice or recommendations relating to international standardization"@en ;
    skos:inScheme publication-type: ;
    skos:prefLabel "Guide"@en ;
    skos:scopeNote "Guides can address issues of interest to all users of documents published by ISO and IEC."@en ;
    skos:topConceptOf publication-type: .