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

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

PrefixNamespace IRI
n27http://vos.openlinksw.com/wiki/main/VOS/VirtFeedPubSubHub/step8.
dctermshttp://purl.org/dc/terms/
n21http://vos.openlinksw.com/wiki/main/VOS/VirtFeedPubSubHub/step3.
atomhttp://atomowl.org/ontologies/atomrdf#
n11https://demo.openlinksw.com/
foafhttp://xmlns.com/foaf/0.1/
n13http://vos.openlinksw.com/dataspace/services/wiki/
n24http://vos.openlinksw.com/wiki/main/VOS/VirtFeedPubSubHub/step7.
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n15http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/
n8https://foaf.me/simpleLogin.
n20http://vos.openlinksw.com/wiki/main/VOS/VirtFeedPubSubHub/step2.
dchttp://purl.org/dc/elements/1.1/
n16http://vos.openlinksw.com/dataspace/dav#
n6http://test.foafssl.org/cert/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n23http://vos.openlinksw.com/wiki/main/VOS/VirtFeedPubSubHub/step6.
n12http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n9http://vos.openlinksw.com/dataspace/person/dav#
n22http://vos.openlinksw.com/wiki/main/VOS/VirtFeedPubSubHub/step1.
n4http://vos.openlinksw.com/dataspace/owiki/wiki/
n26http://vos.openlinksw.com/wiki/main/VOS/VirtFeedPubSubHub/step5.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n28http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n32http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtFeedPubSubHub/sioc.
n25http://vos.openlinksw.com/wiki/main/VOS/VirtFeedPubSubHub/step4.
n19http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n7http://esw.w3.org/topic/foaf+
n30http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n9:this
foaf:made
n2:VirtFeedPubSubHub
Subject Item
n16:this
sioc:creator_of
n2:VirtFeedPubSubHub
Subject Item
n13:item
n12:services_of
n2:VirtFeedPubSubHub
Subject Item
n28:this
sioc:creator_of
n2:VirtFeedPubSubHub
Subject Item
n4:VOS
sioc:container_of
n2:VirtFeedPubSubHub
atom:entry
n2:VirtFeedPubSubHub
atom:contains
n2:VirtFeedPubSubHub
Subject Item
n2:VirtFeedPubSubHub
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:35:57.865358
dcterms:modified
2017-06-13T05:35:57.865358
rdfs:label
VirtFeedPubSubHub
foaf:maker
n9:this n30:this
dc:title
VirtFeedPubSubHub
opl:isDescribedUsing
n32:rdf
sioc:has_creator
n28:this n16:this
sioc:attachment
n20:png n21:png n22:png n23:png n24:png n25:png n26:png n27:png
sioc:content
%META:TOPICPARENT{name="VirtPubSubHub"}% ---+ Feed subscription via PubSubHub Protocol The following demonstrates how the PubSubHub (PSH) Protocol can be used to make push subscription to an Atom or RSS feed. Before performing any of these steps, read about the [[VirtPubSubHub][Virtuoso PubSubHub implementation]], and make sure <code>pubsubhub_dav.vad</code> is installed. ---++ Example Steps 1 Initially we create a blog instance and do some posts. %BR%%BR%<img src="%ATTACHURLPATH%/step1.png" style="wikiautogen"/>%BR%%BR% 1 Next we subscribe using PSH generic client subscription UI: %BR%%BR%<img src="%ATTACHURLPATH%/step2.png" style="wikiautogen"/>%BR%%BR% 1 If subscription succeeds, we should see a Success message; otherwise, a trace for the error. %BR%%BR%<img src="%ATTACHURLPATH%/step3.png" style="wikiautogen"/>%BR%%BR% 1 In Feed Manager UI, we register the feed in order to see its content. %BR%%BR%<img src="%ATTACHURLPATH%/step4.png" style="wikiautogen"/>%BR%%BR% 1 Then we add one new post to the blog: %BR%%BR%<img src="%ATTACHURLPATH%/step5.png" style="wikiautogen"/>%BR%%BR% 1 Using generic publish client UI, we tell PSH there are changes; if all publishing is done we should see success message: %BR%%BR%<img src="%ATTACHURLPATH%/step6.png" style="wikiautogen"/>%BR%%BR% 1 We check the feed subscription using feed manager, which in our case is used to display the feed. Now we can see new post is pushed into the subscription. %BR%%BR%<img src="%ATTACHURLPATH%/step7.png" style="wikiautogen"/>%BR%%BR% ---++ Conclusion * ODS-Feed Manager has an option to subscribe to push notifications using PSH protocol. Thus when subscribing it could subscribe to Hub. To know that it should inspect feed to see &lt;link rel="hub" href="..." . For demo purposes, this has been divided into two separate steps. * If ODS-Weblog knows there is a hub configured, it can present a link by which the hub can be accessed for push subscription * ODS-Weblog changes to publish to hub automatically. Publishing is shown here as two separate steps for purposes of explanation of the protocol. ---++Related * [[VirtODSPubSubHub][Setting up PubSubHub in ODS]] * [[VirtPubSubHub][PubSubHubBub Demo Client Example]] * [[VirtPubSubHubACL][Setting Up PubSubHub to use WebID Protocol or IP based control lists]] * [[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
a73535a90f87a20de7f07038b1958dd1
sioc:link
n2:VirtFeedPubSubHub
sioc:has_container
n4:VOS
n12:has_services
n13:item
atom:title
VirtFeedPubSubHub
sioc:links_to
n6: n7:ssl n8:php n11:sparql-ssl n15:VirtAuthFOAFSSLACL n15:VirtOAuthSPARQL n15:VirtSPARQLSSL n15:VirtAuthServerUI n19:OdsKeyImport n19:ODSBriefcaseFOAFSSLShareFile n19:VirtODSFOAFSSL n19:ODSPkiSetup n19:VirtODSPubSubHub n19:VirtPubSubHubACL n19:PubSubHub n19:VirtPubSubHub n19:ODSGenerateX509Certificate
atom:source
n4:VOS
atom:author
n9:this
atom:published
2017-06-13T05:35:57Z
atom:updated
2017-06-13T05:35:57Z
sioc:topic
n4:VOS
Subject Item
n2:VirtPubSubHubACLDefinePSH
sioc:links_to
n2:VirtFeedPubSubHub
Subject Item
n2:VirtPubSubHubACLDefinePSHSSL
sioc:links_to
n2:VirtFeedPubSubHub
Subject Item
n2:VirtPubSubHub
sioc:links_to
n2:VirtFeedPubSubHub