@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_supporting_organization> rdfs:label "care supporting organization";
                                                           rdfs:subClassOf <https://contsys.org/concept/organization>.
<https://contsys.org/concept/organization> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "clauseType" ; 
                                                             mddm:value "bodyAndTerm"],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "note 1" ; 
                                                             mddm:value "Groupings or subdivisions of organizations may also be considered as organizations where there is need to identify them in this way for purposes of information interchange.   "],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "note 2" ; 
                                                             mddm:value "In this document, this definition applies to any kind of organization, whatever their legal status."],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "plural" ; 
                                                             mddm:value "organizations"],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "termClause" ; 
                                                             mddm:value "3.1.12"],
                                                            [mddm:namespace "directives.org.iso" ; 
                                                             mddm:key "_profiled" ; 
                                                             mddm:value "Yes"],
                                                            [mddm:namespace "ontology.external" ; 
                                                             mddm:key "iri.dolce" ; 
                                                             mddm:value "https://w3id.org/DOLCE/OWL/DOLCEbasic#MentalObject"],
                                                            [mddm:namespace "ontology.external" ; 
                                                             mddm:key "prefix.dolce" ; 
                                                             mddm:value "db"],
                                                            [mddm:namespace "ontology.external" ; 
                                                             mddm:key "rdfsSubClassOf.dolce" ; 
                                                             mddm:value "https://w3id.org/DOLCE/OWL/DOLCEbasic#MentalObject"],
                                                            [mddm:namespace "ontology.type" ; 
                                                             mddm:key "ontologyId" ; 
                                                             mddm:value "dolce=MentalObject"],
                                                            [mddm:namespace "uk.ac.ox.softeng.maurodatamapper.xmi" ; 
                                                             mddm:key "isAbstract" ; 
                                                             mddm:value "false"];
                                           a owl:Class;
                                           rdfs:comment "person or group of people that has its own functions with responsibilities, authorities and relationships to achieve its objectives";
                                           rdfs:label "organization";
                                           rdfs:subClassOf dolcebasic:MentalObject,
                                                           [a owl:Restriction ; 
                                                            owl:onProperty <urn:export:property:22a749aa-9086-44ae-952e-29ba94b66f38> ; 
                                                            owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                            owl:onClass <https://contsys.org/concept/care_actor>].
