@comunica/actor-rdf-parse-rdfxml
TypeScript icon, indicating that this package has built-in type declarations

3.1.0 • Public • Published

Comunica RDF/XML RDF Parse Actor

npm version

An RDF Parse actor that handles RDF/XML.

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-parse-rdfxml

Configure

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

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-parse-rdfxml/^3.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:rdf-parse/actors#rdfxml",
      "@type": "ActorRdfParseRdfXml",
      "priorityScale": 0.5
    }
  ]
}

Config Parameters

  • priorityScale: An optional priority for this parser, used for content negotiation, defaults to 1.

/@comunica/actor-rdf-parse-rdfxml/

    Package Sidebar

    Install

    npm i @comunica/actor-rdf-parse-rdfxml

    Weekly Downloads

    5,382

    Version

    3.1.0

    License

    MIT

    Unpacked Size

    19.4 kB

    Total Files

    12

    Last publish

    Collaborators

    • jeswr
    • joachimvh
    • rubensworks
    • rubenverborgh
    • dexagod