article-types:review-article


URI

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

Label

Review Article

Description

The :review-article article-type denotes an authoritative, balanced, and scholarly survey aimed at informing a broad readership of developments in a field in which there have been recent, important advances. The requirement for balance need not prevent authors from proposing specific viewpoints, but if there are controversies in the field, the authors must treat them in an even-handed way. Language should be simple, novel concepts defined and specialist terminology explained.

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:review-article a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:research-and-reviews ;
    npg:id "review-article" ;
    npg:isLeaf false ;
    npg:isRoot false ;
    npg:treeDepth 2 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:reviews ;
    skos:definition "The :review-article article-type denotes an authoritative, balanced, and scholarly survey aimed at informing a broad readership of developments in a field in which there have been recent, important advances. The requirement for balance need not prevent authors from proposing specific viewpoints, but if there are controversies in the field, the authors must treat them in an even-handed way. Language should be simple, novel concepts defined and specialist terminology explained."@en ;
    skos:inScheme article-types: ;
    skos:narrower article-types:mini-review ;
    skos:prefLabel "Review Article"@en .