Filter more (all) Brick ontology namespaces

I'm not sure if this method of filtering out the entire domain will cause problems. This could use investigation.
This commit is contained in:
rileywong311
2023-08-10 12:51:46 -07:00
committed by Riley Wong
parent 60a7433573
commit 429da7c6f3
+1 -1
View File
@@ -426,7 +426,7 @@ class BrickStore:
@classmethod
def load_namespaces(cls):
BrickStore.namespaces = []
keyword_filter = ["brickschema.org", "schema.org", "w3.org", "purl.org", "rdfs.org", "qudt.org", "ashrae.org"]
keyword_filter = ["brickschema.org", "schema.org", "w3.org", "purl.org", "rdfs.org", "qudt.org", "ashrae.org", "usefulinc.com", "xmlns.com", "opengis.net"]
for alias, uri in BrickStore.graph.namespaces():
ignore_namespace = False
for keyword in keyword_filter: