From 868b751cb35cdb2d151500250a8eb31f0ed5e148 Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Thu, 2 Nov 2023 11:22:52 +0100 Subject: [PATCH] fix(sh): missing prop --- .changeset/real-hornets-suffer.md | 5 +++++ ontologies/sh/package.json | 3 ++- ontologies/sh/sh.nq | 1 + ontologies/sh/src/shacl-af.ttl | 2 ++ 4 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .changeset/real-hornets-suffer.md diff --git a/.changeset/real-hornets-suffer.md b/.changeset/real-hornets-suffer.md new file mode 100644 index 00000000..c61198ba --- /dev/null +++ b/.changeset/real-hornets-suffer.md @@ -0,0 +1,5 @@ +--- +"@vocabulary/sh": patch +--- + +Missing `sh:values` diff --git a/ontologies/sh/package.json b/ontologies/sh/package.json index 068b2a0d..5238eb60 100644 --- a/ontologies/sh/package.json +++ b/ontologies/sh/package.json @@ -33,6 +33,7 @@ "*.js", "*.d.ts", "*.nq", - "*.nt" + "*.nt", + "CHANGELOG.md" ] } diff --git a/ontologies/sh/sh.nq b/ontologies/sh/sh.nq index 2b980579..4944c088 100644 --- a/ontologies/sh/sh.nq +++ b/ontologies/sh/sh.nq @@ -1253,6 +1253,7 @@ . . "value"@en . + . . "Specifies a list of shapes so that the value nodes must conform to exactly one of the shapes."@en . . diff --git a/ontologies/sh/src/shacl-af.ttl b/ontologies/sh/src/shacl-af.ttl index c84413ad..7db6086b 100644 --- a/ontologies/sh/src/shacl-af.ttl +++ b/ontologies/sh/src/shacl-af.ttl @@ -5,6 +5,8 @@ @prefix shsh: . @prefix dash: . +sh:values a rdf:Property . + sh:NodeExpression a sh:NodeShape ; sh:targetObjectsOf sh:expression, sh:values ;