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

sttl.calcontent.query.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.

There is a newer version: 4.6.1
Show newest version
#
# Display a calendar and a graph content
# Specify named template (st:dbpedia) to be called by calendar
#
template st:query {
  
  st:call-template(st:main)
  
}
where {
  # export to st:calendar (see st:calendar/st:date)
  bind (st:export(st:content, st:content) as ?c)
  bind (st:export(st:date, st:dbpedia)    as ?d)
  
  bind (st:set(st:allyear, true) as ?a)
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy