is alternate of leaf node


URI

http://semanticscience.org/resource/isAlternateOf

Label

is alternate of

Description

is alternate of relates two specialized instances.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is alternate 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/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

sio:isAlternateOf a owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "is alternate of"@en ;
    dct:description "is alternate of relates two specialized instances."@en ;
    sio:equivalentTo "http://www.w3.org/ns/prov#alternateOf"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isVariantOf ;
    owl:inverseOf sio:isAlternateOf ;
    skos:example "two weather forecasts for the city of London produced at different times or by different organizations (etc) are alternates of each other, and instances of / specializations of forecasts for the city of London."@en .