Deep Earth Academy Review: Presentation on COL Data Management Efforts
Douglas Fils
dfils@oceandrilling.org (email) @fils (twitter)
Press → key to advance.
View presentation at: http://goo.gl/fvsg0
Too much talk already lets try something.. then see what we did...
but show me what else it can do...
We can cast to formats like JSON for
MIT's SIMILE
http://data.oceandrilling.org/labs/exhibit/taxon.html
SPARQL end point SPARQL is a topic unto itself! (Visual SPARQL builder: http://data.oceandrilling.org/isparql/)
SELECT ?uri
WHERE {
?uri skos:related <http://data.oceandrilling.org/codices/lsh/171/1049/C> .
}
PREFIX chronos: <http://www.chronos.org/loc-schema#>
SELECT ?uri ?long ?lat
WHERE {
?uri skos:related <http://data.oceandrilling.org/codices/lsh/171> .
?uri geo:long ?long .
?uri geo:lat ?lat .
}