http://ns.nature.com/article-types/news-and-comment
The :news-and-comment article-type is a high level grouping of article-types including the :news, :editorial, :correspondence, :comments-and-opinion, :news-and-views, :research-highlights, and :books-and-arts article-types.
@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-and-comment a npg:ArticleType,
skos:Concept ;
npg:hasRoot article-types:news-and-comment ;
npg:id "news-and-comment" ;
npg:isLeaf false ;
npg:isRoot true ;
npg:treeDepth 0 ;
rdfs:isDefinedBy article-types: ;
skos:definition "The :news-and-comment article-type is a high level grouping of article-types including the :news, :editorial, :correspondence, :comments-and-opinion, :news-and-views, :research-highlights, and :books-and-arts article-types."@en ;
skos:inScheme article-types: ;
skos:narrower article-types:books-and-arts,
article-types:comments-and-opinion,
article-types:correspondence,
article-types:editorial,
article-types:news,
article-types:news-and-views,
article-types:research-highlights ;
skos:prefLabel "News and Comment"@en ;
skos:topConceptOf article-types: .