Skip to content

[BUG] Issue with SPARQL path in Fuseki documentation #702

@ibrahimfathy2

Description

@ibrahimfathy2

Community Note

  • Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Describe the bug

%%graph_notebook_config
{
  "host": "localhost",
  "port": 3030,
  "ssl": false,
  "sparql": {
    "path": "ds/sparql"
  }
}

This config found in graph-notebook/tree/main/additional-databases/fuseki didn't run the queries successfully, the only config that succeeded was path: "ds" not "ds/sparql"

  • OS: [Dockerfile]
  • Browser: [Google Chrome]
  • Graph Notebook Version: [3.7.3]
  • Apache Jena Fuseki Version: 5.1.0

To Reproduce
Steps to reproduce the behavior:

  1. Create a new cell
  2. write
%%sparql --expand-all
SELECT ?s ?p ?o
WHERE { ?s ?p ?o }
  1. Run
  2. Throws an error {'error': AttributeError("'DataFrame' object has no attribute 'map'")}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Resolved

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions