Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A text with SPARQL variable syntax in a string is interpreted as a SPARQL variable #36

Open
hhv opened this issue Mar 14, 2025 · 0 comments

Comments

@hhv
Copy link

hhv commented Mar 14, 2025

I am not sure if this is the right repository for this. I am trying to load a lot of JSON-LD into Fluree and in one of the chunks that I am uploading I see this:

    "http://linkeddata.overheid.nl/terms/heeftZaaknummer" : {
      "@value" : "?WB 09"
    },
    "rdfs:label" : {
      "@value" : "ECLI:NL:RBUTR:2011:2694 - Rechtbank Utrecht, 06-10-2011 / ?WB 09"
    },
    "http://purl.org/dc/terms/title" : {
      "@value" : "ECLI:NL:RBUTR:2011:2694 - Rechtbank Utrecht, 06-10-2011 / ?WB 09"
    },

This generate an error:

[{:type clojure.lang.ExceptionInfo
fluree-1              |    :message "Parsing failure due to: variable ?WB 09 is not bound in where nor values clause.

Errr... it is very well possible that I do not know enough JSON-LD but this seems odd to me. Is that a correct interpretation of the data by Fluree?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant