https://w3id.org/standards/smart/taxonomies/publication-type/standard
Document, established by consensus and approved by a recognized body, that provides, for common and repeated use, rules, guidelines or characteristics for activities or their results, aimed at the achievement of the optimum degree of order in a given context
@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:standard a skos:Concept,
smart:PublicationDocumentType ;
rdfs:label "Standard"@en ;
rdfs:seeAlso "https://www.iec.ch/standards-development/isoiec-directives-part-2#article-header-id-13-1",
"https://www.iso.org/sites/directives/current/part2/index.xhtml#_idTextAnchor012" ;
skos:definition "Document, established by consensus and approved by a recognized body, that provides, for common and repeated use, rules, guidelines or characteristics for activities or their results, aimed at the achievement of the optimum degree of order in a given context"@en ;
skos:inScheme publication-type: ;
skos:narrower publication-type:internationalStandard ;
skos:prefLabel "Standard"@en ;
skos:scopeNote "Standards should be based on the consolidated results of science, technology and experience, and aimed at the promotion of optimum community benefits"@en .