From 9eba62ef1d6b4896de693976116f69a9692332d9 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 20 May 2019 15:27:38 +0200 Subject: ee: o Adding FactType as a smaller wrapper around the fact uri. o Adding ee.part.Facts, used as Part.facts o Renaming 'type' uri to 'ee-component-type'. kicad-make-bom: Removing strategy functionality, replaced with part-apply-function. Moving default strategy contents into ee.kicad.functions. --- src/ee/xml/uris.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ee/xml') diff --git a/src/ee/xml/uris.py b/src/ee/xml/uris.py index f168c59..bb961df 100644 --- a/src/ee/xml/uris.py +++ b/src/ee/xml/uris.py @@ -1,6 +1,6 @@ from typing import Optional -# Values for `..#type` facts +# Values for `..#ee-component-type` facts CAPACITOR = "http://purl.org/ee/part-type#capacitor" RESISTOR = "http://purl.org/ee/part-type#resistor" DIODE = "http://purl.org/ee/part-type#diode" -- cgit v1.2.3