bedeo:is_current leaf node


URI

https://csse.utoronto.ca/is_current

Label

Is current

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) bedeo:is_current xsd:boolean

Implementation

@prefix bedeo: <https://csse.utoronto.ca/> .
@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#> .

bedeo:is_current a owl:DatatypeProperty ;
    rdfs:label "Is current"@en ;
    rdfs:range xsd:boolean .