@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_activity_delay> rdfs:label "care activity delay";
                                                  rdfs:subClassOf <https://contsys.org/concept/health_related_period>.
<https://contsys.org/concept/care_activity_period> rdfs:label "care activity period";
                                                   rdfs:subClassOf <https://contsys.org/concept/health_related_period>.
<https://contsys.org/concept/continuity_of_care_process> rdfs:label "continuity of care process".
<https://contsys.org/concept/episode_of_care> rdfs:label "episode of care";
                                              rdfs:subClassOf <https://contsys.org/concept/health_related_period>.
<https://contsys.org/concept/episodes_of_care_bundle> rdfs:label "episodes of care bundle";
                                                      rdfs:subClassOf <https://contsys.org/concept/health_related_period>.
<https://contsys.org/concept/health_condition_period> rdfs:label "health condition period";
                                                      rdfs:subClassOf <https://contsys.org/concept/health_related_period>.
<https://contsys.org/concept/health_related_period> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                                      mddm:key "clauseType" ; 
                                                                      mddm:value "bodyAndTerm"],
                                                                     [mddm:namespace "directives.org.iso" ; 
                                                                      mddm:key "example1" ; 
                                                                      mddm:value "Period of a head ache, period of pneumonia, period of diabetes mellitus from first onset and often until death, period of receiving or delivering psychotherapy, period of social authority surveillance of suspected abuse in a family, period where a care provider is mandated to provide care for a subject of care’s health issue, period of investigation and therapy of prostate cancer, period of delivering antibiotic therapy."],
                                                                     [mddm:namespace "directives.org.iso" ; 
                                                                      mddm:key "example2" ; 
                                                                      mddm:value "Period of financial support."],
                                                                     [mddm:namespace "directives.org.iso" ; 
                                                                      mddm:key "figureTitle" ; 
                                                                      mddm:value "Figure 82 —  health related period (UML Representation)"],
                                                                     [mddm:namespace "directives.org.iso" ; 
                                                                      mddm:key "note 1" ; 
                                                                      mddm:value "A health related period may be specialized in relation to a number of situations – a specific continuity of care process, care professional, a specific department, a specific health matter, etc."],
                                                                     [mddm:namespace "directives.org.iso" ; 
                                                                      mddm:key "note 2" ; 
                                                                      mddm:value "A health related period is delineated by a “start date and time” and an “end date and time”. While the statement of the start date is generally easy, the identification of the end date may be subject to specific rules that have to be agreed upon locally."],
                                                                     [mddm:namespace "directives.org.iso" ; 
                                                                      mddm:key "plural" ; 
                                                                      mddm:value "health related periods"],
                                                                     [mddm:namespace "directives.org.iso" ; 
                                                                      mddm:key "termClause" ; 
                                                                      mddm:value "3.6.1"],
                                                                     [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#TimeInterval"],
                                                                     [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#TimeInterval"],
                                                                     [mddm:namespace "ontology.type" ; 
                                                                      mddm:key "ontologyId" ; 
                                                                      mddm:value "dolce=TimeInterval"],
                                                                     [mddm:namespace "uk.ac.ox.softeng.maurodatamapper.xmi" ; 
                                                                      mddm:key "isAbstract" ; 
                                                                      mddm:value "true"];
                                                    a owl:Class;
                                                    rdfs:comment "time interval related to the health or care of a subject of care";
                                                    rdfs:label "health related period";
                                                    rdfs:subClassOf dolcebasic:TimeInterval,
                                                                    [a owl:Restriction ; 
                                                                     owl:onProperty <urn:export:property:de72ff7f-03c1-4a3a-b488-4494de5c9d99> ; 
                                                                     owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                                     owl:onClass <https://contsys.org/concept/continuity_of_care_process>].
<https://contsys.org/concept/mandated_period_of_care> rdfs:label "mandated period of care";
                                                      rdfs:subClassOf <https://contsys.org/concept/health_related_period>.
