Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tpluscode committed Dec 7, 2021
1 parent ca6f7c9 commit 579a25b
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/five-papayas-judge.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hydrofoil/vocabularies

## 0.3.0

### Minor Changes

- ca6f7c9: - Remove `query:preprocess`
- Add instead `knossos:preprocessResource`, `knossos:preprocessPayload` and `knossos:preprocessResponse`

## 0.2.4

### Patch Changes
Expand Down
4 changes: 0 additions & 4 deletions ontologies/hyper-query.nq
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,5 @@
<https://hypermedia.app/query#path> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <https://hypermedia.app/query#> .
<https://hypermedia.app/query#path> <http://www.w3.org/2000/01/rdf-schema#comment> "A valid SHACL Path which should be used to sort a collection" <https://hypermedia.app/query#> .
<https://hypermedia.app/query#path> <http://www.w3.org/2000/01/rdf-schema#domain> <https://hypermedia.app/query#OrderSpecification> <https://hypermedia.app/query#> .
<https://hypermedia.app/query#preprocess> <http://schema.org/rangeIncludes> <https://code.described.at/EcmaScript> <https://hypermedia.app/query#> .
<https://hypermedia.app/query#preprocess> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <https://hypermedia.app/query#> .
<https://hypermedia.app/query#preprocess> <http://www.w3.org/2000/01/rdf-schema#comment> "Links to code which will be executed before a resource representation is passed to a request handler" <https://hypermedia.app/query#> .
<https://hypermedia.app/query#preprocess> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2000/01/rdf-schema#Class> <https://hypermedia.app/query#> .
<https://hypermedia.app/query#templateMappings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <https://hypermedia.app/query#> .
<https://hypermedia.app/query#templateMappings> <http://www.w3.org/2000/01/rdf-schema#comment> "(Blank) resource which was used to expand hydra:IriTemplate, resulting in the current resource's identifier" <https://hypermedia.app/query#> .
15 changes: 15 additions & 0 deletions ontologies/knossos.nq
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,21 @@
<https://hypermedia.app/knossos#ownGraphOnly> <http://www.w3.org/2000/01/rdf-schema#comment> "Used with a hydra:memberAssertion, this property narrows down a static filter to member's named graph only" <https://hypermedia.app/knossos#> .
<https://hypermedia.app/knossos#ownGraphOnly> <http://www.w3.org/2000/01/rdf-schema#label> "named graph" <https://hypermedia.app/knossos#> .
<https://hypermedia.app/knossos#ownGraphOnly> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> <https://hypermedia.app/knossos#> .
<https://hypermedia.app/knossos#preprocessPayload> <http://schema.org/rangeIncludes> <https://code.described.at/EcmaScript> <https://hypermedia.app/knossos#> .
<https://hypermedia.app/knossos#preprocessPayload> <http://schema.org/rangeIncludes> <https://code.described.at/EcmaScriptModule> <https://hypermedia.app/knossos#> .
<https://hypermedia.app/knossos#preprocessPayload> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <https://hypermedia.app/knossos#> .
<https://hypermedia.app/knossos#preprocessPayload> <http://www.w3.org/2000/01/rdf-schema#comment> "Links to code which will be executed before request payload is passed to a request handler" <https://hypermedia.app/knossos#> .
<https://hypermedia.app/knossos#preprocessPayload> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2000/01/rdf-schema#Class> <https://hypermedia.app/knossos#> .
<https://hypermedia.app/knossos#preprocessResource> <http://schema.org/rangeIncludes> <https://code.described.at/EcmaScript> <https://hypermedia.app/knossos#> .
<https://hypermedia.app/knossos#preprocessResource> <http://schema.org/rangeIncludes> <https://code.described.at/EcmaScriptModule> <https://hypermedia.app/knossos#> .
<https://hypermedia.app/knossos#preprocessResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <https://hypermedia.app/knossos#> .
<https://hypermedia.app/knossos#preprocessResource> <http://www.w3.org/2000/01/rdf-schema#comment> "Links to code which will be executed before a resource representation is passed to a request handler" <https://hypermedia.app/knossos#> .
<https://hypermedia.app/knossos#preprocessResource> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2000/01/rdf-schema#Class> <https://hypermedia.app/knossos#> .
<https://hypermedia.app/knossos#preprocessResponse> <http://schema.org/rangeIncludes> <https://code.described.at/EcmaScript> <https://hypermedia.app/knossos#> .
<https://hypermedia.app/knossos#preprocessResponse> <http://schema.org/rangeIncludes> <https://code.described.at/EcmaScriptModule> <https://hypermedia.app/knossos#> .
<https://hypermedia.app/knossos#preprocessResponse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <https://hypermedia.app/knossos#> .
<https://hypermedia.app/knossos#preprocessResponse> <http://www.w3.org/2000/01/rdf-schema#comment> "Links to code which will be executed before response data is sent by labyrinth's GET handlers" <https://hypermedia.app/knossos#> .
<https://hypermedia.app/knossos#preprocessResponse> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2000/01/rdf-schema#Class> <https://hypermedia.app/knossos#> .
<https://hypermedia.app/knossos#supportedBy> <http://schema.org/rangeIncludes> <http://www.w3.org/ns/hydra/core#Class> <https://hypermedia.app/knossos#> .
<https://hypermedia.app/knossos#supportedBy> <http://schema.org/rangeIncludes> <http://www.w3.org/ns/hydra/core#Link> <https://hypermedia.app/knossos#> .
<https://hypermedia.app/knossos#supportedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <https://hypermedia.app/knossos#> .
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrofoil/vocabularies",
"version": "0.2.4",
"version": "0.3.0",
"description": "Access your vocabularies as datasets or n-quads",
"main": "index.js",
"module": "index.mjs",
Expand Down

0 comments on commit 579a25b

Please sign in to comment.