John Walker

Results 34 issues of John Walker

**In which part of the interface would this feature applies?** [x] 1. Load your data [ ] 2. Choose a chart [ ] 3. Mapping [ ] 4. Customize [...

enhancement

Related to #2671 I see that release 14.0 includes [httpequivs.ttl](https://github.com/schemaorg/schemaorg/blob/main/data/releases/14.0/httpequivs.ttl) where `owl:equivalentClass` is used to relate the http: and https: resources, for example: ```turtle @prefix owl: . @prefix schema_p: ....

When I compact this input document: ``` { "@id": "http://example.com/this", "http://purl.org/dc/terms/date": "abc123" } ``` Against this context: ``` { "@context": { "http://purl.org/dc/terms/date": { "@type": "http://www.w3.org/2001/XMLSchema#dateTime" } } } ``` The...

Given a query like where a variable is a substring of another variable name ``` select * where { [] rdfs:label ?__label ; skos:prefLabel ?__label2 . } ``` If the...

To help with debugging queries, it would be handy to be able to retrieve the actual instantiated query text that grlc sends to the endpoint based on the parameterization. Whilst...

Opening this to continue discussion from #331 about handling of name clashes for endpoints that may arise if the 'local' names of sparql queries are the same. Let's say I...

Related to #304 some of our users have begun to use the `.csv` extension on the request URLs to directly access the results in CSV format. We are using Amazon...

Some users are asking if it is possible to add support for looking up multiple values for a parameter in a single request. For example, given the query: ``` PREFIX...

## Expected Behavior On the project homepage https://github.com/AKSW/RDFUnit the latest release (currently v0.8.23) should be shown. ## Actual Behavior Currently v0.7.4 is shown as the latest release. ## Steps to...

I am trying to use the playground to load JSON-LD from a host that requires authentication. Although I am authenticated against those hosts in my browser, the requests from the...

playground