Revision 7647
Added by Aaron Marcuse-Kubitza almost 12 years ago
mappings/VegCore.htm | ||
---|---|---|
6 | 6 |
<meta name="description" content="Redmine" /> |
7 | 7 |
<meta name="keywords" content="issue,bug,tracker" /> |
8 | 8 |
<meta content="authenticity_token" name="csrf-param" /> |
9 |
<meta content="9MYmPrW7fq2RMfwFClXEeWth6EmowKY9N8cHhac40xM=" name="csrf-token" />
|
|
9 |
<meta content="6XL3ojOwWNQ0htv8dZx9CYnUtPxNsAGvBLvuaivJefo=" name="csrf-token" />
|
|
10 | 10 |
<link rel='shortcut icon' href='/nceas/favicon.ico?1347421715' /> |
11 | 11 |
<link href="/nceas/stylesheets/jquery/jquery-ui-1.8.21.css?1357775071" media="all" rel="stylesheet" type="text/css" /> |
12 | 12 |
<link href="/nceas/stylesheets/application.css?1357775071" media="all" rel="stylesheet" type="text/css" /> |
... | ... | |
88 | 88 |
|
89 | 89 |
<div class="wiki wiki-page"> |
90 | 90 |
<ul class="toc right"><li><a href="#VegCore-data-dictionary">VegCore data dictionary</a><ul><li><a href="#Examples">Examples</a><ul><li><a href="#Example-specimen-data">Example specimen data</a></li></ul> |
91 |
</li><li><a href="#Data-dictionary-notes">Data dictionary notes</a></li><li><a href="#VegCore-format-notes">VegCore format notes</a><ul><li><a href="#Forming-IDs">Forming IDs</a></li></ul> |
|
91 |
</li><li><a href="#Data-dictionary-notes">Data dictionary notes</a></li><li><a href="#VegCore-format-notes">VegCore format notes</a><ul><li><a href="#Forming-IDs">Forming IDs</a></li><li><a href="#Forming-preferred-IDs">Forming preferred IDs</a></li></ul>
|
|
92 | 92 |
</li><li><a href="#Downloads">Downloads</a></li></ul> |
93 | 93 |
</li><li><a href="#Tables">Tables</a></li><li><a href="#Source">Source</a><ul><li><ul><li><a href="#Datasource">Datasource</a></li><li><a href="#DataProvider">DataProvider</a></li><li><a href="#Reference">Reference</a></li></ul> |
94 | 94 |
</li><li><a href="#sourceType">sourceType</a><ul><li><a href="#referenceType">referenceType</a></li><li><a href="#aggregatorOrPrimary">aggregatorOrPrimary</a></li></ul> |
... | ... | |
375 | 375 |
|
376 | 376 |
|
377 | 377 |
<ul> |
378 |
<li>An ID should always be <em>globally</em> unique to allow seamlessly combining data from arbitrary datasets</li> |
|
379 |
<li>An ID must be <em>permanent</em>. Domain identifiers are usually permanent, while autogenerated primary keys often aren't.</li> |
|
380 |
<li>The <em>preferred ID</em> is the <em>shortest</em> string which permanently and unambiguously identifies the record</li> |
|
378 |
<li>An ID should always be <em>globally</em> unique to allow appending data from arbitrary datasets</li> |
|
379 |
<li>An ID must <em>permanently</em> and <em>unambiguously</em> identify the record.<br />Domain identifiers are usually permanent, while autogenerated primary keys often aren't.</li> |
|
381 | 380 |
</ul> |
382 | 381 |
|
383 | 382 |
|
383 |
<a name="Forming-preferred-IDs"></a> |
|
384 |
<h3 style="padding-left:1em;">Forming preferred IDs<a href="#Forming-preferred-IDs" class="wiki-anchor">¶</a></h3> |
|
385 |
|
|
386 |
|
|
387 |
<ul> |
|
388 |
<li>The <em>preferred ID</em> is the ID which is most directly associated with the identified object.<br />Choose from ID values in the following order: |
|
389 |
<ol> |
|
390 |
<li>a domain identifier</li> |
|
391 |
<li>a permanent URL</li> |
|
392 |
<li>a <em>permanent</em> primary key</li> |
|
393 |
</ol> |
|
394 |
</li> |
|
395 |
<li><em>Within</em> these categories, it should be the <em>shortest</em> string which is globally unique</li> |
|
396 |
</ul> |
|
397 |
|
|
398 |
|
|
384 | 399 |
<a name="Downloads"></a> |
385 | 400 |
<h2 >Downloads<a href="#Downloads" class="wiki-anchor">¶</a></h2> |
386 | 401 |
|
Also available in: Unified diff
mappings/VegCore.htm: Regenerated from wiki. Added section on forming preferred IDs, which are the ID which is most directly associated with the identified object.