TriplyDB / Yasgui

Yet Another Sparql GUI
https://yasgui.triply.cc
MIT License
188 stars 55 forks source link

support GML in Geo view #234

Open VladimirAlexiev opened 9 months ago

VladimirAlexiev commented 9 months ago

Related to https://github.com/TriplyDB/Yasgui/issues/233:

I guess yasgui supports only WKT: from this query, only 1 (WKT) is displayed. Is it possible to also support GML, which is the other serialization format of GeoSPARQL 1.0?

PREFIX geo: <http://www.opengis.net/ont/geosparql#>
select * where { 
  values (?xTooltip ?x) {
    #("1" "Point(13.2927928 52.5555023)"^^geo:wktLiteral)
    ("2" "<gml:Point><gml:pos>13.2927928 52.5555023</gml:pos></gml:Point>"^^geo:gmlLiteral)
  }
}
elha23M commented 2 months ago

Hi please , I have the same question, The problem is that when I upload my ontology to the TriplyDB database, I can't visualize the geospatial data. They mention that there is no WKT literal (do they specifically expect geometries in WKT format?). In my ontology, I have GML format, and I know that GeoSPARQL accepts GML, but I’m unsure about YASGUI. Please if You have already fix this problem let me know how? thank you

nichtich commented 1 month ago

Which geo plugin do you refer to? The plugin doc and the source code don't include a geo plugin, so this seems to be the wrong repository. It should be possible to write a custom plugin based on wikimedia coordinates result view.