<div>I thought that some of the semantic web community might be able to provide some insight as to how we might be able to extend the geo vocabulary without breaking compatibility with existing tools and services.</div><div>
<br></div><div>I think it would be best to try the suggestion below with some additional sample data to see if it works as we expect before making any real decision.</div><div><br></div><div>Also note that this is most relevant to the fully semantic RDF version of the DarwinCore, and less relevant in the XML/CSV implementations.</div>
<div><br></div><div>Below is my original question, my test vocabulary and RDF as well as abbreviated versions of the suggestions from others:</div><div><br></div><div># Original Question</div><div>There was some discussion about ways to record species observations using the geo vocabulary at a recent biodiversity informatics meeting.</div>
<div><br></div><div>Some see the advantages of using the geo standard, but we really need to have a way to incorporate and error or extent in meters.</div><div><br></div><div>What would be the best way to extend the current geo vocabulary so that it includes this radius measure but still works well with geo aware tools and services?</div>
<div><br></div><div>The addition would be defined as the total extent including calculated error (PointRadiusSpatialFit).</div><div><br></div><div>This would be used to record that a species or &quot;thing&quot; was observed or collected within this geographical defined area.</div>
<div><br></div><div>Something like the example below, but I suspect that this might not make it a real geo:Point?</div><div><br></div><div><font class="Apple-style-span" face="tahoma, sans-serif">  &lt;geo:Point&gt;</font></div>
<div><font class="Apple-style-span" face="tahoma, sans-serif">    &lt;geo:lat&gt;55.701&lt;/geo:lat&gt;</font></div><div><font class="Apple-style-span" face="tahoma, sans-serif">    &lt;geo:long&gt;12.552&lt;/geo:long&gt;</font></div>
<div><font class="Apple-style-span" face="tahoma, sans-serif">    &lt;dwc:radius&gt;10&lt;/dwc:radius&gt;</font></div><div><font class="Apple-style-span" face="tahoma, sans-serif">  &lt;/geo:Point&gt;</font></div><div><br>
</div><div>This should work so that if I have 10,000 records recorded from within this same area, I can define it once and then refer to that area description RDF in the 10,000 species occurrence records with one simple URI to that area definition.</div>
<div><br></div><div>One solution would be for the geo authors to add the radius to the geo vocabulary. </div><div><br></div><div>Also there may be unrelated groups that might like the radius attribute for some other use.</div>
<div><br></div><div>Another alternative would be to somehow extend the geo vocabulary within a separate vocabulary.</div><div><br></div><div>It is not clear to me what is the best way to do this and still retain geo compatibility.</div>
<div><br></div><div>I look forward to ideas and suggestions,</div><div><br></div><div># End of Original Question</div><div>...</div><div><br></div><div>After reviewing the feedback I created a test vocabulary and RDF file.</div>
<div><br></div><div>The test vocabulary is in it&#39;s own namespace and called dwc_area.</div><div><br></div><div>It is here: <a href="http://lod.taxonconcept.org/ontology/dwc_area.owl">http://lod.taxonconcept.org/ontology/dwc_area.owl</a></div>
<div><br></div><div>The HTML Document is here <a href="http://lod.taxonconcept.org/ontology/dwc_area_doc/index.html">http://lod.taxonconcept.org/ontology/dwc_area_doc/index.html</a> (For some reason it did not include the imported geo vocabulary)</div>
<div><br></div><div>I also made up a small test file that uses both the new geo URI and an shows the suggested way to include a radius measure.</div><div><br></div><div>It is here: <a href="http://lod.taxonconcept.org/rdf/area_example.rdf">http://lod.taxonconcept.org/rdf/area_example.rdf</a></div>
<div><br></div><div>It should show up in URIburner and Sindice soon. I did submit an earlier incorrect version into Sindice so that might show up as well.</div><div><br></div><div>Here is what the RDF looks like in URIBurner </div>
<div><br></div><div>&lt; <a href="http://linkeddata.uriburner.com/about/html/http/lod.taxonconcept.org/rdf/area_example.rdf">http://linkeddata.uriburner.com/about/html/http/lod.taxonconcept.org/rdf/area_example.rdf</a> &gt;</div>
<div><br></div><div>To get to each of the three &quot;Areas&quot; you need to click on the links in the <b>topics</b> list</div><div><br></div><div>* Note that the final location of the vocabulary is unclear. It will probably end up in the DarwinCore vocabular or in my txn vocabulary.</div>
<div><br></div><div># Below is background info and the suggestions from the LOD community.</div><div><br></div><div>1)</div><div>There is proposed standard that everyone should know about</div><div><b>A Uniform Resource Identifier for Geographic Locations (&#39;geo&#39; URI)</b></div>
<div><a href="http://tools.ietf.org/html/rfc5870">http://tools.ietf.org/html/rfc5870</a> (from Sean Gillies)</div><div>* Not clear that all the systems understand this but URIburner and Virtuoso interprets these as a URN type thing so they work but are not understood in the way that the &quot;geo&quot; vocabulary is understood. Note that if and when this becomes a standard it will allow these &quot;Areas&quot; to be universally understood.</div>
<div> What this means is that I can markup my 10,0000 mosquito records from one location with one URN type id.</div><div><br></div><div>2)</div><div>I got the following back from Bernard Vatan.</div><div><br></div><div>&gt; What about something as the following, since the radius is not really a property of the point ... * Note this differs from my final examples</div>
<div><br></div><div>&lt;dwc:Area&gt;</div><div>    &lt;geo:center&gt;</div><div>        &lt;geo:Point&gt;</div><div>            &lt;geo:lat&gt;55.701&lt;/geo:lat&gt;</div><div>            &lt;geo:long&gt;12.552&lt;/geo:long&gt;</div>
<div>        &lt;/geo:Point&gt;</div><div>    &lt;/geo:center&gt;</div><div>    &lt;dwc:radius&gt;10&lt;/dwc:radius&gt;</div><div>&lt;/dwc:Area&gt;</div><div><br></div><div>3)</div><div>I also got this back from Paul Houle,</div>
<div><br></div><div>&gt; For Ookaboo I&#39;ve worked out an internal data model for points;  Ookaboo also knows about real shapes,  but the fact is that most people out there will throw points at you and only know how to consume points.</div>
<div>&gt; Here are a few bits of extra data that are useful to add to a point</div><div> </div><div>&gt; (1) provenance</div><div>&gt; (2) datum (I try to stick to WGS84,  but points from freebase occasionally have a Datum attached,  so I store it)</div>
<div>&gt; (3) circular error (the accuracy of the determination of the point,  for instance the technical limitation of a GPS receiver)</div><div>&gt; (4) scale length of feature (how accurate do we have to be?  it&#39;s not worth getting into an edit war over the exact point that represents,  say,  Finland.)</div>
<div>&gt; (5) an overall quality rating (so if we&#39;ve got ten points we can pick the best) </div><div><br></div><div># I am looking forward to comments and suggestions.</div><div>   If people want, this can be incorporated into the DarwinCore, but it would be best if it was done that did not entail some specific TDWG domain and ranges.</div>
<div>   This would allow it to be use by others, (perhaps for completely different kinds of things) without having to tie their work into some specific conceptualization.</div><div><br></div><div>Respectfully,</div><div><br>
</div><div>- Pete</div>----------------------------------------------------------------<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><a href="http://www.taxonconcept.org/" target="_blank">TaxonConcept Knowledge Base</a> / <a href="http://lod.geospecies.org/" target="_blank">GeoSpecies Knowledge Base</a><br><a href="http://about.geospecies.org/" target="_blank">About the GeoSpecies Knowledge Base</a><br>
------------------------------------------------------------<br>