reteplayground
Select

The earliest records (15th-16th century)

TitleDateArchive+1
Tumbo B. Libro de privilegios…01/01/1400ARCHIVO CATEDRAL DE S…
Libro blanco, tomo I. @es01/01/1400ARCHIVO CATEDRAL DE S…
Libro blanco, tomo II. @es01/01/1400ARCHIVO CATEDRAL DE S…
Libro blanco, tomo III. @es01/01/1400ARCHIVO CATEDRAL DE S…
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 100 rows · 859 ms · 1.5 MB of 10.9 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX a: <https://albala.icolombina.es/arcas/ns#> PREFIX dct: <http://purl.org/dc/terms/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?title ?date ?archive ?signatura WHERE { ?r a a:ArchivalRecord ; dct:title ?title ; dct:date ?date ; a:inArchive ?ar ; a:signatura ?signatura . ?ar rdfs:label ?archive . FILTER(REGEX(?date, "1[45][0-9][0-9]$")) } ORDER BY ?date LIMIT 100

rete playground · documentation · github.com/caviri/rete