@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix dct: <http://purl.org/dc/terms/>.
@prefix mddm: <http://maurodatamapper.oughtibridge.com/plugins/rdfs#>.
@prefix dolcebasic: <https://w3id.org/DOLCE/OWL/DOLCEbasic#>.
@prefix dul: <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#>.

<https://contsys.org/concept/adverse_event> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "clauseType" ; 
                                                              mddm:value "bodyAndTerm"],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "example1" ; 
                                                              mddm:value "An infection acquired during a hospital stay."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "example2" ; 
                                                              mddm:value "A drug can be used as recommended but cause allergic reaction when the drug allergy was not known before the treatment."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "example3" ; 
                                                              mddm:value "An accident in connection to a care activity."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "example4" ; 
                                                              mddm:value "A mishap during correctly performed care activity."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "figureTitle" ; 
                                                              mddm:value "Figure 111 —  adverse event (UML Representation)"],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "note 1" ; 
                                                              mddm:value "'Iatrogenesis' or 'iatrogenic' is a common cause of adverse events."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "note 2" ; 
                                                              mddm:value "Adverse events can occur during appropriate care activities."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "note 3" ; 
                                                              mddm:value "Adverse events cause harm."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "plural" ; 
                                                              mddm:value "adverse events"],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "termClause" ; 
                                                              mddm:value "3.7.13"],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "_profiled" ; 
                                                              mddm:value "Yes"],
                                                             [mddm:namespace "uk.ac.ox.softeng.maurodatamapper.xmi" ; 
                                                              mddm:key "isAbstract" ; 
                                                              mddm:value "false"];
                                            a owl:Class;
                                            rdfs:comment "unintended event that has negative impact upon a care process";
                                            rdfs:label "adverse event";
                                            rdfs:subClassOf <https://contsys.org/concept/unintended_event>,
                                                            [a owl:Restriction ; 
                                                             owl:onProperty <urn:export:property:389b39c0-0b1a-4bf1-b101-bc54743392f7> ; 
                                                             owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                             owl:onClass <https://contsys.org/concept/adverse_event_management>],
                                                            [a owl:Restriction ; 
                                                             owl:onProperty <urn:export:property:e45c3b02-f1f8-4fe3-ae52-bc7ddc365b1b> ; 
                                                             owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                             owl:onClass <https://contsys.org/concept/care_process>].
<https://contsys.org/concept/adverse_event_management> rdfs:label "adverse event management".
<https://contsys.org/concept/care_process> rdfs:label "care process".
<https://contsys.org/concept/unintended_event> rdfs:label "unintended event".
