is version of


URI

http://semanticscience.org/resource/isVersionOf

Label

is version of

Description

is version of is a relation that holds between any two versions in which one is a subsequent or alternate version of (through a branch).

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is 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:isVersionOf a owl:ObjectProperty,
        owl:SymmetricProperty,
        owl:TransitiveProperty ;
    rdfs:label "is version of"@en ;
    dct:description "is version of is a relation that holds between any two versions in which one is a subsequent or alternate version of (through a branch)."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isVariantOf .