Utilisateur:Atay Elif/exercice

De ESCR
Aller à la navigation Aller à la recherche

Exercices 30/09/2020

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/>
PREFIX vcard: <http://www.w3.org/2006/vcard/ns#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX dcterms: <http://purl.org/dc/terms/>

<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 .
daapUser:Li vcard:bday "1977-05-30"^^xsd:date ;
            vcard:fn "李"@zh ;
            vcard:fn "Li"@en ;
            vcard:email "li@u-psud.fr" .
<https://youtu.be/LppehHsKxL4> dcterms:subject <http://daap.eu/wiki/Lip(Sys)2/RamanEvolution_Spectrometer> .
<Raman evolution> <latitude> 
<Raman evolution> <longitude>
<Raman evolution> <item>
<Ultimate Instrument> <about> <Raman evolution>
<Raman evolution> <pilot process>
<Li> <bday>
<Li> <full name>
<Li> <email>

"A plain literal"

"Bonjour"

"13"^^xsd:integer

"true"^^xsd:boolean

"3"^^xsd:integer

"4.2"^^xsd:decimal

"2011-05-30"^^xsd:date

"2011-05-30T12:00:00+01:00"^^xsd:dateTime