immediately precedes leaf node


URI

http://semanticscience.org/resource/immediatelyPrecedes

Label

immediately precedes

Description

A non-transitive temporal relation in which one process immediately precedes another process, such that there is no interval of time between the two processes.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) immediately precedes owl:Thing (inferred)

Implementation

@prefix dct: <http://purl.org/dc/terms/> .
@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:immediatelyPrecedes a owl:ObjectProperty ;
    rdfs:label "immediately precedes"@en ;
    dct:description "A non-transitive temporal relation in which one process immediately precedes another process, such that there is no interval of time between the two processes."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:precedes ;
    owl:inverseOf sio:isImmediatelyPrecededBy .