File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ constraints = Library.load(ontology_graph="constraints/constraints.ttl")
4949
5050# load libraries excluded from the python package (available from the repository)
5151brick = Library.load(ontology_graph="../../libraries/brick/Brick.ttl")
52- Library.load(ontology_graph="../../libraries/qudt/unit.ttl")
53- Library.load(ontology_graph="../../libraries/qudt/quantitykind.ttl")
5452g36 = Library.load(directory="../../libraries/ashrae/guideline36")
53+ Library.load(ontology_graph="../../libraries/qudt/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl")
54+ Library.load(ontology_graph="../../libraries/qudt/VOCAB_QUDT-UNITS-ALL.ttl")
5555
5656# load tutorial 2 model and manifest
5757model.graph.parse("tutorial2_model.ttl", format="ttl")
Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ constraints = Library.load(ontology_graph="../../buildingmotif/libraries/constra
7171
7272# load libraries excluded from the python package (available from the repository)
7373brick = Library.load(ontology_graph="../../libraries/brick/Brick.ttl")
74- Library.load(ontology_graph="../../libraries/qudt/unit.ttl")
75- Library.load(ontology_graph="../../libraries/qudt/quantitykind.ttl")
7674g36 = Library.load(directory="../../libraries/ashrae/guideline36")
75+ Library.load(ontology_graph="../../libraries/qudt/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl")
76+ Library.load(ontology_graph="../../libraries/qudt/VOCAB_QUDT-UNITS-ALL.ttl")
7777```
7878
7979## Model Validation - Ontology
You can’t perform that action at this time.
0 commit comments