@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> rdfs:label "care plan".
<https://contsys.org/concept/care_process> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "admittedTerms" ; 
                                                             mddm:value "care process"],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "clauseType" ; 
                                                             mddm:value "bodyAndTerm"],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "figureTitle" ; 
                                                             mddm:value "Figure 72 —  care process (UML Representation)"],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "note 1" ; 
                                                             mddm:value "A care process is not by definition restricted to one care provider or any other organizational unit borders."],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "plural" ; 
                                                             mddm:value "care processes"],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "termClause" ; 
                                                             mddm:value "3.5.1"],
                                                            [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#Process"],
                                                            [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#Process"],
                                                            [mddm:namespace "ontology.type" ; 
                                                             mddm:key "ontologyId" ; 
                                                             mddm:value "dolce=Process"],
                                                            [mddm:namespace "uk.ac.ox.softeng.maurodatamapper.xmi" ; 
                                                             mddm:key "isAbstract" ; 
                                                             mddm:value "false"];
                                           a owl:Class;
                                           rdfs:comment "set of interrelated or interacting care activities which transforms inputs into outputs";
                                           rdfs:label "care process";
                                           rdfs:subClassOf dolcebasic:Process,
                                                           [a owl:Restriction ; 
                                                            owl:onProperty <urn:export:property:0cdf55af-ff8d-4c35-abcc-fb38c2b0f3db> ; 
                                                            owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                            owl:onClass <https://contsys.org/concept/care_process>],
                                                           [a owl:Restriction ; 
                                                            owl:onProperty <urn:export:property:3f4be28b-619d-49a0-a1f2-5daf92782b47> ; 
                                                            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                            owl:onClass <https://contsys.org/concept/output_health_state>],
                                                           [a owl:Restriction ; 
                                                            owl:onProperty <urn:export:property:648289d2-6130-4a49-8883-a4c54f8dc91e> ; 
                                                            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                            owl:onClass <https://contsys.org/concept/health_record>],
                                                           [a owl:Restriction ; 
                                                            owl:onProperty <urn:export:property:660d6539-7039-4100-af3b-9e6c1e11429c> ; 
                                                            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                            owl:onClass <https://contsys.org/concept/care_plan>],
                                                           [a owl:Restriction ; 
                                                            owl:onProperty <urn:export:property:756f9542-952f-4deb-9d0a-a9f5a6d43b8d> ; 
                                                            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                            owl:onClass <https://contsys.org/concept/subject_of_care>],
                                                           [a owl:Restriction ; 
                                                            owl:onProperty <urn:export:property:aab7b1d7-4122-4755-b70d-93e41f26d771> ; 
                                                            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                            owl:onClass <https://contsys.org/concept/care_service>].
<https://contsys.org/concept/care_service> rdfs:label "care service".
<https://contsys.org/concept/continuity_of_care_process> rdfs:label "continuity of care process";
                                                         rdfs:subClassOf <https://contsys.org/concept/care_process>.
<https://contsys.org/concept/health_record> rdfs:label "health record".
<https://contsys.org/concept/output_health_state> rdfs:label "output health state".
<https://contsys.org/concept/subject_of_care> rdfs:label "subject of care".
