This HTML5 document contains 31 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#
foafhttp://xmlns.com/foaf/0.1/
n5http://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/
n17http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n6http://rdfs.org/sioc/services#
n14http://http://docs.openlinksw.com/virtuoso/fn_http_internal_redirect.
siocthttp://rdfs.org/sioc/types#
n18http://vos.openlinksw.com/dataspace/person/dav#
n11http://docs.openlinksw.com/virtuoso/functions.
n20http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksHTTPInternalRedirect/sioc.
n10http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n8http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n13http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n18:this
foaf:made
n2:VirtTipsAndTricksHTTPInternalRedirect
Subject Item
n17:this
sioc:creator_of
n2:VirtTipsAndTricksHTTPInternalRedirect
Subject Item
n5:item
n6:services_of
n2:VirtTipsAndTricksHTTPInternalRedirect
Subject Item
n8:this
sioc:creator_of
n2:VirtTipsAndTricksHTTPInternalRedirect
Subject Item
n10:VOS
sioc:container_of
n2:VirtTipsAndTricksHTTPInternalRedirect
atom:entry
n2:VirtTipsAndTricksHTTPInternalRedirect
atom:contains
n2:VirtTipsAndTricksHTTPInternalRedirect
Subject Item
n2:VirtTipsAndTricksHTTPInternalRedirect
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:46:33.181581
dcterms:modified
2017-06-13T05:46:33.181581
rdfs:label
VirtTipsAndTricksHTTPInternalRedirect
foaf:maker
n13:this n18:this
dc:title
VirtTipsAndTricksHTTPInternalRedirect
opl:isDescribedUsing
n20:rdf
sioc:has_creator
n8:this n17:this
sioc:content
%META:TOPICPARENT{name="VirtTipsAndTricksGuide"}% ---+Performing Internal HTTP redirects ---++What? Virtuoso as opposed to HTTP based redirection. ---++Why? Handling situations where HTTP level redirection is inadequate. For example, <code>303</code> redirection offered when implementing hashless Linked Data URIs. Instead of sending a 303 Virtuoso will redirect to the URL in "Location:" and return <code>200 OK</code>. Basically, this is like <code>curl -iL</code> instead of <code>curl -i</code>, but implemented inside Virtuoso. ---++How? Directly or via URI template syntax used to construct rewrite rules for Virtuoso virtual directories / web service endpoints for the purposes of which Virtuoso offers the [[http://http://docs.openlinksw.com/virtuoso/fn_http_internal_redirect.html][http_internal_redirect function]]: <verbatim> http_internal_redirect ( in full_path varchar, -- Set new logical path to be redirected to [ in p_full_path varchar ] , -- Set physical path to be redirected to [ in long_url varchar ], -- Reserved for internal usage [ in keep_lpath integer ] -- Reserved for internal usage ) </verbatim> ---+++Example <verbatim> create procedure my_redirect() { declare full_path varchar; ... full_path := '/DAV/VAD/test/'; http_internal_redirect (full_path); set_user_id ('demo'); set http_charset='utf-8'; http_header ('Content-Type: text/xml; charset=UTF-8\r\n'); WS.WS.GET (path, pars, lines); return null; } } </verbatim> ---++Related * [[VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]] * [[http://docs.openlinksw.com/virtuoso/functions.html][Virtuoso Documentation]]
sioc:id
dfed62993eeb139d6aeb44339ae46ef8
sioc:link
n2:VirtTipsAndTricksHTTPInternalRedirect
sioc:has_container
n10:VOS
n6:has_services
n5:item
atom:title
VirtTipsAndTricksHTTPInternalRedirect
sioc:links_to
n11:html n14:html
atom:source
n10:VOS
atom:author
n18:this
atom:published
2017-06-13T05:46:33Z
atom:updated
2017-06-13T05:46:33Z
sioc:topic
n10:VOS