article-types:research-highlight leaf node


URI

http://ns.nature.com/article-types/research-highlight

Label

Research Highlight

Description

The :research-highlight article-type denotes an article written by journalists to convey a summary of achievements of selected new research papers. A research highlight explains a complex, important piece of research in a way that makes it enticingly comprehensible to all readers.

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-highlight a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:news-and-comment ;
    npg:id "research-highlight" ;
    npg:isLeaf true ;
    npg:isRoot false ;
    npg:treeDepth 2 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:research-highlights ;
    skos:definition "The :research-highlight article-type denotes an article written by journalists to convey a summary of achievements of selected new research papers. A research highlight explains a complex, important piece of research in a way that makes it enticingly comprehensible to all readers."@en ;
    skos:inScheme article-types: ;
    skos:prefLabel "Research Highlight"@en .