article-types:news


URI

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

Label

News

Description

The :news article-type denotes timely briefings and analysis on a wide range of topics (research, policy, business, society, academic communities) important to the target audience of a journal. The :news article-type also groups together all news article-types including the :news and :news-analysis 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:news a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:news-and-comment ;
    npg:id "news" ;
    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 :news article-type denotes timely briefings and analysis on a wide range of topics (research, policy, business, society, academic communities) important to the target audience of a journal. The :news article-type also groups together all news article-types including the :news and :news-analysis article-types."@en ;
    skos:inScheme article-types: ;
    skos:narrower article-types:news-analysis,
        article-types:news-in-brief ;
    skos:prefLabel "News"@en .