Skip to content

Commit d9a9bfe

Browse files
authored
adding my @tpluscode/* packages (#9)
* adding my @tpluscode/* packages * Update index.html
1 parent b832fdf commit d9a9bfe

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,21 @@
184184
"name": "RDF Dereference",
185185
"description": "Dereference any URL for its RDF contents",
186186
"implements": [ "DataFactory", "Sink" ]
187+
}, {
188+
"@id": "https://github.com/tpluscode/rdf-string",
189+
"name": "@tpluscode/rdf-string",
190+
"description": "The easiet way possible to stringify RDF/JS terms",
191+
"implements": [ "Dataset" ]
192+
}, {
193+
"@id": "https://github.com/tpluscode/rdf-ns-builders",
194+
"name": "@tpluscode/rdf-ns-builders",
195+
"description": "Wrappers of @rdfjs/namespace for common vocabularies. Includes Typescript declarations of vocabulary terms extracted from their respective sources",
196+
"implements": [ "DataFactory" ]
197+
}, {
198+
"@id": "https://github.com/tpluscode/sparql-builder",
199+
"name": "@tpluscode/sparql-builder",
200+
"description": "A high level API to simply the construction of SPARQL queries",
201+
"implements": [ "DataFactory" ]
187202
}
188203
]
189204
}]

0 commit comments

Comments
 (0)