article-types:resource leaf node


URI

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

Label

Resource

Description

The :resource article-type denotes a large data set or collection of physical entities (e.g., cell lines, mutants, or antibodies) likely to be of broad significance to a community. In contrast with a data descriptor, a resource will usually include data and analysis that demonstrates its enabling potential.

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:resource a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:research-and-reviews ;
    npg:id "resource" ;
    npg:isLeaf true ;
    npg:isRoot false ;
    npg:treeDepth 2 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:research ;
    skos:definition "The :resource article-type denotes a large data set or collection of physical entities (e.g., cell lines, mutants, or antibodies) likely to be of broad significance to a community. In contrast with a data descriptor, a resource will usually include data and analysis that demonstrates its enabling potential."@en ;
    skos:inScheme article-types: ;
    skos:prefLabel "Resource"@en .