is identical to leaf node


URI

http://semanticscience.org/resource/isIdenticalTo

Label

is identical to

Description

is identical to is a relation between two objects that are conceptually the same notwithstanding provenance or other non-intrinsic attributes.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is identical 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:isIdenticalTo a owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "is identical to"@en ;
    dct:description "is identical to is a relation between two objects that are conceptually the same notwithstanding provenance or other non-intrinsic attributes."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isComparableTo .