is comparable to


URI

http://semanticscience.org/resource/isComparableTo

Label

is comparable to

Description

is comparable to is a relation between two entities that share at least one feature whose value can be compared.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is comparable 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/> .

sio:isComparableTo a owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "is comparable to"@en ;
    dct:description "is comparable to is a relation between two entities that share at least one feature whose value can be compared."@en ;
    sio:subset "core" ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isRelatedTo .