smart:isSuccessorOf leaf node


URI

https://w3id.org/standards/smart/ontologies/core/isSuccessorOf

Label

is successor of

Description

An entity is the successor, i.e. immediately after in order, to another one

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) smart:isSuccessorOf owl:Thing (inferred)

Implementation

@prefix dcterms: <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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix smart: <https://w3id.org/standards/smart/ontologies/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

smart:isSuccessorOf a owl:ObjectProperty ;
    rdfs:label "is successor of"@en ;
    dcterms:created "2022-06-05"^^xsd:date ;
    dcterms:creator "The IEC SG12 SIM group" ;
    rdfs:subPropertyOf owl:topObjectProperty ;
    skos:definition "An entity is the successor, i.e. immediately after in order, to another one"@en .