« Utilisateur:Karima Rafes » : différence entre les versions

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


[[Utilisateur:Karima_Rafes/ExerciceESGI_2020_10_09_exercice| Exercice ESGI]]
[[Utilisateur:Karima_Rafes/ExerciceESGI_2020_10_09_exercice| Exercice ESGI]]
{{#sparql:PREFIX p: <http://www.wikidata.org/prop/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?nobelLabel  ?winnerLabel ?image WHERE {
  ?winner wdt:P31 wd:Q5 ;
          wdt:P18 ?image ;
          wdt:P166 ?nobel .
  ?nobel wdt:P279 wd:Q7191 .
  ?winner p:P166 ?statement .
  ?statement pq:P585 ?when .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
 
  FILTER(YEAR(?when) = 2019)
}
ORDER BY DESC(?year) ?nobelLabel ?winnerLabel
limit 100
| endpoint = https://query.wikidata.org/sparql
| chart=bordercloud.visualization.DataTable
| options=colstyle=col2_img_max-width:175px;
| log=2
}}

Version du 12 mars 2021 à 09:29

Je suis enseignante du module Web sémantique à l'ESGI et au sein du Master 2 MF de l'Université de Paris-Saclay.

Enseignante
Rafes Karima


Référent CFCR 2021
ESGI
Classe Electif Web sémantique
à contacter par email.


Référent CFCR 2021
Université Paris-Saclay
Classe Master 2 matériaux fonctionnels et applications
à contacter par email.


Exercice Exercice2

Exemple de page projet

Exercice ESGI