@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_commitment> rdfs:label "care commitment".
<https://contsys.org/concept/care_contact> rdfs:label "care contact".
<https://contsys.org/concept/referral> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                         mddm:key "clauseType" ; 
                                                         mddm:value "bodyAndTerm"],
                                                        [mddm:namespace "directives.org.iso" ; 
                                                         mddm:key "example1" ; 
                                                         mddm:value "A referral from an orthopaedic surgeon to a rehabilitation service."],
                                                        [mddm:namespace "directives.org.iso" ; 
                                                         mddm:key "figureTitle" ; 
                                                         mddm:value "Figure 78 —  referral (UML Representation)"],
                                                        [mddm:namespace "directives.org.iso" ; 
                                                         mddm:key "note 1" ; 
                                                         mddm:value "An accepted referral transfers the continuity responsibility for the health issues specified in the referral."],
                                                        [mddm:namespace "directives.org.iso" ; 
                                                         mddm:key "plural" ; 
                                                         mddm:value "referrals"],
                                                        [mddm:namespace "directives.org.iso" ; 
                                                         mddm:key "termClause" ; 
                                                         mddm:value "3.5.7"],
                                                        [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 "request for care where a care professional asks a care provider to make a care commitment for a care period mandate";
                                       rdfs:label "referral";
                                       rdfs:subClassOf <https://contsys.org/concept/request_for_care>,
                                                       [a owl:Restriction ; 
                                                        owl:onProperty <urn:export:property:bcc45958-ee50-4f6c-b8b9-a923ba17d441> ; 
                                                        owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                        owl:onClass <https://contsys.org/concept/care_contact>],
                                                       [a owl:Restriction ; 
                                                        owl:onProperty <urn:export:property:f958e91e-0313-4881-952a-46c8445ae104> ; 
                                                        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                        owl:onClass <https://contsys.org/concept/care_commitment>].
<https://contsys.org/concept/request_for_care> rdfs:label "request for care".
