https://w3id.org/standards/smart/taxonomies/publication-type/internationalStandard
Standard that is adopted by an international standardizing/standards organization and made available to the public
@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:internationalStandard a skos:Concept,
smart:PublicationDocumentType ;
rdfs:label "International Standard"@en ;
rdfs:seeAlso "https://www.iec.ch/standards-development/isoiec-directives-part-2#article-header-id-13-2",
"https://www.iso.org/sites/directives/current/part2/index.xhtml#_idTextAnchor013" ;
skos:broader publication-type:standard ;
skos:definition "Standard that is adopted by an international standardizing/standards organization and made available to the public"@en ;
skos:inScheme publication-type: ;
skos:prefLabel "International Standard"@en .