Linked Data Elements at COL
Interacting with example data in a linked data environment with emphasis on the SPARQL endpoint
Press → key to advance.
Having issues seeing the presentation? Read the disclaimer
Other graphs in the pipeline
Approaches for Demo Phase
Approaches for Production
SPARQL end point SPARQL is a topic unto itself!
SELECT ?uri
WHERE {
?uri skos:related <http://oceandrilling.org/codices/lsh/171/1049/C> .
}
PREFIX chronos: <http://www.chronos.org/loc-schema#>
SELECT ?uri ?long ?lat
WHERE {
?uri skos:related <http://oceandrilling.org/codices/lsh/171> .
?uri geo:long ?long .
?uri geo:lat ?lat .
}
Approaches for Testing
Examples of negotiating URI's (Accept:Vary)
A few items to consider