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

Confusing example #51

Open
wschella opened this issue Jun 15, 2017 · 1 comment
Open

Confusing example #51

wschella opened this issue Jun 15, 2017 · 1 comment

Comments

@wschella
Copy link

In the Linked Data Publishing Section, specifically following slides: 1 2 3 4 (Static blob).

The mapping from

{ "Performance" :
  { "Perf_ID": "567",
    "Venue": { "Name": "Vooruit", "Venue_ID": "78" },
    "Location": { "longitude": "3.725379", "latitude": "51.0477644" } },
}

to

<http://ex.com/venues/78>
    geo:long 3.725379;
    geo:lat 51.0477644.

<http://ex.com/venues/91>
    geo:long 3.728515;
    geo:lat 51.056008.

is made.

This is a decent example to demonstrate the flexibility and power of RML, but might be a bit confusing in demonstrating it's concepts and goals, since the original and new data model are different1. If this is intentional, a footnote might be in it's place.

1: The original data model seems 'wrong' as to not include the geolocation attributes as part of the venue; it includes them in the performance itself.

@RubenVerborgh
Copy link
Owner

Thanks! Definitely intentional, and cases like the above are actually quite common. Will think for a good footnote.

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

2 participants