aboutsummaryrefslogtreecommitdiff
path: root/src/ee/bom/part_type_uris.py
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2019-02-21 11:21:12 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2019-02-21 11:21:12 +0100
commitd9cf71000fb7c2197d05bae1c7bce47af5297aa5 (patch)
tree6e3bf56590ebd51dd6744193f44609a33d183a12 /src/ee/bom/part_type_uris.py
parentb9c8e02072ea6da04ddc9fe9795f699697f25d07 (diff)
downloadee-python-d9cf71000fb7c2197d05bae1c7bce47af5297aa5.tar.gz
ee-python-d9cf71000fb7c2197d05bae1c7bce47af5297aa5.tar.bz2
ee-python-d9cf71000fb7c2197d05bae1c7bce47af5297aa5.tar.xz
ee-python-d9cf71000fb7c2197d05bae1c7bce47af5297aa5.zip
Trying a new way to generate way to generate files.
Diffstat (limited to 'src/ee/bom/part_type_uris.py')
-rw-r--r--src/ee/bom/part_type_uris.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ee/bom/part_type_uris.py b/src/ee/bom/part_type_uris.py
new file mode 100644
index 0000000..b7f5e88
--- /dev/null
+++ b/src/ee/bom/part_type_uris.py
@@ -0,0 +1,5 @@
+CAPACITOR = "http://purl.org/ee/part-type#capacitor"
+RESISTOR = "http://purl.org/ee/part-type#resistor"
+DIODE = "http://purl.org/ee/part-type#diode"
+INDUCTOR = "http://purl.org/ee/part-type#inductor"
+CRYSTAL = "http://purl.org/ee/part-type#inductor"