@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_record_extract> rdfs:label "health record extract".
<https://contsys.org/concept/mandate_to_export_personal_information> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                                                       mddm:key "clauseType" ; 
                                                                                       mddm:value "bodyAndTerm"],
                                                                                      [mddm:namespace "directives.org.iso" ; 
                                                                                       mddm:key "deprecatedTerms" ; 
                                                                                       mddm:value "commission to export personal information"],
                                                                                      [mddm:namespace "directives.org.iso" ; 
                                                                                       mddm:key "example1" ; 
                                                                                       mddm:value "A request to a doctor to write a letter to a medical specialist stating the reasons of a referral."],
                                                                                      [mddm:namespace "directives.org.iso" ; 
                                                                                       mddm:key "example2" ; 
                                                                                       mddm:value "A request to a general practitioner by a subject of care for the transfer of their health record to another general practitioner, when that subject of care moves to another part of the country."],
                                                                                      [mddm:namespace "directives.org.iso" ; 
                                                                                       mddm:key "figureTitle" ; 
                                                                                       mddm:value "Figure 127 —  mandate to export personal information (UML Representation)"],
                                                                                      [mddm:namespace "directives.org.iso" ; 
                                                                                       mddm:key "plural" ; 
                                                                                       mddm:value "mandates to export personal information"],
                                                                                      [mddm:namespace "directives.org.iso" ; 
                                                                                       mddm:key "termClause" ; 
                                                                                       mddm:value "3.8.15"],
                                                                                      [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 mandate implying the right to communicate health record extracts";
                                                                     rdfs:label "mandate to export personal information";
                                                                     rdfs:subClassOf <https://contsys.org/concept/care_mandate>,
                                                                                     [a owl:Restriction ; 
                                                                                      owl:onProperty <urn:export:property:0bb0b1f7-9a27-442f-bca5-b78ae2bd9e53> ; 
                                                                                      owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                                                      owl:onClass <https://contsys.org/concept/health_record_extract>].
