is first part of leaf node


URI

http://semanticscience.org/resource/isFirstPartOf

Label

is first part of

Description

is first part of is a proper part relation in which the part is the first 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 first 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:isFirstPartOf a owl:ObjectProperty ;
    rdfs:label "is first part of"@en ;
    dct:description "is first part of is a proper part relation in which the part is the first 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 ;
    owl:inverseOf sio:hasFirstPart .