1. RDF and SPARQL

    The peanut butter and jam

    Confoo, Montreal, 2012-03-01

    #confoo #linkeddata

    Sarven's avatar Sarven Capadisli http://csarven.ca/#i @csarven

    DERI, Ireland
  2. Overview

  3. Data

  4. Linked Data

  5. Technology Context

    Figure of Semantic Web Technologies
  6. Linked Data Design Principles

    1. URIs as names for things
    2. HTTP URIs so that people can look up those names
    3. When someone looks up a URI, provide useful information, using RDF*, SPARQL
    4. Include links to other URIs for discovery
  7. Identifying things

  8. Identifying things

    Now! That should clear up a few things around here.
  9. We are dealing with

  10. Linked Open Data Cloud

    Linked Open Data cloud diagram as of 2010-09
  11. RDF logo RDF

    Resource Description Framework

  12. RDF Model

  13. Human languages

    How do we express ourselves?

  14. Vocabularies

  15. RDF Triples

    Graph of subject predicate object

        <Subject> <Predicate> <Object> .
    
  16. N-Triples (also valid Turtle) example

  17. RDFa example

  18. RDF/XML example

  19. Overview of the RDF formats

  20. SPARQL

    SPARQL Protocol and RDF Query Language

  21. SPARQL query example

  22. SPARQL query result example

    city
    http://dbpedia.org/resource/Montreal
    ...
  23. SPARQL query example

    See results from DBpedia

  24. SPARQL query: federated

  25. Where to start?

  26. Make your data discoverable

  27. Tools and services

  28. So there we have it

    It's all really very simple!

    Sarven's avatar Sarven Capadisli

    http://csarven.ca/#i

    @csarven

  29. Credits