Note that associatedOccurrences is one of the several terms that are meant to allow lists of relationships between resources to be captured in a single field. Others include associatedMedia, associatedReferences, associatedSequnces, and associatedTaxa. The main purposes of these fields is to provide a mechanism to share relationship information in a flat application profile such as the Simple Darwin Core (<a href="http://rs.tdwg.org/dwc/terms/simple/index.htm">http://rs.tdwg.org/dwc/terms/simple/index.htm</a>). If an application profile isn&#39;t constrained by being flat, then there is a much more robust way to capture relationships, using the ResourceRelationship class and it&#39;s constituent terms (<a href="http://rs.tdwg.org/dwc/terms/index.htm#relindex">http://rs.tdwg.org/dwc/terms/index.htm#relindex</a>).<br>
<br><div class="gmail_quote">On Mon, Aug 23, 2010 at 6:39 PM, Bob Morris <span dir="ltr">&lt;<a href="mailto:morris.bob@gmail.com">morris.bob@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Good idea, but it suffers from the same fate as might<br>
associatedOccurrences  (not previously mentioned because I was after<br>
some clarification in principle, with the herbarium duplicate sheets<br>
only one current case of interest): I need to follow whatever the<br>
community practice is of regarding a sheet as part of a duplicate set<br>
distributed by the original collector.  I&#39;m told by the people at the<br>
Harvard University Herbaria that &quot;duplicate&quot; usually, but not always,<br>
means from the same organism and same collection event---occasionally<br>
people used to put several organisms on the same sheet, raising the<br>
possibility that they are not even the same taxon. Worse,  the<br>
different parts of the same organism might be catalogued as separate<br>
specimens. In this case, an assertion that they are from the same<br>
individual might be true and understandable, but the utility of that<br>
assertion depends on your purpose. Consider a use case in which one<br>
set of traditional duplicates all have a determination that is out of<br>
date, but another specimen---say your acorn collected later from the<br>
same tree---has a current determination.  For purposes of notifying<br>
duplicate holders that a new determination has been made to the<br>
original, the later acorn may not be interesting. This means that for<br>
this use, a distributed query of the form &quot;find all records with the<br>
same dwc:individualID&quot; is not as useful as &quot;find all records with the<br>
same dwc:eventID&quot;.<br>
<br>
Also, as Mark writes, it doesn&#39;t address any other associatedOccurrences.<br>
<br>
More generally, we are working on annotations of data records.<br>
Probably what the real issue here is that associatedOccurrences is an<br>
assertion about organisms, and we are making assertions about<br>
occurrence data.<br>
<br>
On Mon, Aug 23, 2010 at 3:07 PM, Steve Baskauf<br>
<div class="im">&lt;<a href="mailto:steve.baskauf@vanderbilt.edu">steve.baskauf@vanderbilt.edu</a>&gt; wrote:<br>
</div><div><div></div><div class="h5">&gt; Bob,<br>
&gt; It seems to me that the most semantically clear way to indicate in a<br>
&gt; machine-readable way that two herbarium sheets are duplicates would be to<br>
&gt; assert that they have the same dwc:individualID.  individualID is defined as<br>
&gt; &quot;An identifier for an individual or named group of individual organisms<br>
&gt; represented in the Occurrence&quot; so asserting that two occurrences represent<br>
&gt; the same individual or named group of individual organisms pretty much<br>
&gt; exactly describes what duplicate specimens are.  I use this same approach to<br>
&gt; indicate that<br>
&gt; <a href="http://bioimages.vanderbilt.edu/baskauf/67307" target="_blank">http://bioimages.vanderbilt.edu/baskauf/67307</a><br>
&gt; is an image of an acorn from the same tree:<br>
&gt; <a href="http://bioimages.vanderbilt.edu/ind-baskauf/67304" target="_blank">http://bioimages.vanderbilt.edu/ind-baskauf/67304</a><br>
&gt; as the bark image<br>
&gt; <a href="http://bioimages.vanderbilt.edu/baskauf/67312" target="_blank">http://bioimages.vanderbilt.edu/baskauf/67312</a><br>
&gt; I won&#39;t say more here as I have written more extensively on this approach in<br>
&gt; Biodiversity Informatics 7:17-44<br>
&gt; (<a href="https://journals.ku.edu/index.php/jbi/article/view/3664" target="_blank">https://journals.ku.edu/index.php/jbi/article/view/3664</a>).  You can also<br>
&gt; look at the RDF associated with those GUIDs to see what I mean.  Solving<br>
&gt; this problem is also one of the reasons I have proposed adding the class<br>
&gt; Individual to DwC (i.e. so that the individuals that are the object of<br>
&gt; dwc:individualID can be rdfs:type&#39;d using a well-known vocabulary and<br>
&gt; therefore be &quot;understood&quot; by linked data clients).<br>
&gt;<br>
&gt; Steve<br>
&gt;<br>
&gt; Bob Morris wrote:<br>
&gt;<br>
&gt; <a href="http://rs.tdwg.org/dwc/terms/index.htm#associatedOccurrences" target="_blank">http://rs.tdwg.org/dwc/terms/index.htm#associatedOccurrences</a>   carries<br>
&gt; this description:<br>
&gt;<br>
&gt; associatedOccurrences<br>
&gt; Identifier:   <a href="http://rs.tdwg.org/dwc/terms/associatedOccurrences" target="_blank">http://rs.tdwg.org/dwc/terms/associatedOccurrences</a><br>
&gt; Class:        <a href="http://rs.tdwg.org/dwc/terms/Occurrence" target="_blank">http://rs.tdwg.org/dwc/terms/Occurrence</a><br>
&gt; Definition:   A list (concatenated and separated) of identifiers of<br>
&gt; other Occurrence records and their associations to this Occurrence.<br>
&gt; Comment:      Example: &quot;sibling of FMNH:Mammal:1234; sibling of<br>
&gt; FMNH:Mammal:1235&quot;. For discussion see<br>
&gt; <a href="http://code.google.com/p/darwincore/wiki/Occurrence" target="_blank">http://code.google.com/p/darwincore/wiki/Occurrence</a><br>
&gt; Details:      associatedOccurrences<br>
&gt;<br>
&gt; My questions:<br>
&gt; a.  Are the names of the associations, and/or the syntax of the value<br>
&gt; meant to be community defined?<br>
&gt; b. If no to a. , where are those definitions? If yes, Have any<br>
&gt; communities defined any names and syntax? I am especially interested<br>
&gt; in &quot;duplicate of&quot; in the case of herbarium sheets.&quot;<br>
&gt; c. (May share an answer with b.) Is there any use being made by anyone<br>
&gt; in which associatedOccurrences is designed to have machine-readable<br>
&gt; values.  If yes, where?<br>
&gt;<br>
&gt; Thanks<br>
&gt; Bob<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Steven J. Baskauf, Ph.D., Senior Lecturer<br>
&gt; Vanderbilt University Dept. of Biological Sciences<br>
&gt;<br>
&gt; postal mail address:<br>
&gt; VU Station B 351634<br>
&gt; Nashville, TN  37235-1634,  U.S.A.<br>
&gt;<br>
&gt; delivery address:<br>
&gt; 2125 Stevenson Center<br>
&gt; 1161 21st Ave., S.<br>
&gt; Nashville, TN 37235<br>
&gt;<br>
&gt; office: 2128 Stevenson Center<br>
&gt; phone: (615) 343-4582,  fax: (615) 343-6707<br>
&gt; <a href="http://bioimages.vanderbilt.edu" target="_blank">http://bioimages.vanderbilt.edu</a><br>
&gt;<br>
<br>
<br>
<br>
</div></div><div><div></div><div class="h5">--<br>
Robert A. Morris<br>
Emeritus Professor  of Computer Science<br>
UMASS-Boston<br>
100 Morrissey Blvd<br>
Boston, MA 02125-3390<br>
Associate, Harvard University Herbaria<br>
email: <a href="mailto:morris.bob@gmail.com">morris.bob@gmail.com</a><br>
web: <a href="http://bdei.cs.umb.edu/" target="_blank">http://bdei.cs.umb.edu/</a><br>
web: <a href="http://etaxonomy.org/mw/FilteredPush" target="_blank">http://etaxonomy.org/mw/FilteredPush</a><br>
<a href="http://www.cs.umb.edu/~ram" target="_blank">http://www.cs.umb.edu/~ram</a><br>
phone (+1) 857 222 7992 (mobile)<br>
_______________________________________________<br>
tdwg-content mailing list<br>
<a href="mailto:tdwg-content@lists.tdwg.org">tdwg-content@lists.tdwg.org</a><br>
<a href="http://lists.tdwg.org/mailman/listinfo/tdwg-content" target="_blank">http://lists.tdwg.org/mailman/listinfo/tdwg-content</a><br>
</div></div></blockquote></div><br>