@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.public.lu/datasets/5c63eabc4384b079e2c28ded/> a dcat:Dataset ;
    dct:description "The EILAPI let you get data out of the Events in Luxembourg database. It's a HTTP-based API that apps and websites can use to programmatically query data. For more information please see our [Terms and conditions](https://eventsinluxembourg.lu/en/node/86477)." ;
    dct:identifier "5c63eabc4384b079e2c28ded" ;
    dct:issued "2019-02-13T11:00:28.637000"^^xsd:dateTime ;
    dct:modified "2019-05-13T14:09:13.729000"^^xsd:dateTime ;
    dct:title "Events in Luxembourg API" ;
    skos:altLabel "EILAPI" ;
    dcat:distribution <https://data.public.lu/datasets/5c63eabc4384b079e2c28ded/#resource-5b1ca241-4eb9-4ae0-861b-8194075316c0> ;
    dcat:keyword "eil",
        "eilapi",
        "evenement",
        "event",
        "events-in-luxembourg",
        "luxembourg" .

<https://data.public.lu/datasets/5c63eabc4384b079e2c28ded/#resource-5b1ca241-4eb9-4ae0-861b-8194075316c0> a dcat:Distribution ;
    dct:description """The EILAPI let you get data out of the Events in Luxembourg database. It's a HTTP-based API that apps and websites can use to programmatically query data.
To get the data from the API the following URL has to be called using a HTTP library, such as cURL and urllib, or directly in your browser.""" ;
    dct:format "json or xml" ;
    dct:identifier "5b1ca241-4eb9-4ae0-861b-8194075316c0" ;
    dct:issued "2019-02-13T11:05:36.905000"^^xsd:dateTime ;
    dct:modified "2019-02-13T11:05:36.905000"^^xsd:dateTime ;
    dct:rights "Other (Open)" ;
    dct:title "Events in Luxembourg API" ;
    dcat:accessURL <https://data.public.lu/fr/datasets/r/5b1ca241-4eb9-4ae0-861b-8194075316c0> ;
    dcat:downloadURL <https://api.eventsinluxembourg.lu/api/doc/> .

