%TOC% ---++ODS FOAF References This article outlines the mapping of ODS data to the FOAF ontology for the purpose of constructing SPARQL Queries against OpenLink Data Spaces ODS Data. You can actually create you own Data Spaces and then experiment with these queries by opening accounts at: http://demo.openlinksw.com/ods (for very temporary and volatile usage) or http://myopenlink.net:8890/ods (for less volatile usage) You can run most (if not all) of the queries with minimal modification using the following SPARQL Query Services: http://demo.openlinksw.com/sparql/ (using the 'demo' user account) and http://myopenlink.net:8890/sparql/ (assuming you have an account with this service) Note: Default Graph URI value used in the queries below is: http://demo.openlinksw.com/dataspace * [[ODSFOAFRefExampleBlog][Weblog Data Space]] * [[ODSFOAFRefExampleAddressBook][AddressBook Data Space]] * [[ODSFOAFRefExampleCalendar][Calendar Data Space]] * [[ODSFOAFRefExampleWiki][Wiki Data Space]] * [[ODSFOAFRefExampleFeeds][Feeds / Subscriptions Data Space]] * [[ODSFOAFRefExampleBookmarks][Bookmarks Data Space]] * [[ODSFOAFRefExampleGallery][Gallery Data Space]] * [[ODSFOAFRefExampleCommunity][Community Data Space]] * [[ODSFOAFRefExampleBriefcase][Briefcase Data Space]] * [[ODSFOAFRefExamplePolls][Polls Data Space]] * [[ODSFOAFRefExampleDiscussion][Discussion Data Space]] * [[ODSFOAFRefExampleUserProject][Users Projects]] ---+++Using SPARQL CONSTRUCT to Export FOAF based RDF Data Sets CONSTRUCT based SPARQL queries are very useful when trying to expose RDF (via a SPARQL Endpoint) to RDF Data Set consumers that do not support SPARQL. In a sense, the SPARQL CONSTRUCT statements as part of a SPARQL Protocol payload deliver a Data Web (Web 3.0) Experience to Interactive-Web Clients (Web 1.0). * [[ODSFOAFRefExampleConstructBlog][Weblog posts sender nick and name details]] * [[ODSFOAFRefExampleConstructWiki][Wiki articles creator nick and organization details]] * [[ODSFOAFRefExampleConstructBookmarks][Bookmarks articles creator nick and organization details]] ---++References #SparqlSpecs ---+++Specs * [[http://www.w3.org/TR/rdf-sparql-query/][SPARQL - Query Language]] * [[http://www.w3.org/TR/rdf-sparql-protocol/][SPARQL - Protocol]] * [[http://www.w3.org/TR/rdf-sparql-XMLres/][SPARQL - XML based Results Format]] #SparqlFaqs ---+++FAQs * [[http://thefigtrees.net/lee/sw/sparql-faq][SPARQL FAQ - Lee Feigenbaum]] #SparqlPresentations ---+++Presentations * [[http://www.w3.org/2004/Talks/17Dec-sparql/intro/all.html][SPARQL Introduction]] - Dave Beckett, XTech 2004 * [[http://www.dajobe.org/talks/200603-sparql-stanford/][SPARQL Introduction]] - [[http://www.dajobe.org/][Dave Beckett]], Standford University Presentation * [[http://xtech06.usefulinc.com/schedule/paper/61][SPARQL Query Protocol presentation at XTech 2006 ]] by Leigh Dodds * [[http://www.w3.org/2006/Talks/0518-SPASQL/][SPASQL]] - Initiative to add SPARQL to MySQL #SparqlTutorials ---+++Tutorials * [[http://clarkparsia.com/weblog/2006/08/30/sparql-tutorial-slides/][SPARQL Tutorial]] - Clark+Prasia & University of Manchester Tutorial * [[http://jena.sourceforge.net/ARQ/Tutorial/][Jena SPARQL Tutorial]] ---+++Learn More * [[ODSSIOCRef][ODS SIOC reference]] * [[ODSAtomOWLRef][Query ODS Data Spaces using SPARQL and Atom OWL Ontology]] * [[ODSSKOSRef][Query ODS Data Spaces using SPARQL and SKOS Ontology]] * [[ODSAnnoteaRef][Query ODS Data Spaces using SPARQL and Annotea Ontology]] * [[VOSODSSparqlSamples][ODS SPARQL Samples]] * [[http://virtuoso.openlinksw.com/wiki/main/Main/NorthWindREF][Northwind SPARQL Reference]] * [[http://virtuoso.openlinksw.com/wiki/main/Main/SIOCRefTutorial][Query Virtuoso Tutorials using SPARQL]] * [[http://virtuoso.openlinksw.com/wiki/main/Main//SIOCRefDocs][Query Virtuoso Documentation using SPARQL]] * [[http://virtuoso.openlinksw.com/wiki/main/Main/WordPressSIOCRef][WordPress SIOC Reference]] * [[http://virtuoso.openlinksw.com/wiki/main/Main/MediaWikiSIOCRef][MedaWiki SIOC Reference]] * [[http://virtuoso.openlinksw.com/wiki/main/Main/PHPBB3SIOCRef][PHPBB SIOC Reference]] * [[http://virtuoso.openlinksw.com/wiki/main/Main/DrupalSIOCRef][Drupal SIOC Reference]] CategoryRDF CategorySIOC CategorySKOS CategorySPARQL CategoryFOAF