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

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

PrefixNamespace IRI
n13http://linkeddata.uriburner.com/about/html/http://linkeddata.uriburner.com/about/id/entity/http/twitter.com/kidehen?sponger:get=replace&refresh=
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n19http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
dchttp://purl.org/dc/elements/1.1/
n20http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n18http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n7http://vos.openlinksw.com/dataspace/person/dav#
n17http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSpongerCartridgeProgrammersGuide#RDF%20Proxy%20
n12http://virtuoso.openlinksw.com/Whitepapers/html/VirtSpongerWhitePaper.
n9http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n15http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n22http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSpongerRESTPatterns/sioc.
n16http://linkeddata.uriburner.com/about/html/http://linkeddata.uriburner.com/about/id/entity/http/twitter.com/kidehen?sponger:get=soft&refresh=
n10http://docs.openlinksw.com/virtuoso/virtuososponger.
n11http://vos.openlinksw.com/dataspace/person/owiki#
n14http://linkeddata.uriburner.com/about/html/http://linkeddata.uriburner.com/about/id/entity/http/twitter.com/kidehen?sponger:get=add&refresh=
siochttp://rdfs.org/sioc/ns#
Subject Item
n7:this
foaf:made
n2:VirtSpongerRESTPatterns
Subject Item
n20:this
sioc:creator_of
n2:VirtSpongerRESTPatterns
Subject Item
n19:item
n18:services_of
n2:VirtSpongerRESTPatterns
Subject Item
n15:this
sioc:creator_of
n2:VirtSpongerRESTPatterns
Subject Item
n9:VOS
sioc:container_of
n2:VirtSpongerRESTPatterns
atom:entry
n2:VirtSpongerRESTPatterns
atom:contains
n2:VirtSpongerRESTPatterns
Subject Item
n2:VOSIndex
sioc:links_to
n2:VirtSpongerRESTPatterns
Subject Item
n2:VirtSpongerRESTPatterns
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:46:52.844505
dcterms:modified
2017-06-29T07:41:15.735965
rdfs:label
VirtSpongerRESTPatterns
foaf:maker
n7:this n11:this
dc:title
VirtSpongerRESTPatterns
opl:isDescribedUsing
n22:rdf
sioc:has_creator
n15:this n20:this
sioc:content
%META:TOPICPARENT{name="VOSIndex"}% ---+Usage of the Sponger Middleware via REST patterns ---++What? How to interact with the Sponger via REST patterns. ---++Why? Delegation and proxies are part of the Internet and Web's federated architecture. Thus, developers of RESTful applications benefit immensely from the ability to leverage Sponger functionality via delegation to it as a proxy. ---++How? The following table presents list of the supported URL parameters: |*Parameter*|*Value*|*Description*|*Example*| |<b>refresh</b>| clean |<b>Usage</b>: for overwriting. <br/>The 'clean' usage explicitly clears the graph i.e. will cause the Sponger to drop cache even if it is marked to be in the fly.<br/>Thus, if fetched cache by some reason is left in some inconsistent state like shutdown during Network Resource fetching, then 'clean' is required as it doesn't check cache state.<br/><b>Note</b>: must be used with caution as other threads may be doing fetching of network resources at same time. | [[http://linkeddata.uriburner.com/about/html/http://linkeddata.uriburner.com/about/id/entity/http/twitter.com/kidehen?@Lookup@=&refresh=clean][Explicitly clear the graph]]| |<b>sponger:get</b>|add |<b>Usage</b>: Add new triples to named graphs, progressively. This is the default value for the parameter <code>sponger:get</code>. May be used together with refresh=&lt;seconds&gt; to overwrite the expiration in the cache. | [[http://linkeddata.uriburner.com/about/html/http://linkeddata.uriburner.com/about/id/entity/http/twitter.com/kidehen?sponger:get=add&refresh=10][Add new triples and refresh on every 10 seconds]]| |<b>sponger:get</b>|soft |<b>Usage</b>: Network Resource Fetch data subject to cache invalidation mode and associated rules of instance. May be used together with refresh=&lt;seconds&gt; to overwrite the expiration in the cache. | [[http://linkeddata.uriburner.com/about/html/http://linkeddata.uriburner.com/about/id/entity/http/twitter.com/kidehen?sponger:get=soft&refresh=10][Network Resource Fetch data with option <b>soft</b> and refresh on every 10 seconds]]| |<b>sponger:get</b>|replace |<b>Usage</b>: Replace subject to cache invalidation mode and rules, but coverage includes non fetched triples if such exist in a given named graph. may be used together with refresh=&lt;seconds&gt; to overwrite the expiration in the cache. | [[http://linkeddata.uriburner.com/about/html/http://linkeddata.uriburner.com/about/id/entity/http/twitter.com/kidehen?sponger:get=replace&refresh=10][Replace data and refresh on every 10 seconds]]| ---++Related * [[VirtSpongerCartridgeProgrammersGuide_Part3][Sponger Queue API]] * [[http://virtuoso.openlinksw.com/Whitepapers/html/VirtSpongerWhitePaper.html][Technical White Paper]] * [[VirtSpongerCartridgeSupportedDataSources][Supported Virtuoso Sponger Cartridges]] * [[SPARQLSponger][SPARQL Sponger]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSpongerCartridgeProgrammersGuide#RDF%20Proxy%20Service][Virtuoso Linked Data Middleware REST Patterns]] * [[VirtSpongerCartridgeSupportedDataSourcesMetaRESTExamples][Parametrized Examples of Meta Cartridge Usage via REST Request]] * [[VirtSpongerCartridgeRDFExtractor][Sponger Cartridge RDF Extractor]] * [[RDFMappers][ Extending SPARQL IRI Dereferencing with RDF Mappers]] * [[VirtSpongerCartridgeProgrammersGuide][Programmer Guide for Virtuoso Linked Data Middleware ("Sponger")]] * [[VirtProgrammerGuideRDFCartridge][Create RDF Custom Cartridge Tutorial]] * [[VirtSpongerCartridgeSupportedDataSources][OpenLink-supplied Virtuoso Sponger Cartridges]] * [[VirtAuthServerUI][Virtuoso Authentication Server]] * [[VirtOAuthSPARQL][Virtuoso SPARQL OAuth Tutorial]] * [[VirtSpongerACL][Virtuoso Sponger Access Control List (ACL) Setup]] * [[VirtSPARQLSecurityWebID][WebID Protocol & SPARQL Endpoint ACLs Tutorial]] * [[http://docs.openlinksw.com/virtuoso/virtuososponger.html][Virtuoso Documentation]]
sioc:id
31a8ee591b68005478ec6ec9c51f99a8
sioc:link
n2:VirtSpongerRESTPatterns
sioc:has_container
n9:VOS
n18:has_services
n19:item
atom:title
VirtSpongerRESTPatterns
sioc:links_to
n2:VirtSpongerCartridgeSupportedDataSourcesMetaRESTExamples n2:VirtSpongerCartridgeProgrammersGuide_Part3 n2:RDFMappers n2:VirtSpongerACL n10:html n2:VirtProgrammerGuideRDFCartridge n12:html n2:VirtSpongerCartridgeRDFExtractor n13:10 n14:10 n16:10 n17:Service n2:VirtAuthServerUI n2:VirtSpongerCartridgeSupportedDataSources n2:SPARQLSponger
atom:source
n9:VOS
atom:author
n7:this
atom:published
2017-06-13T05:46:52Z
atom:updated
2017-06-29T07:41:15Z
sioc:topic
n9:VOS