<docbook><section><title>VirtTipsAndTricksGuideDescribeMode</title><title>How does default describe mode work?</title>How does default describe mode work?
<para>The default describe mode works only if subject has a type/class.
To get any anonymous subject described CBD mode should be used:</para>
<programlisting>$ curl -i -L -H &quot;Accept: application/rdf+xml&quot; http://lod.openlinksw.com/describe/?url=http%3A%2F%2Fwww.mpii.de%2Fyago%2Fresource%2FEddie%255FMurphy
HTTP/1.1 303 See Other
Date: Mon, 21 Mar 2011 14:24:36 GMT
Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64  VDB
Content-Type: text/html; charset=UTF-8
Accept-Ranges: bytes
TCN: choice
Vary: negotiate,accept,Accept-Encoding
Location: http://lod.openlinksw.com/sparql?query=%20DESCRIBE%20%3Chttp%3A%2F%2Fwww.mpii.de%2Fyago%2Fresource%2FEddie%255FMurphy%3E&amp;format=application%
2Frdf%2Bxml
Content-Length: 0

HTTP/1.1 200 OK
Date: Mon, 21 Mar 2011 14:24:37 GMT
Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64  VDB
Accept-Ranges: bytes
Content-Type: application/rdf+xml; charset=UTF-8
Content-Length: 467967

&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;
&lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:rdfs=&quot;http://www.w3.org/2000/01/rdf-schema#&quot;&gt;
&lt;rdf:Description rdf:about=&quot;http://www.mpii.de/yago/resource/MTV%5FMovie%5FAward%5Ffor%5FBest%5FComedic%5FPerformance&quot;&gt;&lt;n0pred:hasInternalWikipediaLinkTo xmlns:n0pred=&quot;http://www.mpii.de/yago/resource/&quot; rdf:resource=&quot;http://www.mpii.de/yago/resource/Eddie%5FMurphy&quot;/&gt;&lt;/rdf:Description&gt;
&lt;rdf:Description rdf:about=&quot;http://www.mpii.de/yago/resource/#fact_23536547421&quot;&gt;&lt;rdf:subject rdf:resource=&quot;http://www.mpii.de/yago/resource/Eddie%5FMurphy&quot;/&gt;&lt;/rdf:Description&gt;
&lt;rdf:Description rdf:about=&quot;http://www.mpii.de/yago/resource/#fact_23536896725&quot;&gt;&lt;rdf:object rdf:resource=&quot;http://www.mpii.de/yago/resource/Eddie%5FMurphy&quot;/&gt;&lt;/rdf:Description&gt;
...
</programlisting><bridgehead class="http://www.w3.org/1999/xhtml:h3">Related</bridgehead>
<itemizedlist mark="bullet" spacing="compact"><listitem><ulink url="VirtTipsAndTricksGuide">Virtuoso Tips and Tricks Collection</ulink> </listitem>
</itemizedlist></section></docbook>