« Utilisateur:Olivier Vandestoc/ExerciceESGI 2020 10 09 » : différence entre les versions

De ESCR
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 5 : Ligne 5 :
prefix daapProp: <http://daap.eu/wiki/Property:>  
prefix daapProp: <http://daap.eu/wiki/Property:>  
prefix wd: <http://www.wikidata.org/entity/>  
prefix wd: <http://www.wikidata.org/entity/>  
prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#>
prefix xsd: <http://www.w3.org/2001/XMLSchema#>


<http://daap.eu/wiki/Lip(Sys)2/RamanEvolution_Spectrometer> rdfs:label "RamanEvolution";
<http://daap.eu/wiki/Lip(Sys)2/RamanEvolution_Spectrometer> rdfs:label "RamanEvolution";
                                                             rdf:type daap:Device;
                                                             rdf:type daap:Device;
                                                             daapProp:item wd:Q70906.
                                                             daapProp:item wd:Q70906;
 
                                                            geo:lat "48,7623"^^xsd:decimal;
                                                            geo:long "2,27359"^^xsd:decimal.
                                                             #daapProp:pilotProcess  
                                                             #daapProp:pilotProcess  
</rdf>
</rdf>

Version du 9 octobre 2020 à 08:42

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 wd: <http://www.wikidata.org/entity/> 
prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> 
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