|
@@ -3,16 +3,25 @@ SpEndPoint
|
|
##########
|
|
##########
|
|
|
|
|
|
Creates a SPARQL endpoint supporting custom services.
|
|
Creates a SPARQL endpoint supporting custom services.
|
|
-Default access at `http://127.0.0.1:8000/gui`.
|
|
|
|
|
|
+Default access at `http://127.0.0.1:8000`.
|
|
|
|
+
|
|
|
|
+Currently supports 3 services:
|
|
|
|
+
|
|
|
|
+.. code-block::
|
|
|
|
+
|
|
|
|
+ dtf:outlier
|
|
|
|
+ dtf:example
|
|
|
|
+ dtf:conversion
|
|
|
|
|
|
Installation
|
|
Installation
|
|
------------
|
|
------------
|
|
|
|
|
|
-.. code-block:: shell
|
|
|
|
|
|
+..
|
|
|
|
+ .. code-block:: shell
|
|
|
|
|
|
- pip install spendpoint
|
|
|
|
|
|
+ pip install spendpoint
|
|
|
|
|
|
-or
|
|
|
|
|
|
+ or
|
|
|
|
|
|
.. code-block:: shell
|
|
.. code-block:: shell
|
|
|
|
|