Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,21 @@
"name": "@ontologies/core",
"description": "An RDF data factory for using ontologies in your JS projects",
"implements": [ "DataFactory" ]
}, {
"@id": "https://github.com/rdf-esm/formats-common",
"name": "@rdf-esm/formats-common",
"description": "A browser-friendly set of sinks (parsers and serializers) for common RDF formats",
"implements": [ "Sink" ]
}, {
"@id": "https://github.com/zazuko/rdfjs-elements/tree/master/packages/formats",
"name": "@rdfjs-elements/formats-pretty",
"description": "A browser-friendly set of sinks, with serializers optimized for pretty output",
"implements": [ "Sink" ]
}, {
"@id": "https://github.com/zazuko/rdfjs-elements",
"name": "@rdfjs-elements",
"description": "Web components for editing RDF",
"implements": [ ]
}
]
}]
Expand Down