is connected to


URI

http://semanticscience.org/resource/isConnectedTo

Label

is connected to

Description

A is connected to B iff there exists a fiat, material or temporal path between A and B. [S][T]

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is connected 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:isConnectedTo a owl:ObjectProperty,
        owl:SymmetricProperty,
        owl:TransitiveProperty ;
    rdfs:label "is connected to"@en ;
    dct:alternative "interacts with"@en ;
    dct:description "A is connected to B iff there exists a fiat, material or temporal path between A and B. [S][T]"@en ;
    sio:subset "core",
        "nlp" ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isSpatiotemporallyRelatedTo .