<!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">
I'm going to go ahead and leave this subject line since its a
convenient way to group related emails.&nbsp; However, this email really
isn't about the material sample proposal (which I support given that
dwctype:MaterialSample seems to me to be well-enough defined and to
have a clear use).&nbsp; <br>
<br>
I wanted to comment on what Rich said about "a robust ontology" and
modeling in our data domain.&nbsp; I feel like the discussion here has
demonstrated that there are a number of groups in our constituency who
have an interest in modeling complex datasets that involve relating
multiple observations/sampling incidents and keeping track of the
relationships among sets of derived objects.&nbsp; So developing a consensus
model is really important if we hope to integrate such datasets and
facilitate "asking questions of the data" which probably will in many
cases mean having the ability to construct queries that will "work"
across these diverse datasets.&nbsp; <br>
<br>
What I have an issue with is equating the development of a consensus
data model with the development of a robust ontology.&nbsp; In a previous
email, Rich hoped that DSW might be harmonized with BCO.&nbsp; I really am
not sure that is possible and is perhaps not even desirable.&nbsp; DSW and
BCO are in my mind apples and oranges.&nbsp; <br>
<br>
Although we've called DSW an "ontology" because it's written in OWL and
uses some of the constraints present in OWL to restrict how the DSW
terms can be used, it really is fundamentally a data model, not an
ontology.&nbsp; The basis of DSW (outlined at
<a class="moz-txt-link-freetext" href="http://code.google.com/p/darwin-sw/wiki/RelationshipToExistingModels">http://code.google.com/p/darwin-sw/wiki/RelationshipToExistingModels</a> )
was pretty much laid out in Rich's email
<a class="moz-txt-link-freetext" href="http://lists.tdwg.org/pipermail/tdwg-content/2010-October/001703.html">http://lists.tdwg.org/pipermail/tdwg-content/2010-October/001703.html</a>
based on the ASC model as modified by the discussion of "individual" in
the 2010 discussion.&nbsp; The DSW model says that one to many Events can
happen at one Location, one to many Occurrences can be documented
during one Event, one Individual can be recorded in one to many
Occurrences, etc.&nbsp; The DSW model does NOT define (ontologically) what a
Location, Event, Occurrence, or Individual is (other than in the
documentary text) or how they are related to each other ontologically
(except to say that the class instances can be connected through DSW
object properties, e.g. &lt;dsw:IndividualOrganism instance&gt;
dsw:hasOccurrence &lt;dwc:Occurrence instance&gt;.&nbsp; DSW is designed to
describe (and to some extent restrict) how its users should organize
their data to allow them to aggregate their data with other DSW users
and to allow queries to be constructed that will produce consistent
results across providers.<br>
<br>
In contrast, BCO (browse at
<a class="moz-txt-link-freetext" href="http://bioportal.bioontology.org/ontologies/49826?p=terms">http://bioportal.bioontology.org/ontologies/49826?p=terms</a> ) uses
rdfs:subClassOf, owl:someValuesFrom, and other properties to define how
its classes are related to each other and to restrict what kinds of
resources are allowed to fall within their defined classes.&nbsp; This makes
it very useful for clearly defining what classes are in an ontological
sense, but it's not a particularly efficient way of organizing class
relationships in a database.&nbsp; For example, if you wanted to explain how
an identification process was related to an organism, you could say
that an identification process is a subclass of a process, which is a
subclass of an occurrent, which is a subclass of an entity, which has
the subclass continuent, which has the subclass independent continuent,
which has the subclass material entity, which has the subclass object,
which has the subclass organism or virus or viroid.&nbsp; If you wanted to
do some kind of logical reasoning about organisms or identification
processes, this would be great, but if you wanted to relate an
Identification instance with an IndividualOrganism instance in a
database, you would be better off just using
&lt;dws:IndividualOrganism&gt; dsw:hasIdentification
&lt;dwc:Identification&gt; than stringing a connection between the two
class instances using the eight or so subClassOf relationships that
connect &lt;identification process&gt; instances with &lt;organism or
virus or viroid&gt; instances.&nbsp; The latter would not be "de-normalize
until it works".<br>
<br>
I think we clearly need a mechanism for defining and clarifying the
relationships among material samples, organisms, specimens, material
entities, populations, etc. and BCO or something like it is probably
the best way to do that clearly.&nbsp; But I don't think that the resulting
ontology is going to be a data model like DSW or ASC.&nbsp; I think a
consensus ontology and a consensus data model would both be very
useful, but I don't think they will or should be expected to be one and
the same thing.<br>
<br>
Steve<br>
<br>
Richard Pyle wrote:
<blockquote cite="mid:004401ce5db6$ba3f8880$2ebe9980$@bishopmuseum.org"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 14 (filtered medium)">
  <style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
  <div class="WordSection1">
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Thanks
Ramona;<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Actually,
the basic elements of our data mode precede DwC by quite a bit.&nbsp; What
we&#8217;ve tried to do, however, is mold the data model to be more
compatible with DwC, to make the task of mapping for data export &amp;
exchange that much easier.&nbsp; Of course, DwC is not (and is not intend to
be) a data model in any sense of the word; however, it&#8217;s impossible to
avoid representing core elements of a bona-fide data model within DwC.&nbsp;
This is especially true when it comes to each of the &#8220;ID&#8221; terms (and
doubly-especially true when the &#8220;ID&#8221; terms correlate to class terms).&nbsp;
The existence of an &#8220;ID&#8221; term implies that some class of object exists
to which an &#8220;ID&#8221; value is applied.&nbsp; The &#8220;ID&#8221; value itself is never
useful data/metadata &#8211; it is just a way to reference a data record that
(presumably) contains properties that can be expressed as data/metadata
for the object represented by the &#8220;ID&#8221; value.<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">This
was all well-understood when the original DwC was being drafted; but as
it evolved into its current iteration (with the addition of all the
&#8220;ID&#8221; terms), it has been drawn ever more (in some ways subtly, and in
some ways not-so-subtly) in the direction of a data model.<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Of
course, what we all (desperately!) need is a robust ontology that fits
our world.&nbsp; The task is not easy in part because our data domain is not
so easily modeled, in part because different sections of our broader
community have different priorities, and in part because there is
always a delicate balance between developing a model or ontology that
is practical and useful for the data providers and consumers, with one
that is robust and detailed and flexible, to allow asking questions of
the data that were never even considered at the time the model/ontology
were conceived.&nbsp; The parallel experience in database modeling is
normalization (as Paul Kirk likes to say: &#8220;Normalize until it hurts;
then de-normalize until it works&#8221;).<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">The
original DwC was completely flat.&nbsp; The current DwC moved into the
direction of more complex structures by clustering terms into classes
and sprinkling with &#8220;ID&#8221; terms.&nbsp; It even tip-toed into RDF-space with
dwc:ResourceRelationship.&nbsp; I think that&#8217;s definitely an improvement,
but it still must strike a delicate balance between the needs by some
to represent a robust data model, and the needs by others to have a
simple/practical mechanism to exchange biodiversity data in a standard
form.&nbsp; It will never be all things to all people; but at least it is
enough things to enough people that it represents an important &#8220;flag
pole&#8221; around which our community has (more or less) successfully
rallied.<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Hmmmm&#8230;.
Now I&#8217;ve forgotten what my point was.&nbsp; I guess I was just in a ramblin&#8217;
mood. Well&#8230;.sorry about the bandwidth!<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Aloha,<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Rich<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  <div
 style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; border-width: medium medium medium 1.5pt; padding: 0in 0in 0in 4pt;">
  <div>
  <div
 style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">
  <p class="MsoNormal"><b><span
 style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">From:</span></b><span
 style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"> Ramona
Walls [<a class="moz-txt-link-freetext" href="mailto:rlwalls2008@gmail.com">mailto:rlwalls2008@gmail.com</a>] <br>
  <b>Sent:</b> Thursday, May 30, 2013 6:05 PM<br>
  <b>To:</b> Richard Pyle<br>
  <b>Cc:</b> Jason Holmberg; TDWG Content Mailing List; John Deck;
Robert Whitton<br>
  <b>Subject:</b> Re: [tdwg-content] New Darwin Core terms proposed
relating to material samples<o:p></o:p></span></p>
  </div>
  </div>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <div>
  <div>
  <p class="MsoNormal" style="margin-bottom: 12pt;">Jason,<br>
  <br>
Thanks for sharing how you have been using the Darwin Core terms. I am
intrigued by the data structure you have developed. It is quite
interesting how both you and Rich have adapted the DwC to fit your
specific needs. While I am often troubled by the vagueness of DwC, I
guess in some ways it is that vagueness allows it to be used in many
different applications. Of course, I don't think vagueness is necessary
for wide application, or a good thing for data exchange, but it does
seem to be working for a lot of different purposes.<o:p></o:p></p>
  </div>
  <p class="MsoNormal">Ramona<o:p></o:p></p>
  </div>
  <div>
  <p class="MsoNormal" style="margin-bottom: 12pt;"><o:p>&nbsp;</o:p></p>
  <div>
  <p class="MsoNormal">On Thu, May 30, 2013 at 3:07 PM, Richard Pyle
&lt;<a moz-do-not-send="true" href="mailto:deepreef@bishopmuseum.org"
 target="_blank">deepreef@bishopmuseum.org</a>&gt; wrote:<o:p></o:p></p>
  <div>
  <div>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Hi
Jason,</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Many
thanks for this input.&nbsp; If I understand you correctly, then you are
using &#8220;Encounter&#8221; as equivalent to what we have been using &#8220;Occurrence&#8221;
for.&nbsp; That is, by our definition, an &#8220;Occurrence&#8221; is the instance
representing an intersection between an Event (i.e., where, when, who,
etc.) and what we have been calling an &#8220;Individual&#8221; (i.e., what); and
the properties we attach to the Occurrence are the &#8220;how&#8221; bits
(including things like size, etc.).</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">In
my mind, the essence of an &#8220;Individual&#8221; is the collective physical
material of the individual.&nbsp; If I see a fish on a reef, its
&#8220;Occurrence&#8221; on that reef and at that time exists (and is worth
documenting) regardless of whether I took an image of it (what we would
call &#8220;Evidence&#8221;), or whether I took a tissue sample from it, or whether
I collected and killed the whole damn thing.&nbsp; To me, the &#8220;essence&#8221; of
the individual &#8211; or its occurrence at an event &#8211; is unaffected by what
I end up doing to it.&nbsp; By extension, following a hierarchical model of
&#8220;individual&#8221;, a sub-sample (materialSample) extracted from it is just
another instance of &#8220;Individual&#8221;.&nbsp; This is why I generally think of
&#8220;materialSample&#8221; (if it were represented as a class &#8211; which it is
currently not propsed for DWC) as a subclass of a broader concept
(e.g., &#8220;material&#8221;, but what I have naively been referring to as
&#8220;Individual&#8221;).</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">That
part of our model has proven to be very stable and effective for
representing the information as we want it.</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Where
it gets complicated is instances of taxonomically heterogeneous objects
treated as a single &#8220;individual&#8221; &#8211; which (in my mind) includes such
things as soil samples.</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">In
that contect, I see (and agree) with John and others that really it&#8217;s a
separate axis of classification from what I have called &#8220;Individual&#8221;.</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">I
don&#8217;t expect that to make a lot of sense (I barely understand it
myself).</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Aloha,</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Rich</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <div
 style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; border-width: medium medium medium 1.5pt; padding: 0in 0in 0in 4pt;">
  <div>
  <div
 style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">
  <p class="MsoNormal" style=""><b><span
 style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">From:</span></b><span
 style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"> Jason
Holmberg [mailto:<a moz-do-not-send="true"
 href="mailto:holmbergius@gmail.com" target="_blank">holmbergius@gmail.com</a>]
  <br>
  <b>Sent:</b> Thursday, May 30, 2013 11:28 AM<br>
  <b>To:</b> Richard Pyle<br>
  <b>Cc:</b> Ramona Walls; TDWG Content Mailing List; John Deck; Robert
Whitton</span><o:p></o:p></p>
  <div>
  <div>
  <p class="MsoNormal"><br>
  <b>Subject:</b> Re: [tdwg-content] New Darwin Core terms proposed
relating to material samples<o:p></o:p></p>
  </div>
  </div>
  </div>
  </div>
  <div>
  <div>
  <p class="MsoNormal" style="">&nbsp;<o:p></o:p></p>
  <div>
  <div>
  <p class="MsoNormal" style="">Hi everyone.<o:p></o:p></p>
  </div>
  <div>
  <p class="MsoNormal" style="">&nbsp;<o:p></o:p></p>
  </div>
  <div>
  <p class="MsoNormal" style="">List lurker here. DWC has been a great
inspiration in my work, so I hope I can contribute some small amount of
insight on the "individual" and "material sample" threads. I have no
grand thoughts on the subject, but I can tell you how the DWC has
inspired my own information architecture for open source mark-recapture
software:<o:p></o:p></p>
  </div>
  <div>
  <p class="MsoNormal" style="">&nbsp;<o:p></o:p></p>
  </div>
  <div>
  <p class="MsoNormal" style=""><a moz-do-not-send="true"
 href="http://www.ecoceanusa.org/shepherd/doku.php?id=manual:2.0.x:1_overview"
 target="_blank">http://www.ecoceanusa.org/shepherd/doku.php?id=manual:2.0.x:1_overview</a><o:p></o:p></p>
  </div>
  <div>
  <p class="MsoNormal" style="">&nbsp;<o:p></o:p></p>
  </div>
  <div>
  <p class="MsoNormal" style="">I felt the very clear need for a
distinct Individual Class and to separate that from the concept of a
sample taken from nature. When reviewing DWC, I interpreted
Occurrence.individualCount to be somewhat contradictory to
Occurrence.individualID, so I created a
one-individual-at-a-point-in-time class called Encounter that reuses
quite a bit of DWC.Occurrence. Occurrence I then broadened to include
the potential for multiple marked individuals.<o:p></o:p></p>
  </div>
  <div>
  <p class="MsoNormal" style="">&nbsp;<o:p></o:p></p>
  </div>
  <div>
  <p class="MsoNormal" style="">I neither present this as "right" nor
"good" (though they have worked very well for us). I just present it as
a practical example from mark-recapture in which we have tried to
adhere to DWC in order to expose data to GBIF, iOBIS, etc. The concepts
of "material sample" and "individual" are very important to us, and
this is how we have defined them.<o:p></o:p></p>
  </div>
  <div>
  <p class="MsoNormal" style="">&nbsp;<o:p></o:p></p>
  </div>
  <div>
  <p class="MsoNormal" style="">&nbsp;<o:p></o:p></p>
  </div>
  <div>
  <p class="MsoNormal" style="">Cheers,<br clear="all">
  <o:p></o:p></p>
  <div>
  <p class="MsoNormal" style="">Jason Holmberg<br>
ECOCEAN Whale Shark Photo-identification Library<br>
  <a moz-do-not-send="true" href="http://www.whaleshark.org"
 target="_blank">http://www.whaleshark.org</a><br>
  <br>
Please consider adopting a shark to support our mission:<br>
  <a moz-do-not-send="true"
 href="http://www.whaleshark.org/adoptashark.jsp" target="_blank">http://www.whaleshark.org/adoptashark.jsp</a><o:p></o:p></p>
  </div>
  <p class="MsoNormal" style="margin-bottom: 12pt;">&nbsp;<o:p></o:p></p>
  <div>
  <p class="MsoNormal" style="">On Wed, May 29, 2013 at 4:13 PM,
Richard Pyle &lt;<a moz-do-not-send="true"
 href="mailto:deepreef@bishopmuseum.org" target="_blank">deepreef@bishopmuseum.org</a>&gt;
wrote:<o:p></o:p></p>
  <div>
  <div>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Hi
Ramona,</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Yes,
I agree, and thanks.&nbsp; I&#8217;ve always felt that there has been a trend
towards trying to push too much &#8220;ontology&#8221; (or other semantic meaning)
onto DWC terms and classes, when DWC was fundamentally intended to
represent an mechanism for data exchange; not a mechanism to describe
the ontological landscape of biodiversity data.&nbsp; The only reason I
brought this up now (and, I think, why we discussed it in 2010), is
that the term &#8220;individualID&#8221; in DWC sort of hinted that something like
&#8220;Individual&#8221; was the &#8220;forgotten class&#8221; for DWC.&nbsp; I sincerely hope that
BCO and DSW gain more traction (and, ideally, harmony between them)
than earlier attempts at developing ontologies in this space have met &#8211;
and clearly that is the right path forward.</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">My
main concern for this thread (and the reason I engaged in it), was to:</span><o:p></o:p></p>
  <p><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">1)</span><span
 style="font-size: 7pt; color: rgb(31, 73, 125);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Find
out the status of the discussions that began in 2010; and</span><o:p></o:p></p>
  <p><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">2)</span><span
 style="font-size: 7pt; color: rgb(31, 73, 125);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Clarify
where the current materialSample proposal overlaps, or does not
overlap, with that earlier effort.</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Steve
has very adequately answered the first question, and you, John, and
others have answered the second, and I&#8217;m happy with both sets of
answers.</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">I&#8217;m
sorry for the voluminous exchange, but I felt the discussion was both
important, and very helpful (certainly to me).</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Aloha,</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Rich</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <div
 style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; border-width: medium medium medium 1.5pt; padding: 0in 0in 0in 4pt;">
  <div>
  <div
 style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">
  <p class="MsoNormal" style=""><b><span
 style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">From:</span></b><span
 style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"> Ramona
Walls [mailto:<a moz-do-not-send="true"
 href="mailto:rlwalls2008@gmail.com" target="_blank">rlwalls2008@gmail.com</a>]
  <br>
  <b>Sent:</b> Wednesday, May 29, 2013 1:03 PM<br>
  <b>To:</b> Richard Pyle<br>
  <b>Cc:</b> John Deck; Markus D&ouml;ring; Steve Baskauf; TDWG Content
Mailing List; Robert Whitton</span><o:p></o:p></p>
  <div>
  <p class="MsoNormal" style=""><br>
  <b>Subject:</b> Re: [tdwg-content] New Darwin Core terms proposed
relating to material samples<o:p></o:p></p>
  </div>
  </div>
  </div>
  <p class="MsoNormal" style="">&nbsp;<o:p></o:p></p>
  <div>
  <div>
  <div>
  <p class="MsoNormal" style="margin-bottom: 12pt;">Hi Rich,<br>
  <br>
Sorry I didn't mention this sooner, but your emails were also helpful
to me in describing an important and generalizable use case. <br>
  <br>
I don't know whether or not the TDWG community is ready to deal with
the level of abstraction we are talking about, but my assessment is
that whether or not they are ready, the Darwin Core is not constructed
to deal with it. That is why (among other reasons) we started work on
the BCO, and perhaps one reason why Steve and others developed DSW. <o:p></o:p></p>
  </div>
  <p class="MsoNormal" style="margin-bottom: 12pt;">Our goal with the
material sample proposal was not to overhaul DwC, but to work within
the DwC framework to make it more compatible with other standards such
as MIxS. That is why we tried to keep our proposal fairly narrowly
focused.<o:p></o:p></p>
  </div>
  <p class="MsoNormal" style="">Ramona<o:p></o:p></p>
  </div>
  <div>
  <p class="MsoNormal" style="margin-bottom: 12pt;">&nbsp;<o:p></o:p></p>
  <div>
  <div>
  <p class="MsoNormal" style="">On Wed, May 29, 2013 at 3:21 PM,
Richard Pyle &lt;<a moz-do-not-send="true"
 href="mailto:deepreef@bishopmuseum.org" target="_blank">deepreef@bishopmuseum.org</a>&gt;
wrote:<o:p></o:p></p>
  </div>
  <div>
  <div>
  <div>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Thanks,
Ramona &#8211; this is an *<b>extremely</b>* helpful email! It helps clear
things up a lot in my mind.</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Just
to be clear, what I am looking for is the notion of a defined physical
object (what I think you mean by &#8220;material entity&#8221;), and I explicitly
mean the material entity itself.&nbsp; Yes, there is information
(properties) that relate to that material entity, but to me that is a
separate issue.&nbsp; What I would like to see clearly defined is the class
representing the material (physical) entity &#8211; which seems to me to be a
superclass of what materialSample is intended to represent.</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Perhaps
our (TDWG/DWC) community is not yet ready to deal with this level of
abstraction (unfortunately, I absolutely have to, because &#8220;Occurrence&#8221;
is simply way too overloaded a class for me to use independently of
what I have been calling &#8220;individual&#8221; and what I have been calling
&#8220;Evidence&#8221;).&nbsp; In that case, I guess the best thing to do is accept
materialSample as a basisOfRecord for Occurrence and move on.&nbsp; But this
is more or less the same thing that happened the last time we engaged
in this conversation (2 years or so ago), and I was hoping this
conversation about materialSample could leverage progress on the larger
issue.</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">As
I&#8217;ve said before, the last thing I want to do is confuse or otherwise
slow down the process of incorporating the term &#8220;materialSample&#8221; into
DWC.&nbsp; It&#8217;s just that I saw enough overlap with that &#8220;other&#8221; issue, that
I was hoping we could find a reasonable pathway forward on both.</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Thanks
again for the very helpful comments.</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Aloha,</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Rich</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  </div>
  <div
 style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; border-width: medium medium medium 1.5pt; padding: 0in 0in 0in 4pt;">
  <div>
  <div
 style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">
  <p class="MsoNormal" style=""><b><span
 style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">From:</span></b><span
 style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"> Ramona
Walls [mailto:<a moz-do-not-send="true"
 href="mailto:rlwalls2008@gmail.com" target="_blank">rlwalls2008@gmail.com</a>]
  <br>
  <b>Sent:</b> Wednesday, May 29, 2013 9:14 AM<br>
  <b>To:</b> Richard Pyle<br>
  <b>Cc:</b> John Deck; Markus D&ouml;ring; Steve Baskauf; TDWG Content
Mailing List; Robert Whitton</span><o:p></o:p></p>
  <div>
  <div>
  <div>
  <p class="MsoNormal" style=""><br>
  <b>Subject:</b> Re: [tdwg-content] New Darwin Core terms proposed
relating to material samples<o:p></o:p></p>
  </div>
  </div>
  </div>
  </div>
  </div>
  <div>
  <div>
  <p class="MsoNormal" style="">&nbsp;<o:p></o:p></p>
  <div>
  <div>
  <p class="MsoNormal" style="margin-bottom: 12pt;">Rich,<o:p></o:p></p>
  </div>
  <div>
  <p class="MsoNormal" style="">I now understand more fully what you
are asking for ( a clear definition goes a long way!). A material
sample, as we discussed it at the Kansas and Oxford workshops, does
indeed need to be physically removed from its environment. This is also
the case with the OBI term material sample, which, as a subclass of
OBI:specimen is the output of some collecting process. It is true that
concept of material sample could be defined to include sampling in an
observational sense, but that is not how it is defined at this point.
Based on this, material sample is NOT the term you are looking for or
defined as :<o:p></o:p></p>
  </div>
  <p><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">"The
category of information pertaining to the physical basis of a sampling,
subsampling, or observational event. In biological collections, the
[SuperclassTerm] is typically a defined group of organisms, a single
whole organism, or a part of a whole organism that is collected or
otherwise documented in nature, and either preserved, destructively
processed, or documented through some form of Evidence (such as images
or reported visual observations)."</span><o:p></o:p></p>
  <p>&nbsp;<o:p></o:p></p>
  <div>
  <p class="MsoNormal" style="">What you have defined is a category of
information (whatever that may be) that pertains to some material
entity. Not the material entity itself, but information about that
entity. The "SuperclassTerm" you refer to in the definition sounds an
awful lot like a material entity from the Basic Formal Ontology, which
is used for defining material sample in OBI and the Bio-collections
Ontology.<o:p></o:p></p>
  </div>
  <p>Ramona<o:p></o:p></p>
  </div>
  <div>
  <p class="MsoNormal" style="margin-bottom: 12pt;">&nbsp;<o:p></o:p></p>
  <div>
  <div>
  <p class="MsoNormal" style="">On Wed, May 29, 2013 at 11:51 AM,
Richard Pyle &lt;<a moz-do-not-send="true"
 href="mailto:deepreef@bishopmuseum.org" target="_blank">deepreef@bishopmuseum.org</a>&gt;
wrote:<o:p></o:p></p>
  </div>
  <div>
  <div>
  <div>
  <div>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Many
thanks, John.&nbsp; This is extremely helpful!</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">First
of all, in the context of a distinct term for basisOfRecord, I see
absolutely no problem with adding the term &#8220;MaterialSample&#8221;. I fully
support your proposal (although if this is simply a basisOfRecord term
to be used alongside Occurrence, PreservedSpecimen, LivingSpecimen,
FossilSpecimen, HumanObservation, MachineObservation; does it need a
defined &#8220;ID&#8221; term? Do all the others have defined &#8220;ID&#8221; terms?). </span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">However,
I&#8217;m excited by this conversation because I think we are very close to
solving a bigger problem (which was the focus of the 2010 discussion on
this list around &#8220;IndividualOrganism&#8221;).</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">This
bigger problem involves the need for a defined &#8220;concept&#8221; (I&#8217;m
hesitating to say &#8220;class&#8221;), and an associated &#8220;ID&#8221;, in dwc that refers
to the physical/material basis of an Occurrence.&nbsp; We don&#8217;t yet have a
term for this concept in dwc (&#8220;IndividualID&#8221; hinted at the need for
one, but that term was not well-defined, and the term itself seems to
cause confusion).&nbsp; As Steve Baskauf and I have both been advocating for
the establishment of new class in dwc for exactly this purpose, I just
want to make sure that we&#8217;re on the same page about what each concept
is.&nbsp; The more I understand about what you need for &#8220;materalSample&#8221;, the
more convinced I am that both of our needs can be met with the same
concept.</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">I
am perfectly happy to adopt the term &#8220;MaterialSample&#8221;, but I guess it
all boils down to this: In order for something to be a
&#8220;MaterialSample&#8221;, must it necessarily be removed from nature? &nbsp;&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">If
the answer is &#8220;No&#8221;, then I think we can merge the two concepts into one.</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">If
the answer is &#8220;Yes&#8221;, then I think &#8220;materialSample&#8221; is best
characterized as a subclass of what Steve and I have been pushing for
(setting aside, for the moment, the additional complexity of
taxonomically homogeneous vs. heterogeneous).</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">In
the latter case, I would define the superclass (whatever term is used
for it), along the lines of:</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">"The
category of information pertaining to the physical basis of a sampling,
subsampling, or observational event. In biological collections, the
[SuperclassTerm] is typically a defined group of organisms, a single
whole organism, or a part of a whole organism that is collected or
otherwise documented in nature, and either preserved, destructively
processed, or documented through some form of Evidence (such as images
or reported visual observations)."</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Aloha,</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">Rich</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 11pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">&nbsp;</span><o:p></o:p></p>
  <div
 style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; border-width: medium medium medium 1.5pt; padding: 0in 0in 0in 4pt;">
  <div>
  <div
 style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">
  <p class="MsoNormal" style=""><b><span
 style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">From:</span></b><span
 style="font-size: 10pt; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"> <a
 moz-do-not-send="true" href="mailto:jdeck88@gmail.com" target="_blank">jdeck88@gmail.com</a>
[mailto:<a moz-do-not-send="true" href="mailto:jdeck88@gmail.com"
 target="_blank">jdeck88@gmail.com</a>] <b>On Behalf Of </b>John Deck<br>
  <b>Sent:</b> Wednesday, May 29, 2013 4:01 AM<br>
  <b>To:</b> Richard Pyle<br>
  <b>Cc:</b> Markus D&ouml;ring; Steve Baskauf; TDWG Content Mailing List;
Robert Whitton; Ramona Walls</span><o:p></o:p></p>
  <div>
  <p class="MsoNormal" style=""><br>
  <b>Subject:</b> Re: [tdwg-content] New Darwin Core terms proposed
relating to material samples<o:p></o:p></p>
  </div>
  </div>
  </div>
  <p class="MsoNormal" style="">&nbsp;<o:p></o:p></p>
  <div>
  <p style="margin: 0in 0in 0.0001pt;"><span
 style="font-size: 11.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Since
the original proposal was from a group of folks, we decided to put our
heads together to construct a general response to the various issues
and ideas expressed on this thread. </span><o:p></o:p></p>
  <div>
  <div>
  <p style="margin: 0in 0in 0.0001pt;">&nbsp;<o:p></o:p></p>
  <p style="margin: 0in 0in 0.0001pt;"><span
 style="font-size: 11.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">John
Deck for Rob Guralnick, Ramona Walls, and John Wieczorek</span><o:p></o:p></p>
  <p style="margin: 0in 0in 0.0001pt;">&nbsp;<o:p></o:p></p>
  <p style="margin: 0in 0in 0.0001pt;"><span
 style="font-size: 11.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">In the
text of the &nbsp;issue submitted for MaterialSample (</span><a
 moz-do-not-send="true"
 href="https://code.google.com/p/darwincore/issues/detail?id=167"
 target="_blank"><span
 style="font-size: 11.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">https://code.google.com/p/darwincore/issues/detail?id=167</span></a><span
 style="font-size: 11.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">) we
noted cases where the current basisOfRecord terms pertaining to the
Occurrence class (Occurrence, PreservedSpecimen, LivingSpecimen,
FossilSpecimen, HumanObservation, MachineObservation) do not adequately
cover certain cases, including: environmental sample (for metagenomic
analysis), transcriptomes (measuring genes but not taxa), and
destructive samples (e.g. tissues destructively sampled in order to
generate genomic DNA). &nbsp;The term we borrowed from OBI (<a
 moz-do-not-send="true"
 href="http://purl.obolibrary.org/obo/OBI_0000747" target="_blank">http://purl.obolibrary.org/obo/OBI_0000747</a>)
is broad enough to be utilized across various cases that fulfill our
criteria while still maintaining a consistent, clear and human
understandable meaning. &nbsp;For our purposes, we can think of &#8220;Material
Sample&#8221; as any type of matter that we can use in order derive further
evidence needed for identifications, and taxa, whether it is
taxonomically homogenous, heterogenous,<span
 style="background: white none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">
a single individual, </span>sets of individuals, or populations. </span><o:p></o:p></p>
  <p class="MsoNormal" style="">&nbsp;<o:p></o:p></p>
  <p style="margin: 0in 0in 0.0001pt;"><span
 style="font-size: 11.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">How is
MaterialSample different from Individual? &nbsp;The intent of individualID
is fairly clear: &nbsp;since an Occurrence represents an organism at a place
and time (per Markus&#8217; email), the individualID term allows us to assign
an instance identifier for a particular organism that can be present in
multiple events. MaterialSampleID, on the other hand, is intended to
allow users to say that the basis of an occurence is a material entity
(i.e. matter) that has been sampled according to some particular
method. Whether or not this material entity is an individual (sensu
individualID in DwC) is an independent axis of classification. As was
already pointed out, there is no restriction on specifying that an
occurence is associated with more than one type, so any occurrence can
have both an individualID and a materialSampleID.</span><o:p></o:p></p>
  <p class="MsoNormal" style="">&nbsp;<o:p></o:p></p>
  <p style="margin: 0in 0in 0.0001pt;"><span
 style="font-size: 11.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">We
maintain our position on the proposal for MaterialSample as a value for
the basisOfRecord, with an associated materialSampleID to identify
instances of them. Per Steve&#8217;s initial comments, we have already
withdrawn the proposal for a MaterialSample class distinct from that in
the Darwin Core type vocabulary, which should make it easier to
evaluate the implications of what we&#8217;re discussing. &nbsp;</span><o:p></o:p></p>
  <p class="MsoNormal" style="">&nbsp;<o:p></o:p></p>
  <p style="margin: 0in 0in 0.0001pt;"><span
 style="font-size: 11.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">********************</span><o:p></o:p></p>
  <p class="MsoNormal" style="">&nbsp;<o:p></o:p></p>
  <p style="margin: 0in 0in 0.0001pt;"><span
 style="font-size: 11.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">NOTES,
MaterialSample from OBI:</span><o:p></o:p></p>
  <p class="MsoNormal" style=""><br>
  <span style="font-size: 11.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">OBI
has fairly broad definitions of samples &amp; specimens that are meant
to be utilized across many different scientific activities. &nbsp;Material
Sample is defined as a &#8220;<i>material entity that has the material sample
role</i>&#8221;, while a material sample role is defined as &#8220; <i>a specimen
role borne by a material entity that is the output of a material
sampling process</i>&#8221;, and a material sampling process is &#8220;<i>a
specimen gathering process with the objective to obtain a specimen that
is representative of the input material entity</i>&#8221;. &nbsp;</span><o:p></o:p></p>
  <div>
  <p class="MsoNormal" style="">&nbsp;<o:p></o:p></p>
  </div>
  <div>
  <p class="MsoNormal" style="">&nbsp;<o:p></o:p></p>
  </div>
  <div>
  <p class="MsoNormal" style="">&nbsp;<o:p></o:p></p>
  </div>
  </div>
  </div>
  </div>
  <div>
  <div>
  <div>
  <p class="MsoNormal" style="margin-bottom: 12pt;">&nbsp;<o:p></o:p></p>
  <div>
  <p class="MsoNormal" style="">On Mon, May 27, 2013 at 11:59 PM,
Richard Pyle &lt;<a moz-do-not-send="true"
 href="mailto:deepreef@bishopmuseum.org" target="_blank">deepreef@bishopmuseum.org</a>&gt;
wrote:<o:p></o:p></p>
  <p class="MsoNormal" style="">Hi Markus,<br>
  <br>
Great question! &nbsp;Particularly because this is exactly the sort of use
case<br>
we designed our model around.<o:p></o:p></p>
  <div>
  <p class="MsoNormal" style="margin-bottom: 12pt;"><br>
&gt; if you take a tissue sample of the same tree every year, would the<br>
identifier<br>
&gt; in individualID be the same for all of them or be different? WIth
the<br>
current<br>
&gt; dwc:individualID definition it would be the same for all samples.
If I<br>
&gt; understand you correct each sample would have its own "individual"<br>
&gt; identifier in your proposal? It can't see how you can collapse
these two<br>
things<br>
&gt; into one definition.<o:p></o:p></p>
  </div>
  <p class="MsoNormal" style="margin-bottom: 12pt;">No, that is not how
we would handle it.<br>
  <br>
In our model, there would be one IndividualID to represent the tree,<br>
spanning the time period beginning (more or less) when the seed was<br>
germinated, until the time at which the entire physical structure of the<br>
tree was disintegrated. &nbsp;It is an individual tree.<br>
  <br>
There would be multiple Occurrence instances, for each time that someone<br>
observed or sampled or otherwise wished to document some condition of
that<br>
tree. All of these Occurrence instances would refer to the same
individualID<br>
value (i.e., the "tree"). &nbsp;In the example above, this means there would
be a<br>
different Occurrence instance for each year that a sample is taken --<br>
because in each case, an assertion that the full tree existed at a
certain<br>
time and place can be made (I understand that trees tend not to move
around<br>
very much, so the Location for each event associated with each
Occurrence<br>
would, in this case, remain the same; but the other Event properties --
such<br>
as eventID, samplingProtocol, samplingEffort, eventDate, eventTime,<br>
startDayOfYear, endDayOfYear, year, month, day, verbatimEventDate,
habitat,<br>
fieldNumber, fieldNotes, eventRemarks -- would be documented
accordingly for<br>
each sampling Occurrence instance).<br>
  <br>
Suppose that the tree is visited every month, but only sampled once per<br>
year. &nbsp;In that case, there would be an Occurrence record for every
monthly<br>
visit. &nbsp;In other words, an Occurrence instance exists regardless of
whether<br>
a physical sample was made or not. &nbsp;Any in-situ images made of the tree<br>
would likewise be associated with the specific Occurrence instance, and
each<br>
image would represent a separate instance of "Evidence".<br>
  <br>
Now, let's focus on the annual samplings. &nbsp;Every time a new sample is
taken<br>
from the tree, at least one new instance of Individual (with a unique<br>
individualID value) is created to represent the sample. &nbsp;This sample<br>
(individual instance) may be a "gathering" (set of multiple individual<br>
specimens gathered at the same time), or it may be a single specimen,
or it<br>
may be simply a tissue sample intended for destructive analysis. &nbsp;In any<br>
case, it's a new individual instance derived from the "parent"
individual<br>
instance representing the whole tree. &nbsp;In our implementation,
"Individual"<br>
can be hierarchical, such that a whole-organism tree can be sub-sampled
with<br>
many "child" instances of "gatherings" (say, one gathering each year),
and<br>
each gathering may have multiple child "specimen" individuals (e.g.<br>
individual botanical sheets created from the multiple items of a single<br>
gathering), and each specimen may have further "child" subsamples
extracted<br>
for DNA analysis (or whatever), and the hierarchy can continue on down
to<br>
whatever derivatives that people feel a need to keep track of (e.g.,<br>
aliquot).<br>
  <br>
The point is, all Individual instances are well-defined physical
objects (or<br>
well-defined sets of physical objects), and they can be arranged in a<br>
n-tiered hierarchy.<br>
  <br>
Moreover, each Individual that can be characterized as a "sample" (what
we<br>
refer to as a "CollectionObject") may also have a property value for<br>
"CollectionOccurrenceID" -- which refers to the specific Occurrence
instance<br>
at which the sample was obtained.<br>
  <br>
So, for example, if the tree is visited on May 27, 2013 and a specimen<br>
(sample) is taken, then:<br>
1) An Event instance is generated to represent the event where the tree
was<br>
visited;<br>
2) An Occurrence instance is generated, which refers to the new
EventID, and<br>
the existing IndividualID for the whole tree, and includes whatever
other<br>
Occurrence properties are relevant for the tree at the time of this<br>
Occurrence<br>
3) An Individual instance is generated for the specimen, which has a<br>
property value for parentIndividualID that refers to the individualID
for<br>
the whole tree, and a property value for collectionOccurrenceID that
refers<br>
the Occurrence instance where the specimen was collected.<br>
  <br>
So, to summarize the answer to your question:<br>
- There are multiple Occurrence instances that refer to the same
Individual<br>
instance representing the whole tree (and, hence can be collapsed to the<br>
same IndividualID value).<br>
- Any Individual can have derivatives that are themselves unique
Individual<br>
instances.<br>
- Individuals are arranged hierarchically, and certain properties can be<br>
inherited up or down the hierarchy, depending on the properties and
their<br>
associated logical constraints.<br>
  <br>
At some point, I will assemble a set of other specific use cases, and
how we<br>
manage them through our use of the "Individual" instance (although I
will<br>
probably not use the word "Individual", as this seems to cause too much<br>
confusion in these discussions).<br>
  <br>
Aloha,<br>
Rich<o:p></o:p></p>
  </div>
  <p class="MsoNormal" style=""><br>
  <br clear="all">
  <o:p></o:p></p>
  <div>
  <p class="MsoNormal" style="">&nbsp;<o:p></o:p></p>
  </div>
  <p class="MsoNormal" style="">-- <br>
John Deck<br>
  <a moz-do-not-send="true" href="tel:%28541%29%20321-0689"
 target="_blank">(541) 321-0689</a><o:p></o:p></p>
  </div>
  </div>
  </div>
  </div>
  </div>
  </div>
  </div>
  </div>
  </div>
  <p class="MsoNormal" style="">&nbsp;<o:p></o:p></p>
  </div>
  </div>
  </div>
  </div>
  </div>
  </div>
  </div>
  <p class="MsoNormal" style="">&nbsp;<o:p></o:p></p>
  </div>
  </div>
  </div>
  </div>
  <p class="MsoNormal" style="margin-bottom: 12pt;"><br>
_______________________________________________<br>
tdwg-content mailing list<br>
  <a moz-do-not-send="true" href="mailto:tdwg-content@lists.tdwg.org"
 target="_blank">tdwg-content@lists.tdwg.org</a><br>
  <a moz-do-not-send="true"
 href="http://lists.tdwg.org/mailman/listinfo/tdwg-content"
 target="_blank">http://lists.tdwg.org/mailman/listinfo/tdwg-content</a><o:p></o:p></p>
  </div>
  <p class="MsoNormal" style="">&nbsp;<o:p></o:p></p>
  </div>
  </div>
  </div>
  </div>
  </div>
  </div>
  </div>
  </div>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  </div>
  </div>
  </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:
PMB 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) 322-4942
If you fax, please phone or email so that I will know to look for it.
<a class="moz-txt-link-freetext" href="http://bioimages.vanderbilt.edu">http://bioimages.vanderbilt.edu</a>
</pre>
</body>
</html>