zazuko / SPEX

SPEX is designed to introspect data within SPARQL endpoints, leveraging the self-describing nature of RDF-based data to enhance your comprehension of the underlying schema.
https://spex.zazuko.com
MIT License
31 stars 3 forks source link

Review SPARQL query #13

Closed martinmaillard closed 4 years ago

martinmaillard commented 4 years ago

https://github.com/zazuko/endpoint-explorer/blob/44991c21fc42c530ee8de398b6a485bc57d74a0b/src/endpoint.js#L53

ktk commented 4 years ago

Looks good to me.

My queries for creating SHACL shapes are a bit more verbose as I try to create a "complete" shape of the data, including sh:in lists etc.

I use CONSTRUCT but I don't think we would gain anything right now by doing that so not a problem IMO.