« Etablissement » : différence entre les versions

De ESCR
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
 
Ligne 16 : Ligne 16 :
}  
}  


}}
{{#sparql:PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
select  ?object ?objectLabel ?sup
where {
        ?object wdt:P31 wd:Q3079027 .
        ?object wdt:P17 wd:Q142 .
        ?object wdt:P2046 ?sup
# Doc : https://www.mediawiki.org/wiki/Wikidata_query_service/User_Manual#Label_service
# SELECT ?variableLabel ?variableAltLabel  ?variableDescription
SERVICE wikibase:label {
    bd:serviceParam wikibase:language "en,fr" .
  }
}
order by ?sup
LIMIT 20
| endpoint = https://query.wikidata.org/sparql
| chart=bordercloud.visualization.DataTable
| options=
| log=2
}}
}}

Version actuelle datée du 5 octobre 2020 à 13:28