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

Turtle parse error in converter #277

Closed
ecow opened this issue Feb 15, 2017 · 2 comments
Closed

Turtle parse error in converter #277

ecow opened this issue Feb 15, 2017 · 2 comments

Comments

@ecow
Copy link

ecow commented Feb 15, 2017

Hi,
strange turtle parsing error using the converter:

this generates one triple (ok):

@prefix foaf: <http://xmlns.com/foaf/0.1/> .
<urn:a:b> foaf:primaryTopic [] .

this generates an error: (Error! Turtle Parse Error: expected an RDF value here, found ']' on line 3, column 1):

@prefix foaf: <http://xmlns.com/foaf/0.1/> .
<urn:a:b> foaf:primaryTopic [
] .
@njh njh added the bug label Aug 2, 2020
@k00ni
Copy link
Contributor

k00ni commented Oct 21, 2020

Can you test it again with the latest version please?

@njh
Copy link
Collaborator

njh commented Mar 9, 2021

I tested this using https://www.easyrdf.org/converter - running version 1.1.1 and it seems to be fixed.

Input:

@prefix foaf: <http://xmlns.com/foaf/0.1/> .
<urn:a:b> foaf:primaryTopic [] .

Output (N-Triples):

<urn:a:b> <http://xmlns.com/foaf/0.1/primaryTopic> _:genid1 .

@njh njh closed this as completed Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants