@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/coswot/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <https://w3id.org/coswot/core/> . ns0:CommunicationMedium rdfs:subClassOf ns0:Connection . ns0:Connection metadata_def:mappingLoom "connection" ; metadata_def:mappingSameURI ns0:Connection ; metadata_def:prefLabel "Connection"@en ; metadata:prefixIRI "coswot:Connection" ; a owl:Class ; rdfs:comment "The class of connections between systems. This class qualifies property coswot:connectedTo. A connection describes potential interactions between systems. Any two connected systems are connected through a connection. A connection can connect more than two systems at the same time."@en ; rdfs:isDefinedBy ns1:systems ; rdfs:label "Connection"@en ; rdfs:subClassOf ns0:Feature ; owl:disjointWith ns0:System . ns0:connectedThrough rdfs:range ns0:Connection . ns0:connectsSystem rdfs:domain ns0:Connection .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/coswot/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <https://w3id.org/coswot/core/> .

ns0:CommunicationMedium
    rdfs:subClassOf ns0:Connection .

ns0:Connection
    metadata_def:mappingLoom "connection" ;
    metadata_def:mappingSameURI ns0:Connection ;
    metadata_def:prefLabel "Connection"@en ;
    metadata:prefixIRI "coswot:Connection" ;
    a owl:Class ;
    rdfs:comment "The class of connections between systems. This class qualifies property coswot:connectedTo. A connection describes potential interactions between systems. Any two connected systems are connected through a connection. A connection can connect more than two systems at the same time."@en ;
    rdfs:isDefinedBy ns1:systems ;
    rdfs:label "Connection"@en ;
    rdfs:subClassOf ns0:Feature ;
    owl:disjointWith ns0:System .

ns0:connectedThrough
    rdfs:range ns0:Connection .

ns0:connectsSystem
    rdfs:domain ns0:Connection .