Here is another example based on a different query.<div><br></div><div><b>Mammals expected in Wisconsin</b><br><div><br></div><div>I have bundled the screenshots and the query into this bit,ly bundle </div><div><br></div><div>
<a href="http://bit.ly/lBTFDf">http://bit.ly/lBTFDf</a><br clear="all"><br></div><div>The SPARQL Query Looks like this. Note I am only requesting a subset of the information about each of these species.</div><div><br></div>
<div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">PREFIX txn:     &lt;<a href="http://lod.taxonconcept.org/ontology/txn.owl#">http://lod.taxonconcept.org/ontology/txn.owl#</a>&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">PREFIX rdf:     &lt;<a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#">http://www.w3.org/1999/02/22-rdf-syntax-ns#</a>&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">PREFIX dcterms: &lt;<a href="http://purl.org/dc/terms/">http://purl.org/dc/terms/</a>&gt;</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">PREFIX wisconsin:  &lt;<a href="http://sws.geonames.org/5279468/">http://sws.geonames.org/5279468/</a>&gt;</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">PREFIX dbpedia_owl:  &lt;<a href="http://dbpedia.org/ontology/">http://dbpedia.org/ontology/</a>&gt; </font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><br></font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"><br></font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">select distinct ?s, ?o as ?image,  ?kingdom, ?phylum, ?class, ?order, ?family, ?genus, ?sciname, ?cname, ?author where {</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"> ?s rdf:type txn:SpeciesConcept.</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"> ?s txn:inDBpediaClade dbpedia_owl:Mammal.</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"> ?s txn:isExpectedIn wisconsin:.</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"> ?s txn:kingdom ?kingdom.</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"> ?s txn:phylum  ?phylum.</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"> ?s txn:class   ?class.</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"> ?s txn:order   ?order.</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"> ?s txn:family  ?family.</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"> ?s txn:genus   ?genus.</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"> ?s txn:hasScientificName   ?sciname.</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"> optional {?s  txn:thumbnail ?o.</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">               ?s txn:commonName  ?cname.</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">               ?s txn:scientificNameAuthorship  ?author}.</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"> }</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"> </font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace"> limit 2000</font></div></div><div><br></div><div>This uses the optional section so that those species that might not have a thumbnail or common name still show up in the query results.</div>
<div><br></div><div>You can modify this query and run it yourself on <a href="http://uriburner.com/isparql/">http://uriburner.com/isparql/</a>  Click on the &quot;Advanced&quot; tab to see the box for entering the query.</div>
<div><br></div><div><br>- Pete</div><div> <br>







------------------------------------------------------------------------------------<br>Pete DeVries<br>Department of Entomology<br>University of Wisconsin - Madison<br>445 Russell Laboratories<br>1630 Linden Drive<br>Madison, WI 53706<br>
Email: <a href="mailto:pdevries@wisc.edu" target="_blank">pdevries@wisc.edu</a><br><a href="http://www.taxonconcept.org/" target="_blank">TaxonConcept</a>  &amp;  <a href="http://about.geospecies.org/" target="_blank">GeoSpecies</a> Knowledge Bases<br>
A Semantic Web, <a href="http://linkeddata.org/" target="_blank">Linked Open Data</a>  Project<br>--------------------------------------------------------------------------------------<br>
</div></div>