Uploaded image for project: 'Apache Jena'
  1. Apache Jena
  2. JENA-2247

UI: Update the templates for dataset creation to be "new style".

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Jena 4.3.2
    • None
    • Fuseki
    • None

    Description

      Old:

       fuseki:serviceQuery                "sparql";
      

      which creates query on /dataset/sparql and /dataset.

      New, need to create both explicitly:

       fuseki:endpoint [ fuseki:operation fuseki:query ;  fuseki:name "sparql" ] ;
       fuseki:endpoint [ fuseki:operation fuseki:query ] ;
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            andy Andy Seaborne
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: