We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12bf7e commit c782f24Copy full SHA for c782f24
README.md
@@ -50,7 +50,7 @@ This example fetches the RDF Schema vocab and loops over all quad using the data
50
For all `rdfs:label` quads the object value is written to the console.
51
52
```javascript
53
-const fetch = require('@rdfjs/fetch')
+import fetch from '@rdfjs/fetch'
54
55
const label = 'http://www.w3.org/2000/01/rdf-schema#label'
56
0 commit comments