We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following query should return names of location from geonames
PREFIX gn: <http://www.geonames.org/ontology#> PREFIX bont: <http://ontology.bonsai.uno/core#> SELECT DISTINCT ?g ?name WHERE { ?a bont:location ?loc . BIND( IRI(?loc) as ?g) . BIND ( CONCAT(?loc, "/about.rdf") as ?ser) . ?g gn:shortName ?name . }
at the moment this seems not to be possible
The text was updated successfully, but these errors were encountered:
I'll check this out tomorrow, Friday or during the weekend.
Sorry, something went wrong.
Ah, the geonames should be in the db for it to be queryable?
kuzeko
mmr2187
No branches or pull requests
The following query should return names of location from geonames
at the moment this seems not to be possible
The text was updated successfully, but these errors were encountered: