http://www.mobr.ai/ontologies/ponto#hasLockType
DOMAIN | PROPERTY | RANGE |
---|---|---|
ponto:LockedBalance | ponto:hasLockType | ponto:LockType |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ponto:hasLockType a owl:ObjectProperty ;
rdfs:domain ponto:LockedBalance ;
rdfs:range ponto:LockType .