Skip to content

Commit

Permalink
fixing quantities environment
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Jan 24, 2024
1 parent adcad5a commit 129860f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bricksrc/quantities.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from brickschema.graph import Graph
from ontoenv import OntoEnv
from rdflib import Literal, URIRef
from .namespaces import SKOS, OWL, RDFS, BRICK, QUDTQK, QUDTDV, QUDT, UNIT
from .namespaces import SKOS, RDFS, BRICK, QUDTQK, QUDTDV, QUDT, UNIT

env = OntoEnv(initialize=True)
env = OntoEnv(initialize=True, search_dirs=["support/"])
g = Graph()
g.load_file("support/VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl")
g.load_file("support/VOCAB_QUDT-UNITS-ALL-v2.1.ttl")
Expand Down

0 comments on commit 129860f

Please sign in to comment.