Difference between revisions of "Data:Lip(Sys)2/RamanProbe"
Jump to navigation
Jump to search
Sana Tfaili (talk | contribs) (Created page with "== Prefix == <rdf> prefix deviceLab: <http://daap.eu/wiki/Lip(Sys)2/> </rdf> <rdf > PREFIX daapSch: <http://daap.eu/wiki/Schema:> PREFIX daapProp: <http://daap.eu/wiki/Proper...") |
Karima Rafes (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Prefix == | == Prefix == | ||
<rdf> | <rdf> | ||
− | + | BASE <http://daap.dsi.universite-paris-saclay.fr/wiki/Lip(Sys)2/RamanProbe> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</rdf> | </rdf> | ||
<rdf> | <rdf> | ||
− | |||
− | |||
− | |||
− | |||
prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> | prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> | ||
+ | prefix owl: <http://www.w3.org/2002/07/owl#> | ||
+ | prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | ||
+ | prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> | ||
prefix vcard: <http://www.w3.org/2006/vcard/ns#> | prefix vcard: <http://www.w3.org/2006/vcard/ns#> | ||
+ | prefix xsd: <http://www.w3.org/2001/XMLSchema#> | ||
+ | |||
+ | prefix daap: <http://daap.dsi.universite-paris-saclay.fr/wiki/> | ||
+ | prefix user: <http://daap.dsi.universite-paris-saclay.fr/wiki/User:> | ||
+ | prefix daapd: <http://daap.dsi.universite-paris-saclay.fr/wiki/Data:Device#> | ||
</rdf> | </rdf> | ||
− | |||
== Data == | == Data == | ||
<rdf> | <rdf> | ||
− | + | <> | |
− | rdf:type | + | rdf:type daapd:Device ; |
rdf:type daap:Optical_Spectrometry ; | rdf:type daap:Optical_Spectrometry ; | ||
rdf:type daap:Raman_Spectrometry ; | rdf:type daap:Raman_Spectrometry ; | ||
− | + | daapd:pilotProcess <http://daap.dsi.universite-paris-saclay.fr/wiki/User:Ali_Tfayli> ; | |
rdfs:label "Raman Probe"@en ; | rdfs:label "Raman Probe"@en ; | ||
− | rdfs:seeAlso | + | rdfs:label "Raman Probe"@fr ; |
+ | rdfs:seeAlso <> ; | ||
geo:lat "48.762264"^^xsd:float ; | geo:lat "48.762264"^^xsd:float ; | ||
geo:long "2.273588"^^xsd:float ; | geo:long "2.273588"^^xsd:float ; | ||
− | vcard:organization-unit <http://daap. | + | vcard:organization-unit <http://daap.dsi.universite-paris-saclay.fr/wiki/Lip(Sys)2> . |
− | . | ||
</rdf> | </rdf> | ||
Line 38: | Line 35: | ||
{{#sparql: | {{#sparql: | ||
− | prefix deviceLab: <http://daap. | + | prefix deviceLab: <http://daap.dsi.universite-paris-saclay.fr/wiki/Lip(Sys)2/> |
select * where | select * where | ||
{ deviceLab:RamanProbe ?y ?z . } | { deviceLab:RamanProbe ?y ?z . } | ||
|cache=no | |cache=no | ||
}} | }} |
Latest revision as of 17:09, 14 November 2021
Prefix
BASE <http://daap.dsi.universite-paris-saclay.fr/wiki/Lip(Sys)2/RamanProbe>
prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#>
prefix owl: <http://www.w3.org/2002/07/owl#>
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix vcard: <http://www.w3.org/2006/vcard/ns#>
prefix xsd: <http://www.w3.org/2001/XMLSchema#>
prefix daap: <http://daap.dsi.universite-paris-saclay.fr/wiki/>
prefix user: <http://daap.dsi.universite-paris-saclay.fr/wiki/User:>
prefix daapd: <http://daap.dsi.universite-paris-saclay.fr/wiki/Data:Device#>
Data
<>
rdf:type daapd:Device ;
rdf:type daap:Optical_Spectrometry ;
rdf:type daap:Raman_Spectrometry ;
daapd:pilotProcess <http://daap.dsi.universite-paris-saclay.fr/wiki/User:Ali_Tfayli> ;
rdfs:label "Raman Probe"@en ;
rdfs:label "Raman Probe"@fr ;
rdfs:seeAlso <> ;
geo:lat "48.762264"^^xsd:float ;
geo:long "2.273588"^^xsd:float ;
vcard:organization-unit <http://daap.dsi.universite-paris-saclay.fr/wiki/Lip(Sys)2> .