<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"><title>Re: [tdwg-content] What is dwc:basisOfRecord for?</title>
</head>
<body>
<font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:11pt">OK, I think I understand your question better.<br>
<br>
The person/organization who creates data should characterize their records as narrowly in the type scheme as they can. &nbsp;An easy example might be an herbarium sheet, which I would type as a preservedSpecimen. &nbsp;A more difficult example would be &nbsp;an image of a tiger taken by a camera-trap. &nbsp;It could be typed as a still image and/or a machineObservation. &nbsp;It obviously has properties of both, so the type should be determined by context. &nbsp;If I am managing that data, I should know that it is both an image and represents a natural occurrence of an organism in space and time. &nbsp;If someone asks me for images of tigers, I want to include those in my response. &nbsp;If someone is modeling the distributions of tigers based on all kinds of natural occurrences, I would want to include data from the camera traps, scat samples, etc.<br>
<br>
In general, I think it’s appropriate to separate local management of data from the provision of data. &nbsp;In local data management, you meet your own needs, and TDWG doesn’t have much to say about that. &nbsp;In data provision, the provider can’t presume to know the consumer’s purpose, and TDWG exists to help us understand each other’s needs and design solutions. &nbsp;&nbsp;Our challenge is to develop systems that support discovery, assessment, and reuse of data for purposes that weren’t anticipated. &nbsp;I think that entails having the ability to recast or re-type our data.<br>
<br>
And by the way, I do now see inconsistency in the typing scheme I laid out and the precise definitions that Hilmar was asking us to create and use. &nbsp;In my interpretation of the value enumeration, I had imposed a hierarchy (with namespace prefixes added):<br>
<br>
dc:Collection<br>
dc: Dataset<br>
dc: Event<br>
dc: Image<br>
dc: InteractiveResource<br>
dc: MovingImage<br>
dc: PhysicalObject<br>
dc: Service<br>
dc: Software<br>
dc: Sound<br>
dc: StillImage<br>
dc:Text<br>
dwc:Location<br>
dwc:Taxon<br>
dwc:Occurrence<br>
&nbsp;&nbsp;&nbsp;&nbsp;dwc:PreservedSpecimen<br>
&nbsp;&nbsp;&nbsp;&nbsp;dwc:FossilSpecimen<br>
&nbsp;&nbsp;&nbsp;&nbsp;dwc:LivingSpecimen<br>
&nbsp;&nbsp;&nbsp;&nbsp;dwc:HumanObservation<br>
&nbsp;&nbsp;&nbsp;&nbsp;dwc:MachineObservation<br>
&nbsp;&nbsp;&nbsp;&nbsp;dwc:NomenclaturalChecklist<br>
<br>
If a preservedSpecimen is a kind of Occurrence, and an individual can become a preservedSpecimen, then it would seem reasonable that an individual is a kind of Occurrence. &nbsp;Oops, we have a problem. &nbsp;Obviously I have to be more careful with typing schemes and logical assertions. &nbsp;In the information modeling / database design world, super/sub-typing is about data structure. &nbsp;I know nothing about machine reasoning, so I should be more careful as I venture into the RDF world.<br>
<br>
-Stan<br>
<br>
<br>
<br>
On 10/27/10 10:34 AM, &quot;Steve Baskauf&quot; &lt;<a href="steve.baskauf@vanderbilt.edu">steve.baskauf@vanderbilt.edu</a>&gt; wrote:<br>
<br>
</span></font><blockquote><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:11pt"> &nbsp;<br>
&nbsp;occurrenceID<br>
&nbsp;&nbsp;recordedBy<br>
&nbsp;&nbsp;other Occurrence terms<br>
&nbsp;&nbsp;preparations<br>
&nbsp;&nbsp;other specimen-related terms<br>
&nbsp;&nbsp;basisOfRecord<br>
&nbsp;&nbsp;&nbsp;<br>
&nbsp;<a href="http://herbarium.org/12345">http://herbarium.org/12345</a><br>
&nbsp;&nbsp;Joe Curator<br>
&nbsp;&nbsp;...<br>
&nbsp;&nbsp;pressed and dried<br>
&nbsp;&nbsp;...<br>
&nbsp;&nbsp;???<br>
&nbsp;&nbsp;&nbsp;<br>
OK, above is an example of a database record that I would consider typical. &nbsp;The manager has flattened the general model we have been discussing to merge the Occurrence resource with the token resource since in his/her database no occurrence has any token other than a single specimen. &nbsp;So what is the value for basisOfRecord: Occurrence or PreservedSpecimen? &nbsp;What I'm getting at here is that there seems to be ambiguity as to whether we intend for basisOfRecord to represent the type of the record (which in this case I would say is Occurrence) or the type of the token on which the record is based (which in this case is PreservedSpecimen). &nbsp;In that lengthy discussion that happened last October, there was discussion of having the proposed recordClass represent the type of the overall record (Occurrence, Event, Location, etc.) and basisOfRecord representing the type of the token or evidence on which an Occurrence record is based (PreservedSpecimen). &nbsp;I'm not sure what is intended now. &nbsp;<br>
<br>
I see this lack of clarity as being a consequence of the general blurring of the distinction between the Occurrence and the &quot;token&quot;. &nbsp;I feel like there is a general consensus that we need to tighten up our definitions regarding Occurrences and their evidence even if some people will prefer to continue using the &quot;flattened&quot; approach to Occurrences and their tokens illustrated above (which they are entitled to do). &nbsp;I don't have a problem with the various types that you've listed below. &nbsp;The problem is that I don't think the definition of basisOfRecord makes clear how it (basisOfRecord) should apply - the definition just says &quot;the specific nature of the data record&quot; and that the controlled vocabulary of the Darwin Core Type Vocabulary should be used. &nbsp;Since the Type Vocabulary includes all of the classes (Event, Location, Occurrence, etc.) in addition to the types of &quot;tokens&quot;, I believe that some users might think that making a statement like<br>
basisOfRecord=&quot;Event&quot; <br>
is correct. &nbsp;If we intend for basisOfRecord to ONLY apply to Occurrences, and for basisOfRecord to ONLY have as valid values the types that apply to tokens (i.e. PreservedSpecimen, LivingSpecimen, HumanObservation), then we should say so explicitly in the definition. If we do not say this, then we end up with the kind of ambiguity that I illustrated above. &nbsp;basisOfRecord ends up getting &quot;overloaded&quot; to represent general classes of records and also to represent the types of tokens.<br>
<br>
In addition, I'm not entirely convinced that basisOfRecord actually has any use at all. &nbsp;It seems to be intended for situations such as I've illustrated above where a database table has rows that could contain occurrences documented with different types of tokens. &nbsp;Ostensibly, basisOfRecord is needed to tell us the type of the token. &nbsp;But realistically, any such table that includes multiple token types isn't going to work very well. &nbsp;For example, if the table includes Occurrences that are documented by specimens, images, and no token/memories (i.e. HumanObservations), then it's going to have a bunch of columns that are empty for any particular record. &nbsp;The specimens rows won't have anything in the image term columns, the images won't have anything in the specimen term columns, and the human observations won't have anything in either the specimen or image term columns. &nbsp;I think most database managers would just include the terms that apply to all Occurrences in the Occurrence table and then use identifiers to link separate tables for the metadata terms that are specific to the various types of tokens. &nbsp;basisOfRecord also has no use for Occurrences that have several tokens. &nbsp;Which of the several tokens are we saying is the &quot;basis&quot; of the record?<br>
<br>
So again, my basic question is not so much about the various types and subtypes to which we can refer, but specifically how the basisOfRecord term is to be used.<br>
<br>
Steve<br>
<br>
</span></font></blockquote>
</body>
</html>