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

Add property "legalMaterial" to describe statistical classifications #141

Open
tfrancart opened this issue Jul 27, 2021 · 6 comments
Open

Comments

@tfrancart
Copy link
Contributor

tfrancart commented Jul 27, 2021

INSEE has insee:legalMaterial (http://rdf.insee.fr/def/base#legalMaterial)

Indicate that ELI can be used as a value : https://eur-lex.europa.eu/eli-register/about.html

See http://rdf.insee.fr/sparql/describe?uri=http%3A%2F%2Frdf.insee.fr%2Fdef%2Fbase%23legalMaterial&type=Predicate&default-graph-uri=data

@ChLaaboudi
Copy link

In Eurostat, we use eli:based_on for referencing the legal basis.
Example:
:cn2021 a skos:ConceptScheme;
skos:prefLabel "Combined Nomenclature, 2021 (CN 2021)"@en;
eli:based_on "http://data.europa.eu/eli/reg_impl/2020/1577/oj"^^xsd:anyURI, "http://data.europa.eu/eli/reg_impl/2020/2159/oj"^^xsd:anyURI.

@tfrancart
Copy link
Contributor Author

Hello Christine

As eli:based_on has a domain declared on eli:Work (in latest ELI ontology, maybe not yet officially released), this implicitly makes the ConceptScheme a FRBR Work; which is not entirely wrong, in a sense.
Relying on eli:based_on would have the advantage of relying on something with a wider scope than an INSEE-specific property. @FranckCo do you have an opinion ?

@FranckCo
Copy link
Member

FranckCo commented Mar 1, 2022

Hello

I agree that eli:based_on is preferable.

tfrancart added a commit that referenced this issue Mar 1, 2022
@tfrancart
Copy link
Contributor Author

This is adressed in commit 5a0fbae

@tfrancart
Copy link
Contributor Author

@ChLaaboudi warning, the values must be URI, not literals with datatype xsd:anyURI, so :

:cn2021 a skos:ConceptScheme;
skos:prefLabel "Combined Nomenclature, 2021 (CN 2021)"@en;
eli:based_on <http://data.europa.eu/eli/reg_impl/2020/1577/oj>, <http://data.europa.eu/eli/reg_impl/2020/2159/oj">.

@ChLaaboudi
Copy link

@tfrancart Thanks for the feedback. We are going to implement it.

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

3 participants