@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/professionally_assessed_condition> rdfs:label "professionally assessed condition".
<https://contsys.org/concept/risk_condition> rdfs:label "risk condition".
<https://contsys.org/concept/vulnerability> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "clauseType" ; 
                                                              mddm:value "bodyAndTerm"],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "example1" ; 
                                                              mddm:value "Released from prison."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "example2" ; 
                                                              mddm:value "Drug addiction."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "example3" ; 
                                                              mddm:value "Loss of employment."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "example4" ; 
                                                              mddm:value "Lives up a steep flight of stairs leading to increased risk of falls."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "example5" ; 
                                                              mddm:value "Immunosuppressed leading to risk of infection."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "figureTitle" ; 
                                                              mddm:value "Figure 18 —  vulnerability (UML Representation)"],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "note 1" ; 
                                                              mddm:value "In the perspective of healthcare and wellbeing, the term “vulnerable condition” is often used to label frail citizens or socio-economic and education conditions (e.g. housing, job, disability), or both, that motivate certain interventions in social care, generally addressing a target population (e.g. older persons, children, families, homeless, refugees)."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "note 2" ; 
                                                              mddm:value "The potential harm is a risk condition."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "plural" ; 
                                                              mddm:value "vulnerabilities"],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "termClause" ; 
                                                              mddm:value "3.2.17"],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "_profiled" ; 
                                                              mddm:value "Yes"];
                                            a owl:Class;
                                            rdfs:comment "health condition that is an exposure to the risk of harm";
                                            rdfs:label "vulnerability";
                                            rdfs:subClassOf <https://contsys.org/concept/professionally_assessed_condition>,
                                                            [a owl:Restriction ; 
                                                             owl:onProperty <urn:export:property:e341e1b2-24d6-4ce1-9c1f-64bad018dfea> ; 
                                                             owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                             owl:onClass <https://contsys.org/concept/risk_condition>].
