Use Case: Sparklis

Introductie

Sparklis is een query-builder in natuurlijke taal waarmee mensen SPARQL-eindpunten kunnen verkennen en bevragen met alle kracht van SPARQL en zonder enige kennis van SPARQL, noch van het eindpuntvocabulaire. Het is een open-source client-side applicatie ontwikkeld door Sébastien Ferré.

Voorbeeldquery’s voor Sparklis

BAG

  1. Buildings given a construct year.

    give me every pand
    whose oorspronkelijk bouwjaar is 2020

  2. Number of buildings given a construct year.

    give me every pand
    whose oorspronkelijk bouwjaar is 2020
    And give me the number of pand

  3. Buildings given a range of construct year.

    give me every pand whose oorspronkelijk bouwjaar is lower or equal to 1998

  4. The building with a postcode and housenumber.

    give me every pand that is the pandrelatering of something whose hoofdadres
    has a postcode that is 7311KZ
    and has as a huisnummer 110

  5. Buildings in a municipality.

    give me every pand that is the pandrelatering of something whose hoofdadres has a bijbehorende openbare ruimte whose bijbehorende woonplaats has as a naam woonplaats Apeldoorn

Kadaster Knowledge Graph

  1. Subtypes of buildings with a postcode.

    give me every pand
    that is the sf overlaps of something that has a type
    and that is the pandrelatering of something whose hoofdadres has as a postcode 7513ER

BRT

  1. Registerations of prisons.

    give me every gevangenis

  2. Registerations of castles.

    give me every kasteel

Tutorial

Om jullie hiermee op weg te helpen hebben wij twee tutorials voor Sparklis gemaakt.

Video 1

Figuur 1 ― Video tutorial 1 voor het gebruik van Sparklis.

Video 2

Figuur 2 ― Video tutorial 2 voor het gebruik van Sparklis.