Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support GML in Geo view #234

Open
VladimirAlexiev opened this issue Jan 12, 2024 · 2 comments
Open

support GML in Geo view #234

VladimirAlexiev opened this issue Jan 12, 2024 · 2 comments

Comments

@VladimirAlexiev
Copy link

Related to #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
Copy link

elha23M commented Aug 15, 2024

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants