query-56e1e85c9b61e7a4bccd0313e18faa88

rq turtle/ttl

Description des groupements intercommunaux neuchâtelois SELECT DISTINCT ?item ?Groupement ?itemDescription ?Domaine ?Siège ?Création ?Dissolution ?URL ?Successeur WHERE { ?item wdt:P31/wdt:P279* wd:Q65934161. OPTIONAL {?item wdt:P856 ?URL. } #cherche le site web s'il existe OPTIONAL {?item wdt:P159 ?siege; OPTIONAL {?siege rdfs:label ?Siège. filter(lang(?Siège)="fr") } OPTIONAL {?item wdt:P101 ?domaine; OPTIONAL {?domaine rdfs:label ?Domaine. filter(lang(?Domaine)="fr") } OPTIONAL {?item wdt:P571 ?Création.} #cherche la date de création si elle existe OPTIONAL {?item wdt:P576 ?Dissolution.} #cherche la date de dissolution si elle existe OPTIONAL {?item wdt:P1366 ?successeur; OPTIONAL {?successeur rdfs:label ?Successeur. filter(lang(?Successeur)="fr") } #cherche la nouvelle entité si le groupement a été remplacé
SERVICE wikibase:label {bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr" .} ?item rdfs:label ?Groupement. }

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Description des groupements intercommunaux neuchâtelois
SELECT DISTINCT ?item ?Groupement ?itemDescription ?Domaine ?Siège ?Création ?Dissolution ?URL ?Successeur
WHERE {
  ?item wdt:P31/wdt:P279* wd:Q65934161.
  OPTIONAL {?item wdt:P856 ?URL. } #cherche le site web s'il existe
  OPTIONAL {?item wdt:P159 ?siege; OPTIONAL {?siege rdfs:label ?Siège. filter(lang(?Siège)="fr") }
  OPTIONAL {?item wdt:P101 ?domaine; OPTIONAL {?domaine rdfs:label ?Domaine. filter(lang(?Domaine)="fr") }
  OPTIONAL {?item wdt:P571 ?Création.} #cherche la date de création si elle existe
  OPTIONAL {?item wdt:P576 ?Dissolution.} #cherche la date de dissolution si elle existe
  OPTIONAL {?item wdt:P1366 ?successeur; OPTIONAL {?successeur rdfs:label ?Successeur. filter(lang(?Successeur)="fr") } #cherche la nouvelle entité si le groupement a été remplacé  
SERVICE wikibase:label {bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr" .}
    ?item rdfs:label ?Groupement.
}

Query found at