is subsequent version of leaf node


URI

http://semanticscience.org/resource/isSubsequentVersionOf

Label

is subsequent version of

Description

A is subsequent version of B iff A is a variant of B and A derives from B.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is subsequent version 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:isSubsequentVersionOf a owl:ObjectProperty ;
    rdfs:label "is subsequent version of"@en ;
    dct:description "A is subsequent version of B iff A is a variant of B and A derives from B."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isVersionOf .