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

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

PrefixNamespace IRI
n26http://linkeddata.uriburner.com/describe/?url=https%3A%2F%2Ftwitter.com%2Fkidehen?sponger:get=replace&sr=
n8http://ods.openlinksw.com/dataspace/person/dav#
dctermshttp://purl.org/dc/terms/
n12http://ods.openlinksw.com/dataspace/owiki/wiki/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n25http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/VirtSpongerRESTPatterns/sioc.
oplhttp://www.openlinksw.com/schema/attribution#
n13http://linkeddata.uriburner.com/describe?url=https%3A%2F%2Ftwitter.com%2Fkidehen&sponger:get=add&sr=
n10http://ods.openlinksw.com/dataspace/%28NULL%29/wiki/ODS/
n19http://ods.openlinksw.com/dataspace/owiki#
dchttp://purl.org/dc/elements/1.1/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n15http://rdfs.org/sioc/services#
n2http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/
siocthttp://rdfs.org/sioc/types#
n4http://ods.openlinksw.com/dataspace/person/owiki#
n11http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSpongerCartridgeProgrammersGuide#RDF%20Proxy%20
n23http://virtuoso.openlinksw.com/Whitepapers/html/VirtSpongerWhitePaper.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n16http://ods.openlinksw.com/dataspace/services/wiki/
n9http://linkeddata.uriburner.com/describe/?url=https%3A%2F%2Ftwitter.com%2Fkidehen?sponger:soft=add&sr=
n6http://linkeddata.uriburner.com/describe/?url=https%3A%2F%2Ftwitter.com%2Fkidehen?sponger:get=add&sr=
xsdhhttp://www.w3.org/2001/XMLSchema#
n20http://ods.openlinksw.com/dataspace/dav#
n22http://docs.openlinksw.com/virtuoso/virtuososponger.
siochttp://rdfs.org/sioc/ns#
Subject Item
n8:this
foaf:made
n2:VirtSpongerRESTPatterns
Subject Item
n16:item
n15:services_of
n2:VirtSpongerRESTPatterns
Subject Item
n19:this
sioc:creator_of
n2:VirtSpongerRESTPatterns
Subject Item
n12:ODS
sioc:container_of
n2:VirtSpongerRESTPatterns
atom:entry
n2:VirtSpongerRESTPatterns
atom:contains
n2:VirtSpongerRESTPatterns
Subject Item
n2:VirtSpongerRESTPatterns
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T06:04:42.620610
dcterms:modified
2017-06-29T07:34:37.278289
rdfs:label
VirtSpongerRESTPatterns
foaf:maker
n4:this n8:this
dc:title
VirtSpongerRESTPatterns
opl:isDescribedUsing
n25:rdf
sioc:has_creator
n20:this n19: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. Two proxies are available: /about (deprecated) and /describe. /about provides a simple RDF browsing interface, /describe exposes a functionally richer faceted browser. ---++How? The following table presents list of the supported URL parameters: |*Parameter*|*Value*|*Description*|*Example*| |<b>sr</b> <br/>(/describe)<br/><br/><b>refresh</b><br/>(/about)| clean |<b>Use</b>: Clear the target graph before sponging<br/><br/>The 'clean' usage explicitly clears the target graph i.e. will cause the Sponger to clear it's cache even if it is marked to be in use.<br/>Thus, if the fetch cache is for some reason left in an inconsistent state, for instance by a shutdown during Network Resource fetching, then 'clean' is required as it doesn't check the cache state beforehand.<br/><b>Note</b>: <br/>* must be used with caution as other threads may be doing fetching of network resources at same time. <br/>* refresh must be used in tandem with @Lookup@ i.e. &@Lookup@=&refresh=clean |Explicitly clear the graph <br/><br/>[[http://linkeddata.uriburner.com/describe?url=https%3A%2F%2Ftwitter.com%2Fkidehen&sponger:get=add&sr=clean][/describe]] <br/>[[http://linkeddata.uriburner.com/about/html/https://twitter.com/kidehen?@Lookup@=&refresh=clean][/about]]| |<b>sponger:get</b>|add | <b>Use</b>: When adding new triples, do not overwrite existing triples with the same subject and predicate<br/><br/>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 override the default cache expiration (which is based on a cache expiry date/time calculated from information in the HTTP headers returned from a previous sponge of the target data source). | Add new triples and refresh on every 10 seconds<br/><br/>[[http://linkeddata.uriburner.com/describe/?url=https%3A%2F%2Ftwitter.com%2Fkidehen?sponger:get=add&sr=10][/describe]]<br/>[[http://linkeddata.uriburner.com/about/html/https/twitter.com/kidehen?sponger:get=add&@Lookup@=&refresh=10][/about]]| |<b>sponger:get</b>|soft |<b>Use</b>: Add triples only if the target graph is initially empty<br/><br/>Network Resource Fetch data subject to the cache invalidation policies and associated rules of instance. May be used together with refresh=&lt;seconds&gt; to override the default cache expiration. | Network Resource Fetch data with option <b>soft</b> and refresh on every 10 seconds<br/><br/>[[http://linkeddata.uriburner.com/describe/?url=https%3A%2F%2Ftwitter.com%2Fkidehen?sponger:soft=add&sr=10][/describe]]<br/>[[http://linkeddata.uriburner.com/about/html/https/twitter.com/kidehen?sponger:get=soft&@Lookup@=&refresh=10][/about]]| |<b>sponger:get</b>|replace |<b>Use</b>: When adding new triples, overwrite existing triples with the same subject and predicate<br/><br/>Replace subject to cache invalidation policy 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 override the default cache expiration. | Replace data and refresh on every 10 seconds<br/><br/>[[http://linkeddata.uriburner.com/describe/?url=https%3A%2F%2Ftwitter.com%2Fkidehen?sponger:get=replace&sr=10][/describe]]<br/>[[http://linkeddata.uriburner.com/about/html/https/twitter.com/kidehen?sponger:get=replace&@Lookup@=&refresh=10][/about]]| ---++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
e790b1c3a97cf3c8746a8a3e654facae
sioc:link
n2:VirtSpongerRESTPatterns
sioc:has_container
n12:ODS
n15:has_services
n16:item
atom:title
VirtSpongerRESTPatterns
sioc:links_to
n6:10 n9:10 n10:SPARQLSponger n11:Service n10:VirtSPARQLSecurityWebID n13:clean n10:VirtSpongerCartridgeSupportedDataSources n10:RDFMappers n10:VirtProgrammerGuideRDFCartridge n10:VirtSpongerACL n10:VirtSpongerCartridgeRDFExtractor n10:VirtSpongerCartridgeProgrammersGuide n10:VirtAuthServerUI n22:html n23:html n10:VirtSpongerCartridgeProgrammersGuide_Part3 n10:VirtSpongerCartridgeSupportedDataSourcesMetaRESTExamples n26:10
atom:source
n12:ODS
atom:author
n8:this
atom:published
2017-06-13T06:04:42Z
atom:updated
2017-06-29T07:34:37Z
sioc:topic
n12:ODS
Subject Item
n20:this
sioc:creator_of
n2:VirtSpongerRESTPatterns