rete
playground
Select
Baculard d'Arnaud's novels, by year, with genre
Work
Year
Genre
Le bal de Venise @en
1751
fictional prose @en
Anne Bell @en
1769
fictional prose @en
Adelson et Salvini @en
1772
fictional prose @en
Epreuves du sentiment, Ermanc…
1775
fictional prose @en
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
19 rows · 14 ms · no server, no download — the query runs in your browser.
The query
PREFIX wdt: <http://data.mimotext.uni-trier.de/prop/direct/> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?work ?year ?genre WHERE { ?author rdfs:label ?aName . FILTER(LANG(?aName)="en" && CONTAINS(?aName,"Baculard")) ?w wdt:P5 ?author ; rdfs:label ?work . FILTER(LANG(?work)="en") OPTIONAL { ?w wdt:P9 ?d . BIND(YEAR(?d) AS ?year) } OPTIONAL { ?w wdt:P12 ?g . ?g rdfs:label ?genre FILTER(LANG(?genre)="en") } } ORDER BY ?year
rete playground
·
documentation
·
github.com/caviri/rete