@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_commitment> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "admittedTerms" ; 
                                                                mddm:value "care commitment"],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "clauseType" ; 
                                                                mddm:value "bodyAndTerm"],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "figureTitle" ; 
                                                                mddm:value "Figure 114 —  care commitment (UML Representation)"],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "note 1" ; 
                                                                mddm:value "The care commitment is the promise by the care actor to perform care activities. This also means that the care provider accepts and confirms the pending care mandate issued through the proposed care plan.  It is only once the care commitment has been stated that an effective care mandate exists and will be the legal framework for all care activities of the subsequent care process."],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "note 2" ; 
                                                                mddm:value "Implicitly, a care commitment results from a dialogue with the subject of care or someone on behalf of the subject of care within a care needs assessment."],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "plural" ; 
                                                                mddm:value "care commitments"],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "termClause" ; 
                                                                mddm:value "3.8.2"],
                                                               [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 "acceptance of a request for care including commitment by the care actor to perform requested care activities";
                                              rdfs:label "care commitment";
                                              rdfs:subClassOf <https://contsys.org/concept/commitment>,
                                                              [a owl:Restriction ; 
                                                               owl:onProperty <urn:export:property:f9a016c4-8e9c-4d4c-bc24-b946acf547ea> ; 
                                                               owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                               owl:onClass <https://contsys.org/concept/care_activity>].
<https://contsys.org/concept/commitment> rdfs:label "commitment".
