https://w3id.org/standards/smart/taxonomies/publication-type/technicalSpecification
Document published by ISO or IEC for which there is the future possibility of agreement on an International Standard, but for which at present:
* the required support for approval as an International Standard cannot be obtained,
* there is doubt on whether consensus has been achieved,
* the subject matter is still under technical development,
* or there is another reason precluding immediate publication as an International Standard
@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:technicalSpecification a skos:Concept,
smart:PublicationDocumentType ;
rdfs:label "Technical Specification"@en ;
rdfs:seeAlso "https://www.iec.ch/standards-development/isoiec-directives-part-2#article-header-id-13-4",
"https://www.iso.org/sites/directives/current/part2/index.xhtml#_idTextAnchor015" ;
skos:altLabel "TS"@en ;
skos:changeNote "Note 4 to entry: Prior to mid-1999, Technical Specifications were designated as Technical Reports of type 1 or 2."@en ;
skos:definition """Document published by ISO or IEC for which there is the future possibility of agreement on an International Standard, but for which at present:
* the required support for approval as an International Standard cannot be obtained,
* there is doubt on whether consensus has been achieved,
* the subject matter is still under technical development,
* or there is another reason precluding immediate publication as an International Standard"""@en ;
skos:inScheme publication-type: ;
skos:prefLabel "Technical Specification"@en ;
skos:scopeNote """* Note 1 to entry: The content of a Technical Specification, including its annexes, may include requirements
* Note 2 to entry: A Technical Specification is not allowed to conflict with an existing International Standard.
* Note 3 to entry: Competing Technical Specifications on the same subject are permitted."""@en ;
skos:topConceptOf publication-type: .