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

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

PrefixNamespace IRI
n21http://linkeddata.uriburner.com/about/html/http://linkeddata.uriburner.com/about/id/entity/http/twitter.com/kidehen?sponger:get=replace&refresh=
n20http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtInteractSpongerMiddlewareRESTPatterns/sioc.
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n8http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n6http://s3.amazonaws.com/opldownload/uda/vad-packages/6.1/virtuoso/cartridges_dav.
dchttp://purl.org/dc/elements/1.1/
n27http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n26http://uriburner.com/about/html/http://musicbrainz.org/artist/72c090b6-a68e-4cb9-b330-85278681a714.
n7http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n15http://vos.openlinksw.com/dataspace/person/dav#
n13http://virtuoso.openlinksw.com/Whitepapers/html/VirtSpongerWhitePaper.
n10http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n25http://uriburner.com/about/rdf/http://musicbrainz.org/artist/72c090b6-a68e-4cb9-b330-85278681a714.
n16http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n24http://linkeddata.uriburner.com/about/html/http://linkeddata.uriburner.com/about/id/entity/http/twitter.com/kidehen?sponger:get=soft&refresh=
n5http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n11http://docs.openlinksw.com/virtuoso/virtuososponger.
n18http://vos.openlinksw.com/dataspace/person/owiki#
n22http://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
n2:VirtInteractSpongerMiddlewareRESTPatterns
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:37:02.545880
dcterms:modified
2017-06-13T05:37:02.545880
rdfs:label
VirtInteractSpongerMiddlewareRESTPatterns
foaf:maker
n15:this n18:this
dc:title
VirtInteractSpongerMiddlewareRESTPatterns
opl:isDescribedUsing
n20:rdf
sioc:has_creator
n16:this n27:this
sioc:content
%META:TOPICPARENT{name="VirtSpongerCartridgeProgrammersGuide"}% ---+Interacting with Sponger Middleware via RESTful Patterns Sponger functionality can be exploited via RESTful interaction via a variety of URL patterns. ---++Prequisites Ensure you have the [[http://s3.amazonaws.com/opldownload/uda/vad-packages/6.1/virtuoso/cartridges_dav.vad][cartridges_dav.vad]] package installed. Once in place, the following URL pattern becomes functional: '<code>/about/[rdf|html]/</code>'. Thus, if you've installed Virtuoso on the host example.com, with HTTP listener enabled on port 8080 you would use patterns: <code><nowiki>http://example.com:8080/about/[rdf|html]/</code></nowiki>. ---++Example The following URLs (using the live Sponger instance behind our URIBurner service) returns a Linked Data resource that describes the musician John Cale, based on data from the MusicBrainz database, optionally rendered as RDF or HTML formats respectively. (The actual description data is exposed in HTML format through value of the <code>foaf:primaryTopic</code> property.) * http://uriburner.com/about/rdf/http://musicbrainz.org/artist/72c090b6-a68e-4cb9-b330-85278681a714.html * http://uriburner.com/about/html/http://musicbrainz.org/artist/72c090b6-a68e-4cb9-b330-85278681a714.html ---++URL Patterns Reference The following table presents a 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 * [[VirtSponger][Virtuoso Linked Data Middleware (aka. "Sponger")]] * [[VirtSpongerCartridgeSupportedDataSources][Prebuilt Sponger Cartridges]] * [[SPARQLSponger][Sponger Exploitation via SPARQL]] * [[VirtSpongerCartridgeSupportedDataSourcesMetaRESTExamples][Interacting with Sponger Meta Cartridge via RESTful Patterns]] * [[VirtSpongerCartridgeRDFExtractor][Sponger Cartridges & RDF Transformation]] * [[RDFMappers][ Extending SPARQL IRI Dereferencing via Sponger]] * [[VirtSpongerCartridgeProgrammersGuide][Sponger Programmer's Guide]] * [[VirtProgrammerGuideRDFCartridge][Create RDF Custom Cartridge Tutorial]] * [[VirtSpongerCartridgeSupportedDataSources][OpenLink-supplied Sponger Cartridges]] * [[VirtSpongerACL][Guide for Protecting Your Sponger Instance via Access Control List (ACL)]] * [[http://docs.openlinksw.com/virtuoso/virtuososponger.html][Virtuoso Documentation Chapter re. Sponger]] * [[VirtSpongerCartridgeProgrammersGuide][Sponger Programmer's Guide]] * [[http://virtuoso.openlinksw.com/Whitepapers/html/VirtSpongerWhitePaper.html][Technical White Paper]]
sioc:id
165202ca13b7d338c4b683838a47bb6c
sioc:link
n2:VirtInteractSpongerMiddlewareRESTPatterns
sioc:has_container
n10:VOS
n7:has_services
n8:item
atom:title
VirtInteractSpongerMiddlewareRESTPatterns
sioc:links_to
n5:MusicBrainz n6:vad n5:VirtSpongerCartridgeSupportedDataSources n11:html n5:VirtSponger n13:html n5:VirtProgrammerGuideRDFCartridge n5:VirtSpongerACL n2:VirtSpongerCartridgeSupportedDataSourcesMetaRESTExamples n21:10 n22:10 n5:RDFMappers n24:10 n25:html n5:VirtSpongerCartridgeProgrammersGuide n26:html n5:VirtSpongerCartridgeRDFExtractor n5:SPARQLSponger
atom:source
n10:VOS
atom:author
n15:this
atom:published
2017-06-13T05:37:02Z
atom:updated
2017-06-13T05:37:02Z
sioc:topic
n10:VOS