npg:isPrimaryArticleType leaf node


URI

http://ns.nature.com/terms/isPrimaryArticleType

Label

Is PrimaryArticleType

Description

The :isPrimaryArticleType property marks whether an article-type can be used for grouping purposes.

Usage

DOMAINPROPERTYRANGE
npg:ArticleType npg:isPrimaryArticleType xsd:boolean

Implementation

@prefix npg: <http://ns.nature.com/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .

npg:isPrimaryArticleType a owl:DatatypeProperty ;
    rdfs:domain npg:ArticleType ;
    rdfs:isDefinedBy npg: ;
    rdfs:range xsd:boolean ;
    skos:definition "The :isPrimaryArticleType property marks whether an article-type can be used for grouping purposes."@en ;
    skos:prefLabel "Is PrimaryArticleType"@en .