0.1:createCondition leaf node


URI

http://purl.org/LiMo/0.1#createCondition

Label

createCondition

Usage

DOMAINPROPERTYRANGE
0.1:Rights 0.1:createCondition xsd:boolean

Implementation

@prefix : <http://purl.org/LiMo/0.1#> .
@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#> .

:createCondition a owl:DatatypeProperty ;
    rdfs:domain :Rights ;
    rdfs:range xsd:boolean .