http://ns.nature.com/terms/isEventWorkflow
The :isEventWorkflow property marks whether a publication is in the new metadata-based (event) workflow.
DOMAIN | PROPERTY | RANGE |
---|---|---|
npg:Publication | npg:isEventWorkflow | xsd:boolean |
@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:isEventWorkflow a owl:DatatypeProperty ;
rdfs:domain npg:Publication ;
rdfs:isDefinedBy npg: ;
rdfs:range xsd:boolean ;
skos:definition "The :isEventWorkflow property marks whether a publication is in the new metadata-based (event) workflow."@en ;
skos:prefLabel "Is Event Workflow"@en .