Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Aug 25, 2016
1 parent 4afcf47 commit fc42248
Show file tree
Hide file tree
Showing 36 changed files with 4,836 additions and 2,012 deletions.
159 changes: 142 additions & 17 deletions ro.obo

Large diffs are not rendered by default.

305 changes: 195 additions & 110 deletions ro.owl

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions src/ontology/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ ro.owl: ro-edit.owl core.owl temporal-intervals.owl validate-using-oort
owltools $< --set-ontology-id -v $(OBO)/ro/releases/`date +%Y-%m-%d`/ro.owl $(OBO)/ro.owl -o file://`pwd`/$@
# grep versionIRI $< && (echo "check the version:" && echo versionIRI: `grep versionIRI $<` && cp $< $@) || echo 'You must set the versionIRI!!'

# turtle file is merged, for querying via arq
ro.ttl: ro.owl
owltools --use-catalog $< --merge-import-closure -o -f ttl $@.tmp && mv $@.tmp $@

%.obo: %.owl
owltools --use-catalog $< --merge-import-closure -o -f obo $@.tmp && grep -v ^synonym $@.tmp > $@
# obolib-owl2obo -o [email protected] $< && grep -v ^import: [email protected] > $@
Expand Down Expand Up @@ -125,6 +129,19 @@ odp/%.owl:
wget http://www.ontologydesignpatterns.org/cp/owl/$*.owl -O $@


# ----------------------------------------
# Reports
# ----------------------------------------
REPORTS=basicReport
all_reports: $(patsubst %, reports/envo-%.csv, $(REPORTS))

reports/ro-%.csv: ro.ttl sparql/%.sparql
arq --data $< --query sparql/$*.sparql --results csv > $@.tmp && mv $@.tmp $@

reports/ro-%.ttl: ro.ttl sparql/%.sparql
arq --data $< --query sparql/$*.sparql --results ttl > $@.tmp && mv $@.tmp $@


# ----------------------------------------
# MARKDOWN EXPORT
# ----------------------------------------
Expand Down
506 changes: 506 additions & 0 deletions src/ontology/reports/ro-objectProperties.csv

Large diffs are not rendered by default.

174 changes: 55 additions & 119 deletions src/ontology/ro-edit.owl

Large diffs are not rendered by default.

159 changes: 142 additions & 17 deletions src/ontology/ro.obo

Large diffs are not rendered by default.

305 changes: 195 additions & 110 deletions src/ontology/ro.owl

Large diffs are not rendered by default.

129 changes: 114 additions & 15 deletions src/ontology/subsets/ro-causal.obo

Large diffs are not rendered by default.

228 changes: 131 additions & 97 deletions src/ontology/subsets/ro-causal.owl

Large diffs are not rendered by default.

129 changes: 114 additions & 15 deletions src/ontology/subsets/ro-developmental.obo

Large diffs are not rendered by default.

228 changes: 131 additions & 97 deletions src/ontology/subsets/ro-developmental.owl

Large diffs are not rendered by default.

157 changes: 132 additions & 25 deletions src/ontology/subsets/ro-eco.obo

Large diffs are not rendered by default.

309 changes: 187 additions & 122 deletions src/ontology/subsets/ro-eco.owl

Large diffs are not rendered by default.

129 changes: 114 additions & 15 deletions src/ontology/subsets/ro-interaction.obo

Large diffs are not rendered by default.

228 changes: 131 additions & 97 deletions src/ontology/subsets/ro-interaction.owl

Large diffs are not rendered by default.

129 changes: 114 additions & 15 deletions src/ontology/subsets/ro-mereotopology.obo

Large diffs are not rendered by default.

228 changes: 131 additions & 97 deletions src/ontology/subsets/ro-mereotopology.owl

Large diffs are not rendered by default.

129 changes: 114 additions & 15 deletions src/ontology/subsets/ro-sequence.obo

Large diffs are not rendered by default.

228 changes: 131 additions & 97 deletions src/ontology/subsets/ro-sequence.owl

Large diffs are not rendered by default.

129 changes: 114 additions & 15 deletions src/ontology/subsets/ro-time-interval.obo

Large diffs are not rendered by default.

228 changes: 131 additions & 97 deletions src/ontology/subsets/ro-time-interval.owl

Large diffs are not rendered by default.

129 changes: 114 additions & 15 deletions subsets/ro-causal.obo

Large diffs are not rendered by default.

228 changes: 131 additions & 97 deletions subsets/ro-causal.owl

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion subsets/ro-chado.obo
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ remark: Includes Ontology(OntologyID(OntologyIRI(<http://purl.obolibrary.org/obo
remark: Includes Ontology(OntologyID(OntologyIRI(<http://purl.obolibrary.org/obo/ro/pato_import.owl>))) [Axioms: 20 Logical Axioms: 6]
remark: Includes Ontology(OntologyID(OntologyIRI(<http://purl.obolibrary.org/obo/ro/rohom.owl>))) [Axioms: 731 Logical Axioms: 148]
remark: Includes Ontology(OntologyID(OntologyIRI(<http://purl.obolibrary.org/obo/ro/temporal-intervals.owl>))) [Axioms: 146 Logical Axioms: 45]
default-namespace: relationship
default-namespace: ro
ontology: ro/subsets/ro-chado.obo
property_value: http://purl.org/dc/elements/1.1/description "The OBO Relations Ontology (RO) is a collection of OWL relations (ObjectProperties) intended for use across a wide variety of biological ontologies." xsd:string
property_value: http://purl.org/dc/elements/1.1/source http://obofoundry.org/ro
Expand Down Expand Up @@ -3032,3 +3032,8 @@ def: "The relationship that links an entity with the process that results in the
is_a: results_in_developmental_progression_of ! results in developmental progression of
is_a: RO:0000057 ! has participant

[Typedef]
id: OBO_REL:is_a
name: is_a
comment: This relation is added for backward compatibility with Chado

129 changes: 114 additions & 15 deletions subsets/ro-developmental.obo

Large diffs are not rendered by default.

228 changes: 131 additions & 97 deletions subsets/ro-developmental.owl

Large diffs are not rendered by default.

157 changes: 132 additions & 25 deletions subsets/ro-eco.obo

Large diffs are not rendered by default.

309 changes: 187 additions & 122 deletions subsets/ro-eco.owl

Large diffs are not rendered by default.

129 changes: 114 additions & 15 deletions subsets/ro-interaction.obo

Large diffs are not rendered by default.

228 changes: 131 additions & 97 deletions subsets/ro-interaction.owl

Large diffs are not rendered by default.

129 changes: 114 additions & 15 deletions subsets/ro-mereotopology.obo

Large diffs are not rendered by default.

228 changes: 131 additions & 97 deletions subsets/ro-mereotopology.owl

Large diffs are not rendered by default.

129 changes: 114 additions & 15 deletions subsets/ro-sequence.obo

Large diffs are not rendered by default.

228 changes: 131 additions & 97 deletions subsets/ro-sequence.owl

Large diffs are not rendered by default.

129 changes: 114 additions & 15 deletions subsets/ro-time-interval.obo

Large diffs are not rendered by default.

228 changes: 131 additions & 97 deletions subsets/ro-time-interval.owl

Large diffs are not rendered by default.

0 comments on commit fc42248

Please sign in to comment.