@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/observed_condition> rdfs:label "observed condition".
<https://contsys.org/concept/professionally_assessed_condition> rdfs:label "professionally assessed condition".
<https://contsys.org/concept/working_diagnosis> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                                  mddm:key "admittedTerms" ; 
                                                                  mddm:value "working hypothesis"],
                                                                 [mddm:namespace "directives.org.iso" ; 
                                                                  mddm:key "figureTitle" ; 
                                                                  mddm:value "Figure 20 —  working diagnosis (UML Representation)"],
                                                                 [mddm:namespace "directives.org.iso" ; 
                                                                  mddm:key "note 1" ; 
                                                                  mddm:value "A working diagnosis is used as a label for the considered condition that one or more care professionals assess as the most probable health condition and that could be concluded after further observations. The basis for such assessments is the already observed conditions."],
                                                                 [mddm:namespace "directives.org.iso" ; 
                                                                  mddm:key "note 2" ; 
                                                                  mddm:value "Different care professionals may make different interpretations and assessments of the observed conditions and thereby come to different conclusions and different working."],
                                                                 [mddm:namespace "directives.org.iso" ; 
                                                                  mddm:key "note 3" ; 
                                                                  mddm:value "A working diagnosis is often identified in the continuity of care process as a summary after the planned care investigations are completed. A working diagnosis in this stage is often called a diagnosis. An excluded condition could correspondingly be called a negation of a working diagnosis."],
                                                                 [mddm:namespace "directives.org.iso" ; 
                                                                  mddm:key "plural" ; 
                                                                  mddm:value "working diagnoses"],
                                                                 [mddm:namespace "directives.org.iso" ; 
                                                                  mddm:key "termClause" ; 
                                                                  mddm:value "3.2.19"],
                                                                 [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 "professionally assessed condition that one or more care professionals have determined to be the most consistent with observed conditions";
                                                rdfs:label "working diagnosis";
                                                rdfs:subClassOf <https://contsys.org/concept/professionally_assessed_condition>,
                                                                [a owl:Restriction ; 
                                                                 owl:onProperty <urn:export:property:2ce334d6-44ba-4737-b47c-7dfbfcc45d4d> ; 
                                                                 owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                                 owl:onClass <https://contsys.org/concept/observed_condition>].
