article-types:editorial leaf node


URI

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

Label

Editorial

Description

The :editorial article-type denotes an article conveying an authoritative opinion that will, at the least, crystallize a current issue of concern and, at best, inspire action by key individuals or groups. Editorial articles are the voice of the journal. An editorial can also deliver an introduction or overview of the content of an issue.

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:editorial a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:news-and-comment ;
    npg:id "editorial" ;
    npg:isLeaf false ;
    npg:isPrimaryArticleType true ;
    npg:isRoot false ;
    npg:treeDepth 1 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:news-and-comment ;
    skos:definition "The :editorial article-type denotes an article conveying an authoritative opinion that will, at the least, crystallize a current issue of concern and, at best, inspire action by key individuals or groups. Editorial articles are the voice of the journal. An editorial can also deliver an introduction or overview of the content of an issue."@en ;
    skos:inScheme article-types: ;
    skos:prefLabel "Editorial"@en .