-
Notifications
You must be signed in to change notification settings - Fork 9
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
capture a piece of JSON/XML as a literal #126
Comments
Hi @VladimirAlexiev ! I had a look at this issue and I also think it will just work because you can specify the data type with However, I'm a bit puzzled how it looks exactly if we want to add a test case for it. Do you have an example of input and expected RDF output? The referenced issues give only a faulty output as an example. I tried to reconstruct from those what you want, but please confirm or give another example: INPUT
OUTPUT
Moreover, this is RML-Core thing as we only deal in RML-IO with access to Sources and Targets, I moved this issue to the right repository. |
@VladimirAlexiev could you help us to define this test-case? |
Sorry forvthe delay @DylanVanAssche and @dachafra , I'll do this |
Sorry for the delay @DylanVanAssche and @dachafra , I'll do this |
An important case in GeoSPARQL is to capture fragments of the input XML (GML) or JSON (GeoJSON) as literals with custom datatypes:
geo:gmlLiteral, geo:geoJSONLiteral
.This happens when converting eg GML, CityGML; and JSON-FG, CityJSON to RDF.
I think this is easy with RML, but I just want to be sure. Is it possible to add test cases for it?
I faced that problem recently, so I wrote some issues for different tools:
The text was updated successfully, but these errors were encountered: