article-types:amendments-and-corrections


URI

http://ns.nature.com/article-types/amendments-and-corrections

Label

Amendments and Corrections

Description

The :amendments-and-corrections article-type groups together article-types including the :addendum, :corrigendum, :erratum, :correction and :retraction article-types.

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:amendments-and-corrections a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:research-and-reviews ;
    npg:id "amendments-and-corrections" ;
    npg:isLeaf false ;
    npg:isPrimaryArticleType true ;
    npg:isRoot false ;
    npg:treeDepth 1 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:research-and-reviews ;
    skos:definition "The :amendments-and-corrections article-type groups together article-types including the :addendum, :corrigendum, :erratum, :correction and :retraction article-types."@en ;
    skos:inScheme article-types: ;
    skos:narrower article-types:addendum,
        article-types:correction,
        article-types:corrigendum,
        article-types:erratum,
        article-types:retraction ;
    skos:prefLabel "Amendments and Corrections"@en .