article-types:multimedia


URI

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

Label

Multimedia

Description

The :multimedia article-type groups together article-types including the :video, :podcast and :webcast article-types.

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:multimedia a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:miscellaneous ;
    npg:id "multimedia" ;
    npg:isLeaf false ;
    npg:isPrimaryArticleType true ;
    npg:isRoot false ;
    npg:treeDepth 1 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:miscellaneous ;
    skos:definition "The :multimedia article-type groups together article-types including the :video, :podcast and :webcast article-types."@en ;
    skos:inScheme article-types: ;
    skos:narrower article-types:podcast,
        article-types:poster,
        article-types:video,
        article-types:webcast ;
    skos:prefLabel "Multimedia"@en .