https://w3id.org/standards/smart/taxonomies/publication-type/technicalReport
Document published by ISO or IEC containing collected data of a different kind from that normally published as an International Standard or Technical Specification
@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:technicalReport a skos:Concept,
smart:PublicationDocumentType ;
rdfs:label "Technical Report"@en ;
rdfs:seeAlso "https://www.iec.ch/standards-development/isoiec-directives-part-2#article-header-id-13-7",
"https://www.iso.org/sites/directives/current/part2/index.xhtml#_idTextAnchor018" ;
skos:altLabel "TR"@en ;
skos:changeNote "Prior to mid-1999, Technical Reports were designated as Technical Reports of type 3."@en ;
skos:definition "Document published by ISO or IEC containing collected data of a different kind from that normally published as an International Standard or Technical Specification"@en ;
skos:example "Such data may include, for example, data obtained from a survey carried out among the national bodies, data on work in other international organizations or data on the state of the art in relation to standards of national bodies on a particular subject."@en ;
skos:inScheme publication-type: ;
skos:prefLabel "Technical Report"@en ;
skos:scopeNote "The content of a Technical Report is not permitted to include requirements, recommendations or permissions."@en ;
skos:topConceptOf publication-type: .