Skip to content

Commit 39bfebe

Browse files
Anita Caronanitacaron
andauthored
2023-08-18 Release (#749)
* 20230816 release * rename term namespace * update release * revert renaming terms namespace * revert COB_import update * fix title * 20230818 release --------- Co-authored-by: Anita Caron <anitacaron@users.noreply.github.com>
1 parent 5cb242b commit 39bfebe

82 files changed

Lines changed: 3187 additions & 3307 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

core.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"id" : "http://purl.obolibrary.org/obo/ro/core.json",
44
"meta" : {
55
"basicPropertyValues" : [ {
6-
"pred" : "http://purl.org/dc/elements/1.1/license",
6+
"pred" : "http://purl.org/dc/terms/license",
77
"val" : "https://creativecommons.org/publicdomain/zero/1.0/"
88
}, {
99
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
10-
"val" : "2023-06-28"
10+
"val" : "2023-08-18"
1111
}, {
1212
"pred" : "http://xmlns.com/foaf/0.1/homepage",
1313
"val" : "https://github.com/oborel/obo-relations/wiki/ROCore"
1414
} ],
15-
"version" : "http://purl.obolibrary.org/obo/ro/releases/2023-06-28/core.json"
15+
"version" : "http://purl.obolibrary.org/obo/ro/releases/2023-08-18/core.json"
1616
},
1717
"nodes" : [ {
1818
"id" : "http://purl.obolibrary.org/obo/BFO_0000002",
@@ -406,7 +406,7 @@
406406
"pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
407407
"val" : "has_participant"
408408
}, {
409-
"pred" : "http://purl.org/dc/elements/1.1/source",
409+
"pred" : "http://purl.org/dc/terms/source",
410410
"val" : "http://www.obofoundry.org/ro/#OBO_REL:has_participant"
411411
} ]
412412
}
@@ -692,7 +692,7 @@
692692
"pred" : "http://purl.obolibrary.org/obo/RO_0001900",
693693
"val" : "http://purl.obolibrary.org/obo/RO_0001901"
694694
}, {
695-
"pred" : "http://purl.org/dc/elements/1.1/source",
695+
"pred" : "http://purl.org/dc/terms/source",
696696
"val" : "http://www.obofoundry.org/ro/#OBO_REL:located_in"
697697
} ]
698698
}

core.obo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
format-version: 1.2
2-
data-version: ro/releases/2023-06-28/core.owl
2+
data-version: ro/releases/2023-08-18/core.owl
33
ontology: ro/core
4-
property_value: http://purl.org/dc/elements/1.1/license https://creativecommons.org/publicdomain/zero/1.0/
4+
property_value: http://purl.org/dc/terms/license https://creativecommons.org/publicdomain/zero/1.0/
55
property_value: http://xmlns.com/foaf/0.1/homepage "https://github.com/oborel/obo-relations/wiki/ROCore" xsd:anyURI
6-
property_value: owl:versionInfo "2023-06-28" xsd:string
6+
property_value: owl:versionInfo "2023-08-18" xsd:string
77

88
[Term]
99
id: BFO:0000002
@@ -222,7 +222,7 @@ inverse_of: RO:0000057 ! has participant
222222
id: RO:0000057
223223
name: has participant
224224
def: "a relation between a process and a continuant, in which the continuant is somehow involved in the process" []
225-
property_value: http://purl.org/dc/elements/1.1/source "http://www.obofoundry.org/ro/#OBO_REL:has_participant" xsd:string
225+
property_value: http://purl.org/dc/terms/source "http://www.obofoundry.org/ro/#OBO_REL:has_participant" xsd:string
226226
property_value: IAO:0000111 "has participant" xsd:string
227227
property_value: IAO:0000112 "this blood coagulation has participant this blood clot" xsd:string
228228
property_value: IAO:0000112 "this investigation has participant this investigator" xsd:string
@@ -373,7 +373,7 @@ inverse_of: RO:0001025 ! located in
373373
id: RO:0001025
374374
name: located in
375375
def: "a relation between two independent continuants, the target and the location, in which the target is entirely within the location" []
376-
property_value: http://purl.org/dc/elements/1.1/source "http://www.obofoundry.org/ro/#OBO_REL:located_in" xsd:string
376+
property_value: http://purl.org/dc/terms/source "http://www.obofoundry.org/ro/#OBO_REL:located_in" xsd:string
377377
property_value: IAO:0000111 "located in" xsd:string
378378
property_value: IAO:0000112 "my brain is located in my head" xsd:string
379379
property_value: IAO:0000112 "this rat is located in this cage" xsd:string

core.owl

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0"?>
22
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/ro/core.owl#"
33
xml:base="http://purl.obolibrary.org/obo/ro/core.owl"
4-
xmlns:dc="http://purl.org/dc/elements/1.1/"
54
xmlns:obo="http://purl.obolibrary.org/obo/"
65
xmlns:owl="http://www.w3.org/2002/07/owl#"
76
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -11,11 +10,12 @@
1110
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
1211
xmlns:swrl="http://www.w3.org/2003/11/swrl#"
1312
xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
14-
xmlns:terms="http://purl.org/dc/terms/">
13+
xmlns:terms="http://purl.org/dc/terms/"
14+
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
1515
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/ro/core.owl">
16-
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/ro/releases/2023-06-28/core.owl"/>
17-
<dc:license rdf:resource="https://creativecommons.org/publicdomain/zero/1.0/"/>
18-
<owl:versionInfo>2023-06-28</owl:versionInfo>
16+
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/ro/releases/2023-08-18/core.owl"/>
17+
<terms:license rdf:resource="https://creativecommons.org/publicdomain/zero/1.0/"/>
18+
<owl:versionInfo>2023-08-18</owl:versionInfo>
1919
<foaf:homepage rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://github.com/oborel/obo-relations/wiki/ROCore</foaf:homepage>
2020
</owl:Ontology>
2121

@@ -86,21 +86,15 @@
8686

8787

8888

89-
<!-- http://purl.org/dc/elements/1.1/license -->
90-
91-
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/license"/>
92-
93-
94-
95-
<!-- http://purl.org/dc/elements/1.1/source -->
89+
<!-- http://purl.org/dc/terms/license -->
9690

97-
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/source"/>
91+
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license"/>
9892

9993

10094

101-
<!-- http://purl.org/dc/terms/license -->
95+
<!-- http://purl.org/dc/terms/source -->
10296

103-
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license"/>
97+
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/source"/>
10498

10599

106100

@@ -304,7 +298,7 @@ A continuant cannot have an occurrent as part: use &apos;participates in&apos;.
304298
<obo:IAO_0000115 xml:lang="en">a relation between a process and a continuant, in which the continuant is somehow involved in the process</obo:IAO_0000115>
305299
<obo:IAO_0000116 xml:lang="en">Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time.</obo:IAO_0000116>
306300
<obo:IAO_0000118 xml:lang="en">has_participant</obo:IAO_0000118>
307-
<dc:source>http://www.obofoundry.org/ro/#OBO_REL:has_participant</dc:source>
301+
<terms:source>http://www.obofoundry.org/ro/#OBO_REL:has_participant</terms:source>
308302
<rdfs:label xml:lang="en">has participant</rdfs:label>
309303
</owl:ObjectProperty>
310304

@@ -533,7 +527,7 @@ A continuant cannot have an occurrent as part: use &apos;participates in&apos;.
533527
<obo:IAO_0000116 xml:lang="en">Most location relations will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/</obo:IAO_0000116>
534528
<obo:IAO_0000118 xml:lang="en">located_in</obo:IAO_0000118>
535529
<obo:RO_0001900 rdf:resource="http://purl.obolibrary.org/obo/RO_0001901"/>
536-
<dc:source>http://www.obofoundry.org/ro/#OBO_REL:located_in</dc:source>
530+
<terms:source>http://www.obofoundry.org/ro/#OBO_REL:located_in</terms:source>
537531
<rdfs:label xml:lang="en">located in</rdfs:label>
538532
</owl:ObjectProperty>
539533
<owl:Axiom>

0 commit comments

Comments
 (0)