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

n10s.rdf.import.inline doesn't work for JSON-LD #267

Open
zero0nee opened this issue Aug 23, 2022 · 2 comments
Open

n10s.rdf.import.inline doesn't work for JSON-LD #267

zero0nee opened this issue Aug 23, 2022 · 2 comments

Comments

@zero0nee
Copy link

zero0nee commented Aug 23, 2022

First of all: I love the Neosemantics library, so thank you for building it and maintaining it. You are doing a great service for the entire semantic web community. <3

Now to the problem. When running n10s.rdf.import.inline to import a JSON-LD string, using Neo4j 4.4.9 and Neosemantics 4.4.0.1, I get the error message:

`Failed to invoke procedure 'n10s.rdf.import.inline': Caused by: java.lang.NoSuchMethodError: 'com.fasterxml.jackson.core.util.JacksonFeatureSet com.fasterxml.jackson.core.JsonParser.getReadCapabilities()'

How to reproduce:

  1. Install Neo4j 4.4.9
  2. Go to http://localhost:7474/browser/
  3. Run
CALL n10s.rdf.import.inline('{"@type": "Actor", "@id": "http://test.io/olcaId/0044417a-cd8e-447c-8205-d158af171f81", "@context": "http://test.github.io/olca-schema/context.jsonld"}','JSON-LD');
  1. Get the above error message.
@sebplorenz
Copy link

This seems to be a duplicate of #259

@zero0nee
Copy link
Author

zero0nee commented Nov 1, 2022

Update: This seems to be solved when I use Neo4j 4.4.12 and Neosemantics 4.4.0.2. If it is indeed solved, you might want to close this issue.

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

2 participants