-
Notifications
You must be signed in to change notification settings - Fork 0
3.4 'sparql' endpoint
Jason Carvalho edited this page Jan 25, 2021
·
5 revisions
SPARQL query functionality is provided through the optional api-factory-sparql add-on:
https://github.com/mkdf/api-factory-sparql
Installtion requirements here...
- 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...