Skip to content

Commit 13012b2

Browse files
committed
setup_bwmd
1 parent 88f5dd0 commit 13012b2

5 files changed

Lines changed: 7 additions & 38 deletions

File tree

component_seeds.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
# ComponentName | ID | Label | ParentID
2-
material_data | https://w3id.org/pmd/co/PMD_0000000 | material | https://w3id.org/pmd/co/PMD_0000001
3-
material_data | http://purl.obolibrary.org/obo/BFO_0000017 | realizable entity | http://purl.obolibrary.org/obo/BFO_0000020
4-
process_data | https://w3id.org/pmd/co/PMD_0000907 | primary shaping from the plastic state | https://w3id.org/pmd/co/PMD_0000899
1+
# ComponentName | ID | Label | ParentID

components.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
# Add your component names here (one per line)
22
# Do not add .owl extension, just the name.
3-
material_data
4-
process_data
5-
sustainability_info
6-
dismantling_data
3+
bwmd_concepts

creators.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
Sai
2-
Teja
3-
Reddy
4-
others
1+
Elena G. Trelles
2+
Akhil Thomas

pmdco_terms.txt

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +0,0 @@
1-
https://w3id.org/pmd/co/PMD_0000833 #manufacturing process
2-
http://purl.obolibrary.org/obo/OBI_0000070 #assay
3-
https://w3id.org/pmd/co/PMD_0000583 #computing process
4-
https://w3id.org/pmd/co/PMD_0000892 #portion of matter
5-
https://w3id.org/pmd/co/PMD_0000602 #Device
6-
http://purl.obolibrary.org/obo/OBI_0000112 #Specimen role
7-
https://w3id.org/pmd/co/PMD_0000907 # primary shaping from the plastic state
8-
http://purl.obolibrary.org/obo/BFO_0000040 #material entity
9-
https://w3id.org/pmd/co/PMD_0000868 #natural organic material
10-
https://w3id.org/pmd/co/PMD_0000661 #glass
11-
https://w3id.org/pmd/co/PMD_0000952 #strength
12-
https://w3id.org/pmd/co/PMD_0000877 #optical property
13-
https://w3id.org/pmd/co/PMD_0050004 #thermoplastics
14-
https://w3id.org/pmd/co/PMD_0000891 #disconnected material entity aggregate
15-
https://w3id.org/pmd/co/PMD_0020102 #mass proportion
16-
https://w3id.org/pmd/co/PMD_0020104 #volume proportion
17-
http://purl.obolibrary.org/obo/IAO_0020000 #identifier
18-
https://w3id.org/pmd/co/PMD_0000597 #Density
19-
https://w3id.org/pmd/co/PMD_0000848 #mechanical property
20-
https://w3id.org/pmd/co/PMD_0000967 #temperature
21-
https://w3id.org/pmd/co/PMD_0000882 #phase boundary
22-
https://w3id.org/pmd/co/PMD_0000777 #heat capacity
23-
https://w3id.org/pmd/co/PMD_0000949 #stiffness

project-odk.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ uribase: "https://w3id.org/pmd/co"
5555

5656
# uribase_suffix: Your ontology ID (gets appended to uribase)
5757
# Combined result: https://w3id.org/pmd/co/<uribase_suffix>/
58-
uribase_suffix: "placeholder_id"
58+
uribase_suffix: "bwmd"
5959

6060
# preferredPrefix: Uppercase prefix used in entity IDs and serializations
6161
# Example: "TRYCE" results in entity IDs like TRYCE_0000001
62-
preferredPrefix: "PLACEHOLDER"
62+
preferredPrefix: "BWMD"
6363

6464
# ------------------------------------------------------------------------------
6565
# NAMESPACES
@@ -99,7 +99,7 @@ import_group:
9999
# Source of PMD Core ontology to import
100100
mirror_from: "https://raw.githubusercontent.com/materialdigital/core-ontology/refs/heads/main/pmdco-full.owl"
101101
# slme: Extract only terms referenced in your ontology (reduces file size)
102-
module_type: slme
102+
module_type: mirror
103103
# base_iris: Tells ODK which IRI patterns belong to PMD Core
104104
# This prevents PMD Core entities from being treated as local entities
105105
base_iris:

0 commit comments

Comments
 (0)