1.22.2 • Published 3 years ago

@comunica/actor-rdf-dereference-file v1.22.2

Weekly downloads
1,128
License
MIT
Repository
github
Last release
3 years ago

Comunica File RDF Dereference Actor

npm version

An RDF Dereference actor that resolves an URL to a local file (optionally starting with file://) and parses it using the RDF parse bus.

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-dereference-file

Configure

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

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-dereference-http-parse/^1.0.0/components/context.jsonld"  
  ],
  "actors": [
    ...
    {
      "@id": "config-sets:rdf-dereference.json#myRdfFileDereferencer",
      "@type": "ActorRdfDereferenceFile",
      "cardf:mediatorRdfParse": {
        "@id": "config-sets:rdf-dereference.json#mediatorRdfParse",
        "@type": "MediatorRace",
        "cc:Mediator/bus": { "@id": "cbrp:Bus/RdfParse" }
      }
    }
  ]
}

Config Parameters

  • cardf:mediatorRdfParse: A mediator over the RDF Parse bus for actual parsing.
1.22.2

3 years ago

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

4 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.11.0

4 years ago

1.9.3

5 years ago

1.9.2

5 years ago

1.9.0

5 years ago

1.8.0

5 years ago

1.6.3

5 years ago

1.6.2

5 years ago

1.6.0

5 years ago

1.4.2

6 years ago

1.4.0

6 years ago

1.2.0

6 years ago