-
Notifications
You must be signed in to change notification settings - Fork 3
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
zy/33 add turtle_utils #37
Conversation
lib/src/graph.dart
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there an opportunity that this function could go into it's own file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @gjwgit, need to have more explanations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
graph.dart
already has similar method parseTurtle(String fileContent);
Line 574 in 55fa67a
void parseTurtle(String fileContent) { |
This is a transfer of two functions from keypod - but requires generalisation. Let's close this for now, and other discussion underway. |
For issue RDFLIB: add getFileContent in rdfLib package.
And may need further discussion.