Skip to content

Commit b52ce80

Browse files
committed
impove pmdco import
1 parent 08b3d65 commit b52ce80

2 files changed

Lines changed: 25 additions & 7 deletions

File tree

src/ontology/microstructure-odk.yaml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,35 @@ idranges:
9999
iddigits: 7
100100
range_start: 10000
101101
range_end: 19999
102-
- allocatedto: naeim
102+
- allocatedto: philipp
103103
idsfor: microstructure
104104
idprefix: https://w3id.org/pmd/microstructure/MICROSTRUCTURE_
105105
iddigits: 7
106106
range_start: 20000
107107
range_end: 29999
108+
- allocatedto: naeim
109+
idsfor: microstructure
110+
idprefix: https://w3id.org/pmd/microstructure/MICROSTRUCTURE_
111+
iddigits: 7
112+
range_start: 30000
113+
range_end: 39999
114+
- allocatedto: abril
115+
idsfor: microstructure
116+
idprefix: https://w3id.org/pmd/microstructure/MICROSTRUCTURE_
117+
iddigits: 7
118+
range_start: 40000
119+
range_end: 49999
120+
- allocatedto: ronak
121+
idsfor: microstructure
122+
idprefix: https://w3id.org/pmd/microstructure/MICROSTRUCTURE_
123+
iddigits: 7
124+
range_start: 50000
125+
range_end: 59999
126+
- allocatedto: yousef
127+
idsfor: microstructure
128+
idprefix: https://w3id.org/pmd/microstructure/MICROSTRUCTURE_
129+
iddigits: 7
130+
range_start: 60000
131+
range_end: 69999
108132
namespaces:
109133
- https://w3id.org/pmd/microstructure/

src/ontology/microstructure.Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
## If you need to customize your Makefile, make
99
## changes here rather than in the main Makefile
1010

11-
PMDCO_DISJOINTNESS_REMOVAL_TERMS = $(IMPORTDIR)/pmdco_remove_disjoint.txt
1211
IAO_TO_REMOVE = $(IMPORTDIR)/iao_to_remove.txt
13-
PMDCO_CLASSES_TO_REMOVE = $(IMPORTDIR)/pmdco_classes_to_remove.txt
1412

1513
# Import CryO from private repo. NOTE MUST BE REMOVED ONCE CRYO IS PUBLIC
1614
CONFIG_FILE := $(firstword $(wildcard ../../microstructure-odk.yaml ../microstructure-odk.yaml microstructure-odk.yaml ../../ontology-config.yaml ../ontology-config.yaml ontology-config.yaml))
@@ -90,10 +88,6 @@ $(IMPORTDIR)/pmdco_import.owl: $(MIRRORDIR)/pmdco.owl $(IMPORTDIR)/pmdco_terms.t
9088
remove --term http://purl.obolibrary.org/obo/IAO_0000412 \
9189
--select annotation \
9290
\
93-
remove --term-file $(PMDCO_DISJOINTNESS_REMOVAL_TERMS) \
94-
--axioms DisjointClasses \
95-
remove --term-file $(PMDCO_CLASSES_TO_REMOVE) \
96-
--select "classes"\
9791
remove --term-file $(IAO_TO_REMOVE) \
9892
--select "individuals classes"\
9993
$(ANNOTATE_CONVERT_FILE); \

0 commit comments

Comments
 (0)