@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_activity> rdfs:label "care activity".
<https://contsys.org/concept/care_treatment> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                               mddm:key "clauseType" ; 
                                                               mddm:value "bodyAndTerm"],
                                                              [mddm:namespace "directives.org.iso" ; 
                                                               mddm:key "figureTitle" ; 
                                                               mddm:value "Figure 65 —  care treatment (UML Representation)"],
                                                              [mddm:namespace "directives.org.iso" ; 
                                                               mddm:key "note 1" ; 
                                                               mddm:value "The treatment of a subject of care’s health state based on that subject of care’s health conditions, is a part of the continuity of care process considered from a therapeutic perspective."],
                                                              [mddm:namespace "directives.org.iso" ; 
                                                               mddm:key "note 2" ; 
                                                               mddm:value "Care treatment is intended to contribute to fulfilling the assessed health need."],
                                                              [mddm:namespace "directives.org.iso" ; 
                                                               mddm:key "note 3" ; 
                                                               mddm:value "Prevention is a type of care treatment where the risk of a health condition is treated."],
                                                              [mddm:namespace "directives.org.iso" ; 
                                                               mddm:key "note 4" ; 
                                                               mddm:value "Care treatment includes all types of activities that intend to influence the health state including, for example, rehabilitation, palliative care, education of subjects of care and carers, etc."],
                                                              [mddm:namespace "directives.org.iso" ; 
                                                               mddm:key "plural" ; 
                                                               mddm:value "care treatments"],
                                                              [mddm:namespace "directives.org.iso" ; 
                                                               mddm:key "termClause" ; 
                                                               mddm:value "3.4.14"],
                                                              [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 "care activity intended to directly improve or maintain a health state";
                                             rdfs:label "care treatment";
                                             rdfs:subClassOf <https://contsys.org/concept/care_activity>,
                                                             [a owl:Restriction ; 
                                                              owl:onProperty <urn:export:property:0b155c1e-3e60-4b21-98a6-763c91655e9d> ; 
                                                              owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                              owl:onClass <https://contsys.org/concept/health_state>].
<https://contsys.org/concept/health_state> rdfs:label "health state".
