Triply Academy

academy
Created on Sep 12th, 2018
Members

order-by-aggregate

Created 2 months ago, 1 version

implicit-grouping

Created 2 months ago, 1 version

all

Created 7 months ago, 1 version

Pokémon types

Created a year ago, 1 version

federated-construct

Created 2 years ago, 4 versions

templated-construct

Created 2 years ago, 5 versions

Gallery-html

Created 3 years ago, 2 versions

Gallery-basic

Created 3 years ago, 3 versions

values-clause

Created 3 years ago, 2 versions

union-basic

Created 3 years ago, 5 versions

Coalesce

Created 3 years ago, 2 versions

Nested-optionals

Created 3 years ago, 1 version

Basic-optional

Een voorbeeld van een optional query.

Created 3 years ago, 4 versions

Display flower countries Gallery

Created 3 years ago, 6 versions

construct-describe-1-custom

Similar to this construct query, but showing the flexibility of returning some results that are deeper in the graph.

This is the flexibility, and therefore predictability, that construct query provide. This makes them a good replacement for the less predictable describe queries.

Created 3 years ago, 2 versions

construct-describe-1-outlinks

This construct query is similar to this describe query, but has predictable results.

Created 3 years ago, 2 versions

describe-2

Created 3 years ago, 2 versions

describe-1

Created 3 years ago, 2 versions

geo-within-query

Created 4 years ago, 5 versions

aggregate-evidence

Created 4 years ago, 2 versions

nested-aggregate

Aggregate functions can be nested, e.g., to calculate the maximum count.

Created 4 years ago, 2 versions

Hiding grouping variables

Purpose

For grouping it is necessary to include the grouped by variables in the projection. If such a variable is not wanted in the outer projection, this can be solved with a sub-select. The only purpose of the outer select is to curate the variables that are supposed to be returned.

Created 4 years ago, 2 versions

HTML templating

Use {{variable}} notation in order to include string representations of bindings into HTML strings. This allows human-readable HTML content to be generated from within a SPARQL query. (This is a Triple-specific feature.)

Notice that the HTML string is itself semantically described as a literal with datatype IRI rdf:HTML.

You can press the "Gallery" result set view in order to display a gallery view of the returned HTML widgets. The gallery widget requires that the HTML strings are bound to variable ?widget.

Created 4 years ago, 4 versions

1-7

Binding a variable

The bind keyword allows variables to be introduced that do not appear in a graph pattern.

Created 4 years ago, 1 version

html-literal

Created 4 years ago, 2 versions

group-pattern-abbreviations

Created 4 years ago, 2 versions