@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/ontology/similarity/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:Association metadata_def:mappingLoom "association" ; metadata_def:mappingSameURI ns0:Association ; metadata_def:prefLabel "Association" ; metadata:prefixIRI "sim:Association" ; a owl:Class ; rdfs:comment "An abstract class to define some association between things. Entities share an association if they are somehow inter-connected. Generally a <b>directed association</b> should have at lease one <code>sim:subject</code> property and one <code>sim:object</code> property <b>or</b> an <b>undirected association</b> should have at least two <code>sim:element</code> properties, however this is not a requirement and intentionally left out of the model."@en ; rdfs:isDefinedBy <http://purl.org/ontology/similarity/> ; rdfs:label "Association" ; rdfs:subClassOf owl:Thing ; ns1:term_status "testing" . ns0:Influence rdfs:subClassOf ns0:Association . ns0:Similarity rdfs:subClassOf ns0:Association . ns0:association rdfs:range ns0:Association . ns0:distance rdfs:domain ns0:Association . ns0:edge rdfs:range ns0:Association . ns0:element rdfs:domain ns0:Association . ns0:grounding rdfs:domain ns0:Association . ns0:method rdfs:domain ns0:Association . ns0:object rdfs:domain ns0:Association . ns0:subject rdfs:domain ns0:Association . ns0:weight rdfs:domain ns0:Association .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/ontology/similarity/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:Association
    metadata_def:mappingLoom "association" ;
    metadata_def:mappingSameURI ns0:Association ;
    metadata_def:prefLabel "Association" ;
    metadata:prefixIRI "sim:Association" ;
    a owl:Class ;
    rdfs:comment "An abstract class to define some association between things.  Entities share an association if they are somehow inter-connected.  Generally a <b>directed association</b> should have at lease one <code>sim:subject</code> property and one <code>sim:object</code> property <b>or</b> an <b>undirected association</b> should have at least two <code>sim:element</code> properties, however this is not a requirement and intentionally left out of the model."@en ;
    rdfs:isDefinedBy <http://purl.org/ontology/similarity/> ;
    rdfs:label "Association" ;
    rdfs:subClassOf owl:Thing ;
    ns1:term_status "testing" .

ns0:Influence
    rdfs:subClassOf ns0:Association .

ns0:Similarity
    rdfs:subClassOf ns0:Association .

ns0:association
    rdfs:range ns0:Association .

ns0:distance
    rdfs:domain ns0:Association .

ns0:edge
    rdfs:range ns0:Association .

ns0:element
    rdfs:domain ns0:Association .

ns0:grounding
    rdfs:domain ns0:Association .

ns0:method
    rdfs:domain ns0:Association .

ns0:object
    rdfs:domain ns0:Association .

ns0:subject
    rdfs:domain ns0:Association .

ns0:weight
    rdfs:domain ns0:Association .