Skip to content

Commit

Permalink
2024-02-13 Release (#788)
Browse files Browse the repository at this point in the history
* update orcidio_import

* 2024-02-12 release

* 2024-02-13 release

---------

Co-authored-by: Anita Caron <[email protected]>
  • Loading branch information
Anita Caron and anitacaron committed Feb 15, 2024
1 parent a2de6b3 commit a98b1ed
Show file tree
Hide file tree
Showing 73 changed files with 11,595 additions and 1,580 deletions.
4 changes: 2 additions & 2 deletions core.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"val" : "https://creativecommons.org/publicdomain/zero/1.0/"
}, {
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
"val" : "2023-08-18"
"val" : "2024-02-13"
}, {
"pred" : "http://xmlns.com/foaf/0.1/homepage",
"val" : "https://github.com/oborel/obo-relations/wiki/ROCore"
} ],
"version" : "http://purl.obolibrary.org/obo/ro/releases/2023-08-18/core.json"
"version" : "http://purl.obolibrary.org/obo/ro/releases/2024-02-13/core.json"
},
"nodes" : [ {
"id" : "http://purl.obolibrary.org/obo/BFO_0000002",
Expand Down
8 changes: 4 additions & 4 deletions core.obo
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
format-version: 1.2
data-version: ro/releases/2023-08-18/core.owl
data-version: ro/releases/2024-02-13/core.owl
ontology: ro/core
property_value: http://purl.org/dc/terms/license https://creativecommons.org/publicdomain/zero/1.0/
property_value: http://xmlns.com/foaf/0.1/homepage "https://github.com/oborel/obo-relations/wiki/ROCore" xsd:anyURI
property_value: owl:versionInfo "2023-08-18" xsd:string
property_value: owl:versionInfo "2024-02-13" xsd:string

[Term]
id: BFO:0000002
Expand Down Expand Up @@ -381,8 +381,8 @@ property_value: IAO:0000116 "Location as a relation between instances: The primi
property_value: IAO:0000116 "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/" xsd:string
property_value: IAO:0000118 "located_in" xsd:string
property_value: RO:0001900 RO:0001901
domain: BFO:0000004 {http://purl.obolibrary.org/obo/IAO_0000116="This is redundant with the more specific 'independent and not spatial region' constraint. We leave in the redundant axiom for use with reasoners that do not use negation."} ! independent continuant
range: BFO:0000004 {http://purl.obolibrary.org/obo/IAO_0000116="This is redundant with the more specific 'independent and not spatial region' constraint. We leave in the redundant axiom for use with reasoners that do not use negation."} ! independent continuant
domain: BFO:0000004 {IAO:0000116="This is redundant with the more specific 'independent and not spatial region' constraint. We leave in the redundant axiom for use with reasoners that do not use negation."} ! independent continuant
range: BFO:0000004 {IAO:0000116="This is redundant with the more specific 'independent and not spatial region' constraint. We leave in the redundant axiom for use with reasoners that do not use negation."} ! independent continuant
is_transitive: true

[Typedef]
Expand Down
6 changes: 3 additions & 3 deletions core.owl
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
xmlns:terms="http://purl.org/dc/terms/"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/ro/core.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/ro/releases/2023-08-18/core.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/ro/releases/2024-02-13/core.owl"/>
<terms:license rdf:resource="https://creativecommons.org/publicdomain/zero/1.0/"/>
<owl:versionInfo>2023-08-18</owl:versionInfo>
<owl:versionInfo>2024-02-13</owl:versionInfo>
<foaf:homepage rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://github.com/oborel/obo-relations/wiki/ROCore</foaf:homepage>
</owl:Ontology>

Expand Down Expand Up @@ -985,5 +985,5 @@ A continuant cannot have an occurrent as part: use &apos;participates in&apos;.



<!-- Generated by the OWL API (version 4.5.25) https://github.com/owlcs/owlapi -->
<!-- Generated by the OWL API (version 4.5.26) https://github.com/owlcs/owlapi -->

Loading

0 comments on commit a98b1ed

Please sign in to comment.