Fuseki SPARQL INSERT produces the “Error 400: SPARQL Query: No 'query=' parameter”

后端 未结 1 889
挽巷
挽巷 2020-12-12 01:03

I try to insert an individual into my ontology, but get the error:

Error 400: SPARQL Query: No \'query=\' parameter

Fuseki - version 2.4.1 (Build date: 2016         


        
相关标签:
1条回答
  • 2020-12-12 01:32

    What is your SPARQL endpoint address? It should end with /update (instead of /query):


    Available services are listed on http://example.com/dataset.html?tab=info&ds=/<dataset_name>:

    • Configuration file is %FUSEKI_HOME%/run/configuration/<dataset_name>.ttl
    • Access might be restricted in %FUSEKI_HOME%/run/shiro.ini
    0 讨论(0)
提交回复
热议问题