« Utilisateur:Manongalat/exercices » : différence entre les versions

De ESCR
Aller à la navigation Aller à la recherche
(Page créée avec « <Ranman Evolution> <latitude> 48,7623 <Ranman Evolution> <longitude> 2,27359 <Ranman Evolution> <item> Spectroscopie Ranman <Li> <email> li@u-psud.fr <Li> <fn> 李 <Li>… »)
 
Aucun résumé des modifications
 
(6 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
<Ranman Evolution> <latitude> 48,7623
Exercice 1:
<Ranman Evolution> <longitude> 2,27359
<Ranman Evolution> <item>  Spectroscopie Ranman


<Li> <email> li@u-psud.fr
*<Ranman Evolution> <latitude>  48,7623
<Li> <fn> 李
 
<Li> <bday> 30/05/1977
*<Ranman Evolution> <longitude>  2,27359
 
*<Ranman Evolution> <item>  Spectroscopie Ranman
 
*<Li> <email> li@u-psud.fr
*<Li> <fn> 李
*<Li> <bday> 30/05/1977
 
 
 
Exercice 2:
 
 
*"<a plain literal>"@<eng>^^xsd:string
*"<bonjour>"@<fr>^^xsd:string
*"13"^^xsd:integer
*"true"^^xsd:boolean
*"3"^^xsd:integer
*"2011-05-30"^^xsd:date
*"2011-05-30T12:00:00Z"^^xsd:dateTime
 
 
Exercic3:
 
*<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 vcard: <http://www.w3.org/2006/vcard/ns#>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
 
<https://daap.eu/wiki/Lip(Sys)2/RamanEvolution_Spectrometer>
            geo:lat 48.7623 ;
            geo:long 2.27359 ;
            rdfs:label "RamanEvolution" ;
            rdf:type <http://daap.eu/wiki/Device> ;
            <http://daap.eu/wiki/Property:item> <https://www.wikidata.org/wiki/Q70906> ;
            <http://daap.eu/wiki/Property:pilotProcess> <http://daap.eu/wiki/User:Li> .
 
<http://daap.eu/wiki/User:Li>
            vcard:bday "2011-05-30"^^xsd:date ;
            vcard:fn  "李"@zh ;
            vcard:fn "Li"@fr ;
            vcard:email <li@u-psud.fr> .
 
<https://www.youtube.com/watch?v=LppehHsKxL4&feature=youtu.be>
            dcterms:subject <https://daap.eu/wiki/Lip(Sys)2/RamanEvolution_Spectrometer> .
 
</rdf>

Version actuelle datée du 30 septembre 2020 à 13:53

Exercice 1:

  • <Ranman Evolution> <latitude> 48,7623
  • <Ranman Evolution> <longitude> 2,27359
  • <Ranman Evolution> <item> Spectroscopie Ranman
  • <email> li@u-psud.fr
  • <fn> 李
  • <bday> 30/05/1977


Exercice 2:


  • "<a plain literal>"@<eng>^^xsd:string
  • "<bonjour>"@<fr>^^xsd:string
  • "13"^^xsd:integer
  • "true"^^xsd:boolean
  • "3"^^xsd:integer
  • "2011-05-30"^^xsd:date
  • "2011-05-30T12:00:00Z"^^xsd:dateTime


Exercic3:

  • 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 vcard: <http://www.w3.org/2006/vcard/ns#> 
    PREFIX dcterms: <http://purl.org/dc/terms/>
    PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
    
    <https://daap.eu/wiki/Lip(Sys)2/RamanEvolution_Spectrometer> 
                 geo:lat 48.7623 ;
                 geo:long 2.27359 ;
                 rdfs:label "RamanEvolution" ;
                 rdf:type <http://daap.eu/wiki/Device> ;
                 <http://daap.eu/wiki/Property:item> <https://www.wikidata.org/wiki/Q70906> ;
                 <http://daap.eu/wiki/Property:pilotProcess> <http://daap.eu/wiki/User:Li> .
    
    <http://daap.eu/wiki/User:Li>
                 vcard:bday "2011-05-30"^^xsd:date ;
                 vcard:fn  "李"@zh ;
                 vcard:fn "Li"@fr ;
                 vcard:email <li@u-psud.fr> .
    
    <https://www.youtube.com/watch?v=LppehHsKxL4&feature=youtu.be>
                 dcterms:subject <https://daap.eu/wiki/Lip(Sys)2/RamanEvolution_Spectrometer> .