image-for-given-year
Simple query to retrieve an image from the IISG knowledge graph based on year as input for period start.
Created 10 months ago, 3 versions
ei
uses precified variables
https://triply.cc/docs/yasgui
PREFIX foaf: http://xmlns.com/foaf/0.1/ PREFIX iisgv: https://iisg.amsterdam/vocab/ PREFIX schema: http://schema.org/ PREFIX rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# PREFIX rdfs: http://www.w3.org/2000/01/rdf-schema# SELECT * WHERE { ?photo rdf:type schema:Photograph . ?photo foaf:depiction ?photo_detail . ?photo_detail foaf:thumbnail ?widgetImage .
} LIMIT 10
Created 2 years ago, no versions
Dialect-regions
V2: Retrieves dialect regions, plots them on a map, with an on-click label of the dialect
V3: Adds a ink to an image of the map used to create this data. Note that, although lost in the original data, we can link the source back in, in the query.
Created 4 years ago, 4 versions