-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ilm gkm conversion #15
Conversation
Still making some tweaks here. |
@JasonLo This is probably fine to merge for now as a v0.1 of the gkm conversion. Do you want to talk about adding this to an endpoint? |
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.
so, I basically can just use get the ttl from ttl = graph_to_ttl_string(triplet_to_rdf(triplet))
and append it to the demo? It seems easy enough.
also, probably we want to close #7 ? |
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.
nice work
@JasonLo yes thats exactly it. I'll merge and close. |
GKM conversion code.
The idea is to feed in a triplet and get the serialized GKM TTL back.