article-types:technology-feature leaf node


URI

http://ns.nature.com/article-types/technology-feature

Label

Technology Feature

Description

The :technology-feature article-type denotes a review of the latest technologies, products, and instruments in fast-moving fields of research. A technology feature presents an in-depth explanation of a specific area of technology development along with examples of the latest advances taking place in both the academic and commercial spaces.

Implementation

@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:technology-feature a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:miscellaneous ;
    npg:id "technology-feature" ;
    npg:isLeaf true ;
    npg:isRoot false ;
    npg:treeDepth 2 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:special-features ;
    skos:definition "The :technology-feature article-type denotes a review of the latest technologies, products, and instruments in fast-moving fields of research. A technology feature presents an in-depth explanation of a specific area of technology development along with examples of the latest advances taking place in both the academic and commercial spaces."@en ;
    skos:inScheme article-types: ;
    skos:prefLabel "Technology Feature"@en .