All Downloads are FREE. Search and download functionalities are using the official Maven repository.

query.map.rq Maven / Gradle / Ivy

Go to download

Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1 Query and Update, Shacl. STTL. LDScript.

The newest version!
#
# Variables ?location ?lon ?lat with transform st:map
# generate a map available as Linked Result
#
prefix geo: 
@browse
select * where {
    values ?location {
        
        
        
        
        
        
        
        
        
    }
    service  {
        service  {
            ?location geo:lat ?lat ; geo:long ?lon
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy