Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024-02-13 Release #788

Merged
merged 4 commits into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading