https://w3id.org/standards/smart/ontologies/core/isSuccessorOf
An entity is the successor, i.e. immediately after in order, to another one
@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 .