article-types:consensus-statement leaf node


URI

http://ns.nature.com/article-types/consensus-statement

Label

Consensus Statement

Description

The :consensus-statement article-type denotes an article with the form of a diagnosis/treatment/management guideline (usually society-endorsed), expert consensus document, position paper, scientific statement, standards paper, or white paper. A consensus statement should present a balanced review put together by a taskforce of people from various institutes, rather than from one group, and can be evidence-based or eminence-based. It represents a consensus recommendation.

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:consensus-statement a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:research-and-reviews ;
    npg:id "consensus-statement" ;
    npg:isLeaf false ;
    npg:isRoot false ;
    npg:treeDepth 2 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:reviews ;
    skos:definition "The :consensus-statement article-type denotes an article with the form of a diagnosis/treatment/management guideline (usually society-endorsed), expert consensus document, position paper, scientific statement, standards paper, or white paper. A consensus statement should present a balanced review put together by a taskforce of people from various institutes, rather than from one group, and can be evidence-based or eminence-based. It represents a consensus recommendation."@en ;
    skos:inScheme article-types: ;
    skos:narrower article-types:white-paper ;
    skos:prefLabel "Consensus Statement"@en .