« Utilisateur:Maxime Deboffle/ExerciceESGI 2020 10 09 » : différence entre les versions
Aller à la navigation
Aller à la recherche
(Page créée avec « <rdf> prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> prefix vcard: <http://www.w3.org/2006/vcard/ns#> pref… ») |
Aucun résumé des modifications |
||
(5 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 10 : | Ligne 10 : | ||
prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> | prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> | ||
prefix wd: <http://www.wikidata.org/entity/> | prefix wd: <http://www.wikidata.org/entity/> | ||
prefix xsd: <http://www.w3.org/2001/XMLSchema#> | |||
<http://daap.eu/wiki/Lip(Sys)2/RamanEvolution_Spectrometer> | <http://daap.eu/wiki/Lip(Sys)2/RamanEvolution_Spectrometer> | ||
rdfs:label "Raman Evolution"; | rdfs:label "Raman Evolution"; | ||
rdf:type daap:Device; | rdf:type daap:Device; | ||
geo:lat 48.7623; | geo:lat "48.7623"^^xsd:decimal; | ||
geo:long 2.27359; | geo:long "2.27359"^^xsd:decimal; | ||
daapProp:item wd:Q70906. | daapProp:item wd:Q70906; | ||
daapProp:pilotProcess daapUser:Li. | |||
<daapUser:Li> | |||
vcard:fn "李"@zh, "Li"@en; | |||
vcard:email <mailTo:li@u-psud.fr>; | |||
vcard:bday "30-05-1977"^^xsd:date. | |||
<https://youtu.be/LppehHsKxL4> | |||
dcterms:subject <http://daap.eu/wiki/Lip(Sys)2/RamanEvolution_Spectrometer>. | |||
</rdf> | </rdf> |
Version actuelle datée du 9 octobre 2020 à 08:51
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix vcard: <http://www.w3.org/2006/vcard/ns#>
prefix daap: <http://daap.eu/wiki/>
prefix daapProp: <http://daap.eu/wiki/Property:>
prefix daapUser: <http://daap.eu/wiki/User:>
prefix dcterms: <http://purl.org/dc/terms/>
prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#>
prefix wd: <http://www.wikidata.org/entity/>
prefix xsd: <http://www.w3.org/2001/XMLSchema#>
<http://daap.eu/wiki/Lip(Sys)2/RamanEvolution_Spectrometer>
rdfs:label "Raman Evolution";
rdf:type daap:Device;
geo:lat "48.7623"^^xsd:decimal;
geo:long "2.27359"^^xsd:decimal;
daapProp:item wd:Q70906;
daapProp:pilotProcess daapUser:Li.
<daapUser:Li>
vcard:fn "李"@zh, "Li"@en;
vcard:email <mailTo:li@u-psud.fr>;
vcard:bday "30-05-1977"^^xsd:date.
<https://youtu.be/LppehHsKxL4>
dcterms:subject <http://daap.eu/wiki/Lip(Sys)2/RamanEvolution_Spectrometer>.