is opposite to leaf node


URI

http://semanticscience.org/resource/isOppositeTo

Label

is opposite to

Description

is opposite to is a relation between two entities in which one is diametrically opposed to the other.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is opposite to 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#> .

sio:isOppositeTo a owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "is opposite to"@en ;
    dct:description "is opposite to is a relation between two entities in which one is diametrically opposed to the other. "@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isDissimilarTo ;
    skos:example "hot is the opposite of cold; left is opposite of right"@en .