Skip to content

Commit f17049e

Browse files
authored
Merge pull request #257 from ApolloDev/update-omrse-import
Update omrse import
2 parents 747f687 + 1022f16 commit f17049e

22 files changed

+6588
-4480
lines changed

apollo_sv-base.json

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,21 @@
2626
}, {
2727
"pred" : "http://purl.org/dc/elements/1.1/creator",
2828
"val" : "Mathias Brochhausen"
29-
}, {
30-
"pred" : "http://purl.org/dc/elements/1.1/title",
31-
"val" : "Apollo Structured Vocabulary (Apollo-SV)"
3229
}, {
3330
"pred" : "http://purl.org/dc/elements/1.1/type",
3431
"val" : "http://purl.obolibrary.org/obo/IAO_8000001"
32+
}, {
33+
"pred" : "http://purl.org/dc/terms/contributor",
34+
"val" : "https://orcid.org/0000-0002-9881-1017"
3535
}, {
3636
"pred" : "http://purl.org/dc/terms/description",
3737
"val" : "An OWL2 ontology of phenomena in infectious disease epidemiology and population biology for use in epidemic simulation."
3838
}, {
3939
"pred" : "http://purl.org/dc/terms/license",
4040
"val" : "https://creativecommons.org/licenses/by/4.0/"
41+
}, {
42+
"pred" : "http://purl.org/dc/terms/title",
43+
"val" : "Apollo Structured Vocabulary (Apollo-SV)"
4144
}, {
4245
"pred" : "http://www.referent-tracking.com/RTS_00000001",
4346
"val" : "C87985BA-6A8A-483A-A6B6-63975101F672"
@@ -49,12 +52,9 @@
4952
"val" : "When citing Apollo-SV, use the permanent URL of the ontology: http://purl.obolibrary.org/obo/apollo_sv.owl. When referencing a specific component of the Apollo-SV such as a class, object property, annotation property, or individual, use the component's Uniform Resource Identifier (URI)."
5053
}, {
5154
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
52-
"val" : "2023-01-10"
53-
}, {
54-
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
55-
"val" : "2024-08-15"
55+
"val" : "2024-12-24"
5656
} ],
57-
"version" : "http://purl.obolibrary.org/obo/apollo_sv/releases/2024-08-15/apollo_sv-base.json"
57+
"version" : "http://purl.obolibrary.org/obo/apollo_sv/releases/2024-12-24/apollo_sv-base.json"
5858
},
5959
"nodes" : [ {
6060
"id" : "http://purl.obolibrary.org/obo/APOLLO_SV_00000000",
@@ -12310,11 +12310,11 @@
1231012310
"type" : "PROPERTY",
1231112311
"propertyType" : "ANNOTATION"
1231212312
}, {
12313-
"id" : "http://purl.org/dc/elements/1.1/title",
12313+
"id" : "http://purl.org/dc/elements/1.1/type",
1231412314
"type" : "PROPERTY",
1231512315
"propertyType" : "ANNOTATION"
1231612316
}, {
12317-
"id" : "http://purl.org/dc/elements/1.1/type",
12317+
"id" : "http://purl.org/dc/terms/contributor",
1231812318
"type" : "PROPERTY",
1231912319
"propertyType" : "ANNOTATION"
1232012320
}, {
@@ -12325,6 +12325,10 @@
1232512325
"id" : "http://purl.org/dc/terms/license",
1232612326
"type" : "PROPERTY",
1232712327
"propertyType" : "ANNOTATION"
12328+
}, {
12329+
"id" : "http://purl.org/dc/terms/title",
12330+
"type" : "PROPERTY",
12331+
"propertyType" : "ANNOTATION"
1232812332
}, {
1232912333
"id" : "http://www.referent-tracking.com/RTS_00000001",
1233012334
"type" : "PROPERTY",

apollo_sv-base.obo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
format-version: 1.2
2-
data-version: apollo_sv/releases/2024-08-15/apollo_sv-base.owl
2+
data-version: apollo_sv/releases/2024-12-24/apollo_sv-base.owl
33
idspace: ace_lexicon http://attempto.ifi.uzh.ch/ace_lexicon#
44
idspace: dc http://purl.org/dc/elements/1.1/
55
idspace: doap http://usefulinc.com/ns/doap#
@@ -20,12 +20,12 @@ property_value: dc:contributor "Mike Wagner" xsd:string
2020
property_value: dc:contributor "Shawn T. Brown" xsd:string
2121
property_value: dc:contributor "William R. Hogan" xsd:string
2222
property_value: dc:creator "Mathias Brochhausen" xsd:string
23-
property_value: dc:title "Apollo Structured Vocabulary (Apollo-SV)" xsd:string
2423
property_value: dc:type IAO:8000001
25-
property_value: owl:versionInfo "2023-01-10" xsd:string
26-
property_value: owl:versionInfo "2024-08-15" xsd:string
24+
property_value: owl:versionInfo "2024-12-24" xsd:string
25+
property_value: terms:contributor "https://orcid.org/0000-0002-9881-1017" xsd:anyURI
2726
property_value: terms:description "An OWL2 ontology of phenomena in infectious disease epidemiology and population biology for use in epidemic simulation." xsd:string
2827
property_value: terms:license "https://creativecommons.org/licenses/by/4.0/" xsd:string
28+
property_value: terms:title "Apollo Structured Vocabulary (Apollo-SV)" xsd:string
2929
property_value: www:RTS_00000001 "C87985BA-6A8A-483A-A6B6-63975101F672" xsd:string
3030
property_value: www:RTS_00000002 "082D5D78-D916-457E-B4FD-365F86F45B30" xsd:string
3131

apollo_sv-base.owl

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
xmlns:ncbitaxon="http://purl.obolibrary.org/obo/ncbitaxon#"
2626
xmlns:ace_lexicon="http://attempto.ifi.uzh.ch/ace_lexicon#">
2727
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/apollo_sv/apollo_sv-base.owl">
28-
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/apollo_sv/releases/2024-08-15/apollo_sv-base.owl"/>
28+
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/apollo_sv/releases/2024-12-24/apollo_sv-base.owl"/>
2929
<dc:contributor>Amanda Hicks</dc:contributor>
3030
<dc:contributor>John Levander</dc:contributor>
3131
<dc:contributor>Josh Hanna</dc:contributor>
@@ -34,15 +34,15 @@
3434
<dc:contributor>Shawn T. Brown</dc:contributor>
3535
<dc:contributor>William R. Hogan</dc:contributor>
3636
<dc:creator>Mathias Brochhausen</dc:creator>
37-
<dc:title xml:lang="en">Apollo Structured Vocabulary (Apollo-SV)</dc:title>
3837
<dc:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/>
38+
<terms:contributor rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://orcid.org/0000-0002-9881-1017</terms:contributor>
3939
<terms:description xml:lang="en">An OWL2 ontology of phenomena in infectious disease epidemiology and population biology for use in epidemic simulation.</terms:description>
4040
<terms:license>https://creativecommons.org/licenses/by/4.0/</terms:license>
41+
<terms:title xml:lang="en">Apollo Structured Vocabulary (Apollo-SV)</terms:title>
4142
<www:RTS_00000001>C87985BA-6A8A-483A-A6B6-63975101F672</www:RTS_00000001>
4243
<www:RTS_00000002>082D5D78-D916-457E-B4FD-365F86F45B30</www:RTS_00000002>
4344
<rdfs:comment xml:lang="en">When citing Apollo-SV, use the permanent URL of the ontology: http://purl.obolibrary.org/obo/apollo_sv.owl. When referencing a specific component of the Apollo-SV such as a class, object property, annotation property, or individual, use the component&apos;s Uniform Resource Identifier (URI).</rdfs:comment>
44-
<owl:versionInfo>2023-01-10</owl:versionInfo>
45-
<owl:versionInfo>2024-08-15</owl:versionInfo>
45+
<owl:versionInfo>2024-12-24</owl:versionInfo>
4646
</owl:Ontology>
4747

4848

@@ -234,15 +234,15 @@ For the 1982-10-17 date, we suggest the dc:created annotation.</rdfs:comment>
234234

235235

236236

237-
<!-- http://purl.org/dc/elements/1.1/title -->
237+
<!-- http://purl.org/dc/elements/1.1/type -->
238238

239-
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/title"/>
239+
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/type"/>
240240

241241

242242

243-
<!-- http://purl.org/dc/elements/1.1/type -->
243+
<!-- http://purl.org/dc/terms/contributor -->
244244

245-
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/type"/>
245+
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/contributor"/>
246246

247247

248248

@@ -258,6 +258,12 @@ For the 1982-10-17 date, we suggest the dc:created annotation.</rdfs:comment>
258258

259259

260260

261+
<!-- http://purl.org/dc/terms/title -->
262+
263+
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title"/>
264+
265+
266+
261267
<!-- http://www.referent-tracking.com/RTS_00000001 -->
262268

263269
<owl:AnnotationProperty rdf:about="http://www.referent-tracking.com/RTS_00000001"/>

0 commit comments

Comments
 (0)