SEMICeu / CCCEV

Repository for the specifications falling under CCCEV
18 stars 7 forks source link

Retrieving data via data.europa.eu/sparql #44

Closed ioggstream closed 1 year ago

ioggstream commented 2 years ago

I expect

to retrieve vocabularies from the data.europa.eu/sparql endpoint

Because

I want to integrate and validate information and vocabularies with the ones provided by this repo

Reproduce

The following query returns an empty result.

select distinct * where {
<http://data.europa.eu/m8g/Criterion> ?p ?q
} LIMIT 100
bertvannuffelen commented 2 years ago

The data.europa.eu sparql endpoint only contains DCAT-AP instances from whole Europe.

Therefore the result is empty, as expected.