article-types:podcast leaf node


URI

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

Label

Podcast

Description

The :podcast article-type denotes an episode of a podcast: a series of audio or video files subscribed to and downloaded through web syndication or streamed online to a computer or mobile device. An episode might be produced on a routine (e.g. weekly or monthly) basis or associated with a particular subject.

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:podcast a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:miscellaneous ;
    npg:id "podcast" ;
    npg:isLeaf true ;
    npg:isRoot false ;
    npg:treeDepth 2 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:multimedia ;
    skos:definition "The :podcast article-type denotes an episode of a podcast: a series of audio or video files subscribed to and downloaded through web syndication or streamed online to a computer or mobile device. An episode might be produced on a routine (e.g. weekly or monthly) basis or associated with a particular subject."@en ;
    skos:inScheme article-types: ;
    skos:prefLabel "Podcast"@en .