This HTML5 document contains 74 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
n19http://www.w3.org/2006/Talks/0518-SPASQL/
dctermshttp://purl.org/dc/terms/
n29http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/SIOCRefTutorial/sioc.
n23http://www.w3.org/TR/rdf-sparql-XMLres/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n18http://jena.sourceforge.net/ARQ/Tutorial/
n5http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n33http://demo.openlinksw.com/sparql/
n4http://ods.openlinksw.com/dataspace/dav/wiki/ODS/
n22http://www.w3.org/TR/rdf-sparql-protocol/
dchttp://purl.org/dc/elements/1.1/
n21http://clarkparsia.com/weblog/2006/08/30/sparql-tutorial-slides/
n7http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n6http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n15http://vos.openlinksw.com/dataspace/person/dav#
n13http://xtech06.usefulinc.com/schedule/paper/
n11http://vos.openlinksw.com/dataspace/owiki/wiki/
n24http://thefigtrees.net/lee/sw/
n12http://www.dajobe.org/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n30http://demo.openlinksw.com/
n25http://www.w3.org/TR/rdf-sparql-query/
n16http://www.w3.org/2004/Talks/17Dec-sparql/intro/all.
n10http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n17http://www.dajobe.org/talks/200603-sparql-stanford/
n27http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n31http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n15:this
foaf:made
n2:SIOCRefTutorial
Subject Item
n7:this
sioc:creator_of
n2:SIOCRefTutorial
Subject Item
n5:item
n6:services_of
n2:SIOCRefTutorial
Subject Item
n10:this
sioc:creator_of
n2:SIOCRefTutorial
Subject Item
n11:VOS
sioc:container_of
n2:SIOCRefTutorial
atom:entry
n2:SIOCRefTutorial
atom:contains
n2:SIOCRefTutorial
Subject Item
n2:VOSODSSparqlSamples
sioc:links_to
n2:SIOCRefTutorial
Subject Item
n2:VirtRDFViewTutorialScript
sioc:links_to
n2:SIOCRefTutorial
Subject Item
n2:SIOCRefTutorial
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:48:34.401120
dcterms:modified
2017-06-29T07:34:57.257620
rdfs:label
SIOCRefTutorial
foaf:maker
n15:this n31:this
dc:title
SIOCRefTutorial
opl:isDescribedUsing
n29:rdf
sioc:has_creator
n10:this n7:this
sioc:content
%VOSWARNING% %META:TOPICINFO{author="RumiTsekova" date="1161963624" format="1.1" version="1.1"}% %VOSNAV% %TOC% ---++Tutorial SIOC Reference This article demonstrates how we expose the underlying data that drives the [[VOSTutorials][Virtuoso Online Tutorials & Demo]] application using the SIOC ontology. *Note*: You can run most (if not all) of the queries with minimal modification using the following SPARQL Query Services: http://demo.openlinksw.com/sparql/ Note: Default Graph URI value used in the queries below is: http://demo.openlinksw.com/tutorial |*Tutorial*|*SIOC*|*Sample Value*| |Tutorials|rdf:type|sioc:Space| |Section|rdf:type|sioc:Container| |Post|rdf:type|foaf:Document| |Post|subclass of|sioc:Item| |Post|description|sioc:description| |Post|content|sioc:content| * [[TutorialREFExample1][List of Tutorial sioc:Post attributes]] * [[TutorialREFExample2][List of Containers(Sections) and foaf:Documents(Tutorials)]] * [[TutorialREFExample3][List of Posts (Tutorials) with content]] * [[TutorialREFExample4][List of Posts (Tutorials) with content HTML encoded]] Note: Default Graph URI value used in the queries below is: http://demo.openlinksw.com/tutorial_view * [[TutorialREFExample5][List of all Posts]] * [[TutorialREFExample6][List of all Sections and their Posts]] * [[TutorialREFExample7][List of all Posts and their sections]] ---++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 * [[%ATTACHURL%/sparql_tutorial_christina_feiera.ppt][SPARQL Tutorial by Cristina Feier]] from the [[DERI]] Project * [[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 * [[http://ods.openlinksw.com/dataspace/dav/wiki/ODS/ODSSIOCRef][ODS SIOC reference]] * [[http://ods.openlinksw.com/dataspace/dav/wiki/ODS/ODSAtomOWLRef][Query ODS Data Spaces using SPARQL and Atom OWL Ontology]] * [[http://ods.openlinksw.com/dataspace/dav/wiki/ODS/ODSSKOSRef][Query ODS Data Spaces using SPARQL and SKOS Ontology]] * [[http://ods.openlinksw.com/dataspace/dav/wiki/ODS/ODSFOAFRef][Query ODS Data Spaces using SPARQL and FOAF Ontology]] * [[http://ods.openlinksw.com/dataspace/dav/wiki/ODS/ODSAnnoteaRef][Query ODS Data Spaces using SPARQL and Annotea Ontology]] * [[http://ods.openlinksw.com/dataspace/dav/wiki/ODS/VOSODSSparqlSamples][ODS SPARQL Samples]] * [[NorthWindREF][Northwind SPARQL Reference]] * [[SIOCRefDocs][Query Virtuoso Documentation using SPARQL]] * [[WordPressSIOCRef][WordPress SIOC Reference]] * [[MediaWikiSIOCRef][MedaWiki SIOC Reference]] * [[PHPBB3SIOCRef][PHPBB SIOC Reference]] * [[DrupalSIOCRef][Drupal SIOC Reference]] * <a href="%ATTACHURLPATH%/sql_rdf.sql" style="wikiautogen">Virtuoso Tutorial Linked Data Views script file</a> or view it online [[VirtRDFViewTutorial][here]]. CategoryRDF CategorySIOC CategorySPARQL CategoryTutorial CategoryVOS CategoryODS
sioc:id
4c0a56474323c533c4ae0ceaa8bacf44
sioc:link
n2:SIOCRefTutorial
sioc:has_container
n11:VOS
n6:has_services
n5:item
atom:title
SIOCRefTutorial
sioc:links_to
n4:ODSAnnoteaRef n4:VOSODSSparqlSamples n4:ODSSKOSRef n4:ODSFOAFRef n2:CategorySPARQL n2:DrupalSIOCRef n2:SIOCRefDocs n4:ODSSIOCRef n4:ODSAtomOWLRef n12: n13:61 n16:html n17: n2:CategoryVOS n18: n19: n21: n22: n2:VirtRDFViewTutorial n2:MediaWikiSIOCRef n23: n24:sparql-faq n25: n2:CategorySIOC n2:TutorialREFExample7 n2:WordPressSIOCRef n2:CategoryTutorial n2:CategoryRDF n2:PHPBB3SIOCRef n27:DERI n27:MySQL n2:CategoryODS n2:TutorialREFExample3 n2:TutorialREFExample6 n2:TutorialREFExample1 n2:TutorialREFExample5 n30:tutorial_view n2:NorthWindREF n27:VOSTutorials n33: n30:tutorial
atom:source
n11:VOS
atom:author
n15:this
atom:published
2017-06-13T05:48:34Z
atom:updated
2017-06-29T07:34:57Z
sioc:topic
n11:VOS
Subject Item
n2:VOSSQL2RDF
sioc:links_to
n2:SIOCRefTutorial
Subject Item
n2:PHPBBSIOCRef
sioc:links_to
n2:SIOCRefTutorial