-
Notifications
You must be signed in to change notification settings - Fork 66
Fixing Turtle examples #70
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
Conversation
@jasnell i needed to remove from all examples use of RDF lists in turtle |
last two examles blocked by #71 and rdf-ext/rdf-ext#17 |
after super fast updates to jsonld.js and rdf-ext by their authors, now we have working tests to prove all 24 Turtle examples matching exactly their JSON-LD equivalents 👯 |
I'd appreciate if you could squash them down, would make it easier to review. Thank you! |
@jasnell maybe you can just cherry-pick it from elf-pavlik@141059a |
I can also make a new pull request if you find it easier this way... |
squashed commits from this branch also available in PR with fixes for RDFa examples #75 |
@elf .. thank you. I'll look at getting these merged in next week. |
I fixed examples 1 & 3 and would like to get some feedback before moving on with it, so no need to merge it until i fix all the other turtle examples!
you can run
npm test
rel #65