is broad match to leaf node


URI

http://semanticscience.org/resource/isBroadMatchTo

Label

is broad match to

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is broad match to owl:Thing (inferred)

Implementation

@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:isBroadMatchTo a owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "is broad match to"@en ;
    sio:equivalentTo "http://www.w3.org/2004/02/skos/core#broadMatch" ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isMatchTo .