Skip to content

Instantly share code, notes, and snippets.

PREFIX acto: <http://vocab.linkeddata.es/datosabiertos/def/cultura-ocio/agenda#>\
PREFIX s: <http://schema.org/>\
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\
PREFIX ns: <http://www.w3.org/2006/vcard/ns#>\
SELECT DISTINCT ?uri ?title ?startDate ?endDate ?startTime ?endTime ?horario ?tipo min(?latitud) as ?latitud min(?longitud) as ?longitud
WHERE { ?uri a acto:Evento.
OPTIONAL{ ?uri rdfs:label ?title}.
OPTIONAL {?uri s:subEvent ?subEvent.}