query-9c5169bce3ef6d1d23e9c932d7a6a92f
title:Tipografe italiane compattato SELECT ?tipografa ?tipografaLabel ?tipografaDescription (GROUP_CONCAT(DISTINCT ?occupazioneLabel) AS ?occupations) (GROUP_CONCAT(DISTINCT ?luogo_lavLabel) AS ?luogolav) ?floruit (MIN(?data_inizio) as ?inizio) (MAX(?data_fine) as ?fine) WHERE { ?tipografa wdt:P5008 wd:Q109646556. Optional {?tipografa wdt:P106 ?occupazione}. Optional {?tipografa wdt:P2031 ?data_inizio}. Optional {?tipografa wdt:P2032 ?data_fine}. Optional {?tipografa wdt:P1317 ?floruit}. Optional {?tipografa wdt:P937 ?luogo_lav}. SERVICE wikibase:label { bd:serviceParam wikibase:language "it". ?tipografa rdfs:label ?tipografaLabel . ?luogo_lav rdfs:label?luogo_lavLabel. ?tipografa schema:description ?tipografaDescription. ?occupazione rdfs:label ?occupazioneLabel } }
GROUP BY ?tipografa ?tipografaLabel ?tipografaDescription ?floruit
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title:Tipografe italiane compattato
SELECT ?tipografa ?tipografaLabel ?tipografaDescription (GROUP_CONCAT(DISTINCT ?occupazioneLabel) AS ?occupations) (GROUP_CONCAT(DISTINCT ?luogo_lavLabel) AS ?luogolav) ?floruit (MIN(?data_inizio) as ?inizio) (MAX(?data_fine) as ?fine)
WHERE
{
?tipografa wdt:P5008 wd:Q109646556.
Optional {?tipografa wdt:P106 ?occupazione}.
Optional {?tipografa wdt:P2031 ?data_inizio}.
Optional {?tipografa wdt:P2032 ?data_fine}.
Optional {?tipografa wdt:P1317 ?floruit}.
Optional {?tipografa wdt:P937 ?luogo_lav}.
SERVICE wikibase:label {
bd:serviceParam wikibase:language "it".
?tipografa rdfs:label ?tipografaLabel .
?luogo_lav rdfs:label?luogo_lavLabel.
?tipografa schema:description ?tipografaDescription.
?occupazione rdfs:label ?occupazioneLabel
}
}
GROUP BY ?tipografa ?tipografaLabel ?tipografaDescription ?floruit