From 7bea893adbb9e834d11e2706bdedc4f9db4969f8 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 12 Jun 2019 22:51:26 +0200 Subject: kicad.dl: Better organization of rules for classifying resistors, capacitors, inductors, net ties, test points and mounting holes. This new (and consistent) style provides extension points for projects to use for their own rules. build.ninja.j2: Adding --no-warn to souffle rule, souffle complains when the relations are empty. --- src/ee/xml/uris.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ee/xml') diff --git a/src/ee/xml/uris.py b/src/ee/xml/uris.py index d2e3f5b..97c3fa3 100644 --- a/src/ee/xml/uris.py +++ b/src/ee/xml/uris.py @@ -11,6 +11,7 @@ TRANSISTOR = "http://purl.org/ee/part-type#transistor" NET_TIE = "http://purl.org/ee/part-type#net-tie" TEST_POINT = "http://purl.org/ee/part-type#test-point" +MOUNTING_HOLE = "http://purl.org/ee/part-type#mounting-hole" _DIGIKEY_FACT_KEY_PREFIX = "http://purl.org/ee/digikey-fact-key#" -- cgit v1.2.3