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 841440c commit 792f3ebCopy full SHA for 792f3eb
index.html
@@ -45,12 +45,12 @@
45
}, {
46
"@id": "#libraries",
47
"breadcrumb": [{
48
- "@id": "/data-model/",
+ "@id": "https://github.com/rdfjs-base/data-model",
49
"name": "@rdfjs/data-model",
50
"description": "Basic implementation of RDFJS Data Model.",
51
"implements": [ "DataFactory" ]
52
53
- "@id": "/dataset/",
+ "@id": "https://github.com/rdfjs-base/dataset",
54
"name": "@rdfjs/dataset",
55
"description": "Basic implementation of RDFJS Dataset.",
56
"implements": [ "Dataset" ]
0 commit comments