sttl.cdn.style.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.
prefix cn:
template cn:style(?in) {
if (?d <= 1000, "s09",
if (?d <= 1100, "s10",
if (?d <= 1200, "s11",
if (?d <= 1300, "s12",
if (?d <= 1400, "s13",
if (?d <= 1500, "s14",
if (?d <= 1600, "s15",
if (?d <= 1700, "s16",
if (?d <= 1800, "s17",
if (?d <= 1900, "s18", "s19"))))))))))
}
where {
bind(?in as ?d)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy