article-types:feature leaf node


URI

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

Label

Feature

Description

The :feature article-type denotes an article of long-form journalism that provides an in-depth account of new ideas and approaches in science, the dynamics of the research community, and interactions between science and society. Intended to complement the emerging scientific developments reported in research articles, this format provides ‘inside’ access to topical subjects in science and scientific research: how it works, its challenges and its controversies.

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:feature a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:miscellaneous ;
    npg:id "feature" ;
    npg:isLeaf true ;
    npg:isRoot false ;
    npg:treeDepth 2 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:special-features ;
    skos:definition "The :feature article-type denotes an article of long-form journalism that provides an in-depth account of new ideas and approaches in science, the dynamics of the research community, and interactions between science and society. Intended to complement the emerging scientific developments reported in research articles, this format provides ‘inside’ access to topical subjects in science and scientific research: how it works, its challenges and its controversies."@en ;
    skos:inScheme article-types: ;
    skos:prefLabel "Feature"@en .