@@ -19,7 +19,7 @@ CONFIG_HASH= c1ff456b7c1ccd8972badcafa0835cc75d4ffbc1077607098d71
1919# these can be overwritten on the command line
2020
2121OBOBASE = http://purl.obolibrary.org/obo
22- URIBASE = https://w3id.org/pmd/ao
22+ URIBASE = https://w3id.org/pmd
2323ONT = hto
2424ONTBASE = https://w3id.org/pmd/hto
2525EDIT_FORMAT = owl
@@ -410,7 +410,7 @@ $(IMPORTDIR)/%_import.owl: $(MIRRORDIR)/%.owl $(IMPORTDIR)/%_terms.txt \
410410 remove $(foreach p, $(ANNOTATION_PROPERTIES ) , --term $(p ) ) \
411411 --term-file $(IMPORTDIR ) /$* _terms.txt $(T_IMPORTSEED ) \
412412 --select complement --select annotation-properties \
413- odk:normalize --base-iri https://w3id.org/pmd/ao \
413+ odk:normalize --base-iri https://w3id.org/pmd \
414414 --subset-decls true --synonym-decls true \
415415 repair --merge-axiom-annotations true \
416416 $(ANNOTATE_CONVERT_FILE )
@@ -420,7 +420,7 @@ $(IMPORTDIR)/%_import.owl: $(MIRRORDIR)/%.owl $(IMPORTDIR)/%_terms.txt \
420420# # Module for ontology: pmdco (mirror)
421421$(IMPORTDIR ) /pmdco_import.owl : $(MIRRORDIR ) /pmdco.owl | all_robot_plugins
422422 $(ROBOT ) annotate --input $< --remove-annotations \
423- odk:normalize --base-iri https://w3id.org/pmd/ao \
423+ odk:normalize --base-iri https://w3id.org/pmd \
424424 --subset-decls true --synonym-decls true \
425425 --add-source true \
426426 repair --merge-axiom-annotations true \
@@ -572,7 +572,7 @@ $(ONT)-simple.owl: $(EDIT_PREPROCESSED) $(OTHER_SRC) $(SIMPLESEED) $(IMPORT_FILE
572572 remove --axioms equivalent \
573573 filter --term-file $(SIMPLESEED ) --select " annotations ontology anonymous self" --trim true --signature true \
574574 reduce -r $(REASONER ) $(REDUCE_OPTIONS ) \
575- odk:normalize --base-iri https://w3id.org/pmd/ao --subset-decls true --synonym-decls true \
575+ odk:normalize --base-iri https://w3id.org/pmd --subset-decls true --synonym-decls true \
576576 repair --merge-axiom-annotations true \
577577 $(SHARED_ROBOT_COMMANDS ) annotate --ontology-iri $(ONTBASE ) /$@ $(ANNOTATE_ONTOLOGY_VERSION ) --output $@ .tmp.owl && mv $@ .tmp.owl $@
578578# ----------------------------------------
0 commit comments