Skip to content

Commit 99695fe

Browse files
authored
Add reference to rdf-dereference-store in README
1 parent 15f2b4f commit 99695fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This tool is useful in situations where you have a URL,
1010
and you just need the _parsed triples/quads_,
1111
without having to concern yourself with determining the correct content type and picking the correct parser.
1212

13-
RDF contents are returned as an _RDF stream_ with [RDFJS](http://rdf.js.org/)-compliant quads.
13+
RDF contents are returned as an _RDF stream_ with [RDFJS](http://rdf.js.org/)-compliant quads. If you would prefer a [`DatasetCore`](https://rdf.js.org/dataset-spec/#datasetcore-interface) return type see [rdf-dereference-store](https://www.npmjs.com/package/rdf-dereference-store).
1414
This library takes care of all the necessary boilerplate automatically,
1515
such as content negotiation for getting appropriate RDF serialization, decompression, following redirects, setting base URLs, and so on.
1616
If the server did not emit any content type, then the content type will be guessed based on well-known extensions.

0 commit comments

Comments
 (0)