http://ns.nature.com/article-types/research
The :research article-type groups together primary research article-types including the :article, :brief-communication and :case-report 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:research a npg:ArticleType,
skos:Concept ;
npg:hasRoot article-types:research-and-reviews ;
npg:id "research" ;
npg:isLeaf false ;
npg:isPrimaryArticleType true ;
npg:isRoot false ;
npg:treeDepth 1 ;
rdfs:isDefinedBy article-types: ;
skos:broader article-types:research-and-reviews ;
skos:definition "The :research article-type groups together primary research article-types including the :article, :brief-communication and :case-report article-types."@en ;
skos:inScheme article-types: ;
skos:narrower article-types:analysis,
article-types:article,
article-types:brief-communication,
article-types:brief-communications-arising,
article-types:case-report,
article-types:conference-proceeding,
article-types:data-descriptor,
article-types:gene-card-update,
article-types:hypothesis,
article-types:image,
article-types:resource,
article-types:technical-report ;
skos:prefLabel "Research"@en .