Skip to content

Commit

Permalink
fix: shsh namespace base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Dec 7, 2023
1 parent 868b751 commit 8012a3c
Show file tree
Hide file tree
Showing 5 changed files with 426 additions and 419 deletions.
5 changes: 5 additions & 0 deletions .changeset/olive-countries-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vocabulary/shsh": patch
---

Namespace was HTTPS instead of the correct HTTP
6 changes: 4 additions & 2 deletions ontologies/shsh/meta.nt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<https://prefix.zazuko.com/shsh:> <http://dbpedia.org/ontology/filename> "@vocabulary/shsh/shsh.nq" .
<https://prefix.zazuko.com/shsh:> <http://purl.org/dc/terms/description> "This shapes graph can be used to validate SHACL shapes graphs against a subset of the syntax rules." .
<https://prefix.zazuko.com/shsh:> <http://purl.org/dc/terms/title> "SHACL for SHACL" .
<https://prefix.zazuko.com/shsh:> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/rdfa#PrefixMapping> .
<https://prefix.zazuko.com/shsh:> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://www.w3.org/ns/shacl-shacl#> .
<https://prefix.zazuko.com/shsh:> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/shacl-shacl#> .
<https://prefix.zazuko.com/shsh:> <http://www.w3.org/ns/rdfa#prefix> "shsh" .
<https://prefix.zazuko.com/shsh:> <http://www.w3.org/ns/rdfa#uri> <https://www.w3.org/ns/shacl-shacl#> .
<https://prefix.zazuko.com/shsh:> <http://www.w3.org/ns/rdfa#uri> <http://www.w3.org/ns/shacl-shacl#> .
2 changes: 1 addition & 1 deletion ontologies/shsh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://www.w3.org/TR/shacl/#shacl-shacl",
"vocabulary": {
"prefix": "shsh",
"namespace": "https://www.w3.org/ns/shacl-shacl#"
"namespace": "http://www.w3.org/ns/shacl-shacl#"
},
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
Expand Down
Loading

0 comments on commit 8012a3c

Please sign in to comment.