article-types:correction leaf node


URI

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

Label

Correction

Description

The :correction article-type denotes a notification of errors in less scholarly article-types (e.g., :editorial, :comment, :correspondence, :news-and-views) compared with the :erratum and :corrigendum article-types which are used to indicate errors related to primary research. A correction might, for instance, be used to denote inaccuracies in author names and affiliations, errors that affect the credit given to a person or damage someone’s reputation, or significant misquotations.

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:correction a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:research-and-reviews ;
    npg:id "correction" ;
    npg:isLeaf true ;
    npg:isRoot false ;
    npg:treeDepth 2 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:amendments-and-corrections ;
    skos:definition "The :correction article-type denotes a notification of errors in less scholarly article-types (e.g., :editorial, :comment, :correspondence, :news-and-views) compared with the :erratum and :corrigendum article-types which are used to indicate errors related to primary research. A correction might, for instance, be used to denote inaccuracies in author names and affiliations, errors that affect the credit given to a person or damage someone’s reputation, or significant misquotations."@en ;
    skos:inScheme article-types: ;
    skos:prefLabel "Correction"@en .