Point SPARQL

This portal offers users access to SPARQL, which can be consulted via requests HTTP-GET to the REST API specified in the portal configuration data.

This page has also been created to facilitate consultations and tests on the SPARQL access point, for example:

  • List of concepts used: SELECT DISTINCT ?concept WHERE { ?s a ?concept . } LIMIT 50

SPARQL specification language http://www.w3.org/TR/rdf-sparql-query/