michalovadek / eurlex

An R package for retrieving official data on European Union laws and policies
https://michalovadek.github.io/eurlex/
35 stars 4 forks source link

return title via SPARQL query #30

Open michalovadek opened 1 year ago

michalovadek commented 1 year ago

it should be possible to return document titles via SPARQL queries, but need to move from WORK to EXPRESSION (language)

michalovadek commented 1 year ago

WORK to EXPRESSION query bit:

OPTIONAL{?exp cdm:expression_belongs_to_work ?s. ?exp cdm:expression_title ?title. ?exp cdm:expression_uses_language http://publications.europa.eu/resource/authority/language/ENG} }