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

replace some transformations by SPARQL-UPDATE transformations #24

Open
janpolowinski opened this issue May 22, 2014 · 2 comments
Open

Comments

@janpolowinski
Copy link
Owner

@janpolowinski
Copy link
Owner Author

one example could be to create a labeling relation for all literals:

UPDATE ...
?go :labeled_with ?newLabelRelation .
?newLabelRelation :labeling_label ?newLabel .
WHERE ....

@janpolowinski
Copy link
Owner Author

See also #129

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

1 participant