is positionally after


URI

http://semanticscience.org/resource/isPositionallyAfter

Label

is positionally after

Description

is positionally after is a relation between entities placed on a dimensional axis in which the projection of the position of the first entity is numerically greater than the projection of the position of the second entity.

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is positionally after 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:isPositionallyAfter a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:label "is positionally after"@en ;
    dct:description "is positionally after is a relation between entities placed on a dimensional axis in which the projection of the position of the first entity is numerically greater 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 ;
    owl:inverseOf sio:isPositionallyBefore .