1.22.0 • Published 3 years ago

@comunica/actor-rdf-metadata-extract-hydra-links-query v1.22.0

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

Comunica Query-based Hydra Links RDF Metadata Extract Actor

npm version

An RDF Metadata Extract actor that extract links in the Hydra Core vocabulary using a GraphQL-LD query.

This is a query-based variant of @comunica/actor-rdf-metadata-extract-hydra-controls.

This module is part of the Comunica framework, and should only be used by developers that want to build their own query engine.

Click here if you just want to query with Comunica.

Install

$ yarn add @comunica/actor-rdf-metadata-extract-hydra-links-query

Metadata entries

This actor adds the following entries to the metadata object.

  • first: Value of http://www.w3.org/ns/hydra/core#first.
  • next: Value of http://www.w3.org/ns/hydra/core#next.
  • previous: Value of http://www.w3.org/ns/hydra/core#previous.
  • last: Value of http://www.w3.org/ns/hydra/core#last.

Configure

After installing, this package can be added to your engine's configuration as follows:

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-metadata-extract-hydra-links-query/^1.0.0/components/context.jsonld"  
  ],
  "actors": [
    ...
    {
      "@id": "config-sets:resolve-hypermedia.json#myRdfMetadataExtractHydraLinksQuery",
      "@type": "ActorRdfMetadataExtractHydraLinksQuery"
    }
  ]
}
1.22.0

3 years ago

1.21.4-alpha.4.0

3 years ago

1.21.0

3 years ago

1.21.1

3 years ago

1.20.1-alpha.3.0

3 years ago

1.20.1-alpha.2.0

3 years ago

1.20.1-alpha.1.0

3 years ago

1.20.1-alpha.0

3 years ago

1.20.0

3 years ago

1.19.2

3 years ago

1.19.0

3 years ago

1.18.1

3 years ago

1.18.0

3 years ago

1.17.0

4 years ago

1.15.0

4 years ago

1.14.0

4 years ago

1.13.0

4 years ago

1.12.1

4 years ago

1.12.0

4 years ago

1.9.3

5 years ago

1.9.2

5 years ago

1.9.0

5 years ago