From e0e389f160012dcb686ce9d2ee76eaae4d4140e3 Mon Sep 17 00:00:00 2001 From: Gabe Fierro Date: Fri, 13 Sep 2024 09:52:24 -0600 Subject: [PATCH] use new model --- notebooks/223P-Validation.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/223P-Validation.ipynb b/notebooks/223P-Validation.ipynb index 73532f28..c0b6da7e 100644 --- a/notebooks/223P-Validation.ipynb +++ b/notebooks/223P-Validation.ipynb @@ -140,7 +140,7 @@ "source": [ "# create a model to hold an example building from models.open223.info\n", "lbnl_example_building = Model.create(Namespace(\"urn:lbnl\"))\n", - "lbnl_example_building.graph.parse(\"https://models.open223.info/compiled/lbnl-example.ttl\")" + "lbnl_example_building.graph.parse(\"https://models.open223.info/compiled/lbnl-bdg3-1.ttl\")" ] }, {