You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#42 talks about using CONSTRUCT as source, but the discussion has become muddied with considerations about other reference formulations, so I'd like to post this as a separate question.
AFAIK, so far RML hasn't been thought about as an RDF transformation tool (RDF to RDF)
but as an RDFization tool (other formats to RDF).
So this idea is completely new to me.
IMHO the "best" RDF transformation tool is SPARQL
CONSTRUCT to dump data while reformatting it
UPDATE to reformat data inside a semantic database (a best practice is: INSEERT to another graph or repo)
If it's a good idea or not, that's a different discussion.
Back then we did it mostly to reuse URI identifier which already existed in other RDF graphs.
@andimou I don't dispute the value of rdf2rdf with rml.
The reason I raised this is so that we can have more examples, and iron out any small issues we may encounter.
@pmaria @DylanVanAssche @dachafra @andimou
#42 talks about using CONSTRUCT as source, but the discussion has become muddied with considerations about other reference formulations, so I'd like to post this as a separate question.
AFAIK, so far RML hasn't been thought about as an RDF transformation tool (RDF to RDF)
but as an RDFization tool (other formats to RDF).
So this idea is completely new to me.
IMHO the "best" RDF transformation tool is SPARQL
(https://gist.github.com/VladimirAlexiev/cf2de89b692bbc2ae70917aae021ec07 includes some complex examples of such queries)
Various RDFization tools take this approach:
The text was updated successfully, but these errors were encountered: