@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> rdfs:label "care".
<https://contsys.org/concept/care_actor> rdfs:label "care actor".
<https://contsys.org/concept/role> rdfs:label "role".
<https://contsys.org/concept/self-care_performer> rdfs:label "self-care performer".
<https://contsys.org/concept/social_environment> rdfs:label "social environment".
<https://contsys.org/concept/subject_of_care> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "admittedTerms" ; 
                                                                mddm:value "patient, client, service user, consumer"],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "clauseType" ; 
                                                                mddm:value "bodyAndTerm"],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "example1" ; 
                                                                mddm:value "A treated patient."],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "example2" ; 
                                                                mddm:value "A client of a physiotherapist."],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "example3" ; 
                                                                mddm:value "Each member of a target population for screening."],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "example4" ; 
                                                                mddm:value "Each member of a group of diabetic people attending a session of medical education."],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "example5" ; 
                                                                mddm:value "A person seeking health advice."],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "figureTitle" ; 
                                                                mddm:value "Figure 30 —  subject of care (UML Representation)"],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "note 1" ; 
                                                                mddm:value "A fœtus may be considered as a subject of care when receiving care."],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "plural" ; 
                                                                mddm:value "subjects of care"],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "termClause" ; 
                                                                mddm:value "3.3.2"],
                                                               [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 "person seeking to receive, receiving, or having received care";
                                              rdfs:label "subject of care";
                                              rdfs:subClassOf <https://contsys.org/concept/care_actor>,
                                                              <https://contsys.org/concept/role>,
                                                              [a owl:Restriction ; 
                                                               owl:onProperty <urn:export:property:3c5e101e-d56c-4d9c-9f4f-5d87c5995770> ; 
                                                               owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                               owl:onClass <https://contsys.org/concept/social_environment>],
                                                              [a owl:Restriction ; 
                                                               owl:onProperty <urn:export:property:492c481b-57e3-4925-b309-a43e15b1f80b> ; 
                                                               owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                               owl:onClass <https://contsys.org/concept/care>],
                                                              [a owl:Restriction ; 
                                                               owl:onProperty <urn:export:property:f0e8664f-f0cc-4309-ae4f-68a1cc588abe> ; 
                                                               owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                               owl:onClass <https://contsys.org/concept/self-care_performer>].
