diff --git a/examples/example1/generate.py b/examples/example1/generate.py index 1dbe5206..73294844 100755 --- a/examples/example1/generate.py +++ b/examples/example1/generate.py @@ -38,7 +38,7 @@ Namespaces are URLs; they do not have to actually point to a real web resource, but it is of course helpful if they point to some documentation (try going to -https://brickschema.org/schema/1.1.0/Brick#Air_Handler_Unit as an example). +https://brickschema.org/schema/1.1/Brick#Air_Handler_Unit as an example). We will choose an arbitrary URL for our namespace and refer to it by the nickname "bldg" for convenience. "bldg" is also called a "prefix". @@ -56,7 +56,7 @@ Brick schema. """ -BRICK = Namespace("https://brickschema.org/schema/1.1.0/Brick#") +BRICK = Namespace("https://brickschema.org/schema/1.1/Brick#") g.bind("brick", BRICK) diff --git a/examples/example1/sample_graph.ttl b/examples/example1/sample_graph.ttl index 007748e5..2ece7947 100644 --- a/examples/example1/sample_graph.ttl +++ b/examples/example1/sample_graph.ttl @@ -1,5 +1,5 @@ @prefix bldg: . -@prefix brick: . +@prefix brick: . bldg:AHU1A a brick:Air_Handler_Unit ; brick:feeds bldg:VAV2-4,