@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/care_goal> rdfs:label "care goal";
                                        rdfs:subClassOf <https://contsys.org/concept/health_matter>.
<https://contsys.org/concept/clinical_matter> rdfs:label "clinical matter";
                                              rdfs:subClassOf <https://contsys.org/concept/health_matter>.
<https://contsys.org/concept/health_condition> rdfs:label "health condition";
                                               rdfs:subClassOf <https://contsys.org/concept/health_matter>.
<https://contsys.org/concept/health_matter> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "clauseType" ; 
                                                              mddm:value "bodyAndTerm"],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "figureTitle" ; 
                                                              mddm:value "Figure 3 —  health matter (UML Representation)"],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "note 1" ; 
                                                              mddm:value "This can be a matter which calls for care intervention, e.g. a medical statement, and immunisation, a treatment, but it can also be a matter which the person can manage alone, e.g. by means of self-care activities, or needs no management."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "plural" ; 
                                                              mddm:value "care matters"],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "termClause" ; 
                                                              mddm:value "3.2.2"],
                                                             [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 "circumstance contributing to the health state of a person";
                                            rdfs:label "health matter";
                                            rdfs:subClassOf dolcebasic:State,
                                                            [a owl:Restriction ; 
                                                             owl:onProperty <urn:export:property:0b7376b6-4bc3-4b7d-b9ec-7cebf7b8df83> ; 
                                                             owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                             owl:onClass <https://contsys.org/concept/health_state>],
                                                            [a owl:Restriction ; 
                                                             owl:onProperty <urn:export:property:a5e96f3b-0c9a-4391-aaf5-0bdd4c20e295> ; 
                                                             owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                             owl:onClass <https://contsys.org/concept/health_record_extract>].
<https://contsys.org/concept/health_need> rdfs:label "health need";
                                          rdfs:subClassOf <https://contsys.org/concept/health_matter>.
<https://contsys.org/concept/health_record_extract> rdfs:label "health record extract".
<https://contsys.org/concept/health_state> rdfs:label "health state".
<https://contsys.org/concept/intended_outcome> rdfs:label "intended outcome";
                                               rdfs:subClassOf <https://contsys.org/concept/health_matter>.
<https://contsys.org/concept/reason_for_request_for_care> rdfs:label "reason for request for care";
                                                          rdfs:subClassOf <https://contsys.org/concept/health_matter>.
<https://contsys.org/concept/social_determinant_of_health> rdfs:label "social determinant of health";
                                                           rdfs:subClassOf <https://contsys.org/concept/health_matter>.
<https://contsys.org/concept/social_matter> rdfs:label "social matter";
                                            rdfs:subClassOf <https://contsys.org/concept/health_matter>.
