@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/health_certificate> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                                   mddm:key "admittedTerms" ; 
                                                                   mddm:value "certificate related to a health matter"],
                                                                  [mddm:namespace "directives.org.iso" ; 
                                                                   mddm:key "clauseType" ; 
                                                                   mddm:value "bodyAndTerm"],
                                                                  [mddm:namespace "directives.org.iso" ; 
                                                                   mddm:key "deprecatedTerms" ; 
                                                                   mddm:value "specific care information request"],
                                                                  [mddm:namespace "directives.org.iso" ; 
                                                                   mddm:key "example1" ; 
                                                                   mddm:value "Birth certificate."],
                                                                  [mddm:namespace "directives.org.iso" ; 
                                                                   mddm:key "example2" ; 
                                                                   mddm:value "Death certificate."],
                                                                  [mddm:namespace "directives.org.iso" ; 
                                                                   mddm:key "example3" ; 
                                                                   mddm:value "Health certificate."],
                                                                  [mddm:namespace "directives.org.iso" ; 
                                                                   mddm:key "example4" ; 
                                                                   mddm:value "Health insurance certificate."],
                                                                  [mddm:namespace "directives.org.iso" ; 
                                                                   mddm:key "example5" ; 
                                                                   mddm:value "Vaccination passport."],
                                                                  [mddm:namespace "directives.org.iso" ; 
                                                                   mddm:key "figureTitle" ; 
                                                                   mddm:value "Figure 149 —  health certificate (UML Representation)"],
                                                                  [mddm:namespace "directives.org.iso" ; 
                                                                   mddm:key "plural" ; 
                                                                   mddm:value "health certificates"],
                                                                  [mddm:namespace "directives.org.iso" ; 
                                                                   mddm:key "termClause" ; 
                                                                   mddm:value "3.9.22"],
                                                                  [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 "official document issued by a care actor attesting to the relevant health matters of a subject of care";
                                                 rdfs:label "health certificate";
                                                 rdfs:subClassOf <https://contsys.org/concept/health_report>,
                                                                 [a owl:Restriction ; 
                                                                  owl:onProperty <urn:export:property:35fd8566-db3e-4332-a1f1-ef2625042d4e> ; 
                                                                  owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                                  owl:onClass <https://contsys.org/concept/health_matter>].
<https://contsys.org/concept/health_matter> rdfs:label "health matter".
<https://contsys.org/concept/health_report> rdfs:label "health report".
