@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/health_condition> rdfs:label "health condition".
<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/subject_of_care_desire>.
<https://contsys.org/concept/objection> rdfs:label "objection";
                                        rdfs:subClassOf <https://contsys.org/concept/subject_of_care_desire>.
<https://contsys.org/concept/subject_of_care_desire> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                                       mddm:key "clauseType" ; 
                                                                       mddm:value "bodyAndTerm"],
                                                                      [mddm:namespace "directives.org.iso" ; 
                                                                       mddm:key "example1" ; 
                                                                       mddm:value "No blood transfusion, cultural or religious preference, do not resuscitate, allow natural death."],
                                                                      [mddm:namespace "directives.org.iso" ; 
                                                                       mddm:key "example2" ; 
                                                                       mddm:value "Preference for a monetary subsidy instead of a direct social service to support a disabled person."],
                                                                      [mddm:namespace "directives.org.iso" ; 
                                                                       mddm:key "example3" ; 
                                                                       mddm:value "To be supported or treated by same gender social care or care professional."],
                                                                      [mddm:namespace "directives.org.iso" ; 
                                                                       mddm:key "example4" ; 
                                                                       mddm:value "To specify the place of care (home, professional office, etc...) where to receive a service (psychological support)."],
                                                                      [mddm:namespace "directives.org.iso" ; 
                                                                       mddm:key "example5" ; 
                                                                       mddm:value "To receive a financial or economic support instead of a social service."],
                                                                      [mddm:namespace "directives.org.iso" ; 
                                                                       mddm:key "example6" ; 
                                                                       mddm:value "To prefer home services instead of being moved in a retirement home."],
                                                                      [mddm:namespace "directives.org.iso" ; 
                                                                       mddm:key "figureTitle" ; 
                                                                       mddm:value "Figure 119 —  subject of care desire (UML Representation)"],
                                                                      [mddm:namespace "directives.org.iso" ; 
                                                                       mddm:key "note 1" ; 
                                                                       mddm:value "In quality management [ISO 9000:2015] requirement is defined as “needs and expectations that is stated, generally implied or obligatory”. The expectations reflect the subject of care’s desires."],
                                                                      [mddm:namespace "directives.org.iso" ; 
                                                                       mddm:key "plural" ; 
                                                                       mddm:value "subject of care desires"],
                                                                      [mddm:namespace "directives.org.iso" ; 
                                                                       mddm:key "termClause" ; 
                                                                       mddm:value "3.8.7"],
                                                                      [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 "desire expressed by the subject of care or the subject of care proxy regarding the performance of certain care activities";
                                                     rdfs:label "subject of care desire";
                                                     rdfs:subClassOf <https://contsys.org/concept/health_condition>,
                                                                     [a owl:Restriction ; 
                                                                      owl:onProperty <urn:export:property:561b79ff-5bad-46de-99e0-1cd790fb5b7b> ; 
                                                                      owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                                      owl:onClass <https://contsys.org/concept/health_record>],
                                                                     [a owl:Restriction ; 
                                                                      owl:onProperty <urn:export:property:a6cd2a2a-9e35-4881-8a36-26af0a5be742> ; 
                                                                      owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                                      owl:onClass <https://contsys.org/concept/care_mandate>].
