@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_mandate> rdfs:label "care mandate".
<https://contsys.org/concept/request_mandate> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "admittedTerms" ; 
                                                                mddm:value " "],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "clauseType" ; 
                                                                mddm:value "bodyAndTerm"],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "deprecatedTerms" ; 
                                                                mddm:value "demand mandate, demand commission"],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "example1" ; 
                                                                mddm:value "A subject of care requesting care from a general practitioner."],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "example2" ; 
                                                                mddm:value "Care for a child requested by a parent."],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "example3" ; 
                                                                mddm:value "A passer-by may, in some jurisdictions, be obliged to seek care for any endangered person, for example unconscious after a road accident."],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "figureTitle" ; 
                                                                mddm:value "Figure 125 —  request mandate (UML Representation)"],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "note 1" ; 
                                                                mddm:value "A request for care is usually made by a subject of care themselves, but there are circumstances where the subject of care is not in the position of making a request for care. In that case, it may be made on their behalf by another person, such as decision-making representative with power of attorney."],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "note 2" ; 
                                                                mddm:value "Within certain jurisdictions a generic request mandate may be explicitly or implicitly assigned to certain categories of citizens on the basis of their specific roles. It may also be directly or indirectly made necessary by law that such generic mandates are explicitly established."],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "note 3" ; 
                                                                mddm:value "Every care professional with authority (mandate to manage health matters of a subject of care) is entitled to request services and has a request mandate."],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "termClause" ; 
                                                                mddm:value "3.8.13"],
                                                               [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 mandate implying the right and obligation to request care activities";
                                              rdfs:label "request mandate";
                                              rdfs:subClassOf <https://contsys.org/concept/care_mandate>.
