article-types:books-and-arts


URI

http://ns.nature.com/article-types/books-and-arts

Label

Books and Arts

Description

The :books-and-arts article-type denotes an essay or review of an agenda-setting book, film, or cultural event. The :books-and-arts article-type also groups together article-types including the :books-and-arts and :book-review 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:books-and-arts a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:news-and-comment ;
    npg:id "books-and-arts" ;
    npg:isLeaf false ;
    npg:isPrimaryArticleType true ;
    npg:isRoot false ;
    npg:treeDepth 1 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:news-and-comment ;
    skos:definition "The :books-and-arts article-type denotes an essay or review of an agenda-setting book, film, or cultural event. The :books-and-arts article-type also groups together article-types including the :books-and-arts and :book-review article-types."@en ;
    skos:inScheme article-types: ;
    skos:narrower article-types:book-review ;
    skos:prefLabel "Books and Arts"@en .