« Utilisateur:Hugo G. Fernandez/Exercices » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 31 : | Ligne 31 : | ||
PREFIX daapUser: <http://daap.eu/wiki/User:> | PREFIX daapUser: <http://daap.eu/wiki/User:> | ||
PREFIX wd: <http://www.wikidata.org/entity/> | PREFIX wd: <http://www.wikidata.org/entity/> | ||
<http://daap.eu/wiki/Lip(Sys)2/RamanEvolution_Spectrometer> geo:lat 48.7623 ; | <http://daap.eu/wiki/Lip(Sys)2/RamanEvolution_Spectrometer> geo:lat 48.7623 ; | ||
geo:long 2.27359 ; | geo:long 2.27359 ; | ||
rdfs:label "RamanEvolution" ; | rdfs:label "RamanEvolution" ; | ||
rdf:type daap:Device ; | rdf:type daap:Device ; | ||
daapProp:item wd:Q70906 . | daapProp:item wd:Q70906 ; | ||
daapProp:pilotProcess daapUser:Li . | |||
</rdf> | </rdf> | ||
Version du 30 septembre 2020 à 13:50
Exercices de la session 30/09/2020
Exercice 1 : Triplets RDF :
- <Ultimate Instrument> <about> <Raman Evolution>
- <Raman Evolution> <latitude> 48.7623
- <Raman Evolution> <longitude> 2.27359
- <Raman Evolution> <item> <Spectroscopie Raman>
- <Raman Evolution> <pilot process> <.Li>
- <.Li> <bday> 30/05/1977
- <.Li> <email> li@u-psud.fr
- <.Li> <fullname> 李
Exercice 2 : écrire des littéraux :
- "<A plain litteral>"@en^^xds:string
- "<Bonjour>"@fr^^xds:string
- "<13>"^^xds:integer
- "<true>"^^xds:boolean
- "<3>"^^xds:integer
- "<4.2>"^^xds:decimal
- "<2011-05-30>"^^xds:date
- "<2011-05-30T12:00:00+02:00>"^^xds:dateTime
Exercice 3 : écrire un graphe en turtle :
PREFIX geo: <http://www.w3.org/2003/01/geo/wgs84_pos#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX daap: <http://daap.eu/wiki/>
PREFIX daapProp: <http://daap.eu/wiki/Property:>
PREFIX daapUser: <http://daap.eu/wiki/User:>
PREFIX wd: <http://www.wikidata.org/entity/>
<http://daap.eu/wiki/Lip(Sys)2/RamanEvolution_Spectrometer> geo:lat 48.7623 ;
geo:long 2.27359 ;
rdfs:label "RamanEvolution" ;
rdf:type daap:Device ;
daapProp:item wd:Q70906 ;
daapProp:pilotProcess daapUser:Li .
- <Ultimate Instrument> <about> <Raman Evolution>
- <Raman Evolution> <item> <Spectroscopie Raman>
- <Raman Evolution> <pilot process> <.Li>
- <.Li> <bday> 30/05/1977
- <.Li> <email> li@u-psud.fr
- <.Li> <fullname> 李