@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:CommunicationSystem rdfs:subClassOf ns0:System . ns0:Connection owl:disjointWith ns0:System . ns0:Device rdfs:subClassOf ns0:System . ns0:System metadata_def:mappingLoom "system" ; metadata_def:mappingSameURI ns0:System ; metadata_def:prefLabel "System"@en ; metadata:prefixIRI "coswot:System" ; a owl:Class ; rdfs:comment "The class of systems, i.e., systems virtually isolated from the environment, whose behaviour and interactions with the environment are modeled. Systems can be connected to other systems. Connected systems interact in some ways. Systems can also have subsystems. Properties of subsystems somehow contribute to the properties of the supersystem."@en ; rdfs:isDefinedBy ns1:systems ; rdfs:label "System"@en ; rdfs:subClassOf ns0:Feature . ns0:connectedThrough rdfs:domain ns0:System . ns0:connectedTo rdfs:domain ns0:System ; rdfs:range ns0:System . ns0:connectsSystem rdfs:range ns0:System . ns0:hasSubSystem rdfs:domain ns0:System ; rdfs:range ns0:System . ns0:subSystemOf rdfs:domain ns0:System ; rdfs:range ns0:System .
@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:CommunicationSystem
    rdfs:subClassOf ns0:System .

ns0:Connection
    owl:disjointWith ns0:System .

ns0:Device
    rdfs:subClassOf ns0:System .

ns0:System
    metadata_def:mappingLoom "system" ;
    metadata_def:mappingSameURI ns0:System ;
    metadata_def:prefLabel "System"@en ;
    metadata:prefixIRI "coswot:System" ;
    a owl:Class ;
    rdfs:comment "The class of systems, i.e., systems virtually isolated from the environment, whose behaviour and interactions with the environment are modeled. Systems can be connected to other systems. Connected systems interact in some ways. Systems can also have subsystems. Properties of subsystems somehow contribute to the properties of the supersystem."@en ;
    rdfs:isDefinedBy ns1:systems ;
    rdfs:label "System"@en ;
    rdfs:subClassOf ns0:Feature .

ns0:connectedThrough
    rdfs:domain ns0:System .

ns0:connectedTo
    rdfs:domain ns0:System ;
    rdfs:range ns0:System .

ns0:connectsSystem
    rdfs:range ns0:System .

ns0:hasSubSystem
    rdfs:domain ns0:System ;
    rdfs:range ns0:System .

ns0:subSystemOf
    rdfs:domain ns0:System ;
    rdfs:range ns0:System .