Skip to content

Commit

Permalink
fix(sh): missing prop
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Nov 2, 2023
1 parent 04983d9 commit 868b751
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/real-hornets-suffer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vocabulary/sh": patch
---

Missing `sh:values`
3 changes: 2 additions & 1 deletion ontologies/sh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"*.js",
"*.d.ts",
"*.nq",
"*.nt"
"*.nt",
"CHANGELOG.md"
]
}
1 change: 1 addition & 0 deletions ontologies/sh/sh.nq
Original file line number Diff line number Diff line change
Expand Up @@ -1253,6 +1253,7 @@
<http://www.w3.org/ns/shacl#value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/shacl#AbstractResult> <http://www.w3.org/ns/shacl#> .
<http://www.w3.org/ns/shacl#value> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/shacl#> <http://www.w3.org/ns/shacl#> .
<http://www.w3.org/ns/shacl#value> <http://www.w3.org/2000/01/rdf-schema#label> "value"@en <http://www.w3.org/ns/shacl#> .
<http://www.w3.org/ns/shacl#values> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <http://www.w3.org/ns/shacl#> .
<http://www.w3.org/ns/shacl#xone> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <http://www.w3.org/ns/shacl#> .
<http://www.w3.org/ns/shacl#xone> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies a list of shapes so that the value nodes must conform to exactly one of the shapes."@en <http://www.w3.org/ns/shacl#> .
<http://www.w3.org/ns/shacl#xone> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/shacl#> <http://www.w3.org/ns/shacl#> .
Expand Down
2 changes: 2 additions & 0 deletions ontologies/sh/src/shacl-af.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
@prefix shsh: <http://www.w3.org/ns/shacl-shacl#> .
@prefix dash: <http://datashapes.org/dash#> .

sh:values a rdf:Property .

sh:NodeExpression
a sh:NodeShape ;
sh:targetObjectsOf sh:expression, sh:values ;
Expand Down

0 comments on commit 868b751

Please sign in to comment.