ns1:isIssueBased leaf node


URI

http://scigraph.springernature.com/ontologies/core/isIssueBased

Label

Property: is issue-based

Description

The :isIssueBased property marks whether a journal publishes issues.

Usage

DOMAINPROPERTYRANGE
ns1:Journal ns1:isIssueBased xsd:boolean

Implementation

@prefix ns1: <http://scigraph.springernature.com/ontologies/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ns1:isIssueBased a owl:DatatypeProperty ;
    rdfs:label "Property: is issue-based"@en ;
    rdfs:comment "The :isIssueBased property marks whether a journal publishes issues."@en ;
    rdfs:domain ns1:Journal ;
    rdfs:isDefinedBy ns1: ;
    rdfs:range xsd:boolean .