@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/automated_care> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                               mddm:key "clauseType" ; 
                                                               mddm:value "bodyAndTerm"],
                                                              [mddm:namespace "directives.org.iso" ; 
                                                               mddm:key "example1" ; 
                                                               mddm:value "Activities performed by the machine during a long-term Electrocardiography (“Holter recording”) programme, implanted cardiac defibrillator."],
                                                              [mddm:namespace "directives.org.iso" ; 
                                                               mddm:key "figureTitle" ; 
                                                               mddm:value "Figure 55 —  automated care (UML Representation)"],
                                                              [mddm:namespace "directives.org.iso" ; 
                                                               mddm:key "note 1" ; 
                                                               mddm:value "Automated care itself is not a care activity because a device cannot hold responsibility. The care actor who initiates and reviews automated care remains responsible for the safe use of the automatic medical device."],
                                                              [mddm:namespace "directives.org.iso" ; 
                                                               mddm:key "plural" ; 
                                                               mddm:value "automated care"],
                                                              [mddm:namespace "directives.org.iso" ; 
                                                               mddm:key "termClause" ; 
                                                               mddm:value "3.4.4"],
                                                              [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 initiated by a care actor and thereafter delivered by an automatic medical device";
                                             rdfs:label "automated care";
                                             rdfs:subClassOf <https://contsys.org/concept/care_activity>,
                                                             [a owl:Restriction ; 
                                                              owl:onProperty <urn:export:property:cd074a92-0173-4bfd-b1c2-246c85e7b5a7> ; 
                                                              owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                              owl:onClass <https://contsys.org/concept/care_activity>],
                                                             [a owl:Restriction ; 
                                                              owl:onProperty <urn:export:property:dfc337c6-5ed7-4802-97b9-e34a35760f0f> ; 
                                                              owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                              owl:onClass <https://contsys.org/concept/care_activity>],
                                                             [a owl:Restriction ; 
                                                              owl:onProperty <urn:export:property:ee1f157b-2235-417b-8d2a-a7e54f62a012> ; 
                                                              owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                              owl:onClass <https://contsys.org/concept/care_activity>].
<https://contsys.org/concept/care_activity> rdfs:label "care activity".
