has time boundary


URI

http://semanticscience.org/resource/hasTimeBoundary

Label

has time boundary

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has time boundary time instant

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sio: <http://semanticscience.org/resource/> .

sio:hasTimeBoundary a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "has time boundary"@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:range sio:TimeInstant ;
    rdfs:subPropertyOf sio:hasBoundary .