article-types:research-and-reviews


URI

http://ns.nature.com/article-types/research-and-reviews

Label

Research and Reviews

Description

The :research-and-reviews article-type is a high-level grouping of article-types that includes all research and reviews content.

Inherits from

  • owl:Thing
  • 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:research-and-reviews a npg:ArticleType,
            skos:Concept ;
        npg:hasRoot article-types:research-and-reviews ;
        npg:id "research-and-reviews" ;
        npg:isLeaf false ;
        npg:isRoot true ;
        npg:treeDepth 0 ;
        rdfs:isDefinedBy article-types: ;
        skos:definition "The :research-and-reviews article-type is a high-level grouping of article-types that includes all research and reviews content."@en ;
        skos:inScheme article-types: ;
        skos:narrower article-types:amendments-and-corrections,
            article-types:protocols,
            article-types:research,
            article-types:reviews ;
        skos:prefLabel "Research and Reviews"@en ;
        skos:topConceptOf article-types: .