@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 metadata_def:mappingLoom "communicationsystem" ; metadata_def:mappingSameURI ns0:CommunicationSystem ; metadata_def:prefLabel "Communication System"@en, "Communication System"@fr ; metadata:prefixIRI "coswot:CommunicationSystem" ; a owl:Class ; rdfs:comment "A communication system denotes a system able to transmit and/or receive a communication."@en, "Un système de communication représente un système capable de transmettre et/ou recevoir une communication."@fr ; rdfs:isDefinedBy ns1:communications ; rdfs:label "Communication System"@en, "Système de communication."@fr ; rdfs:subClassOf ns0:System . ns0:hasAddressee rdfs:range ns0:CommunicationSystem . ns0:hasCommunicator rdfs:range ns0:CommunicationSystem .
@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
    metadata_def:mappingLoom "communicationsystem" ;
    metadata_def:mappingSameURI ns0:CommunicationSystem ;
    metadata_def:prefLabel "Communication System"@en, "Communication System"@fr ;
    metadata:prefixIRI "coswot:CommunicationSystem" ;
    a owl:Class ;
    rdfs:comment "A communication system denotes a system able to transmit and/or receive a communication."@en, "Un système de communication représente un système capable de transmettre et/ou recevoir une communication."@fr ;
    rdfs:isDefinedBy ns1:communications ;
    rdfs:label "Communication System"@en, "Système de communication."@fr ;
    rdfs:subClassOf ns0:System .

ns0:hasAddressee
    rdfs:range ns0:CommunicationSystem .

ns0:hasCommunicator
    rdfs:range ns0:CommunicationSystem .