Skip to content

Commit 841440c

Browse files
authored
Merge pull request #5 from megoth/rdflib.js
Adding rdflib.js to list of libraries
2 parents 1310135 + cf2654b commit 841440c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎index.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,15 @@
140140
"description": "A convenience constructor for RDF quads.",
141141
"implements": [ "DataFactory" ]
142142
}, {
143-
"@id": "https://.com/rubensworks/rdf-string.js ",
143+
"@id": "https://.com/rubensworks/rdf-string.js",
144144
"name": "RDF String",
145145
"description": "Convenience functions for creating and serializing RDF terms and quads.",
146146
"implements": [ "DataFactory" ]
147+
}, {
148+
"@id": "https://.com/linkeddata/rdflib.js",
149+
"name": "rdflib.js",
150+
"description": "Javascript RDF library for browsers and Node.js.",
151+
"implements": [ "DataFactory" ]
147152
}
148153
]
149154
}]

0 commit comments

Comments
 (0)