« Utilisateur:Atay Elif/exercice » : différence entre les versions

De ESCR
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
Exercices 30/09/2020
Exercices 30/09/2020
<rdf>


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#>
<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 .
</rdf>
<pre>
<pre>
<Raman evolution> <latitude>  
<Raman evolution> <latitude>  
Ligne 19 : Ligne 40 :
"13"^^xsd:integer
"13"^^xsd:integer


"True"
"true"^^xsd:boolean


"3"^^xsd:integer
"3"^^xsd:integer


"4.2"
"4.2"^^xsd:decimal


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


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

Version du 30 septembre 2020 à 13:55

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#>

<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 .
<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