article-types:blogs


URI

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

Label

Blogs

Description

The :blogs article-type groups together article-types including the :blog-post article-type.

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