is positionally before


URI

http://semanticscience.org/resource/isPositionallyBefore

Label

is positionally before

Description

is positionally 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.

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is positionally 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:isPositionallyBefore a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:label "is positionally before"@en ;
    dct:description "is positionally 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."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isConnectedTo .