Generates pre-defined or manual SPARQL queries to retrieve document ids from Cellar. List of available resource types: http://publications.europa.eu/resource/authority/resource-type . Note that not all resource types are compatible with default parameter values.
elx_make_query(
resource_type = c("any", "directive", "regulation", "decision", "recommendation",
"intagr", "caselaw", "manual", "proposal", "national_impl"),
manual_type = "",
directory = NULL,
sector = NULL,
include_corrigenda = FALSE,
include_celex = TRUE,
include_lbs = FALSE,
include_date = FALSE,
include_date_force = FALSE,
include_date_endvalid = FALSE,
include_date_transpos = FALSE,
include_date_lodged = FALSE,
include_force = FALSE,
include_eurovoc = FALSE,
include_citations = FALSE,
include_citations_detailed = FALSE,
include_author = FALSE,
include_directory = FALSE,
include_directory_code = FALSE,
include_sector = FALSE,
include_ecli = FALSE,
include_court_procedure = FALSE,
include_judge_rapporteur = FALSE,
include_advocate_general = FALSE,
include_court_formation = FALSE,
include_court_scholarship = FALSE,
include_court_origin = FALSE,
include_original_language = FALSE,
include_proposal = FALSE,
order = FALSE,
limit = NULL
)
A character string containing the SPARQL query
Type of resource to be retrieved via SPARQL query
Define manually the type of resource to be retrieved
Restrict the results to a given directory code
Restrict the results to a given sector code
If TRUE
, results include corrigenda
If TRUE
, results include CELEX identifier for each resource URI
If TRUE
, results include legal bases of legislation
If TRUE
, results include document date
If TRUE
, results include date of entry into force
If TRUE
, results include date of end of validity
If TRUE
, results include date of transposition deadline for directives
If TRUE
, results include date a court case was lodged with the court
If TRUE
, results include whether legislation is in force
If TRUE
, results include EuroVoc descriptors of subject matter
If TRUE
, results include citations (CELEX-labelled)
If TRUE
, results include citations (CELEX-labelled) with additional details
If TRUE
, results include document author(s)
If TRUE
, results include the label of the Eur-Lex directory code
If TRUE
, results include the Eur-Lex directory code
If TRUE
, results include the Eur-Lex sector code
If TRUE
, results include the ECLI identifier for court documents
If TRUE
, results include type of court procedure and outcome
If TRUE
, results include the Judge-Rapporteur
If TRUE
, results include the Advocate General
If TRUE
, results include the court formation
If TRUE
, results include court-curated relevant scholarship
If TRUE
, results include country of origin of court case
If TRUE
, results include authentic language of document (usually case)
If TRUE
, results include the CELEX of the proposal of the adopted legal act
Order results by ids
Limit the number of results, for testing purposes mainly
elx_make_query(resource_type = "directive", include_date = TRUE, include_force = TRUE)
elx_make_query(resource_type = "regulation", include_corrigenda = TRUE, order = TRUE)
elx_make_query(resource_type = "any", sector = 2)
elx_make_query(resource_type = "manual", manual_type = "SWD")
Run the code above in your browser using DataLab