@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_plan> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                          mddm:key "admittedTerms" ; 
                                                          mddm:value "N/A"],
                                                         [mddm:namespace "directives.org.iso" ; 
                                                          mddm:key "clauseType" ; 
                                                          mddm:value "bodyAndTerm"],
                                                         [mddm:namespace "directives.org.iso" ; 
                                                          mddm:key "example1" ; 
                                                          mddm:value "Integrated care plan."],
                                                         [mddm:namespace "directives.org.iso" ; 
                                                          mddm:key "example2" ; 
                                                          mddm:value "Plan to address one vulnerability."],
                                                         [mddm:namespace "directives.org.iso" ; 
                                                          mddm:key "example3" ; 
                                                          mddm:value "Plan for a single contact."],
                                                         [mddm:namespace "directives.org.iso" ; 
                                                          mddm:key "example4" ; 
                                                          mddm:value "Plan for social care activities to be performed by one care provider within a social care context."],
                                                         [mddm:namespace "directives.org.iso" ; 
                                                          mddm:key "example5" ; 
                                                          mddm:value "A social worker care plan with the constraint of only one specific social care provider involved."],
                                                         [mddm:namespace "directives.org.iso" ; 
                                                          mddm:key "figureTitle" ; 
                                                          mddm:value "Figure 105 —  care plan (UML Representation)"],
                                                         [mddm:namespace "directives.org.iso" ; 
                                                          mddm:key "note 1" ; 
                                                          mddm:value "A care plan can be subdivided from different perspectives by different constraints."],
                                                         [mddm:namespace "directives.org.iso" ; 
                                                          mddm:key "synonym" ; 
                                                          mddm:value "care plan"],
                                                         [mddm:namespace "directives.org.iso" ; 
                                                          mddm:key "termClause" ; 
                                                          mddm:value "3.7.7"],
                                                         [mddm:namespace "directives.org.iso" ; 
                                                          mddm:key "_profiled" ; 
                                                          mddm:value "Yes"],
                                                         [mddm:namespace "ontology.external" ; 
                                                          mddm:key "iri.dolce" ; 
                                                          mddm:value "https://w3id.org/DOLCE/OWL/DOLCEbasic#MentalObject"],
                                                         [mddm:namespace "ontology.external" ; 
                                                          mddm:key "prefix.dolce" ; 
                                                          mddm:value "db"],
                                                         [mddm:namespace "ontology.external" ; 
                                                          mddm:key "rdfsSubClassOf.dolce" ; 
                                                          mddm:value "https://w3id.org/DOLCE/OWL/DOLCEbasic#MentalObject"],
                                                         [mddm:namespace "ontology.type" ; 
                                                          mddm:key "ontologyId" ; 
                                                          mddm:value "dolce=MentalObject"],
                                                         [mddm:namespace "uk.ac.ox.softeng.maurodatamapper.xmi" ; 
                                                          mddm:key "isAbstract" ; 
                                                          mddm:value "false"];
                                        a owl:Class;
                                        rdfs:comment "dynamic, personalized plan including identified needed care activity, intended outcomes and care goals, relating to one or more specified health needs in a care process";
                                        rdfs:label "care plan";
                                        rdfs:subClassOf dolcebasic:MentalObject,
                                                        [a owl:Restriction ; 
                                                         owl:onProperty <urn:export:property:29c93c10-331c-486e-8d40-40b195132a8d> ; 
                                                         owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                         owl:onClass <https://contsys.org/concept/intended_outcome>],
                                                        [a owl:Restriction ; 
                                                         owl:onProperty <urn:export:property:4dea62f5-2a63-40a0-92be-2c0ba39f4444> ; 
                                                         owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                         owl:onClass <https://contsys.org/concept/health_record>],
                                                        [a owl:Restriction ; 
                                                         owl:onProperty <urn:export:property:604ed472-2db9-4308-b628-ca98fb5fb9de> ; 
                                                         owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                         owl:onClass <https://contsys.org/concept/health_issue>],
                                                        [a owl:Restriction ; 
                                                         owl:onProperty <urn:export:property:baa641a8-5212-49a1-a06a-179fcb95d2d6> ; 
                                                         owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                         owl:onClass <https://contsys.org/concept/health_thread>],
                                                        [a owl:Restriction ; 
                                                         owl:onProperty <urn:export:property:bfa4a95e-622e-42c5-83a4-15647ef8e16c> ; 
                                                         owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                         owl:onClass <https://contsys.org/concept/care_planning>].
<https://contsys.org/concept/care_planning> rdfs:label "care planning".
<https://contsys.org/concept/clinical_care_plan> rdfs:label "clinical care plan";
                                                 rdfs:subClassOf <https://contsys.org/concept/care_plan>.
<https://contsys.org/concept/health_issue> rdfs:label "health issue".
<https://contsys.org/concept/health_record> rdfs:label "health record".
<https://contsys.org/concept/health_thread> rdfs:label "health thread".
<https://contsys.org/concept/integrated_care_plan> rdfs:label "integrated care plan";
                                                   rdfs:subClassOf <https://contsys.org/concept/care_plan>.
<https://contsys.org/concept/intended_outcome> rdfs:label "intended outcome".
<https://contsys.org/concept/social_care_plan> rdfs:label "social care plan";
                                               rdfs:subClassOf <https://contsys.org/concept/care_plan>.
