3.4 'sparql' endpoint - mkdf/api-factory GitHub Wiki
SPARQL query functionality is provided through the optional api-factory-sparql add-on:
https://github.com/mkdf/api-factory-sparql
Installation requirements:
Installtion requirements here...
Notes for installing SPARQL add-on module
- Ensure you are running at least v0.7.4 of api-factory which includes support for add-on modules
- From the root of your API Factory installation, run: composer require mkdf/api-factory-sparql
- Copy the additional sparql configuration from config/autoload/local.php.dist into your main local.php file, specifying the location and port number for your Blazegraph installation and also any prefix that is used for graph namespaces (as configured in rdf.uploader)
- Uncomment 'APIF\Sparql' from config/modules.config.php
##Usage
Usage docs here...