Skip to content

Commit b249fe5

Browse files
committed
changes to custom makefile
1 parent 704ff2d commit b249fe5

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

src/ontology/microstructure.Makefile

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,7 @@ $(IMPORTDIR)/pmdco_import.owl: $(MIRRORDIR)/pmdco.owl $(IMPORTDIR)/pmdco_terms.t
1717
--intermediates all \
1818
--method BOT \
1919
\
20-
query --update ../sparql/inject-subset-declaration.ru \
21-
--update ../sparql/inject-synonymtype-declaration.ru \
22-
--update ../sparql/postprocess-module.ru \
23-
\
24-
remove --term http://purl.obolibrary.org/obo/IAO_0000412 \
25-
--select annotation --trim false \
26-
$(ANNOTATE_CONVERT_FILE); \
27-
fi
28-
29-
$(IMPORTDIR)/uo_import.owl: $(MIRRORDIR)/uo.owl $(IMPORTDIR)/uo_terms.txt
30-
$(ROBOT) filter --input $(MIRRORDIR)/uo.owl \
20+
query --update ../sparql/postprocess-module.ru \
3121
--term-file $(IMPORTDIR)/uo_terms.txt \
3222
--allow-punning true \
3323
--select "annotations self parents" \
@@ -59,7 +49,7 @@ $(ONT)-base.owl: $(EDIT_PREPROCESSED) $(OTHER_SRC) $(IMPORT_FILES)
5949
--output $@.tmp.owl && mv $@.tmp.owl $@
6050

6151

62-
CITATION="'MaterialVitalDigital Ontology. Version $(VERSION), https://w3id.org/pmd/microstructure/'"
52+
CITATION="'Microstructure Ontology. Version $(VERSION), https://w3id.org/pmd/microstructure/'"
6353

6454
ALL_ANNOTATIONS=--ontology-iri https://w3id.org/pmd/microstructure/ -V https://w3id.org/pmd/microstructure/$(VERSION) \
6555
--annotation http://purl.org/dc/terms/created "$(TODAY)" \

0 commit comments

Comments
 (0)