article-types:data-descriptor leaf node


URI

http://ns.nature.com/article-types/data-descriptor

Label

Data Descriptor

Description

The :data-descriptor article-type denotes an article describing one or more unprocessed experimental or observational data sets, with a strong emphasis on the adequacy of the methods used to collect the data and technical analysis to support its suitability for re-use by others. A data descriptor will never describe tests of new hypotheses or include extensive analyses aimed at providing conceptual insights.

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:data-descriptor a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:research-and-reviews ;
    npg:id "data-descriptor" ;
    npg:isLeaf true ;
    npg:isRoot false ;
    npg:treeDepth 2 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:research ;
    skos:definition "The :data-descriptor article-type denotes an article describing one or more unprocessed experimental or observational data sets, with a strong emphasis on the adequacy of the methods used to collect the data and technical analysis to support its suitability for re-use by others. A data descriptor will never describe tests of new hypotheses or include extensive analyses aimed at providing conceptual insights."@en ;
    skos:inScheme article-types: ;
    skos:prefLabel "Data Descriptor"@en .