article-types:addendum leaf node


URI

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

Label

Addendum

Description

The :addendum article-type denotes a notification of a (usually) peer-reviewed addition of information to a paper, usually in response to readers' request for clarification. Addenda are published only rarely and only when the editors decide that the addendum is crucial to the reader's understanding of a significant part of the published contribution. An addendum can consist of: (i) information not available at the time of publication (but not merely because more data has become available), or (ii) an editor’s note concerning breaches of policy (such as refusal to share reagents).

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:addendum a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:research-and-reviews ;
    npg:id "addendum" ;
    npg:isLeaf true ;
    npg:isRoot false ;
    npg:treeDepth 2 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:amendments-and-corrections ;
    skos:definition "The :addendum article-type denotes a notification of a (usually) peer-reviewed addition of information to a paper, usually in response to readers' request for clarification. Addenda are published only rarely and only when the editors decide that the addendum is crucial to the reader's understanding of a significant part of the published contribution. An addendum can consist of: (i) information not available at the time of publication (but not merely because more data has become available), or (ii) an editor’s note concerning breaches of policy (such as refusal to share reagents)."@en ;
    skos:inScheme article-types: ;
    skos:prefLabel "Addendum"@en .