article-types:poster


URI

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

Label

Poster

Description

The :poster article-type denotes an illustrated summary of a topic of broad interest to the target readership of the journal.

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:poster a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:miscellaneous ;
    npg:id "poster" ;
    npg:isLeaf false ;
    npg:isRoot false ;
    npg:treeDepth 2 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:multimedia ;
    skos:definition "The :poster article-type denotes an illustrated summary of a topic of broad interest to the target readership of the journal."@en ;
    skos:inScheme article-types: ;
    skos:narrower article-types:prime-view ;
    skos:prefLabel "Poster"@en .