|
I made a OWL ontology using Protege, and I need to access it through PHP to make some SPARQL query. How do I create a local endpoint so I can call the ontology from PHP? |
|
Triplestores are usually what you are looking for in this type of situation. Which one depends on your specific needs - http://en.wikipedia.org/wiki/Triplestore. see also - http://answers.semanticweb.com/questions/12589/triple-store-for-new-users I have no affiliation or particular affinity to it, but Fuseki is probably the quickest and easiest way to get a triplestore up and running. |


Have you looked into any of the PHP based API's for the above? Or are you considering some?
Actually i'm trying SPARQL Lib from http://graphite.ecs.soton.ac.uk/sparqllib/ But i'm facing a problem in the connection due to the absence of the endpoint