article-types:news-in-brief leaf node


URI

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

Label

News in Brief

Description

The :news-in-brief article-type denotes a succinct summary of all the most important news stories that emerged since the previous issue. It might include teasers to stories that appear at greater length elsewhere and will devote briefs to stories that address key reader interests.

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-in-brief a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:news-and-comment ;
    npg:id "news-in-brief" ;
    npg:isLeaf true ;
    npg:isRoot false ;
    npg:treeDepth 2 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:news ;
    skos:definition "The :news-in-brief article-type denotes a succinct summary of all the most important news stories that emerged since the previous issue. It might include teasers to stories that appear at greater length elsewhere and will devote briefs to stories that address key reader interests."@en ;
    skos:inScheme article-types: ;
    skos:prefLabel "News in Brief"@en .