@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/authorization_by_law> rdfs:label "authorization by law".
<https://contsys.org/concept/care_activity_mandate> rdfs:label "care activity mandate";
                                                    rdfs:subClassOf <https://contsys.org/concept/care_mandate>.
<https://contsys.org/concept/care_actor> rdfs:label "care actor".
<https://contsys.org/concept/care_commitment> rdfs:label "care commitment".
<https://contsys.org/concept/care_mandate> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "admittedTerms" ; 
                                                             mddm:value "care commission"],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "clauseType" ; 
                                                             mddm:value "bodyAndTerm"],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "figureTitle" ; 
                                                             mddm:value "Figure 113 —  care mandate (UML Representation)"],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "note 1" ; 
                                                             mddm:value "A care mandate can be explicit or implicit."],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "note 2" ; 
                                                             mddm:value "Relevant information related to care commitment mandates (including demands for care commitment informed consents, objections, care commitment commitments, etc.) is recorded in care commitment records where the information is made available for concerned care commitment actors as care commitment concerns."],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "note 3" ; 
                                                             mddm:value "Typically, a care mandate is assigned by one care actor to another."],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "plural" ; 
                                                             mddm:value "care mandates"],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "termClause" ; 
                                                             mddm:value "3.8.1"],
                                                            [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 "mandate based on a commitment and either an informed consent or an authorization by law defining the rights and obligations of one care actor with regard to their involvement in care processes performed for a specific subject of care";
                                           rdfs:label "care mandate";
                                           rdfs:subClassOf <https://contsys.org/concept/mandate>,
                                                           [a owl:Restriction ; 
                                                            owl:onProperty <urn:export:property:013c7bb6-3a35-4988-9322-ccbeb79381b9> ; 
                                                            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                            owl:onClass <https://contsys.org/concept/informed_consent>],
                                                           [a owl:Restriction ; 
                                                            owl:onProperty <urn:export:property:0456f19d-fd71-4b18-8e65-ab163d0f8304> ; 
                                                            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                            owl:onClass <https://contsys.org/concept/subject_of_care>],
                                                           [a owl:Restriction ; 
                                                            owl:onProperty <urn:export:property:17a0d433-f98c-4ac6-a27f-0d451c2eca70> ; 
                                                            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                            owl:onClass <https://contsys.org/concept/care_actor>],
                                                           [a owl:Restriction ; 
                                                            owl:onProperty <urn:export:property:4a4dc553-e605-4007-b54a-7a4f763fc77d> ; 
                                                            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                            owl:onClass <https://contsys.org/concept/health_record>],
                                                           [a owl:Restriction ; 
                                                            owl:onProperty <urn:export:property:70095af2-043b-43b1-ae65-22b6dad6f058> ; 
                                                            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                            owl:onClass <https://contsys.org/concept/authorization_by_law>],
                                                           [a owl:Restriction ; 
                                                            owl:onProperty <urn:export:property:eb965342-6e27-4ab1-b07a-cf5a1fa4df9e> ; 
                                                            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                            owl:onClass <https://contsys.org/concept/care_commitment>].
<https://contsys.org/concept/care_period_mandate> rdfs:label "care period mandate";
                                                  rdfs:subClassOf <https://contsys.org/concept/care_mandate>.
<https://contsys.org/concept/care_professional_entitlement> rdfs:label "care professional entitlement";
                                                            rdfs:subClassOf <https://contsys.org/concept/care_mandate>.
<https://contsys.org/concept/continuity_facilitator_mandate> rdfs:label "continuity facilitator mandate";
                                                             rdfs:subClassOf <https://contsys.org/concept/care_mandate>.
<https://contsys.org/concept/health_record> rdfs:label "health record".
<https://contsys.org/concept/informed_consent> rdfs:label "informed consent";
                                               rdfs:subClassOf <https://contsys.org/concept/care_mandate>.
<https://contsys.org/concept/mandate> rdfs:label "mandate".
<https://contsys.org/concept/mandate_to_export_personal_information> rdfs:label "mandate to export personal information";
                                                                     rdfs:subClassOf <https://contsys.org/concept/care_mandate>.
<https://contsys.org/concept/proxy_mandate> rdfs:label "proxy mandate";
                                            rdfs:subClassOf <https://contsys.org/concept/care_mandate>.
<https://contsys.org/concept/request_mandate> rdfs:label "request mandate";
                                              rdfs:subClassOf <https://contsys.org/concept/care_mandate>.
<https://contsys.org/concept/subject_of_care> rdfs:label "subject of care".
