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

How to use m8g:AdminUnit with NUTS? #36

Open
jakubklimek opened this issue Apr 14, 2023 · 0 comments
Open

How to use m8g:AdminUnit with NUTS? #36

jakubklimek opened this issue Apr 14, 2023 · 0 comments

Comments

@jakubklimek
Copy link

I am unclear on how exactly to use m8g:AdminUnit with NUTS published by the EU Publications Office.

Let's say I have an address and I want to map it to NUTS http://data.europa.eu/nuts/code/CZ01.
I have:

<#Address> a locn:Address ;
   m8g:adminUnit <IRI1> .
<IRI1> a m8g:AdminUnit ;
   m8g:code <IRI2> ;
   m8g:level <IRI3> .

What are IRI1, IRI2 and IRI3 expected to be?

Naturally, I would expect that I can do:

<#Address> a locn:Address ;
   m8g:adminUnit <http://data.europa.eu/nuts/code/CZ01> .

and be done with it. But then, what about code and level?
The NUTS codes have:

<http://data.europa.eu/nuts/code/CZ01> <http://data.europa.eu/nuts/level> 2 .

where the level is a literal. The range of m8g:level is skos:Concept though, so it should be an IRI. Is there a NAL for levels of adminUnits to be used?

And what about the code? Sure, I can do:

<#Address> a locn:Address ;
   m8g:adminUnit <http://data.europa.eu/nuts/code/CZ01> .
<http://data.europa.eu/nuts/code/CZ01> a m8g:AdminUnit ;
   m8g:code <http://data.europa.eu/nuts/code/CZ01>.

But that seems weird. Is the instance of m8g:AdminUnit supposed to be something else than http://data.europa.eu/nuts/code/CZ01?

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