article-types:miscellaneous


URI

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

Label

Miscellaneous

Description

The :miscellaneous article-type is a high-level grouping of article-types that do not fit under the :news-and-comment or :research-and-reviews article-types.

Inherits from

  • owl:Thing
  • 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:miscellaneous a npg:ArticleType,
            skos:Concept ;
        npg:hasRoot article-types:miscellaneous ;
        npg:id "miscellaneous" ;
        npg:isLeaf false ;
        npg:isRoot true ;
        npg:treeDepth 0 ;
        rdfs:isDefinedBy article-types: ;
        skos:definition "The :miscellaneous article-type is a high-level grouping of article-types that do not fit under the :news-and-comment or :research-and-reviews article-types."@en ;
        skos:inScheme article-types: ;
        skos:narrower article-types:advertorial,
            article-types:blogs,
            article-types:multimedia,
            article-types:special-features,
            article-types:unmapped ;
        skos:prefLabel "Miscellaneous"@en ;
        skos:topConceptOf article-types: .