Skip to content

Commit 191ac62

Browse files
committed
fix QUDT paths and semi-alphabetize
1 parent 8930ab3 commit 191ac62

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/tutorials/model_correction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
5151
brick = 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")
5452
g36 = 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
5757
model.graph.parse("tutorial2_model.ttl", format="ttl")

docs/tutorials/model_validation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
7373
brick = 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")
7674
g36 = 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

0 commit comments

Comments
 (0)