Skip to content

Commit 4397b31

Browse files
committed
changing ontology imports to custom
1 parent 0cc7ab9 commit 4397b31

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/ontology/microstructure-odk.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,21 +90,21 @@ import_group:
9090
# Source of PMD Core ontology to import
9191
mirror_from: "https://raw.githubusercontent.com/materialdigital/core-ontology/refs/heads/main/pmdco-full.owl"
9292
# slme: Extract only terms referenced in your ontology (reduces file size)
93-
module_type: slme
93+
module_type: custom
9494
# base_iris: Tells ODK which IRI patterns belong to PMD Core
9595
# This prevents PMD Core entities from being treated as local entities
9696
base_iris:
9797
- https://w3id.org/pmd/co/
9898
- id: uo
9999
mirror_from: https://raw.githubusercontent.com/bio-ontology-research-group/unit-ontology/refs/heads/master/uo-full.owl
100-
module_type: slme
100+
module_type: custom
101101
- id: qudt
102102
mirror_from: https://qudt.org/qudt-all
103-
module_type: slme
103+
module_type: custom
104104
- id: cryo
105105
title: "Crystallography Ontology"
106106
mirror_from: https://raw.githubusercontent.com/materialdigital/crystallography-subdomain-ontology/refs/heads/main/cryo-full.owl
107-
module_type: slme
107+
module_type: custom
108108
# ------------------------------------------------------------------------------
109109
# COMPONENTS
110110
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)