is directly before leaf node


URI

http://semanticscience.org/resource/isDirectlyBefore

Label

is directly before

Description

is directly before is a relation between entities placed on a dimensional axis in which the projection of the position of the first entity is numerically less than the projection of the position of the second entity, and the entities are adjacent to one another.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is directly before 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:isDirectlyBefore a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "is directly before"@en ;
    dct:description "is directly before is a relation between entities placed on a dimensional axis in which the projection of the position of the first entity is numerically less than the projection of the position of the second entity, and the entities are adjacent to one another."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isDirectlyConnectedTo,
        sio:isPositionallyBefore .