is adjacent to leaf node


URI

http://semanticscience.org/resource/isAdjacentTo

Label

is adjacent to

Description

A is adjacent to B iff there is a small, but non-zero distance between A and B

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is adjacent 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:isAdjacentTo a owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "is adjacent to"@en ;
    dct:description "A is adjacent to B iff there is a small, but non-zero distance between A and B"@en ;
    sio:equivalentTo "OBO_REL:adjacent_to" ;
    sio:subset "core",
        "nlp" ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isSpatiotemporallyRelatedTo .