Skip to content

Commit ffc5c56

Browse files
authored
Merge pull request #13 from tpluscode/-2
add some libraries
2 parents 56856e9 + c60a5cc commit ffc5c56

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

‎index.html

+15
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,21 @@
209209
"name": "@ontologies/core",
210210
"description": "An RDF data factory for using ontologies in your JS projects",
211211
"implements": [ "DataFactory" ]
212+
}, {
213+
"@id": "https://.com/rdf-esm/formats-common",
214+
"name": "@rdf-esm/formats-common",
215+
"description": "A browser-friendly set of sinks (parsers and serializers) for common RDF formats",
216+
"implements": [ "Sink" ]
217+
}, {
218+
"@id": "https://.com/zazuko/rdfjs-elements/tree/master/packages/formats",
219+
"name": "@rdfjs-elements/formats-pretty",
220+
"description": "A browser-friendly set of sinks, with serializers optimized for pretty output",
221+
"implements": [ "Sink" ]
222+
}, {
223+
"@id": "https://.com/zazuko/rdfjs-elements",
224+
"name": "@rdfjs-elements",
225+
"description": "Web components for editing RDF",
226+
"implements": [ ]
212227
}
213228
]
214229
}]

0 commit comments

Comments
 (0)