Skip to content

Commit

Permalink
build(deps-dev): update mocha-chai-rdf
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jan 9, 2025
1 parent 9a7d30a commit d6b0a34
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hydra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@rdfjs-elements/formats-pretty": "^0.6.8",
"@zazuko/env-node": "^2.1.4",
"chai": "^5.1.2",
"mocha-chai-rdf": "^0.1.5"
"mocha-chai-rdf": "^0.1.6"
},
"mocha": {
"extension": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ _:t4 hydra:object <https://schema.ld.admin.ch/Municipality> ;
hydra:property rdf:type .
<http://example.org/> a hydra:Collection ;
kl:memberShape _:t1 ;
<https://kopflos.described.at/hydra#memberShape> _:t1 ;
hydra:memberAssertion _:t4 .
_:t5 a sh:NodeShape ;
Expand Down Expand Up @@ -349,7 +349,7 @@ _:t2 hydra:object <https://schema.ld.admin.ch/Municipality> ;
hydra:property rdf:type .
<http://example.org/> a hydra:Collection ;
kl:memberShape [
<https://kopflos.described.at/hydra#memberShape> [
sh:property [
sh:path schema:name ;
] ;
Expand Down
3 changes: 2 additions & 1 deletion packages/hydra/test/lib/queryShapes.test.ts.trig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PREFIX ex: <http://example.org/>
PREFIX schema: <http://schema.org/>
PREFIX sh: <http://www.w3.org/ns/shacl#>
PREFIX kl: <https://kopflos.described.at/>
PREFIX kl-hydra: <https://kopflos.described.at/hydra#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX hydra: <http://www.w3.org/ns/hydra/core#>

Expand All @@ -13,7 +14,7 @@ GRAPH <unordered-collection> {
hydra:property rdf:type ;
hydra:object <https://schema.ld.admin.ch/Municipality> ;
] ;
kl:memberShape
kl-hydra:memberShape
[
sh:property [ sh:path schema:name ] ;
] ;
Expand Down

0 comments on commit d6b0a34

Please sign in to comment.