@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/clinical_need> rdfs:label "clinical need";
                                            rdfs:subClassOf <https://contsys.org/concept/health_need>.
<https://contsys.org/concept/health_matter> rdfs:label "health matter".
<https://contsys.org/concept/health_need> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                            mddm:key "clauseType" ; 
                                                            mddm:value "bodyAndTerm"],
                                                           [mddm:namespace "directives.org.iso" ; 
                                                            mddm:key "figureTitle" ; 
                                                            mddm:value "Figure 26 —  health need (UML Representation)"],
                                                           [mddm:namespace "directives.org.iso" ; 
                                                            mddm:key "note 1" ; 
                                                            mddm:value "The desired future health state can be an intended outcome expressed as target condition."],
                                                           [mddm:namespace "directives.org.iso" ; 
                                                            mddm:key "note 2" ; 
                                                            mddm:value "The health need can be identified and formulated by the subject of care or by any other care actor."],
                                                           [mddm:namespace "directives.org.iso" ; 
                                                            mddm:key "note 3" ; 
                                                            mddm:value "Health needs indicate and motivate care activities. They are the basic input to care needs assessments."],
                                                           [mddm:namespace "directives.org.iso" ; 
                                                            mddm:key "plural" ; 
                                                            mddm:value "health needs"],
                                                           [mddm:namespace "directives.org.iso" ; 
                                                            mddm:key "termClause" ; 
                                                            mddm:value "3.2.25"],
                                                           [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 "health matter causing a deficit in the current health state compared to aspects of a desired future health state";
                                          rdfs:label "health need";
                                          rdfs:subClassOf <https://contsys.org/concept/health_matter>,
                                                          [a owl:Restriction ; 
                                                           owl:onProperty <urn:export:property:5cee6b7e-0263-40b1-ad12-27bf37f9ee84> ; 
                                                           owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                           owl:onClass <https://contsys.org/concept/health_state>].
<https://contsys.org/concept/health_state> rdfs:label "health state".
<https://contsys.org/concept/social_need> rdfs:label "social need";
                                          rdfs:subClassOf <https://contsys.org/concept/health_need>.
