ends_at leaf node


URI

http://pubannotation.org/ontology/tao.owl#ends_at

Label

ends_at

Usage

DOMAINPROPERTYRANGE
text span ends_at nonNegativeInteger

Implementation

@prefix : <http://pubannotation.org/ontology/tao.owl#> .
@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#> .

:ends_at a owl:DatatypeProperty ;
    rdfs:domain :text_span ;
    rdfs:range xsd:nonNegativeInteger .