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

Problem with Prefix and Offline RDF generation #15

Open
Nadzy opened this issue Oct 21, 2014 · 0 comments
Open

Problem with Prefix and Offline RDF generation #15

Nadzy opened this issue Oct 21, 2014 · 0 comments

Comments

@Nadzy
Copy link

Nadzy commented Oct 21, 2014

Hi,
working with Karma v2.023, I've noticed that by making my online model and exporting triples through the interface, I get a different result than using the corrispondant published R2RML model, with the Offline generator. Here's an example:

Through Karma Web:
http://www.disit.org/km4city/resource/Abetone1405339154000 http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.disit.org/km4city/schema#WeatherReport .
http://www.disit.org/km4city/resource/Abetone14053391540001giorno http://www.disit.org/km4city/schema#uv "4"^^http://www.w3.org/2001/XMLSchema#integer .

Through Offline Generator:
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.disit.org/km4city/schema#WeatherReport .
http://www.disit.org/km4city/schema#uv "4"^^http://www.w3.org/2001/XMLSchema#integer .

As you can see, the subject profix is missing for RDF triples generated Offline...
can anyone tell me why this happens?

thank you so much! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant