@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/health_state> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "figureTitle" ; 
                                                             mddm:value "Figure 2 —  health state (UML Representation)"],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "note 1" ; 
                                                             mddm:value "Health is aspirational."],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "note 2" ; 
                                                             mddm:value "The underlying health state is present, even if not observed.  For example, the subject of care having a cancer before it gives symptoms."],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "plural" ; 
                                                             mddm:value "health states"],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "termClause" ; 
                                                             mddm:value "3.2.1"],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "_profiled" ; 
                                                             mddm:value "Yes"],
                                                            [mddm:namespace "ontology.external" ; 
                                                             mddm:key "iri.dolce" ; 
                                                             mddm:value "https://w3id.org/DOLCE/OWL/DOLCEbasic#State"],
                                                            [mddm:namespace "ontology.external" ; 
                                                             mddm:key "prefix.dolce" ; 
                                                             mddm:value "db"],
                                                            [mddm:namespace "ontology.external" ; 
                                                             mddm:key "rdfsSubClassOf.dolce" ; 
                                                             mddm:value "https://w3id.org/DOLCE/OWL/DOLCEbasic#State"],
                                                            [mddm:namespace "ontology.type" ; 
                                                             mddm:key "ontologyId" ; 
                                                             mddm:value "dolce=State"];
                                           a owl:Class;
                                           rdfs:comment "overall level of health of a subject of care";
                                           rdfs:label "health state";
                                           rdfs:subClassOf dolcebasic:State,
                                                           [a owl:Restriction ; 
                                                            owl:onProperty <urn:export:property:0be797fa-672c-4030-b5c3-85b9cbf3f175> ; 
                                                            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                            owl:onClass <https://contsys.org/concept/person>].
<https://contsys.org/concept/input_health_state> rdfs:label "input health state";
                                                 rdfs:subClassOf <https://contsys.org/concept/health_state>.
<https://contsys.org/concept/output_health_state> rdfs:label "output health state";
                                                  rdfs:subClassOf <https://contsys.org/concept/health_state>.
<https://contsys.org/concept/person> rdfs:label "person".
