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

template.locate.rul 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.

There is a newer version: 4.6.1
Show newest version


















prefix p:    
prefix r:    

template st:locate {
  """
  
  
      
  

""" } where { } ]]>
prefix o: prefix geo: template st:locateall { "var pos" st:number() " = new google.maps.LatLng(" str(?lat) "," str(?lon) ");" "var marker" st:number() "= new google.maps.Marker({ position: pos" st:number() ", map: map, icon: '/img/smarker.png' });" "google.maps.event.addListener(marker" st:number() ", 'click', function () {window.location.href = \"" st:call-template(st:link, ?in) "\";});" } where { ?in a o:Place . service { ?in p:longitude ?lon ; p:latitude ?lat } } pragma { kg:service kg:slice 50 } ]]>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy