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

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

PrefixNamespace IRI
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
n20https://demo.openlinksw.com/
foafhttp://xmlns.com/foaf/0.1/
n23http://vos.openlinksw.com/dataspace/services/wiki/
n10http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.
n12http://vos.openlinksw.com/wiki/main/VOS/VirtPubSubHub/step4.
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n30http://vos.openlinksw.com/wiki/main/VOS/VirtPubSubHub/step7.
n33http://vos.openlinksw.com/wiki/main/VOS/VirtPubSubHub/step1.
n17http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/
n28https://foaf.me/simpleLogin.
n22http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtPubSubHub/sioc.
dchttp://purl.org/dc/elements/1.1/
n25http://test.foafssl.org/cert/
n13http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n24http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n14http://vos.openlinksw.com/dataspace/person/dav#
n4http://vos.openlinksw.com/wiki/main/VOS/VirtPubSubHub/step5.
n31http://vos.openlinksw.com/wiki/main/VOS/VirtPubSubHub/step8.
n34http://vos.openlinksw.com/wiki/main/VOS/VirtPubSubHub/step2.
n7http://vos.openlinksw.com/dataspace/owiki/wiki/
n16http://ec2-174-129-156-25.compute-1.amazonaws.com/dataspace/demo/weblog/demo%27s%20Weblog/sioc.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n5http://vos.openlinksw.com/dataspace/owiki#
n9http://vos.openlinksw.com/wiki/main/VOS/VirtPubSubHub/step6.
xsdhhttp://www.w3.org/2001/XMLSchema#
n11http://vos.openlinksw.com/wiki/main/VOS/VirtPubSubHub/step3.
n8http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n19http://vos.openlinksw.com/dataspace/person/owiki#
n27http://esw.w3.org/topic/foaf+
siochttp://rdfs.org/sioc/ns#
Subject Item
n14:this
foaf:made
n2:VirtPubSubHub
Subject Item
n13:this
sioc:creator_of
n2:VirtPubSubHub
Subject Item
n23:item
n24:services_of
n2:VirtPubSubHub
Subject Item
n5:this
sioc:creator_of
n2:VirtPubSubHub
Subject Item
n7:VOS
sioc:container_of
n2:VirtPubSubHub
atom:entry
n2:VirtPubSubHub
atom:contains
n2:VirtPubSubHub
Subject Item
n2:VirtPubSubHub
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:42:04.019390
dcterms:modified
2017-06-29T07:43:26.252038
rdfs:label
VirtPubSubHub
foaf:maker
n19:this n14:this
dc:title
VirtPubSubHub
opl:isDescribedUsing
n22:rdf
sioc:has_creator
n13:this n5:this
sioc:attachment
n4:png n9:png n11:png n12:png n30:png n31:png n33:png n34:png
sioc:content
%META:TOPICPARENT{name="VOSIndex"}% ---+Example of Linked Data Usage of PubSubHubbub Implementation %TOC% The following example demonstrates how to use Virtuoso's implementation of the [[http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html][draft PubSubHubBub Protocol]] to handle Linked Data. We extend the idea of tracking a feed to track Linked Data resource URIs. To reveal the hub to subscribers, we propose Linked Data resources return the following HTTP header -- <verbatim> Link: <http://cname/psh/subscribe.vsp>; rel="hub" </verbatim> -- or include the following in an HTML &lt;head&/lt; (or similar) element -- <verbatim> <link rel="hub" uri="http://cname/psh/subscribe.vsp"> </verbatim> ---++ Endpoints The <nop>PubSubHubBub package installed on a system would define the following endpoints : | <code><nowiki>http://cname/psh/subscribe.vsp</nowiki></code> | subscription endpoint | | <code><nowiki>http://cname/psh/publish.vsp</nowiki></code> | publishing endpoint | | <code><nowiki>http://cname/psh/</nowiki></code> | index to UI of the simple test clients | | <code><nowiki>http://cname/psh/callback.vsp</nowiki></code> | default built-in client callback endpoint | ---++ Example of use of the built-in demo client 1 As a very first step we use a simple client to subscribe to a SIOC document containing data for an ODS-Weblog. In our tests we subscribe to the Linked Data document <code>&lt;[[http://ec2-174-129-156-25.compute-1.amazonaws.com/dataspace/demo/weblog/demo%27s%20Weblog/sioc.rdf][http://ec2-174-129-156-25.compute-1.amazonaws.com/dataspace/demo/weblog/demo%27s%20Weblog/sioc.rdf]]&gt;</code>. %BR%%BR%<img src="%ATTACHURLPATH%/step1.png" style="wikiautogen"/>%BR%%BR% 1 The Weblog post is as follows: %BR%%BR%<img src="%ATTACHURLPATH%/step2.png" style="wikiautogen"/>%BR%%BR% 1 During the subscription process, the client will get the initial state of the SIOC feed, so we can execute the following query to see all post titles: %BR%%BR%<img src="%ATTACHURLPATH%/step3.png" style="wikiautogen"/>%BR%%BR% 1 In the query result is the title of the existing Weblog post: %BR%%BR%<img src="%ATTACHURLPATH%/step4.png" style="wikiautogen"/>%BR%%BR% 1 Next we add a new blog post to force a change to the SIOC data: %BR%%BR%<img src="%ATTACHURLPATH%/step5.png" style="wikiautogen"/>%BR%%BR% 1 Using a simple publishing UI, we notify the Hub the data has changed: %BR%%BR%<img src="%ATTACHURLPATH%/step6.png" style="wikiautogen"/>%BR%%BR% 1 The Hub takes the delta and notifies the subscribers: %BR%%BR%<img src="%ATTACHURLPATH%/step7.png" style="wikiautogen"/>%BR%%BR% 1 Again we execute the same SPARQL query as in the earlier step, and now we can see the data contains the new blog post title: %BR%%BR%<img src="%ATTACHURLPATH%/step8.png" style="wikiautogen"/>%BR%%BR% ---++Related * [[VirtODSPubSubHub][Setting up PubSubHub in ODS]] * [[VirtFeedPubSubHub][Feed subscription via PubSubHub protocol Example ]] * [[VirtPubSubHubACL][Setting Up PubSubHub to use WebID Protocol or IP based control lists]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtGraphReplication][Virtuoso Graph Replication Guide]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSPARQLSSL][Creating and Using a SPARQL-SSL based Endpoint]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtAuthServerUI][Set WebID Protocol ACLs using the Virtuoso Authentication Server UI]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtAuthFOAFSSLACL][WebID Protocol ACLs Tutorial]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtOAuthSPARQL][SPARQL OAuth Tutorial]] * [[VirtODSFOAFSSL][WebID Protocol Support in OpenLink Data Spaces]] * [[ODSPkiSetup][Guide to Setting up a X.509 certificate issuer and HTTPS listener and Generating ODS user certificates]] * [[OdsKeyImport][CA Keys Import using Conductor]] * [[ODSGenerateX509Certificate][Generate an X.509 Certificate hosted WebID Guide]] * [[ODSBriefcaseFOAFSSLShareFile][ODS Briefcase WebID Protocol Share File Guide]] * [[http://esw.w3.org/topic/foaf+ssl][WebID Protocol Specification]] * [[https://foaf.me/simpleLogin.php][Test WebID Protocol Certificate page]] * [[http://test.foafssl.org/cert/][WebID Protocol Certificate Generation page]] * [[https://demo.openlinksw.com/sparql-ssl][Virtuoso Demo SPARQL-SSL Endpoint]]
sioc:id
b70c88199b5d84070ef7a5c250f04346
sioc:link
n2:VirtPubSubHub
sioc:has_container
n7:VOS
n24:has_services
n23:item
atom:title
VirtPubSubHub
sioc:links_to
n8:PubSubHubbub n10:html n16:rdf n17:VirtGraphReplication n20:sparql-ssl n2:VirtODSFOAFSSL n17:VirtAuthFOAFSSLACL n17:VirtOAuthSPARQL n17:VirtSPARQLSSL n17:VirtAuthServerUI n25: n27:ssl n28:php n2:VirtFeedPubSubHub
atom:source
n7:VOS
atom:author
n14:this
atom:published
2017-06-13T05:42:04Z
atom:updated
2017-06-29T07:43:26Z
sioc:topic
n7:VOS