Skip to content

Commit

Permalink
RO release (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn authored Feb 19, 2023
1 parent 703e733 commit 74a7e92
Show file tree
Hide file tree
Showing 41 changed files with 14,659 additions and 14,646 deletions.
41 changes: 41 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,44 @@ src/ontology/gen-universal-from-homeomorphy.owl
catalog-v001.xml
.DS_Store
src/ontology/ro-lastbuild.owl
.DS_Store
semantic.cache
bin/

*.tmp
*.tmp.obo
*.tmp.owl
*.tmp.json

src/ontology/mirror
src/ontology/mirror/*
src/ontology/reports/*
src/ontology/ro.owl
src/ontology/ro.obo
src/ontology/ro.json
src/ontology/ro-base.*
src/ontology/ro-basic.*
src/ontology/ro-full.*
src/ontology/ro-simple.*
src/ontology/ro-simple-non-classified.*

src/ontology/seed.txt
src/ontology/dosdp-tools.log
src/ontology/ed_definitions_merged.owl
src/ontology/ontologyterms.txt
src/ontology/simple_seed.txt
src/ontology/patterns
src/ontology/merged-ro-edit.owl

src/ontology/target/
src/ontology/tmp/*
!src/ontology/tmp/README.md

src/ontology/imports/*_terms_combined.txt

src/patterns/data/**/*.ofn
src/patterns/data/**/*.txt
src/patterns/pattern_owl_seed.txt
src/patterns/all_pattern_terms.txt

target/
2 changes: 1 addition & 1 deletion generated-axioms.owl
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,5 @@



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

2,903 changes: 1,457 additions & 1,446 deletions ro-base.json

Large diffs are not rendered by default.

815 changes: 409 additions & 406 deletions ro-base.obo

Large diffs are not rendered by default.

835 changes: 419 additions & 416 deletions ro-base.owl

Large diffs are not rendered by default.

2,265 changes: 1,138 additions & 1,127 deletions ro.json

Large diffs are not rendered by default.

819 changes: 411 additions & 408 deletions ro.obo

Large diffs are not rendered by default.

1,183 changes: 590 additions & 593 deletions ro.owl

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/ontology/generated-axioms.owl
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,5 @@



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

660 changes: 329 additions & 331 deletions src/ontology/subsets/ro-causal.obo

Large diffs are not rendered by default.

768 changes: 383 additions & 385 deletions src/ontology/subsets/ro-causal.owl

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions src/ontology/subsets/ro-chado.obo
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ property_value: http://purl.org/dc/elements/1.1/description "The OBO Relations O
property_value: http://purl.org/dc/elements/1.1/title "OBO Relations Ontology" xsd:string
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/" xsd:anyURI
property_value: owl:versionInfo "2023-01-04" xsd:string
property_value: owl:versionInfo "2023-02-19" xsd:string

[Typedef]
id: BFO:0000050
Expand Down Expand Up @@ -823,6 +823,7 @@ transitive_over: BFO:0000050 ! part of
id: RO:0002207
name: directly_develops_from
def: "Candidate definition: x directly_develops from y if and only if there exists some developmental process (GO:0032502) p such that x and y both participate in p, and x is the output of p and y is the input of p, and a substantial portion of the matter of x comes from y, and the start of x is coincident with or after the end of y." []
synonym: "has developmental precursor" EXACT []
is_a: RO:0002202 ! develops from
inverse_of: RO:0002210 ! directly develops into

Expand Down Expand Up @@ -2390,7 +2391,7 @@ is_a: RO:0002514 ! sequentially related to
[Typedef]
id: RO:0002524
name: has_subsequence
def: "x has subsequence y iff all of the sequence parts of x are sequence parts of y" []
def: "x has subsequence y iff all of the sequence parts of y are sequence parts of x" []
is_transitive: true
is_a: BFO:0000051 ! has part
is_a: RO:0002522 ! bounds sequence of
Expand All @@ -2409,7 +2410,7 @@ is_a: RO:0002526 ! overlaps sequence of
[Typedef]
id: RO:0002526
name: overlaps_sequence_of
def: "x overlaps the sequence of x if and only if x has a subsequence z and z is a subsequence of y." []
def: "x overlaps the sequence of y if and only if x has a subsequence z and z is a subsequence of y." []
holds_over_chain: RO:0002524 RO:0002525
is_symmetric: true
is_a: RO:0002131 ! overlaps
Expand All @@ -2418,7 +2419,7 @@ is_a: RO:0002514 ! sequentially related to
[Typedef]
id: RO:0002527
name: does_not_overlap_sequence_of
def: "x does not overlaps the sequence of x if and only if there is no z such that x has a subsequence z and z is a subsequence of y." []
def: "x does not overlap the sequence of y if and only if there is no z such that x has a subsequence z and z is a subsequence of y." []
is_symmetric: true
is_a: RO:0002514 ! sequentially related to

Expand Down
9 changes: 5 additions & 4 deletions src/ontology/subsets/ro-chado.obo.tmp

Large diffs are not rendered by default.

660 changes: 329 additions & 331 deletions src/ontology/subsets/ro-developmental.obo

Large diffs are not rendered by default.

768 changes: 383 additions & 385 deletions src/ontology/subsets/ro-developmental.owl

Large diffs are not rendered by default.

807 changes: 402 additions & 405 deletions src/ontology/subsets/ro-eco.obo

Large diffs are not rendered by default.

827 changes: 412 additions & 415 deletions src/ontology/subsets/ro-eco.owl

Large diffs are not rendered by default.

660 changes: 329 additions & 331 deletions src/ontology/subsets/ro-interaction.obo

Large diffs are not rendered by default.

768 changes: 383 additions & 385 deletions src/ontology/subsets/ro-interaction.owl

Large diffs are not rendered by default.

660 changes: 329 additions & 331 deletions src/ontology/subsets/ro-mereotopology.obo

Large diffs are not rendered by default.

768 changes: 383 additions & 385 deletions src/ontology/subsets/ro-mereotopology.owl

Large diffs are not rendered by default.

660 changes: 329 additions & 331 deletions src/ontology/subsets/ro-sequence.obo

Large diffs are not rendered by default.

768 changes: 383 additions & 385 deletions src/ontology/subsets/ro-sequence.owl

Large diffs are not rendered by default.

660 changes: 329 additions & 331 deletions src/ontology/subsets/ro-time-interval.obo

Large diffs are not rendered by default.

768 changes: 383 additions & 385 deletions src/ontology/subsets/ro-time-interval.owl

Large diffs are not rendered by default.

660 changes: 329 additions & 331 deletions subsets/ro-causal.obo

Large diffs are not rendered by default.

768 changes: 383 additions & 385 deletions subsets/ro-causal.owl

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions subsets/ro-chado.obo
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ property_value: http://purl.org/dc/elements/1.1/description "The OBO Relations O
property_value: http://purl.org/dc/elements/1.1/title "OBO Relations Ontology" xsd:string
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/" xsd:anyURI
property_value: owl:versionInfo "2023-01-04" xsd:string
property_value: owl:versionInfo "2023-02-19" xsd:string

[Typedef]
id: BFO:0000050
Expand Down Expand Up @@ -823,6 +823,7 @@ transitive_over: BFO:0000050 ! part of
id: RO:0002207
name: directly_develops_from
def: "Candidate definition: x directly_develops from y if and only if there exists some developmental process (GO:0032502) p such that x and y both participate in p, and x is the output of p and y is the input of p, and a substantial portion of the matter of x comes from y, and the start of x is coincident with or after the end of y." []
synonym: "has developmental precursor" EXACT []
is_a: RO:0002202 ! develops from
inverse_of: RO:0002210 ! directly develops into

Expand Down Expand Up @@ -2390,7 +2391,7 @@ is_a: RO:0002514 ! sequentially related to
[Typedef]
id: RO:0002524
name: has_subsequence
def: "x has subsequence y iff all of the sequence parts of x are sequence parts of y" []
def: "x has subsequence y iff all of the sequence parts of y are sequence parts of x" []
is_transitive: true
is_a: BFO:0000051 ! has part
is_a: RO:0002522 ! bounds sequence of
Expand All @@ -2409,7 +2410,7 @@ is_a: RO:0002526 ! overlaps sequence of
[Typedef]
id: RO:0002526
name: overlaps_sequence_of
def: "x overlaps the sequence of x if and only if x has a subsequence z and z is a subsequence of y." []
def: "x overlaps the sequence of y if and only if x has a subsequence z and z is a subsequence of y." []
holds_over_chain: RO:0002524 RO:0002525
is_symmetric: true
is_a: RO:0002131 ! overlaps
Expand All @@ -2418,7 +2419,7 @@ is_a: RO:0002514 ! sequentially related to
[Typedef]
id: RO:0002527
name: does_not_overlap_sequence_of
def: "x does not overlaps the sequence of x if and only if there is no z such that x has a subsequence z and z is a subsequence of y." []
def: "x does not overlap the sequence of y if and only if there is no z such that x has a subsequence z and z is a subsequence of y." []
is_symmetric: true
is_a: RO:0002514 ! sequentially related to

Expand Down
9 changes: 5 additions & 4 deletions subsets/ro-chado.obo.tmp

Large diffs are not rendered by default.

Loading

0 comments on commit 74a7e92

Please sign in to comment.