http://www.mobr.ai/ontologies/ponto#hasRefCountValue
DOMAIN | PROPERTY | RANGE |
---|---|---|
ponto:RefCounter | ponto:hasRefCountValue | xsd:integer |
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ponto:hasRefCountValue a owl:DatatypeProperty ;
rdfs:domain ponto:RefCounter ;
rdfs:range xsd:integer .