article-types:comment


URI

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

Label

Comment

Description

The :comment article-type generally denotes an agenda-setting, authoritative, informed and often provocative expert piece calling for action on topical issues pertaining to scientific research and its political, ethical and social ramifications. They are written to be accessible and appealing to the entire target readership of the journal and propose a detailed solution rather than simply providing a snapshot of the problem. Alternatively the :comment article-type can denote a writerly historical narrative or conceptual or philosophical argument of pressing contemporary relevance, told with authority, colour, vivacity and personal voice. These attempt to bring an original perspective before the widest readership, through erudite reasoning and telling examples.

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:comment a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:news-and-comment ;
    npg:id "comment" ;
    npg:isLeaf false ;
    npg:isRoot false ;
    npg:treeDepth 2 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:comments-and-opinion ;
    skos:definition "The :comment article-type generally denotes an agenda-setting, authoritative, informed and often provocative expert piece calling for action on topical issues pertaining to scientific research and its political, ethical and social ramifications. They are written to be accessible and appealing to the entire target readership of the journal and propose a detailed solution rather than simply providing a snapshot of the problem. Alternatively the :comment article-type can denote a writerly historical narrative or conceptual or philosophical argument of pressing contemporary relevance, told with authority, colour, vivacity and personal voice. These attempt to bring an original perspective before the widest readership, through erudite reasoning and telling examples."@en ;
    skos:inScheme article-types: ;
    skos:narrower article-types:building-a-business,
        article-types:patent ;
    skos:prefLabel "Comment"@en .