<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Although this specific example deals with taxonomic name identifiers,
it is related to a previous discussion on this list about how we should
use the dwc:xxxxxID terms and other terms (such as recordedBy and
identifiedBy) that could have either a string (literal) or URI form.&nbsp;
Although I don't really want to see an unnecessary proliferation of
Darwin Core terms, I think that in the interest of clarity
(particularly where RDF is involved) there either should be multiple
terms that make it clear what form of identifier is expected, or else
there should be an understanding that in RDF the default for such a
term is a URI which would then have an rdfs:Label property which was
the string form.&nbsp; I think the former would be preferable to the
latter.&nbsp; <br>
<br>
I came to this opinion when trying to write RDF describing an herbarium
specimen.&nbsp; The collector should be the dwc:recordedBy property of the
specimen.&nbsp; Optimally, there would be a database in which known
collectors were assigned URIs so that "Glen N. Montz", "Glen Montz",
"G. N. Montz", etc. would all be different labels for the same
resource.&nbsp; However, realistically, I'm not going to drop what I'm doing
to set up such a database (even if I were capable of doing it, which
I'm not).&nbsp; So I ended up just writing it as &lt;dwc:recordedBy&gt;Glen
N. Montz&lt;/dwc:recordedBy&gt; even though I knew it wasn't probably
the best thing.&nbsp; In a large Occurrence database that was compiled from
the RDF created by a lot of people, there might end up being a mixture
of strings and URIs for dwc:recordedBy properties of the specimens.&nbsp; It
seems to me like it would be better to have properties like
dwc:recordedBy for strings and dwc:recordedByURI for a corresponding
URI (and I suppose dwc:recordedByLSID if anyone wants to use it).&nbsp; Of
course, this would require a number of term additions to DwC and
clarification in the DwC documentation that the generic version was
intended for strings.&nbsp; <br>
<br>
With respect to the example<br>
&lt;dwc:hasScientificNameLSID
rdf:resource="urn:lsid:catalogueoflife.org:taxon:24e7d624-60a7-102d-be47-00304854f810:ac2010"/&gt;<br>
I think you are right that (with the possible exception of
rdfs:seeAlso) there is an expectation that an rdf:resource attribute
will be a resolvable URI that produces RDF.&nbsp; So <br>
&lt;dwc:hasScientificNameLSID&gt;urn:lsid:catalogueoflife.org:taxon:24e7d624-60a7-102d-be47-00304854f810:ac2010&lt;/dwc:hasScientificNameLSID&gt;<br>
is probably better.<br>
<br>
Steve<br>
<br>
Peter DeVries wrote:
<blockquote
 cite="mid:AANLkTik=OqVnhTRcDCZJ1Z2Wfa0cT+FrcoyxVOfeJp_-@mail.gmail.com"
 type="cite">I have been thinking about the following pattern. In part
after looking at the GBIF vocabulary.
  <div><br>
  </div>
  <div>I am not sure if it is even a good idea but might be worth some
discussion.</div>
  <div><br>
  </div>
  <div>For those fields that have both a string and "ID" form maybe the
following pattern might be useful</div>
  <div><br>
  </div>
  <div>hasScientificName = string form</div>
  <div>hasScientificNameURI = Resolvable LOD compliant identifier</div>
  <div>hasScientificNameLSID = LSID identifier which could be
resolvable once you add the <a class="moz-txt-link-rfc2396E" href="http:proxy">"http:proxy"</a> etc.</div>
  <div><br>
  </div>
  <div>This allows all three forms to be included if desired, it also
provides a hint as to how the field should be interpreted or resolved.</div>
  <div><br>
  </div>
  <div>One group could also provide a mapping service so that each
record does not need to include all three forms, but would allow systems</div>
  <div>to find the matching LSID for a given URI or vs. versa.</div>
  <div><br>
  </div>
  <div>My concern was that it would be difficult to infer how a
scientificNameID should be interpreted by other systems.</div>
  <div><br>
  </div>
  <div>Is this an LSD, is it a URI, is it a UUID etc. ?</div>
  <div><br>
  </div>
  <div>This impacts the structure of the RDF.</div>
  <div><br>
  </div>
  <div>
  <div>* Note that the actual identifiers might not be correct, the
example below is more about the form of the RDF</div>
  <div>* For instance, I don't think it is probably correct to see the
COL LSID as just a namestring</div>
  <div>* Also in this example the GNI name does not exactly match the
string name</div>
  <div><br>
  </div>
  <div>&lt;dwc:hasScientificName&gt;Puma concolor (Linnaeus
1771)&lt;/dwc:hasScientificName&gt;</div>
  <div>&lt;dwc:hasScientificNameURI rdf:resource="<a
 moz-do-not-send="true"
 href="http://gni.globalnames.org/name_strings/6c3dc35f-d901-5cc5-b9c8-ad241069b9f8">http://gni.globalnames.org/name_strings/6c3dc35f-d901-5cc5-b9c8-ad241069b9f8</a>"/&gt;</div>
  <div>&lt;dwc:hasScientificNameLSID
rdf:resource="urn:lsid:catalogueoflife.org:taxon:24e7d624-60a7-102d-be47-00304854f810:ac2010"/&gt;</div>
  <div><br>
  </div>
  <div>Some system may choke on the LSID form assuming that it uses a
standard resolution mechanism</div>
  <div><br>
  </div>
  <div>So it might be best to use this form</div>
  <div><br>
  </div>
  <div>&lt;dwc:hasScientificNameLSID&gt;urn:lsid:catalogueoflife.org:taxon:24e7d624-60a7-102d-be47-00304854f810:ac2010&lt;/dwc:hasScientificNameLSID&gt;</div>
  <div><br>
  </div>
- 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>
  <a moz-do-not-send="true" href="http://www.taxonconcept.org/"
 target="_blank">TaxonConcept Knowledge Base</a> / <a
 moz-do-not-send="true" href="http://lod.geospecies.org/"
 target="_blank">GeoSpecies Knowledge Base</a><br>
  <a moz-do-not-send="true" href="http://about.geospecies.org/"
 target="_blank">About the GeoSpecies Knowledge Base</a><br>
------------------------------------------------------------<br>
  </div>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Steven J. Baskauf, Ph.D., Senior Lecturer
Vanderbilt University Dept. of Biological Sciences

postal mail address:
VU Station B 351634
Nashville, TN  37235-1634,  U.S.A.

delivery address:
2125 Stevenson Center
1161 21st Ave., S.
Nashville, TN 37235

office: 2128 Stevenson Center
phone: (615) 343-4582,  fax: (615) 343-6707
<a class="moz-txt-link-freetext" href="http://bioimages.vanderbilt.edu">http://bioimages.vanderbilt.edu</a>
</pre>
</body>
</html>