article-types:perspective leaf node


URI

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

Label

Perspective

Description

The :perspective article-type denotes a scholarly review and discussion of the primary research literature that does not meet the criteria for a review article - either because the scope is too narrow, or a primary purpose of the piece is to advocate a controversial position or a speculative hypothesis, or to discuss work primarily from one or a few research groups. Perspectives tend to be more forward looking and/or speculative than reviews and may take a narrower field of view. They may be opinionated but should remain balanced, and are intended to stimulate discussion and consideration of new approaches to investigation and understanding of a field.

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:perspective a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:research-and-reviews ;
    npg:id "perspective" ;
    npg:isLeaf true ;
    npg:isRoot false ;
    npg:treeDepth 2 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:reviews ;
    skos:definition "The :perspective article-type denotes a scholarly review and discussion of the primary research literature that does not meet the criteria for a review article - either because the scope is too narrow, or a primary purpose of the piece is to advocate a controversial position or a speculative hypothesis, or to discuss work primarily from one or a few research groups. Perspectives tend to be more forward looking and/or speculative than reviews and may take a narrower field of view. They may be opinionated but should remain balanced, and are intended to stimulate discussion and consideration of new approaches to investigation and understanding of a field."@en ;
    skos:inScheme article-types: ;
    skos:prefLabel "Perspective"@en .