article-types:laboratory-methods leaf node


URI

http://ns.nature.com/article-types/laboratory-methods

Label

Laboratory Methods

Description

The :laboratory-methods article-type denotes an article that provides step-by-step descriptions of procedures that readers can take to the laboratory or clinic and immediately apply in their own research. The :laboratory-methods article-type is an alternative to the :protocol 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:laboratory-methods a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:research-and-reviews ;
    npg:id "laboratory-methods" ;
    npg:isLeaf true ;
    npg:isRoot false ;
    npg:treeDepth 3 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:protocol ;
    skos:definition "The :laboratory-methods article-type denotes an article that provides step-by-step descriptions of procedures that readers can take to the laboratory or clinic and immediately apply in their own research. The :laboratory-methods article-type is an alternative to the :protocol article-type."@en ;
    skos:inScheme article-types: ;
    skos:prefLabel "Laboratory Methods"@en .