Pierre-Antoine Champin

Results 99 issues of Pierre-Antoine Champin

It would be great to have a command-line tool based on PyLD, for doing basing JSON-LD transformations. So I hacked one for my own purposes. It is here: https://gist.github.com/pchampin/9416e423efe9925adaee536a3abdaf4c Feel...

This issue is the same as https://github.com/digitalbazaar/jsonld.js/issues/435: The result compacting the IRI `http://localhost/@special` against base `http://localhost/` is `@special`, which looks like a keyword. The consequence is that the resulted compact...

Consider the following code: ``` python CTX={ "foo": "http://example.com/foo"} expanded = jsonld.expand({"fooo":"bar"}, {'expandContext': CTX}) ``` The result is an empty list, because "fooo" is not recognized by CTX. The fact...

It would be nice if YASR (at least the table and response tabs) supported the SPARQL-star result formats (i.e. where able to display bindings where some variables are bound to...

feature

It would be nice if YASQE supported the syntax of SPARQL-star. Note that the RDF-star CG report is now considered pretty stable (we are considering publishing a final report soon),...

feature

It would be great if YASGUI could access not only SPARQL endpoins but also Linked Data Fragment services. A good starting point would be here: https://github.com/LinkedDataFragments/Browser.js . Note that [I...

feature

**Is your feature request related to a problem? Please describe.** In my respec config, I have the following entry: ``` localBiblio: { "carroll-2003" : { title: "Signing RDF Graphs", authors:...

Feature request
High priority

Including github issues in a respec document is a great features, but Github is sometimes producing invalid HTML (see for example https://github.com/w3c/rdf-star/issues/121). Some of these errors occur in the text...

A lot of good ideas about how RDF could be improved have been brought up here. However, actually implementing those changes in the RDF specification would be a huge task,...

standards