is associated with


URI

http://semanticscience.org/resource/isAssociatedWith

Label

is associated with

Description

x is associated with y when x and y are logically or statistically related to one another.

Inherits from

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is associated with owl:Thing (inferred)

Implementation

@prefix dc: <http://purl.org/dc/elements/1.1/> .
@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:isAssociatedWith a owl:ObjectProperty ;
    rdfs:label "is associated with"@en ;
    dc:description "x is associated with y when x and y are logically or statistically related to one another."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isRelatedTo .