is last part of leaf node


URI

http://semanticscience.org/resource/isLastPartOf

Label

is last part of

Description

is last part of is a proper part relation in which the part is the last of a set of linearly ordered parts resulting from the projection of the whole on a linear coordinate system.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is last part of 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:isLastPartOf a owl:ObjectProperty ;
    rdfs:label "is last part of"@en ;
    dct:description "is last part of is a proper part relation in which the part is the last of a set of linearly ordered parts resulting from the projection of the whole on a linear coordinate system."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isOrderedPartOf .