has start time leaf node


URI

http://semanticscience.org/resource/hasStartTime

Label

has start time

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has start time 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:hasStartTime a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "has start time"@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:range sio:TimeInstant ;
    rdfs:subPropertyOf sio:hasTimeBoundary ;
    owl:inverseOf sio:isStartTimeOf .