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

Allow blank nodes in N3 data #4

Merged
merged 1 commit into from
Jun 5, 2013
Merged

Allow blank nodes in N3 data #4

merged 1 commit into from
Jun 5, 2013

Conversation

pdpotter
Copy link
Contributor

@pdpotter pdpotter commented Jun 5, 2013

The regular expression /^\w+:/ used to check if the data contains a protocol name also selects blank nodes (e.g. _:b0).

To allow the use of blank nodes in N3 data, the underscore character should be removed from the regular expression selection: /^[a-zA-Z0-9]+:/.

RubenVerborgh added a commit that referenced this pull request Jun 5, 2013
Allow blank nodes in N3 data.
@RubenVerborgh RubenVerborgh merged commit 5eca008 into eyereasoner:master Jun 5, 2013
@RubenVerborgh
Copy link
Collaborator

Awesome, thanks! Deployed on eye.restdesc.org.

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

Successfully merging this pull request may close these issues.

None yet

2 participants