article-types:patent leaf node


URI

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

Label

Patent

Description

The :patent article-type denotes an article containing expert insight and analysis of legal issues including patenting and licensing. Written by specialists in the field, patent articles are an informative guide to these legal aspects of research and industry.

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:patent a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:news-and-comment ;
    npg:id "patent" ;
    npg:isLeaf true ;
    npg:isRoot false ;
    npg:treeDepth 3 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:comment ;
    skos:definition "The :patent article-type denotes an article containing expert insight and analysis of legal issues including patenting and licensing. Written by specialists in the field, patent articles are an informative guide to these legal aspects of research and industry."@en ;
    skos:inScheme article-types: ;
    skos:prefLabel "Patent"@en .