tdt / core

Transform any dataset into an HTTP API with The DataTank
http://thedatatank.com
83 stars 31 forks source link

Filtering in DCAT #402

Open tthoeye opened 8 years ago

tthoeye commented 8 years ago

Similar to #383, is it possible to introduce filtering in the DCAT feed? (api/dcat)

akuckartz commented 8 years ago

SPARQL ?

coreation commented 8 years ago

We don't store our DCAT in a triple store directly, we build it on the fly based on the meta-data we have, just to keep this a light weight platform.

pietercolpaert commented 8 years ago

@tthoeye: what I do is add the DCAT resource as a source for tdt/triples. This way it also becomes available in Triple Pattern Fragments which allows you to do use the linked data fragments client on top of it

tthoeye commented 8 years ago

Thanks @pietercolpaert. Unfortunately we'll need to find another way for datatank.stad.gent because we can't administer our TDT directly.

coreation commented 8 years ago

So you'd see the dcat feed like the api/info endpoint? In this endpoint you can pass dataset=xxx/yyyy and get the relevant dataset info back.