|
69 | 69 | "name": "graphy", |
70 | 70 | "description": "A collection of RDF libraries for JavaScript developers with a focus on performance and usability.", |
71 | 71 | "implements": [ "DataFactory", "Dataset" ] |
| 72 | + }, { |
| 73 | + "@id": "https://github.com/comunica/comunica", |
| 74 | + "name": "Comunica", |
| 75 | + "description": "Comunica is a highly modular and flexible meta query engine for the Web.", |
| 76 | + "implements": [ "DataFactory", "Source" ] |
| 77 | + }, { |
| 78 | + "@id": "https://github.com/rubensworks/jsonld-streaming-parser.js", |
| 79 | + "name": "JSON-LD Streaming parser", |
| 80 | + "description": "A fast and lightweight streaming JSON-LD parser for JavaScript.", |
| 81 | + "implements": [ "DataFactory", "Sink" ] |
| 82 | + }, { |
| 83 | + "@id": "https://github.com/rubensworks/rdfxml-streaming-parser.js", |
| 84 | + "name": "RDF/XML Streaming parser", |
| 85 | + "description": "A highly efficient streaming RDF/XML parser.", |
| 86 | + "implements": [ "DataFactory", "Sink" ] |
| 87 | + }, { |
| 88 | + "@id": "https://github.com/rubensworks/jsonld-context-parser.js", |
| 89 | + "name": "JSON-LD context parser", |
| 90 | + "description": "A generic JSON-LD context parser.", |
| 91 | + "implements": [ "DataFactory" ] |
| 92 | + }, { |
| 93 | + "@id": "https://github.com/rubensworks/rdf-test-suite.js", |
| 94 | + "name": "RDF Test Suite", |
| 95 | + "description": "Executes the RDF and SPARQL test suites.", |
| 96 | + "implements": [ "DataFactory" ] |
| 97 | + }, { |
| 98 | + "@id": "https://github.com/rubensworks/rdf-isomorphic.js", |
| 99 | + "name": "RDF Isomorphic", |
| 100 | + "description": "Determines if two RDF graphs are isomorphic.", |
| 101 | + "implements": [ "DataFactory" ] |
| 102 | + }, { |
| 103 | + "@id": "https://github.com/rubensworks/graphql-to-sparql.js", |
| 104 | + "name": "GraphQL to SPARQL", |
| 105 | + "description": "Converts GraphQL queries to SPARQL queries.", |
| 106 | + "implements": [ "DataFactory" ] |
| 107 | + }, { |
| 108 | + "@id": "https://github.com/rubensworks/jest-rdf", |
| 109 | + "name": "Jest RDF", |
| 110 | + "description": "Jest utilities for RDF(JS)", |
| 111 | + "implements": [ "DataFactory" ] |
| 112 | + }, { |
| 113 | + "@id": "https://github.com/rubensworks/rdf-object.js", |
| 114 | + "name": "RDF Object", |
| 115 | + "description": "Loads RDF as JSON objects.", |
| 116 | + "implements": [ "DataFactory" ] |
| 117 | + }, { |
| 118 | + "@id": "https://github.com/RubenVerborgh/LDflex", |
| 119 | + "name": "LDflex", |
| 120 | + "description": "A JavaScript DSL for querying Linked Data on the Web", |
| 121 | + "implements": [ "DataFactory" ] |
| 122 | + }, { |
| 123 | + "@id": "https://github.com/rubensworks/fetch-sparql-endpoint.js", |
| 124 | + "name": "Fetch SPARQL endpoint", |
| 125 | + "description": "A simple, lightweight module to send queries to SPARQL endpoints and retrieve their results in a streaming fashion.", |
| 126 | + "implements": [ "DataFactory" ] |
| 127 | + }, { |
| 128 | + "@id": "https://github.com/rubensworks/sparqlxml-parse.js", |
| 129 | + "name": "SPARQL/XML Parser", |
| 130 | + "description": "Parses SPARQL XML query results.", |
| 131 | + "implements": [ "DataFactory", "Sink" ] |
| 132 | + }, { |
| 133 | + "@id": "https://github.com/rubensworks/sparqljson-parse.js", |
| 134 | + "name": "SPARQL/JSON Parser", |
| 135 | + "description": "Parses SPARQL JSON query results.", |
| 136 | + "implements": [ "DataFactory", "Sink" ] |
| 137 | + }, { |
| 138 | + "@id": "https://github.com/rubensworks/rdf-quad.js", |
| 139 | + "name": "RDF Quad", |
| 140 | + "description": "A convenience constructor for RDF quads.", |
| 141 | + "implements": [ "DataFactory" ] |
| 142 | + }, { |
| 143 | + "@id": "https://github.com/rubensworks/rdf-string.js ", |
| 144 | + "name": "RDF String", |
| 145 | + "description": "Convenience functions for creating and serializing RDF terms and quads.", |
| 146 | + "implements": [ "DataFactory" ] |
72 | 147 | } |
73 | 148 | ] |
74 | 149 | }] |
|
0 commit comments