query-acdfe159712c7034f7da90bf5a17d370
Mostrar combinadament propietats i qualificadors, sense que formin part del filtre SELECT DISTINCT ?item ?itemLabel ?participant ?participantLabel ?data_d_inici ?gestor ?gestorLabel ?representantLabel ?delimitat_per ?delimitat_perLabel ?mapa_localitzador WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } ?item wdt:P31 wd:Q15221623. OPTIONAL { ?item wdt:P710 ?participant. } OPTIONAL { ?item wdt:P580 ?data_d_inici. } OPTIONAL { ?item wdt:P4777 ?delimitat_per. } OPTIONAL { ?item wdt:P242 ?mapa_localitzador. } OPTIONAL { ?item p:P710 ?p710stm. ?p710stm ps:P710 ?catalogCode; pq:P137 ?gestor; pq:P1875 ?representant. } ?sitelink schema:about ?item; schema:inLanguage "ca". } LIMIT 100
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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
# Mostrar combinadament propietats i qualificadors, sense que formin part del filtre
SELECT DISTINCT ?item ?itemLabel ?participant ?participantLabel ?data_d_inici ?gestor ?gestorLabel ?representantLabel ?delimitat_per ?delimitat_perLabel ?mapa_localitzador WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?item wdt:P31 wd:Q15221623.
OPTIONAL { ?item wdt:P710 ?participant. }
OPTIONAL { ?item wdt:P580 ?data_d_inici. }
OPTIONAL { ?item wdt:P4777 ?delimitat_per. }
OPTIONAL { ?item wdt:P242 ?mapa_localitzador. }
OPTIONAL {
?item p:P710 ?p710stm.
?p710stm ps:P710 ?catalogCode;
pq:P137 ?gestor;
pq:P1875 ?representant.
}
?sitelink schema:about ?item;
schema:inLanguage "ca".
}
LIMIT 100