-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rmove CHMO:0002515 (laser Raman spectroscopy)
- Loading branch information
Showing
2 changed files
with
23 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,13 +71,14 @@ $(IMPORTDIR)/ro_import.owl: $(MIRRORDIR)/ro.owl $(IMPORTDIR)/ro_terms.txt | |
## So we don't have to add all subclasses of CHMO:0000628 & CHMO:0002515 to the chmo_temrs.txt manually | ||
|
||
$(IMPORTDIR)/chmo_import.owl: $(MIRRORDIR)/chmo.owl $(IMPORTDIR)/chmo_terms.txt | ||
if [ $(IMP) = true ]; then $(ROBOT) query -i $< --update ../sparql/preprocess-module.ru \ | ||
filter --term CHMO:0000628 --term CHMO:0002515 --select "self descendants annotations" --axioms all --signature true --trim true \ | ||
if [ $(IMP) = true ]; then $(ROBOT) filter -i $< --term CHMO:0000628 --term CHMO:0002515 --select "self descendants \ | ||
annotations" --axioms all --signature true --trim true \ | ||
--output [email protected]; fi | ||
if [ $(IMP) = true ]; then $(ROBOT) query -i $< --update ../sparql/preprocess-module.ru \ | ||
extract -T $(IMPORTDIR)/chmo_terms.txt --force true --copy-ontology-annotations true --individuals exclude --method BOT \ | ||
query --update ../sparql/inject-subset-declaration.ru --update ../sparql/inject-synonymtype-declaration.ru --update ../sparql/postprocess-module.ru \ | ||
merge -i [email protected] \ | ||
remove --term CHMO:0002515 --select "self" --axioms all --signature true --trim true \ | ||
$(ANNOTATE_CONVERT_FILE); fi | ||
|
||
## Module for ontology: uo | ||
|