http://ns.nature.com/article-types/technical-report
The :technical-report article-type denotes a first report of a technique that is likely to be influential to a substantial sector of the journal audience, and which might include a discovery that demonstrates the usefulness of the technique.
@prefix article-types: <http://ns.nature.com/article-types/> .
@prefix npg: <http://ns.nature.com/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
article-types:technical-report a npg:ArticleType,
skos:Concept ;
npg:hasRoot article-types:research-and-reviews ;
npg:id "technical-report" ;
npg:isLeaf true ;
npg:isRoot false ;
npg:treeDepth 2 ;
rdfs:isDefinedBy article-types: ;
skos:broader article-types:research ;
skos:definition "The :technical-report article-type denotes a first report of a technique that is likely to be influential to a substantial sector of the journal audience, and which might include a discovery that demonstrates the usefulness of the technique."@en ;
skos:inScheme article-types: ;
skos:prefLabel "Technical Report"@en .