From 2079aa6c0168cc83cfed35003c1e5b4b9b60cfd4 Mon Sep 17 00:00:00 2001 From: Gabe Fierro Date: Mon, 15 Apr 2024 09:07:50 -0600 Subject: [PATCH] adjust namespaces --- .github/workflows/build-explorer.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-explorer.yml b/.github/workflows/build-explorer.yml index c96e6af..8479a7f 100644 --- a/.github/workflows/build-explorer.yml +++ b/.github/workflows/build-explorer.yml @@ -49,13 +49,13 @@ jobs: - name: Build site working-directory: rdf-toolkit/explorer run: | - npx rdf add file "https://brickschema.org/schema/Brick#" vocab/Brick.ttl + npx rdf add file "https://brickschema.org/schema/1.4/Brick" vocab/Brick.ttl npx rdf add file "http://qudt.org/2.1/schema/shacl/qudt" vocab/SCHEMA_QUDT_NoOWL-v2.1.ttl npx rdf add file "http://qudt.org/2.1/vocab/unit" vocab/VOCAB_QUDT-UNITS-ALL-v2.1.ttl npx rdf add file "http://qudt.org/2.1/vocab/quantitykind" vocab/VOCAB_QUDT-QUANTITY-KINDS-ALL-v2.1.ttl - npx rdf add file "http://www.w3.org/ns/shacl#" vocab/shacl.ttl + npx rdf add file "http://www.w3.org/ns/shacl" vocab/shacl.ttl npx rdf add file "https://brickschema.org/schema/Brick/ref" vocab/ref-schema.ttl - npx rdf add file "https://w3id.org/rec#" vocab/rec.ttl + npx rdf add file "https://w3id.org/rec" vocab/rec.ttl npx rdf make site - name: Commit Built Files