[esip-semantictech] Example Drone Data Available as RDF

Mcgibbney, Lewis J (398M) Lewis.J.Mcgibbney at jpl.nasa.gov
Wed Apr 12 20:00:36 EDT 2017


Hi Folks,
Andrea and Jane pointed me towards some example Drone data [0] which I started playing around with yesterday.
I converted the CSV CO2Meter profile logs (generated by the drone) to Turtle [1] using the Apache Any23 CSV extraction algorithm [2] and made it available in the ESIP COR [3]. This allows simple SPARQL [4] queries to be made using the GUI [5].
The simple sample query below gives us the first ten results from the dataset which have CO2 Concentrations (parts-per-million) of greater than 500 ppm

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX morning1: <file:/usr/local/ESIPDroneClusterSoftware/example/morning1.csv>
SELECT * WHERE {
  ?sub morning1:Co2Ppm ?value .
  FILTER (?value > 500) .
}
LIMIT 10

If anyone would like to learn how I created the Turtle manifestation of the CSV data then let me know and I can detail.
Lewis

[0] https://github.com/ESIPFed/ESIPDroneClusterSoftware/tree/master/example
[1] https://www.w3.org/TeamSubmission/turtle/
[2] http://any23.apache.org/dev-csv-extractor.html
[3] http://cor.esipfed.org/ont/~lmcgibbn/morning1v2
[4] https://www.w3.org/TR/sparql11-query/
[5] http://cor.esipfed.org/ont/sparql


Dr. Lewis John McGibbney Ph.D., B.Sc.
Data Scientist II
Computer Science for Data Intensive Applications Group 398M
Jet Propulsion Laboratory
California Institute of Technology
4800 Oak Grove Drive
Pasadena, California 91109-8099
Mail Stop : 158-256C
Tel:  (+1) (818)-393-7402
Cell: (+1) (626)-487-3476
Fax:  (+1) (818)-393-1190
Email: lewis.j.mcgibbney at jpl.nasa.gov

           [cid:image001.png at 01D2B3AE.4D2EA670]

 Dare Mighty Things
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.deltaforce.net/pipermail/esip-semanticweb/attachments/20170413/329350a4/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 3425 bytes
Desc: image001.png
URL: <http://lists.deltaforce.net/pipermail/esip-semanticweb/attachments/20170413/329350a4/attachment.png>


More information about the esip-semanticweb mailing list