article-types:correspondence leaf node


URI

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

Label

Correspondence

Description

The :correspondence article-type denotes arresting and timely comments on material published in the journal (including right-of-reply) as well as anything of likely interest to the readers, such as policy debates and community announcements.

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:correspondence a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:news-and-comment ;
    npg:id "correspondence" ;
    npg:isLeaf true ;
    npg:isPrimaryArticleType true ;
    npg:isRoot false ;
    npg:treeDepth 1 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:news-and-comment ;
    skos:definition "The :correspondence article-type denotes arresting and timely comments on material published in the journal (including right-of-reply) as well as anything of likely interest to the readers, such as policy debates and community announcements."@en ;
    skos:inScheme article-types: ;
    skos:prefLabel "Correspondence"@en .