sttl.calcontent.query.rq Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of corese-core Show documentation
Show all versions of corese-core Show documentation
Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1
Query and Update.
#
# 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