@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:Communication metadata_def:mappingLoom "communication" ; metadata_def:mappingSameURI ns0:Communication ; metadata_def:prefLabel "Communication"@fr, "Communication."@en ; metadata:prefixIRI "coswot:Communication" ; a owl:Class ; rdfs:comment "A communication occurs through a communicationMedium, conveying a message from a communicator to \"defined\" or \"undefined\" addressees. Messages can be about topics. The communicationMedium can filter or alter messages."@en, "une communication est produite à travers un média de communication, transmettant un message d'un émetteur à un ou plusieurs destinataires \"définis\" ou \"indéfinis\". Les messages portent sur des sujets. Le medium de communication peut filtrer ou modifier les messages."@fr ; rdfs:isDefinedBy ns1:communications ; rdfs:label "Communication"@fr, "Communication."@en ; rdfs:subClassOf ns0:ProcedureExecution . ns0:conveys rdfs:domain ns0:Communication . ns0:hasAddressee rdfs:domain ns0:Communication . ns0:hasCommunicator rdfs:domain ns0:Communication . ns0:hasMedium rdfs:domain ns0:Communication . ns0:isAbout rdfs:domain ns0:Communication .
@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:Communication
    metadata_def:mappingLoom "communication" ;
    metadata_def:mappingSameURI ns0:Communication ;
    metadata_def:prefLabel "Communication"@fr, "Communication."@en ;
    metadata:prefixIRI "coswot:Communication" ;
    a owl:Class ;
    rdfs:comment "A communication occurs through a communicationMedium, conveying a message from a communicator to \"defined\" or \"undefined\" addressees. Messages can be about topics. The communicationMedium can filter or alter messages."@en, "une communication est produite à travers un média de communication, transmettant un message d'un émetteur à un ou plusieurs destinataires \"définis\" ou \"indéfinis\". Les messages portent sur des sujets. Le medium de communication peut filtrer ou modifier les messages."@fr ;
    rdfs:isDefinedBy ns1:communications ;
    rdfs:label "Communication"@fr, "Communication."@en ;
    rdfs:subClassOf ns0:ProcedureExecution .

ns0:conveys
    rdfs:domain ns0:Communication .

ns0:hasAddressee
    rdfs:domain ns0:Communication .

ns0:hasCommunicator
    rdfs:domain ns0:Communication .

ns0:hasMedium
    rdfs:domain ns0:Communication .

ns0:isAbout
    rdfs:domain ns0:Communication .