article-types:obituary leaf node


URI

http://ns.nature.com/article-types/obituary

Label

Obituary

Description

The :obituary article-type denotes a snapshot of the work and influence of a prominent figure who had a major impact on their field.

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:obituary a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:news-and-comment ;
    npg:id "obituary" ;
    npg:isLeaf false ;
    npg:isRoot false ;
    npg:treeDepth 2 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:comments-and-opinion ;
    skos:definition "The :obituary article-type denotes a snapshot of the work and influence of a prominent figure who had a major impact on their field."@en ;
    skos:inScheme article-types: ;
    skos:prefLabel "Obituary"@en .