« Utilisateur:Michee Magbodu/exercices » : différence entre les versions
Aller à la navigation
Aller à la recherche
(Page créée avec « 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:… ») |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
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/> | |||
<rdf> | |||
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> | prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> | ||
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | ||
Ligne 24 : | Ligne 29 : | ||
"Li"@en. | "Li"@en. | ||
<https://youtu.be/LppehHsKxL4> | |||
dcterms:subject <http://daap.eu/wiki/Lip(Sys)2/RamanEvolution_Spectrometer>. | |||
</rdf> |
Version actuelle datée du 9 octobre 2020 à 09:21
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 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 vcard: <http://www.w3.org/2006/vcard/ns#>
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 "RamanEvolution";
rdf:type daap:Device;
daapProp:item wd:Q70906;
geo:lat "48.7623"^^xsd:decimal;
geo:long "2.27359"^^xsd:decimal;
daapProp:pilotProcess daapUser:Li.
<daapUser:Li>
vcard:email <mailto:li@upsud.fr>;
vcard:bday "1977-05-30"^^xsd:date;
vcard:fn "李"@zh,
"Li"@en.
<https://youtu.be/LppehHsKxL4>
dcterms:subject <http://daap.eu/wiki/Lip(Sys)2/RamanEvolution_Spectrometer>.