You need install a software and set the following details to use your local computer as a SPARQL Endpoint. Here you are:
- Visit Jena Apache
- Instead of downloading the latest version (but requires something else, avoid the further details) hit Previous releases
- Hit Binaries
- Hit apache-jena-fuseki-3.17.0.zip and download.
- Exract apache-jena-fuseki-3.17.0, move it under your C:/ .Do not duplicate apache-jena-fuseki-3.17.0 folder.
- Create /ds or /data subfolder.
- Instead of downloading the latest version (but requires something else, avoid the further details) hit Previous releases
- Open the Command Prompt (CMD)
- Find the folder
- Open the folder and cd inside it.
- Execute fuseki-server --update --mem /ds instruction.
- Open any browser but Mozilla is recommended.
- Hit http://localhost:3030/
- Upload your Rdf (data).
- After you upload your own data, query on it.