@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_third_party> rdfs:label "care third party".
<https://contsys.org/concept/objection> rdfs:label "objection".
<https://contsys.org/concept/proxy_mandate> rdfs:label "proxy mandate".
<https://contsys.org/concept/subject_of_care> rdfs:label "subject of care".
<https://contsys.org/concept/subject_of_care_proxy> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                                      mddm:key "admittedTerms" ; 
                                                                      mddm:value "subject of care agent"],
                                                                     [mddm:namespace "directives.org.iso" ; 
                                                                      mddm:key "clauseType" ; 
                                                                      mddm:value "bodyAndTerm"],
                                                                     [mddm:namespace "directives.org.iso" ; 
                                                                      mddm:key "figureTitle" ; 
                                                                      mddm:value "Figure 40 —  subject of care proxy (UML Representation)"],
                                                                     [mddm:namespace "directives.org.iso" ; 
                                                                      mddm:key "termClause" ; 
                                                                      mddm:value "3.3.12"],
                                                                     [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 "care actor exercising a proxy mandate";
                                                    rdfs:label "subject of care proxy";
                                                    rdfs:subClassOf <https://contsys.org/concept/care_third_party>,
                                                                    [a owl:Restriction ; 
                                                                     owl:onProperty <urn:export:property:01981206-899d-4eb5-b342-3c74cfae1221> ; 
                                                                     owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                                     owl:onClass <https://contsys.org/concept/proxy_mandate>],
                                                                    [a owl:Restriction ; 
                                                                     owl:onProperty <urn:export:property:0e738020-abd2-475b-88f0-925df44aaf9a> ; 
                                                                     owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                                     owl:onClass <https://contsys.org/concept/subject_of_care>],
                                                                    [a owl:Restriction ; 
                                                                     owl:onProperty <urn:export:property:70f2193e-afb0-4c05-bd2a-ba1b76483832> ; 
                                                                     owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                                     owl:onClass <https://contsys.org/concept/objection>].
