@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_actor> rdfs:label "care actor".
<https://contsys.org/concept/care_organization> rdfs:label "care organization";
                                                rdfs:subClassOf <https://contsys.org/concept/care_provider>.
<https://contsys.org/concept/care_personnel> rdfs:label "care personnel";
                                             rdfs:subClassOf <https://contsys.org/concept/care_provider>.
<https://contsys.org/concept/care_provider> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "clauseType" ; 
                                                              mddm:value "bodyAndTerm"],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "figureTitle" ; 
                                                              mddm:value "Figure 31 —  care provider (UML Representation)"],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "note 1" ; 
                                                              mddm:value "The personnel of a care organization that is a care provider may be care professionals and other care personnel who participate in the provision of care."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "note 2" ; 
                                                              mddm:value "This document includes only two specializations of care provider. This is not meant to exclude the possibility of other specializations. In jurisdictions where other kinds of care actors are included in the concept of care provider, the necessary specializations may be added."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "note 3" ; 
                                                              mddm:value "According to this definition, organizations solely responsible for the funding, payment, or reimbursement of care provision are not care providers; for the purpose of this document, they are considered as care third parties."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "plural" ; 
                                                              mddm:value "care providers"],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "termClause" ; 
                                                              mddm:value "3.3.3"],
                                                             [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 that is able to be assigned one or more care period mandates";
                                            rdfs:label "care provider";
                                            rdfs:subClassOf <https://contsys.org/concept/care_actor>,
                                                            [a owl:Restriction ; 
                                                             owl:onProperty <urn:export:property:54f4ce25-ab2b-445a-926d-bfb627b73791> ; 
                                                             owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                             owl:onClass <https://contsys.org/concept/care_service_directory>],
                                                            [a owl:Restriction ; 
                                                             owl:onProperty <urn:export:property:f1d50b6b-7d4f-4eed-9e81-414b0609a5ae> ; 
                                                             owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                             owl:onClass <https://contsys.org/concept/care_service_offering>].
<https://contsys.org/concept/care_service_directory> rdfs:label "care service directory".
<https://contsys.org/concept/care_service_offering> rdfs:label "care service offering".
