Twinkle: A SPARQL Query Tool

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

1 comments

Comments 1 - 1 of 1 previous next Post a comment

  • guest60bf41 guest60bf41 2 years ago
    How do you run SPARQL against local OWL files. I tried but it did'nt work
Post a comment
Embed Video
Edit your comment Cancel

1 Favorite

Twinkle: A SPARQL Query Tool - Presentation Transcript

  1. Twinkle: A SPARQL Query Tool Leigh Dodds, Oxford SWIG, March 2008 Photo Credit: Glen Bowman
  2. What Is It? A GUI for writing and running SPARQL queries
  3.  
  4. Data Sources Local Files Remote Files Jena Databases Any combination of these
  5. SPARQL Endpoints Complete SPARQL Client Useful pre-configured sources, e.g. DBPedia
  6. But Wait, There’s More RDFS and OWL Inferencing Jena Rules Engine And any combination
  7.  
  8. Demonstration (Where It All Goes Wrong)
  9. The Secret Sauce ARQ SPARQL query engine The Jena Assembler API
  10. Jena Assembler API Declaratively describe how to build a Jena Model URIs, Databases Add default content Apply schemas, reasoning
    • :periodicTable a ja:MemoryModel
    • ; ja:content [
    • ja:externalContent
    • <http://www.daml.org/2003/01/periodictable/PeriodicTable.owl>
    • ]
    • ; rdfs:label &quot;Periodic Table&quot;
    • .
    Config Example
    • :nlm ja:modelName &quot;nlm-data&quot;
    • ; ja:connection :nlm-connection
    • ; rdfs:label &quot;NLM Data&quot;
    • .
    • :nlm-connection
    • ja:dbURL <jdbc:mysql://127.0.0.1:3306/facet>
    • ; ja:dbClass &quot;com.mysql.jdbc.Driver&quot;
    • ; ja:dbType &quot;MySQL&quot;
    • ; ja:dbUser &quot;facet&quot;
    • ; ja:dbPassword “*********&quot;
    Config Example (2)
    • <http://dbpedia.org/sparql> a sources:Endpoint
    • ; sources:defaultGraph &quot;http://dbpedia.org&quot;
    • ; rdfs:label &quot;DBpedia.org&quot;.
    • <http://www.rdfabout.com/sparql> a sources:Endpoint
    • ; rdfs:label &quot;GovTrack.us&quot;.
    Config Example (3)
  11. Where It All Goes etcconfig.n3 Describe (and label) models Prefix Mappings
  12. Prefix Mappings Quickly add PREFIX statement to query Pre configured vocabularies Add your own…
  13. Prefix Mappings :foaf a ja:PrefixMapping ; rdfs:label &quot;FOAF&quot; ; ja:prefix &quot;foaf&quot; ; ja:namespace &quot;http://xmlns.com/foaf/0.1/&quot; .
  14. Demonstration (2)
  15. … And Yet More ARQ Function & Property Library ARQ Extensions (e.g. COUNT, GROUP BY)
  16. Future Plans Documentation! SPARQL Endpoint Access Control Model Caching Syntax Highlighting More Eye Candy Move to Google Code (Your Feature Here)
  17. Questions? Twinkle Homepage Annotated Screenshots http://www.slideshare.net/ldodds/twinkle-a-sparql-query-tool/

Leigh DoddsLeigh Dodds, 2 years ago

custom

4123 views, 1 favs, 2 embeds more stats

Introduction to Twinkle presented at an Oxon Swig m more

More Info

© All Rights Reserved

Go to text version
  • Total Views 4123
    • 4084 on SlideShare
    • 39 from embeds
  • Comments 1
  • Favorites 1
  • Downloads 41
Most viewed embeds
  • 35 views on http://www.ldodds.com
  • 4 views on http://planetrdf.com

more

All embeds
  • 35 views on http://www.ldodds.com
  • 4 views on http://planetrdf.com

less

Flagged as inappropriate Flag as inappropriate
Flag as innappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel

Categories