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?
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:
What are
IRI1
,IRI2
andIRI3
expected to be?Naturally, I would expect that I can do:
and be done with it. But then, what about code and level? The NUTS codes have:
where the level is a literal. The range of
m8g:level
isskos: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:
But that seems weird. Is the instance of
m8g:AdminUnit
supposed to be something else thanhttp://data.europa.eu/nuts/code/CZ01
?