https://w3id.org/standards/smart/taxonomies/publication-type/publiclyAvailableSpecification
Document published by ISO or IEC to respond to an urgent market need, representing either:
* a consensus in an organization external to ISO or IEC, or
* a consensus of the experts within a working group
@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:publiclyAvailableSpecification a skos:Concept,
smart:PublicationDocumentType ;
rdfs:label "Publicly Available Specification"@en ;
rdfs:seeAlso "https://www.iec.ch/standards-development/isoiec-directives-part-2#article-header-id-13-5",
"https://www.iso.org/sites/directives/current/part2/index.xhtml#_idTextAnchor016" ;
skos:altLabel "PAS"@en ;
skos:definition """Document published by ISO or IEC to respond to an urgent market need, representing either:
* a consensus in an organization external to ISO or IEC, or
* a consensus of the experts within a working group"""@en ;
skos:inScheme publication-type: ;
skos:prefLabel "Publicly Available Specification"@en ;
skos:scopeNote """* Note 1 to entry: A Publicly Available Specification is not allowed to conflict with an existing International Standard (3.1.4).
* Note 2 to entry: Competing Publicly Available Specifications on the same subject are permitted."""@en ;
skos:topConceptOf publication-type: .