LinkedDataFragments / Client.js

[DEPRECATED] A JavaScript client for Triple Pattern Fragments interfaces.
http://linkeddatafragments.org/
Other
92 stars 35 forks source link

Support for GeoSPARQL #10

Closed akuckartz closed 4 years ago

akuckartz commented 9 years ago

GeoSPARQL support would be great. The subset supported by Apache Jena probably would be enough to make this useful.

RubenVerborgh commented 9 years ago

Hi @akuckartz,

Such a feature would definitely require server support to be executed efficiently—and in fact, it would be an interesting one. We would then need to define a server feature that, on top of triple pattern fragments, also allows to filter by location. In that sense, it's thus similar to #5.

@pietercolpaert might have plans to do such a geo interface for his research.

Ruben

elf-pavlik commented 9 years ago

:+1: i wonder if it relates in any way to https://github.com/geojson/geojson-ld/issues/28

akuckartz commented 9 years ago

@elf-pavlik Yes, that discussion is relevant, but I think that most of the work regarding LDF does not depend on the decisions which have yet to be made there.

akuckartz commented 7 years ago

See the paper Client-side Processing of GeoSPARQL Functions with Triple Pattern Fragments by Christophe Debruyne, Eamonn Clinton and Declan O’Sullivan.

They created an implementation: https://github.com/chrdebru/Client.js

Demo: http://theme-e.adaptcentre.ie/geo-tpf/

Can this be integrated into the LinkedDataFragments/Client.js ? @chrdebru

rubensworks commented 4 years ago

Following up in #411.