<docbook><section><title>VirtTipsAndTricksIsPropertyOfSyntaxInTurtleSponger</title><para> </para>
<bridgehead class="http://www.w3.org/1999/xhtml:h2">Load Turtle Example Resource using Sponger</bridgehead>
<para>The following example demonstrates how to retrieve triples from remote Turtle resource using Sponger.</para>
<bridgehead class="http://www.w3.org/1999/xhtml:h3">Prerequisites</bridgehead>
<para>The following packages should be installed:</para>
<orderedlist spacing="compact"><listitem><ulink url="https://virtuoso.openlinksw.com/download/">conductor_dav.vad</ulink> package </listitem>
<listitem><ulink url="https://virtuoso.openlinksw.com/download/">cartridges_dav.vad</ulink> package</listitem>
</orderedlist><para> </para>
<bridgehead class="http://www.w3.org/1999/xhtml:h3">Steps</bridgehead>
<orderedlist spacing="compact"><listitem>Assume the following <ulink url="https://s3.amazonaws.com/webid-sandbox/Enhanced-Turtle-Example.ttl">https://s3.amazonaws.com/webid-sandbox/Enhanced-Turtle-Example.ttl</ulink> public turtle resource.
</listitem>
<listitem>Sponge the resource URI by accessing <ulink url="http://host:port/about/html/?uri=&lt;the-uri-of-the-resource">http://host:port/about/html/?uri=&lt;the-uri-of-the-resource</ulink>&gt;, so for ex.: <programlisting>http://linkeddata.uriburner.com/about/html/https://s3.amazonaws.com/webid-sandbox/Enhanced-Turtle-Example.ttl
</programlisting><ulink url="VirtTipsAndTricksIsPropertyOfSyntaxInTurtleSponger/sponger1.png"><figure><graphic fileref="VirtTipsAndTricksIsPropertyOfSyntaxInTurtleSponger/sponger1.png" /></figure></ulink> <ulink url="VirtTipsAndTricksIsPropertyOfSyntaxInTurtleSponger/sponger2.png"><figure><graphic fileref="VirtTipsAndTricksIsPropertyOfSyntaxInTurtleSponger/sponger2.png" /></figure></ulink>%BR   1 View topic Alice: <ulink url="VirtTipsAndTricksIsPropertyOfSyntaxInTurtleSponger/sponger3.png"><figure><graphic fileref="VirtTipsAndTricksIsPropertyOfSyntaxInTurtleSponger/sponger3.png" /></figure></ulink>%BR </listitem>
<listitem>Execute from ISQL the following statement in order to view the inserted triples: <programlisting>SQL&gt; set blobs on;

SQL&gt; SPARQL
 DEFINE output:format &quot;TTL&quot;
 CONSTRUCT { ?s ?p ?o }
 FROM &lt;https://s3.amazonaws.com/webid-sandbox/Enhanced-Turtle-Example.ttl&gt;
 WHERE
   {
  ?s ?p ?o
   };
fmtaggret-TTL
LONG VARCHAR
_______________________________________________________________________________

@prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .
@prefix opl: &lt;http://www.openlinksw.com/schema/attribution#&gt; .
rdf: rdf:type opl:DataSource ;
     opl:hasNamespacePrefix &quot;rdf&quot; .
@prefix ns2: &lt;https://s3.amazonaws.com/webid-sandbox/Enhanced-Turtle-Example.ttl#&gt; .
@prefix http-voc: &lt;http://www.w3.org/2006/http#&gt; .
ns2:conn rdf:type http-voc:Connection ;
         http-voc:connectionAuthority &quot;s3.amazonaws.com&quot; ;
         http-voc:request ns2:req0 .
ns2:req0 rdf:type http-voc:GetRequest , http-voc:Request ;
         http-voc:requestURI &lt;https://s3.amazonaws.com/webid-sandbox/Enhanced-Turtle-Example.ttl&gt; ;
         http-voc:abs_path &quot;/webid-sandbox/Enhanced-Turtle-Example.ttl&quot; ;
         http-voc:response ns2:resp0 ;
         http-voc:header _:vb216186396 , _:vb215357377 , _:vb216190617 ;
         http-voc:version &quot;1.1&quot; .
ns2:resp0 rdf:type http-voc:Response ;
          http-voc:responseCode &lt;http://www.w3.org/2006/http#200&gt; ;
          http-voc:header _:vb216186423 , _:vb215357404 , _:vb216190644 ;
          http-voc:version &quot;1.1&quot; .
@prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
ns2:Alice foaf:name &quot;Alice&quot; ;
          foaf:age 38 .
@prefix wdrs: &lt;http://www.w3.org/2007/05/powder-s#&gt; .
ns2:Alice wdrs:describedby &lt;https://s3.amazonaws.com/webid-sandbox/Enhanced-Turtle-Example.ttl&gt; ;
          ns2:child ns2:Bob , ns2:Charlie ;
          foaf:near ns2:London .
@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
ns2:child rdfs:label &quot;Child Property or Attribute&quot; .
@prefix owl: &lt;http://www.w3.org/2002/07/owl#&gt; .
@prefix ns8: &lt;http://purl.org/vocab/relationship/&gt; .
ns2:child owl:equivalentProperty ns8:childOf ;
          wdrs:describedby &lt;https://s3.amazonaws.com/webid-sandbox/Enhanced-Turtle-Example.ttl&gt; .
ns2:Edna ns2:child ns2:Alice .
ns2:Fred ns2:child ns2:Alice .
ns2:London rdfs:label &quot;London&quot; .
@prefix dbpedia: &lt;http://dbpedia.org/resource/&gt; .
        ns2:London owl:sameAs dbpedia:London ;
        wdrs:describedby &lt;https://s3.amazonaws.com/webid-sandbox/Enhanced-Turtle-Example.ttl&gt; .
&lt;https://s3.amazonaws.com/webid-sandbox/Enhanced-Turtle-Example.ttl&gt; rdf:type foaf:Document .
@prefix dc: &lt;http://purl.org/dc/elements/1.1/&gt; .
&lt;https://s3.amazonaws.com/webid-sandbox/Enhanced-Turtle-Example.ttl&gt; dc:title &quot;Linked Data Deployment using an Amazon S3 Bucket and a Turtle content based Document&quot; .
@prefix ns11: &lt;http://kingsley.idehen.net/dataspace/person/kidehen#&gt; .
&lt;https://s3.amazonaws.com/webid-sandbox/Enhanced-Turtle-Example.ttl&gt; foaf:maker ns11:this ;
        foaf:topic ns2:Alice , ns2:child ,  ns2:London .
@prefix ns12: &lt;http://www.openlinksw.com/schemas/RDF#&gt; .
&lt;https://s3.amazonaws.com/webid-sandbox/Enhanced-Turtle-Example.ttl&gt; ns12:format &quot;TURTLE&quot; .
&lt;http://linkeddata.uriburner.com/about/id/https/s3.amazonaws.com/webid-sandbox/Enhanced-Turtle-Example.ttl&gt; opl:isDescribedUsing rdf: .
@prefix dcterms: &lt;http://purl.org/dc/terms/&gt; .
_:vb215357368 dcterms:date &quot;1999&quot; ;
              dcterms:title &quot;My life&quot; ;
              dcterms:creator ns2:Alice .
_:vb215357369 rdf:type http-voc:MessageHeader .
@prefix ns14: &lt;http://www.w3.org/2006/http-header#&gt; .
_:vb215357369 http-voc:fieldName ns14:host ;
              http-voc:fieldValue _:vb215357370 .
_:vb215357370 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;s3.amazonaws.com&quot; .
_:vb215357371 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:user-agent ;
 http-voc:fieldValue _:vb215357372 .
_             :vb215357372 rdf:type http-voc:HeaderElement ;
 http-voc:elementName &quot;OpenLink Virtuoso RDF crawler&quot; .
_:vb215357373 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:accept ;
              http-voc:fieldValue _:vb215357374 .
_:vb215357374 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;application/rdf+xml; q=1.0, text/rdf+n3; 
              q=0.9, application/rdf+turtle; 
              q=0.5, application/x-turtle; 
              q=0.6, application/turtle; 
              q=0.5, text/turtle; 
              q=0.7, application/xml; 
              q=0.2, */*; q=0.1&quot; .
_:vb215357375 rdf:first _:vb215357373 ;
              rdf:rest rdf:nil .
_:vb215357376 rdf:first _:vb215357371 ;
              rdf:rest _:vb215357375 .
_:vb215357377 rdf:first _:vb215357369 ;
              rdf:rest _:vb215357376 .
_:vb215357378 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:server ;
 http-voc:fieldValue _:vb215357379 .
_:vb215357379 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;AmazonS3&quot; .
_:vb215357380 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:content-length ;
              http-voc:fieldValue _:vb215357381 .
_:vb215357381 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;1359&quot; .
_:vb215357382 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:content-type ;
              http-voc:fieldValue _:vb215357383 .
_:vb215357383 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;text/turtle&quot; .
_:vb215357384 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:accept-ranges ;
              http-voc:fieldValue _:vb215357385 .
_:vb215357385 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;bytes&quot; .
_:vb215357386 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:etag ;
              http-voc:fieldValue _:vb215357387 .
_:vb215357387 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;\&quot;744c0ef737e88ccad3d9fa2730762de2\&quot;&quot; .
_:vb215357388 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:last-modified ;
              http-voc:fieldValue _:vb215357389 .
_:vb215357389 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;Thu, 19 Jul 2012 19:42:29 GMT&quot; .
_:vb215357390 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:date ;
              http-voc:fieldValue _:vb215357391 .
_:vb215357391 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;Thu, 19 Jul 2012 19:42:50 GMT&quot; .
_:vb215357392 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:x-amz-request-id ;
              http-voc:fieldValue _:vb215357393 .
_:vb215357393 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;A22404992684CF74&quot; .
_:vb215357394 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:x-amz-id-2 ;
              http-voc:fieldValue _:vb215357395 .
_:vb215357395 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;j06stI8n5YvXXJPcieyU5kp1u1AplKbOIYLzXVdMJaNCW3WFtr7dwPB75lAC6Szc&quot; .
_:vb215357396 rdf:first _:vb215357394 ;
              rdf:rest rdf:nil .
_:vb215357397 rdf:first _:vb215357392 ;
              rdf:rest _:vb215357396 .
_:vb215357398 rdf:first _:vb215357390 ;
              rdf:rest _:vb215357397 .
_:vb215357399 rdf:first _:vb215357388 ;
              rdf:rest _:vb215357398 .
_:vb215357400 rdf:first _:vb215357386 ;
              rdf:rest _:vb215357399 .
_:vb215357401 rdf:first _:vb215357384 ;
              rdf:rest _:vb215357400 .
_:vb215357402 rdf:first _:vb215357382 ;
              rdf:rest _:vb215357401 .
_:vb215357403 rdf:first _:vb215357380 ;
              rdf:rest _:vb215357402 .
_:vb215357404 rdf:first _:vb215357378 ;
              rdf:rest _:vb215357403 .
_:vb216186380 dcterms:date &quot;1999&quot; ;
              dcterms:title &quot;My life&quot; ;
              dcterms:creator ns2:Alice .
_:vb216186385 rdf:type http-voc:MessageHeader ;
             http-voc:fieldName ns14:host ;
             http-voc:fieldValue _:vb216186386 .
_:vb216186386 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;s3.amazonaws.com&quot; .
_:vb216186387 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:if-none-match ;
              http-voc:fieldValue _:vb216186388 .
_:vb216186388 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;\&quot;744c0ef737e88ccad3d9fa2730762de2\&quot;&quot; .
_:vb216186389 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:user-agent ;
              http-voc:fieldValue _:vb216186390 .
_:vb216186390 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;OpenLink Virtuoso RDF crawler&quot; .
_:vb216186391 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:accept ;
              http-voc:fieldValue _:vb216186392 .
_:vb216186392 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;application/rdf+xml; 
              q=1.0, text/rdf+n3; 
              q=0.9, application/rdf+turtle; 
              q=0.5, application/x-turtle; 
              q=0.6, application/turtle; 
              q=0.5, text/turtle; 
              q=0.7, application/xml; 
              q=0.2, */*; q=0.1&quot; .
_:vb216186393 rdf:first _:vb216186391 ;
              rdf:rest rdf:nil .
_:vb216186394 rdf:first _:vb216186389 ;
              rdf:rest _:vb216186393 .
_:vb216186395 rdf:first _:vb216186387 ;
              rdf:rest _:vb216186394 .
_:vb216186396 rdf:first _:vb216186385 ;
              rdf:rest _:vb216186395 .
_:vb216186397 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:server ;
              http-voc:fieldValue _:vb216186398 .
_:vb216186398 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;AmazonS3&quot; .
_:vb216186399 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:content-length ;
              http-voc:fieldValue _:vb216186400 .
_:vb216186400 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;1455&quot; .
_:vb216186401 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:content-type ;
              http-voc:fieldValue _:vb216186402 .
_:vb216186402 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;text/turtle&quot; .
_:vb216186403 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:accept-ranges ;
              http-voc:fieldValue _:vb216186404 .
_:vb216186404 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;bytes&quot; .
_:vb216186405 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:etag ;
              http-voc:fieldValue _:vb216186406 .
_:vb216186406 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;\&quot;7cdec5e4832a02196e61a2fb0af38915\&quot;&quot; .
_:vb216186407 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:last-modified ;
              http-voc:fieldValue _:vb216186408 .
_:vb216186408 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;Fri, 20 Jul 2012 11:54:19 GMT&quot; .
_:vb216186409 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:date ;
              http-voc:fieldValue _:vb216186410 .
_:vb216186410 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;Fri, 20 Jul 2012 11:55:21 GMT&quot; .
_:vb216186411 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:x-amz-request-id ;
              http-voc:fieldValue _:vb216186412 .
_:vb216186412 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;ED5170411A8FC00D&quot; .
_:vb216186413 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:x-amz-id-2 ;
              http-voc:fieldValue _:vb216186414 .
_:vb216186414 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;ZZK/KEv5uux4EjQmHfR9Va1nkJ8y7/RpySLblp59OxqmgCjplkfdJe/ga+YQf/p2&quot; .
_:vb216186415 rdf:first _:vb216186413 ;
              rdf:rest rdf:nil .
_:vb216186416 rdf:first _:vb216186411 ;
              rdf:rest _:vb216186415 .
_:vb216186417 rdf:first _:vb216186409 ;
              rdf:rest _:vb216186416 .
_:vb216186418 rdf:first _:vb216186407 ;
              rdf:rest _:vb216186417 .
_:vb216186419 rdf:first _:vb216186405 ;
              rdf:rest _:vb216186418 .
_:vb216186420 rdf:first _:vb216186403 ;
              rdf:rest _:vb216186419 .
_:vb216186421 rdf:first _:vb216186401 ;
              rdf:rest _:vb216186420 .
_:vb216186422 rdf:first _:vb216186399 ;
              rdf:rest _:vb216186421 .
_:vb216186423 rdf:first _:vb216186397 ;
              rdf:rest _:vb216186422 .
_:vb216190604 dcterms:date &quot;1999&quot; ;
              dcterms:title &quot;My life&quot; ;
              dcterms:creator ns2:Alice .
_:vb216190606 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:host ;
              http-voc:fieldValue _:vb216190607 .
_:vb216190607 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;s3.amazonaws.com&quot; .
_:vb216190608 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:if-none-match ;
              http-voc:fieldValue _:vb216190609 .
_:vb216190609 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;\&quot;7cdec5e4832a02196e61a2fb0af38915\&quot;&quot; .
_:vb216190610 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:user-agent ;
              http-voc:fieldValue _:vb216190611 .
_:vb216190611 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;OpenLink Virtuoso RDF crawler&quot; .
_:vb216190612 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:accept ;
              http-voc:fieldValue _:vb216190613 .
_:vb216190613 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;application/rdf+xml; q=1.0, text/rdf+n3; q=0.9, application/rdf+turtle; q=0.5, application/x-turtle; q=0.6, application/turtle; q=0.5, text/turtle; q=0.7, application/xml; q=0.2, */*; q=0.1&quot; .
_:vb216190614 rdf:first _:vb216190612 ;
              rdf:rest rdf:nil .
_:vb216190615 rdf:first _:vb216190610 ;
              rdf:rest _:vb216190614 .
_:vb216190616 rdf:first _:vb216190608 ;
              rdf:rest _:vb216190615 .
_:vb216190617 rdf:first _:vb216190606 ;
              rdf:rest _:vb216190616 .
_:vb216190618 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:server ;
              http-voc:fieldValue _:vb216190619 .
_:vb216190619 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;AmazonS3&quot; .
_:vb216190620 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:content-length ;
              http-voc:fieldValue _:vb216190621 .
_:vb216190621 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;1612&quot; .
_:vb216190622 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:content-type ;
              http-voc:fieldValue _:vb216190623 .
_:vb216190623 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;text/turtle&quot; .
_:vb216190624 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:accept-ranges ;
              http-voc:fieldValue _:vb216190625 .
_:vb216190625 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;bytes&quot; .
_:vb216190626 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:etag ;
              http-voc:fieldValue _:vb216190627 .
_:vb216190627 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;\&quot;8a3c34134dcd4c84c57ee8c1bcd5ecde\&quot;&quot; .
_:vb216190628 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:last-modified ;
              http-voc:fieldValue _:vb216190629 .
_:vb216190629 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;Fri, 20 Jul 2012 12:02:08 GMT&quot; .
_:vb216190630 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:date ;
              http-voc:fieldValue _:vb216190631 .
_:vb216190631 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;Fri, 20 Jul 2012 12:02:38 GMT&quot; .
_:vb216190632 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:x-amz-request-id ;
              http-voc:fieldValue _:vb216190633 .
_:vb216190633 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;34AB8AA6D1ABD741&quot; .
_:vb216190634 rdf:type http-voc:MessageHeader ;
              http-voc:fieldName ns14:x-amz-id-2 ;
              http-voc:fieldValue _:vb216190635 .
_:vb216190635 rdf:type http-voc:HeaderElement ;
              http-voc:elementName &quot;qmwwEgawRFeXYz0TjJ25bTTicPtu/Ro0Y6V1hy6DBSx4JHzZryJ4uObtRBRjPX3R&quot; .
_:vb216190636 rdf:first _:vb216190634 ;
              rdf:rest rdf:nil .
_:vb216190637 rdf:first _:vb216190632 ;
              rdf:rest _:vb216190636 .
_:vb216190638 rdf:first _:vb216190630 ;
              rdf:rest _:vb216190637 .
_:vb216190639 rdf:first _:vb216190628 ;
              rdf:rest _:vb216190638 .
_:vb216190640 rdf:first _:vb216190626 ;
              rdf:rest _:vb216190639 .
_:vb216190641 rdf:first _:vb216190624 ;
              rdf:rest _:vb216190640 .
_:vb216190642 rdf:first _:vb216190622 ;
              rdf:rest _:vb216190641 .
_:vb216190643 rdf:first _:vb216190620 ;
              rdf:rest _:vb216190642 .
_:vb216190644 rdf:first _:vb216190618 ;
              rdf:rest _:vb216190643 .
</programlisting></listitem>
</orderedlist><para> </para>
<bridgehead class="http://www.w3.org/1999/xhtml:h3">Related</bridgehead>
<itemizedlist mark="bullet" spacing="compact"><listitem>See extended <ulink url="VirtRDFGraphsSecurity">fine-grained scenarios</ulink> using RDF GRAPH Security.
</listitem>
<listitem>Load Turtle resource(s) using: <itemizedlist mark="bullet" spacing="compact"><listitem><ulink url="VirtTipsAndTricksIsPropertyOfSyntaxInTurtleLOAD">SPARQL 1.1 LOAD FEATURE</ulink>; </listitem>
<listitem><ulink url="VirtTipsAndTricksIsPropertyOfSyntaxInTurtleConductor">Conductor</ulink>; </listitem>
<listitem><ulink url="VirtTipsAndTricksIsPropertyOfSyntaxInTurtleCMD">Command Line Turtle Loader</ulink>; </listitem>
</itemizedlist></listitem>
<listitem><ulink url="VirtTipsAndTricksIsPropertyOfSyntaxInTurtle">Using {is property of} for inverse relations in Turtle</ulink> </listitem>
<listitem><ulink url="VirtTipsAndTricksGuide">Virtuoso Tips and Tricks Collection</ulink> </listitem>
<listitem><ulink url="http://docs.openlinksw.com/virtuoso/rdfsparql.html">Virtuoso Documentation</ulink> </listitem>
<listitem><ulink url="VirtSponger">Virtuoso Sponger</ulink> </listitem>
</itemizedlist></section></docbook>