« 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 31 : Ligne 31 :
[[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 ;
{{#sparql:
          wdt:P18 ?image ;
PREFIX bd: <http://www.bigdata.com/rdf#>
          wdt:P166 ?nobel .
PREFIX wikibase: <http://wikiba.se/ontology#>
  ?nobel wdt:P279 wd:Q7191 .
PREFIX wd: <http://www.wikidata.org/entity/>
  ?winner p:P166 ?statement .
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
  ?statement pq:P585 ?when .
 
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
  FILTER(YEAR(?when) = 2019)
 
}  
SELECT  
ORDER BY DESC(?year) ?nobelLabel ?winnerLabel
  (YEAR(?date) as ?year)
limit 100
  (CONCAT('<a href=\'',?link,'\'>',?label,'</a>') as ?html)
  ?video
WHERE {
    ?object wdt:P31 wd:Q11424 ;
            wdt:P577 ?date ;
            wdt:P10 ?video ;
            rdfs:label ?label .
 
    FILTER (langMatches(lang(?label), 'en'))
 
    BIND(replace( xsd:string(?object),
    'http://www.wikidata.org/entity/',
    'https://www.wikidata.org/wiki/Special:GoToLinkedPage/frwiki/') as ?link)
}
ORDER BY ASC(?date)
LIMIT 5
| endpoint = https://query.wikidata.org/sparql
| endpoint = https://query.wikidata.org/sparql
| chart=bordercloud.visualization.DataTable
| chart=bordercloud.visualization.DataTable
| options=colstyle=col2_img_max-width:175px;
| options=colstyle=col2_video_max-width:250px;
| log=2
| log=2
}}
}}

Version actuelle datée du 23 avril 2021 à 07:49

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