Current Behavior
I have some issues with loading Turtle-star to RDF4J 5.2.2 (to an empty Native Store created with default settings via the browser workbench)
First of all, I expected that blank nodes can be used in quoted triples, but the following raises a syntactic error (in the browser workbench) that [...] is not even allowed:
@prefix : <http://x.com/>.
:Peter :says <<:Paul :knows [ ] >>.
Secondly, and this might be an entirely different issue, I am not able to load Turtle-star at all in 5.2.2. The attempt to add the following in a repository, via the browser workbench...
@prefix : <http://x.com/>.
:Peter :says <<:Paul :age 20 >>.
...crashes with an exception message which suggests that it does not even apply the Turtle-star parser (as selected in the drop-down list from the Add RDF screen):
org.eclipse.rdf4j.repository.RepositoryException: org.eclipse.rdf4j.repository.RepositoryException: org.eclipse.rdf4j.sail.SailException: java.lang.IllegalArgumentException: value parameter should be a URI, BNode or Literal
Thanks,
Robert
Expected Behavior
I expected that the following Turtle-star can be added to a Native store repository:
@prefix : <http://x.com/>.
:Peter :says <<:Paul :knows [ ] >>.
:Peter :says <<:Paul :age 20 >>.
Steps To Reproduce
No response
Version
5.2.2
Are you interested in contributing a solution yourself?
None
Anything else?
No response
Current Behavior
I have some issues with loading Turtle-star to RDF4J 5.2.2 (to an empty Native Store created with default settings via the browser workbench)
First of all, I expected that blank nodes can be used in quoted triples, but the following raises a syntactic error (in the browser workbench) that [...] is not even allowed:
Secondly, and this might be an entirely different issue, I am not able to load Turtle-star at all in 5.2.2. The attempt to add the following in a repository, via the browser workbench...
...crashes with an exception message which suggests that it does not even apply the Turtle-star parser (as selected in the drop-down list from the Add RDF screen):
org.eclipse.rdf4j.repository.RepositoryException: org.eclipse.rdf4j.repository.RepositoryException: org.eclipse.rdf4j.sail.SailException: java.lang.IllegalArgumentException: value parameter should be a URI, BNode or Literal
Thanks,
Robert
Expected Behavior
I expected that the following Turtle-star can be added to a Native store repository:
Steps To Reproduce
No response
Version
5.2.2
Are you interested in contributing a solution yourself?
None
Anything else?
No response