Skip to content

Commit

Permalink
adjust namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Apr 15, 2024
1 parent 9480855 commit 2079aa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-explorer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2079aa6

Please sign in to comment.