1.8.0 • Published 3 years ago

@comunica/actor-rdf-resolve-quad-pattern-hdt v1.8.0

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

Comunica HDT RDF Resolve Quad Pattern Actor

npm version Build Status Coverage Status

An RDF Resolve Quad Pattern actor that handles HDT files.

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 HDT files with Comunica.

Install

This package requires GCC 4.9 or higher to be available so that HDT can be compiled.

$ yarn add @comunica/actor-rdf-resolve-quad-pattern-hdt

Configure

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

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-resolve-quad-pattern-hdt/^1.0.0/components/context.jsonld"  
  ],
  "actors": [
    ...
    {
      "@id": "config-sets:resolve-rdfjs.json#myRdfHdtQuadPatternResolver",
      "@type": "ActorRdfResolveQuadPatternHdt"
    }
  ]
}
1.8.0

3 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.3

4 years ago

1.5.2

4 years ago

1.5.1

4 years ago

1.5.0

5 years ago

1.4.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago