Lucentia
Research Group
English
|
Español
Inicio
Formación
Introducción a BI
Novedades
Miembros
Productos
DashFromQL
World Bank Visualization
London Elecrtricity Consumption
Docencia/Tesis
Investigación
Publicaciones
Proyectos
Contacto
RDF-SPARQL query-based Dashboards
End-point:
WorldBank (SPARQL 1.1, Fuseki)
WorldBank (federated example)
DBpedia (SPARQL 1.0, Virtuoso)
Lucentia (SPARQL 1.0, Virtuoso)
Query:
PREFIX xsd:
PREFIX skos:
PREFIX sdmx-dimension:
PREFIX sdmx-measure:
PREFIX qb:
PREFIX year:
PREFIX property:
PREFIX indicator:
PREFIX country:
PREFIX g-meta:
PREFIX g-indicators:
SELECT ?refPeriod ?refLocation ?obsValue WHERE { GRAPH g-indicators: { ?observation a qb:Observation ; property:indicator indicator:SL.UEM.TOTL.ZS ; sdmx-dimension:refArea ?countryURI ; sdmx-dimension:refPeriod ?refPeriodURI ; sdmx-measure:obsValue ?obsValue . BIND(SUBSTR(STR(?refPeriodURI), 38, 4) AS ?refPeriod) FILTER (xsd:int(?refPeriod) = 1995 || xsd:int(?refPeriod) = 2000 || xsd:int(?refPeriod) = 2005 || xsd:int(?refPeriod) = 2009) FILTER (?countryURI = country:ES || ?countryURI = country:FR || ?countryURI = country:GB || ?countryURI = country:DE ) } GRAPH g-meta: { ?countryURI skos:prefLabel ?refLocation . } } ORDER BY ASC(?refPeriod) LIMIT 40
Select items:
Social Widgets
powered by
AB-WebLog.com
.