|
10 | 10 | # More information: https://github.com/INCATools/ontology-development-kit/ |
11 | 11 |
|
12 | 12 | # Fingerprint of the configuration file when this Makefile was last generated |
13 | | -CONFIG_HASH= c8acffb99071c1fe7ff7974c8a9b0709f90e3c09dbfe5e7a00bdb783f9747df3 |
| 13 | +CONFIG_HASH= 495b815776e4285522f4de7f94d5ccfbbdb169a63a8896972c6d02ec271da177 |
14 | 14 |
|
15 | 15 |
|
16 | 16 | # ---------------------------------------- |
@@ -57,7 +57,7 @@ OBODATE ?= $(shell date +'%d:%m:%Y %H:%M') |
57 | 57 | VERSION= $(TODAY) |
58 | 58 | ANNOTATE_ONTOLOGY_VERSION = annotate -V $(ONTBASE)/releases/$(VERSION)/$@ --annotation owl:versionInfo $(VERSION) |
59 | 59 | ANNOTATE_CONVERT_FILE = annotate --ontology-iri $(ONTBASE)/$@ $(ANNOTATE_ONTOLOGY_VERSION) convert -f ofn --output $@.tmp.owl && mv $@.tmp.owl $@ |
60 | | -OTHER_SRC = $(COMPONENTSDIR)/imports-edit.owl $(COMPONENTSDIR)/microstructure-axioms-shared.owl $(COMPONENTSDIR)/microstructure-characterization.owl $(COMPONENTSDIR)/microstructure-manufacturing.owl $(COMPONENTSDIR)/microstructure-materials.owl $(COMPONENTSDIR)/microstructure-texture.owl $(COMPONENTSDIR)/microstructure-shared.owl |
| 60 | +OTHER_SRC = $(COMPONENTSDIR)/imports-edit.owl $(COMPONENTSDIR)/microstructure-shared.owl $(COMPONENTSDIR)/microstructure-axioms-shared.owl $(COMPONENTSDIR)/microstructure-microscopy.owl $(COMPONENTSDIR)/microstructure-defects.owl $(COMPONENTSDIR)/microstructure-damage.owl $(COMPONENTSDIR)/microstructure-phases.owl |
61 | 61 | ONTOLOGYTERMS = $(TMPDIR)/ontologyterms.txt |
62 | 62 | EDIT_PREPROCESSED = $(TMPDIR)/$(ONT)-preprocess.owl |
63 | 63 |
|
@@ -387,7 +387,7 @@ $(IMPORTSEED): $(PRESEED) | $(TMPDIR) |
387 | 387 |
|
388 | 388 | T_IMPORTSEED = --term-file $(IMPORTSEED) |
389 | 389 |
|
390 | | -ANNOTATION_PROPERTIES=rdfs:label skos:definition skos:example skos:comment skos:altLabel |
| 390 | +ANNOTATION_PROPERTIES=rdfs:label IAO:0000115 OMO:0002000 |
391 | 391 |
|
392 | 392 | # ---------------------------------------- |
393 | 393 | # Import modules |
@@ -423,7 +423,6 @@ $(IMPORTDIR)/pmdco_import.owl: $(MIRRORDIR)/pmdco.owl |
423 | 423 | @echo " This rule needs to be overwritten in microstructure.Makefile!" |
424 | 424 | @false |
425 | 425 |
|
426 | | - |
427 | 426 | ## Module for ontology: uo (custom) |
428 | 427 | $(IMPORTDIR)/uo_import.owl: $(MIRRORDIR)/uo.owl |
429 | 428 | @echo "ERROR: You have configured uo as a custom module;" |
@@ -480,23 +479,23 @@ all_components: $(OTHER_SRC) |
480 | 479 | .PHONY: recreate-components |
481 | 480 | recreate-components: |
482 | 481 | $(MAKE) --assume-new=$(TMPDIR)/stamp-component-imports-edit.owl \ |
483 | | - --assume-new=$(TMPDIR)/stamp-component-microstructure-axioms-shared.owl \ |
484 | | - --assume-new=$(TMPDIR)/stamp-component-microstructure-characterization.owl \ |
485 | | - --assume-new=$(TMPDIR)/stamp-component-microstructure-manufacturing.owl \ |
486 | | - --assume-new=$(TMPDIR)/stamp-component-microstructure-materials.owl \ |
487 | | - --assume-new=$(TMPDIR)/stamp-component-microstructure-texture.owl \ |
488 | 482 | --assume-new=$(TMPDIR)/stamp-component-microstructure-shared.owl \ |
| 483 | + --assume-new=$(TMPDIR)/stamp-component-microstructure-axioms-shared.owl \ |
| 484 | + --assume-new=$(TMPDIR)/stamp-component-microstructure-microscopy.owl \ |
| 485 | + --assume-new=$(TMPDIR)/stamp-component-microstructure-defects.owl \ |
| 486 | + --assume-new=$(TMPDIR)/stamp-component-microstructure-damage.owl \ |
| 487 | + --assume-new=$(TMPDIR)/stamp-component-microstructure-phases.owl \ |
489 | 488 | COMP=true IMP=false MIR=true PAT=true all_components |
490 | 489 |
|
491 | 490 | .PHONY: no-mirror-recreate-components |
492 | 491 | no-mirror-recreate-components: |
493 | 492 | $(MAKE) --assume-new=$(TMPDIR)/stamp-component-imports-edit.owl \ |
494 | | - --assume-new=$(TMPDIR)/stamp-component-microstructure-axioms-shared.owl \ |
495 | | - --assume-new=$(TMPDIR)/stamp-component-microstructure-characterization.owl \ |
496 | | - --assume-new=$(TMPDIR)/stamp-component-microstructure-manufacturing.owl \ |
497 | | - --assume-new=$(TMPDIR)/stamp-component-microstructure-materials.owl \ |
498 | | - --assume-new=$(TMPDIR)/stamp-component-microstructure-texture.owl \ |
499 | 493 | --assume-new=$(TMPDIR)/stamp-component-microstructure-shared.owl \ |
| 494 | + --assume-new=$(TMPDIR)/stamp-component-microstructure-axioms-shared.owl \ |
| 495 | + --assume-new=$(TMPDIR)/stamp-component-microstructure-microscopy.owl \ |
| 496 | + --assume-new=$(TMPDIR)/stamp-component-microstructure-defects.owl \ |
| 497 | + --assume-new=$(TMPDIR)/stamp-component-microstructure-damage.owl \ |
| 498 | + --assume-new=$(TMPDIR)/stamp-component-microstructure-phases.owl \ |
500 | 499 | COMP=true IMP=false MIR=false PAT=true all_components |
501 | 500 |
|
502 | 501 | .PHONY: recreate-% |
@@ -529,7 +528,7 @@ ifeq ($(MIR),true) |
529 | 528 | .PHONY: mirror-pmdco |
530 | 529 | .PRECIOUS: $(MIRRORDIR)/pmdco.owl |
531 | 530 | mirror-pmdco: | $(TMPDIR) |
532 | | - $(ROBOT) convert -I https://materialdigital.github.io/core-ontology/ontology.owl -o $(TMPDIR)/$@.owl |
| 531 | + $(ROBOT) convert -I https://raw.githubusercontent.com/materialdigital/core-ontology/refs/heads/main/pmdco-full.owl -o $(TMPDIR)/$@.owl |
533 | 532 |
|
534 | 533 |
|
535 | 534 | ## ONTOLOGY: uo |
@@ -723,8 +722,6 @@ update_repo: |
723 | 722 | odk.py update |
724 | 723 |
|
725 | 724 |
|
726 | | -update_docs: |
727 | | - mkdocs gh-deploy --config-file ../../mkdocs.yaml |
728 | 725 |
|
729 | 726 | # Note to future generations: computing the real path relative to the |
730 | 727 | # current directory is a way to ensure we only clean up directories that |
|
0 commit comments