|
| 1 | +@prefix : <https://w3id.org/gfo/situation/> . |
| 2 | +@prefix dc: <http://purl.org/dc/elements/1.1/> . |
| 3 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 4 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 5 | +@prefix rio: <https://w3id.org/rio/> . |
| 6 | +@prefix xml: <http://www.w3.org/XML/1998/namespace> . |
| 7 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 8 | +@prefix bibo: <http://purl.org/ontology/bibo/> . |
| 9 | +@prefix doap: <http://usefulinc.com/ns/doap#> . |
| 10 | +@prefix foaf: <http://xmlns.com/foaf/0.1/> . |
| 11 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 12 | +@prefix skos: <http://www.w3.org/2004/02/skos/core#> . |
| 13 | +@prefix vann: <http://purl.org/vocab/vann/> . |
| 14 | +@prefix terms: <http://purl.org/dc/terms/> . |
| 15 | +@prefix rio-ex: <https://w3id.org/rio/example/> . |
| 16 | +@prefix gfo-core: <https://w3id.org/gfo/core/> . |
| 17 | +@base <https://w3id.org/gfo/situation/> . |
| 18 | + |
| 19 | +<https://w3id.org/gfo/pattern/situation/object-example> rdf:type owl:Ontology ; |
| 20 | + owl:versionIRI <https://w3id.org/gfo/pattern/situation/object-example/release/2024-12-19> ; |
| 21 | + owl:imports <https://w3id.org/gfo/pattern/situation/object> ; |
| 22 | + dc:created "2024-12-11" ; |
| 23 | + dc:creator "Alexandr Uciteli" , |
| 24 | + "Christoph Beger" , |
| 25 | + "Frank Löbe" , |
| 26 | + "Franz Matthies" , |
| 27 | + "Heinrich Herre" , |
| 28 | + "Konrad Höffner" , |
| 29 | + "Patryk Burek" , |
| 30 | + "Ralph Schäfermeier" ; |
| 31 | + dc:description "GFO-object-situation-example is an example for the object design pattern for modeling object situations."@en ; |
| 32 | + dc:modified "2024-12-11" ; |
| 33 | + dc:title "General Formal Ontology (object situation pattern example)"@en ; |
| 34 | + terms:license <http://creativecommons.org/licenses/by/4.0/> ; |
| 35 | + bibo:doi <https://zenodo.org/doi/10.5281/zenodo.5205419> ; |
| 36 | + vann:preferredNamespacePrefix "gfo-object-situation-example" ; |
| 37 | + vann:preferredNamespaceURI "https://w3id.org/gfo/pattern/situation/object-example" ; |
| 38 | + doap:repository <https://github.com/Onto-Med/GFO> ; |
| 39 | + rdfs:label "GFO object situation pattern example"@en ; |
| 40 | + owl:versionInfo "2024-12-11" ; |
| 41 | + foaf:homepage "https://github.com/Onto-Med/GFO" . |
| 42 | + |
| 43 | +################################################################# |
| 44 | +# Annotation properties |
| 45 | +################################################################# |
| 46 | + |
| 47 | +### http://purl.org/dc/elements/1.1/created |
| 48 | +dc:created rdf:type owl:AnnotationProperty . |
| 49 | + |
| 50 | + |
| 51 | +### http://purl.org/dc/elements/1.1/creator |
| 52 | +dc:creator rdf:type owl:AnnotationProperty . |
| 53 | + |
| 54 | + |
| 55 | +### http://purl.org/dc/elements/1.1/description |
| 56 | +dc:description rdf:type owl:AnnotationProperty . |
| 57 | + |
| 58 | + |
| 59 | +### http://purl.org/dc/elements/1.1/modified |
| 60 | +dc:modified rdf:type owl:AnnotationProperty . |
| 61 | + |
| 62 | + |
| 63 | +### http://purl.org/dc/elements/1.1/title |
| 64 | +dc:title rdf:type owl:AnnotationProperty . |
| 65 | + |
| 66 | + |
| 67 | +### http://purl.org/dc/terms/license |
| 68 | +terms:license rdf:type owl:AnnotationProperty . |
| 69 | + |
| 70 | + |
| 71 | +### http://purl.org/ontology/bibo/doi |
| 72 | +bibo:doi rdf:type owl:AnnotationProperty . |
| 73 | + |
| 74 | + |
| 75 | +### http://purl.org/vocab/vann/preferredNamespacePrefix |
| 76 | +vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty . |
| 77 | + |
| 78 | + |
| 79 | +### http://purl.org/vocab/vann/preferredNamespaceURI |
| 80 | +vann:preferredNamespaceURI rdf:type owl:AnnotationProperty . |
| 81 | + |
| 82 | + |
| 83 | +### http://usefulinc.com/ns/doap#repository |
| 84 | +doap:repository rdf:type owl:AnnotationProperty . |
| 85 | + |
| 86 | + |
| 87 | +### http://www.w3.org/2000/01/rdf-schema#comment |
| 88 | +rdfs:comment rdf:type owl:AnnotationProperty . |
| 89 | + |
| 90 | + |
| 91 | +### http://www.w3.org/2002/07/owl#versionInfo |
| 92 | +owl:versionInfo rdf:type owl:AnnotationProperty . |
| 93 | + |
| 94 | + |
| 95 | +### http://www.w3.org/2004/02/skos/core#altLabel |
| 96 | +skos:altLabel rdf:type owl:AnnotationProperty . |
| 97 | + |
| 98 | + |
| 99 | +### http://www.w3.org/2004/02/skos/core#definition |
| 100 | +skos:definition rdf:type owl:AnnotationProperty . |
| 101 | + |
| 102 | + |
| 103 | +### http://www.w3.org/2004/02/skos/core#example |
| 104 | +skos:example rdf:type owl:AnnotationProperty . |
| 105 | + |
| 106 | + |
| 107 | +### http://xmlns.com/foaf/0.1/homepage |
| 108 | +foaf:homepage rdf:type owl:AnnotationProperty . |
| 109 | + |
| 110 | + |
| 111 | +################################################################# |
| 112 | +# Classes |
| 113 | +################################################################# |
| 114 | + |
| 115 | +### https://w3id.org/rio/Patient |
| 116 | +rio:Patient rdf:type owl:Class ; |
| 117 | + rdfs:subClassOf gfo-core:Object , |
| 118 | + [ rdf:type owl:Restriction ; |
| 119 | + owl:onProperty gfo-core:hasQuality ; |
| 120 | + owl:someValuesFrom rio:PatientAge |
| 121 | + ] , |
| 122 | + [ rdf:type owl:Restriction ; |
| 123 | + owl:onProperty gfo-core:participatesIn ; |
| 124 | + owl:someValuesFrom rio:RiskSituation |
| 125 | + ] ; |
| 126 | + rdfs:label "Patient"@en . |
| 127 | + |
| 128 | + |
| 129 | +### https://w3id.org/rio/PatientAge |
| 130 | +rio:PatientAge rdf:type owl:Class ; |
| 131 | + rdfs:subClassOf gfo-core:Quality ; |
| 132 | + rdfs:label "Patient age"@en . |
| 133 | + |
| 134 | + |
| 135 | +### https://w3id.org/rio/RiskSeverity |
| 136 | +rio:RiskSeverity rdf:type owl:Class ; |
| 137 | + rdfs:subClassOf gfo-core:Quality ; |
| 138 | + rdfs:label "Risk severity"@en . |
| 139 | + |
| 140 | + |
| 141 | +### https://w3id.org/rio/RiskSituation |
| 142 | +rio:RiskSituation rdf:type owl:Class ; |
| 143 | + rdfs:subClassOf :Situation , |
| 144 | + [ rdf:type owl:Restriction ; |
| 145 | + owl:onProperty gfo-core:hasParticipantQuality ; |
| 146 | + owl:someValuesFrom rio:PatientAge |
| 147 | + ] ; |
| 148 | + rdfs:label "Risk situation"@en . |
| 149 | + |
| 150 | + |
| 151 | +################################################################# |
| 152 | +# Individuals |
| 153 | +################################################################# |
| 154 | + |
| 155 | +### https://w3id.org/rio/example/highly_severe |
| 156 | +rio-ex:highly_severe rdf:type owl:NamedIndividual , |
| 157 | + rio:RiskSeverity ; |
| 158 | + rdfs:label "highly_severe"@en . |
| 159 | + |
| 160 | + |
| 161 | +### https://w3id.org/rio/example/patient_1 |
| 162 | +rio-ex:patient_1 rdf:type owl:NamedIndividual , |
| 163 | + rio:Patient ; |
| 164 | + gfo-core:hasQuality <https://w3id.org/rio/example/10_months> ; |
| 165 | + gfo-core:participatesIn rio-ex:risk_sit1 ; |
| 166 | + rdfs:label "patient_1"@en . |
| 167 | + |
| 168 | + |
| 169 | +### https://w3id.org/rio/example/risk_sit1 |
| 170 | +rio-ex:risk_sit1 rdf:type owl:NamedIndividual , |
| 171 | + rio:RiskSituation ; |
| 172 | + gfo-core:hasParticipantQuality <https://w3id.org/rio/example/10_months> ; |
| 173 | + gfo-core:hasQuality rio-ex:highly_severe ; |
| 174 | + rdfs:label "risk_sit1"@en . |
| 175 | + |
| 176 | + |
| 177 | +### https://w3id.org/rio/example/10_months |
| 178 | +<https://w3id.org/rio/example/10_months> rdf:type owl:NamedIndividual , |
| 179 | + rio:PatientAge ; |
| 180 | + rdfs:label "10_months"@en . |
| 181 | + |
| 182 | + |
| 183 | +### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi |
0 commit comments