From b462f533cba12d58c4b265c0a658909b0752153e Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 28 Mar 2019 21:23:27 +0100 Subject: create-distributor-search-list: Ignore mechanical parts. create-order: Adding an option for a strategy to ignore/modify parts. ninja/init: Moving strategy from ninja to init so they're more persistent. --- src/ee/part/fact_keys.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ee/part/fact_keys.py') diff --git a/src/ee/part/fact_keys.py b/src/ee/part/fact_keys.py index 5ca3c5b..f1f02c5 100644 --- a/src/ee/part/fact_keys.py +++ b/src/ee/part/fact_keys.py @@ -11,3 +11,5 @@ value = "http://purl.org/ee/fact-type/value" place_part = "http://purl.org/ee/fact-type/place-part" imperial_footprint_size = "http://purl.org/ee/fact-type/imperial-footprint-size" + +part_class = "http://purl.org/ee/fact-type/part-class" -- cgit v1.2.3