Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.3%) to scientific vocabulary
Keywords
Repository
📬 A knowledge graph querying framework for JavaScript
Basic Info
- Host: GitHub
- Owner: comunica
- License: other
- Language: TypeScript
- Default Branch: master
- Homepage: https://comunica.dev
- Size: 186 MB
Statistics
- Stars: 509
- Watchers: 16
- Forks: 86
- Open Issues: 85
- Releases: 39
Topics
Metadata Files
README.md
A knowledge graph querying framework for JavaScript
Flexible SPARQL and GraphQL over decentralized RDF on the Web.
Learn more about Comunica on our website.
Comunica is an open-source project that is used by many other projects, and is being maintained by a group of volunteers. If you would like to support this project, you may consider:
- Contributing directly by writing code or documentation; or
- Contributing indirectly by funding this project via Open Collective.
Supported by
Comunica is a community-driven project, sustained by the Comunica Association. If you are using Comunica, becoming a sponsor or member is a way to make Comunica sustainable in the long-term.
Our top sponsors are shown below!
Query with Comunica
Read one of our guides to get started with querying:
- Querying from the command line
- Updating from the command line
- Querying local files from the command line
- Querying in a JavaScript app
- Updating in a JavaScript app
- Querying in a JavaScript browser app
- Setting up a SPARQL endpoint
- Querying from a Docker container
- Setting up a Web client
- Query using the latest development version
Or jump right into one of the available query engines: * Comunica SPARQL: SPARQL/GraphQL querying from JavaScript applications or the CLI (Browser-ready via a CDN)
Engines with support for specific types of sources
- Comunica SPARQL File: Engine to query over local RDF files
- Comunica SPARQL RDF/JS: Engine to query over in-memory RDF/JS-compliant sources.
- Comunica SPARQL RDF/JS Lite: Engine optimized for small bundle size to query over in-memory RDF/JS-compliant sources.
- Comunica SPARQL HDT: Library to query over local HDT files
- Comunica SPARQL OSTRICH: Library to query over local versioned OSTRICH archives
Engines with alternative querying paradigms:
- Comunica SPARQL Link Traversal: Engine to query over multiple files by following links between them.
- Comunica SPARQL Solid: Engine to query over files behind Solid access control.
- Comunica SPARQL Link Traversal Solid: Engine to query within Solid data vaults by following links between documents.
- Comunica SPARQL Reasoning: Engine that adds support for reasoning
- Comunica SPARQL Reasoning File: Engine to query over local RDF files with support for reasoning
Modify or Extend Comunica
Read one of our guides to get started with modifying Comunica, or have a look at some examples:
- Querying with a custom configuration from the command line
- Querying with a custom configuration in a JavaScript app
- Exposing your custom config as an npm package
- Exposing your custom config in a Web client
- Contributing a new query operation actor to the Comunica repository
- Adding a config parameter to an actor
Contribute
Interested in contributing? Have a look at our contribution guide.
Development Setup
(JSDoc: https://comunica.github.io/comunica/)
This repository should be used by Comunica module developers as it contains multiple Comunica modules that can be composed. This repository is managed as a monorepo using Lerna.
If you want to develop new features or use the (potentially unstable) in-development version, you can set up a development environment for Comunica.
Comunica requires Node.JS and the Yarn package manager (only when using this repo). Comunica is tested on OSX, Linux and Windows.
This project can be setup by cloning and installing it as follows:
bash
$ git clone https://github.com/comunica/comunica.git
$ cd comunica
$ yarn install
Note: npm install is not supported at the moment, as this project makes use of Yarn's workspaces functionality
This will install the dependencies of all modules, and bootstrap the Lerna monorepo.
After that, all Comunica packages are available in the packages/ folder,
and the Comunica engines are available in the engines/ folder.
These can be used in a development environment, such as querying with Comunica SPARQL (@comunica/query-sparql).
Furthermore, this will add pre-commit hooks using husky to build, lint and test.
These hooks can temporarily be disabled at your own risk by adding the -n flag to the commit command.
Benchmarking
If you want to do benchmarking with Comunica in Node.js, make sure to run Node.js in production mode as follows:
```bash
NODE_ENV=production node packages/some-package/bin/some-bin.js ```
Read more about benchmarking on our website.
Cite
If you are using or extending Comunica as part of a scientific publication, we would appreciate a citation of our article.
bibtex
@inproceedings{taelman_iswc_resources_comunica_2018,
author = {Taelman, Ruben and Van Herwegen, Joachim and Vander Sande, Miel and Verborgh, Ruben},
title = {Comunica: a Modular SPARQL Query Engine for the Web},
booktitle = {Proceedings of the 17th International Semantic Web Conference},
year = {2018},
month = oct,
url = {https://comunica.github.io/Article-ISWC2018-Resource/}
}
License
This code is copyrighted by the Comunica Association and Ghent University – imec and released under the MIT license.
Owner
- Name: Comunica
- Login: comunica
- Kind: organization
- Location: Ghent, Belgium
- Website: https://comunica.dev
- Twitter: comunicajs
- Repositories: 69
- Profile: https://github.com/comunica
Flexible SPARQL and GraphQL over decentralized RDF on the Web.
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite the article."
authors:
- family-names: "Taelman"
given-names: "Ruben"
- family-names: "Van Herwegen"
given-names: "Joachim"
- family-names: "Schellaert"
given-names: "Wout"
title: "Comunica"
version: 1.22.0
doi: 10.5281/zenodo.2636410
date-released: 2018-03-19
url: "https://comunica.dev/"
preferred-citation:
type: conference-paper
authors:
- family-names: "Taelman"
given-names: "Ruben"
- family-names: "Van Herwegen"
given-names: "Joachim"
- family-names: "Vander Sande"
given-names: "Miel"
- family-names: "Verborgh"
given-names: "Ruben"
doi: "10.1007/978-3-030-00668-6_15"
collection-title: "Proceedings of the 17th International Semantic Web Conference"
collection-type: proceedings
publisher:
name: "Springer International Publishing"
month: 10
start: 239 # First page number
end: 255 # Last page number
title: "Comunica: A Modular SPARQL Query Engine for the Web"
year: 2018
Committers
Last synced: 6 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Ruben Taelman | r****n@u****e | 1,771 |
| Wout Schellaert | w****t@g****m | 194 |
| Joachim Van Herwegen | j****h@g****m | 95 |
| Renovate Bot | b****t@r****m | 71 |
| surilindur | 1****r | 69 |
| renovate[bot] | 2****] | 55 |
| Tpt | t****t@h****r | 51 |
| Jitse De Smet | 3****t | 48 |
| Jesse Wright | 6****r | 41 |
| greenkeeper[bot] | g****] | 32 |
| Jacopo Scazzosi | j****z | 12 |
| Bryan-Elliott Tam | b****m@u****e | 12 |
| FlorianFV | 6****V | 11 |
| RubenEschauzier | 6****r | 10 |
| stephanie | 5****7 | 9 |
| Maarten Vandenbrande | 4****n | 8 |
| Simon Van Braeckel | 3****e | 7 |
| Karel Klíma | k****a@g****m | 4 |
| Laurin-W | 5****W | 4 |
| Bert Commeine | b****e@g****m | 4 |
| Ruben Verborgh | r****n@v****g | 4 |
| mielvds | m****e@u****e | 3 |
| Brecht Van de Vyvere | b****t@h****m | 2 |
| Daniel Beeke | d****e@g****m | 2 |
| Elias Crum | 4****9 | 2 |
| Petra Jaros | p****a@p****m | 2 |
| Sander Vanhove | s****e@g****m | 2 |
| Ieben Smessaert | s****e | 2 |
| Maxim Van de Wynckel | m****l@g****m | 1 |
| astverha | a****e@u****e | 1 |
| and 16 more... | ||
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 4 months ago
All Time
- Total issues: 244
- Total pull requests: 441
- Average time to close issues: about 1 year
- Average time to close pull requests: 22 days
- Total issue authors: 86
- Total pull request authors: 23
- Average comments per issue: 3.56
- Average comments per pull request: 2.78
- Merged pull requests: 235
- Bot issues: 1
- Bot pull requests: 127
Past Year
- Issues: 54
- Pull requests: 207
- Average time to close issues: 11 days
- Average time to close pull requests: 6 days
- Issue authors: 30
- Pull request authors: 12
- Average comments per issue: 1.91
- Average comments per pull request: 2.26
- Merged pull requests: 109
- Bot issues: 0
- Bot pull requests: 73
Top Authors
Issue Authors
- rubensworks (58)
- jeswr (36)
- balhoff (8)
- ddeboer (7)
- jitsedesmet (6)
- RubenVerborgh (5)
- ecrum19 (4)
- nklsbckmnn (4)
- smessie (4)
- surilindur (4)
- danielbeeke (4)
- JervenBolleman (3)
- vemonet (3)
- karelklima (3)
- Peeja (3)
Pull Request Authors
- renovate[bot] (127)
- surilindur (82)
- jeswr (64)
- jitsedesmet (60)
- RubenEschauzier (20)
- constraintAutomaton (18)
- maartyman (14)
- simonvbrae (13)
- karelklima (9)
- noahvsb (9)
- ecrum19 (4)
- Peeja (3)
- smessie (3)
- MiaNCSU (2)
- rubensworks (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 100
-
Total downloads:
- npm 1,986,024 last-month
- Total docker downloads: 3,729,738
-
Total dependent packages: 2,052
(may contain duplicates) -
Total dependent repositories: 26,744
(may contain duplicates) - Total versions: 7,663
- Total maintainers: 5
npmjs.org: @comunica/core
Lightweight, semantic and modular actor framework
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/types
Typings module for Comunica
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/context-entries
A collection of reusable Comunica context key definitions.
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/bus-http
A comunica bus for 'http' events.
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/bus-query-operation
A comunica bus for query-operation events.
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/bus-rdf-parse
A comunica bus for 'init' events.
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.1.0
published 11 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/bus-init
A comunica bus for 'init' events.
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/mediator-combine-union
A combine-union mediator
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/bus-rdf-join
A comunica bus for rdf-join events.
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/mediator-number
A mediator for a single mediation number value
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-abstract-mediatyped
An abstract actor for handling mediatypes
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/bus-rdf-resolve-quad-pattern
A comunica bus for resolving quad patterns to quad streams.
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 2.10.0
published about 2 years ago
Rankings
Maintainers (5)
npmjs.org: @comunica/runner
Utility module for Comunica runner modules
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-rdf-parse-jsonld
A JSON-LD RDF Parse actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.0.2
published about 1 year ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-rdf-parse-n3
A N3 RDF Parse actor
- Homepage: https://github.com/comunica/actor-rdf-parse-n3#readme
- License: MIT
-
Latest release: 4.3.0
published 6 months ago
Rankings
Maintainers (5)
npmjs.org: @comunica/bus-rdf-metadata-extract
A comunica bus for rdf-metadata-extract events.
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/runner-cli
A comunica runner that sends an 'init' event from a commandline process.
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-http-proxy
A proxy http actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/mediator-combine-pipeline
A sequential combine mediator
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/bus-rdf-serialize
A comunica bus for rdf-serialize events.
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.1.0
published 11 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/bus-http-invalidate
A comunica bus for http-invalidate events.
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-query-operation-construct
A construct query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-query-operation-union
A union query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-rdf-metadata-extract-hydra-controls
A hydra-controls rdf-metadata-extract actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.1.0
published 11 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-rdf-parse-rdfxml
A rdfxml rdf-parse actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.0.2
published about 1 year ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-rdf-serialize-jsonld
A jsonld rdf-serialize actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-rdf-serialize-n3
A n3 rdf-serialize actor
- Homepage: https://github.com/comunica/actor-rdf-serialize-n3
- License: MIT
-
Latest release: 4.0.2
published about 1 year ago
Rankings
Maintainers (5)
npmjs.org: @comunica/actor-query-operation-project
A project query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/bus-rdf-update-quads
A comunica bus for rdf-update-quads events.
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/bus-rdf-resolve-hypermedia-links
A comunica bus for rdf-resolve-hypermedia-links events.
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-query-operation-quadpattern
A quadpattern query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 2.10.1
published about 2 years ago
Rankings
Maintainers (5)
npmjs.org: @comunica/bus-rdf-metadata
A comunica bus for rdf-metadata events.
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-query-operation-slice
A slice query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-query-operation-describe-subject
A describe-subject query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 2.10.1
published about 2 years ago
Rankings
Maintainers (5)
npmjs.org: @comunica/actor-query-operation-from-quad
A from query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-query-operation-join
A join query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-query-operation-distinct-hash
A distinct-hash query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.0.2
published about 1 year ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-query-operation-ask
A ask query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-rdf-resolve-quad-pattern-rdfjs-source
A rdfjs-source rdf-resolve-quad-pattern actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 2.10.0
published about 2 years ago
Rankings
Maintainers (5)
npmjs.org: @comunica/actor-rdf-parse-xml-rdfa
A xml-rdfa rdf-parse actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-query-operation-values
A values query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-query-operation-service
A service query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-rdf-parse-html-microdata
A microdata rdf-parse-html actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-rdf-metadata-extract-hydra-count
A hydra-count rdf-metadata-extract actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/bus-rdf-parse-html
A comunica bus for rdf-parse-html events.
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.0.2
published about 1 year ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-query-operation-path-zero-or-more
A path-zero-or-more query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.3.0
published 6 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-query-operation-path-one-or-more
A path-one-or-more query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.3.0
published 6 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-query-operation-path-nps
A path-nps query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.3.0
published 6 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-query-operation-path-zero-or-one
A path-zero-or-one query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.3.0
published 6 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-query-operation-path-inv
A path-inv query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.3.0
published 6 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-query-operation-path-link
A path-link query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.3.0
published 6 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-query-operation-path-alt
A path-alt query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.3.0
published 6 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/bus-context-preprocess
A comunica bus for context-preprocess events.
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-query-operation-path-seq
A path-seq query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.3.0
published 6 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-query-operation-orderby-sparqlee
A orderby-sparqlee query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 2.10.1
published about 2 years ago
Rankings
Maintainers (5)
npmjs.org: @comunica/actor-rdf-resolve-quad-pattern-federated
A federated rdf-resolve-quad-pattern actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 2.10.1
published about 2 years ago
Rankings
Maintainers (5)
npmjs.org: @comunica/actor-query-operation-sparql-endpoint
A sparql-endpoint query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 2.10.2
published almost 2 years ago
Rankings
Maintainers (5)
npmjs.org: @comunica/actor-abstract-path
An abstract actor for handling mediatypes
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.3.0
published 6 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/config-query-sparql
default configuration files for Comunica SPARQL
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.3.0
published 6 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-query-operation-minus
A minus query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-query-operation-group
A group query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/logger-void
A comunica void-based logger.
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/bus-optimize-query-operation
A comunica bus for optimize-query-operation events.
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-optimize-query-operation-join-bgp
A join-bgp optimize-query-operation actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/mediator-all
A all mediator
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-rdf-resolve-quad-pattern-hypermedia
A hypermedia rdf-resolve-quad-pattern actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 2.10.1
published about 2 years ago
Rankings
Maintainers (5)
npmjs.org: @comunica/actor-rdf-metadata-primary-topic
A primary-topic rdf-metadata actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-rdf-parse-html-script
A html-script rdf-parse actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-rdf-parse-html-rdfa
A rdfa rdf-parse-html actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-rdf-metadata-all
A all rdf-metadata actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/mediatortype-time
A comunica mediator type for the 'time' parameter.
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.0.2
published about 1 year ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-rdf-update-quads-rdfjs-store
A rdfjs-store rdf-update-quads actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/bindings-factory
Bindings factory module for Comunica
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 3.3.0
published about 1 year ago
Rankings
Maintainers (5)
npmjs.org: @comunica/bus-dereference
A bus for dereferencing a path or URL into a (generic) stream.
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-rdf-join-optional-bind
A optional-bind rdf-join actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-rdf-source-identifier-file-content-type
A file-content-type rdf-source-identifier actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 1.22.1
published over 4 years ago
Rankings
Maintainers (5)
npmjs.org: @comunica/bus-rdf-source-identifier
A comunica bus for rdf-source-identifier events.
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 1.22.1
published over 4 years ago
Rankings
Maintainers (5)
npmjs.org: @comunica/actor-rdf-join-hash
A hash rdf-join actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 1.22.0
published over 4 years ago
Rankings
Maintainers (5)
npmjs.org: @comunica/actor-init-hello-world
A Hello World Comunica engine
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 1.22.0
published over 4 years ago
Rankings
Maintainers (5)
npmjs.org: @comunica/actor-rdf-source-identifier-sparql
A sparql rdf-source-identifier actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 1.22.1
published over 4 years ago
Rankings
Maintainers (5)
npmjs.org: @comunica/actor-rdf-metadata-extract-hydra-count-query
A hydra-count-query rdf-metadata-extract actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 1.22.0
published over 4 years ago
Rankings
Maintainers (5)
npmjs.org: @comunica/actor-rdf-metadata-extract-traverse-content-policies
A traverse-content-policies rdf-metadata-extract actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 0.0.2-alpha.e75a15a.0
published over 4 years ago
Rankings
Maintainers (5)
npmjs.org: @comunica/actor-init-query-operation
A Comunica engine for evaluating query operations
- Homepage: https://github.com/comunica/comunica#readme
- License: MIT
-
Latest release: 1.0.0
published almost 8 years ago
Rankings
Maintainers (5)
npmjs.org: @comunica/actor-context-preprocess-set-seed-sources-quadpattern-iris
A set-seed-sources-quadpattern-iris context-preprocess actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 0.0.2-alpha.e75a15a.0
published over 4 years ago
Rankings
Maintainers (5)
repo1.maven.org: org.webjars.npm:comunica__actor-abstract-bindings-hash
WebJar for @comunica/actor-abstract-bindings-hash
- Homepage: http://webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/comunica__actor-abstract-bindings-hash/
- License: MIT
-
Latest release: 1.8.0
published over 6 years ago
Rankings
npmjs.org: @comunica/actor-query-source-identify-hypermedia-annotate-source
A annotate-source query-source-identify-hypermedia actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
repo1.maven.org: org.webjars.npm:comunica__actor-rdf-parse-html-rdfa
WebJar for @comunica/actor-rdf-parse-html-rdfa
- Homepage: https://www.webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/comunica__actor-rdf-parse-html-rdfa/
- License: MIT
-
Latest release: 2.5.1
published almost 3 years ago
Rankings
repo1.maven.org: org.webjars.npm:comunica__actor-rdf-resolve-quad-pattern-hypermedia
WebJar for @comunica/actor-rdf-resolve-quad-pattern-hypermedia
- Homepage: http://webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/comunica__actor-rdf-resolve-quad-pattern-hypermedia/
- License: MIT
-
Latest release: 1.8.0
published over 6 years ago
Rankings
repo1.maven.org: org.webjars.npm:comunica__actor-optimize-query-operation-join-bgp
WebJar for @comunica/actor-optimize-query-operation-join-bgp
- Homepage: http://webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/comunica__actor-optimize-query-operation-join-bgp/
- License: MIT
-
Latest release: 1.8.0
published over 6 years ago
Rankings
repo1.maven.org: org.webjars.npm:comunica__actor-rdf-join-nestedloop
WebJar for @comunica/actor-rdf-join-nestedloop
- Homepage: http://webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/comunica__actor-rdf-join-nestedloop/
- License: MIT
-
Latest release: 1.8.0
published over 6 years ago
Rankings
repo1.maven.org: org.webjars.npm:comunica__actor-query-operation-path-inv
WebJar for @comunica/actor-query-operation-path-inv
- Homepage: http://webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/comunica__actor-query-operation-path-inv/
- License: MIT
-
Latest release: 1.8.0
published over 6 years ago
Rankings
repo1.maven.org: org.webjars.npm:comunica__actor-rdf-resolve-quad-pattern-file
WebJar for @comunica/actor-rdf-resolve-quad-pattern-file
- Homepage: http://webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/comunica__actor-rdf-resolve-quad-pattern-file/
- License: MIT
-
Latest release: 1.8.0
published over 6 years ago
Rankings
repo1.maven.org: org.webjars.npm:comunica__actor-query-operation-construct
WebJar for @comunica/actor-query-operation-construct
- Homepage: http://webjars.org
- Documentation: https://appdoc.app/artifact/org.webjars.npm/comunica__actor-query-operation-construct/
- License: MIT
-
Latest release: 1.8.0
published over 6 years ago
Rankings
npmjs.org: @comunica/statistic-intermediate-results
Comunica package that defines the statistic tracking produced intermediate results
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
npmjs.org: @comunica/actor-rdf-join-wrap-stream
A wrap-stream rdf-join actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
Funding
- type: opencollective
- url: https://opencollective.com/comunica-association
npmjs.org: @comunica/actor-function-factory-term-sha1
A term-sha1 function-factory actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
npmjs.org: @comunica/actor-function-factory-term-function-sha256
A term-sha256 function-factory actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.0.1-alpha.48.0
published about 1 year ago
Rankings
Maintainers (5)
npmjs.org: @comunica/actor-function-factory-term-lang
A term-lang function-factory actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.2.0
published 8 months ago
Rankings
Maintainers (5)
npmjs.org: @comunica/actor-function-factory-term-function-sha512
A term-sha512 function-factory actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.0.1-alpha.48.0
published about 1 year ago
Rankings
Maintainers (5)
npmjs.org: @comunica/actor-function-factory-term-function-sha384
A term-sha384 function-factory actor
- Homepage: https://comunica.dev/
- License: MIT
-
Latest release: 4.0.1-alpha.48.0
published about 1 year ago
Rankings
Maintainers (5)
Dependencies
- JamesIves/github-pages-deploy-action v4.4.0 composite
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-node v3 composite
- browser-actions/setup-firefox latest composite
- coverallsapp/github-action master composite
- nick-fields/retry v2 composite
- actions/stale v5 composite
- actions/checkout v3 composite
- peaceiris/actions-label-commenter v1 composite
- srggrs/assign-one-project-github-action 1.3.1 composite
- github/issue-labeler v2.5 composite
- actions/checkout v3 composite
- elgohr/Github-Release-Action v4 composite
- node 18 build
- @comunica/actor-context-preprocess-source-to-destination ^2.8.2
- @comunica/actor-dereference-fallback ^2.8.2
- @comunica/actor-dereference-http ^2.8.2
- @comunica/actor-dereference-rdf-parse ^2.8.2
- @comunica/actor-hash-bindings-sha1 ^2.8.2
- @comunica/actor-http-fetch ^2.8.2
- @comunica/actor-http-proxy ^2.8.2
- @comunica/actor-http-wayback ^2.8.2
- @comunica/actor-init-query ^2.9.0
- @comunica/actor-optimize-query-operation-bgp-to-join ^2.8.2
- @comunica/actor-optimize-query-operation-join-bgp ^2.8.2
- @comunica/actor-optimize-query-operation-join-connected ^2.8.2
- @comunica/actor-query-operation-ask ^2.9.0
- @comunica/actor-query-operation-bgp-join ^2.9.0
- @comunica/actor-query-operation-construct ^2.9.0
- @comunica/actor-query-operation-describe-subject ^2.9.0
- @comunica/actor-query-operation-distinct-hash ^2.9.0
- @comunica/actor-query-operation-extend ^2.9.0
- @comunica/actor-query-operation-filter-sparqlee ^2.9.0
- @comunica/actor-query-operation-from-quad ^2.9.0
- @comunica/actor-query-operation-group ^2.9.0
- @comunica/actor-query-operation-join ^2.9.0
- @comunica/actor-query-operation-leftjoin ^2.9.0
- @comunica/actor-query-operation-minus ^2.9.0
- @comunica/actor-query-operation-nop ^2.9.0
- @comunica/actor-query-operation-orderby-sparqlee ^2.9.0
- @comunica/actor-query-operation-path-alt ^2.9.0
- @comunica/actor-query-operation-path-inv ^2.9.0
- @comunica/actor-query-operation-path-link ^2.9.0
- @comunica/actor-query-operation-path-nps ^2.9.0
- @comunica/actor-query-operation-path-one-or-more ^2.9.0
- @comunica/actor-query-operation-path-seq ^2.9.0
- @comunica/actor-query-operation-path-zero-or-more ^2.9.0
- @comunica/actor-query-operation-path-zero-or-one ^2.9.0
- @comunica/actor-query-operation-project ^2.9.0
- @comunica/actor-query-operation-quadpattern ^2.9.0
- @comunica/actor-query-operation-reduced-hash ^2.9.0
- @comunica/actor-query-operation-service ^2.9.0
- @comunica/actor-query-operation-slice ^2.9.0
- @comunica/actor-query-operation-sparql-endpoint ^2.9.0
- @comunica/actor-query-operation-union ^2.9.0
- @comunica/actor-query-operation-update-add-rewrite ^2.9.0
- @comunica/actor-query-operation-update-clear ^2.9.0
- @comunica/actor-query-operation-update-compositeupdate ^2.9.0
- @comunica/actor-query-operation-update-copy-rewrite ^2.9.0
- @comunica/actor-query-operation-update-create ^2.9.0
- @comunica/actor-query-operation-update-deleteinsert ^2.9.0
- @comunica/actor-query-operation-update-drop ^2.9.0
- @comunica/actor-query-operation-update-load ^2.9.0
- @comunica/actor-query-operation-update-move-rewrite ^2.9.0
- @comunica/actor-query-operation-values ^2.9.0
- @comunica/actor-query-parse-graphql ^2.8.2
- @comunica/actor-query-parse-sparql ^2.8.2
- @comunica/actor-query-result-serialize-json ^2.8.2
- @comunica/actor-query-result-serialize-rdf ^2.8.2
- @comunica/actor-query-result-serialize-simple ^2.8.2
- @comunica/actor-query-result-serialize-sparql-csv ^2.8.2
- @comunica/actor-query-result-serialize-sparql-json ^2.8.2
- @comunica/actor-query-result-serialize-sparql-tsv ^2.8.2
- @comunica/actor-query-result-serialize-sparql-xml ^2.8.2
- @comunica/actor-query-result-serialize-stats ^2.8.2
- @comunica/actor-query-result-serialize-table ^2.8.2
- @comunica/actor-query-result-serialize-tree ^2.8.2
- @comunica/actor-rdf-join-entries-sort-cardinality ^2.8.2
- @comunica/actor-rdf-join-inner-hash ^2.9.0
- @comunica/actor-rdf-join-inner-multi-bind ^2.9.0
- @comunica/actor-rdf-join-inner-multi-empty ^2.9.0
- @comunica/actor-rdf-join-inner-multi-smallest ^2.9.0
- @comunica/actor-rdf-join-inner-nestedloop ^2.9.0
- @comunica/actor-rdf-join-inner-none ^2.9.0
- @comunica/actor-rdf-join-inner-single ^2.9.0
- @comunica/actor-rdf-join-inner-symmetrichash ^2.9.0
- @comunica/actor-rdf-join-minus-hash ^2.9.0
- @comunica/actor-rdf-join-minus-hash-undef ^2.9.0
- @comunica/actor-rdf-join-optional-bind ^2.9.0
- @comunica/actor-rdf-join-optional-nestedloop ^2.9.0
- @comunica/actor-rdf-join-selectivity-variable-counting ^2.8.2
- @comunica/actor-rdf-metadata-accumulate-cancontainundefs ^2.8.2
- @comunica/actor-rdf-metadata-accumulate-cardinality ^2.8.2
- @comunica/actor-rdf-metadata-accumulate-pagesize ^2.8.2
- @comunica/actor-rdf-metadata-accumulate-requesttime ^2.8.2
- @comunica/actor-rdf-metadata-all ^2.8.2
- @comunica/actor-rdf-metadata-extract-allow-http-methods ^2.8.2
- @comunica/actor-rdf-metadata-extract-hydra-controls ^2.8.2
- @comunica/actor-rdf-metadata-extract-hydra-count ^2.8.2
- @comunica/actor-rdf-metadata-extract-hydra-pagesize ^2.8.2
- @comunica/actor-rdf-metadata-extract-patch-sparql-update ^2.8.2
- @comunica/actor-rdf-metadata-extract-put-accepted ^2.8.2
- @comunica/actor-rdf-metadata-extract-request-time ^2.8.2
- @comunica/actor-rdf-metadata-extract-sparql-service ^2.8.2
- @comunica/actor-rdf-metadata-primary-topic ^2.8.2
- @comunica/actor-rdf-parse-html ^2.8.2
- @comunica/actor-rdf-parse-html-microdata ^2.8.2
- @comunica/actor-rdf-parse-html-rdfa ^2.8.2
- @comunica/actor-rdf-parse-html-script ^2.8.2
- @comunica/actor-rdf-parse-jsonld ^2.8.2
- @comunica/actor-rdf-parse-n3 ^2.8.2
- @comunica/actor-rdf-parse-rdfxml ^2.8.2
- @comunica/actor-rdf-parse-shaclc ^2.8.2
- @comunica/actor-rdf-parse-xml-rdfa ^2.8.2
- @comunica/actor-rdf-resolve-hypermedia-links-next ^2.8.2
- @comunica/actor-rdf-resolve-hypermedia-links-queue-fifo ^2.8.2
- @comunica/actor-rdf-resolve-hypermedia-none ^2.8.2
- @comunica/actor-rdf-resolve-hypermedia-qpf ^2.8.2
- @comunica/actor-rdf-resolve-hypermedia-sparql ^2.8.3
- @comunica/actor-rdf-resolve-quad-pattern-federated ^2.9.0
- @comunica/actor-rdf-resolve-quad-pattern-hypermedia ^2.9.0
- @comunica/actor-rdf-resolve-quad-pattern-rdfjs-source ^2.8.2
- @comunica/actor-rdf-resolve-quad-pattern-string-source ^2.8.2
- @comunica/actor-rdf-serialize-jsonld ^2.8.2
- @comunica/actor-rdf-serialize-n3 ^2.8.2
- @comunica/actor-rdf-serialize-shaclc ^2.8.2
- @comunica/actor-rdf-update-hypermedia-patch-sparql-update ^2.9.0
- @comunica/actor-rdf-update-hypermedia-put-ldp ^2.9.0
- @comunica/actor-rdf-update-hypermedia-sparql ^2.9.0
- @comunica/actor-rdf-update-quads-hypermedia ^2.9.0
- @comunica/actor-rdf-update-quads-rdfjs-store ^2.9.0
- @comunica/bus-http-invalidate ^2.8.2
- @comunica/bus-query-operation ^2.9.0
- @comunica/config-query-sparql ^2.7.0
- @comunica/core ^2.8.2
- @comunica/logger-void ^2.8.2
- @comunica/mediator-all ^2.8.2
- @comunica/mediator-combine-pipeline ^2.8.2
- @comunica/mediator-combine-union ^2.8.2
- @comunica/mediator-join-coefficients-fixed ^2.9.0
- @comunica/mediator-number ^2.8.2
- @comunica/mediator-race ^2.8.2
- @comunica/runner ^2.8.2
- @comunica/runner-cli ^2.8.2
- @comunica/types ^2.8.2
- process ^0.11.10
- @comunica/actor-context-preprocess-source-to-destination ^2.8.2
- @comunica/actor-dereference-fallback ^2.8.2
- @comunica/actor-dereference-file ^2.8.2
- @comunica/actor-dereference-http ^2.8.2
- @comunica/actor-dereference-rdf-parse ^2.8.2
- @comunica/actor-hash-bindings-sha1 ^2.8.2
- @comunica/actor-http-fetch ^2.8.2
- @comunica/actor-http-proxy ^2.8.2
- @comunica/actor-http-wayback ^2.8.2
- @comunica/actor-init-query ^2.9.0
- @comunica/actor-optimize-query-operation-bgp-to-join ^2.8.2
- @comunica/actor-optimize-query-operation-join-bgp ^2.8.2
- @comunica/actor-optimize-query-operation-join-connected ^2.8.2
- @comunica/actor-query-operation-ask ^2.9.0
- @comunica/actor-query-operation-bgp-join ^2.9.0
- @comunica/actor-query-operation-construct ^2.9.0
- @comunica/actor-query-operation-describe-subject ^2.9.0
- @comunica/actor-query-operation-distinct-hash ^2.9.0
- @comunica/actor-query-operation-extend ^2.9.0
- @comunica/actor-query-operation-filter-sparqlee ^2.9.0
- @comunica/actor-query-operation-from-quad ^2.9.0
- @comunica/actor-query-operation-group ^2.9.0
- @comunica/actor-query-operation-join ^2.9.0
- @comunica/actor-query-operation-leftjoin ^2.9.0
- @comunica/actor-query-operation-minus ^2.9.0
- @comunica/actor-query-operation-nop ^2.9.0
- @comunica/actor-query-operation-orderby-sparqlee ^2.9.0
- @comunica/actor-query-operation-path-alt ^2.9.0
- @comunica/actor-query-operation-path-inv ^2.9.0
- @comunica/actor-query-operation-path-link ^2.9.0
- @comunica/actor-query-operation-path-nps ^2.9.0
- @comunica/actor-query-operation-path-one-or-more ^2.9.0
- @comunica/actor-query-operation-path-seq ^2.9.0
- @comunica/actor-query-operation-path-zero-or-more ^2.9.0
- @comunica/actor-query-operation-path-zero-or-one ^2.9.0
- @comunica/actor-query-operation-project ^2.9.0
- @comunica/actor-query-operation-quadpattern ^2.9.0
- @comunica/actor-query-operation-reduced-hash ^2.9.0
- @comunica/actor-query-operation-service ^2.9.0
- @comunica/actor-query-operation-slice ^2.9.0
- @comunica/actor-query-operation-sparql-endpoint ^2.9.0
- @comunica/actor-query-operation-union ^2.9.0
- @comunica/actor-query-operation-update-add-rewrite ^2.9.0
- @comunica/actor-query-operation-update-clear ^2.9.0
- @comunica/actor-query-operation-update-compositeupdate ^2.9.0
- @comunica/actor-query-operation-update-copy-rewrite ^2.9.0
- @comunica/actor-query-operation-update-create ^2.9.0
- @comunica/actor-query-operation-update-deleteinsert ^2.9.0
- @comunica/actor-query-operation-update-drop ^2.9.0
- @comunica/actor-query-operation-update-load ^2.9.0
- @comunica/actor-query-operation-update-move-rewrite ^2.9.0
- @comunica/actor-query-operation-values ^2.9.0
- @comunica/actor-query-parse-graphql ^2.8.2
- @comunica/actor-query-parse-sparql ^2.8.2
- @comunica/actor-query-result-serialize-json ^2.8.2
- @comunica/actor-query-result-serialize-rdf ^2.8.2
- @comunica/actor-query-result-serialize-simple ^2.8.2
- @comunica/actor-query-result-serialize-sparql-csv ^2.8.2
- @comunica/actor-query-result-serialize-sparql-json ^2.8.2
- @comunica/actor-query-result-serialize-sparql-tsv ^2.8.2
- @comunica/actor-query-result-serialize-sparql-xml ^2.8.2
- @comunica/actor-query-result-serialize-stats ^2.8.2
- @comunica/actor-query-result-serialize-table ^2.8.2
- @comunica/actor-query-result-serialize-tree ^2.8.2
- @comunica/actor-rdf-join-entries-sort-cardinality ^2.8.2
- @comunica/actor-rdf-join-inner-hash ^2.9.0
- @comunica/actor-rdf-join-inner-multi-bind ^2.9.0
- @comunica/actor-rdf-join-inner-multi-empty ^2.9.0
- @comunica/actor-rdf-join-inner-multi-smallest ^2.9.0
- @comunica/actor-rdf-join-inner-nestedloop ^2.9.0
- @comunica/actor-rdf-join-inner-none ^2.9.0
- @comunica/actor-rdf-join-inner-single ^2.9.0
- @comunica/actor-rdf-join-inner-symmetrichash ^2.9.0
- @comunica/actor-rdf-join-minus-hash ^2.9.0
- @comunica/actor-rdf-join-minus-hash-undef ^2.9.0
- @comunica/actor-rdf-join-optional-bind ^2.9.0
- @comunica/actor-rdf-join-optional-nestedloop ^2.9.0
- @comunica/actor-rdf-join-selectivity-variable-counting ^2.8.2
- @comunica/actor-rdf-metadata-accumulate-cancontainundefs ^2.8.2
- @comunica/actor-rdf-metadata-accumulate-cardinality ^2.8.2
- @comunica/actor-rdf-metadata-accumulate-pagesize ^2.8.2
- @comunica/actor-rdf-metadata-accumulate-requesttime ^2.8.2
- @comunica/actor-rdf-metadata-all ^2.8.2
- @comunica/actor-rdf-metadata-extract-allow-http-methods ^2.8.2
- @comunica/actor-rdf-metadata-extract-hydra-controls ^2.8.2
- @comunica/actor-rdf-metadata-extract-hydra-count ^2.8.2
- @comunica/actor-rdf-metadata-extract-hydra-pagesize ^2.8.2
- @comunica/actor-rdf-metadata-extract-patch-sparql-update ^2.8.2
- @comunica/actor-rdf-metadata-extract-put-accepted ^2.8.2
- @comunica/actor-rdf-metadata-extract-request-time ^2.8.2
- @comunica/actor-rdf-metadata-extract-sparql-service ^2.8.2
- @comunica/actor-rdf-metadata-primary-topic ^2.8.2
- @comunica/actor-rdf-parse-html ^2.8.2
- @comunica/actor-rdf-parse-html-microdata ^2.8.2
- @comunica/actor-rdf-parse-html-rdfa ^2.8.2
- @comunica/actor-rdf-parse-html-script ^2.8.2
- @comunica/actor-rdf-parse-jsonld ^2.8.2
- @comunica/actor-rdf-parse-n3 ^2.8.2
- @comunica/actor-rdf-parse-rdfxml ^2.8.2
- @comunica/actor-rdf-parse-shaclc ^2.8.2
- @comunica/actor-rdf-parse-xml-rdfa ^2.8.2
- @comunica/actor-rdf-resolve-hypermedia-links-next ^2.8.2
- @comunica/actor-rdf-resolve-hypermedia-links-queue-fifo ^2.8.2
- @comunica/actor-rdf-resolve-hypermedia-none ^2.8.2
- @comunica/actor-rdf-resolve-hypermedia-qpf ^2.8.2
- @comunica/actor-rdf-resolve-hypermedia-sparql ^2.8.3
- @comunica/actor-rdf-resolve-quad-pattern-federated ^2.9.0
- @comunica/actor-rdf-resolve-quad-pattern-hypermedia ^2.9.0
- @comunica/actor-rdf-resolve-quad-pattern-rdfjs-source ^2.8.2
- @comunica/actor-rdf-resolve-quad-pattern-string-source ^2.8.2
- @comunica/actor-rdf-serialize-jsonld ^2.8.2
- @comunica/actor-rdf-serialize-n3 ^2.8.2
- @comunica/actor-rdf-serialize-shaclc ^2.8.2
- @comunica/actor-rdf-update-hypermedia-patch-sparql-update ^2.9.0
- @comunica/actor-rdf-update-hypermedia-put-ldp ^2.9.0
- @comunica/actor-rdf-update-hypermedia-sparql ^2.9.0
- @comunica/actor-rdf-update-quads-hypermedia ^2.9.0
- @comunica/actor-rdf-update-quads-rdfjs-store ^2.9.0
- @comunica/bus-http-invalidate ^2.8.2
- @comunica/bus-query-operation ^2.9.0
- @comunica/config-query-sparql ^2.7.0
- @comunica/core ^2.8.2
- @comunica/logger-void ^2.8.2
- @comunica/mediator-all ^2.8.2
- @comunica/mediator-combine-pipeline ^2.8.2
- @comunica/mediator-combine-union ^2.8.2
- @comunica/mediator-join-coefficients-fixed ^2.9.0
- @comunica/mediator-number ^2.8.2
- @comunica/mediator-race ^2.8.2
- @comunica/runner ^2.8.2
- @comunica/runner-cli ^2.8.2
- @comunica/types ^2.8.2
- process ^0.11.10
- @comunica/actor-context-preprocess-source-to-destination ^2.8.2
- @comunica/actor-hash-bindings-sha1 ^2.8.2
- @comunica/actor-init-query ^2.9.0
- @comunica/actor-optimize-query-operation-bgp-to-join ^2.8.2
- @comunica/actor-optimize-query-operation-join-bgp ^2.8.2
- @comunica/actor-optimize-query-operation-join-connected ^2.8.2
- @comunica/actor-query-operation-ask ^2.9.0
- @comunica/actor-query-operation-bgp-join ^2.9.0
- @comunica/actor-query-operation-construct ^2.9.0
- @comunica/actor-query-operation-describe-subject ^2.9.0
- @comunica/actor-query-operation-distinct-hash ^2.9.0
- @comunica/actor-query-operation-extend ^2.9.0
- @comunica/actor-query-operation-filter-sparqlee ^2.9.0
- @comunica/actor-query-operation-from-quad ^2.9.0
- @comunica/actor-query-operation-group ^2.9.0
- @comunica/actor-query-operation-join ^2.9.0
- @comunica/actor-query-operation-leftjoin ^2.9.0
- @comunica/actor-query-operation-minus ^2.9.0
- @comunica/actor-query-operation-nop ^2.9.0
- @comunica/actor-query-operation-orderby-sparqlee ^2.9.0
- @comunica/actor-query-operation-path-alt ^2.9.0
- @comunica/actor-query-operation-path-inv ^2.9.0
- @comunica/actor-query-operation-path-link ^2.9.0
- @comunica/actor-query-operation-path-nps ^2.9.0
- @comunica/actor-query-operation-path-one-or-more ^2.9.0
- @comunica/actor-query-operation-path-seq ^2.9.0
- @comunica/actor-query-operation-path-zero-or-more ^2.9.0
- @comunica/actor-query-operation-path-zero-or-one ^2.9.0
- @comunica/actor-query-operation-project ^2.9.0
- @comunica/actor-query-operation-quadpattern ^2.9.0
- @comunica/actor-query-operation-reduced-hash ^2.9.0
- @comunica/actor-query-operation-service ^2.9.0
- @comunica/actor-query-operation-slice ^2.9.0
- @comunica/actor-query-operation-sparql-endpoint ^2.9.0
- @comunica/actor-query-operation-union ^2.9.0
- @comunica/actor-query-operation-update-add-rewrite ^2.9.0
- @comunica/actor-query-operation-update-clear ^2.9.0
- @comunica/actor-query-operation-update-compositeupdate ^2.9.0
- @comunica/actor-query-operation-update-copy-rewrite ^2.9.0
- @comunica/actor-query-operation-update-create ^2.9.0
- @comunica/actor-query-operation-update-deleteinsert ^2.9.0
- @comunica/actor-query-operation-update-drop ^2.9.0
- @comunica/actor-query-operation-update-load ^2.9.0
- @comunica/actor-query-operation-update-move-rewrite ^2.9.0
- @comunica/actor-query-operation-values ^2.9.0
- @comunica/actor-query-parse-graphql ^2.8.2
- @comunica/actor-query-parse-sparql ^2.8.2
- @comunica/actor-query-result-serialize-json ^2.8.2
- @comunica/actor-query-result-serialize-rdf ^2.8.2
- @comunica/actor-query-result-serialize-simple ^2.8.2
- @comunica/actor-query-result-serialize-sparql-csv ^2.8.2
- @comunica/actor-query-result-serialize-sparql-json ^2.8.2
- @comunica/actor-query-result-serialize-sparql-tsv ^2.8.2
- @comunica/actor-query-result-serialize-sparql-xml ^2.8.2
- @comunica/actor-query-result-serialize-stats ^2.8.2
- @comunica/actor-query-result-serialize-table ^2.8.2
- @comunica/actor-query-result-serialize-tree ^2.8.2
- @comunica/actor-rdf-join-entries-sort-cardinality ^2.8.2
- @comunica/actor-rdf-join-inner-hash ^2.9.0
- @comunica/actor-rdf-join-inner-multi-bind ^2.9.0
- @comunica/actor-rdf-join-inner-multi-empty ^2.9.0
- @comunica/actor-rdf-join-inner-multi-smallest ^2.9.0
- @comunica/actor-rdf-join-inner-nestedloop ^2.9.0
- @comunica/actor-rdf-join-inner-none ^2.9.0
- @comunica/actor-rdf-join-inner-single ^2.9.0
- @comunica/actor-rdf-join-inner-symmetrichash ^2.9.0
- @comunica/actor-rdf-join-minus-hash ^2.9.0
- @comunica/actor-rdf-join-minus-hash-undef ^2.9.0
- @comunica/actor-rdf-join-optional-bind ^2.9.0
- @comunica/actor-rdf-join-optional-nestedloop ^2.9.0
- @comunica/actor-rdf-join-selectivity-variable-counting ^2.8.2
- @comunica/actor-rdf-metadata-accumulate-cancontainundefs ^2.8.2
- @comunica/actor-rdf-metadata-accumulate-cardinality ^2.8.2
- @comunica/actor-rdf-metadata-accumulate-pagesize ^2.8.2
- @comunica/actor-rdf-metadata-accumulate-requesttime ^2.8.2
- @comunica/actor-rdf-resolve-quad-pattern-federated ^2.9.0
- @comunica/actor-rdf-resolve-quad-pattern-rdfjs-source ^2.8.2
- @comunica/actor-rdf-serialize-jsonld ^2.8.2
- @comunica/actor-rdf-serialize-n3 ^2.8.2
- @comunica/actor-rdf-serialize-shaclc ^2.8.2
- @comunica/actor-rdf-update-quads-rdfjs-store ^2.9.0
- @comunica/bus-http-invalidate ^2.8.2
- @comunica/bus-query-operation ^2.9.0
- @comunica/config-query-sparql ^2.7.0
- @comunica/core ^2.8.2
- @comunica/logger-void ^2.8.2
- @comunica/mediator-all ^2.8.2
- @comunica/mediator-combine-pipeline ^2.8.2
- @comunica/mediator-combine-union ^2.8.2
- @comunica/mediator-join-coefficients-fixed ^2.9.0
- @comunica/mediator-number ^2.8.2
- @comunica/mediator-race ^2.8.2
- @comunica/runner ^2.8.2
- @comunica/types ^2.8.2
- @babel/core ^7.20.2 development
- @babel/preset-env ^7.20.2 development
- @pollyjs/adapter-node-http ^6.0.5 development
- @pollyjs/core ^6.0.5 development
- @pollyjs/persister-fs ^6.0.5 development
- @rubensworks/eslint-config ^2.0.0 development
- @types/benchmark ^2.0.0 development
- @types/jest ^29.4.0 development
- @types/node ^18.14.6 development
- @types/object-inspect ^1.8.1 development
- @types/readable-stream ^4.0.0 development
- @types/setup-polly-jest ^0.5.2 development
- abort-controller ^3.0.0 development
- arrayify-stream ^2.0.1 development
- asynciterator ^3.8.1 development
- babel-loader ^9.1.0 development
- benchmark ^2.1.4 development
- componentsjs-generator ^3.1.0 development
- depcheck ^1.4.3 development
- eslint ^8.48.0 development
- jest ^29.5.0 development
- jest-mock ^29.3.1 development
- jest-rdf ^1.7.1 development
- karma ^6.4.1 development
- karma-chrome-launcher ^3.1.1 development
- karma-firefox-launcher ^2.1.2 development
- karma-jasmine ^5.1.0 development
- karma-jasmine-html-reporter ^2.0.0 development
- karma-sourcemap-loader ^0.4.0 development
- karma-webpack ^5.0.0 development
- lerna ^7.3.0 development
- lerna-script ^1.4.0 development
- manual-git-changelog ^1.0.2 development
- node-polyfill-webpack-plugin ^2.0.1 development
- nodemon ^3.0.0 development
- npm-check-updates ^16.4.1 development
- pre-commit ^1.2.2 development
- rdf-data-factory ^1.1.1 development
- rdf-quad ^1.5.0 development
- rdf-stores ^1.0.0 development
- rdf-test-suite ^1.25.0 development
- rdf-test-suite-ldf ^1.5.0 development
- setup-polly-jest ^0.11.0 development
- sparqlalgebrajs ^4.2.0 development
- stream-to-string ^1.2.0 development
- streamify-array ^1.0.1 development
- streamify-string ^1.0.1 development
- ts-jest ^29.0.5 development
- ts-loader ^9.4.1 development
- typedoc ^0.25.0 development
- typescript ^5.2.2 development
- webpack ^5.75.0 development
- webpack-cli ^5.0.0 development
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- @comunica/core ^2.8.2
- readable-stream ^4.4.2
- @comunica/bindings-factory ^2.7.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/context-entries ^2.8.2
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- @rdfjs/types *
- asynciterator ^3.8.1
- rdf-data-factory ^1.1.1
- rdf-string ^1.6.1
- sparqlalgebrajs ^4.2.0
- @comunica/bus-context-preprocess ^2.8.2
- @comunica/context-entries ^2.8.2
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- @comunica/bus-dereference ^2.8.2
- @comunica/core ^2.8.2
- @comunica/bus-dereference ^2.8.2
- @comunica/core ^2.8.2
- @comunica/bus-dereference ^2.8.2
- @comunica/bus-http ^2.8.2
- @comunica/core ^2.8.2
- cross-fetch ^4.0.0
- relative-to-absolute-iri ^1.0.7
- stream-to-string ^1.2.0
- @comunica/bus-dereference ^2.8.2
- @comunica/bus-dereference-rdf ^2.8.2
- @comunica/bus-rdf-parse ^2.8.2
- @comunica/bus-hash-bindings ^2.8.2
- @comunica/core ^2.8.2
- canonicalize ^2.0.0
- hash.js ^1.1.7
- rdf-string ^1.6.1
- @comunica/bus-http ^2.8.2
- @comunica/context-entries ^2.8.2
- @comunica/mediatortype-time ^2.8.2
- abort-controller ^3.0.0
- cross-fetch ^4.0.0
- @comunica/bus-http ^2.8.2
- @comunica/context-entries ^2.8.2
- @comunica/core ^2.8.2
- @types/parse-link-header ^2.0.0
- cross-fetch ^4.0.0
- parse-link-header ^2.0.0
- @comunica/bus-http ^2.8.2
- @comunica/context-entries ^2.8.2
- @comunica/mediatortype-time ^2.8.2
- cross-fetch ^4.0.0
- follow-redirects ^1.15.2
- parse-link-header ^2.0.0
- process ^0.11.10
- @comunica/bus-http ^2.8.2
- @comunica/context-entries ^2.8.2
- @comunica/mediatortype-time ^2.8.2
- @comunica/types ^2.8.2
- @comunica/bus-http ^2.8.2
- @comunica/context-entries ^2.8.2
- @comunica/core ^2.8.2
- cross-fetch ^4.0.0
- stream-to-string ^1.2.0
- @comunica/actor-http-proxy ^2.8.2
- @comunica/bus-context-preprocess ^2.8.2
- @comunica/bus-http-invalidate ^2.8.2
- @comunica/bus-init ^2.8.2
- @comunica/bus-optimize-query-operation ^2.8.2
- @comunica/bus-query-operation ^2.9.0
- @comunica/bus-query-parse ^2.8.2
- @comunica/bus-query-result-serialize ^2.8.2
- @comunica/context-entries ^2.8.2
- @comunica/core ^2.8.2
- @comunica/logger-pretty ^2.8.2
- @comunica/runner ^2.8.2
- @comunica/types ^2.8.2
- @rdfjs/types *
- @types/yargs ^17.0.24
- asynciterator ^3.8.1
- negotiate ^1.0.1
- process ^0.11.10
- rdf-quad ^1.5.0
- rdf-string ^1.6.1
- sparqlalgebrajs ^4.2.0
- streamify-string ^1.0.1
- yargs ^17.7.2
- @comunica/bus-optimize-query-operation ^2.8.2
- @comunica/core ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/bus-optimize-query-operation ^2.8.2
- @comunica/core ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/bus-optimize-query-operation ^2.8.2
- @comunica/core ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- @rdfjs/types *
- asynciterator ^3.8.1
- rdf-data-factory ^1.1.1
- rdf-terms ^1.11.0
- sparqlalgebrajs ^4.2.0
- @comunica/actor-query-operation-union ^2.9.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- asynciterator ^3.8.1
- rdf-data-factory ^1.1.1
- sparqlalgebrajs ^4.2.0
- @comunica/bus-hash-bindings ^2.8.2
- @comunica/bus-query-operation ^2.9.0
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/bindings-factory ^2.7.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/core ^2.8.2
- @comunica/expression-evaluator ^2.9.0
- @comunica/types ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/bindings-factory ^2.7.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/core ^2.8.2
- @comunica/expression-evaluator ^2.9.0
- @comunica/types ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- @rdfjs/types *
- sparqlalgebrajs ^4.2.0
- @comunica/bindings-factory ^2.7.0
- @comunica/bus-hash-bindings ^2.8.2
- @comunica/bus-query-operation ^2.9.0
- @comunica/core ^2.8.2
- @comunica/expression-evaluator ^2.9.0
- @comunica/types ^2.8.2
- @rdfjs/types *
- asynciterator ^3.8.1
- rdf-data-factory ^1.1.1
- sparqlalgebrajs ^4.2.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/bus-rdf-join ^2.9.0
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/bus-rdf-join ^2.9.0
- @comunica/core ^2.8.2
- @comunica/expression-evaluator ^2.9.0
- @comunica/types ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/bus-rdf-join ^2.9.0
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/bindings-factory ^2.7.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/core ^2.8.2
- @comunica/metadata ^2.8.2
- @comunica/types ^2.8.2
- asynciterator ^3.8.1
- sparqlalgebrajs ^4.2.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/core ^2.8.2
- @comunica/expression-evaluator ^2.9.0
- @comunica/types ^2.8.2
- asynciterator ^3.8.1
- sparqlalgebrajs ^4.2.0
- @comunica/actor-abstract-path ^2.9.0
- @comunica/actor-query-operation-union ^2.9.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/types ^2.8.2
- asynciterator ^3.8.1
- sparqlalgebrajs ^4.2.0
- @comunica/actor-abstract-path ^2.9.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/types ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/actor-abstract-path ^2.9.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/types ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/actor-abstract-path ^2.9.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/types ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/actor-abstract-path ^2.9.0
- @comunica/bindings-factory ^2.7.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/types ^2.8.2
- asynciterator ^3.8.1
- sparqlalgebrajs ^4.2.0
- @comunica/actor-abstract-path ^2.9.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/bus-rdf-join ^2.9.0
- @comunica/types ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/actor-abstract-path ^2.9.0
- @comunica/bindings-factory ^2.7.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/types ^2.8.2
- asynciterator ^3.8.1
- rdf-string ^1.6.1
- sparqlalgebrajs ^4.2.0
- @comunica/actor-abstract-path ^2.9.0
- @comunica/bindings-factory ^2.7.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/metadata ^2.8.2
- @comunica/types ^2.8.2
- asynciterator ^3.8.1
- sparqlalgebrajs ^4.2.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/core ^2.8.2
- @comunica/data-factory ^2.7.0
- @comunica/types ^2.8.2
- @rdfjs/types *
- rdf-data-factory ^1.1.1
- sparqlalgebrajs ^4.2.0
- @comunica/bindings-factory ^2.7.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/bus-rdf-resolve-quad-pattern ^2.8.2
- @comunica/context-entries ^2.8.2
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- @rdfjs/types *
- asynciterator ^3.8.1
- rdf-data-factory ^1.1.1
- rdf-string ^1.6.3
- rdf-terms ^1.11.0
- sparqlalgebrajs ^4.2.0
- @comunica/bus-hash-bindings ^2.8.2
- @comunica/bus-query-operation ^2.9.0
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- lru-cache ^10.0.0
- sparqlalgebrajs ^4.2.0
- @comunica/bindings-factory ^2.7.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/context-entries ^2.8.2
- @comunica/core ^2.8.2
- @comunica/metadata ^2.8.2
- @comunica/types ^2.8.2
- asynciterator ^3.8.1
- sparqlalgebrajs ^4.2.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/context-entries ^2.8.2
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/bindings-factory ^2.7.0
- @comunica/bus-http ^2.8.2
- @comunica/bus-query-operation ^2.9.0
- @comunica/bus-rdf-resolve-quad-pattern ^2.8.2
- @comunica/bus-rdf-update-quads ^2.9.0
- @comunica/context-entries ^2.8.2
- @comunica/core ^2.8.2
- @comunica/mediatortype-httprequests ^2.8.2
- @comunica/metadata ^2.8.2
- @comunica/types ^2.8.2
- @rdfjs/types *
- asynciterator ^3.8.1
- fetch-sparql-endpoint ^4.1.0
- rdf-data-factory ^1.1.1
- sparqlalgebrajs ^4.2.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/core ^2.8.2
- @comunica/metadata ^2.8.2
- @comunica/types ^2.8.2
- @rdfjs/types *
- asynciterator ^3.8.1
- rdf-terms ^1.11.0
- sparqlalgebrajs ^4.2.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- rdf-data-factory ^1.1.1
- sparqlalgebrajs ^4.2.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/bus-rdf-update-quads ^2.9.0
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- @rdfjs/types *
- rdf-data-factory ^1.1.1
- sparqlalgebrajs ^4.2.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/bus-rdf-update-quads ^2.9.0
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/actor-query-operation-construct ^2.9.0
- @comunica/bindings-factory ^2.7.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/bus-rdf-update-quads ^2.9.0
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- @rdfjs/types *
- asynciterator ^3.8.1
- sparqlalgebrajs ^4.2.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/bus-rdf-update-quads ^2.9.0
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- @rdfjs/types *
- rdf-data-factory ^1.1.1
- sparqlalgebrajs ^4.2.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/bus-rdf-update-quads ^2.9.0
- @comunica/context-entries ^2.8.2
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- rdf-data-factory ^1.1.1
- sparqlalgebrajs ^4.2.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/bindings-factory ^2.7.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/core ^2.8.2
- @comunica/metadata ^2.8.2
- @comunica/types ^2.8.2
- asynciterator ^3.8.1
- rdf-data-factory ^1.1.1
- sparqlalgebrajs ^4.2.0
- @comunica/bus-query-parse ^2.8.2
- @comunica/context-entries ^2.8.2
- @comunica/core ^2.8.2
- graphql-to-sparql ^3.0.1
- @comunica/bus-query-parse ^2.8.2
- @comunica/core ^2.8.2
- @types/sparqljs ^3.1.3
- sparqlalgebrajs ^4.2.0
- sparqljs ^3.7.1
- @comunica/bus-query-result-serialize ^2.8.2
- @comunica/types ^2.8.2
- rdf-string ^1.6.1
- readable-stream ^4.4.2
- @comunica/bus-query-result-serialize ^2.8.2
- @comunica/bus-rdf-serialize ^2.8.2
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- @comunica/bus-query-result-serialize ^2.8.2
- @comunica/types ^2.8.2
- @rdfjs/types *
- rdf-string ^1.6.3
- readable-stream ^4.4.2
- @comunica/bus-query-result-serialize ^2.8.2
- @comunica/types ^2.8.2
- @rdfjs/types *
- readable-stream ^4.4.2
- @comunica/bus-http ^2.8.2
- @comunica/bus-http-invalidate ^2.8.2
- @comunica/bus-query-result-serialize ^2.8.2
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- @rdfjs/types *
- readable-stream ^4.4.2
- @comunica/bus-query-result-serialize ^2.8.2
- @comunica/types ^2.8.2
- @rdfjs/types *
- rdf-string-ttl ^1.3.2
- readable-stream ^4.4.2
- @comunica/bus-query-result-serialize ^2.8.2
- @comunica/types ^2.8.2
- @rdfjs/types *
- readable-stream ^4.4.2
- @comunica/bus-http ^2.8.2
- @comunica/bus-http-invalidate ^2.8.2
- @comunica/bus-query-result-serialize ^2.8.2
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- process ^0.11.10
- readable-stream ^4.4.2
- @comunica/bus-query-result-serialize ^2.8.2
- @comunica/types ^2.8.2
- @rdfjs/types *
- rdf-data-factory ^1.1.1
- rdf-string ^1.6.3
- rdf-terms ^1.11.0
- readable-stream ^4.4.2
- @comunica/bus-query-result-serialize ^2.8.2
- @comunica/context-entries ^2.8.2
- @comunica/core ^2.8.2
- @comunica/types ^2.8.2
- readable-stream ^4.4.2
- sparqljson-to-tree ^3.0.1
- @comunica/bus-rdf-join-entries-sort ^2.8.2
- @comunica/core ^2.8.2
- @comunica/bus-rdf-join ^2.9.0
- @comunica/mediatortype-join-coefficients ^2.8.2
- @comunica/types ^2.8.2
- asyncjoin ^1.1.1
- @comunica/bus-query-operation ^2.9.0
- @comunica/bus-rdf-join ^2.9.0
- @comunica/bus-rdf-join-entries-sort ^2.8.2
- @comunica/context-entries ^2.8.2
- @comunica/mediatortype-join-coefficients ^2.8.2
- @comunica/types ^2.8.2
- asynciterator ^3.8.1
- sparqlalgebrajs ^4.2.0
- @comunica/bus-rdf-join ^2.9.0
- @comunica/mediatortype-join-coefficients ^2.8.2
- @comunica/metadata ^2.8.2
- @comunica/types ^2.8.2
- asynciterator ^3.8.1
- @comunica/bus-query-operation ^2.9.0
- @comunica/bus-rdf-join ^2.9.0
- @comunica/mediatortype-join-coefficients ^2.8.2
- @comunica/types ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/bus-rdf-join ^2.9.0
- @comunica/bus-rdf-join-entries-sort ^2.8.2
- @comunica/mediatortype-join-coefficients ^2.8.2
- @comunica/types ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/bus-rdf-join ^2.9.0
- @comunica/mediatortype-join-coefficients ^2.8.2
- @comunica/types ^2.8.2
- asyncjoin ^1.1.1
- @comunica/bindings-factory ^2.7.0
- @comunica/bus-rdf-join ^2.9.0
- @comunica/mediatortype-join-coefficients ^2.8.2
- @comunica/metadata ^2.8.2
- asynciterator ^3.8.1
- @comunica/bus-rdf-join ^2.9.0
- @comunica/mediatortype-join-coefficients ^2.8.2
- @comunica/bus-rdf-join ^2.9.0
- @comunica/mediatortype-join-coefficients ^2.8.2
- @comunica/types ^2.8.2
- asyncjoin ^1.1.1
- @comunica/bus-query-operation ^2.9.0
- @comunica/bus-rdf-join ^2.9.0
- @comunica/mediatortype-join-coefficients ^2.8.2
- @comunica/types ^2.8.2
- @rdfjs/types *
- @comunica/bus-query-operation ^2.9.0
- @comunica/bus-rdf-join ^2.9.0
- @comunica/mediatortype-join-coefficients ^2.8.2
- @comunica/types ^2.8.2
- @rdfjs/types *
- rdf-string ^1.6.1
- @comunica/actor-rdf-join-inner-multi-bind ^2.9.0
- @comunica/bus-query-operation ^2.9.0
- @comunica/bus-rdf-join ^2.9.0
- @comunica/context-entries ^2.8.2
- @comunica/mediatortype-join-coefficients ^2.8.2
- @comunica/types ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/bus-rdf-join ^2.9.0
- @comunica/mediatortype-join-coefficients ^2.8.2
- @comunica/types ^2.8.2
- asyncjoin ^1.1.1
- @comunica/bus-rdf-join-selectivity ^2.8.2
- @comunica/core ^2.8.2
- @comunica/mediatortype-accuracy ^2.8.2
- sparqlalgebrajs ^4.2.0
- @comunica/bus-rdf-metadata-accumulate ^2.8.2
- @comunica/core ^2.8.2