« Etablissement » : différence entre les versions
Aller à la navigation
Aller à la recherche
(Page créée avec « Un établissement... ») |
Aucun résumé des modifications |
||
(Une version intermédiaire par le même utilisateur non affichée) | |||
Ligne 1 : | Ligne 1 : | ||
Un établissement... | Un établissement... | ||
{{#sparql: | |||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | |||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | |||
PREFIX vcard: <http://www.w3.org/2006/vcard/ns#> | |||
PREFIX escr: <https://data.escr.fr/wiki/Data:> | |||
select | |||
?id | |||
where { | |||
GRAPH <https://data.escr.fr/data> { | |||
?id a escr:Etablissement . | |||
} | |||
} | |||
}} | |||
{{#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
Un établissement...
id |
---|
https://data.escr.fr/wiki/ESGI |
https://data.escr.fr/wiki/Lycée_Le_Corbusier |
https://data.escr.fr/wiki/Université_Paris-Saclay |
22:53:58 21/11/2024 -- Actualiser -- Durée de la requête :0.03s -- CSV |