diff --git a/DarwinCore_files/RTEmagicC_rss-feed-icon_02.gif.gif b/DarwinCore_files/RTEmagicC_rss-feed-icon_02.gif.gif new file mode 100644 index 0000000..dae82bf Binary files /dev/null and b/DarwinCore_files/RTEmagicC_rss-feed-icon_02.gif.gif differ diff --git a/DarwinCore_files/TDWGlogo_Twiki.gif b/DarwinCore_files/TDWGlogo_Twiki.gif new file mode 100644 index 0000000..7c0302f Binary files /dev/null and b/DarwinCore_files/TDWGlogo_Twiki.gif differ diff --git a/DarwinCore_files/blank.gif b/DarwinCore_files/blank.gif new file mode 100644 index 0000000..5e13a17 Binary files /dev/null and b/DarwinCore_files/blank.gif differ diff --git a/DarwinCore_files/default.css b/DarwinCore_files/default.css new file mode 100644 index 0000000..02ebab8 --- /dev/null +++ b/DarwinCore_files/default.css @@ -0,0 +1,185 @@ +/* The Darwin Core Task Group */ +/* Adapted from the Dublin Core Metadata Initiative */ +/* http://tdwg.org/ */ + + +/* Note: Todd Fahrner's keyword hack for IE. */ +/* http://alistapart.com/stories/sizematters/ */ +body, body div, body p, body th, body td, body li, body dd { + /* More specific to override rule in importing sheet. */ + font-size: x-small; + /* False value for WinIE4/5. */ + voice-family: "\"}\""; + /* Trick WinIE4/5 into thinking the rule is over. */ + voice-family: inherit; + /* Recover from trick. */ + font-size: small; + /* Intended value for better browsers. */ +} +html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd { + font-size: small; + /* Be nice to Opera. */ +} +/* END Todd Fahrner's keyword hack for IE. */ + +/* Body */ +body { + background: #FFF; + color: #000; + font-family: Verdana, Arial, "Arial Unicode MS", Helvetica, sans-serif; + margin: 10px; + padding: 10px; + text-align: left; +} + +/* Links */ +a:link { color: #333; text-decoration: underline; } +a:visited { color: #666; text-decoration: underline; } +a:hover, a:visited:hover, a:active { color: #F60; text-decoration: underline; } + +/* Misc */ +code, pre, tt { color: #000; font-family: Courier, "Courier New", "Andale Mono", Monoco, monospace; } +hr { color: #CCC; height: 1px; } +img { border: 0; } +th, td { vertical-align: top; } + +/* Forms */ +form { margin: 0; padding: 0; } +input.text { font-size: 80%; } +input.search { font: 11px Verdana, Arial, "Arial Unicode MS", Helvetica, sans-serif; } +input.button { font: 11px Verdana, Arial, "Arial Unicode MS", Helvetica, sans-serif; margin: 0; padding: 0; } + +/* Headings */ +h1 { color: #333; font: bold 135% Verdana, Arial, "Arial Unicode MS", Helvetica, sans-serif; } +h2 { color: #F30; font: bold 120% Verdana, Arial, "Arial Unicode MS", Helvetica, sans-serif; } +h3 { color: #000; font: bold 105% Verdana, Arial, "Arial Unicode MS", Helvetica, sans-serif; } +h4 { color: #666; font: bold 100% Verdana, Arial, "Arial Unicode MS", Helvetica, sans-serif; font-style: italic; } +h5 { color: #777; font: bold 80% Tahoma, Geneva, "Arial Unicode MS", Arial, Helvetica, sans-serif; } + +/* Code/Preformatted - puts gray background behind example */ +code.example, pre.example { background: #EEE; line-height: 140%; } + +/* Table used for sidebar menus on home page only */ +table.menuhome { width: 150px; } +table.menuhome th.cat { background: #CCC; font-size: 80%; font-weight: bold; padding: 4px 6px; text-align: center; vertical-align: top; } +table.menuhome td.item { background: #EEE; font-size: 80%; padding: 4px 6px 6px 6px; vertical-align: top; } + +/* Home page elements */ +div.deck { color: #666; font-size: 80%; padding-bottom: 1em; } +div.newsarchive { border-bottom: 1px solid #CCC; font-size: 80%; padding: 1em 0; text-align: center; } +div.dates { font-size: 80%; padding: 1em 0; text-align: center; } + +/* Table used for home page layout */ +table.home { width: 100%; } +table.home td.sidebar { background: #EEE; padding: 0; width: 150px; } +table.home td.main { padding: 0 15px; } + +/* Table used for sidebar menus */ +table.menu { width: 180px; } +table.menu th.cat { background: #CCC; font-size: 80%; font-weight: bold; padding: 4px 6px; text-align: center; vertical-align: top; } +table.menu td.item { background: #EEE; font-size: 80%; padding: 4px 6px 8px 6px; vertical-align: top; } + +/* Table used in Document pages - yellow background for table heads */ +table.docinfo { background: #FFC; width: 100%; margin-bottom: 0px; } +table.docinfo th { text-align: right; padding: 4px; width: 15%; } +table.docinfo td { text-align: left; padding: 4px; width: 85%; } + +/* Table used in Working Group pages - gray background for table heads */ +table.wginfo { background: #EEE; width: 100%; margin-bottom: 10px; } +table.wginfo th { text-align: right; padding: 4px; width: 15%; } +table.wginfo td { text-align: left; padding: 4px; width: 85%; } + +/* Specs for tables with border */ +table.border { border-top: 1px solid #CCC; border-left: 1px solid #CCC; margin-bottom: 10px; width: 95%; border-collapse: collapse;} +table.border th { background: #EEE; font-family: Verdana, Arial, "Arial Unicode MS", Helvetica, sans-serif; } +table.border td, table.border th { border-right: 1px solid #CCC; border-bottom: 1px solid #CCC; padding: .5em; } +table.border caption { font-weight: bold; border-bottom: 1px solid #CCC;} + +/* Specs for tables with no border */ +table.noborder { margin-bottom: 10px; } +table.noborder th { background: #EEE; font-family: Verdana, Arial, "Arial Unicode MS", Helvetica, sans-serif; } +table.noborder td, table.noborder th { padding: .5em; } + +/* Header and Footer */ +td.crumb { font-size: 80%; } +div.headerhome { padding-bottom: 1em; } +div.header { border-bottom: 1px solid #CCC; margin-bottom: 1em; padding-bottom: 1em; } +div.footer { border-top: 2px solid #CCC; margin-top: 1em; } +div.footer p { font-size: 80%; } +.small, p.small { font-size: 10px; } + +/* Hidden DCMI name for print */ +div.dcmiprint { display: none; } + +/* News items */ +div.rss-item { border-bottom: 1px solid #CCC; padding-bottom: 1em; padding-top: 1em; } +div.rss-type { color: #F30; font-size: 80%; font-weight: bold; } +div.rss-title { font-weight: bold; margin: 0; padding: 0; } +div.rss-description p { margin: 0; padding: 4px 0 6px 0; } + +/* Style for search engine (htdig) */ +.refineSearch { font: 11px/13px Arial, Helvetica, sans-serif; } +.resultMatches { font: 12px Arial, Helvetica, sans-serif; font-weight:bold; } + +/* THE DUBLIN CORE METADATA REGISTRY */ +#.registry { color: #FFF; font-size: 80%; } +/* Links in header */ +#a.registry { font-size: 80%; font-weight: bold; } +#a.registry:link { color: #FFF; text-decoration: none; } +#a.registry:visited { color: #FFF; text-decoration: none; } +#a.registry:hover, a.registry:visited:hover, a.registry:active { color: #FFF; text-decoration: underline; } + + +/*------------------------- menu ----------------------------------------------------*/ +#menu { + width:190px; + float:left; + padding-bottom:20px; + background:#617694 url(../images/menu_bottom.jpg) bottom right no-repeat; +} + #menu div, #menu p, #menu th, #menu td { + font: 14px/1.4 Tahoma, Tahoma, "Times New Roman", sans-serif; + color: #FFCC00; + } + #menu .level1 { + font: 16px/1.4 Tahoma, Tahoma, "Times New Roman", sans-serif; + color: #FFCC00; + } + #menu a:link { color: #FFCC00; text-decoration:none; } + #menu a:visited { color:#FFCC00; text-decoration:none; } + #menu a:hover { color:#FFFFFF; text-decoration:none; } + #menu a:active { color:#FFFFFF; text-decoration:none; } + #menu .highlighted a:link { color: #FFFFFF; text-decoration:none; } + #menu .highlighted a:visited { color:#FFFFFF; text-decoration:none; } + #menu .highlighted a:hover { color:#FFFFFF; text-decoration:none; } + #menu .highlighted a:active { color:#FFFFFF; text-decoration:none; } + + .topMenu { + margin:0; + padding:0; + margin-left:8px; + } + .subMenu { + margin:0; + padding:0; + margin-left: 2px; + padding-left: 10px; + margin-bottom:2px; + border-left:1px solid #999999; + } + .subSubMenu { + margin:0; + padding:0; + margin-left: 2px; + padding-left: 20px; + margin-bottom:2px; + border-left:3px solid #999999; + } + .menuItem { + margin:0; + padding:0; + } + +HR.sub-divider { + BORDER-RIGHT: 0px; BORDER-TOP: #aaa 1px dashed; MARGIN: 3px 15px 2px 4px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px; HEIGHT: 1px +} \ No newline at end of file diff --git a/DarwinCore_files/default.js b/DarwinCore_files/default.js new file mode 100644 index 0000000..d540242 --- /dev/null +++ b/DarwinCore_files/default.js @@ -0,0 +1,57 @@ + +// format date as dd-mmm-yy +// example: 12-Jan-99 + +function date_ddmmmyy(date) +{ + var d = date.getDate(); + var m = date.getMonth() + 1; + var y = date.getYear(); + + // handle different year values + // returned by IE and NS in + // the year 2000. + + if(y >= 2000) + { + y -= 2000; + } + if(y >= 100) + { + y -= 100; + } + + // could use splitString() here + // but the following method is + // more compatible + var mmm = + ( 1==m)?'1':( 2==m)?'2':(3==m)?'3': + ( 4==m)?'4':( 5==m)?'5':(6==m)?'6': + ( 7==m)?'7':( 8==m)?'8':(9==m)?'9': + (10==m)?'10':(11==m)?'11':'12'; + + return "" + "20" + (y<10?"0"+y:y) + "-" + mmm + "-" + (d<10?"0"+d:d); + +} + + +// +// get last modified date of the +// current document. +// +function date_lastmodified() +{ + var lmd = document.lastModified; + var s = "Unknown"; + var d1; + + // check if we have a valid date + // before proceeding + if(0 != (d1=Date.parse(lmd))) + { + s = "" + date_ddmmmyy(new Date(d1)); + } + + return s; +} + diff --git a/DarwinCore_files/general.js b/DarwinCore_files/general.js new file mode 100644 index 0000000..3081bef --- /dev/null +++ b/DarwinCore_files/general.js @@ -0,0 +1,27 @@ + diff --git a/DarwinCore_files/javascript_757c080409.js b/DarwinCore_files/javascript_757c080409.js new file mode 100644 index 0000000..3984369 --- /dev/null +++ b/DarwinCore_files/javascript_757c080409.js @@ -0,0 +1,11 @@ + + var browserName = navigator.appName; + var browserVer = parseInt(navigator.appVersion); + var version = ""; + var msie4 = (browserName == "Microsoft Internet Explorer" && browserVer >= 4); + if ((browserName == "Netscape" && browserVer >= 3) || msie4 || browserName=="Konqueror" || browserName=="Opera") {version = "n3";} else {version = "n2";} + // Blurring links: + function blurLink(theObject) { // + if (msie4) {theObject.blur();} + } + \ No newline at end of file diff --git a/DarwinCore_files/main.css b/DarwinCore_files/main.css new file mode 100644 index 0000000..0788b7c --- /dev/null +++ b/DarwinCore_files/main.css @@ -0,0 +1,420 @@ +body { + background-color: #FFFFFF; + margin-left: 0px; + margin-top: 0px; + margin-right: 0px; + margin-bottom: 0px; +} +.pageWrapper { /* div */ + text-align:left; +} +.wrapperWidth { /* div */ + width:100%; /* affects all pages in the site - can be overriden by local CSS rules */ + margin: 0 auto; /* has to be here otherwise nothing is centered in Moz */ +} +body,td,th,p,div { + font: 12px/1.4 Verdana, Arial, Helvetica, sans-serif; + color: #617694; +} +.small { + font: 11px/1.2 Verdana, Arial, Helvetica, sans-serif; +} +p { + margin-top: 0px; + margin-bottom: 20px; +} +strong, b { + font-weight: bold; +} +blockquote { + margin: 20px; + margin-top: 0px; +} +.clearer { + /* hr tags */ + border:none 0; + border-top:1px solid #DDD; + height:1px; + margin-bottom:20px; +} + +hr.sub-divider { + border: none 0; + height: 1px; + border-top: 1px dashed #AAA; + margin: 3px 15px 2px 4px; +} + + +/*------------------------- main layout blocks ----------------------------------------------------*/ +#pageHeader { + text-align:left; + background:url(../images/headerMiddleBgd.jpg) top repeat-x; +} + #logo { + width:238px; + height:154px; + background:url(../images/logo-bgd.gif) top left no-repeat; + } + + #logo img { + padding-left:22px; + padding-top:8px; + } + + #pageHeaderRight { + width:510px; + height:154px; + float:right; + background:url(../images/headerImage.jpg) right top no-repeat; + } + #loginBox { + float:left; + width:250px; + margin-top:112px; + } + #searchBox { + width:180px; + margin-top:112px; + margin-left:255px; + } + +/*------------------------- menu ----------------------------------------------------*/ +#menu { + width:190px; + float:left; + padding-bottom:20px; + background:#617694 url(../images/menu_bottom.jpg) bottom right no-repeat; +} + #menu div, #menu p, #menu th, #menu td { + font: 14px/1.4 Tahoma, Tahoma, "Times New Roman", sans-serif; + color: #FFCC00; + } + #menu .level1 { + font: 16px/1.4 Tahoma, Tahoma, "Times New Roman", sans-serif; + color: #FFCC00; + } + #menu a:link { color: #FFCC00; text-decoration:none; } + #menu a:visited { color:#FFCC00; text-decoration:none; } + #menu a:hover { color:#FFFFFF; text-decoration:none; } + #menu a:active { color:#FFFFFF; text-decoration:none; } + #menu .highlighted a:link { color: #FFFFFF; text-decoration:none; } + #menu .highlighted a:visited { color:#FFFFFF; text-decoration:none; } + #menu .highlighted a:hover { color:#FFFFFF; text-decoration:none; } + #menu .highlighted a:active { color:#FFFFFF; text-decoration:none; } + + .topMenu { + margin:0; + padding:0; + margin-left:8px; + } + .subMenu { + margin:0; + padding:0; + margin-left: 2px; + padding-left: 10px; + margin-bottom:2px; + border-left:1px solid #999999; + } + .menuItem { + margin:0; + padding:0; + } + +/*------------------------- breadcrumbs ----------------------------------------------------*/ +#breadcrumbs { + text-align:left; + font: 11px/1.0 Verdana, Arial, Helvetica, sans-serif; + margin: 0 auto; /* has to be here otherwise nothing is centered in Moz */ + margin-left: 230px; /* for menu to float left */ +} +#pageContent { + width:auto; + text-align:left; + margin: 0 auto; /* has to be here otherwise nothing is centered in Moz */ + margin-left: 230px; /* for menu to float left */ + padding: 20px; + padding-left: 0; + padding-right: 40px; +} + #mainContent { + text-align:left; + margin: 0 auto; /* has to be here otherwise nothing is centered in Moz */ + } + +.messagebox { + border: 1px solid #aaaaaa; + background-color: #f0f0f0; + width: 80%; + margin: 0 auto 1em auto; + padding: .2em; + text-align: center; +} + +div.sidebar +{ + clear: right; + width: 30%; + float: right; + font-size: 1.1em; + margin-top: 6px; + margin-left: 1%; + margin-right: 1%; + margin-bottom: 14px; + padding: 6px; + border: 1px solid #6A9832; + -moz-border-radius: 8px; + background-color: #ffffff; +} + +div.sidebar h2, div.sidebar h1 +{ + -moz-border-radius-topleft: 6px; + -moz-border-radius-topright: 6px; + margin-top: -6px; + margin-left: -6px; + margin-right: -6px; + margin-bottom: 2px; + padding-left: 6px; + padding-right: 6px; + padding-top: 2px; + padding-bottom: 2px; + background-color: #6A9832; + color: #ffffff; +} + +#lastupdate { + clear:both; + width:auto; + text-align:left; + margin: 0 auto; /* has to be here otherwise nothing is centered in Moz */ + margin-left: 230px; /* for menu to float left */ + padding: 20px; + padding-left: 0; + padding-right: 40px; +} + +#pageFooter { + clear:both; + width:auto; + text-align:left; + margin: 0 auto; /* has to be here otherwise nothing is centered in Moz */ + margin-left: 230px; /* for menu to float left */ + margin-right: 40px; + margin-top: 20px; + padding-top:20px; + border-top:1px solid #CCCCCC; +} + +#pageFooter p { + font: 11px/1.0 Verdana, Arial, Helvetica, sans-serif; + margin-bottom: 8px; +} +/*------------------------- content columns ---------------------------------------------------------------------*/ +/* width and padding are defined on each sub content template */ +#colLeft, #colRight, #colMain { + float:left; + text-align:left; + margin: 0 auto; + padding:0; +} + +/*---------------------------------------------------- links ----------------------------------------------------*/ +a:link { color: #CA6500; text-decoration:none; } +a:visited { color: #CA6500; text-decoration:none; } +a:hover { color: #CA6500; text-decoration:underline; } +a:active { color: #CA6500; text-decoration:none; } + +/*--------------------------------------------------- headers ---------------------------------------------------*/ +h1,h2,h3,h4,h5,h6 { + font: 15px/1.5 Tahoma, Tahoma, "Times New Roman", sans-serif; + letter-spacing:1px; + margin-top: 0px; + color: #6A9832; +} +h1 { font-size: 21px; } +h2 { font-size: 19px; } +h3 { font-size: 17px; } +h4 { font-size: 15px; } +h5 { font-size: 14px; } + + +/*------------------------------------------ subgroups and standards tables -------------------------------------*/ +.tx-tdwg-pi-subgroup-members-listrow-header, +.tx-tdwg-pi-standards-listrow-header, +.tx-tdwg-pi-subgroup-list-listrow-header +{ + background-color: #E7FFD0; + font-weight: bold; +} + +.tx-tdwg-pi-standards-listrow A, +.tx-tdwg-pi-standards-listrow A:visited:hover, +.tx-tdwg-pi-subgroup-list-listrow A, +.tx-tdwg-pi-subgroup-list-listrow A:visited:hover +{ font-weight: normal; } + +.tx-tdwg-pi-standards-listrow td, +.tx-tdwg-pi-subgroup-list-listrow td +{ + padding-top: 1px; + padding-bottom: 1px; +} + +.tx-tdwg-pi-subgroup-members-listrow-odd, +.tx-tdwg-pi-standards-listrow-odd, +.tx-tdwg-pi-subgroup-list-listrow-odd +{ background-color: #f7f7f7; } + +.tx-tdwg-pi-subgroup-members-listrow-even, +.tx-tdwg-pi-standards-listrow-even, +.tx-tdwg-pi-subgroup-list-listrow-even +{ background-color: #f0f0f0; } + + +/*---------------------------------------------------- lists ----------------------------------------------------*/ +#pageContent ul { + margin: 0px; + margin-left: 5px; + margin-bottom: 20px; + padding-left: 0px; + list-style:none; +} + +#pageContent ul li { + padding-left: 15px; + padding-bottom: 2px; + background-image:url(../images/listBullet.gif); + background-position: 0 5px; + background-repeat:no-repeat; +} + +#editorWrap1 ul li, #editorWrap2 ul li { + padding-left: 0px; + padding-bottom: 0px; + background-image: none; + background-position: 0 0px; +} + +#pageContent ol { + margin: 0px; + margin-left: 30px; /* shouldn't have to do that because of the padding existing in the container block */ + margin-bottom: 20px; + padding-left: 0px; +} +#pageContent ol li { + padding-left: 10px; +} +#pageContent ol ul li { + padding-left: 20px; +} +#pageContent ol ul { + padding-top: 10px; + margin-bottom: 0px; +} +#pageContent ul ul { + padding-top: 10px; + margin-bottom: 0px; +} +/*---------------------------------------------------- forms ----------------------------------------------------*/ +form { + margin:0px; +} +.textField { + float:left; + height:14px; + font-family:Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + background-color: #eee; + color: #666; + padding:1px; + margin-right:3px; + border:none; +} +.formButton { + height:16px; + font:11px/1.0 Verdana, Arial, Helvetica, sans-serif; + background-color: #CC6633; + color: #FFF; + padding:0; + margin:0; + border:none; + cursor:pointer; +} + +form p { margin-top: .5em; margin-bottom: 0; padding: 0 .3em; text-indent: 0; } +td {vertical-align: top;} +td.fieldname { text-align: right; width: 30%; } + +table.tx_tdwgsso_pi_membership_options tr { vertical-align: top; } +table.tx_tdwgsso_pi_membership_link { width: 100%; } +table.tx_tdwgsso_pi_membership_link td { font-weight: bold; } + +td.tx_tdwgsso_pi_membership_options { border: 1px solid #aaaaaa; padding: 15px; } +td.tx_tdwgsso_pi_membership_link { text-align: right; } + +td.tx_tdwgsso_pi_membership_order_item_description { width: 50%; padding-right: 100px; } +table.tx_tdwgsso_pi_membership_order_details input { text-align: right; } +td.membership_order_input { text-align: right; } + +img { border-style: none; } + + +div.csc-mailform-field input, +div.csc-mailform-field textarea { text-align: left; margin-bottom: 3px; } +div.csc-mailform-field label { text-align: right; float: left; width: 15%; margin-top: 3px; margin-right: 5px; } +input.csc-mailform-submit, +div.csc-mailform-label { text-align: left; margin-left: 16%; margin-top: 3px; margin-right: 5px; margin-bottom: 10px;} + +/* --- Tables --- */ +table.contenttable p +{ + margin-bottom: 2px; + color: black; + text-align: left; + vertical-align: top; +} + +table.contenttable th, table.contenttable td +{ + padding:4px; + text-align: left; + color:#444; + background:#e9e9e9; +} + +table.contenttable th { + font-weight:bold; + background:#efefef; + color:#444; +} + +table.contenttable th p { font-weight: bold; } + + +/* --- File List --- */ +tr.tr-odd { background-color: #f7f7f7; } +tr.tr-even { background-color: #f0f0f0; } + +td.csc-uploads-fileSize p, +td.csc-uploads-fileName p { padding: 0px; margin: 0px; } + + +/* --- TWiki tables --- */ + +table.contenttable tr.twikiTableEven td, +table.contenttable tr.twikiTableOdd td { margin: 3px; padding: 4px; } + +table.contenttable th.twikiFirstCol, +table.contenttable tr.twikiTableOdd th, +table.contenttable tr.twikiTableEven th{ color: #FFD700; background: #617694; } + +table.contenttable tr.twikiTableEven td { color: #FFD700; background: #D8DFD5; text-align: left; } +table.contenttable tr.twikiTableOdd td { color: #FFD700; background: #DCDCDC; text-align: left; } + + +#creative_commons_icon { + border: none; + float: left; + padding-right: 12px; +} diff --git a/DarwinCore_files/moore_logo.jpg b/DarwinCore_files/moore_logo.jpg new file mode 100644 index 0000000..897c825 Binary files /dev/null and b/DarwinCore_files/moore_logo.jpg differ diff --git a/DarwinCore_files/print.css b/DarwinCore_files/print.css new file mode 100644 index 0000000..cf3def7 --- /dev/null +++ b/DarwinCore_files/print.css @@ -0,0 +1,13 @@ +#pageHeader { display:none; } +#menu { display:none; } + +#breadcrumbs { + margin: 0; +} +#pageContent { + margin: 0; + padding-right: 0; +} +#pageFooter { + margin: 0; +} diff --git a/DarwinCore_files/stylesheet_564c72b602.css b/DarwinCore_files/stylesheet_564c72b602.css new file mode 100644 index 0000000..222a0c2 --- /dev/null +++ b/DarwinCore_files/stylesheet_564c72b602.css @@ -0,0 +1,214 @@ +/* default styles for extension "tx_srlanguagemenu_pi1" */ + .tx-srlanguagemenu-pi1 p { font-family: Verdana, sans-serif; font-size: .8em; line-height:100%; color: #35006d; margin-top: 8px; padding: 0; text-indent: 0; } + .tx-srlanguagemenu-pi1 img { margin: 0 5px; padding: 0; border-style: none; } + .tx-srlanguagemenu-pi1 .CUR { float: left; font-size: .8em; } + .tx-srlanguagemenu-pi1 .CUR a { background-color: transparent; color: #35006d; text-decoration: none; font-weight: bold; } + .tx-srlanguagemenu-pi1 .CUR a:focus, .tx-srlanguagemenu-pi1 .CUR a:hover, .tx-srlanguagemenu-pi1 .CUR a:active { color:#333333; } + .tx-srlanguagemenu-pi1 .NO { float: left; font-size: .8em; } + .tx-srlanguagemenu-pi1 .NO a { background-color:transparent; color: #35006d; text-decoration:none; font-weight:bold; } + .tx-srlanguagemenu-pi1 .NO a:focus, .tx-srlanguagemenu-pi1 .NO a:hover, .tx-srlanguagemenu-pi1 .NO a:active { color:#333333; } + .tx-srlanguagemenu-pi1 .INACT { float: left; font-size: .8em; } + .tx-srlanguagemenu-pi1 .INACT a { background-color:transparent; color: #35006d; text-decoration: none; font-weight: normal; } + .tx-srlanguagemenu-pi1 .INACT a:focus, .tx-srlanguagemenu-pi1 .INACT a:hover, .tx-srlanguagemenu-pi1 .INACT a:active { color: #333333; } + .tx-srlanguagemenu-pi1 .SPC { float: left; font-family: Verdana, sans-serif; font-size: .8em; line-height: 100%; color: #35006d; } + .tx-srlanguagemenu-pi1 select { font-size: .8em; font-family: Verdana, sans-serif; background-color: #35006d; color: white; font-weight: bold; } +/* default styles for extension "tx_indexedsearch" */ + .tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; } + .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; } + .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; } + .tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; } + .tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; } + .tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; } + .tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; } + .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; } + .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; } + .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; } + .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; } + .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; } + .tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; } + .tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; } + + /* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */ + .tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; } + .tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; } + .tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; } + .tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; } + .tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; } + .tx-indexedsearch .info-tmpl-css dd.item-path { float:none; } +/* default styles for extension "tx_veguestbook_pi1" */ + /* example styles */ + .tx-guestbook-list-table { border-style: solid; border-color: #000000; border-width: 1px; } + .tx-guestbook-list-header { background-color: #539521; color: #FFFFFF; font-weight:bold; } + .tx-guestbook-list-row { background-color: #FFFFFF; } + .tx-guestbook-list-rowleft { background-color: #EEEEEE; } + .tx-guestbook-list-entrycomment-title {font-weight: bold; } + .tx-guestbook-list-entrycomment { font-style: italic; } + .tx-guestbook-list-small { font-size: 9px; color: #666666; } + .tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; } + .tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; } + .tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; } + .tx-guestbook-latest-header { background-color: #539521; color: #FFFFFF; font-weight:bold; } + .tx-guestbook-latest-row { background-color: #FFFFFF; } + .tx-guestbook-latest-small { font-size: 9px; color: #666666; } + .tx-guestbook-form-inputfield { border-style: solid; border-width: 1pt; border-color:#539521; font-size:14px; color:#333333; } + .tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1pt; border-color:#539521; font-size:14px; color:#333333; width:100px; } + .tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1pt; border-color:#539521; font-size:14px; color:#333333; width:150px; } + .tx-guestbook-form-textarea { border-style: solid; border-width: 1pt; border-color:#539521; font-size:14px; color:#333333; width:100%; } + .tx-guestbook-form-obligationfield { color: #CC0000; } + .tx-guestbook-form-error { color: #CC0000; } +/* default styles for extension "tx_newloginbox_pi3" */ + .tx-newloginbox-pi3-listrow TD { background-color:#eeeeee; padding-left: 3px; padding-right: 3px; } + .tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD { background-color:#cccccc; } + .tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD P { font-weight:bold; } + .tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-odd TD { background-color:#f6f6f6; } +/* default styles for extension "tx_srfeuserregister_pi1" */ + .tx-srfeuserregister-pi1 p { margin-top: .5em; margin-bottom: 0; padding: 0 .3em; text-indent: 0; } + .tx-srfeuserregister-pi1 h4 { margin-top: 0; padding-left: .3em; } + .tx-srfeuserregister-pi1 legend { padding: 0 .5em; font-weight: bold; } + .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice { margin-bottom: 1em; } + .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; } + .tx-srfeuserregister-pi1 a { padding-left: 14px; background-image: url("typo3conf/ext/sr_feuser_register/pi1/internal_link.gif"); background-repeat: no-repeat; background-position: 0% 60%; text-decoration:none; } + .tx-srfeuserregister-pi1 label { margin: 0; padding: 0; } + .tx-srfeuserregister-pi1 label span { color: #ff0000; } + .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error { color: #ff0000; } + .tx-srfeuserregister-pi1 input { margin: 0; padding: 0 .5em 0 0; } + .tx-srfeuserregister-pi1 input[type=password] { margin-right: 1em; } + * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { margin-right: 1em; } + .tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { background-color: transparent; } + * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; } + .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon { margin-left: 1em; background-color: transparent; } + .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { cursor: pointer; } + .tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view { padding-left: 15px; background-image: url("typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); background-color: transparent; background-repeat: no-repeat; font-size: .8em; margin-left: 1em; } + .tx-srfeuserregister-pi1 ul { margin: 0; padding: 0; list-style-position: inside; } + .tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; } + .tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .3em 0; padding: 0; } + .tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; } + .tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; } + .tx-srfeuserregister-pi1 dl { margin: 0; padding: 1em 0 0 0; } + .tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { margin: 0; padding: 0 0 .5em 0; float: left; } + .tx-srfeuserregister-pi1 dt { clear: both; width: 25%; text-align: right; padding-right: 1em; } + .tx-srfeuserregister-pi1 dd { text-align: left; width: 50%; } + * html .tx-srfeuserregister-pi1 dd { float: none; } + .tx-srfeuserregister-pi1 dd p { margin-top: 0; margin-bottom: .5em; padding: 0; } + .tx-srfeuserregister-pi1 dd label { padding: 0 1em 0 .5em; } +/* default styles for extension "tx_fileupload_pi1" */ + +/* default styles for extension "tx_cssstyledcontent" */ + /* Captions */ + DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; } + DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; } + DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; } + + /* Needed for noRows setting */ + DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; } + + /* Border just around the image */ + DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG { + border: 2px solid black; + padding: 0px 0px; + } + + DIV.csc-textpic-imagewrap { padding: 0; } + + DIV.csc-textpic IMG { border: none; } + + /* DIV: This will place the images side by side */ + DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; } + + /* UL: This will place the images side by side */ + DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; } + DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; } + + /* DL: This will place the images side by side */ + DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; } + DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; } + DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; } + DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */ + DL.csc-textpic-image { margin: 0; } + DL.csc-textpic-image DT { margin: 0; display: inline; } + DL.csc-textpic-image DD { margin: 0; } + + /* Clearer */ + DIV.csc-textpic-clear { clear: both; } + + /* Margins around images: */ + + /* Pictures on left, add margin on right */ + DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image, + DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image, + DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image { + display: inline; /* IE fix for double-margin bug */ + margin-right: 10px; + } + + /* Pictures on right, add margin on left */ + DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image, + DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image, + DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image { + display: inline; /* IE fix for double-margin bug */ + margin-left: 10px; + } + + /* Pictures centered, add margin on left */ + DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { + display: inline; /* IE fix for double-margin bug */ + margin-left: 10px; + } + DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; } + DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; } + + /* Space below each image (also in-between rows) */ + DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; } + DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; } + DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; } + + /* No margins around the whole image-block */ + DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; } + DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; } + + /* Add margin from image-block to text (in case of "Text w/ images") */ + DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap, + DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { + margin-right: 10px !important; + } + DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap, + DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { + margin-left: 10px !important; + } + + /* Positioning of images: */ + + /* Above */ + DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; } + + /* Center (above or below) */ + DIV.csc-textpic-center { text-align: center; /* IE-hack */ } + DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; } + DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ } + DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ } + + /* Right (above or below) */ + DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; } + DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; } + + /* Left (above or below) */ + DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; } + DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; } + + /* Left (in text) */ + DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; } + + /* Right (in text) */ + DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; } + + /* Right (in text, no wrap around) */ + DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; } + /* Hide from IE5-mac. Only IE-win sees this. \*/ + * html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; } + /* End hide from IE5/mac */ + + /* Left (in text, no wrap around) */ + DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; } + /* Hide from IE5-mac. Only IE-win sees this. \*/ + * html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; } + /* End hide from IE5/mac */ \ No newline at end of file diff --git a/DarwinCore_files/valid-xhtml10.gif b/DarwinCore_files/valid-xhtml10.gif new file mode 100644 index 0000000..4eba962 Binary files /dev/null and b/DarwinCore_files/valid-xhtml10.gif differ diff --git a/DarwinCore_files/vcss.gif b/DarwinCore_files/vcss.gif new file mode 100644 index 0000000..020c75a Binary files /dev/null and b/DarwinCore_files/vcss.gif differ diff --git a/examples/rdfa_content/rdfa2rdf.py b/examples/rdfa_content/rdfa2rdf.py new file mode 100644 index 0000000..17b8366 --- /dev/null +++ b/examples/rdfa_content/rdfa2rdf.py @@ -0,0 +1,22 @@ +''' +Very simple example of an RDFa to RDF converter. + +Requires RDFLib from http://code.google.com/p/rdflib/ +''' + +import sys +import logging +from rdflib import ConjunctiveGraph + +logging.basicConfig(level=logging.INFO) +if len(sys.argv) < 2: + logging.info('Usage: rdfa2rdf ') + sys.exit() +try: + g = ConjunctiveGraph() + res = g.parse(sys.argv[1], format='rdfa') + print g.serialize() +except Exception,e: + logging.error('Exception raised: %s' % str(e)) + + \ No newline at end of file diff --git a/examples/rdfa_content/sciname_1.html b/examples/rdfa_content/sciname_1.html new file mode 100644 index 0000000..904fcda --- /dev/null +++ b/examples/rdfa_content/sciname_1.html @@ -0,0 +1,22 @@ + + + + +Scientific Name in RDFa + + + + + +

This example shows how to tag a scientific name with RDFa markup so that a + parser can recognize that the string +Bufo marinus +as a scientific name, and the string "Bufonidae +is a family name, but there is no statement that B. marinus is a +member of the family Bufonidae.

+ + diff --git a/examples/rdfa_content/sciname_2.html b/examples/rdfa_content/sciname_2.html new file mode 100644 index 0000000..fe4ea12 --- /dev/null +++ b/examples/rdfa_content/sciname_2.html @@ -0,0 +1,24 @@ + + + + +Scientific Name in RDFa + + + + + +

This example shows how to tag a scientific name with RDFa markup so that a + parser can recognize that the string + +Bufo marinus +as a scientific name, and the string "Bufonidae +is a family name, and since both terms form part of a Darwin Core record, +infers that Bufonidae is the family name for entity named "#name1" and +"Bufo marinus" is the scientific name.

+ + diff --git a/examples/rdfa_content/sciname_location.html b/examples/rdfa_content/sciname_location.html new file mode 100644 index 0000000..b66670c --- /dev/null +++ b/examples/rdfa_content/sciname_location.html @@ -0,0 +1,37 @@ + + + + +Observation in RDFa + + + + + +

This example document contains a record of an observation tagged with an lsid of xxx + + that includes the scientific name + Bufo marinus, + + + + a geographic location of + + longitude + 152.725067 + east, latitude + -25.273262, + + and a time of + + 9:32 in the morning of the 12th of November. + +

+ + diff --git a/examples/text/example_star_archive.xml b/examples/text/example_star_archive.xml new file mode 100644 index 0000000..99d81b3 --- /dev/null +++ b/examples/text/example_star_archive.xml @@ -0,0 +1,203 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/text/example_text.xml b/examples/text/example_text.xml new file mode 100644 index 0000000..4707a4a --- /dev/null +++ b/examples/text/example_text.xml @@ -0,0 +1,47 @@ + + + + + + + http://data.gbif.org/download/occurrence-search-123255244678924570.zip + + + + + + + + + + + \ No newline at end of file diff --git a/examples/text/example_text2.xml b/examples/text/example_text2.xml new file mode 100644 index 0000000..2eaadbe --- /dev/null +++ b/examples/text/example_text2.xml @@ -0,0 +1,27 @@ + + + + + + http://data.gbif.org/download/specimens.txt + + + + + + + + + http://data.gbif.org/download/identifications.txt + + + + + + + + + \ No newline at end of file diff --git a/examples/text/example_text_relationship.xml b/examples/text/example_text_relationship.xml new file mode 100644 index 0000000..8f6125f --- /dev/null +++ b/examples/text/example_text_relationship.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/text/example_text_simpledwc_complete.xml b/examples/text/example_text_simpledwc_complete.xml new file mode 100644 index 0000000..68a72f7 --- /dev/null +++ b/examples/text/example_text_simpledwc_complete.xml @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/text/simplemetafile.xml b/examples/text/simplemetafile.xml new file mode 100644 index 0000000..a65a942 --- /dev/null +++ b/examples/text/simplemetafile.xml @@ -0,0 +1,207 @@ + + + + + + + http://data.gbif.org/download/occurrence-search-123255244678924570.zip + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/xml/example_classes_observation.xml b/examples/xml/example_classes_observation.xml new file mode 100644 index 0000000..9ecc47a --- /dev/null +++ b/examples/xml/example_classes_observation.xml @@ -0,0 +1,99 @@ + + + + http://guid.mvz.org/sites/arg/127 + Argentina + AR + Neuquén + Valle Limay, Estancia Rincon Grande, 48 ha area with centroid at this point + -40.97467 + -71.0734 + epsg:4326 + 200 + + + http://guid.mvz.org/events/2006/11/26/17 + 2006-11-26T00:00:00 + area count + http://guid.mvz.org/sites/arg/127 + + + urn:catalog:AUDCLO:EBIRD:OBS64515288 + Event + 2009-02-17T07:33:04Z + AUDCLO + EBIRD + HumanObservation + 2 + http://guid.mvz.org/events/2006/11/26/17 + + + Anthus hellmayri + Aves + Anthus + hellmayri + urn:catalog:AUDCLO:EBIRD:OBS64515288 + + + urn:catalog:AUDCLO:EBIRD:OBS64515286 + Event + 2009-02-17T07:33:04Z + AUDCLO + EBIRD + HumanObservation + 1 + http://guid.mvz.org/events/2006/11/26/17 + + + Anthus correndera + Aves + Anthus + correndera + urn:catalog:AUDCLO:EBIRD:OBS64515286 + + + http://guid.mvz.org/events/2006/11/27/6 + 2006-11-27T00:00:00 + area count + http://guid.mvz.org/sites/arg/127 + + + urn:catalog:AUDCLO:EBIRD:OBS64515333 + Event + 2009-02-17T07:33:04Z + AUDCLO + EBIRD + HumanObservation + 1 + http://guid.mvz.org/events/2006/11/27/6 + + + Anthus hellmayri + Aves + Anthus + hellmayri + urn:catalog:AUDCLO:EBIRD:OBS64515333 + + + urn:catalog:AUDCLO:EBIRD:OBS64515331 + Event + 2009-02-17T07:33:04Z + AUDCLO + EBIRD + HumanObservation + 2 + http://guid.mvz.org/events/2006/11/27/6 + + + Anthus hellmayri + Aves + Anthus + hellmayri + urn:catalog:AUDCLO:EBIRD:OBS64515331 + + \ No newline at end of file diff --git a/examples/xml/example_classes_specimen.xml b/examples/xml/example_classes_specimen.xml new file mode 100644 index 0000000..7b0b08c --- /dev/null +++ b/examples/xml/example_classes_specimen.xml @@ -0,0 +1,108 @@ + + + + http://guid.mvz.org/sites/arg/127 + Argentina + AR + Neuquén + 25 km al NNE de Bariloche por Ruta 40 (=237) + + + http://guid.mvz.org/events/1995/6 + 1995-01-12T00:00:00 + 12 + 12 + 1995 + 01 + 12 + 12 Jan 1995 + mallín + on file in the Grinnell-Miller Library + http://guid.mvz.org/sites/arg/127 + + + PhysicalObject + 2009-02-12T12:43:31 + Museum of Vertebrate Zoology + MVZ + Mammals + urn:catalog:MVZ:Mammals:14523 + PreservedSpecimen + http://guid.mvz.org/events/1995/6 + + + http://guid.mvz.org/identifications/23459 + Richard Sage + 2000-01-01T00:00:00 + sp. + urn:catalog:MVZ:Mammals:14523 + + + Ctenomys + Ctenomys + http://guid.mvz.org/identifications/23459 + + + http://guid.mvz.org/identifications/94752 + James L Patton + 2001-09-14T00:00:00 + urn:catalog:MVZ:Mammals:14523 + + + Ctenomys sociabilis + Animalia; Chordata; Vertebrata; Mammalia; Theria; Eutheria; Rodentia; Hystricognatha; Hystricognathi; Ctenomyidae; Ctenomyini; Ctenomys + Animalia + Chordata + Mammalia + Rodentia + Ctenomyidae + Ctenomys + sociabilis + http://guid.mvz.org/identifications/94752 + + + PhysicalObject + 2009-02-12T12:43:31 + Museum of Vertebrate Zoology + MVZ + Mammals + urn:catalog:MVZ:Mammals:14524 + PreservedSpecimen + http://guid.mvz.org/events/1995/6 + + + http://guid.mvz.org/identifications/94753 + James L Patton + 2001-09-14T00:00:00 + urn:catalog:MVZ:Mammals:14524 + + + Ctenomys sociabilis + Animalia; Chordata; Vertebrata; Mammalia; Theria; Eutheria; Rodentia; Hystricognatha; Hystricognathi; Ctenomyidae; Ctenomyini; Ctenomys + Animalia + Chordata + Mammalia + Rodentia + Ctenomyidae + Ctenomys + sociabilis + http://guid.mvz.org/identifications/94753 + + + http://guid.mvz.org/relations/23423 + urn:catalog:MVZ:Mammals:14523 + urn:catalog:MVZ:Mammals:14524 + offspring of + + + http://guid.mvz.org/relations/23424 + urn:catalog:MVZ:Mammals:14524 + urn:catalog:MVZ:Mammals:14523 + mother of + + \ No newline at end of file diff --git a/examples/xml/example_simple.xml b/examples/xml/example_simple.xml new file mode 100644 index 0000000..02d74af --- /dev/null +++ b/examples/xml/example_simple.xml @@ -0,0 +1,176 @@ + + + + + + + + PhysicalObject + 2009-02-12T14:22:00Z + en + http://creativecommons.org/publicdomain/zero/1.0/legalcode + Museum of Vertebrate Zoology, UC Berkeley + http://www.vertnet.org/resources/norms.html + + http://arctos.database.museum/guid/MVZ:Mamm:165861 + http://biocol.org/urn:lsid:biocol.org:col:34777 + http://grbio.org/cool/0rht-pj95 + + MVZ + Mammals + + + PreservedSpecimen + + + {'tragusLengthInMeters':'0.014', 'weightInGrams':'120', 'zygomaticArchWidthInMeters':'0.043'} + urn:occurrence:Arctos:MVZ:Mamm:165861:101356 + 165861 + OPP 7101 + Oliver P. Pearson | Anita K. Pearson + 1 + female + adult + non-reproductive + + native + + skull | study skin | skeleton + in collection + http://arctos.database.museum/SpecimenImages/UAMObs/Mamm/2/P7291179.JPG + http://www.sciencemag.org/cgi/content/abstract/322/5899/261 + GenBank: U34853.1 + + + + http://arctos.database.museum/guid/MVZ:Mamm:165861 + + + + + Ctenomys sociabilis (accepted ID) identified by Oliver P. Pearson on 1999-01-27; method: type specimen | Ctenomys sociabilis identified by Oliver P. Pearson on 1985 sensu Pearson 1985; method: type specimen Remark: ID from citation in Pearson 1985." + + + + 1983-11-16 + 14:07-03:00 + 315 + 315 + 1983 + 11 + 16 + Nov. 11 '83 + pre-cordilleran steppe + snap trap + 4 trap hours + stored in Grinnell-Miller Library + particularly dry season + + urn:location:TGN:1001450 + South America | Argentina | Parque Nacional Nahuel Huapi | Neuquén | Los Lagos + South America + + + + Argentina + AR + Neuquén + Los Lagos + + Estancia Fortin Chacabuco, 3 km S and 2 km W Cerro Puntudo + Estancia Fortin Chacabuco, 3 km S and 2 km W Co. Puntudo + 1070 + 1080 + 1075m + + + + + + + The colony was just N of the fence and just E of the stream according to Michael Christie, who verified on Google Earth (about 40. 58' 06 to 07" and 71. 11' 30 to 31"). + -40.9684722 + -71.1918056 + EPSG:4326 + 7 + 0.0000001 + 1 + -40.9684722/-71.1918056 + -40.9684722 + -71.1918056 + decimal degrees + WGS84 + + + + John Wieczorek (MVZ) + 2011-11-18 + Guide to Best Practices for Georeferencing. (Chapman and Wieczorek, eds. 2006). Global Biodiversity Information Facility. + Garmin Etrex Summit GPS + verified by collector + coordinate uncertainty determined by GPS accuracy reading at the time the waypoint was recorded + + Phanerozoic + Phanerozoic + Cenozoic + Cenozoic + Quaternary + Quaternary + Holocene + Holocene + Atlantic + Atlantic + + + + + + + + + holotype + Oliver P. Pearson + 1999-01-27 + + type specimen + + + + + + + + + + Ctenomys sociabilis + Ctenomys sociabilis Pearson and Christie, 1985 + Ctenomys Blainville, 1826 + Ctenomys sociabilis Pearson and Christie, 1985 + Pearson O. P., and M. I. Christie. 1985. + Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388 + 1985 + Animalia | Chordata | Vertebrata | Mammalia | Theria | Eutheria | Rodentia | Hystricognatha | Hystricognathi | Ctenomyidae | Ctenomyini | Ctenomys + Animalia + Chordata + Mammalia + Rodentia + Ctenomyidae + Ctenomys + + sociabilis + + species + + Pearson and Christie, 1985 + colonial tuco-tuco + ICZN + valid + + + + diff --git a/examples/xml/example_simple_fossil.xml b/examples/xml/example_simple_fossil.xml new file mode 100644 index 0000000..b508e4f --- /dev/null +++ b/examples/xml/example_simple_fossil.xml @@ -0,0 +1,32 @@ + + + + urn:catalog:YPM:VP.057488 + PhysicalObject + 2009-02-12T12:43:31 + en + FossilSpecimen + YPM + VP + VP.057488 + 1 + + North America + United States + US + Montana + Garfield + Tyrannosourus rex + Tyrannosourus + rex + Creataceous + Creataceous + Late Cretaceous + Late Cretaceous + + diff --git a/index.htm b/index.htm new file mode 100644 index 0000000..0431faa --- /dev/null +++ b/index.htm @@ -0,0 +1,1014 @@ + + + + + + + Darwin Core + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + +
+ + +

Darwin Core

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Title:Darwin Core
Date Issued:2009-02-12
Date Modified:2014-11-08
Abstract:This document is a cover page, an entry-level document to + the Darwin Core standard. It describes the purpose of the + standard and orients the reader to the documents that cover + specific topics within the standard, such as the quick guide to + the list of terms.
Contributors:John Wieczorek (MVZ), Markus Döring (GBIF), Renato De + Giovanni (CRIA), Tim Robertson (GBIF), Dave Vieglais + (KUNHM)
Legal:This document is governed by the standard legal, copyright, + licensing provisions and disclaimers issued by the Taxonomic + Databases Working Group.
Part of TDWG Standard: + http://www.tdwg.org/standards/450/ +
Creator:Darwin Core Task Group
Identifier:http://rs.tdwg.org/dwc/2014-11-08/
Latest Version: + http://rs.tdwg.org/dwc/ +
Replaces: + http://rs.tdwg.org/dwc/2013-10-25/ +
Document Status:Current Standard
+
+ +

+ +

1. Introduction

+ +

Audience: This document is an introduction to the Darwin Core + standard and is meant to provide the background, reasons, and basic + information about sharing (either as a publisher or user of) biodiversity + information. Further details on specific aspects of the standard and its use + can be found in the pages shown in the Table of Contents in the upper left of + every page or in the References section of this + page.

+ +

What is the Darwin Core?

+ +

The Darwin Core is body of standards. It includes a glossary of terms (in + other contexts these might be called properties, elements, fields, columns, + attributes, or concepts) intended to facilitate the sharing of information + about biological diversity by providing reference definitions, examples, and + commentaries. The Darwin Core is primarily based on taxa, their occurrence in + nature as documented by observations, specimens, samples, and related + information. Included are documents describing how these terms are managed, + how the set of terms can be extended for new purposes, and how the terms can + be used. The normative document for the terms [RDF-NORMATIVE] is written in the Resource + Description Framework (RDF) and is the definitive resource to understand the + term definitions and their relationships to each other. The Simple Darwin + Core [SIMPLEDWC] is a + specification for one particular way to use the terms - to share data about + taxa and their occurrences in a simply structured way - and is probably what + is meant if someone suggests to "format your data according to the Darwin + Core".

+ +

Motivation: The Darwin Core standard was originally conceived to + facilitate the discovery, retrieval, and integration of information about + modern biological specimens, their spatiotemporal occurrence, and their + supporting evidence housed in collections (physical or digital). The Darwin + Core today is broader in scope and more versatile. It is meant to provide a + stable standard reference for sharing information on biological diversity. As + a glossary of terms, the Darwin Core is meant to provide stable semantic + definitions with the goal of being maximally reusable in a variety of + contexts.

+ +

Rationale: The Darwin Core is based on the standards developed by + the Dublin Core Metadata Initiative [DCMI] and can be viewed as an extension of the + Dublic Core for biodiversity information. The purpose of these terms is to + facilitate data sharing by providing a well-defined standard core vocabulary + in a flexible framework to minimize the barriers to adoption and to maximize + reusability. The terms described in this standard are a part of a larger set + of vocabularies and technical specifications under development [TDWG-DEV] and maintained by + Biodiversity Information Standards (TDWG) [TDWG-STANDARDS].

+ +

Guiding principles: Each term has a definition and commentaries + that are meant to promote the consistent use of the terms across applications + and disciplines. Evolving commentaries that discuss, refine, expand, or + translate the definitions and examples are referred to through links in the + Comments attribute of each term. This means of documentation allows + the standard to adapt to new purposes without disrupting existing + applications. There is meant to be a clear separation between the terms + defined in this standard and the applications that make use of them. For + example, though the data types and constraints are not provided in the term + definitions, recommendations are made about how to restrict the values where + appropriate.

+ +

Content: The standard consists of a vocabulary of terms + (properties, elements, fields, concepts) [TERMS], the policy governing the maintenance of these + terms [NAMESPACEPOLICY], the + decisions that resulted in changes to terms [DECISIONS], the complete history of + terms including detailed attributes [HISTORY], a Generic Darwin Core XML + schema [TERMSXMLSCHEMA] from which + other schemas can be constructed, a Simple Darwin Core XML schema + [SIMPLEXMLSCHEMA] as a complete + schema ready for use, a schema to allow Darwin Core data transfer in text + files [TEXTSCHEMA], and associated + reference schemas for the construction of more structured content. These + pages also describe mappings between the current standard and pre-standard + historical versions [VERSIONS], including mappings + [DWCTOABCD] to concepts in + the Access to Biological Collections Data standard [ABCD].

+ +

Extension: Though the Darwin Core is insufficient for the needs of + all biological disciplines, it can be adapted to serve new purposes. Darwin + Core can be extended by adding new terms to share additional information. To + do so you should be familiar with the recommendations and procedures defined + in the Darwin Core Namespace Policy [NAMESPACEPOLICY]. Basically, before + proposing a new term, consider the existing terms in this and other + compatible standards to determine if the new concept can be accommodated by a + simple revision of the description and comments for an existing term, without + losing the existing meaning of that term.

+ +

Participation: To receive notification of activity or participate + in discussions about Darwin Core, join the tdwg-content mailing list + [TDWG-CONTENT] and + watch the Darwin Core Project [DWC-PROJECT]. For discussion or commentary + on the definition of recommended terms, consult the link inside the + Comment section in the listing for the term in the Quick Reference + Guide [TERMS] or search for the relevant + content in the auxiliaryDarwin Core Documentation [DWC-WIKI].

+ +

To make a formal request for a change to or addition of a term to the + Darwin Core, read and follow the recommendations in the Darwin Core + Namespace Policy [NAMESPACEPOLICY]. For those who wish to + construct and submit as a standard any application profile, such as an XML + schema, that extends the capabilities of the Darwin Core, adding new terms to + the Darwin Core vocabulary that don't already exist in a compatible + vocabulary will be a prerequisite. Consult the appropriate guideline, such as + the XML Guide [XMLGUIDE], + for information about the construction of a new application profile. The + rules of submission of proposed standards can be found in the Biodiversity + Information Standards (TDWG) process document [PROCESS].

+ +

2. References

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ [ABCD] + + http://www.tdwg.org/schemas/abcd/2.06 + Access to Biological Collections Data Standard.
+ [ABSTRACTMODEL] + + http://dublincore.org/documents/abstract-model/ + Dublin Core Metadata Initiative Abstract model.
+ [ARCHIVE] + + http://rs.tdwg.org/dwc/archive/darwincore.zip + An archive of all files of the current Darwin Core + Standard.
+ [BASISOFRECORD] + + http://rs.tdwg.org/dwc/terms/index.htm#basisOfRecord + Term describing the specific type of content in a + resource.
+ [CLASSIC] + + http://digir.sourceforge.net/schema/conceptual/darwin/2003/1.0/darwin2.xsd + Darwin Core 1.2 (Classic) schema.
+ [CLASSESXMLSCHEMA] + + http://rs.tdwg.org/dwc/xsd/tdwg_dwc_class_terms.xsd + Darwin Core XML schema with classes as global + elements.
+ [CURATORIAL] + + http://rs.tdwg.org/dwc/tdwg_dw_curatorial.xsd + Darwin Core 1.4 Curatorial Extension schema.
+ [DCMI] + + http://dublincore.org/ + Dublin Core Metadata Initiative web site.
+ [DCMI-TYPE] + + http://dublincore.org/documents/dcmi-type-vocabulary/ + Dublin Core Metadata Initiative Type Vocabulary + page.
+ [DCMINS] + + http://dublincore.org/documents/dcmi-namespace/ + DCMI Namespace Policy
+ [DCMIXMLGUIDE] + + http://dublincore.org/documents/dc-xml/ + Expressing Dublin Core metadata using XML.
+ [DCTERMS] + + http://dublincore.org/documents/dcmi-terms/ + Dublin Core Metadata terms.
+ [DECISIONS] + + http://rs.tdwg.org/dwc/terms/history/decisions/ + A reference to the decisions leading to changes in terms + (definitions, status, etc.).
+ [DRAFT14] + + http://rs.tdwg.org/dwc/tdwg_dw_core.xsd + Darwin Core 1.4 draft standard schema.
+ [DWC] + + http://rs.tdwg.org/dwc/ + An introduction to the Darwin Core Standard.
+ [DWC-MAIL] + + tdwg-content@lists.tdwg.org + Mailing list for commentary and discussion on Darwin + Core.
+ [DWC-PLOS] + + doi:10.1371/journal.pone.0029715 + The peer-reviewed article in PLoS ONE introducing the + Darwin Core Standard.
+ [DWC-PROJECT] + + https://github.com/tdwg/dwc + Project site for the maintenance of Darwin Core + development activity.
+ [DWC-TASK] + + http://www.tdwg.org/activities/darwincore/ + Reference site for the Darwin Core Task Group.
+ [DWC-WIKI] + + http://kos.gbif.org/wiki/DarwinCore + Wiki pages for discussion and commentary on Darwin Core + terms.
+ [DWCTOABCD] + + http://rs.tdwg.org/dwc/terms/history/dwctoabcd/ + A reference for Darwin Core terms mapped to ABCD.
+ [FIELDEDTEXT] + + http://www.fieldedtext.org/ + Fielded Text documentation.
+ [GEOSPATIAL] + + http://rs.tdwg.org/dwc/tdwg_dw_geospatial.xsd + Darwin Core 1.4 Geospatial Extension schema.
+ [HISTORY] + + http://rs.tdwg.org/dwc/terms/history/ + Complete historical reference to Darwin Core terms.
+ [MANIS] + + http://digir.sourceforge.net/schema/conceptual/darwin/manis/1.21/darwin2.xsd + Darwin Core 1.21 (MaNIS/HerpNet/ORNIS/FishNet2) + schema.
+ [NAMESPACEPOLICY] + + http://rs.tdwg.org/dwc/terms/namespace/ + Policy governing Darwin Core terms.
+ [OBIS] + + http://iobis.org/obis/obis.xsd + OBIS additions to Darwin Core 1.2 (Classic).
+ [PALEO] + + http://wiki.tdwg.org/twiki/bin/view/DarwinCore/PaleontologyElement + Darwin Core 1.4 Paleontology Extension wiki.
+ [PROCESS] + + http://www.tdwg.org/about-tdwg/process/ + TDWG Standards Development Process.
+ [RDF] + + http://rs.tdwg.org/dwc/rdf/dwcterms.rdf + An rdf document for the complete current recommended set + of Darwin Core terms. If this link shows a blank page in your browser, + use the View Source option to see the RDF document.
+ [RDF-NORMATIVE] + + http://rs.tdwg.org/dwc/rdf/dwctermshistory.rdf + The normative document for the complete history of Darwin + Core terms, in RDF. If this link shows a blank page in your browser, use + the View Source option to see the RDF document.
+ [SIMPLEMETAFILE] + + http://rs.tdwg.org/dwc/examples/text/simplemetafile.xml + Simple Darwin Core Text metafile. If this link shows a + blank page in your browser, use the View Source option to see the XML + document.
+ [SIMPLEXMLSCHEMA] + + http://rs.tdwg.org/dwc/xsd/tdwg_dwc_simple.xsd + Simple Darwin Core XML schema.
+ [SIMPLEDWC] + + http://rs.tdwg.org/dwc/terms/simple/index.htm + Simple Darwin Core guide.
+ [TDWG-CONTENT] + + http://lists.tdwg.org/mailman/listinfo/tdwg-content + Web site for the tdwg-content mailing list used for + commentary and discussion on Darwin Core.
+ [TDWG-DEV] + + http://wiki.tdwg.org/twiki/bin/view/ + Biodiversity Information Standards Wiki.
+ [TDWG-STANDARDS] + + http://www.tdwg.org/standards/ + Biodiversity Information Standards.
+ [TDWG-TAG] + + tdwg-tag@lists.tdwg.org + TDWG Technical Architecture Group mailing list.
+ [TEXTGUIDE] + + http://rs.tdwg.org/dwc/terms/guides/text + Guide for using Darwin Core in fielded text + documents.
+ [TERMS] + + http://rs.tdwg.org/dwc/terms/ + Quick reference to current standard Darwin Core + terms.
+ [TERMSXMLSCHEMA] + + http://rs.tdwg.org/dwc/xsd/tdwg_dwcterms.xsd + Darwin Core XML schema with properties as global + elements.
+ [TEXTSCHEMA] + + http://rs.tdwg.org/dwc/terms/text/tdwg_dwc_text.xsd + Simple Darwin Core Text schema.
+ [TOOLS] + + + https://github.com/tdwg/dwc-documentation/blob/master/doc/resources.md + Darwin Core applications, tools, presentations, and + templates.
+ [VERSIONS] + + http://rs.tdwg.org/dwc/terms/history/versions/ + Reference for mapping historical Darwin Core terms to the + current standard terms.
+ [XML] + + http://www.w3.org/XML/ + Reference site for the Extensible Markup Language + (XML).
+ [XMLGUIDE] + + http://rs.tdwg.org/dwc/terms/guides/xml + Guide for using Darwin Core in XML dcouments.
+ [XMLNS] + + http://www.w3.org/TR/1999/REC-xml-names-19990114/ + Reference site for XML namespaces.
+ [XMLSCHEMA] + + http://www.w3.org/XML/Schema + Reference site for XML Schema.
+
+ + +

Except where otherwise noted, content on this site is licensed under a + Creative + Commons Attribution 4.0 International License.

+ +

Creative Commons License Copyright 2011-2014 - + Biodiversity Information Standards - TDWG - Contact Us
+ + +

+ + \ No newline at end of file diff --git a/index_legacy_rddl.html b/index_legacy_rddl.html new file mode 100644 index 0000000..e32712e --- /dev/null +++ b/index_legacy_rddl.html @@ -0,0 +1,68 @@ + + + + + + Resource Directory (RDDL) for Darwin Core (DwC) + + + + +

Resource Directory (RDDL) for Darwin Core (DwC)

+
+

Overview

+

The Darwin Core root namespace (http://rs.tdwg.org/dwc/) is currently used only for the latest version. Versions copies are also kept in version namespaces in the event that one would like to bind to a specific version.

+
+ +

Resources

+
+ + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/rdf/dwcterms.rdf b/rdf/dwcterms.rdf new file mode 100644 index 0000000..162537b --- /dev/null +++ b/rdf/dwcterms.rdf @@ -0,0 +1,2679 @@ + + + + + + + + +]> + + + Darwin Core Recommended Terms + This document contains a list of Darwin Core terms that have the dwcattributes:status equal to "recommended". For the full normative RDF document of all Darwin Core terms, see dwctermshistory.rdf. To comment on this schema, please create a new issue in https://github.com/tdwg/dwc/issues + Biodiversity Information Standards (TDWG) + 2014-11-08 + + + + + Accepted Name Usage + The full name, with authorship and date information if known, of the currently valid (zoological) or accepted (botanical) taxon. + Example: "Tamias minimus" valid name for "Eutamias minimus" + + 2008-11-19 + 2009-09-21 + + + + recommended + not in ABCD + + + + Accepted Name Usage ID + An identifier for the name usage (documented meaning of the name according to a source) of the currently valid (zoological) or accepted (botanical) taxon. + Example: "8fa58e08-08de-4ac1-b69c-1235340b7001" + + 2009-01-21 + 2009-09-21 + + + + + recommended + not in ABCD + + + + According To + Abstract term to attribute information to a source. + + 2009-01-21 + 2009-01-21 + + + recommended + not in ABCD + + + Associated Media + A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the Occurrence. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "http://arctos.database.museum/SpecimenImages/UAMObs/Mamm/2/P7291179.JPG", "http://204.140.246.24/Fish/Collection%20Pictures/10118-00.jpg | http://204.140.246.24/Fish/Collection%20Pictures/10118-00a.jpg". + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/MultimediaObjects + + + + Associated Occurrences + A list (concatenated and separated) of identifiers of other Occurrence records and their associations to this Occurrence. + The recommended best practice is to separate the values with a vertical bar (' | '). + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID + + + + Associated Organisms + A list (concatenated and separated) of identifiers of other Organisms and their associations to this Organism. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "sibling of MXA-232", "mother of MXA-231 | mother of MXA-232" + + 2014-10-23 + 2014-10-23 + + + recommended + + not in ABCD + + + + Associated References + A list (concatenated and separated) of identifiers (publication, bibliographic reference, global unique identifier, URI) of literature associated with the Occurrence. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "http://www.sciencemag.org/cgi/content/abstract/322/5899/261", "Christopher J. Conroy, Jennifer L. Neuwald. 2008. Phylogeographic study of the California vole, Microtus californicus Journal of Mammalogy, 89(3):755-767.", "Steven R. Hoofer and Ronald A. Van Den Bussche. 2001. Phylogenetic Relationships of Plecotine Bats and Allies Based on Mitochondrial Ribosomal Sequences. Journal of Mammalogy 82(1):131-137. | Walker, Faith M., Jeffrey T. Foster, Kevin P. Drees, Carol L. Chambers. 2014. Spotted bat (Euderma maculatum) microsatellite discovery using illumina sequencing. Conservation Genetics Resources.". + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/UnitReferences + + + + Associated Sequences + A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the Occurrence. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "http://www.ncbi.nlm.nih.gov/nuccore/U34853.1", "http://www.ncbi.nlm.nih.gov/nuccore/GU328060 | http://www.ncbi.nlm.nih.gov/nuccore/AF326093". + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant + + + + Associated Taxa + A list (concatenated and separated) of identifiers or names of taxa and their associations with the Occurrence. + The recommended best practice is to separate the values with a vertical bar (' | '), and to separate the relationship from the taxon with a colon (':'). Examples: "host: Quercus alba", "parasitoid of:Cyclocephala signaticollis | predator of Apis mellifera". + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa + + + + Basis of Record + The specific nature of the data record. + Recommended best practice is to use a controlled vocabulary such as the list of Darwin Core classes. Examples: "PreservedSpecimen", "FossilSpecimen", "LivingSpecimen", "HumanObservation", "MachineObservation" + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/RecordBasis + + + + Bed + The full name of the lithostratigraphic bed from which the cataloged item was collected. + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Behavior + A description of the behavior shown by the subject at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary. + Examples: "roosting", "foraging", "running" + + 2009-03-06 + 2009-04-24 + + + recommended + not in ABCD + + + + Catalog Number + An identifier (preferably unique) for the record within the data set or collection. + Examples: "2008.1334", "145732a", "145732" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/UnitID + + + + Class + The full scientific name of the class in which the taxon is classified. + Examples: "Mammalia", "Hepaticopsida" + + 2008-11-19 + 2009-08-24 + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis + + + + Collection Code + The name, acronym, coden, or initialism identifying the collection or data set from which the record was derived. + Examples: "Mammals", "Hildebrandt", "eBird" + + 2008-11-19 + 2013-10-04 + + + + recommended + DataSets/DataSet/Units/Unit/SourceID + + + + Collection ID + An identifier for the collection or dataset from which the record was derived. + For physical specimens, the recommended best practice is to use an identifier from a collections registry such as the Global Registry of Biodiversity Repositories (http://grbio.org/). Examples: "http://biocol.org/urn:lsid:biocol.org:col:1001", "http://grbio.org/cool/p5fp-c036". + + 2008-11-19 + 2014-10-23 + + + recommended + DataSets/DataSet/Units/Unit/SourceID + + + + Continent + The name of the continent in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. + Examples: "Africa", "Antarctica", "Asia", "Europe", "North America", "Oceania", "South America" + + 2008-11-19 + 2013-10-04 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent + + + + Coordinate Precision + A decimal representation of the precision of the coordinates given in the decimalLatitude and decimalLongitude. + Examples: "0.00001" (normal GPS limit for decimal degrees), "0.000278" (nearest second), "0.01667" (nearest minute), "1.0" (nearest degree) + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement + + + + Coordinate Uncertainty In Meters + The horizontal distance (in meters) from the given decimalLatitude and decimalLongitude describing the smallest circle containing the whole of the Location. Leave the value empty if the uncertainty is unknown, cannot be estimated, or is not applicable (because there are no coordinates). Zero is not a valid value for this term. + Examples: "30" (reasonable lower limit of a GPS reading under good conditions if the actual precision was not recorded at the time), "71" (uncertainty for a UTM coordinate having 100 meter precision and a known spatial reference system). + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters + + + + Country + The name of the country or major administrative unit in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. + Examples: "Denmark", "Colombia", "España" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Country/Name + + + + Country Code + The standard code for the country in which the Location occurs. Recommended best practice is to use ISO 3166-1-alpha-2 country codes. + Examples: "AR" for Argentina, "SV" for El Salvador + + 2008-11-19 + 2009-04-24 + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Country/ISO3166Code + + + + County + The full, unabbreviated name of the next smaller administrative region than stateProvince (county, shire, department, etc.) in which the Location occurs. + Examples: "Missoula", "Los Lagos", "Mataró" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County + + + + Data Generalizations + Actions taken to make the shared data less specific or complete than in its original form. Suggests that alternative data of higher quality may be available on request. + Example: "Coordinates generalized from original GPS coordinates to the nearest half degree grid cell" + + 2008-11-19 + 2009-04-24 + + + + recommended + not in ABCD + + + + Dataset ID + An identifier for the set of data. May be a global unique identifier or an identifier specific to a collection or institution. + + 2008-11-19 + 2009-09-11 + + + + + recommended + DataSets/DataSet/DataSetGUID + + + + Dataset Name + The name identifying the data set from which the record was derived. + Examples: "Grinnell Resurvey Mammals", "Lacey Ctenomys Recaptures" + + 2009-09-11 + 2009-09-11 + + + recommended + DataSets/DataSet/Units/Unit/SourceID + + + + Date Identified + The date on which the subject was identified as representing the Taxon. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). + Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. + + 2008-11-19 + 2009-08-24 + + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText + + + + Day + The integer day of the month on which the Event occurred. + Examples: "9", "28" + + 2008-11-19 + 2009-04-24 + + + + recommended + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + + Decimal Latitude + The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive. + Example: "-41.0983423" + + 2008-11-19 + 2009-07-06 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal + + + + Decimal Longitude + The geographic longitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive. + Example: "-121.1761111" + + 2008-11-19 + 2009-07-06 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal + + + + Disposition + The current state of a specimen with respect to the collection identified in collectionCode or collectionID. Recommended best practice is to use a controlled vocabulary. + Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition + + + + Dynamic Properties + A list of additional measurements, facts, characteristics, or assertions about the record. Meant to provide a mechanism for structured content. + The recommended best practice is to use a key:value encoding schema such as JSON. Examples: "{'heightInMeters':'1.5'}", "{'tragusLengthInMeters':'0.014', 'weightInGrams':'120'}", "{'natureOfID':'expert identification', 'identificationEvidence':'cytochrome B sequence'}", "{'relativeHumidity':'28', 'airTemperatureInCelcius':'22', 'sampleSizeInKilograms':'10'}", "{'aspectHeading':'277', 'slopeInDegrees':'6'}", "{'iucnStatus':'vulnerable', 'taxonDistribution':'Neuquén, Argentina'}". + + 2008-11-19 + 2014-10-23 + + + + recommended + + not in ABCD + + + + Earliest Age Or Lowest Stage + The full name of the earliest possible geochronologic age or lowest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected. + Examples: "Atlantic", "Boreal", "Skullrockian" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Earliest Eon Or Lowest Eonothem + The full name of the earliest possible geochronologic eon or lowest chrono-stratigraphic eonothem or the informal name ("Precambrian") attributable to the stratigraphic horizon from which the cataloged item was collected. + Examples: "Phanerozoic", "Proterozoic" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Earliest Epoch Or Lowest Series + The full name of the earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected. + Examples: "Holocene", "Pleistocene", "Ibexian Series" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Earliest Era Or Lowest Erathem + The full name of the earliest possible geochronologic era or lowest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected. + Examples: "Cenozoic", "Mesozoic" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Earliest Period Or Lowest System + The full name of the earliest possible geochronologic period or lowest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected. + Examples: "Neogene", "Tertiary", "Quaternary" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + End Day Of Year + The latest ordinal day of the year on which the Event occurred (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366). + Examples: "1" (=1 Jan), "366" (=31 Dec), "365" (=30 Dec in a leap year, 31 Dec in a non-leap year) + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd + + + + Establishment Means + The process by which the biological individual(s) represented in the Occurrence became established at the location. Recommended best practice is to use a controlled vocabulary. + Examples: "native", "introduced", "naturalised", "invasive", "managed" + + 2008-11-19 + 2009-04-24 + + + recommended + DataSets/DataSet/Units/Unit/Gathering/EstablishmentMeans + + + + Event + An action that occurs at some location during some time. + Examples: A specimen collection process. A machine observation. + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/Gathering + + + Event Date + The date-time or interval during which an Event occurred. For occurrences, this is the date-time when the event was recorded. Not suitable for a time in a geological context. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). + Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. + + 2009-04-24 + 2009-07-01 + + + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + + Event ID + An identifier for the set of information associated with an Event (something that occurs at a place and time). May be a global unique identifier or an identifier specific to the data set. + + 2008-11-19 + 2009-04-24 + + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Code + + + + Event Remarks + Comments or notes about the Event. + Example: "after the recent rains the river is nearly at flood stage" + + 2009-01-18 + 2009-04-24 + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Notes + + + + Event Time + The time or interval during which an Event occurred. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). + Examples: "14:07-0600" is 2:07pm in the time zone six hours earlier than UTC, "08:40:21Z" is 8:40:21am UTC, "13:00:00Z/15:30:00Z" is the interval between 1pm UTC and 3:30pm UTC. + + 2009-04-24 + 2009-04-24 + + + + + recommended + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin and DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd + + + + Family + The full scientific name of the family in which the taxon is classified. + Examples: "Felidae", "Monocleaceae" + + 2008-11-19 + 2009-08-24 + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia + + + + Field Notes + One of a) an indicator of the existence of, b) a reference to (publication, URI), or c) the text of notes taken in the field about the Event. + Example: "notes available in Grinnell-Miller Library" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/FieldNotes + + + + Field Number + An identifier given to the event in the field. Often serves as a link between field notes and the Event. + Example: "RV Sol 87-03-08" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Code + + + + Footprint Spatial Fit + The ratio of the area of the footprint (footprintWKT) to the area of the true (original, or most specific) spatial representation of the Location. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given footprint does not completely contain the original representation. The footprintSpatialFit is undefined (and should be left blank) if the original representation is a point and the given georeference is not that same point. If both the original and the given georeference are the same point, the footprintSpatialFit is 1. + Detailed explanations with graphical examples can be found in the "Guide to Best Practices for Georeferencing", Chapman and Wieczorek, eds. 2006. + + 2008-11-19 + 2014-10-23 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b) + + + + Footprint SRS + A Well-Known Text (WKT) representation of the Spatial Reference System (SRS) for the footprintWKT of the Location. Do not use this term to describe the SRS of the decimalLatitude and decimalLongitude, even if it is the same as for the footprintWKT - use the geodeticDatum instead. + Example: The WKT for the standard WGS84 SRS (EPSG:4326) is "GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.0174532925199433]]" without the enclosing quotes. + + 2009-07-06 + 2009-07-06 + + + recommended + not in ABCD + + + + Footprint WKT + A Well-Known Text (WKT) representation of the shape (footprint, geometry) that defines the Location. A Location may have both a point-radius representation (see decimalLatitude) and a footprint representation, and they may differ from each other. + Example: the one-degree bounding box with opposite corners at (longitude=10, latitude=20) and (longitude=11, latitude=21) would be expressed in well-known text as POLYGON ((10 20, 11 20, 11 21, 10 21, 10 20)) + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b) + + + + Formation + The full name of the lithostratigraphic formation from which the cataloged item was collected. + Examples: "Notch Peak Fromation", "House Limestone", "Fillmore Formation" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Fossil Specimen + A preserved specimen that is a fossil. + + 2014-10-23 + 2014-10-23 + + + + recommended + + RecordBasisEnum/FossileSpecimen + + + Genus + The full scientific name of the genus in which the taxon is classified. + Examples: "Puma", "Monoclea" + + 2008-11-19 + 2009-08-24 + + + + recommended + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Viral/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/GenusOrMonomial} + + + + Geodetic Datum + The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which the geographic coordinates given in decimalLatitude and decimalLongitude as based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value "unknown". + Examples: "EPSG:4326", "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866" + + 2008-11-19 + 2009-07-06 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum + + + + Geological Context + Geological information, such as stratigraphy, that qualifies a region or place. + Example: A lithostratigraphic layer. + + 2009-07-06 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/Gathering/Stratigraphy + + + Geological Context ID + An identifier for the set of information associated with a GeologicalContext (the location within a geological context, such as stratigraphy). May be a global unique identifier or an identifier specific to the data set. + + 2009-07-06 + 2009-07-06 + + + + recommended + not in ABCD + + + + Georeferenced By + A list (concatenated and separated) of names of people, groups, or organizations who determined the georeference (spatial representation) for the Location. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Brad Millen (ROM)", "Kristina Yamamoto (MVZ) | Janet Fang (MVZ)". + + 2009-01-21 + 2014-10-23 + + + + + recommended + + not in ABCD + + + + Georeferenced Date + The date on which the Location was georeferenced. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). + Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. + + 2011-10-16 + 2011-10-16 + + + + recommended + + not in ABCD + + + + Georeference Protocol + A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties. + Examples: "Guide to Best Practices for Georeferencing. (Chapman and Wieczorek, eds. 2006). Global Biodiversity Information Facility.", "MaNIS/HerpNet/ORNIS Georeferencing Guidelines", "Georeferencing Quick Reference Guide" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod + + + + Georeference Remarks + Notes or comments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in georeferenceProtocol. + Example: "assumed distance by road (Hwy. 101)" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks + + + + Georeference Sources + A list (concatenated and separated) of maps, gazetteers, or other resources used to georeference the Location, described specifically enough to allow anyone in the future to use the same resources. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "GeoLocate", "USGS 1:24000 Florence Montana Quad | Terrametrics 2008 on Google Earth". + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources + + + + Georeference Verification Status + A categorical description of the extent to which the georeference has been verified to represent the best possible spatial description. Recommended best practice is to use a controlled vocabulary. + Examples: "requires verification", "verified by collector", "verified by curator". + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus + + + + Group + The full name of the lithostratigraphic group from which the cataloged item was collected. + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Habitat + A category or description of the habitat in which the Event occurred. + Examples: "oak savanna", "pre-cordilleran steppe" + + 2008-11-19 + 2009-05-17 + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Biotope/Text + + + + Higher Classification + A list (concatenated and separated) of taxa names terminating at the rank immediately superior to the taxon referenced in the taxon record. + The recommended best practice is to separate the values with a vertical bar (' | '), with terms in order from the highest taxonomic rank to the lowest. Examples: "Animalia", "Animalia | Chordata | Vertebrata | Mammalia | Theria | Eutheria | Rodentia | Hystricognatha | Hystricognathi | Ctenomyidae | Ctenomyini | Ctenomys". + + 2008-11-19 + 2014-10-23 + + + + recommended + + not in ABCD + + + + Higher Geography + A list (concatenated and separated) of geographic names less specific than the information captured in the locality term. + The recommended best practice is to separate the values with a vertical bar (' | '), with terms in order from least specific to most specific. Examples: "North Atlantic Ocean", "South America | Argentina | Patagonia | Parque Nacional Nahuel Huapi | Neuquén | Los Lagos" with accompanying values "South America" in Continent, "Argentina" in Country, "Neuquén" in StateProvince, and "Los Lagos" in County. + + 2008-11-19 + 2014-10-23 + + + + recommended + + {DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName} + + + + Higher Geography ID + An identifier for the geographic region within which the Location occurred. Recommended best practice is to use an persistent identifier from a controlled vocabulary such as the Getty Thesaurus of Geographic Names. + Example: "TGN: 1002002" for Prov. Tierra del Fuego, Argentina + + 2009-01-21 + 2009-04-24 + + + + recommended + not in ABCD + + + + Highest Biostratigraphic Zone + The full name of the highest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected. + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Human Observation + An output of a human observation process. + + 2014-10-23 + 2014-10-23 + + + + recommended + + RecordBasisEnum/HumanObservation + + + Identification + A taxonomic determination (e.g., the assignment to a taxon). + Example: A subspecies determination of an organism. + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/Identifications/Identification + + + Identification ID + An identifier for the Identification (the body of information associated with the assignment of a scientific name). May be a global unique identifier or an identifier specific to the data set. + + 2008-11-19 + 2009-04-24 + + + + recommended + not in ABCD + + + + Identification Qualifier + A brief phrase or a standard term ("cf.", "aff.") to express the determiner's doubts about the Identification. + Examples: 1) For the determination "Quercus aff. agrifolia var. oxyadenia", identificationQualifier would be "aff. agrifolia var. oxyadenia" with accompanying values "Quercus" in genus, "agrifolia" in specificEpithet, "oxyadenia" in infraspecificEpithet, and "var." in rank. 2) For the determination "Quercus agrifolia cf. var. oxyadenia", identificationQualifier would be "cf. var. oxyadenia " with accompanying values "Quercus" in genus, "agrifolia" in specificEpithet, "oxyadenia" in infraspecificEpithet, and "var." in rank. + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier + + + + Identification References + A list (concatenated and separated) of references (publication, global unique identifier, URI) used in the Identification. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Aves del Noroeste Patagonico. Christie et al. 2004.", "Stebbins, R. Field Guide to Western Reptiles and Amphibians. 3rd Edition. 2003. | Irschick, D.J. and Shaffer, H.B. (1997). ''The polytypic species revisited: Morphological differentiation among tiger salamanders (Ambystoma tigrinum) (Amphibia: Caudata).'' Herpetologica, 53(1), 30-49.". + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/Identifications/Identification/References + + + + Identification Remarks + Comments or notes about the Identification. + Example: "Distinguished between Anthus correndera and Anthus hellmayri based on the comparative lengths of the uñas." + + 2008-11-19 + 2009-04-24 + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/Notes + + + + Identification Verification Status + A categorical indicator of the extent to which the taxonomic identification has been verified to be correct. Recommended best practice is to use a controlled vocabulary such as that used in HISPID/ABCD. + Examples: "0", "4" + + 2011-10-16 + 2011-10-16 + + + recommended + + not in ABCD + + + + Identified By + A list (concatenated and separated) of names of people, groups, or organizations who assigned the Taxon to the subject. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "James L. Patton", "Theodore Pappenfuss | Robert Macey". + + 2008-11-19 + 2014-10-23 + + + + + recommended + + DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText + + + + Individual Count + The number of individuals represented present at the time of the Occurrence. + Examples: "1", "25" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue + + + + Information Withheld + Additional information that exists, but that has not been shared in the given record. + Examples: "location information not given for endangered species", "collector identities withheld", "ask about tissue samples" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/InformationWithheld + + + + Infraspecific Epithet + The name of the lowest or terminal infraspecific epithet of the scientificName, excluding any rank designation. + Examples: "concolor", "oxyadenia", "sayi" + + 2008-11-19 + 2009-08-24 + + + + recommended + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/SecondEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SubspeciesEpithet} + + + + Institution Code + The name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record. + Examples: "MVZ", "FMNH", "AKN-CLO", "University of California Museum of Paleontology (UCMP)" + + 2008-11-19 + 2013-10-04 + + + + recommended + DataSets/DataSet/Units/Unit/SourceInstitutionID + + + + Institution ID + An identifier for the institution having custody of the object(s) or information referred to in the record. + For physical specimens, the recommended best practice is to use an identifier from a collections registry such as the Global Registry of Biodiversity Repositories (http://grbio.org/). Examples: "http://biocol.org/urn:lsid:biocol.org:col:34777", "http://grbio.org/cool/km06-gtbn". + + 2009-09-11 + 2014-10-23 + + + recommended + DataSets/DataSet/Units/Unit/SourceInstitutionID + + + + Island + The name of the island on or near which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. + Examples: "Isla Victoria", "Vancouver", "Viti Levu", "Zanzibar" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island + + + + Island Group + The name of the island group in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. + Examples: "Alexander Archipelago", "Seychelles" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group + + + + Kingdom + The full scientific name of the kingdom in which the taxon is classified. + Examples: "Animalia", "Plantae" + + 2008-11-19 + 2009-08-24 + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum + + + + Latest AgeOr Highest Stage + The full name of the latest possible geochronologic age or highest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected. + Examples: "Atlantic", "Boreal", "Skullrockian" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Latest Eon Or Highest Eonothem + The full name of the latest possible geochronologic eon or highest chrono-stratigraphic eonothem or the informal name ("Precambrian") attributable to the stratigraphic horizon from which the cataloged item was collected. + Examples: "Phanerozoic", "Proterozoic" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Latest Epoch Or Highest Series + The full name of the latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected. + Examples: "Holocene", "Pleistocene", "Ibexian Series" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Latest Era Or Highest Erathem + The full name of the latest possible geochronologic era or highest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected. + Examples: "Cenozoic", "Mesozoic" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Latest Period Or Highest System + The full name of the latest possible geochronologic period or highest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected. + Examples: "Neogene", "Tertiary", "Quaternary" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Life Stage + The age class or life stage of the biological individual(s) at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary. + Examples: "egg", "eft", "juvenile", "adult", "2 adults 4 juveniles" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLiveStages/MycologicalLiveStage (Note DwC spec uses ”MycologicalLifeStage” or DataSets/DataSet/Units/Unit/ZoologicalUnit/PhasesOrStages/PhaseOrStage + + + + Lithostratigraphic Terms + The combination of all litho-stratigraphic names for the rock from which the cataloged item was collected. + + 2009-04-24 + 2009-07-06 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Stratigraphy/LithostratigraphicTerms + + + + Living Specimen + A specimen that is alive. + + 2014-10-23 + 2014-10-23 + + + + recommended + + RecordBasisEnum/LivingSpecimen + + + Locality + The specific description of the place. Less specific geographic information can be provided in other geographic terms (higherGeography, continent, country, stateProvince, county, municipality, waterBody, island, islandGroup). This term may contain information modified from the original to correct perceived errors or standardize the description. + Example: "Bariloche, 25 km NNE via Ruta Nacional 40 (=Ruta 237)" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + + + + Location According To + Information about the source of this Location information. Could be a publication (gazetteer), institution, or team of individuals. + Examples: "Getty Thesaurus of Geographic Names", "GADM" + + 2009-08-24 + 2009-08-24 + + + + recommended + not in ABCD + + + + Location ID + An identifier for the set of location information (data associated with dcterms:Location). May be a global unique identifier or an identifier specific to the data set. + + 2008-11-19 + 2009-04-24 + + + + + recommended + not in ABCD + + + + Location Remarks + Comments or notes about the Location. + Example: "under water since 2005" + + 2009-01-18 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/AreaDetail + + + + Lowest Biostratigraphic Zone + The full name of the lowest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected. + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Machine Observation + An output of a machine observation process. + + 2014-10-23 + 2014-10-23 + + + + recommended + + RecordBasisEnum/MachineObservation + + + Material Sample + A physical results of a sampling (or subsampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed. + Examples: A whole organism preserved in a collection. A part of an organism isolated for some purpose. A soil sample. A marine microbial sample. + + 2013-03-28 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit + + + Material Sample ID + An identifier for the MaterialSample (as opposed to a particular digital record of the material sample). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the materialSampleID globally unique. + + 2013-03-28 + 2013-09-26 + + + + + recommended + + not in ABCD + + + + Maximum Depth In Meters + The greater depth of a range of depth below the local surface, in meters. + Example: "200" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue + + + + Maximum Distance Above Surface In Meters + The greater distance in a range of distance from a reference surface in the vertical direction, in meters. Use positive values for locations above the surface, negative values for locations below. If depth measures are given, the reference surface is the location given by the depth, otherwise the reference surface is the location given by the elevation. + Example: 1.5 meter sediment core from the bottom of a lake (at depth 20m) at 300m elevation; VerbatimElevation: "300m" MinimumElevationInMeters: "300", MaximumElevationInMeters: "300", VerbatimDepth: "20m", MinimumDepthInMeters: "20", MaximumDepthInMeters: "20", minimumDistanceAboveSurfaceInMeters: "0", maximumDistanceAboveSurfaceInMeters: "-1.5" + + 2008-11-19 + 2009-04-24 + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue + + + + Maximum Elevation In Meters + The upper limit of the range of elevation (altitude, usually above sea level), in meters. + Example: "200" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue + + + + Measurement Accuracy + The description of the potential error associated with the measurementValue. + Examples: "0.01", "normal distribution with variation of 2 m" + + 2009-01-18 + 2009-04-24 + + + + + recommended + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy or DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Aspect/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy + + + + Measurement Determined By + A list (concatenated and separated) of names of people, groups, or organizations who determined the value of the MeasurementOrFact. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Rob Guralnick", "Julie Woodruff | Eileen Lacey". + + 2009-01-23 + 2014-10-23 + + + + + recommended + + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasuredBy + + + + Measurement Determined Date + The date on which the MeasurementOrFact was made. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). + Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. + + 2009-01-23 + 2009-04-24 + + + + + + recommended + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasurementDateTime + + + + Measurement ID + An identifier for the MeasurementOrFact (information pertaining to measurements, facts, characteristics, or assertions). May be a global unique identifier or an identifier specific to the data set. + + 2009-03-06 + 2009-04-24 + + + + + + recommended + not in ABCD + + + + Measurement Method + A description of or reference to (publication, URI) the method or protocol used to determine the measurement, fact, characteristic, or assertion. + Examples: "minimum convex polygon around burrow entrances" for a home range area, "barometric altimeter" for an elevation + + 2008-11-19 + 2009-04-24 + + + recommended + /DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Method or /DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/Method or /DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/Method + + + + Measurement or Fact + A measurement of or fact about an rdfs:Resource (http://www.w3.org/2000/01/rdf-schema#Resource). + Resources can be thought of as identifiable records or instances of classes and may include, but need not be limited to Occurrences, Organisms, MaterialSamples, Events, Locations, GeologicalContexts, Identifications, or Taxa. Examples: The weight of an organism in grams. The number of placental scars. + + 2009-04-24 + 2014-10-23 + + + + recommended + + Datasets/Dataset/Units/Unit/MeasurementsOrFacts or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts + + + Measurement Remarks + Comments or notes accompanying the MeasurementOrFact. + Example: "tip of tail missing" + + 2008-11-19 + 2009-04-24 + + + + + recommended + not in ABCD + + + + Measurement Type + The nature of the measurement, fact, characteristic, or assertion. Recommended best practice is to use a controlled vocabulary. + Examples: "tail length", "temperature", "trap line length", "survey area", "trap type" + + 2008-11-19 + 2009-04-24 + + + + + recommended + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter + + + + Measurement Unit + The units associated with the measurementValue. Recommended best practice is to use the International System of Units (SI). + Examples: "mm", "C", "km", "ha" + + 2008-11-19 + 2009-04-24 + + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement + + + + Measurement Value + The value of the measurement, fact, characteristic, or assertion. + Examples: "45", "20", "1", "14.5", "UV-light" + + 2008-11-19 + 2009-04-24 + + + + + recommended + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue + + + + Member + The full name of the lithostratigraphic member from which the cataloged item was collected. + Examples: "Lava Dam Member", "Hellnmaria Member" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Minimum Depth In Meters + The lesser depth of a range of depth below the local surface, in meters. + Example: "100" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue + + + + Minimum Distance Above Surface In Meters + The lesser distance in a range of distance from a reference surface in the vertical direction, in meters. Use positive values for locations above the surface, negative values for locations below. If depth measures are given, the reference surface is the location given by the depth, otherwise the reference surface is the location given by the elevation. + Example: 1.5 meter sediment core from the bottom of a lake (at depth 20m) at 300m elevation; VerbatimElevation: "300m" MinimumElevationInMeters: "300", MaximumElevationInMeters: "300", VerbatimDepth: "20m", MinimumDepthInMeters: "20", MaximumDepthInMeters: "20", minimumDistanceAboveSurfaceInMeters: "0", maximumDistanceAboveSurfaceInMeters: "-1.5" + + 2008-11-19 + 2009-04-24 + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue + + + + Minimum Elevation In Meters + The lower limit of the range of elevation (altitude, usually above sea level), in meters. + Example: "100" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue + + + + Month + The ordinal month in which the Event occurred. + Examples: "1" (=January), "10" (=October) + + 2008-11-19 + 2009-04-24 + + + + recommended + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + + Municipality + The full, unabbreviated name of the next smaller administrative region than county (city, municipality, etc.) in which the Location occurs. Do not use this term for a nearby named place that does not contain the actual location. + Examples: "Holzminden" + + 2008-11-19 + 2009-08-24 + + + recommended + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + + + + Name According To + The reference to the source in which the specific taxon concept circumscription is defined or implied - traditionally signified by the Latin "sensu" or "sec." (from secundum, meaning "according to"). For taxa that result from identifications, a reference to the keys, monographs, experts and other sources should be given. + Example: "McCranie, J. R., D. B. Wake, and L. D. Wilson. 1996. The taxonomic status of Bolitoglossa schmidti, with comments on the biology of the Mesoamerican salamander Bolitoglossa dofleini (Caudata: Plethodontidae). Carib. J. Sci. 32:395-398.", "Werner Greuter 2008", "Lilljeborg 1861, Upsala Univ. Arsskrift, Math. Naturvet., pp. 4, 5" + + 2008-11-19 + 2009-09-21 + + + + + recommended + not in ABCD + + + + Name According To ID + An identifier for the source in which the specific taxon concept circumscription is defined or implied. See nameAccordingTo. + Example: "doi:10.1016/S0269-915X(97)80026-2" + + 2009-08-24 + 2009-09-21 + + + + recommended + not in ABCD + + + + Name Published In + A reference for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode. + Examples: "Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388", "Forel, Auguste, Diagnosies provisoires de quelques espèces nouvelles de fourmis de Madagascar, récoltées par M. Grandidier., Annales de la Societe Entomologique de Belgique, Comptes-rendus des Seances 30, 1886" + + 2008-11-19 + 2009-09-21 + + + + + recommended + DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation + + + + Name Published In ID + An identifier for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode. + Example: "http://hdl.handle.net/10199/7" + + 2009-05-18 + 2009-09-21 + + + + + recommended + not in ABCD + + + + Name Published In Year + The four-digit year in which the scientificName was published. + Examples: "1915", "2008" + + 2011-10-16 + 2011-10-16 + + + recommended + + not in ABCD + + + + Nomenclatural Code + The nomenclatural code (or codes in the case of an ambiregnal name) under which the scientificName is constructed. Recommended best practice is to use a controlled vocabulary. + Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode", "ICZN; ICBN" + + 2008-11-19 + 2009-09-21 + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code + + + + Nomenclatural Status + The status related to the original publication of the name and its conformance to the relevant rules of nomenclature. It is based essentially on an algorithm according to the business rules of the code. It requires no taxonomic opinion. + Examples: "nom. ambig.", "nom. illeg.", "nom. subnud." + + 2009-01-18 + 2009-04-24 + + + recommended + (DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation) pro parte + + + + Occurrence + An existence of an Organism (sensu http://rs.tdwg.org/dwc/terms/Organism) at a particular place at a particular time. + Examples: A wolf pack on the shore of Kluane Lake in 1988. A virus in a plant leaf in a the New York Botanical Garden at 15:29 on 2014-10-23. A fungus in Central Park in the summer of 1929. + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit + + + Occurrence ID + An identifier for the Occurrence (as opposed to a particular digital record of the occurrence). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the occurrenceID globally unique. + For a specimen in the absence of a bona fide global unique identifier, for example, use the form: "urn:catalog:[institutionCode]:[collectionCode]:[catalogNumber]. Examples: "urn:lsid:nhm.ku.edu:Herps:32", "urn:catalog:FMNH:Mammal:145732" + + 2008-11-19 + 2009-04-24 + + + + + recommended + DataSets/DataSet/Units/Unit/UnitGUID + + + + Occurrence Remarks + Comments or notes about the Occurrence. + Example: "found dead on road" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Notes + + + + Occurrence Status + A statement about the presence or absence of a Taxon at a Location. Recommended best practice is to use a controlled vocabulary. + Examples: "present", "absent" + + 2009-09-17 + 2009-09-17 + + + recommended + not in ABCD + + + + Order + The full scientific name of the order in which the taxon is classified. + Examples: "Carnivora", "Monocleales" + + 2008-11-19 + 2009-08-24 + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo + + + + Organism + A particular organism or defined group of organisms considered to be taxonomically homogeneous. + Instances of the Organism class are intended to facilitate linking of one or more Identification instances to one or more Occurrence instances. Therefore, things that are typically assigned scientific names (such as viruses, hybrids, and lichens) and aggregates whose occurrences are typically recorded (such as packs, clones, and colonies) are included in the scope of this class. + + 2014-10-23 + 2014-10-23 + + + recommended + + not in ABCD + + + Organism ID + An identifier for the Organism instance (as opposed to a particular digital record of the Organism). May be a globally unique identifier or an identifier specific to the data set. + + 2014-10-23 + 2014-10-23 + + + + + recommended + + not in ABCD + + + + Organism Name + A textual name or label assigned to an Organism instance. + Examples: "Huberta", "Boab Prison Tree", "J pod". + + 2014-10-23 + 2014-10-23 + + + recommended + + not in ABCD + + + + Organism Remarks + Comments or notes about the Organism instance. + Example: "One of a litter of six." + + 2014-10-23 + 2014-10-23 + + + recommended + + not in ABCD + + + + Organism Scope + A description of the kind of Organism instance. Can be used to indicate whether the Organism instance represents a discrete organism or if it represents a particular type of aggregation. Recommended best practice is to use a controlled vocabulary. + This term is not intended to be used to specify a type of taxon. To describe the kind of Organism using a URI object in RDF, use rdf:type (http://www.w3.org/1999/02/22-rdf-syntax-ns#type) instead. Examples: "multicellular organism", "virus", "clone" "pack", "colony". + + 2014-10-23 + 2014-10-23 + + + recommended + + not in ABCD + + + + Original Name Usage + The taxon name, with authorship and date information if known, as it originally appeared when first established under the rules of the associated nomenclaturalCode. The basionym (botany) or basonym (bacteriology) of the scientificName or the senior/earlier homonym for replaced names. + Examples: "Pinus abies", "Gasterosteus saltatrix Linnaeus 1768" + + 2008-11-19 + 2009-09-21 + + + + recommended + not in ABCD + + + + Original Name Usage ID + An identifier for the name usage (documented meaning of the name according to a source) in which the terminal element of the scientificName was originally established under the rules of the associated nomenclaturalCode. + Example: "http://species.gbif.org/abies_alba_1753" + + 2009-01-21 + 2009-09-21 + + + + + recommended + not in ABCD + + + + Other Catalog Numbers + A list (concatenated and separated) of previous or alternate fully qualified catalog numbers or other human-used identifiers for the same Occurrence, whether in the current or any other data set or collection. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "FMNH:Mammal:1234", "NPS YELLO6778 | MBG 33424". + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText + + + + Owner Institution Code + The name (or acronym) in use by the institution having ownership of the object(s) or information referred to in the record. + Examples: "NPS", "APN", "InBio" + + 2009-08-24 + 2013-10-04 + + + recommended + not in ABCD + + + + Parent Name Usage + The full name, with authorship and date information if known, of the direct, most proximate higher-rank parent taxon (in a classification) of the most specific element of the scientificName. + Examples: "Rubiaceae", "Gruiformes", "Testudinae" + + 2009-08-24 + 2009-09-21 + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + + + + Parent Name Usage ID + An identifier for the name usage (documented meaning of the name according to a source) of the direct, most proximate higher-rank parent taxon (in a classification) of the most specific element of the scientificName. + Example: "8fa58e08-08de-4ac1-b69c-1235340b7001" + + 2009-01-21 + 2009-09-21 + + + + + recommended + not in ABCD + + + + Phylum + The full scientific name of the phylum or division in which the taxon is classified. + Examples: "Chordata" (phylum), "Bryophyta" (division) + + 2008-11-19 + 2009-08-24 + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum + + + + Point Radius Spatial Fit + The ratio of the area of the point-radius (decimalLatitude, decimalLongitude, coordinateUncertaintyInMeters) to the area of the true (original, or most specific) spatial representation of the Location. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given point-radius does not completely contain the original representation. The pointRadiusSpatialFit is undefined (and should be left blank) if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the pointRadiusSpatialFit is 1. + Detailed explanations with graphical examples can be found in the "Guide to Best Practices for Georeferencing", Chapman and Wieczorek, eds. 2006. + + 2008-11-19 + 2014-10-23 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit + + + + Preparations + A list (concatenated and separated) of preparations and preservation methods for a specimen. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "fossil", "cast", "photograph", "DNA extract", "skin | "skull | skeleton", "whole animal (ETOH) | tissue (EDTA)". + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText + + + + Preserved Specimen + A specimen that has been preserved. + + 2014-10-23 + 2014-10-23 + + + + recommended + + RecordBasisEnum/PreservedSpecimen + + + Previous Identifications + A list (concatenated and separated) of previous assignments of names to the Organism. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Chalepidae", "Pinus abies", "Anthus sp., field ID by G. Iglesias | Anthus correndera, expert ID by C. Cicero 2009-02-12 based on morphology". + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false + + + + Recorded By + A list (concatenated and separated) of names of people, groups, or organizations responsible for recording the original Occurrence. The primary collector or observer, especially one who applies a personal identifier (recordNumber), should be listed first. + The recommended best practice is to separate the values with a vertical bar (' | '). The primary collector or observer, especially one who applies a personal identifier (recordNumber), should be listed first. Examples: "José E. Crespo", "Oliver P. Pearson | Anita K. Pearson" where the value in recordNumber "OPP 7101" corresponds to the number for the specimen in the field catalog (collector number) of Oliver P. Pearson. + + 2008-11-19 + 2014-10-23 + + + + + recommended + + DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText + + + + Record Number + An identifier given to the Occurrence at the time it was recorded. Often serves as a link between field notes and an Occurrence record, such as a specimen collector's number. + Example: "OPP 7101" + + 2008-11-19 + 2009-05-18 + + + + recommended + DataSets/DataSet/Units/Unit/CollectorsFieldNumber + + + + Related Resource ID + An identifier for a related resource (the object, rather than the subject of the relationship). + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID + + + + Relationship According To + The source (person, organization, publication, reference) establishing the relationship between the two resources. + Example: "Julie Woodruff" + + 2009-04-24 + 2009-04-24 + + + + recommended + not in ABCD + + + + Relationship Established Date + The date-time on which the relationship between the two resources was established. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). + Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. + + 2009-04-24 + 2009-04-24 + + + + recommended + not in ABCD + + + + Relationship Of Resource + The relationship of the resource identified by relatedResourceID to the subject (optionally identified by the resourceID). Recommended best practice is to use a controlled vocabulary. + Examples: "duplicate of", "mother of", "endoparasite of", "host to", "sibling of", "valid synonym of", "located within" + + 2008-11-19 + 2009-04-24 + + + recommended + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType + + + + Relationship Remarks + Comments or notes about the relationship between the two resources. + Examples: "mother and offspring collected from the same nest", "pollinator captured in the act" + + 2008-11-19 + 2009-04-24 + + + recommended + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/Comments + + + + Reproductive Condition + The reproductive condition of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary. + Examples" "non-reproductive", "pregnant", "in bloom", "fruit-bearing" + + 2008-11-19 + 2009-04-24 + + + recommended + not in ABCD + + + + Resource ID + An identifier for the resource that is the subject of the relationship. + + 2009-04-24 + 2009-04-24 + + + + recommended + not in ABCD + + + + Resource Relationship + A relationship of one rdfs:Resource (http://www.w3.org/2000/01/rdf-schema#Resource) to another. + Resources can be thought of as identifiable records or instances of classes and may include, but need not be limited to Occurrences, Organisms, MaterialSamples, Events, Locations, GeologicalContexts, Identifications, or Taxa. Example: An instance of an Organism is the mother of another instance of an Organism. + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/Associations + + + Resource Relationship ID + An identifier for an instance of relationship between one resource (the subject) and another (relatedResource, the object). + + 2009-01-26 + 2009-04-24 + + + + recommended + not in ABCD + + + + Sampling Effort + The amount of effort expended during an Event. + Examples: "40 trap-nights", "10 observer-hours; 10 km by foot; 30 km by car" + + 2009-08-24 + 2009-08-24 + + + recommended + not in ABCD + + + + Sampling Protocol + The name of, reference to, or description of the method or protocol used during an Event. + Examples: "UV light trap", "mist net", "bottom trawl", "ad hoc observation", "point count", "Penguins from space: faecal stains reveal the location of emperor penguin colonies, http://dx.doi.org/10.1111/j.1466-8238.2009.00467.x", "Takats et al. 2001. Guidelines for Nocturnal Owl Monitoring in North America. Beaverhill Bird Observatory and Bird Studies Canada, Edmonton, Alberta. 32 pp.", "http://www.bsc-eoc.org/download/Owl.pdf" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Method + + + + Scientific Name + The full scientific name, with authorship and date information if known. When forming part of an Identification, this should be the name in lowest level taxonomic rank that can be determined. This term should not contain identification qualifications, which should instead be supplied in the IdentificationQualifier term. + Examples: "Coleoptera" (order), "Vespertilionidae" (family), "Manis" (genus), "Ctenomys sociabilis" (genus + specificEpithet), "Ambystoma tigrinum diaboli" (genus + specificEpithet + infraspecificEpithet), "Roptrocerus typographi (Györfi, 1952)" (genus + specificEpithet + scientificNameAuthorship), "Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell" (genus + specificEpithet + taxonRank + infraspecificEpithet + scientificNameAuthorship) + + 2008-11-19 + 2009-09-21 + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString + + + + Scientific Name Authorship + The authorship information for the scientificName formatted according to the conventions of the applicable nomenclaturalCode. + Example: "(Torr.) J.T. Howell", "(Martinovský) Tzvelev", "(Györfi, 1952)" + + 2008-11-19 + 2009-04-24 + + + + recommended + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/ParentheticalAuthorTeamAndYear + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/AuthorTeamAndYear} or {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeamParenthesis + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeam} or {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamOriginalAndYear + [= or] DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamParenthesisAndYear} + + + + Scientific Name ID + An identifier for the nomenclatural (not taxonomic) details of a scientific name. + Example: "urn:lsid:ipni.org:names:37829-1:1.3" + + 2008-11-19 + 2009-08-24 + + + + + recommended + not in ABCD + + + + Sex + The sex of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary. + Examples: "female", "hermaphrodite", "8 males, 4 females" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Sex + + + + Specific Epithet + The name of the first or species epithet of the scientificName. + Examples: "concolor", "gottschei" + + 2008-11-19 + 2009-04-24 + + + + recommended + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SpeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/FirstEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SpeciesEpithet} + + + + Start Day Of Year + The earliest ordinal day of the year on which the Event occurred (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366). + Examples: "1" (=1 Jan), "366" (=31 Dec), "365" (=30 Dec in a leap year, 31 Dec in a non-leap year) + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin + + + + State Province + The name of the next smaller administrative region than country (state, province, canton, department, region, etc.) in which the Location occurs. + Examples: "Montana", "Minas Gerais", "Córdoba" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.) + + + + Subgenus + The full scientific name of the subgenus in which the taxon is classified. Values should include the genus to avoid homonym confusion. + Examples: "Strobus (Pinus)", "Puma (Puma)" "Loligo (Amerigo)", "Hieracium subgen. Pilosella" + + 2008-11-19 + 2009-08-24 + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus + + + + Taxon + A group of organisms (sensu http://purl.obolibrary.org/obo/OBI_0100026) considered by taxonomists to form a homogeneous unit. + Example: The genus Truncorotaloides as published by Brönnimann et al. in 1953 in the Journal of Paleontology Vol. 27(6) p. 817-820. + + 2008-11-19 + 2014-10-23 + + + + recommended + + no simple equivalent in ABCD + + + Taxon Concept ID + An identifier for the taxonomic concept to which the record refers - not for the nomenclatural details of a taxon. + Example: "8fa58e08-08de-4ac1-b69c-1235340b7001" + + 2009-04-24 + 2009-09-21 + + + + + recommended + not in ABCD + + + + Taxon ID + An identifier for the set of taxon information (data associated with the Taxon class). May be a global unique identifier or an identifier specific to the data set. + Examples: "8fa58e08-08de-4ac1-b69c-1235340b7001", "32567", "http://species.gbif.org/abies_alba_1753", "urn:lsid:gbif.org:usages:32567" + + 2008-11-19 + 2009-08-24 + + + + + recommended + not in ABCD + + + + Taxonomic Status + The status of the use of the scientificName as a label for a taxon. Requires taxonomic opinion to define the scope of a taxon. Rules of priority then are used to define the taxonomic status of the nomenclature contained in that scope, combined with the experts opinion. It must be linked to a specific taxonomic reference that defines the concept. Recommended best practice is to use a controlled vocabulary. + Examples: "invalid", "misapplied", "homotypic synonym", "accepted" + + 2008-11-19 + 2009-04-24 + + + recommended + not in ABCD + + + + Taxon Rank + The taxonomic rank of the most specific name in the scientificName. Recommended best practice is to use a controlled vocabulary. + Examples: "subspecies", "varietas", "forma", "species", "genus" + + 2008-11-19 + 2009-09-21 + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank + + + + Taxon Remarks + Comments or notes about the taxon or name. + Example: "this name is a misspelling in common use" + + 2008-11-19 + 2009-08-24 + + + + recommended + not in ABCD + + + + Type Status + A list (concatenated and separated) of nomenclatural types (type status, typified scientific name, publication) applied to the subject. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388", "holotype of Pinus abies | holotype of Picea abies". + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText + + + + Verbatim Coordinates + The verbatim original spatial coordinates of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem. + Examples: "41 05 54S 121 05 34W", "17T 630000 4833400" + + 2008-11-19 + 2009-07-06 + + + + recommended + {DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText} + + + + Verbatim Coordinate System + The spatial coordinate system for the verbatimLatitude and verbatimLongitude or the verbatimCoordinates of the Location. Recommended best practice is to use a controlled vocabulary. + Examples: "decimal degrees", "degrees decimal minutes", "degrees minutes seconds", "UTM" + + 2008-11-19 + 2009-07-06 + + + + recommended + (partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem + + + + Verbatim Depth + The original description of the depth below the local surface. + Example: "100-200 m" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText + + + + Verbatim Elevation + The original description of the elevation (altitude, usually above sea level) of the Location. + Example: "100-200 m" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText + + + + Verbatim EventDate + The verbatim original representation of the date and time information for an Event. + Examples: "spring 1910", "Marzo 2002", "1999-03-XX", "17IV1934" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText + + + + Verbatim Latitude + The verbatim original latitude of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem. + Example: "41 05 54.03S" + + 2008-11-19 + 2009-07-06 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude + + + + Verbatim Locality + The original textual description of the place. + Example: "25 km NNE Bariloche por R. Nac. 237" + + 2008-11-19 + 2009-04-24 + + + recommended + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + + + + Verbatim Longitude + The verbatim original longitude of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem. + Example: "121d 10' 34" W" + + 2008-11-19 + 2009-07-06 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude + + + + Verbatim SRS + The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which coordinates given in verbatimLatitude and verbatimLongitude, or verbatimCoordinates are based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value "unknown". + Examples: "EPSG:4326", "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866" + + 2009-07-06 + 2009-07-06 + + + recommended + not in ABCD + + + + Verbatim Taxon Rank + The taxonomic rank of the most specific name in the scientificName as it appears in the original record. + Examples: "Agamospecies", "sub-lesus", "prole", "apomict", "nothogrex", "sp.", "subsp.", "var." + + 2009-07-06 + 2009-09-21 + + + + recommended + not in ABCD + + + + Vernacular Name + A common or vernacular name. + Examples: "Andean Condor", "Condor Andino", "American Eagle", "Gänsegeier" + + 2009-07-06 + 2009-07-06 + + + recommended + not in ABCD + + + + Water Body + The name of the water body in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. + Examples: "Indian Ocean", "Baltic Sea", "Hudson River" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body + + + + Year + The four-digit year in which the Event occurred, according to the Common Era Calendar. + Example: "2008" + + 2008-11-19 + 2009-04-24 + + + + recommended + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + + \ No newline at end of file diff --git a/rdf/dwctermshistory.rdf b/rdf/dwctermshistory.rdf new file mode 100644 index 0000000..f1950c9 --- /dev/null +++ b/rdf/dwctermshistory.rdf @@ -0,0 +1,7505 @@ + + + + + + + + +]> + + + Darwin Core Terms Complete History + This is the normative (Type 1) document for the terms in the Darwin Core standard (http://www.tdwg.org/standards/450/). It contains a list of all versions of all Darwin Core terms. To comment on this schema, please create a new issue in http://code.google.com/p/darwincore/issues/ + Biodiversity Information Standards (TDWG) + 2014-11-08 + + + + + Accepted Name Usage + The full name, with authorship and date information if known, of the currently valid (zoological) or accepted (botanical) taxon. + Example: "Tamias minimus" valid name for "Eutamias minimus" + + 2008-11-19 + 2009-09-21 + + + + recommended + not in ABCD + + + + Accepted Name Usage ID + An identifier for the name usage (documented meaning of the name according to a source) of the currently valid (zoological) or accepted (botanical) taxon. + Example: "8fa58e08-08de-4ac1-b69c-1235340b7001" + + 2009-01-21 + 2009-09-21 + + + + + recommended + not in ABCD + + + + Accepted Scientific Name + The currently valid (zoological) or accepted (botanical) name for the scientificName. + Example: "Tamias minimus" valid name for "Eutamias minimus" + + 2008-11-19 + 2009-07-06 + + + + superseded + not in ABCD + + + + Accepted Scientific Name ID + A unique identifier for the acceptedScientificName. + + 2009-01-21 + 2009-07-06 + + + + + superseded + not in ABCD + + + + Accepted Taxon + The currently valid (zoological) or accepted (botanical) name for the ScientificName. + + 2008-11-19 + 2008-11-19 + + + superseded + not in ABCD + + + + Accepted Taxon ID + A global unique identifier for the parent to the AcceptedTaxon. + + 2009-01-21 + 2009-01-21 + + + + superseded + not in ABCD + + + + Accepted Taxon ID + An identifier for the name of the currently valid (zoological) or accepted (botanical) taxon. See acceptedTaxon. + Example: "8fa58e08-08de-4ac1-b69c-1235340b7001" + + 2009-01-21 + 2009-08-24 + + + + + superseded + not in ABCD + + + + Accepted Taxon Name + The currently valid (zoological) or accepted (botanical) name for the scientificName. + Example: "Tamias minimus" valid name for "Eutamias minimus" + + 2008-11-19 + 2009-04-24 + + + + superseded + not in ABCD + + + + Accepted Taxon Name ID + A unique identifier for the acceptedTaxonName. + + 2009-01-21 + 2009-04-24 + + + + + superseded + not in ABCD + + + + Access Constraints + A description of constraints on the use of the data as shared or access to further data that is not shared. + Example: "not-for-profit use only". + + 2008-11-19 + 2008-11-19 + + + superseded + DataSets/DataSet/Units/Unit/IPRStatements + + + + According To + Abstract term to attribute information to a source. + + 2009-01-21 + 2009-01-21 + + + recommended + not in ABCD + + + Accuracy + Abstract term to capture error information about a measurement or fact. + + 2009-01-21 + 2009-01-21 + + + deprecated + DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Aspect/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy + + + Age Class + The age class, reproductive stage, life stage of the biological individual (e.g., juvenile, adult, eft, nymph, etc.). + + 2003-06-17 + 2003-06-17 + + + superseded + {DataSets/DataSet/Units/Unit/ZoologicalUnit/PhasesOrStages/PhaseOrStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLifeStages/MycologicalLifeStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage} + + + Associated Media + A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the Occurrence. + Example: "http://arctos.database.museum/SpecimenImages/UAMObs/Mamm/2/P7291179.JPG" + + 2008-11-19 + 2014-10-23 + + + + superseded + + DataSets/DataSet/Units/Unit/MultimediaObjects + + + + Associated Media + A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the Occurrence. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "http://arctos.database.museum/SpecimenImages/UAMObs/Mamm/2/P7291179.JPG", "http://204.140.246.24/Fish/Collection%20Pictures/10118-00.jpg | http://204.140.246.24/Fish/Collection%20Pictures/10118-00a.jpg". + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/MultimediaObjects + + + + Associated Occurrences + A list (concatenated and separated) of identifiers of other Occurrence records and their associations to this Occurrence. + Example: "sibling of FMNH:Mammal:1234; sibling of FMNH:Mammal:1235" + + 2008-11-19 + 2014-10-23 + + + + superseded + + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID + + + + Associated Occurrences + A list (concatenated and separated) of identifiers of other Occurrence records and their associations to this Occurrence. + The recommended best practice is to separate the values with a vertical bar (' | '). + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID + + + + Associated Organisms + A list (concatenated and separated) of identifiers of other Organisms and their associations to this Organism. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "sibling of MXA-232", "mother of MXA-231 | mother of MXA-232" + + 2014-10-23 + 2014-10-23 + + + recommended + + not in ABCD + + + + Associated References + A list (concatenated and separated) of identifiers (publication, bibliographic reference, global unique identifier, URI) of literature associated with the Occurrence. + Examples: "http://www.sciencemag.org/cgi/content/abstract/322/5899/261", "Christopher J. Conroy, Jennifer L. Neuwald. 2008. Phylogeographic study of the California vole, Microtus californicus Journal of Mammalogy, 89(3):755-767." + + 2008-11-19 + 2014-10-23 + + + superseded + + DataSets/DataSet/Units/Unit/UnitReferences + + + + Associated References + A list (concatenated and separated) of identifiers (publication, bibliographic reference, global unique identifier, URI) of literature associated with the Occurrence. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "http://www.sciencemag.org/cgi/content/abstract/322/5899/261", "Christopher J. Conroy, Jennifer L. Neuwald. 2008. Phylogeographic study of the California vole, Microtus californicus Journal of Mammalogy, 89(3):755-767.", "Steven R. Hoofer and Ronald A. Van Den Bussche. 2001. Phylogenetic Relationships of Plecotine Bats and Allies Based on Mitochondrial Ribosomal Sequences. Journal of Mammalogy 82(1):131-137. | Walker, Faith M., Jeffrey T. Foster, Kevin P. Drees, Carol L. Chambers. 2014. Spotted bat (Euderma maculatum) microsatellite discovery using illumina sequencing. Conservation Genetics Resources.". + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/UnitReferences + + + + Associated Sequences + A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the Occurrence. + Example: "GenBank: U34853.1" + + 2008-11-19 + 2014-10-23 + + + + superseded + + DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant + + + + Associated Sequences + A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the Occurrence. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "http://www.ncbi.nlm.nih.gov/nuccore/U34853.1", "http://www.ncbi.nlm.nih.gov/nuccore/GU328060 | http://www.ncbi.nlm.nih.gov/nuccore/AF326093". + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant + + + + Associated Taxa + A list (concatenated and separated) of identifiers or names of taxa and their associations with the Occurrence. + Example: "host: Quercus alba" + + 2008-11-19 + 2014-10-23 + + + superseded + + DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa + + + + Associated Taxa + A list (concatenated and separated) of identifiers or names of taxa and their associations with the Occurrence. + The recommended best practice is to separate the values with a vertical bar (' | '), and to separate the relationship from the taxon with a colon (':'). Examples: "host: Quercus alba", "parasitoid of:Cyclocephala signaticollis | predator of Apis mellifera". + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa + + + + Attributes + List of additional measurements or characteristics (concatenated and separated) for which there is no existing semantic element, but which the data provider nevertheless feels the desire to share. Examples: "Tragus length: 14mm; Weight: 120g", "Height: 1-1.5 meters tall; flowers yellow; uncommon". + + 2007-04-17 + 2007-04-17 + + + superseded + DataSets/DataSet/Units/Unit/MeasurementsOrFacts + + + Author Year of Scientific Name + The author of the ScientificName and the year of publication, if known. More than one author can be listed in a concatenated string. Should be formatted with parentheses and year according to the conventions of the applicable NomenclaturalCode. + + 2007-04-17 + 2007-04-17 + + + + superseded + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/ParentheticalAuthorTeamAndYear + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/AuthorTeamAndYear} or {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeamParenthesis + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeam} or {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamOriginalAndYear + [= or] DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamParenthesisAndYear} + + + Basionym + The basionym (botany) or basonym (bacteriology) of the scientificName. + Example: "Pinus abies" + + 2008-11-19 + 2009-04-24 + + + superseded + not in ABCD + + + + Basionym ID + A unique identifier for the basionym (botany) or basonym (bacteriology) of the scientificName. + + 2009-01-21 + 2009-04-24 + + + + superseded + not in ABCD + + + + Basis of Record + An abbreviation indicating whether the record represents an observation (O), living organism (L), specimen (S), germplasm/seed (G), etc. + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/RecordBasis + + + Basis of Record + A description indicating whether the record represents an observation, tissue sample, living organism, voucher specimen, germplasm/seed, genetic information, etc. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/RecordBasis + + + Basis of Record + A descriptive term indicating whether the record represents an object or observation. Examples: PreservedSpecimen- A physical object representing one or more organisms, part of organism, or artifact of an organism. synonyms: voucher, collection, lot. FossilSpecimen- A physical object representing one or more fossil organisms, part of fossil organism, or artifact of a fossil organism. LivingSpecimen- An organism removed from its natural occurrence and now living in captivity or cultivation. HumanObservation- A report by a known observer that an organism was present at the place and time. MachineObservation- A report by a monitoring device that an organism was present at the place and time. StillImage- An photograph, drawing, painting. MovingImage- A sequence of still images taken at regular intervals and intended to be played back as a moving image; may include sound. SoundRecording- An audio recording. OtherSpecimen- Any type of specimen not covered by any of the categories above. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/RecordBasis + + + Basis of Record + The specific nature of the data record - a subtype of the dcterms:type. Recommended best practice is to use a controlled vocabulary such as the Darwin Core Type Vocabulary (http://rs.tdwg.org/dwc/terms/type-vocabulary/index.htm). + Examples: "StillImage", "MovingImage", "Sound", "PreservedSpecimen", FossilSpecimen", LivingSpecimen", "HumanObservation", "MachineObservation" + + 2008-11-19 + 2009-04-24 + + + + + superseded + DataSets/DataSet/Units/Unit/RecordBasis + + + + Basis of Record + The specific nature of the data record - a subtype of the dcterms:type. Recommended best practice is to use a controlled vocabulary. + Examples: "StillImage", "MovingImage", "Sound", "PreservedSpecimen", FossilSpecimen", LivingSpecimen", "HumanObservation", "MachineObservation" + + 2008-11-19 + 2009-09-11 + + + + superseded + DataSets/DataSet/Units/Unit/RecordBasis + + + + Basis of Record + The specific nature of the data record. Recommended best practice is to use a controlled vocabulary such as the Darwin Core Type Vocabulary (http://rs.tdwg.org/dwc/terms/type-vocabulary/index.htm). + Examples: "PreservedSpecimen", "FossilSpecimen", "LivingSpecimen", "HumanObservation", "MachineObservation" + + 2008-11-19 + 2014-10-23 + + + + superseded + + DataSets/DataSet/Units/Unit/RecordBasis + + + + Basis of Record + The specific nature of the data record. + Recommended best practice is to use a controlled vocabulary such as the list of Darwin Core classes. Examples: "PreservedSpecimen", "FossilSpecimen", "LivingSpecimen", "HumanObservation", "MachineObservation" + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/RecordBasis + + + + Bed + The full name of the lithostratigraphic bed from which the cataloged item was collected. + + 2005-07-03 + 2005-07-03 + + superseded + not in ABCD + + + + Bed + The full name of the lithostratigraphic bed from which the cataloged item was collected. + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Behavior + A description of the behavior shown by the subject at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary. + Examples: "roosting", "foraging", "running" + + 2009-03-06 + 2009-04-24 + + + recommended + not in ABCD + + + + Binomial + The combination of genus and first (species) epithet of the scientificName. + Example: "Ctenomys sociabilis" + + 2008-11-19 + 2008-11-19 + + + deprecated + DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa/TaxonIdentified/ScientificName/FullScientificNameString + + + + Bounding Box + This access point provides a mechanism for performing searches using a bounding box. A Bounding Box element is not typically present in the database, but rather is derived from the Latitude and Longitude columns by the data provider + + 2003-06-13 + 2003-06-13 + + + superseded + not covered by ABCD + + + Bounding Box + This access point provides a mechanism for performing searches using a bounding box. A Bounding Box element is not typically present in the database, but rather is derived from the DecimalLatitude and DecimalLongitude columns by the data provider. + + 2003-06-17 + 2003-06-17 + + + + superseded + not covered by ABCD + + + Catalog Number + A unique alphanumeric value which identifies an individual record within the collection. It is recommended that this value provides a key by which the actual specimen can be identified. If the specimen has several items such as various types of preparation, this value should identify the individual component of the specimen + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/UnitID + + + Catalog Number + The alphanumeric value identifying a record within the collection. It is highly recommended that each record be uniquely identified within a collection by this value. It is also recommended that each record be uniquely identified in a global context by the combination of InstitutionCode, CollectionCode and CatalogNumber. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/UnitID + + + Catalog Number + An identifier (preferably unique) for the record within the data set or collection. + Examples: "2008.1334", "145732a", "145732" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/UnitID + + + + Catalog Number Numeric + The CatalogNumber as a numeric value, if applicable. Allows searching on numeric ranges of CatalogNumbers. + + 2003-06-17 + 2003-06-17 + + + superseded + DataSets/DataSet/Units/Unit/UnitIDNumeric + + + Catalog Number Numeric + The CatalogNumber as a numeric value, if applicable. This element allows searching on numeric ranges of CatalogNumbers. Example: 145732. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/UnitIDNumeric + + + Catalog Number Numeric + The numeric value of the catalogNumber, used to facilitate numerical sorting and searching by ranges. + + 2008-11-19 + 2008-11-19 + + + + deprecated + DataSets/DataSet/Units/Unit/UnitIDNumeric + + + + Catalog Number Text + An alphanumeric value which identifies an individual cataloged item within the collection. It is recommended that this value provides a key by which the individual cataloged item can be identified. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/UnitID + + + Citation + Indicates how this dataset or record should be attributed if used. + + 2005-07-10 + 2005-07-10 + + + superseded + DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text + + + Class + The class name of the organism + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis + + + Class + The phylogenetic class to which the cataloged item belongs. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis + + + Class + The name of the class in which the organism is classified. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis + + + Class + The name of the class in which the scientificName is classified. + Example: "Mammalia" + + 2008-11-19 + 2009-04-24 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis + + + + Class + The full scientific name of the class in which the taxon is classified. + Examples: "Mammalia", "Hepaticopsida" + + 2008-11-19 + 2009-08-24 + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis + + + + Collection Method + The name of, reference to, or brief description of the method or protocol under which the collecting event occurred. Examples: "UV light trap", "mist net", "bottom trawl". + + 2007-04-17 + 2007-04-17 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Method + + + Collection Code + A unique alphanumeric value which identifies the collection within the institution + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/SourceID + + + Collection Code + A unique alphanumeric value that identifies the collection within the institution in which the item is cataloged. This attribute must contain no spaces. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/SourceID + + + Collection Code + The code (or acronym) identifying the collection within the institution in which the organism record is cataloged. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/SourceID + + + Collection Code + The name (or acronym) identifying the collection or data set from which the record was derived. + Examples: "Mammals", "Hildebrandt", "eBird" + + 2008-11-19 + 2009-08-24 + + + + superseded + DataSets/DataSet/Units/Unit/SourceID + + + + Collection Code + The name, acronym, coden, or initialism identifying the collection or data set from which the record was derived. + Examples: "Mammals", "Hildebrandt", "eBird" + + 2008-11-19 + 2009-08-24 + + + + superseded + DataSets/DataSet/Units/Unit/SourceID + + + + Collection Code + The name, acronym, coden, or initialism identifying the collection or data set from which the record was derived. + Examples: "Mammals", "Hildebrandt", "eBird" + + 2008-11-19 + 2013-10-04 + + + + recommended + DataSets/DataSet/Units/Unit/SourceID + + + + Collection ID + An identifier for the collection or dataset from which the record was derived. For physical specimens, the recommended best practice is to use the identifier in a collections registry such as the Biodiversity Collections Index (http://www.biodiversitycollectionsindex.org/). + Example: "urn:lsid:biocol.org:col:34818" + + 2008-11-19 + 2009-08-24 + + + + superseded + DataSets/DataSet/Units/Unit/SourceID + + + + Collection ID + An identifier for the collection or dataset from which the record was derived. + For physical specimens, the recommended best practice is to use an identifier from a collections registry such as the Global Registry of Biodiversity Repositories (http://grbio.org/). Examples: "http://biocol.org/urn:lsid:biocol.org:col:1001", "http://grbio.org/cool/p5fp-c036". + + 2008-11-19 + 2014-10-23 + + + recommended + DataSets/DataSet/Units/Unit/SourceID + + + + Collector + The name(s) of the collector(s) responsible for collection the specimen or taking the observation + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText + + + Collector + The name(s) of the collector(s) of the original data for the cataloged item. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText + + + Collector + The name(s) (concatenated and separated) of collectors or observers. "LIKE" or "contains" substring query operations are meant to be used with this element to find matching collector names. The primary collector or observer, especially one whose CollectorNumber is also provided, should be listed first. Example: "Oliver P. Pearson, Anita K. Pearson" where the value in CollectorNumber "OPP 7101" corresponds to the number for the specimen in the field catalog (collector number) of Oliver P. Pearson. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText + + + Collector Number + An identifying "number" (really a string) applied to specimens (in some disciplines) at the time of collection. Establishes a links different parts/preparations of a single specimen and between field notes and the specimen. + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/CollectorsFieldNumber + + + Collector Number + An identifying string applied to the cataloged item at the time of collection. Serves as a link between field notes and the cataloged items. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/CollectorsFieldNumber + + + Collector Number + An identifying string applied to the object or observation at the time of collection. Serves as a link between field notes and the object or observation. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText + + + Continent + The full, unabbreviated name of the continent on which the organism was collected or observed. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent + + + Continent + The name of the continent in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. + Examples: "Africa", "Antarctica", "Asia", "Europe", "North America", "Oceania", "South America" + + 2008-11-19 + 2013-10-04 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent + + + + Continent Ocean + The continent or ocean from which a specimen was collected. + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent + + + Continent Ocean + The full, unabbreviated name of the continent or ocean from which the cataloged item was collected. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent + + + Coordinate Precision + An estimate of how tightly the collecting locality was specified; expressed as a distance, in meters, that corresponds to a radius around the latitude-longitude coordinates. Use NULL where precision is unknown, cannot be estimated, or is not applicable. + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement + + + Coordinate Precision + A decimal representation of the precision of the coordinates given in the decimalLatitude and decimalLongitude. + Examples: "0.00001" (normal GPS limit for decimal degrees), "0.000278" (nearest second), "0.01667" (nearest minute), "1.0" (nearest degree) + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement + + + + Coordinate Uncertainty In Meters + The upper limit of the distance (in meters) from the given latitude and longitude describing a circle within which the whole of the described locality must lie. Use NULL where the uncertainty is unknown, cannot be estimated, or is not applicable. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters + + + Coordinate Uncertainty In Meters + The upper limit of the distance (in meters) from the given DecimalLatitude and DecimalLongitude describing a circle within which the whole of the described locality lies. Leave the value empty if the uncertainty is unknown, cannot be estimated, or is not applicable (because there are no coordinates). Describes the point-radius representation of the location, along with DecimalLatitude, DecimalLongitude, and GeodeticDatum. Zero is not a valid value for this element. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters + + + Coordinate Uncertainty In Meters + The horizontal distance (in meters) from the given decimalLatitude and decimalLongitude describing the smallest circle containing the whole of the Location. Leave the value empty if the uncertainty is unknown, cannot be estimated, or is not applicable (because there are no coordinates). Zero is not a valid value for this term. + Examples: "30" (reasonable lower limit of a GPS reading under good conditions if the actual precision was not recorded at the time), "71" (uncertainty for a UTM coordinate having 100 meter precision and a known spatial reference system). + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters + + + + Country + The country or major political unit from which the specimen was collected. ISO 3166-1 (http://www.din.de/gremien/nas/nabd/iso3166ma/codlstp1/db_en.html) values should be used. Full country names are currently in use. A future recommendation is to use ISO3166-1 two letter codes or the full name when searching + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Country/Name + + + Country + The full, unabbreviated name of the country or major political unit from which the cataloged item was collected. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Country/Name + + + Country + The full, unabbreviated name of the country or major political unit in which the organism was collected or observed. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Country/Name + + + Country + The name of the country or major administrative unit in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. + Examples: "Denmark", "Colombia", "España" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Country/Name + + + + Country Code + The standard code for the country in which the Location occurs. Recommended best practice is to use ISO 3166-1-alpha-2 country codes. + Examples: "AR" for Argentina, "SV" for El Salvador + + 2008-11-19 + 2009-04-24 + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Country/ISO3166Code + + + + County + The county (or shire, or next political region smaller than State / Province) from which the specimen was collected + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County + + + County + The full, unabbreviated name of the county, shire, or municipality (i.e., the next smaller political region than StateProvince) from which the cataloged item was collected. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County + + + County + The full, unabbreviated name of the county, shire, or municipality (i.e., the next smaller political region than StateProvince) in which the organism was collected or observed. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County + + + County + The full, unabbreviated name of the next smaller administrative region than stateProvince (county, shire, department, etc.) in which the Location occurs. + Examples: "Missoula", "Los Lagos", "Mataró" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County + + + + Data Generalizations + Actions taken to make the shared data less specific or complete than in its original form. Suggests that alternative data of higher quality may be available on request. + Example: "Coordinates generalized from original GPS coordinates to the nearest half degree grid cell" + + 2008-11-19 + 2009-04-24 + + + + recommended + not in ABCD + + + + Dataset + The category of information pertaining to a logical set of records. + + 2008-11-19 + 2008-11-19 + + + + deprecated + DataSets/DataSet + + + Dataset ID + An identifier for the data set. May be a global unique identifier or an identifier specific to a collection or institution. + + 2008-11-19 + 2009-04-24 + + + + superseded + DataSets/DataSet/DataSetGUID + + + + Dataset ID + An identifier for the set of data. May be a global unique identifier or an identifier specific to a collection or institution. + + 2008-11-19 + 2009-09-11 + + + + + recommended + DataSets/DataSet/DataSetGUID + + + + Dataset Name + The name identifying the data set from which the record was derived. + Examples: "Grinnell Resurvey Mammals", "Lacey Ctenomys Recaptures" + + 2009-09-11 + 2009-09-11 + + + recommended + DataSets/DataSet/Units/Unit/SourceID + + + + Date Identified + The date-time in the Common Era calendar in which the object or observation was identified as being a member of the taxon given in the ScientificName. + + 2007-04-17 + 2007-04-17 + + + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText + + + Date Identified + The date on which the subject was identified as representing the taxon given in the scientificName. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). + Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. + + 2008-11-19 + 2009-04-24 + + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText + + + + Date Identified + The date on which the subject was identified as representing the Taxon. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). + Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. + + 2008-11-19 + 2009-08-24 + + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText + + + + Date Last Modified + ISO 8601 compliant stamp indicating the date and time in UTC(GMT) when the record was last modified. Example: the instant "November 5, 1994, 8:15:30 am, US Eastern Standard Time" would be represented as "1994-11-05T13:15:30Z" (see W3C Note on Date and Time Formats - http://www.w3.org/TR/NOTE-datetime). (What to do when this date-time is unknown? Use Date-Time first "published"?) + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/DateLastEdited + + + Date Last Modified + ISO 8601 date and time in UTC(GMT) when the record was last modified. Example: "November 5, 1994, 8:15:30 am, US Eastern Standard Time" would be "1994-11-05T13:15:30Z" (see http://www.w3.org/TR/NOTE-datetime). + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/DateLastEdited + + + Date Last Modified + The last date-time of publication when any of the data for the record were modified from the previous publication of that record. When publishing a record for the first time, use the publication date-time. Returns values as ISO 8601 date and time. (cf. http://www.w3.org/TR/xmlschema-2/#isoformats and http://www.iso.org/iso/en/prods-services/popstds/dateandtime.html Example: November 5, 1994, 8:15:30 am, US Eastern Standard Time” would be “1994-11-05T13:15:30Z” + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/DateLastEdited + + + Day + The integer day of the month on which the Event occurred. + Examples: "9", "28" + + 2008-11-19 + 2009-04-24 + + + + recommended + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + + Day Collected + The day of the month the specimen was collected from the field. Possible value ranges from 01..31 inclusive + + 2003-06-13 + 2003-06-13 + + + superseded + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + Day Collected + The two digit day of the month in the Common Era calendar during which the cataloged item was collected from the field. + + 2003-06-17 + 2003-06-17 + + + + superseded + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + Day Identified + The day portion of the date when the Collection Item was identified; as two digits [01..31]. + + 2003-06-13 + 2003-06-13 + + + superseded + accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText + + + Day Identified + The two digit day of the month in the Common Era calendar during which the cataloged item was identified. + + 2003-06-17 + 2003-06-17 + + + + superseded + accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText + + + Day of Year + The ordinal day of the year on which the object or observation was collected (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366). If the EarliestDateCollected and LatestDateCollected do not occur on the same day, do not populate DayOfYear. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin + + + Decimal Latitude + The latitude of the location from which the cataloged item was collected, expressed in decimal degrees. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal + + + Decimal Latitude + The latitude of the geographic center of a location where an event occurred (organism collected, observation made), expressed in decimal degrees. Positive values are North of the Equator, negative values are South of the Equator. Describes the point-radius representation of the location, along with DecimalLongitude, GeodeticDatum, and CoordinateUncertaintyInMeters. Example: -41.0983423 + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal + + + Decimal Latitude + The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive. + Example: "-41.0983423" + + 2008-11-19 + 2009-07-06 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal + + + + Decimal Longitude + The longitude of the location from which the cataloged item was collected, expressed in decimal degrees. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal + + + Decimal Longitude + The longitude of the geographic center of a location where an event occurred (organism collected, observation made), expressed in decimal degrees. Positive values are East of the Greenwich Meridian, negative values are West of the Greenwich Meridian. Describes the point-radius representation of the location, along with DecimalLatitude, GeodeticDatum, and CoordinateUncertaintyInMeters. Example: -71.0943235 + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal + + + Decimal Longitude + The geographic longitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive. + Example: "-121.1761111" + + 2008-11-19 + 2009-07-06 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal + + + + Depth Range + For data sets that have the depth range expressed in one field (e.g. "150-200 m") it can be entered here as free text. Separate, numeric Minimum and Maximum Depth fields are the preferred format; the Depth Range option is included for legacy data sets. + + 2005-07-10 + 2005-07-10 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText + + + Disposition + The current disposition of the cataloged item. Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere". + + 2007-04-17 + 2007-04-17 + + + superseded + DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition + + + Disposition + The current state of a specimen with respect to the collection identified in collectionCode or collectionID. Recommended best practice is to use a controlled vocabulary. + Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition + + + + Darwin Core Type + The set of classes specified by the Darwin Core Type Vocabulary, used to categorize the nature or genre of the resource. + + 2008-11-19 + 2014-10-23 + + + deprecated + not in ABCD + + + Dynamic Properties + A list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the record. Meant to provide a mechanism for structured content such as key-value pairs. + Examples: "tragusLengthInMeters=0.014; weightInGrams=120", "heightInMeters=1.5", "natureOfID=expert identification; identificationEvidence=cytochrome B sequence", "relativeHumidity=28; airTemperatureInC=22; sampleSizeInKilograms=10", "aspectHeading=277; slopeInDegrees=6", "iucnStatus=vulnerable; taxonDistribution=Neuquen, Argentina" + + 2008-11-19 + 2014-10-23 + + + + superseded + + not in ABCD + + + + Dynamic Properties + A list of additional measurements, facts, characteristics, or assertions about the record. Meant to provide a mechanism for structured content. + The recommended best practice is to use a key:value encoding schema such as JSON. Examples: "{'heightInMeters':'1.5'}", "{'tragusLengthInMeters':'0.014', 'weightInGrams':'120'}", "{'natureOfID':'expert identification', 'identificationEvidence':'cytochrome B sequence'}", "{'relativeHumidity':'28', 'airTemperatureInCelcius':'22', 'sampleSizeInKilograms':'10'}", "{'aspectHeading':'277', 'slopeInDegrees':'6'}", "{'iucnStatus':'vulnerable', 'taxonDistribution':'Neuquén, Argentina'}". + + 2008-11-19 + 2014-10-23 + + + + recommended + + not in ABCD + + + + Earliest Age Or Lowest Stage + The full name of the earliest possible geochronologic age or lowest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected. + + 2005-07-03 + 2005-07-03 + + superseded + not in ABCD + + + + Earliest Age Or Lowest Stage + The full name of the earliest possible geochronologic age or lowest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected. + Examples: "Atlantic", "Boreal", "Skullrockian" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Earliest Date Collected + The earliest date-time (Common Era calendar) in a date-time period during which an organism or group of organisms was collected or observed. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value. + + 2007-04-17 + 2007-04-17 + + + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + Earliest Date Collected + The earliest date-time in a period during which a event occurred. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). + Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF]. + + 2008-11-19 + 2008-11-19 + + + + + deprecated + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + + Earliest Eon Or Lowest Eonothem + The full name of the earliest possible geochronologic eon or lowest chrono-stratigraphic eonothem or the informal name ("Precambrian") attributable to the stratigraphic horizon from which the cataloged item was collected. + + 2005-07-03 + 2005-07-03 + + superseded + not in ABCD + + + + Earliest Eon Or Lowest Eonothem + The full name of the earliest possible geochronologic eon or lowest chrono-stratigraphic eonothem or the informal name ("Precambrian") attributable to the stratigraphic horizon from which the cataloged item was collected. + Examples: "Phanerozoic", "Proterozoic" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Earliest Epoch Or Lowest Series + The full name of the earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected. + + 2005-07-03 + 2005-07-03 + + superseded + not in ABCD + + + + Earliest Epoch Or Lowest Series + The full name of the earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected. + Examples: "Holocene", "Pleistocene", "Ibexian Series" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Earliest Era Or Lowest Erathem + The full name of the earliest possible geochronologic era or lowest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected. + + 2005-07-03 + 2005-07-03 + + superseded + not in ABCD + + + + Earliest Era Or Lowest Erathem + The full name of the earliest possible geochronologic era or lowest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected. + Examples: "Cenozoic", "Mesozoic" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Earliest Period Or Lowest System + The full name of the earliest possible geochronologic period or lowest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected. + + 2005-07-03 + 2005-07-03 + + superseded + not in ABCD + + + + Earliest Period Or Lowest System + The full name of the earliest possible geochronologic period or lowest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected. + Examples: "Neogene", "Tertiary", "Quaternary" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + End Day Collected + For samples/observations/record events that were taken over time this gives the end day of the collecting event. Possible value ranges from 01..31 inclusive. + + 2005-07-10 + 2005-07-10 + + + superseded + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd + + + End Day Of Year + The latest ordinal day of the year on which the Event occurred (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366). + Examples: "1" (=1 Jan), "366" (=31 Dec), "365" (=30 Dec in a leap year, 31 Dec in a non-leap year) + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd + + + + End Julian Day + For samples/observations/record events that were taken over time this gives the end ordinal day of the year for the collecting event; i.e., the number of days since January 1 of the same year. (January 1 is Julian Day 1.). Should be an integer from one to 365, i.e. of the form (([0-3][0-9][0-9)|([0-9][0-9)|([1-9])). + + 2005-07-10 + 2005-07-10 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd + + + End Latitude + For samples/observations/record events better represented as line features rather than point features (e.g. extended trawls or transects) this indicates the starting latitude location from which the specimen was collected or in which the sample/observation/record event occurred. This value should be expressed in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/). + + 2005-07-10 + 2005-07-10 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal with attribute "begin" set to true + + + End Longitude + For samples/observations/record events better represented as line features rather than point features (e.g. extended trawls or transects) this indicates the starting longitude location from which the specimen was collected. Express in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/). + + 2005-07-10 + 2005-07-10 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal with attribute "begin" set to true + + + End Month Collected + For samples/observations/record events that were taken over time this gives the end month of the collecting event. Possible values range from 01...12 inclusive. + + 2005-07-10 + 2005-07-10 + + + superseded + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd + + + End Time of Day + The time of day when the sampling event ended, expressed as decimal hours from midnight local time. Examples: 0 = midnight, 12.0 = mid-day, 13.5 = 13:30 + + 2005-07-10 + 2005-07-10 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd + + + End Time of Day + The time of day when the event ended, expressed as decimal hours from midnight, local time. + Examples: "12.0" (= noon), "13.5" (= 1:30pm) + + 2008-11-19 + 2009-04-24 + + + + deprecated + DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd + + + + End Year Collected + For samples/observations/record events that were taken over time this gives the end year of the collecting event. The full year should be expressed (e.g. 1972 must be expressed as "1972" not "72"). Must always be a four digit integer. + + 2005-07-10 + 2005-07-10 + + + superseded + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd + + + Establishment Means + The process by which the biological individual(s) represented in the Occurrence became established at the location. Recommended best practice is to use a controlled vocabulary. + Examples: "native", "introduced", "naturalised", "invasive", "managed" + + 2008-11-19 + 2009-04-24 + + + recommended + DataSets/DataSet/Units/Unit/Gathering/EstablishmentMeans + + + + Event + The category of information pertaining to an event (an action that occurs at a place and during a period of time). + + 2008-11-19 + 2014-10-23 + + + + superseded + + DataSets/DataSet/Units/Unit/Gathering + + + Event + An action that occurs at some location during some time. + Examples: A specimen collection process. A machine observation. + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/Gathering + + + Event Attribute + Container class for information about attributes related to a given sampling event. + + 2008-11-19 + 2008-11-19 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts + + + Event Attribute Accuracy + The description of the error associated with the EventAttributeValue. + Example: "0.01", "normal distribution with variation of 2 m" + + 2009-01-18 + 2009-01-18 + + + + superseded + DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Aspect/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy + + + + Event Attribute Determined By + The agent responsible for having determined the value of the measurement or characteristic of the sampling event. + Example: "Robert Hijmans" + + 2009-01-23 + 2009-01-23 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasuredBy + + + + Event Attribute Determined Date + The date on which the the measurement or characteristic of the sampling event was made. + Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF]. + + 2009-01-23 + 2009-01-23 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasurementDateTime + + + + Event Attribute ID + An identifier for the event attribute. May be a global unique identifier or an identifier specific to the data set. + + 2008-11-19 + 2008-11-19 + + + + superseded + not in ABCD + + + + Event Attribute Remarks + Comments or notes accompanying the measurement or characteristic of the sampling event. + Example: "temperature taken at 15:00" + + 2008-11-19 + 2008-11-19 + + + superseded + not in ABCD + + + + Event Attributes + A list (concatenated and separated) of additional measurements or characteristics of the Event. + Example: "Relative humidity: 28 %; Temperature: 22 C; Sample size: 10 kg" + + 2008-11-19 + 2009-04-24 + + + deprecated + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts + + + + Event Attribute Type + The nature of the measurement or characteristic of the sampling event. Recommended best practice is to use a controlled vocabulary. + Example: "Temperature" + + 2008-11-19 + 2008-11-19 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter + + + + Event Attribute Unit + The units for the value of the measurement or characteristic of the sampling event. Recommended best practice is to use International System of Units (SI) units. + Example: "C" + + 2008-11-19 + 2008-11-19 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement + + + + Event Attribute + The value of the measurement or characteristic of the sampling event. + Example: "22" + + 2008-11-19 + 2008-11-19 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue + + + + Event Date + The date-time or interval during which an Event occurred. For occurrences, this is the date-time when the event was recorded. Not suitable for a time in a geological context. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). + Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. + + 2009-04-24 + 2009-07-01 + + + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + + Event ID + An identifier for the set of information associated with an Event (something that occurs at a place and time). May be a global unique identifier or an identifier specific to the data set. + + 2008-11-19 + 2009-04-24 + + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Code + + + + Event Measurement + The category of information pertaining to measurements associated with an event. + + 2008-11-19 + 2009-04-24 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts + + + + Event Measurement Accuracy + The description of the error associated with the EventAttributeValue. + Example: "0.01", "normal distribution with variation of 2 m" + + 2009-01-18 + 2009-04-24 + + + + + deprecated + DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Aspect/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy + + + + Event Measurement Determined By + The agent responsible for having determined the value of the measurement or characteristic of the event. + Example: "Robert Hijmans" + + 2009-01-23 + 2009-04-24 + + + + + deprecated + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasuredBy + + + + Event Measurement Determined Date + The date on which the the measurement or characteristic of the event was made. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). + Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. + + 2009-01-23 + 2009-04-24 + + + + + deprecated + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasurementDateTime + + + + Event Measurement ID + An identifier for the event attribute. May be a global unique identifier or an identifier specific to the data set. + + 2008-11-19 + 2009-04-24 + + + + + deprecated + not in ABCD + + + + Event Measurement Remarks + Comments or notes accompanying the measurement or characteristic of the event. + Example: "temperature taken at 15:00" + + 2008-11-19 + 2009-04-24 + + + deprecated + not in ABCD + + + + Event Measurement Type + The nature of the measurement or characteristic of the event. Recommended best practice is to use a controlled vocabulary. + Example: "temperature" + + 2008-11-19 + 2009-04-24 + + + + deprecated + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter + + + + Event Measurement Unit + The units for the value of the measurement or characteristic of the event. Recommended best practice is to use International System of Units (SI) units. + Example: "C" + + 2008-11-19 + 2009-04-24 + + + + deprecated + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement + + + + Event Measurement Value + The value of the measurement or characteristic of the event. + Example: "22" + + 2008-11-19 + 2009-04-24 + + + + deprecated + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue + + + + Event Remarks + Comments or notes about the Event. + Example: "after the recent rains the river is nearly at flood stage" + + 2009-01-18 + 2009-04-24 + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Notes + + + + Event Time + The time or interval during which an Event occurred. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). + Examples: "14:07-0600" is 2:07pm in the time zone six hours earlier than UTC, "08:40:21Z" is 8:40:21am UTC, "13:00:00Z/15:30:00Z" is the interval between 1pm UTC and 3:30pm UTC. + + 2009-04-24 + 2009-04-24 + + + + + recommended + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin and DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd + + + + Family + The family name of the organism + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia + + + Family + The phylogenetic family to which the cataloged item belongs. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia + + + Family + The name of the family in which the organism is classified. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia + + + Family + The name of the family in which the scientificName is classified. + Example: "Ctenomyidae" + + 2008-11-19 + 2009-04-24 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia + + + + Family + The full scientific name of the family in which the taxon is classified. + Examples: "Felidae", "Monocleaceae" + + 2008-11-19 + 2009-08-24 + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia + + + + Field Notes + A reference to, or flag marking the existence of notes taken in the field for the cataloged item. + + 2003-06-17 + 2003-06-17 + + + superseded + DataSets/DataSet/Units/Unit/FieldNotes + + + Field Notes + One of a) a flag indicating the existence of, b) a reference to (such as a URL or literature citation), or c) the actual free text content of notes taken in the field about the specimen or observation. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/FieldNotes + + + Field Notes + One of a) an indicator of the existence of, b) a reference to (publication, URI), or c) the text of notes taken in the field about the Event. + Example: "notes available in Grinnell-Miller Library" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/FieldNotes + + + + Field Number + A "number" (really a string) created at collection time to identify all material that resulted from a collecting event. + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Code + + + Field Number + An identifying string applied to a set of material that resulted from a single collecting event. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Code + + + Field Number + An identifying string applied to a set of objects or observations resulting from a single collecting event. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Code + + + Field Number + An identifier given to the event in the field. Often serves as a link between field notes and the Event. + Example: "RV Sol 87-03-08" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Code + + + + Footprint Spatial Fit + A measure of how well the geometry expressed in the footprint match the original spatial representation, as a ratio of the area of the footprint given to the area of the original spatial representation. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given georeference does not completely contain the original representation. The FootprintSpatialFit is undefined if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the FootprintSpatialFit is 1. Detailed explanations with graphical examples can be found in the Guide to Best Practices for Georeferencing (Chapman and Wieczorek, eds. 2006). + + 2007-04-17 + 2007-04-17 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b) + + + Footprint Spatial Fit + The ratio of the area of the footprint (footprintWKT) to the area of the true (original, or most specific) spatial representation of the Location. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given footprint does not completely contain the original representation. The footprintSpatialFit is undefined (and should be left blank) if the original representation is a point and the given georeference is not that same point. If both the original and the given georeference are the same point, the footprintSpatialFit is 1. + Detailed explanations with graphical examples can be found in the "Guide to Best Practices for Georeferencing", Chapman and Wieczorek, eds. 2006. + + 2008-11-19 + 2014-10-23 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b) + + + + Footprint SRS + A Well-Known Text (WKT) representation of the Spatial Reference System (SRS) for the footprintWKT of the Location. Do not use this term to describe the SRS of the decimalLatitude and decimalLongitude, even if it is the same as for the footprintWKT - use the geodeticDatum instead. + Example: The WKT for the standard WGS84 SRS (EPSG:4326) is "GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.0174532925199433]]" without the enclosing quotes. + + 2009-07-06 + 2009-07-06 + + + recommended + not in ABCD + + + + Footprint WKT + A Well-Known Text (WKT; see http://en.wikipedia.org/wiki/Well-known_text) representation of the the shape (footprint, geometry) that defines the location of the occurrence. The same place may have both a point-radius representation (see DecimalLatitude) and a footprint representation, and they may differ from each other for the same occurrence. Example: the one-degree bounding box with opposite corners at (longitude=10, latitude=20) and (longitude=11, latitude=21) would be expressed in well-known text as POLYGON ((10 20, 11 20, 11 21, 10 21, 10 20)) + + 2007-04-17 + 2007-04-17 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b) + + + Footprint WKT + A Well-Known Text (WKT) representation of the shape (footprint, geometry) that defines the Location. A Location may have both a point-radius representation (see decimalLatitude) and a footprint representation, and they may differ from each other. + Example: the one-degree bounding box with opposite corners at (longitude=10, latitude=20) and (longitude=11, latitude=21) would be expressed in well-known text as POLYGON ((10 20, 11 20, 11 21, 10 21, 10 20)) + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b) + + + + Formation + The full name of the lithostratigraphic formation from which the cataloged item was collected. + + 2005-07-03 + 2005-07-03 + + superseded + not in ABCD + + + + Formation + The full name of the lithostratigraphic formation from which the cataloged item was collected. + Examples: "Notch Peak Fromation", "House Limestone", "Fillmore Formation" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Fossil Specimen + A resource describing a fossilized specimen. + + 2008-11-19 + 2008-11-19 + + + + superseded + RecordBasisEnum/FossileSpecimen + + + Fossil Specimen + A resource describing a fossilized specimen. + + 2008-11-19 + 2014-10-23 + + + + deprecated + + RecordBasisEnum/FossileSpecimen + + + Fossil Specimen + A preserved specimen that is a fossil. + + 2014-10-23 + 2014-10-23 + + + + recommended + + RecordBasisEnum/FossileSpecimen + + + Gen Bank Num + GenBank Accession number. + + 2003-06-17 + 2003-06-17 + + + superseded + DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant + + + Gen Bank Number + GenBank Accession number(s) associated with the biological individual(s) referred to by the cataloged object. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant + + + Generalizations + Actions taken to make the data as shared less specific or complete than in its original form. Suggests that alternative data of highly quality may be available on request. + Examples: "Coordinates generalized from original GPS coordinates to the nearest half degree grid cell", "locality information given only to nearest county". + + 2008-11-19 + 2008-11-19 + + + superseded + not in ABCD + + + + Genus + The genus name of the organism + + 2003-06-13 + 2003-06-13 + + + superseded + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Viral/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/GenusOrMonomial} + + + Genus + The phylogenetic genus to which the cataloged item belongs. + + 2003-06-17 + 2003-06-17 + + + + superseded + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Viral/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/GenusOrMonomial} + + + Genus + The name of the genus in which the organism is classified. + + 2007-04-17 + 2007-04-17 + + + + superseded + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Viral/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/GenusOrMonomial} + + + Genus + The name of the genus in which the scientificName is classified. + Example: "Quercus" + + 2008-11-19 + 2009-04-24 + + + + superseded + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Viral/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/GenusOrMonomial} + + + + Genus + The full scientific name of the genus in which the taxon is classified. + Examples: "Puma", "Monoclea" + + 2008-11-19 + 2009-08-24 + + + + recommended + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Viral/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/GenusOrMonomial} + + + + Geodetic Datum + The geodetic datum to which the latitude and longitude refer. If not known, use "not recorded". This concept should be vocabulary-controlled. Example: "WGS84" + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum + + + Geodetic Datum + The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which the geographic coordinates given in decimalLatitude and decimalLongitude as based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value "unknown". + Examples: "EPSG:4326", "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866" + + 2008-11-19 + 2009-07-06 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum + + + + Geological Context + The category of information pertaining to a location within a geological context, such as stratigraphy. + + 2009-07-06 + 2014-10-23 + + + superseded + + DataSets/DataSet/Units/Unit/Gathering/Stratigraphy + + + Geological Context + Geological information, such as stratigraphy, that qualifies a region or place. + Example: A lithostratigraphic layer. + + 2009-07-06 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/Gathering/Stratigraphy + + + Geological Context ID + An identifier for the set of information associated with a GeologicalContext (the location within a geological context, such as stratigraphy). May be a global unique identifier or an identifier specific to the data set. + + 2009-07-06 + 2009-07-06 + + + + recommended + not in ABCD + + + + Georeferenced By + A list (concatenated and separated) of names of people, groups, or organizations who determined the georeference (spatial representation) for the Location. + Examples: "Kristina Yamamoto (MVZ); Janet Fang (MVZ)", "Brad Millen (ROM)" + + 2009-01-21 + 2014-10-23 + + + + superseded + + not in ABCD + + + + Georeferenced By + A list (concatenated and separated) of names of people, groups, or organizations who determined the georeference (spatial representation) for the Location. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Brad Millen (ROM)", "Kristina Yamamoto (MVZ) | Janet Fang (MVZ)". + + 2009-01-21 + 2014-10-23 + + + + + recommended + + not in ABCD + + + + Georeferenced Date + The date on which the Location was georeferenced. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). + Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. + + 2011-10-16 + 2011-10-16 + + + + recommended + + not in ABCD + + + + Georeference Protocol + A reference to the methods used for determining the coordinates and uncertainties. Example: "http://manisnet.org/GeorefGuide.html". + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod + + + Georeference Protocol + A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties. + Examples: "Guide to Best Practices for Georeferencing. (Chapman and Wieczorek, eds. 2006). Global Biodiversity Information Facility.", "MaNIS/HerpNet/ORNIS Georeferencing Guidelines", "Georeferencing Quick Reference Guide" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod + + + + Georeference Remarks + Comments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in GeoreferenceProtocol. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks + + + Georeference Remarks + Notes or comments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in georeferenceProtocol. + Example: "assumed distance by road (Hwy. 101)" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks + + + + Georeference Sources + A list of maps, gazetteers or other resources used to georeference the locality. The content of this concept is meant to be specific enough to allow anyone in the future to use the same resource to georeference the same locality. Examples: "USGS 1:24000 Florence Montana Quad", "Terrametrics 2008 on Google Earth" + + 2007-04-17 + 2007-04-17 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources + + + Georeference Sources + A list (concatenated and separated) of maps, gazetteers, or other resources used to georeference the Location, described specifically enough to allow anyone in the future to use the same resources. + Examples: "USGS 1:24000 Florence Montana Quad; Terrametrics 2008 on Google Earth" + + 2008-11-19 + 2014-10-23 + + + + superseded + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources + + + + Georeference Sources + A list (concatenated and separated) of maps, gazetteers, or other resources used to georeference the Location, described specifically enough to allow anyone in the future to use the same resources. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "GeoLocate", "USGS 1:24000 Florence Montana Quad | Terrametrics 2008 on Google Earth". + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources + + + + Georeference Verification Status + A categorical description of the extent to which the georeference has been verified to represent the location where the specimen or observation was collected. This element should be vocabulary-controlled. Examples: "requires verification", "verified by collector", "verified by curator". + + 2007-04-17 + 2007-04-17 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus + + + Georeference Verification Status + A categorical description of the extent to which the georeference has been verified to represent the best possible spatial description. Recommended best practice is to use a controlled vocabulary. + Examples: "requires verification", "verified by collector", "verified by curator". + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus + + + + Georef Method + A reference to the methods used for determining the coordinates and uncertainties. + + 2003-06-17 + 2003-06-17 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod + + + Global Unique Identifier + A Uniform Resource Name (URN) as a unique identifier for the specimen or observation record. In the absence of a persistent global unique identifier, construct one in the form: “[InstitutionCode]:[CollectionCode]: [CatalogNumber]” Examples: 1) urn:lsid:nhm.ku.edu:Herps:32 2) “FMNH:Mammal:145732” + + 2007-04-17 + 2007-04-17 + + + superseded + DataSets/DataSet/Units/Unit/UnitGUID + + + GML Feature + Geographic Markup Language(GML) description of the feature for representing complex shapes such as lines and polygons, per Open GIS Consortium (OGC) standards - http://www.opengis.net/gml/01-029/GML2.html. + + 2005-07-10 + 2005-07-10 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/GML + + + Group + The full name of the lithostratigraphic group from which the cataloged item was collected. + + 2005-07-03 + 2005-07-03 + + superseded + not in ABCD + + + + Group + The full name of the lithostratigraphic group from which the cataloged item was collected. + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Habitat + A category or description of the habitat in which the Event occurred. + Examples: "oak savanna", "pre-cordilleran steppe" + + 2008-11-19 + 2009-05-17 + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Biotope/Text + + + + Higher Classification + A list (concatenated and separated) of taxa names terminating at the rank immediately superior to the taxon referenced in the taxon record. Recommended best practice is to order the list starting with the highest rank and separating the names for each rank with a semi-colon (";"). + Example: "Animalia;Chordata;Vertebrata;Mammalia;Theria;Eutheria;Rodentia;Hystricognatha;Hystricognathi;Ctenomyidae;Ctenomyini;Ctenomys" + + 2008-11-19 + 2014-10-23 + + + + superseded + + not in ABCD + + + + Higher Classification + A list (concatenated and separated) of taxa names terminating at the rank immediately superior to the taxon referenced in the taxon record. + The recommended best practice is to separate the values with a vertical bar (' | '), with terms in order from the highest taxonomic rank to the lowest. Examples: "Animalia", "Animalia | Chordata | Vertebrata | Mammalia | Theria | Eutheria | Rodentia | Hystricognatha | Hystricognathi | Ctenomyidae | Ctenomyini | Ctenomys". + + 2008-11-19 + 2014-10-23 + + + + recommended + + not in ABCD + + + + Higher Geography + The combination of all geographic elements less specific than locality. "Like" query operations on this element will search for a substring in any of the higher geography attributes. + + 2003-06-17 + 2003-06-17 + + + superseded + {DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName} + + + Higher Geography + The names (concatenated and separated) of geographic elements less specific than the information in the Locality element. "LIKE" or "contains" substring query operations are meant to be used with this element to find matching geographic names. This can be useful if it is unclear in which element a name might be found, and in cases where there is no other appropriate geographic element. Example: "South America, Argentina, Patagonia, Parque Nacional Nahuel Huapi, Neuquén, Los Lagos" with accompanying values "South America" in Continent, "Argentina" in Country, "Neuquén" in StateProvince, and Los Lagos in County. + + 2007-04-17 + 2007-04-17 + + + + superseded + {DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName} + + + Higher Geography + A list (concatenated and separated) of geographic names less specific than the information captured in the locality term. + Example: "South America; Argentina; Patagonia; Parque Nacional Nahuel Huapi; Neuquén; Los Lagos" with accompanying values "South America" in Continent, "Argentina" in Country, "Neuquén" in StateProvince, and Los Lagos in County. + + 2008-11-19 + 2014-10-23 + + + + superseded + + {DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName} + + + + Higher Geography + A list (concatenated and separated) of geographic names less specific than the information captured in the locality term. + The recommended best practice is to separate the values with a vertical bar (' | '), with terms in order from least specific to most specific. Examples: "North Atlantic Ocean", "South America | Argentina | Patagonia | Parque Nacional Nahuel Huapi | Neuquén | Los Lagos" with accompanying values "South America" in Continent, "Argentina" in Country, "Neuquén" in StateProvince, and "Los Lagos" in County. + + 2008-11-19 + 2014-10-23 + + + + recommended + + {DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName} + + + + Higher Geography ID + An identifier for the geographic region within which the Location occurred. Recommended best practice is to use an persistent identifier from a controlled vocabulary such as the Getty Thesaurus of Geographic Names. + Example: "TGN: 1002002" for Prov. Tierra del Fuego, Argentina + + 2009-01-21 + 2009-04-24 + + + + recommended + not in ABCD + + + + Higher Taxon + The combination of names of taxonomic ranks less specific than Genus. "Like" query operations on this element will search for a substring in any of the higher taxon attributes. + + 2003-06-17 + 2003-06-17 + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + + + Higher Taxon + The names of taxonomic ranks less specific than SpecificEpithet concatenated and separated. "LIKE" or "contains" substring query operations are meant to be used with this element to find matching higher taxon names. This element may contain the list of scientific names of all of the supra-specific taxa in the classification used to identify (determine) the specimen or observation. Example: "Animalia, Chordata, Vertebrata, Mammalia, Theria, Eutheria, Rodentia, Hystricognatha, Hystricognathi, Ctenomyidae, Ctenomyini, Ctenomys". + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + + + Higher Taxon + A list (concatenated and separated) of the names for the taxonomic ranks less specific than the ScientificName. + Example: "Animalia, Chordata, Vertebrata, Mammalia, Theria, Eutheria, Rodentia, Hystricognatha, Hystricognathi, Ctenomyidae, Ctenomyini, Ctenomys". + + 2008-11-19 + 2009-01-21 + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + + + + Higher Taxon Concept ID + A unique identifier for the taxon concept less specific than that given in the taxonConceptID. + + 2009-04-24 + 2009-04-24 + + + + deprecated + not in ABCD + + + + Higher Taxon ID + A global unique identifier for the parent to the taxon. + + 2009-01-21 + 2009-01-21 + + + + superseded + not in ABCD + + + + Higher Taxon Name + A list (concatenated and separated) of the names for the taxonomic ranks less specific than that given in the scientificName. + Example: "Animalia; Chordata; Vertebrata; Mammalia; Theria; Eutheria; Rodentia; Hystricognatha; Hystricognathi; Ctenomyidae; Ctenomyini; Ctenomys" + + 2008-11-19 + 2009-04-24 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + + + + Higher Taxon Name ID + A unique identifier for the name of the next higher rank than the scientificName in a taxonomic classification. See higherTaxonName. + + 2009-01-21 + 2009-04-24 + + + + + superseded + not in ABCD + + + + Highest Biostratigraphic Zone + The full name of the highest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected. + + 2005-07-03 + 2005-07-03 + + superseded + not in ABCD + + + + Highest Biostratigraphic Zone + The full name of the highest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected. + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Horizontal Datum + The horizontal geodetic datum to which the DecimalLatitude and DecimalLongitude refer. + + 2003-06-17 + 2003-06-17 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum + + + Human Observation + A resource describing an observation made by one or more people. + + 2008-11-19 + 2008-11-19 + + + + superseded + RecordBasisEnum/HumanObservation + + + Human Observation + A resource describing an observation made by one or more people. + + 2008-11-19 + 2014-10-23 + + + + deprecated + + RecordBasisEnum/HumanObservation + + + Human Observation + An output of a human observation process. + + 2014-10-23 + 2014-10-23 + + + + recommended + + RecordBasisEnum/HumanObservation + + + Identification + The category of information pertaining to taxonomic determinations (the assignment of a scientific name). + + 2008-11-19 + 2014-10-23 + + + superseded + + DataSets/DataSet/Units/Unit/Identifications/Identification + + + Identification + A taxonomic determination (e.g., the assignment to a taxon). + Example: A subspecies determination of an organism. + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/Identifications/Identification + + + Identification Attributes + A list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the Identification. + Example: "natureOfID=expert identification; identificationEvidence=cytochrome B sequence" + + 2009-04-24 + 2009-04-24 + + + deprecated + not in ABCD + + + + Identification ID + An identifier for the Identification (the body of information associated with the assignment of a scientific name). May be a global unique identifier or an identifier specific to the data set. + + 2008-11-19 + 2009-04-24 + + + + recommended + not in ABCD + + + + Identification Modifier + Additional information documenting the taxonomic determination of the cataloged item (e.g., "cf.", "aff.", "subspecies in question", etc.). + + 2003-06-17 + 2003-06-17 + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier + + + Identification Qualifier + A brief phrase or a standard term ("cf.", "aff.") to qualify the identification of the organism when doubts have arisen as to its taxonomic identity (determination). Examples: 1) For the determination "Quercus aff. agrifolia var. oxyadenia", IdentificationQualifier would be "aff. agrifolia var. oxyadenia" with accompanying values "Quercus" in Genus, "agrifolia" in SpecificEpithet, "oxyadenia" in InfraspecificEpithet, and "var." in InfraspecificRank. 2) For the determination "Quercus agrifolia cf. var. oxyadenia", IdentificationQualifier would be "cf. var. oxyadenia " with accompanying values "Quercus" in Genus, "agrifolia" in SpecificEpithet, "oxyadenia" in InfraspecificEpithet, and "var." in InfraspecificRank. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier + + + Identification Qualifier + A brief phrase or a standard term ("cf.", "aff.") to express the determiner's doubts about the Identification. + Examples: 1) For the determination "Quercus aff. agrifolia var. oxyadenia", identificationQualifier would be "aff. agrifolia var. oxyadenia" with accompanying values "Quercus" in genus, "agrifolia" in specificEpithet, "oxyadenia" in infraspecificEpithet, and "var." in rank. 2) For the determination "Quercus agrifolia cf. var. oxyadenia", identificationQualifier would be "cf. var. oxyadenia " with accompanying values "Quercus" in genus, "agrifolia" in specificEpithet, "oxyadenia" in infraspecificEpithet, and "var." in rank. + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier + + + + Identification References + A list (concatenated and separated) of references (publication, global unique identifier, URI) used in the Identification. + Example: "Aves del Noroeste Patagonico. Christie et al. 2004." + + 2008-11-19 + 2014-10-23 + + + superseded + + DataSets/DataSet/Units/Unit/Identifications/Identification/References + + + + Identification References + A list (concatenated and separated) of references (publication, global unique identifier, URI) used in the Identification. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Aves del Noroeste Patagonico. Christie et al. 2004.", "Stebbins, R. Field Guide to Western Reptiles and Amphibians. 3rd Edition. 2003. | Irschick, D.J. and Shaffer, H.B. (1997). ''The polytypic species revisited: Morphological differentiation among tiger salamanders (Ambystoma tigrinum) (Amphibia: Caudata).'' Herpetologica, 53(1), 30-49.". + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/Identifications/Identification/References + + + + Identification Remarks + Comments or notes about the Identification. + Example: "Distinguished between Anthus correndera and Anthus hellmayri based on the comparative lengths of the uñas." + + 2008-11-19 + 2009-04-24 + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/Notes + + + + Identification Verification Status + A categorical indicator of the extent to which the taxonomic identification has been verified to be correct. Recommended best practice is to use a controlled vocabulary such as that used in HISPID/ABCD. + Examples: "0", "4" + + 2011-10-16 + 2011-10-16 + + + recommended + + not in ABCD + + + + Identified By + The name(s) of the person(s) who applied the currently accepted Scientific Name to the Cataloged Item. + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText + + + Identified By + The name(s) of the person(s) who applied the currently accepted ScientificName to the cataloged item. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText + + + Identified By + The name(s) of the person(s) who applied the ScientificName to the object or observation. Example: James L. Patton. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText + + + Identified By + A list (concatenated and separated) of names of people, groups, or organizations who assigned the scientificName. + Example: "James L. Patton", "Theodore Pappenfuss; Robert Macey" + + 2008-11-19 + 2009-04-24 + + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText + + + + Identified By + A list (concatenated and separated) of names of people, groups, or organizations who assigned the Taxon to the subject. + Examples: "James L. Patton", "Theodore Pappenfuss; Robert Macey" + + 2008-11-19 + 2014-10-23 + + + + + superseded + + DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText + + + + Identified By + A list (concatenated and separated) of names of people, groups, or organizations who assigned the Taxon to the subject. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "James L. Patton", "Theodore Pappenfuss | Robert Macey". + + 2008-11-19 + 2014-10-23 + + + + + recommended + + DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText + + + + Image URL + A Universal Resource Locator reference to digital images associated with the specimen or observation. + + 2007-04-17 + 2007-04-17 + + + superseded + DataSets/DataSet/Units/Unit/MultimediaObjects + + + Individual Count + The number of individuals present in the lot or container. Not an estimate of abundance or density at the collecting locality. + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue + + + Individual Count + The number of individuals present in the lot or container referred to by the catalog number. Not an estimate of abundance or density at the collecting locality. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue + + + Individual Count + The number of individuals present in the lot or container. Not to be used for observations. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue + + + Individual Count + The number of individuals represented present at the time of the Occurrence. + Examples: "1", "25" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue + + + + Individual ID + An identifier for an individual or named group of individual organisms represented in the Occurrence. Meant to accommodate resampling of the same individual or group for monitoring purposes. May be a global unique identifier or an identifier specific to a data set. + Examples: "U.amer. 44", "Smedley", "Orca J 23" + + 2008-11-19 + 2014-10-23 + + + + deprecated + + DataSets/DataSet/Units/Unit/Identifications/Identification/Result/TaxonIdentified/ScientificName/NameAtomised/Zoological/NamedIndividual or DataSets/DataSet/Units/Unit/ObservationUnit/ObservationUnitIdentifiers/ObservationUnitIdentifier or DataSets/DataSet/Units/Unit/SpecimenUnit/Accessions/AccessionNumber + + + + Information Withheld + Brief descriptions of additional information that may exist, but that has not been made public. Information about obtaining the withheld information should be sought from the administrative contact identified in the provider resource metadata (curator, collection manager). Examples: "specific locality information given only to nearest county", "ask about tissue samples", "georeferences given only to nearest degree". + + 2007-04-17 + 2007-04-17 + + + superseded + DataSets/DataSet/Units/Unit/InformationWithheld + + + Information Withheld + Additional information that exists, but that has not been shared in the given record. + Examples: "location information not given for endangered species", "collector identities withheld", "ask about tissue samples" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/InformationWithheld + + + + Infraspecific Epithet + The infraspecific epithet of the scientific name applied to the organism. + + 2007-04-17 + 2007-04-17 + + + + superseded + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/SecondEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SubspeciesEpithet} + + + Infraspecific Epithet + The name of the second or subspecies epithet of the scientificName. + Example: "oxyadenia" + + 2008-11-19 + 2009-04-24 + + + + superseded + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/SecondEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SubspeciesEpithet} + + + + Infraspecific Epithet + The name of the lowest or terminal infraspecific epithet of the scientificName, excluding any rank designation. + Examples: "concolor", "oxyadenia", "sayi" + + 2008-11-19 + 2009-08-24 + + + + recommended + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/SecondEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SubspeciesEpithet} + + + + Infraspecific Rank + The infraspecific rank (subspecies, variety, forma) of the InfraspecificEpithet. Examples: "subsp.", "var.", "forma". + + 2007-04-17 + 2007-04-17 + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank + + + Institution Code + A "standard" code identifier that identifies the institution to which the collection belongs. No global registry exists for assigning institutional codes. Use the code that is "standard" in your discipline. + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/SourceInstitutionID + + + Institution Code + A code that identifies the institution to which the cataloged item belongs. No global registry exists for institutional codes; use the code that is "standard" in your discipline. This attribute must contain no spaces. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/SourceInstitutionID + + + Institution Code + The code (or acronym) identifying the institution administering the collection in which the organism record is cataloged. No global registry exists for institutional codes; use the code that is "standard" at your institution or in your discipline. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/SourceInstitutionID + + + Institution Code + The name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record. + Examples: "MVZ", "FMNH", "AKN-CLO" + + 2008-11-19 + 2009-04-24 + + + + superseded + DataSets/DataSet/Units/Unit/SourceInstitutionID + + + + Institution Code + The name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record. + Examples: "MVZ", "FMNH", "AKN-CLO", "University of California Museum of Paleontology (UCMP)" + + 2008-11-19 + 2009-08-24 + + + + superseded + DataSets/DataSet/Units/Unit/SourceInstitutionID + + + + Institution Code + The name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record. + Examples: "MVZ", "FMNH", "AKN-CLO", "University of California Museum of Paleontology (UCMP)" + + 2008-11-19 + 2013-10-04 + + + + recommended + DataSets/DataSet/Units/Unit/SourceInstitutionID + + + + Institution ID + An identifier for the institution having custody of the object(s) or information referred to in the record. + For physical specimens, the recommended best practice is to use an identifier from a collections registry such as the Global Registry of Biodiversity Repositories (http://grbio.org/). Examples: "http://biocol.org/urn:lsid:biocol.org:col:34777", "http://grbio.org/cool/km06-gtbn". + + 2009-09-11 + 2014-10-23 + + + recommended + DataSets/DataSet/Units/Unit/SourceInstitutionID + + + + Island + The full, unabbreviated name of the island from which the cataloged item was collected. + + 2003-06-17 + 2003-06-17 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island + + + Island + The full, unabbreviated name of the island on which the organism was collected or observed. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island + + + Island + The name of the island on or near which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. + Examples: "Isla Victoria", "Vancouver", "Viti Levu", "Zanzibar" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island + + + + Island Group + The full, unabbreviated name of the island group from which the cataloged item was collected. + + 2003-06-17 + 2003-06-17 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group + + + Island Group + The full, unabbreviated name of the island group in which the organism was collected or observed. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group + + + Island Group + The name of the island group in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. + Examples: "Alexander Archipelago", "Seychelles" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group + + + + Julian Day + The ordinal day of the year; i.e., the number of days since January 1 of the same year. (January 1 is Julian Day 1.) + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin + + + Julian Day + The ordinal day of the year (i.e., the number of days since December 31 of the previous year; January 1 is Julian Day 1) on which the cataloged item was collected. May be derived from the YearCollected, MonthCollected, and DayCollected by the provider. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin + + + Kingdom + The kingdom to which the organism belongs + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum + + + Kingdom + The phylogenetic kingdom to which the cataloged item belongs. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum + + + Kingdom + The name of the kingdom in which the organism is classified. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum + + + Kingdom + The name of the kingdom in which the scientificName is classified. + Example: "Animalia" + + 2008-11-19 + 2009-04-24 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum + + + + Kingdom + The full scientific name of the kingdom in which the taxon is classified. + Examples: "Animalia", "Plantae" + + 2008-11-19 + 2009-08-24 + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum + + + + Latest AgeOr Highest Stage + The full name of the latest possible geochronologic age or highest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected. + + 2005-07-03 + 2005-07-03 + + superseded + not in ABCD + + + + Latest AgeOr Highest Stage + The full name of the latest possible geochronologic age or highest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected. + Examples: "Atlantic", "Boreal", "Skullrockian" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Latest Date Collected + The latest date-time (Common Era calendar) in a date-time period during which an organism or group of organisms was collected or observed. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value. + + 2007-04-17 + 2007-04-17 + + + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd + + + Latest Date Collected + The latest date-time in a period during which a event occurred. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). + Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF]. + + 2008-11-19 + 2008-11-19 + + + + + deprecated + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd + + + + Latest Eon Or Highest Eonothem + The full name of the latest possible geochronologic eon or highest chrono-stratigraphic eonothem or the informal name ("Precambrian") attributable to the stratigraphic horizon from which the cataloged item was collected. + + 2005-07-03 + 2005-07-03 + + superseded + not in ABCD + + + + Latest Eon Or Highest Eonothem + The full name of the latest possible geochronologic eon or highest chrono-stratigraphic eonothem or the informal name ("Precambrian") attributable to the stratigraphic horizon from which the cataloged item was collected. + Examples: "Phanerozoic", "Proterozoic" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Latest Epoch Or Highest Series + The full name of the latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected. + + 2005-07-03 + 2005-07-03 + + superseded + not in ABCD + + + + Latest Epoch Or Highest Series + The full name of the latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected. + Examples: "Holocene", "Pleistocene", "Ibexian Series" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Latest Era Or Highest Erathem + The full name of the latest possible geochronologic era or highest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected. + + 2005-07-03 + 2005-07-03 + + superseded + not in ABCD + + + + Latest Era Or Highest Erathem + The full name of the latest possible geochronologic era or highest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected. + Examples: "Cenozoic", "Mesozoic" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Latest Period Or Highest System + The full name of the latest possible geochronologic period or highest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected. + + 2005-07-03 + 2005-07-03 + + superseded + not in ABCD + + + + Latest Period Or Highest System + The full name of the latest possible geochronologic period or highest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected. + Examples: "Neogene", "Tertiary", "Quaternary" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Latitude + The latitude of the location from which the specimen was collected. This value should be expressed in decimal degrees with a datum such as WGS-84 + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal + + + Lat Long Comments + Comments about the LatLong determination. + + 2003-06-17 + 2003-06-17 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks + + + Lifestage + Indicates the life stage present. Will require developing a controlled vocabulary. Can include multiple stages for a lot with multiple individuals. + + 2005-07-10 + 2005-07-10 + + + + superseded + DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLiveStages/MycologicalLiveStage (Note DwC spec uses ”MycologicalLifeStage” or DataSets/DataSet/Units/Unit/ZoologicalUnit/PhasesOrStages/PhaseOrStage + + + Life Stage + The age class or life stage of the biological individual represented by the catalogued object or observation. Examples: "adult", "mature", "juvenile", "eft", "nymph", "seedling", "seed", "egg" + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLiveStages/MycologicalLiveStage (Note DwC spec uses ”MycologicalLifeStage” or DataSets/DataSet/Units/Unit/ZoologicalUnit/PhasesOrStages/PhaseOrStage + + + Life Stage + The age class or life stage of the biological individual(s) at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary. + Examples: "egg", "eft", "juvenile", "adult", "2 adults 4 juveniles" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLiveStages/MycologicalLiveStage (Note DwC spec uses ”MycologicalLifeStage” or DataSets/DataSet/Units/Unit/ZoologicalUnit/PhasesOrStages/PhaseOrStage + + + + Lithostratigraphic Terms + The combination of all litho-stratigraphic names for the rock from which the cataloged item was collected. + + 2005-07-03 + 2005-07-03 + + superseded + DataSets/DataSet/Units/Unit/Gathering/Stratigraphy/LithostratigraphicTerms + + + + Lithostratigraphic Terms + The combination of all litho-stratigraphic names for the rock from which the cataloged item was collected. + + 2009-04-24 + 2009-07-06 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Stratigraphy/LithostratigraphicTerms + + + + Living Specimen + A resource describing a living specimen. + + 2008-11-19 + 2008-11-19 + + + + superseded + RecordBasisEnum/LivingSpecimen + + + Living Specimen + A resource describing a living specimen. + + 2008-11-19 + 2014-10-23 + + + + deprecated + + RecordBasisEnum/LivingSpecimen + + + Living Specimen + A specimen that is alive. + + 2014-10-23 + 2014-10-23 + + + + recommended + + RecordBasisEnum/LivingSpecimen + + + Locality + The locality description (place name plus optionally a displacement from the place name) from which the specimen was collected. Where a displacement from a location is provided, it should be in un-projected units of measurement + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/AreaDetail + + + Locality + The description of the locality from which the cataloged item was collected, sans geographic information provided in other geographic fields. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/AreaDetail + + + Locality + The specific natural language description of the place where the organism was collected or observed. This element need not contain less specific geographic information provided in other geographic elements (HigherGeography, Continent, Country, StateProvince, County, WaterBody, Island, IslandGroup). Though coordinate information can be contained in this concept, these data will be usable analytically only when shared through the concepts of the Geospatial Extension. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/AreaDetail + + + Locality + The specific description of the place. Less specific geographic information can be provided in other geographic terms (higherGeography, continent, country, stateProvince, county, municipality, waterBody, island, islandGroup). This term may contain information modified from the original to correct perceived errors or standardize the description. + Example: "Bariloche, 25 km NNE via Ruta Nacional 40 (=Ruta 237)" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + + + + Location + A resource describing an instance of the Location class. + + 2009-01-23 + 2014-10-23 + + + deprecated + + not in ABCD + + + Location According To + Information about the source of this Location information. Could be a publication (gazetteer), institution, or team of individuals. + Examples: "Getty Thesaurus of Geographic Names", "GADM" + + 2009-08-24 + 2009-08-24 + + + + recommended + not in ABCD + + + + Location Attributes + A list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the location. + Example: "aspectheading=277; slopeindegrees=6" + + 2009-04-24 + 2009-04-24 + + + deprecated + not in ABCD + + + + Location ID + An identifier for the set of location information (data associated with dcterms:Location). May be a global unique identifier or an identifier specific to the data set. + + 2008-11-19 + 2009-04-24 + + + + + recommended + not in ABCD + + + + Location Remarks + Comments or notes about the Location. + Example: "under water since 2005" + + 2009-01-18 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/AreaDetail + + + + Longitude + The longitude of the location from which the specimen was collected. This value should be expressed in decimal degrees with a datum such as WGS-84 + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal + + + Lowest Biostratigraphic Zone + The full name of the lowest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected. + + 2005-07-03 + 2005-07-03 + + superseded + not in ABCD + + + + Lowest Biostratigraphic Zone + The full name of the lowest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected. + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Machine Observation + A resource describing an observation made by a machine. + + 2008-11-19 + 2008-11-19 + + + + superseded + RecordBasisEnum/MachineObservation + + + Machine Observation + A resource describing an observation made by a machine. + + 2008-11-19 + 2014-10-23 + + + + deprecated + + RecordBasisEnum/MachineObservation + + + Machine Observation + An output of a machine observation process. + + 2014-10-23 + 2014-10-23 + + + + recommended + + RecordBasisEnum/MachineObservation + + + Material Sample + The category of information pertaining to the physical results of a sampling (or subsampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed. + + 2013-03-28 + 2014-10-23 + + + superseded + + DataSets/DataSet/Units/Unit + + + Material Sample + A resource describing the physical results of a sampling (or subsampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed. + + 2013-03-28 + 2014-10-23 + + + + deprecated + + DataSets/DataSet/Units/Unit + + + Material Sample + A physical results of a sampling (or subsampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed. + Examples: A whole organism preserved in a collection. A part of an organism isolated for some purpose. A soil sample. A marine microbial sample. + + 2013-03-28 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit + + + Material Sample ID + An identifier for the MaterialSample (as opposed to a particular digital record of the material sample). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the materialSampleID globally unique. + + 2013-03-28 + 2013-09-26 + + + + + recommended + + not in ABCD + + + + Maximum Depth + The maximum distance in meters below the surface of the water at which the collection was made; all material collected was at most this deep. Positive below the surface, negative above (e.g. collecting above sea level in tidal areas). + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue + + + Maximum Depth In Meters + The maximum distance in meters below the surface of the water at which the collection was made; all material collected was at most this deep. Positive below the surface, negative above (e.g., collecting above sea level in tidal areas). + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue + + + Maximum Depth In Meters + The maximum or actual depth at which the collection or observation was made. Use positive values for locations below the surface. Examples: 10 (for a depth of up to 10m). 100 (for a depth between 50m and 100m). + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue + + + Maximum Depth In Meters + The greater depth of a range of depth below the local surface, in meters. + Example: "200" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue + + + + Maximum Distance Above Surface In Meters + The greater distance in a range of distance from a reference surface in the vertical direction, in meters. Use positive values for locations above the surface, negative values for locations below. If depth measures are given, the reference surface is the location given by the depth, otherwise the reference surface is the location given by the elevation. + Example: 1.5 meter sediment core from the bottom of a lake (at depth 20m) at 300m elevation; VerbatimElevation: "300m" MinimumElevationInMeters: "300", MaximumElevationInMeters: "300", VerbatimDepth: "20m", MinimumDepthInMeters: "20", MaximumDepthInMeters: "20", minimumDistanceAboveSurfaceInMeters: "0", maximumDistanceAboveSurfaceInMeters: "-1.5" + + 2008-11-19 + 2009-04-24 + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue + + + + Maximum Elevation + The maximum distance in meters above (positive) or below sea level of the collecting locality. + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue + + + Maximum Elevation In Meters + The maximum distance in meters above (positive) or below sea level of the collecting locality. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue + + + Maximum Elevation In Meters + The maximum or actual elevation at which the collection or observation was made. Use negative values for locations below sea level. Examples: Examples: 125 (for an elevation of 100 +- 25 meters). 200 (for an elevation between 100m and 200m). + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue + + + Maximum Elevation In Meters + The upper limit of the range of elevation (altitude, usually above sea level), in meters. + Example: "200" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue + + + + Measurement Accuracy + The description of the potential error associated with the measurementValue. + Examples: "0.01", "normal distribution with variation of 2 m" + + 2009-01-18 + 2009-04-24 + + + + + recommended + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy or DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Aspect/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy + + + + Measurement Determined By + A list (concatenated and separated) of names of people, groups, or organizations who determined the value of the MeasurementOrFact. + Examples: "Javier de la Torre", "Julie Woodruff; Eileen Lacey" + + 2009-01-23 + 2014-10-23 + + + + + + superseded + + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasuredBy + + + + Measurement Determined By + A list (concatenated and separated) of names of people, groups, or organizations who determined the value of the MeasurementOrFact. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Rob Guralnick", "Julie Woodruff | Eileen Lacey". + + 2009-01-23 + 2014-10-23 + + + + + recommended + + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasuredBy + + + + Measurement Determined Date + The date on which the MeasurementOrFact was made. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). + Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. + + 2009-01-23 + 2009-04-24 + + + + + + recommended + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasurementDateTime + + + + Measurement ID + An identifier for the MeasurementOrFact (information pertaining to measurements, facts, characteristics, or assertions). May be a global unique identifier or an identifier specific to the data set. + + 2009-03-06 + 2009-04-24 + + + + + + recommended + not in ABCD + + + + Measurement Method + A description of or reference to (publication, URI) the method or protocol used to determine the measurement, fact, characteristic, or assertion. + Examples: "minimum convex polygon around burrow entrances" for a home range area, "barometric altimeter" for an elevation + + 2008-11-19 + 2009-04-24 + + + recommended + /DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Method or /DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/Method or /DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/Method + + + + Measurement Or Fact + The category of information pertaining to measurements, facts, characteristics, or assertions about a resource (instance of data record, such as Occurrence, Taxon, Location, Event). + + 2009-04-24 + 2014-10-23 + + + + + superseded + + Datasets/Dataset/Units/Unit/MeasurementsOrFacts or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts + + + Measurement or Fact + A measurement of or fact about an rdfs:Resource (http://www.w3.org/2000/01/rdf-schema#Resource). + Resources can be thought of as identifiable records or instances of classes and may include, but need not be limited to Occurrences, Organisms, MaterialSamples, Events, Locations, GeologicalContexts, Identifications, or Taxa. Examples: The weight of an organism in grams. The number of placental scars. + + 2009-04-24 + 2014-10-23 + + + + recommended + + Datasets/Dataset/Units/Unit/MeasurementsOrFacts or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts + + + Measurement Remarks + Comments or notes accompanying the MeasurementOrFact. + Example: "tip of tail missing" + + 2008-11-19 + 2009-04-24 + + + + + recommended + not in ABCD + + + + Measurement Type + The nature of the measurement, fact, characteristic, or assertion. Recommended best practice is to use a controlled vocabulary. + Examples: "tail length", "temperature", "trap line length", "survey area", "trap type" + + 2008-11-19 + 2009-04-24 + + + + + recommended + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter + + + + Measurement Unit + The units associated with the measurementValue. Recommended best practice is to use the International System of Units (SI). + Examples: "mm", "C", "km", "ha" + + 2008-11-19 + 2009-04-24 + + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement + + + + Measurement Value + The value of the measurement, fact, characteristic, or assertion. + Examples: "45", "20", "1", "14.5", "UV-light" + + 2008-11-19 + 2009-04-24 + + + + + recommended + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue + + + + Member + The full name of the lithostratigraphic member from which the cataloged item was collected. + + 2005-07-03 + 2005-07-03 + + superseded + not in ABCD + + + + Member + The full name of the lithostratigraphic member from which the cataloged item was collected. + Examples: "Lava Dam Member", "Hellnmaria Member" + + 2009-04-24 + 2009-07-06 + + + + recommended + not in ABCD + + + + Minimum Depth + The minimum distance in meters below the surface of the water at which the collection was made; all material collected was at least this deep. Positive below the surface, negative above (e.g. collecting above sea level in tidal areas). + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue + + + Minimum Depth In Meters + The minimum distance in meters below the surface of the water at which the collection was made; all material collected was at least this deep. Positive below the surface, negative above (e.g., collecting above sea level in tidal areas). + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue + + + Minimum Depth In Meters + The minimum or actual depth at which the collection or observation was made. Use positive values for locations below the surface. Examples: 0 (for a depth of up to 10m). 50 (for a depth between 50m and 100m). + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue + + + Minimum Depth In Meters + The lesser depth of a range of depth below the local surface, in meters. + Example: "100" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue + + + + Minimum Distance Above Surface In Meters + The lesser distance in a range of distance from a reference surface in the vertical direction, in meters. Use positive values for locations above the surface, negative values for locations below. If depth measures are given, the reference surface is the location given by the depth, otherwise the reference surface is the location given by the elevation. + Example: 1.5 meter sediment core from the bottom of a lake (at depth 20m) at 300m elevation; VerbatimElevation: "300m" MinimumElevationInMeters: "300", MaximumElevationInMeters: "300", VerbatimDepth: "20m", MinimumDepthInMeters: "20", MaximumDepthInMeters: "20", minimumDistanceAboveSurfaceInMeters: "0", maximumDistanceAboveSurfaceInMeters: "-1.5" + + 2008-11-19 + 2009-04-24 + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue + + + + Minimum Elevation + The minimum distance in meters above (positive) or below sea level of the collecting locality. + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue + + + Minimum Elevation In Meters + The minimum distance in meters above (positive) or below sea level of the collecting locality. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue + + + Minimum Elevation In Meters + The minimum or actual elevation at which the collection or observation was made. Use negative values for locations below sea level. Examples: 75 (for an elevation of 100 +- 25 meters). 100 (for an elevation between 100m and 200m). + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue + + + Minimum Elevation In Meters + The lower limit of the range of elevation (altitude, usually above sea level), in meters. + Example: "100" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue + + + + Month + The ordinal month in which the Event occurred. + Examples: "1" (=January), "10" (=October) + + 2008-11-19 + 2009-04-24 + + + + recommended + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + + Month Collected + The month of year the specimen was collected from the field. Possible values range from 01...12 inclusive + + 2003-06-13 + 2003-06-13 + + + superseded + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + Month Collected + The two digit month of year in the Common Era calendar during which the cataloged item was collected from the field. + + 2003-06-17 + 2003-06-17 + + + + superseded + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + Month Identified + The month portion of the date when the Collection Item was identified; as two digits [01..12]. + + 2003-06-13 + 2003-06-13 + + + superseded + accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText + + + Month Identified + The two digit month in the Common Era calendar during which the cataloged item was identified. + + 2003-06-17 + 2003-06-17 + + + + superseded + accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText + + + Municipality + The full, unabbreviated name of the next smaller administrative region than county (city, municipality, etc.) in which the Location occurs. Do not use this term for a nearby named place that does not contain the actual location. + Examples: "Holzminden" + + 2008-11-19 + 2009-08-24 + + + recommended + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + + + + Name According To + The reference to the source in which the specific taxon concept circumscription is defined or implied - traditionally signified by the Latin "sensu" or "sec." (from secundum, meaning "according to"). For taxa that result from identifications, a reference to the keys, monographs, experts and other sources should be given. + Example: "McCranie, J. R., D. B. Wake, and L. D. Wilson. 1996. The taxonomic status of Bolitoglossa schmidti, with comments on the biology of the Mesoamerican salamander Bolitoglossa dofleini (Caudata: Plethodontidae). Carib. J. Sci. 32:395-398.", "Werner Greuter 2008", "Lilljeborg 1861, Upsala Univ. Arsskrift, Math. Naturvet., pp. 4, 5" + + 2008-11-19 + 2009-09-21 + + + + + recommended + not in ABCD + + + + Name According To ID + An identifier for the source in which the specific taxon concept circumscription is defined or implied. See nameAccordingTo. + Example: "doi:10.1016/S0269-915X(97)80026-2" + + 2009-08-24 + 2009-09-21 + + + + recommended + not in ABCD + + + + Name Publication ID + A resolvable globally unique identifier for the original publication of the scientificName. + Example: "http://hdl.handle.net/10199/7" + + 2009-05-18 + 2009-05-18 + + + + superseded + not in ABCD + + + + Name Published In + A full reference to the original publication of the scientificName. + Examples: "Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388", "Forel, Auguste, Diagnosies provisoires de quelques espèces nouvelles de fourmis de Madagascar, récoltées par M. Grandidier., Annales de la Societe Entomologique de Belgique, Comptes-rendus des Seances 30, 1886" + + 2008-11-19 + 2009-04-24 + + + + superseded + DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation + + + + Name Published In + A reference for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode. + Examples: "Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388", "Forel, Auguste, Diagnosies provisoires de quelques espèces nouvelles de fourmis de Madagascar, récoltées par M. Grandidier., Annales de la Societe Entomologique de Belgique, Comptes-rendus des Seances 30, 1886" + + 2008-11-19 + 2009-09-21 + + + + + recommended + DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation + + + + Name Published In ID + An identifier for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode. + Example: "http://hdl.handle.net/10199/7" + + 2009-05-18 + 2009-09-21 + + + + + recommended + not in ABCD + + + + Name Published In Year + The four-digit year in which the scientificName was published. + Examples: "1915", "2008" + + 2011-10-16 + 2011-10-16 + + + recommended + + not in ABCD + + + + Nomenclatural Checklist + A resource describing a nomenclatural checklist. + + 2009-01-23 + 2014-10-23 + + + deprecated + + not in ABCD + + + Nomenclatural Code + The nomenclatural code under which the ScientificName is constructed. Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode" + + 2007-04-17 + 2007-04-17 + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code + + + Nomenclatural Code + The nomenclatural code under which the scientificName is constructed. Recommended best practice is to use a controlled vocabulary. + Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode" + + 2008-11-19 + 2009-04-24 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code + + + + Nomenclatural Code + The nomenclatural code (or codes in the case of an ambiregnal name) under which the scientificName is constructed. Recommended best practice is to use a controlled vocabulary. + Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode", "ICZN; ICBN" + + 2008-11-19 + 2009-09-21 + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code + + + + Nomenclatural Status + The status related to the original publication of the name and its conformance to the relevant rules of nomenclature. It is based essentially on an algorithm according to the business rules of the code. It requires no taxonomic opinion. + Examples: "nom. ambig.", "nom. illeg.", "nom. subnud." + + 2009-01-18 + 2009-04-24 + + + recommended + (DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation) pro parte + + + + Notes + Free text notes attached to the specimen record + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Notes + + + Observed Individual Count + The number of individuals (abundance) found in a collection/record event. + + 2005-07-10 + 2005-07-10 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant + + + Observed Weight + The total biomass found in a collection/record event. Expressed as kg. + + 2005-07-10 + 2005-07-10 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant + + + Occurrence + A resource describing an instance of the Occurrence class. + + 2008-11-19 + 2008-11-19 + + + + superseded + not in ABCD + + + Occurrence + The category of information pertaining to evidence of an occurrence in nature, in a collection, or in a dataset (specimen, observation, etc.). + + 2008-11-19 + 2014-10-23 + + + + superseded + + DataSets/DataSet/Units/Unit + + + Occurrence + A resource describing an instance of the Occurrence class. + + 2008-11-19 + 2014-10-23 + + + + deprecated + + not in ABCD + + + Occurrence + An existence of an Organism (sensu http://rs.tdwg.org/dwc/terms/Organism) at a particular place at a particular time. + Examples: A wolf pack on the shore of Kluane Lake in 1988. A virus in a plant leaf in a the New York Botanical Garden at 15:29 on 2014-10-23. A fungus in Central Park in the summer of 1929. + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit + + + Occurrence Attributes + A list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the Occurrence. + Examples: "Tragus length: 14mm; Weight: 120g", "Height: 1-1.5 meters tall; flowers yellow; uncommon". + + 2008-11-19 + 2009-04-24 + + + + deprecated + DataSets/DataSet/Units/Unit/MeasurementsOrFacts + + + + Occurrence Details + A reference (publication, URI) to the most detailed information available about the Occurrence. + Example: "http://mvzarctos.berkeley.edu/guid/MVZ:Mamm:165861" + + 2008-11-19 + 2011-10-16 + + + + deprecated + + DataSets/DataSet/Units/Unit/RecordURI + + + + Occurrence ID + An identifier for the Occurrence (as opposed to a particular digital record of the occurrence). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the occurrenceID globally unique. + For a specimen in the absence of a bona fide global unique identifier, for example, use the form: "urn:catalog:[institutionCode]:[collectionCode]:[catalogNumber]. Examples: "urn:lsid:nhm.ku.edu:Herps:32", "urn:catalog:FMNH:Mammal:145732" + + 2008-11-19 + 2009-04-24 + + + + + recommended + DataSets/DataSet/Units/Unit/UnitGUID + + + + Occurrence Measurement + The category of information pertaining to measurements accociated with an occurrence. + + 2008-11-19 + 2009-04-24 + + + superseded + Datasets/Dataset/Units/Unit/MeasurementsOrFacts + + + + Occurrence Measurement Accuracy + The description of the error associated with the occurrenceAttributeValue. + Example: "0.01", "normal distribution with variation of 2 m" + + 2009-01-18 + 2009-04-24 + + + + + deprecated + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy + + + + Occurrence Measurement Determined By + The agent responsible for having determined the value of the measurement or characteristic of the occurrence. + Example: "Javier de la Torre" + + 2009-01-23 + 2009-04-24 + + + + + deprecated + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy + + + + Occurrence Measurement Determined Date + The date on which the the measurement or characteristic of the occurrence was made. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). + Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. + + 2009-01-23 + 2009-04-24 + + + + + deprecated + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime + + + + Occurrence Measurement ID + An identifier for the occurrence attribute. May be a global unique identifier or an identifier specific to the data set. + + 2009-03-06 + 2009-04-24 + + + + + deprecated + not in ABCD + + + + Occurrence Measurement Remarks + Comments or notes accompanying the measurement or characteristic of the occurrence. + Example: "tip of tail missing" + + 2008-11-19 + 2009-04-24 + + + deprecated + not in ABCD + + + + Occurrence Measurement Type + The nature of the measurement or characteristic of the occurrence. Recommended best practice is to use a controlled vocabulary. + Example: "tail length" + + 2008-11-19 + 2009-04-24 + + + + deprecated + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter + + + + Occurrence Measurement Unit + The units for the value of the measurement or characteristic of the occurrence. Recommended best practice is to use International System of Units (SI) units. + Example: "mm" + + 2008-11-19 + 2009-04-24 + + + + deprecated + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement + + + + Occurrence Measurement Value + The value of the measurement or characteristic of the occurrence. + Example: "45" + + 2008-11-19 + 2009-04-24 + + + + deprecated + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue + + + + Occurrence Remarks + Comments or notes about the Occurrence. + Example: "found dead on road" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Notes + + + + Occurrence Status + A statement about the presence or absence of a Taxon at a Location. Recommended best practice is to use a controlled vocabulary. + Examples: "present", "absent" + + 2009-09-17 + 2009-09-17 + + + recommended + not in ABCD + + + + Order + The order name of the organism + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo + + + Order + The phylogenetic order to which the cataloged item belongs. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo + + + Order + The name of the order in which the organism is classified. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo + + + Order + The name of the order in which the scientificName is classified. + Example: "Rodentia" + + 2008-11-19 + 2009-04-24 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo + + + + Order + The full scientific name of the order in which the taxon is classified. + Examples: "Carnivora", "Monocleales" + + 2008-11-19 + 2009-08-24 + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo + + + + Organism + A particular organism or defined group of organisms considered to be taxonomically homogeneous. + Instances of the Organism class are intended to facilitate linking of one or more Identification instances to one or more Occurrence instances. Therefore, things that are typically assigned scientific names (such as viruses, hybrids, and lichens) and aggregates whose occurrences are typically recorded (such as packs, clones, and colonies) are included in the scope of this class. + + 2014-10-23 + 2014-10-23 + + + recommended + + not in ABCD + + + Organism ID + An identifier for the Organism instance (as opposed to a particular digital record of the Organism). May be a globally unique identifier or an identifier specific to the data set. + + 2014-10-23 + 2014-10-23 + + + + + recommended + + not in ABCD + + + + Organism Name + A textual name or label assigned to an Organism instance. + Examples: "Huberta", "Boab Prison Tree", "J pod". + + 2014-10-23 + 2014-10-23 + + + recommended + + not in ABCD + + + + Organism Remarks + Comments or notes about the Organism instance. + Example: "One of a litter of six." + + 2014-10-23 + 2014-10-23 + + + recommended + + not in ABCD + + + + Organism Scope + A description of the kind of Organism instance. Can be used to indicate whether the Organism instance represents a discrete organism or if it represents a particular type of aggregation. Recommended best practice is to use a controlled vocabulary. + This term is not intended to be used to specify a type of taxon. To describe the kind of Organism using a URI object in RDF, use rdf:type (http://www.w3.org/1999/02/22-rdf-syntax-ns#type) instead. Examples: "multicellular organism", "virus", "clone" "pack", "colony". + + 2014-10-23 + 2014-10-23 + + + recommended + + not in ABCD + + + + Original Coordinate System + The name of the system in which the original geographic coordinates were recorded (e.g., "decimal degrees", "degrees minutes seconds", "UTM", etc.). + + 2003-06-17 + 2003-06-17 + + + superseded + (partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem + + + Original Name Usage + The taxon name, with authorship and date information if known, as it originally appeared when first established under the rules of the associated nomenclaturalCode. The basionym (botany) or basonym (bacteriology) of the scientificName or the senior/earlier homonym for replaced names. + Examples: "Pinus abies", "Gasterosteus saltatrix Linnaeus 1768" + + 2008-11-19 + 2009-09-21 + + + + recommended + not in ABCD + + + + Original Name Usage ID + An identifier for the name usage (documented meaning of the name according to a source) in which the terminal element of the scientificName was originally established under the rules of the associated nomenclaturalCode. + Example: "http://species.gbif.org/abies_alba_1753" + + 2009-01-21 + 2009-09-21 + + + + + recommended + not in ABCD + + + + Other Catalog Numbers + A list of previous or alternative fully qualified catalog numbers of the cataloged item whether in the current collection or in any other. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText + + + Other Catalog Numbers + A list of previous or alternative fully qualified catalog numbers for the same object or observation, whether in the current collection or in any other. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText + + + Other Catalog Numbers + A list (concatenated and separated) of previous or alternate fully qualified catalog numbers or other human-used identifiers for the same Occurrence, whether in the current or any other data set or collection. + Examples: "FMNH:Mammal:1234", "NPS YELLO6778; MBG 33424" + + 2008-11-19 + 2014-10-23 + + + + superseded + + DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText + + + + Other Catalog Numbers + A list (concatenated and separated) of previous or alternate fully qualified catalog numbers or other human-used identifiers for the same Occurrence, whether in the current or any other data set or collection. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "FMNH:Mammal:1234", "NPS YELLO6778 | MBG 33424". + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText + + + + Owner Institution Code + The name (or acronym) in use by the institution having ownership of the object(s) or information referred to in the record. + Examples: "NPS", "APN", "InBio" + + 2009-08-24 + 2013-10-04 + + + recommended + not in ABCD + + + + Parent Name Usage + The full name, with authorship and date information if known, of the direct, most proximate higher-rank parent taxon (in a classification) of the most specific element of the scientificName. + Examples: "Rubiaceae", "Gruiformes", "Testudinae" + + 2009-08-24 + 2009-09-21 + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + + + + Parent Name Usage ID + An identifier for the name usage (documented meaning of the name according to a source) of the direct, most proximate higher-rank parent taxon (in a classification) of the most specific element of the scientificName. + Example: "8fa58e08-08de-4ac1-b69c-1235340b7001" + + 2009-01-21 + 2009-09-21 + + + + + recommended + not in ABCD + + + + Phylum + The phylum (or division) to which the organism belongs + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum + + + Phylum + The phylogenetic phylum (or division) to which the cataloged item belongs. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum + + + Phylum + The name of the phylum (or division) in which the organism is classified. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum + + + Phylum + The name of the phlyum (or division) in which the scientificName is classified. + Example: "Chordata" + + 2008-11-19 + 2009-04-24 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum + + + + Phylum + The full scientific name of the phylum or division in which the taxon is classified. + Examples: "Chordata" (phylum), "Bryophyta" (division) + + 2008-11-19 + 2009-08-24 + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum + + + + Point Radius Spatial Fit + A measure of how well the circle defined by the coordinates and uncertainty match the original spatial representation, as a ratio of the area of the circle to the area of the original spatial representation. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given georeference does not completely contain the original representation. The PointRadiusSpatialFit is undefined if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the PointRadiusSpatialFit is 1. Detailed explanations with graphical examples can be found in the Guide to Best Practices for Georeferencing (Chapman and Wieczorek, eds. 2006). + + 2007-04-17 + 2007-04-17 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit + + + Point Radius Spatial Fit + The ratio of the area of the point-radius (decimalLatitude, decimalLongitude, coordinateUncertaintyInMeters) to the area of the true (original, or most specific) spatial representation of the Location. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given point-radius does not completely contain the original representation. The pointRadiusSpatialFit is undefined (and should be left blank) if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the pointRadiusSpatialFit is 1. + Detailed explanations with graphical examples can be found in the "Guide to Best Practices for Georeferencing", Chapman and Wieczorek, eds. 2006. + + 2008-11-19 + 2014-10-23 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit + + + + Preparations + A concatenated list of preparations and preservation methods (skin, skull, skeleton, whole animal (ETOH), slide, etc.) for the cataloged item. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText + + + Preparations + A concatenated list of preparations and preservation methods for the object. Examples: "skin", "skull", "skeleton", "whole animal (ETOH)", "tissue (EDTA)". + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText + + + Preparations + A list (concatenated and separated) of preparations and preservation methods for a specimen. + Examples: "skin; skull; skeleton", "whole animal (ETOH); tissue (EDTA)", "fossil", "cast", "photograph", "DNA extract" + + 2008-11-19 + 2014-10-23 + + + + superseded + + DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText + + + + Preparations + A list (concatenated and separated) of preparations and preservation methods for a specimen. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "fossil", "cast", "photograph", "DNA extract", "skin | "skull | skeleton", "whole animal (ETOH) | tissue (EDTA)". + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText + + + + Preparation Type + The type of preparation (skin. slide, etc). Probably best to add this as a record element rather than access point. Should be a list of preparations for a single collection record. + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText + + + Preserved Specimen + A resource describing a preserved specimen. + + 2008-11-19 + 2008-11-19 + + + + superseded + RecordBasisEnum/PreservedSpecimen + + + Preserved Specimen + A resource describing a preserved specimen. + + 2008-11-19 + 2014-10-23 + + + + deprecated + + RecordBasisEnum/PreservedSpecimen + + + Preserved Specimen + A specimen that has been preserved. + + 2014-10-23 + 2014-10-23 + + + + recommended + + RecordBasisEnum/PreservedSpecimen + + + Previous Catalog Number + The previous (fully qualified) catalog number of the Cataloged Item if the item earlier identified by another Catalog Number, either in the current catalog or another Institution / catalog. A fully qualified Catalog Number is preceded by Institution Code and Collection Code, with a space separating the each subelement. Referencing a previous Catalog Number does not imply that a record for the referenced item is or is not present in the corresponding catalog, or even that the referenced catalog still exists. This access point is intended to provide a way to retrieve this record by previously used identifier, which may used in the literature. In future versions of this schema this attribute should be set-valued. + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText + + + Previous Identifications + A list (concatenated and separated) of previous ScientificNames to which the sample was identified. + Example: "Anthus correndera". + + 2008-11-19 + 2008-11-19 + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false + + + + Previous Identifications + A list (concatenated and separated) of previous assignments of names to the subject. + Example: "Anthus sp., field ID by G. Iglesias; Anthus correndera, expert ID by C. Cicero 2009-02-12 based on morphology" + + 2008-11-19 + 2009-04-24 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false + + + + Previous Identifications + A list (concatenated and separated) of previous assignments of names to the Occurrence. + Example: "Anthus sp., field ID by G. Iglesias; Anthus correndera, expert ID by C. Cicero 2009-02-12 based on morphology" + + 2008-11-19 + 2009-05-18 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false + + + + Previous Identifications + A list (concatenated and separated) of previous assignments of names to the Organism. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Chalepidae", "Pinus abies", "Anthus sp., field ID by G. Iglesias | Anthus correndera, expert ID by C. Cicero 2009-02-12 based on morphology". + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false + + + + Recorded By + A list (concatenated and separated) of names of people, groups, or organizations responsible for recording the original Occurrence. The primary collector or observer, especially one who applies a personal identifier (recordNumber), should be listed first. + Example: "Oliver P. Pearson; Anita K. Pearson" where the value in recordNumber "OPP 7101" corresponds to the number for the specimen in the field catalog (collector number) of Oliver P. Pearson. + + 2008-11-19 + 2014-10-23 + + + + + superseded + + DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText + + + + Recorded By + A list (concatenated and separated) of names of people, groups, or organizations responsible for recording the original Occurrence. The primary collector or observer, especially one who applies a personal identifier (recordNumber), should be listed first. + The recommended best practice is to separate the values with a vertical bar (' | '). The primary collector or observer, especially one who applies a personal identifier (recordNumber), should be listed first. Examples: "José E. Crespo", "Oliver P. Pearson | Anita K. Pearson" where the value in recordNumber "OPP 7101" corresponds to the number for the specimen in the field catalog (collector number) of Oliver P. Pearson. + + 2008-11-19 + 2014-10-23 + + + + + recommended + + DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText + + + + Record Number + An identifier given to the Occurrence at the time it was recorded. Often serves as a link between field notes and an Occurrence record, such as a specimen collector's number. + Example: "OPP 7101" + + 2008-11-19 + 2009-05-18 + + + + recommended + DataSets/DataSet/Units/Unit/CollectorsFieldNumber + + + + Record URL + Gives the web address of the page where more information on this particular record (not on the whole dataset) can be found. + + 2005-07-10 + 2005-07-10 + + + superseded + DataSets/DataSet/Units/Unit/RecordURI + + + Related Basis of Record + The nature of the related resource. Recommended best practice is to use the same controlled vocabulary as for basisOfRecord. + Example: "PreservedSpecimen" + + 2008-11-19 + 2009-01-26 + + + deprecated + not in ABCD + + + + Related Cataloged Items + The fully qualified identifier (Institution Code + " " + Collection Code + " " + Catalog Number) of the related Cataloged Item, preceded by the nature of the relationship (e.g., (sibling of) MVZ Mamm 1234). + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID + + + Related Cataloged Items + One or more GlobalUniqueIdentifiers (cf. http://wiki.tdwg.org/twiki/bin/view/DarwinCore/GlobalUniqueIdentifier ) of related objects or observations, optionally preceded by the nature of the relationship. Examples: "(sibling of) URN:catalog:MVZ:Mammal:1234", "(endoparasite of) URN:catalog:FMNH:Bird:41321", "(sheet 2 of 2) URN:WTU:VascularPlants:353087". + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID + + + Related Cataloged Item + The fully qualified identifier of a related Catalog Item (a reference to another specimen); Institution Code, Collection Code, and Catalog Number of the related Cataloged Item, where a space separates the three subelements. + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID + + + Related Information + Free text references to information not delivered via the conceptual schema, including URLs to specimen details, publications, bibliographic references, etc. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/RecordURI + + + Related Resource ID + An identifier for a related resource (the object, rather than the subject of the relationship). + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID + + + + Related Resource Type + The type of the related resource. Recommended best practice is to use a controlled vocabulary. + Examples: "StillImage", "MovingImage", "Sound", PhysicalObject", "PreservedSpecimen", FossilSpecimen", LivingSpecimen", "HumanObservation", "MachineObservation", "Location", "Taxonomy", "NomeclaturalChecklist", "Publication" + + 2008-11-19 + 2009-04-24 + + + deprecated + not in ABCD + + + + Relationship According To + The source (person, organization, publication, reference) establishing the relationship between the two resources. + Example: "Julie Woodruff" + + 2009-04-24 + 2009-04-24 + + + + recommended + not in ABCD + + + + Relationship Established Date + The date-time on which the relationship between the two resources was established. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E). + Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. + + 2009-04-24 + 2009-04-24 + + + + recommended + not in ABCD + + + + Relationship Of Resource + The relationship of the resource identified by relatedResourceID to the subject (optionally identified by the resourceID). Recommended best practice is to use a controlled vocabulary. + Examples: "duplicate of", "mother of", "endoparasite of", "host to", "sibling of", "valid synonym of", "located within" + + 2008-11-19 + 2009-04-24 + + + recommended + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType + + + + Relationship Remarks + Comments or notes about the relationship between the two resources. + Examples: "mother and offspring collected from the same nest", "pollinator captured in the act" + + 2008-11-19 + 2009-04-24 + + + recommended + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/Comments + + + + Relationship Type + A named or coded valued that identifies the kind relationship between this Collection Item and the referenced Collection Item. Named values include: "parasite of", "epiphyte on", "progeny of", etc. In future versions of this schema this attribute should be set-valued. + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType + + + Remarks + Free text comments accompanying the cataloged item record. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Notes + + + Remarks + Free text comments accompanying the object or observation record. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Notes + + + Reproductive Condition + The reproductive condition of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary. + Examples" "non-reproductive", "pregnant", "in bloom", "fruit-bearing" + + 2008-11-19 + 2009-04-24 + + + recommended + not in ABCD + + + + Resource ID + An identifier for the resource that is the subject of the relationship. + + 2009-04-24 + 2009-04-24 + + + + recommended + not in ABCD + + + + Resource Relationship + The category of information pertaining to relationships between resources (instances of data records, such as Occurrences, Taxa, Locations, Events). + Resources can be thought of as identifiable records and may include, but need not be limited to Occurrences, Locations, Events, Identifications, or Taxon records. + + 2008-11-19 + 2014-10-23 + + + superseded + + DataSets/DataSet/Units/Unit/Associations + + + Resource Relationship + A relationship of one rdfs:Resource (http://www.w3.org/2000/01/rdf-schema#Resource) to another. + Resources can be thought of as identifiable records or instances of classes and may include, but need not be limited to Occurrences, Organisms, MaterialSamples, Events, Locations, GeologicalContexts, Identifications, or Taxa. Example: An instance of an Organism is the mother of another instance of an Organism. + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/Associations + + + Resource Relationship ID + An identifier for an instance of relationship between one resource (the subject) and another (relatedResource, the object). + + 2009-01-26 + 2009-04-24 + + + + recommended + not in ABCD + + + + Sample + Container class for information about the results of a sampling event (specimen, observation, etc.) + + 2008-11-19 + 2008-11-19 + + + superseded + DataSets/DataSet/Units/Unit + + + Sample Attribute + Container class for information about attributes related to a given sample. + + 2008-11-19 + 2008-11-19 + + + superseded + Datasets/Dataset/Units/Unit/MeasurementsOrFacts + + + Sample Attribute Accuracy + The description of the error associated with the SampleAttributeValue. + Example: "0.01", "normal distribution with variation of 2 m" + + 2009-01-18 + 2009-01-18 + + + + superseded + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy + + + + Sample Attribute Determined By + The agent responsible for having determined the value of the measurement or characteristic of the sample. + Example: "Javier de la Torre" + + 2009-01-23 + 2009-01-23 + + + + superseded + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy + + + + Sample Attribute Determined Date + The date on which the the measurement or characteristic of the sample was made. + Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF]. + + 2009-01-23 + 2009-01-23 + + + + superseded + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime + + + + Sample Attribute Remarks + Comments or notes accompanying the measurement or characteristic of the sample. + Example: "tip of tail missing" + + 2008-11-19 + 2008-11-19 + + + superseded + not in ABCD + + + + Sample Attribute Unit + The units for the value of the measurement or characteristic of the sample. Recommended best practice is to use International System of Units (SI) units. + Example: "mm" + + 2008-11-19 + 2008-11-19 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement + + + + Sample Attribute Value + The value of the measurement or characteristic of the sample. + Example: "45" + + 2008-11-19 + 2008-11-19 + + + superseded + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue + + + + Sample Remarks + Comments or notes about the sample or record. + Example: "found dead on road" + + 2008-11-19 + 2009-01-18 + + + + superseded + DataSets/DataSet/Units/Unit/Notes + + + + Sample Size + The size of the sample from which the collection/observation was drawn. It can be a volume (e.g. for a phytoplankton sample), a linear distance (e.g. for a visual transect or net haul), a surface area (e.g. for a benthic core), etc. This field must also include the units, e.g. 200 mfor a transect, or 0.25 m^2 for a benthic grab (use ^ to denote a superscript). Note that When multiple collections/observations are reported from the same physical sample, a code identifying the sample can be placed in the Field_Number field to allow all collections/observations from a single sample to be connected. + + 2005-07-10 + 2005-07-10 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant + + + Sample Attribute ID + An identifier for the sampling attribute. May be a global unique identifier or an identifier specific to the data set. + + 2008-11-19 + 2008-11-19 + + + + superseded + not in ABCD + + + + Sample Attribute Type + The nature of the measurement or characteristic of the sample. Recommended best practice is to use a controlled vocabulary. + Example: "tail length" + + 2008-11-19 + 2008-11-19 + + + + + superseded + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter + + + + Sampling Effort + The amount of effort expended during an Event. + Examples: "40 trap-nights", "10 observer-hours; 10 km by foot; 30 km by car" + + 2009-08-24 + 2009-08-24 + + + recommended + not in ABCD + + + + Sampling Event + Container class for information about the conditions and methods of acquisition of samples. + + 2008-11-19 + 2008-11-19 + + + superseded + DataSets/DataSet/Units/Unit/Gathering + + + Sampling Event Attributes + A list (concatenated and separated) of additional measurements or characteristics of the sampling event. + Example: "Relative humidity: 28 %; Temperature: 22 C; Sample size: 10 kg" + + 2008-11-19 + 2008-11-19 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts + + + + Sampling Event ID + An identifier for the sampling event. May be a global unique identifier or an identifier specific to the data set. + + 2008-11-19 + 2008-11-19 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Code + + + + Sampling Event Remarks + Comments or notes about the sampling event. + Example: "found dead on road" + + 2009-01-18 + 2009-01-18 + + + superseded + not in ABCD + + + + Sampling Location + Container class for information about the location where a sampling event occurred. + + 2008-11-19 + 2008-11-19 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/LocalityText + + + Sampling Location ID + An identifier for the sampling location. May be a global unique identifier or an identifier specific to the data set. + Example: "MVZ:LocID:12345" + + 2008-11-19 + 2008-11-19 + + + + superseded + not in ABCD + + + + Sampling Location Remarks + Comments or notes about the sampling location. + Example: "under water since 2005" + + 2009-01-18 + 2009-01-18 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/AreaDetail + + + + Sampling Protocol + The name of, reference to, or description of the method or protocol used during an Event. + Examples: "UV light trap", "mist net", "bottom trawl", "ad hoc observation", "point count", "Penguins from space: faecal stains reveal the location of emperor penguin colonies, http://dx.doi.org/10.1111/j.1466-8238.2009.00467.x", "Takats et al. 2001. Guidelines for Nocturnal Owl Monitoring in North America. Beaverhill Bird Observatory and Bird Studies Canada, Edmonton, Alberta. 32 pp.", "http://www.bsc-eoc.org/download/Owl.pdf" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Method + + + + Scientific Name + The full name of lowest level taxon the Cataloged Item can be identified as a member of; includes genus name, specific epithet, and subspecific epithet (zool.) or infraspecific rank abbreviation, and infraspecific epithet (bot.) Use name of suprageneric taxon (e.g., family name) if Cataloged Item cannot be identified to genus, species, or infraspecific taxon. + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString + + + Scientific Name + The full name of lowest level taxon to which the cataloged item can be identified (e.g., genus name, specific epithet, subspecific epithet, etc.). + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString + + + Scientific Name + The full name of the lowest level taxon to which the organism has been identified in the most recent accepted determination, specified as precisely as possible, including name-author, year or authorship, sensu or sec. (according to or following) author, and indication of uncertainty. Conceptually equivalent to a full taxonomic identification as given by the identifier (verbatim). Does not include the identifier name or date of identification. Examples: "Coleoptera" (an Order), "Vespertilionidae" (a Family), "Manis" (a Genus), "Ctenomys sociabilis" (Genus + SpecificEpithet), "Ambystoma tigrinum diaboli" (Genus + SpecificEpithet + SubspecificEpithet), "Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell" (Genus + SpecificEpithet + InfraspecificRank + InfraspecificEpithet + AuthorYearOfScientificName). + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString + + + Scientific Name + The taxon name (with date and authorship information if applicable). When forming part of an Identification, this should be the name in lowest level taxonomic rank that can be determined. This term should not contain identification qualifications, which should instead be supplied in the IdentificationQualifier term. + Examples: "Coleoptera" (order), "Vespertilionidae" (family), "Manis" (genus), "Ctenomys sociabilis" (genus + specificEpithet), "Ambystoma tigrinum diaboli" (genus + specificEpithet + infraspecificEpithet), "Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell" (genus + specificEpithet + taxonRank + infraspecificEpithet + scientificNameAuthorship) + + 2008-11-19 + 2009-04-24 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString + + + + Scientific Name + The full scientific name, with authorship and date information if known. When forming part of an Identification, this should be the name in lowest level taxonomic rank that can be determined. This term should not contain identification qualifications, which should instead be supplied in the IdentificationQualifier term. + Examples: "Coleoptera" (order), "Vespertilionidae" (family), "Manis" (genus), "Ctenomys sociabilis" (genus + specificEpithet), "Ambystoma tigrinum diaboli" (genus + specificEpithet + infraspecificEpithet), "Roptrocerus typographi (Györfi, 1952)" (genus + specificEpithet + scientificNameAuthorship), "Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell" (genus + specificEpithet + taxonRank + infraspecificEpithet + scientificNameAuthorship) + + 2008-11-19 + 2009-09-21 + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString + + + + Scientific Name Author + The author of a scientific name. Author string as applied to the accepted name. Can be more than one author (concatenated string). Should be formatted according to the conventions of the applicable taxonomic discipline. + + 2003-06-13 + 2003-06-13 + + + superseded + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/ParentheticalAuthorTeamAndYear + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/AuthorTeamAndYear} or {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeamParenthesis + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeam} or {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamOriginalAndYear + [= or] DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamParenthesisAndYear} + + + Scientific Name Author + The author of the ScientificName. Can be more than one author in a concatenated string. Should be formatted according to the conventions of the applicable taxonomic discipline. + + 2003-06-17 + 2003-06-17 + + + + superseded + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/ParentheticalAuthorTeamAndYear + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/AuthorTeamAndYear} or {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeamParenthesis + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeam} or {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamOriginalAndYear + [= or] DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamParenthesisAndYear} + + + Scientific Name Authorship + The authorship information for the scientificName formatted according to the conventions of the applicable nomenclaturalCode. + Example: "(Torr.) J.T. Howell", "(Martinovský) Tzvelev", "(Györfi, 1952)" + + 2008-11-19 + 2009-04-24 + + + + recommended + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/ParentheticalAuthorTeamAndYear + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/AuthorTeamAndYear} or {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeamParenthesis + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeam} or {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamOriginalAndYear + [= or] DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamParenthesisAndYear} + + + + Scientific Name ID + A unique identifier for the scientificName. + + 2008-11-19 + 2009-07-06 + + + + + superseded + not in ABCD + + + + Scientific Name ID + An identifier for the nomenclatural (not taxonomic) details of a scientific name. + Example: "urn:lsid:ipni.org:names:37829-1:1.3" + + 2008-11-19 + 2009-08-24 + + + + + recommended + not in ABCD + + + + Scientific Name Rank + The taxonomic rank of the most specific name in the scientificName. Recommended best practice is to use a controlled vocabulary. + Examples: "subsp.", "var.", "forma", "species", "genus" + + 2008-11-19 + 2009-07-06 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank + + + + Sex + The sex of a specimen. The domain should be a controlled set of terms (codes) based on community consensus. Proposed values: M=Male; F=Female; H=Hermaphrodite; I=Indeterminate (examined but could not be determined; U=Unkown (not examined); T=Transitional (between sexes; useful for sequential hermaphrodites) + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Sex + + + Sex + The sex of a cataloged item (e.g., male, female, hermaphrodite, gynandromorph, not recorded, indeterminate, transitional - between sexes, for sequential hermaphrodites). + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Sex + + + Sex + The sex of the biological individual represented by the cataloged object or observation. Examples: "male", "female", "hermaphrodite", "gynandromorph", "monoecious", "dioecious", "not recorded", "indeterminate", "transitional". + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Sex + + + Sex + The sex of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary. + Examples: "female", "hermaphrodite", "8 males, 4 females" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Sex + + + + source material identifiers + A unique identifier assigned to a material sample (as defined by http://rs.tdwg.org/dwc/terms/MaterialSampleID, and as opposed to a particular digital record of a material sample) used for extracting nucleic acids, and subsequent sequencing. The identifier can refer either to the original material collected or to any derived sub-samples. The INSDC qualifiers /specimen_voucher, /bio_material, or /culture_collection provide additional context and suggested syntax for this identifier for data submitted to INSDC databases. + + 2013-05-25 + 2011-01-26 + + + deprecated + not in ABCD + + + + Source + Indicates who gave the record to the data provider. Can indicate a literature citation, an electronic dataset, etc. Is used to provide credit. + + 2005-07-10 + 2005-07-10 + + + superseded + DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text + + + Species + The specific epithet of the organism + + 2003-06-13 + 2003-06-13 + + + superseded + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SpeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/FirstEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SpeciesEpithet} + + + Species + The phylogenetic specific epithet of the cataloged item. + + 2003-06-17 + 2003-06-17 + + + + superseded + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SpeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/FirstEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SpeciesEpithet} + + + Specific Epithet + The specific epithet of the scientific name applied to the organism. + + 2007-04-17 + 2007-04-17 + + + + superseded + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SpeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/FirstEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SpeciesEpithet} + + + Specific Epithet + The name of the first or species epithet of the scientificName. + Examples: "concolor", "gottschei" + + 2008-11-19 + 2009-04-24 + + + + recommended + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SpeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/FirstEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SpeciesEpithet} + + + + Start End Coordinate Precision + An estimate of how tightly the locality was specified in the Start/End Latitude and Longitude fields; expressed as a distance, in meters, that corresponds to a radius around the latitude-longitude coordinates. Use NULL where precision is unknown, cannot be estimated, or is not applicable. + + 2005-07-10 + 2005-07-10 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/CoordinateErrorDistanceInMeters + + + Start Day Collected + For samples/observations/record events that were taken over time this gives the start day of the collecting event. Possible value ranges from 01..31 inclusive. + + 2005-07-10 + 2005-07-10 + + + superseded + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + Start Day Of Year + The earliest ordinal day of the year on which the Event occurred (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366). + Examples: "1" (=1 Jan), "366" (=31 Dec), "365" (=30 Dec in a leap year, 31 Dec in a non-leap year) + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin + + + + Start Julian Day + For samples/observations/record events that were taken over time this gives the start ordinal day of the year for the collecting event; i.e., the number of days since January 1 of the same year. (January 1 is Julian Day 1.). Should be an integer from one to 365, i.e. of the form (([0-3][0-9][0-9)|([0-9][0-9)|([1-9])). + + 2005-07-10 + 2005-07-10 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin + + + Start Latitude + For samples/observations/record events better represented as line features rather than point features (e.g. extended trawls or transects) this indicates the starting latitude location from which the specimen was collected or in which the sample/observation/record event occurred. This value should be expressed in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/). + + 2005-07-10 + 2005-07-10 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal with attribute "begin" set to true + + + Start Longitude + For samples/observations/record events better represented as line features rather than point features (e.g. extended trawls or transects) this indicates the starting longitude location from which the specimen was collected. Express in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/). + + 2005-07-10 + 2005-07-10 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal with attribute "begin" set to true + + + Start Month Collected + For samples/observations/record events that were taken over time this gives the start month of the collecting event. Possible values range from 01...12 inclusive. + + 2005-07-10 + 2005-07-10 + + + superseded + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + Start Time of Day + The time of day when the sampling event began, expressed as decimal hours from midnight local time. Examples: 0 = midnight, 12.0 = mid-day, 13.5 = 13:30 + + 2005-07-10 + 2005-07-10 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin + + + Start Time of Day + The time of day when the event began, expressed as decimal hours from midnight, local time. + Examples: "12.0" (= noon), "13.5" (= 1:30pm) + + 2008-11-19 + 2009-04-24 + + + + deprecated + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + + Start Year Collected + For samples/observations/record events that were taken over time this gives the start year of the collecting event. The full year should be expressed (e.g. 1972 must be expressed as "1972" not "72"). Must always be a four digit integer. + + 2005-07-10 + 2005-07-10 + + + superseded + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + State Province + The state, province or region (i.e. next political region smaller than Country) from which the specimen was collected. There is some suggestion to use the values described in ISO 3166-2 (http://www.iso.ch/cate/d8349.html), however these values are in a continual state of flux and it appears unlikely that an appropriate mechanism (by ISO) will be in place to manage these changes. Hence it is recommended that where possible, the full, unabbreviated name should be used for storing information. The server should optionally handle abbreviations as an access point. Note: this is a recurring theme (country and state) abbreviations. Check the existence of an attribute type to deal with abbreviations from the bib-1 profile + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.) + + + State Province + The full, unabbreviated name of the state, province, or region (i.e., the next smaller political region than Country) from which the cataloged item was collected. + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.) + + + State Province + The full, unabbreviated name of the state, province, or region (i.e., the next smaller political region than Country) in which the organism was collected or observed. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.) + + + State Province + The name of the next smaller administrative region than country (state, province, canton, department, region, etc.) in which the Location occurs. + Examples: "Montana", "Minas Gerais", "Córdoba" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.) + + + + Subgenus + The name of the subgenus in which the identified name is classified. + + 2005-07-10 + 2005-07-10 + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus + + + Subgenus + The name of the subgenus in which the scientificName is classified. + Example: "Strobus" subgenus of Pinus + + 2008-11-19 + 2009-04-24 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus + + + + Subgenus + The full scientific name of the subgenus in which the taxon is classified. Values should include the genus to avoid homonym confusion. + Examples: "Strobus (Pinus)", "Puma (Puma)" "Loligo (Amerigo)", "Hieracium subgen. Pilosella" + + 2008-11-19 + 2009-08-24 + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus + + + + Subspecies + The sub-specific epithet of the organism + + 2003-06-13 + 2003-06-13 + + + superseded + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/SecondEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SubspeciesEpithet} + + + Subspecies + The phylogenetic subspecific epithet of the cataloged item. + + 2003-06-17 + 2003-06-17 + + + + superseded + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/SecondEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SubspeciesEpithet} + + + Taxon + The category of information pertaining to taxonomic names or concepts. + + 2008-11-19 + 2008-11-19 + + + superseded + no simple equivalent in ABCD + + + Taxon + A resource describing an instance of the Taxon class. + + 2009-01-23 + 2014-10-23 + + + deprecated + + not in ABCD + + + Taxon + The category of information pertaining to taxonomic names, taxon name usages, or taxon concepts. + + 2008-11-19 + 2014-10-23 + + + + superseded + + no simple equivalent in ABCD + + + Taxon + A group of organisms (sensu http://purl.obolibrary.org/obo/OBI_0100026) considered by taxonomists to form a homogeneous unit. + Example: The genus Truncorotaloides as published by Brönnimann et al. in 1953 in the Journal of Paleontology Vol. 27(6) p. 817-820. + + 2008-11-19 + 2014-10-23 + + + + recommended + + no simple equivalent in ABCD + + + Taxon According To + Information about the authorship of this taxon concept which uses the scientificName in their sense (secundum, sensu). Could be a publication (identification key), institution or team of individuals. + + 2008-11-19 + 2009-04-24 + + + + superseded + not in ABCD + + + + Taxon Attributes + A list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the taxon. + Example: "iucnstatus=vulnerable; distribution=Neuquen, Argentina" + + 2009-04-24 + 2009-04-24 + + + deprecated + DataSets/DataSet/Units/Unit/Identifications/Identification/Result/TaxonIdentified/InformalNameString + + + + Taxon Concept ID + A unique identifier for the taxon concept (a circumscription of a taxonName). + + 2009-04-24 + 2009-04-24 + + + + deprecated + not in ABCD + + + + Taxon Concept ID + An identifier for the taxonomic concept to which the record refers - not for the nomenclatural details of a taxon. + Example: "8fa58e08-08de-4ac1-b69c-1235340b7001" + + 2009-04-24 + 2009-09-21 + + + + + recommended + not in ABCD + + + + Taxon ID + A global unique identifier for the taxon (name in a classification). + + 2008-11-19 + 2008-11-19 + + + + superseded + not in ABCD + + + + Taxon ID + An identifier for the set of taxon information (data associated with the Taxon class). May be a global unique identifier or an identifier specific to the data set. + Examples: "8fa58e08-08de-4ac1-b69c-1235340b7001", "32567", "http://species.gbif.org/abies_alba_1753", "urn:lsid:gbif.org:usages:32567" + + 2008-11-19 + 2009-08-24 + + + + + recommended + not in ABCD + + + + Taxon Name ID + A unique identifier for the scientificName. + + 2008-11-19 + 2009-04-24 + + + + + superseded + not in ABCD + + + + Taxonomic Status + The status of the use of the scientificName as a label for a taxon. Requires taxonomic opinion to define the scope of a taxon. Rules of priority then are used to define the taxonomic status of the nomenclature contained in that scope, combined with the experts opinion. It must be linked to a specific taxonomic reference that defines the concept. Recommended best practice is to use a controlled vocabulary. + Examples: "invalid", "misapplied", "homotypic synonym", "accepted" + + 2008-11-19 + 2009-04-24 + + + recommended + not in ABCD + + + + Taxon Rank + The taxonomic rank of the most specific name in the scientificName. Recommended best practice is to use a controlled vocabulary. + Examples: "subsp.", "var.", "forma", "species", "genus". + + 2008-11-19 + 2009-04-24 + + + + superseded + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank + + + + Taxon Rank + The taxonomic rank of the most specific name in the scientificName. Recommended best practice is to use a controlled vocabulary. + Examples: "subspecies", "varietas", "forma", "species", "genus" + + 2008-11-19 + 2009-09-21 + + + + recommended + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank + + + + Taxon Remarks + Comments or notes about the taxon. + Example: "this name is a misspelling in common use" + + 2008-11-19 + 2009-04-24 + + + superseded + not in ABCD + + + + Taxon Remarks + Comments or notes about the taxon or name. + Example: "this name is a misspelling in common use" + + 2008-11-19 + 2009-08-24 + + + + recommended + not in ABCD + + + + Temperature + The temperature recorded with the collection/record event. Is assumed to be taken at the collection depth. Expressed in degrees Celsius. + + 2005-07-10 + 2005-07-10 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant + + + Time Collected + The time of day the cataloged item was collected, expressed as decimal hours from midnight, local time (e.g., 12.0 = noon, 13.5 = 1:30pm). + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin + + + Time of Day + The time of day a specimen was collected expressed as decimal hours from midnight local time (e.g. 12.0 = mid day, 13.5 = 1:30pm) + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin + + + Time Zone + Indicates the time zone for the Time of Day measurements. + + 2005-07-10 + 2005-07-10 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeZone + + + Tissues + A concatenated list of tissues and preservation methods (whole (frozen), liver (EDTA), etc.) for the cataloged item. + + 2003-06-17 + 2003-06-17 + + + superseded + DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText + + + Type Status + Indicates the kind of nomenclatural type that a specimen represents. (This is incomplete because type status actually describes the relationship between a name and a specimen [or ternary relatiohnship between a specimen, name, and publication].) In particular, the type status may not apply to the name listed in the scientific name, i.e., current identification. In rare cases, a single specimen may be the type of more than one name. + + 2003-06-13 + 2003-06-13 + + + superseded + DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText + + + Type Status + A list of one or more nomenclatural types that the cataloged item represents (e.g., "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388."). + + 2003-06-17 + 2003-06-17 + + + + superseded + DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText + + + Type Status + A list of one or more nomenclatural types (including type status and typified taxonomic name) represented by the object. Example: "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388". + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText + + + Type Status + A list (concatenated and separated) of nomenclatural types (type status, typified scientific name, publication) applied to the subject. + Example: "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388" + + 2008-11-19 + 2014-10-23 + + + + superseded + + DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText + + + + Type Status + A list (concatenated and separated) of nomenclatural types (type status, typified scientific name, publication) applied to the subject. + The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388", "holotype of Pinus abies | holotype of Picea abies". + + 2008-11-19 + 2014-10-23 + + + + recommended + + DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText + + + + Valid Distribution Flag + A flag ("true" or "false") that indicates whether the locality information represents a valid distribution occurrence for a specimen. Specimens taken from captivity and showing the captive location should use the value "false". + + 2007-04-17 + 2007-04-17 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/ValidDistributionFlag + + + Verbatim Collecting Date + The verbatim original representation of the date information for the collecting event. + + 2003-06-17 + 2003-06-17 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText + + + Verbatim Collecting Date + The verbatim original representation of the date (and time) information for the collecting event. Example: "spring 1910". + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText + + + Verbatim Coordinates + A text representation of the coordinate data (Latitude/ Longitude, UTM, TRS, etc.) from its original source if it cannot be separated into its component parts. Example: "470999 1234300". + + 2007-04-17 + 2007-04-17 + + + superseded + {DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText} + + + Verbatim Coordinates + The verbatim original spatial coordinates of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem. + Examples: "41 05 54S 121 05 34W", "17T 630000 4833400" + + 2008-11-19 + 2009-07-06 + + + + recommended + {DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText} + + + + Verbatim Coordinate System + The name of the system in which the verbatim geographic coordinates were recorded. Examples: "decimal degrees", "degrees minutes seconds", "degrees decimal minutes", "UTM" + + 2007-04-17 + 2007-04-17 + + + + superseded + (partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem + + + Verbatim Coordinate System + The spatial coordinate system for the verbatimLatitude and verbatimLongitude or the verbatimCoordinates of the Location. Recommended best practice is to use a controlled vocabulary. + Examples: "decimal degrees", "degrees decimal minutes", "degrees minutes seconds", "UTM" + + 2008-11-19 + 2009-07-06 + + + + recommended + (partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem + + + + Verbatim Depth + A text representation of the Depth in its original format in the source database. + + 2003-06-17 + 2003-06-17 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText + + + Verbatim Depth + A text representation of the depth in its original format in the source database. Example: "100 to 200 ft below sea level". + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText + + + Verbatim Depth + The original description of the depth below the local surface. + Example: "100-200 m" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText + + + + Verbatim Elevation + A text representation of the Elevation in its original format in the source database. + + 2003-06-17 + 2003-06-17 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText + + + Verbatim Elevation + A text representation of the altitude in its original format in the source database. Example: "1000+- meters". + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText + + + Verbatim Elevation + The original description of the elevation (altitude, usually above sea level) of the Location. + Example: "100-200 m" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText + + + + Verbatim EventDate + The verbatim original representation of the date and time information for an Event. + Examples: "spring 1910", "Marzo 2002", "1999-03-XX", "17IV1934" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText + + + + Verbatim Latitude + A text representation of the Latitude data in its original format in the source database. + + 2003-06-17 + 2003-06-17 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude + + + Verbatim Latitude + A text representation of the Latitude part of the coordinate data from its original source. Example: 47d09'99"N + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude + + + Verbatim Latitude + The verbatim original latitude of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem. + Example: "41 05 54.03S" + + 2008-11-19 + 2009-07-06 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude + + + + Verbatim Locality + The original textual description of the place. + Example: "25 km NNE Bariloche por R. Nac. 237" + + 2008-11-19 + 2009-04-24 + + + recommended + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + + + + Verbatim Longitude + A text representation of the Longitude data in its original format in the source database. + + 2003-06-17 + 2003-06-17 + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude + + + Verbatim Longitude + A text representation of the Longitude part of the coordinate data from its original source. Example: -122.43254 + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude + + + Verbatim Longitude + The verbatim original longitude of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem. + Example: "121d 10' 34" W" + + 2008-11-19 + 2009-07-06 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude + + + + Verbatim Taxon Rank + The taxonomic rank of the most specific name in the scientificName as it appears in the original record. + Examples: "Agamospecies", "sub-lesus", "prole", "apomict", "nothogrex", "sp.", "subsp.", "var." + + 2009-07-06 + 2009-09-21 + + + + recommended + not in ABCD + + + + Verbatim Scientific Name Rank + The taxonomic rank of the most specific name in the scientificName as it appears in the original record. + Examples: "Agamospecies", "sub-lesus", "prole", "apomict", "nothogrex". + + 2009-07-06 + 2009-07-06 + + + superseded + not in ABCD + + + + Verbatim SRS + The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which coordinates given in verbatimLatitude and verbatimLongitude, or verbatimCoordinates are based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value "unknown". + Examples: "EPSG:4326", "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866" + + 2009-07-06 + 2009-07-06 + + + recommended + not in ABCD + + + + Vernacular Name + A common or vernacular name. + Examples: "Andean Condor", "Condor Andino", "American Eagle", "Gänsegeier" + + 2009-07-06 + 2009-07-06 + + + recommended + not in ABCD + + + + Water Body + The full, unabbreviated name of the body of water in or over which the organism was collected or observed. + + 2007-04-17 + 2007-04-17 + + + + superseded + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body + + + Water Body + The name of the water body in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names. + Examples: "Indian Ocean", "Baltic Sea", "Hudson River" + + 2008-11-19 + 2009-04-24 + + + + recommended + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body + + + + Year + The four-digit year in which the Event occurred, according to the Common Era Calendar. + Example: "2008" + + 2008-11-19 + 2009-04-24 + + + + recommended + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + + Year Collected + The year (expressed as an integer) in which the specimen was collected. The full year should be expressed (e.g. 1972 must be expressed as "1972" not "72"). Must always be a four digit integer [-9999..9999] + + 2003-06-13 + 2003-06-13 + + + superseded + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + Year Collected + The four digit year in the Common Era calendar in which the cataloged item was collected. + + 2003-06-17 + 2003-06-17 + + + + superseded + accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin + + + Year Identified + The year portion of the date when the Collection Item was identified; as four digits [-9999..9999], e.g., 1906, 2002. + + 2003-06-13 + 2003-06-13 + + + superseded + accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText + + + Year Identified + The four digit year in the Common Era calendar in which the cataloged item was identified as having the ScientificName. + + 2003-06-17 + 2003-06-17 + + + + superseded + accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText + + + \ No newline at end of file diff --git a/rdf/human.css b/rdf/human.css new file mode 100644 index 0000000..d1919b0 --- /dev/null +++ b/rdf/human.css @@ -0,0 +1,145 @@ +/** ---------------------------------------------------------------------------------- + RDF styling by loic@ultimedia.com.au + ---------------------------------------------------------------------------------- */ + + +/** ---------------------------------------------------------------------------------- + * Common HTML elements ////////////////////////////////////////////////////////////// + ---------------------------------------------------------------------------------- */ + +body { + background-color: #FFFFFF; + margin-left: 0px; + margin-top: 0px; + margin-right: 0px; + margin-bottom: 0px; +} +body,td,th,p,div { + font: 12px/1.4 Verdana, Arial, Helvetica, sans-serif; + color: #617694; +} +p { + margin-top: 0px; + margin-bottom: 20px; +} + +/*---------------------------------------------------- links */ + +a:link { color: #EC7600; text-decoration:none; } +a:visited { color:#EC7600; text-decoration:none; } +a:hover { color:#EC7600; text-decoration:underline; } +a:active { color:#EC7600; text-decoration:none; } + +/*---------------------------------------------------- headers */ + +h1,h2,h3,h4,h5,h6 { + font: 18px/1.8 Tahoma, Tahoma, "Times New Roman", sans-serif; + letter-spacing:1px; + margin-top: 0px; + color: #6A9832; +} +h1 { + font-size: 22px; +} +h2 { + font-size: 20px; +} + +/** ---------------------------------------------------------------------------------- + * Main layout elements ////////////////////////////////////////////////////////////// + ---------------------------------------------------------------------------------- */ + +#container { + text-align: left; +} + +/*---------------------------------------------------- page header */ + +#RDF-header { + height:89px; + background:#617694 url(images/headerImage_RDF.jpg) right top no-repeat; +} + #logoBox { + width:149px; + height:89px; + float:left; + margin: 0; + background:#fff url(images/logo_RDF_bgd.gif) right bottom no-repeat; + } + #logo { + padding-top: 9px; + padding-left: 12px; + } + #RDF-header-title { + font: 24px/1.2 Georgia, "Times New Roman", sans-serif; + color: #E7F2D9; + margin: 0; + padding-top: 15px; + margin-left: 170px; + } + +#RDF-title-bar { + background:#CADDB5 url(images/RDF-titlebar-right.gif) right bottom no-repeat; + height:30px; +} + +/*---------------------------------------------------- main content */ +#left-bar { + width: 133px; + float:left; + background:#617694 url(images/left-bar-bottom-right.gif) right bottom no-repeat; +} + #left-bar-menu { + padding: 0px 0px 20px 10px; + } + #left-bar-menu a:link { color: #FFCC00; text-decoration:none; } + #left-bar-menu a:visited { color:#FFCC00; text-decoration:none; } + #left-bar-menu a:hover { color:#FFFFFF; text-decoration:none; } + #left-bar-menu a:active { color:#FFFFFF; text-decoration:none; } + +#RDF-main { + margin: 0 auto; + margin-top:20px; + margin-right:20px; + margin-left:150px; +} + +/*---------------------------------------------------- RDF styles */ + +.TopProperties{ + border: 1px solid #617694; +} +.ClassProperties{ + background-color: #FAFCF8; + padding:20px; + border: 1px solid #ddd; + margin-bottom:20px; +} + + +table{ + width: 100%; + padding: 0; + margin: 0; + border: 1px solid #ccc; +} + th{ + color: white; + background-color: #617694; + vertical-align:text-top; + } + td{ + padding: 5px; + border-top: 1px solid #ddd; + vertical-align:text-top; + background-color: #F0F2F4; + } +.ClassProperties dl { + margin-left:20px; + padding:10px; + border: 1px dashed #aaa; + margin-bottom:20px; +} + dd { + margin-bottom:5px; + } \ No newline at end of file diff --git a/rdf/human.xsl b/rdf/human.xsl new file mode 100644 index 0000000..3336e29 --- /dev/null +++ b/rdf/human.xsl @@ -0,0 +1,289 @@ + + + + + + + http://code.google.com/p/darwincore/wiki/ + + + + Darwin Core Terms + + + +
+ +
+
+ + + +
+
Darwin Core Terms
+
+ +
+ left bar top +
+ + + +
+ +

+ Darwin Core Terms +

+

(This is an HTML view of the RDF term definitions. Use View-Source to + see the underlying RDF.)

+ +
+
+ + +
+ + + + + + + + + + + + + + +

Term:

+
+

+
+ +
+
+ +
+
+ +
+ +
+
+ + + + Discussion Page. +
+
Discussions related to this term on the wiki.
+
+
+ + + + +
+ Type +
+
+ + +
+
+ + +
+ + http://www.w3.org/2000/01/rdf-schema#label Label +
+
+ +
+
+ + +
+ + http://www.w3.org/2000/01/rdf-schema#comment Comment +
+
+ +
+
+ + +
+ + http://www.w3.org/2000/01/rdf-schema#isDefinedBy Is Defined By + +
+
+ + + + + + +
+
+ + +
+ + http://www.w3.org/2000/01/rdf-schema#subClassOf Sub Class Of + +
+
+ + + + + + +
+
+ + +
+ Refines +
+
+ + +
+
+ +
+ + http://www.w3.org/2000/01/rdf-schema#range Range +
+
+ + + + + + +
+
+ + +
+ + http://www.w3.org/2000/01/rdf-schema#domain Class +
+
+ + + + + + +
+
+ + + +
+ + http://purl.org/dc/elements/1.1/titleTitle +
+
+ +
+
+ +
+ + http://purl.org/dc/elements/1.1/creatorCreator +
+
+ +
+
+ + +
+ + http://purl.org/dc/elements/1.1/publisherPublisher +
+
+ +
+
+ + +
+ + http://purl.org/dc/elements/1.1/descriptionDescription +
+
+ +
+
+ + +
+ + http://purl.org/dc/terms/issuedIssued +
+
+ +
+
+ + +
+ + http://purl.org/dc/terms/modifiedModified +
+
+ +
+
+ + + + +
+ Version +
+
+ + +
+
+ +
diff --git a/tdwg_basetypes.xsd b/tdwg_basetypes.xsd new file mode 100644 index 0000000..9981f22 --- /dev/null +++ b/tdwg_basetypes.xsd @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The date and time expressed in a way conforming to a subset of ISO 8601. Meant to be exactly the same as DateTimeISO defined in ABCD. + + + + + + + + + diff --git a/tdwg_dw_core.xsd b/tdwg_dw_core.xsd new file mode 100644 index 0000000..1425ac5 --- /dev/null +++ b/tdwg_dw_core.xsd @@ -0,0 +1,390 @@ + + + + + + + + + + + + + + + + + + + + + + + + Protocol independent XML Schema for Darwin Core. For element + documentation, see + http://wiki.tdwg.org/twiki/bin/view/DarwinCore/DarwinCoreDraftStandard. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tdwg_dw_curatorial.xsd b/tdwg_dw_curatorial.xsd new file mode 100644 index 0000000..380ee3a --- /dev/null +++ b/tdwg_dw_curatorial.xsd @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + Protocol-independent XML Schema for a curatorial extension to the + Darwin Core. For element documentation, see + http://wiki.tdwg.org/twiki/bin/view/DarwinCore/CuratorialExtension. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tdwg_dw_element.xsd b/tdwg_dw_element.xsd new file mode 100644 index 0000000..41cc7b2 --- /dev/null +++ b/tdwg_dw_element.xsd @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tdwg_dw_geospatial.xsd b/tdwg_dw_geospatial.xsd new file mode 100644 index 0000000..4009554 --- /dev/null +++ b/tdwg_dw_geospatial.xsd @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + Protocol-independent XML Schema for a geospatial extension to the Darwin + Core. Synchronized with protocol-dependent content models using same version number. For + element documentation, see + http://wiki.tdwg.org/twiki/bin/view/DarwinCore/GeospatialExtension. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tdwg_dw_record.xsd b/tdwg_dw_record.xsd new file mode 100644 index 0000000..e189da5 --- /dev/null +++ b/tdwg_dw_record.xsd @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + Darwin application schema containing Darwin Core and extension + elements into a DarwinRecord or a DarwinFeature, which is a + gmlAbstractFeatureType. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tdwg_dw_record_tapir.xsd b/tdwg_dw_record_tapir.xsd new file mode 100644 index 0000000..c9f1095 --- /dev/null +++ b/tdwg_dw_record_tapir.xsd @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tdwg_gml.xsd b/tdwg_gml.xsd new file mode 100644 index 0000000..85c512c --- /dev/null +++ b/tdwg_gml.xsd @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/terms/attributes/dwcattributes.rdf b/terms/attributes/dwcattributes.rdf new file mode 100644 index 0000000..425bf53 --- /dev/null +++ b/terms/attributes/dwcattributes.rdf @@ -0,0 +1,70 @@ + + + + + +]> + + +Darwin Core attributes to describe terms in the http://rs.tdwg.org/dwc/terms/ (dwcterms) namespace +The attributes here are those not found in tdwg/Common, dcterms, rdf, or rdfs, but that are required to fully describe the terms in the dwcterms namespace. +BiodiversityInformation Standards (TDWG) +2009-01-25 + + + + + + + Status + Used to indicate if the term is recommended for use or if it is only of historical significance. + Values for this term should be either "recommended" or "historical". + + 2009-01-25 + 2009-01-25 + + + + + + + Decision + Used to reference the formal decision that resulted in this version of the term. + Example: "http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2009-01-20_1" + + 2009-01-25 + 2009-01-25 + + + + + + + ABCD Equivalence + Used to show the xpath(s) to the equivalent term(s) in the current version of the Access to Biological Collections Data (ABCD) schema. + Currently mapped to ABCD 2.06b + + 2009-01-25 + 2009-01-25 + + + + + + + Organized in Class + Used to organize properties within classes for easier human understanding. + Does not imply domain or range membership in the class. + + 2009-08-24 + 2009-08-24 + + + + + + diff --git a/terms/guides/text/images/diagrams.graffle b/terms/guides/text/images/diagrams.graffle new file mode 100644 index 0000000..1480cbe --- /dev/null +++ b/terms/guides/text/images/diagrams.graffle @@ -0,0 +1,4440 @@ + + + + + ActiveLayerIndex + 0 + ApplicationVersion + + com.omnigroup.OmniGrafflePro + 137.11.0.108132 + + AutoAdjust + + BackgroundGraphic + + Bounds + {{0, 0}, {1118, 1566}} + Class + SolidGraphic + ID + 2 + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + + CanvasOrigin + {0, 0} + ColumnAlign + 1 + ColumnSpacing + 36 + CreationDate + 2009-04-28 17:29:41 +0200 + Creator + Markus Döring + DisplayScale + 1 0/72 in = 1 0/72 in + GraphDocumentVersion + 6 + GraphicsList + + + Class + Group + Graphics + + + Bounds + {{368.83, 1055.72}, {75, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1462 + Line + + ID + 1463 + Position + 0.55955910682678223 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <references>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1498 + + ID + 1463 + Points + + {441.5, 1118} + {378.647, 1027.25} + + Style + + stroke + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1468 + + + + Bounds + {{134.675, 1014.16}, {70, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1464 + Line + + ID + 1465 + Position + 0.22446522116661072 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <describes>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1468 + + ID + 1465 + Points + + {91, 998.94} + {441.5, 1118} + + Style + + stroke + + Color + + b + 0.32549 + g + 0.32549 + r + 0.32549 + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1501 + + + + Class + Group + Graphics + + + Bounds + {{417, 1148.5}, {94, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1467 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 distribution.txt} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{441.5, 1091}, {45, 54}} + Class + ShapedGraphic + ID + 1468 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 CSV} + VerticalPad + 0 + + + + ID + 1466 + + + Bounds + {{363.301, 926.127}, {75, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1469 + Line + + ID + 1470 + Position + 0.60241323709487915 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <references>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1498 + + ID + 1470 + Points + + {441.228, 875.419} + {374.12, 978.683} + + Style + + stroke + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1475 + + + + Bounds + {{136.052, 959.133}, {70, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1471 + Line + + ID + 1472 + Position + 0.2283928394317627 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <describes>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1475 + + ID + 1472 + Points + + {91, 998.94} + {441.5, 875} + + Style + + stroke + + Color + + b + 0.32549 + g + 0.32549 + r + 0.32549 + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1501 + + + + Class + Group + Graphics + + + Bounds + {{417.5, 905.5}, {93, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1474 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 description.txt} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{441.5, 848}, {45, 54}} + Class + ShapedGraphic + ID + 1475 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 CSV} + VerticalPad + 0 + + + + ID + 1473 + + + Bounds + {{276.191, 926.338}, {75, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1476 + Line + + ID + 1477 + Position + 0.63956844806671143 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <references>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1498 + + ID + 1477 + Points + + {278.279, 875} + {333.647, 973.25} + + Style + + stroke + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1482 + Info + 3 + + + + Bounds + {{112.86, 937.909}, {70, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1478 + Line + + ID + 1479 + Position + 0.39963921904563904 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <describes>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1482 + + ID + 1479 + Points + + {91, 998.94} + {233.279, 875} + + Style + + stroke + + Color + + b + 0.32549 + g + 0.32549 + r + 0.32549 + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1501 + + + + Class + Group + Graphics + + + Bounds + {{225.779, 905.5}, {60, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1481 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 types.txt} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{233.279, 848}, {45, 54}} + Class + ShapedGraphic + ID + 1482 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 CSV} + VerticalPad + 0 + + + + ID + 1480 + + + Bounds + {{272.722, 1054.14}, {75, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1483 + Line + + ID + 1484 + Position + 0.57692718505859375 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <references>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1498 + Info + 4 + + ID + 1484 + Points + + {278.279, 1118} + {333.647, 1027.25} + + Style + + stroke + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1494 + Info + 3 + + + + Class + Group + Graphics + + + Bounds + {{563.335, 960.041}, {64, 80.4188}} + Class + ShapedGraphic + ID + 1486 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 Core &\ +Related\ +Data files} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Class + Group + Graphics + + + Bounds + {{534.335, 1000.37}, {29, 123.383}} + Class + ShapedGraphic + ID + 1488 + Shape + Bezier + ShapeData + + UnitPoints + + {-0.499407, -0.499951} + {-0.479014, -0.499951} + {0.115799, -0.509997} + {0.17078, -0.242005} + {0.225766, 0.0259861} + {0.112475, 0.427523} + {0.234848, 0.46829} + {0.35723, 0.509059} + {0.5, 0.498868} + {0.5, 0.498868} + {0.5, 0.498868} + {0.228202, 0.508151} + {0.18604, 0.438637} + {0.143873, 0.369127} + {0.195779, -0.106356} + {0.0938029, -0.300004} + {-0.00818348, -0.493654} + {-0.519806, -0.499951} + + + Style + + fill + + Color + + b + 0 + g + 0 + r + 0 + + + shadow + + Draws + NO + + stroke + + Width + 0.5 + + + VFlip + YES + + + Bounds + {{534.335, 876.75}, {29, 123.383}} + Class + ShapedGraphic + ID + 1489 + Shape + Bezier + ShapeData + + UnitPoints + + {-0.499407, -0.499951} + {-0.479014, -0.499951} + {0.115799, -0.509997} + {0.17078, -0.242005} + {0.225766, 0.0259861} + {0.112475, 0.427523} + {0.234848, 0.46829} + {0.35723, 0.509059} + {0.5, 0.498868} + {0.5, 0.498868} + {0.5, 0.498868} + {0.228202, 0.508151} + {0.18604, 0.438637} + {0.143873, 0.369127} + {0.195779, -0.106356} + {0.0938029, -0.300004} + {-0.00818348, -0.493654} + {-0.519806, -0.499951} + + + Style + + fill + + Color + + b + 0 + g + 0 + r + 0 + + + shadow + + Draws + NO + + stroke + + Width + 0.5 + + + + + ID + 1487 + + + ID + 1485 + + + Bounds + {{118.757, 1039.95}, {70, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1490 + Line + + ID + 1491 + Position + 0.44108015298843384 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <describes>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1494 + + ID + 1491 + Points + + {91, 998.94} + {233.279, 1118} + + Style + + stroke + + Color + + b + 0.32549 + g + 0.32549 + r + 0.32549 + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1501 + + + + Class + Group + Graphics + + + Bounds + {{190.279, 1148.5}, {131, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1493 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 vernacular names.txt} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{233.279, 1091}, {45, 54}} + Class + ShapedGraphic + ID + 1494 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 CSV} + VerticalPad + 0 + + + + ID + 1492 + + + Bounds + {{144.746, 987.919}, {70, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1495 + Line + + ID + 1496 + Position + 0.36574026942253113 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <describes>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1498 + + ID + 1496 + Points + + {91, 998.94} + {333.647, 1000.25} + + Style + + stroke + + Color + + b + 0.32549 + g + 0.32549 + r + 0.32549 + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1501 + Info + 3 + + + + Bounds + {{321.647, 1029.44}, {69, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1497 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 whales.txt} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{333.647, 973.25}, {45, 54}} + Class + ShapedGraphic + ID + 1498 + Magnets + + {1, 1} + {1, -1} + {-1, -1} + {-1, 1} + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 TAB} + VerticalPad + 0 + + + + Class + Group + Graphics + + + Bounds + {{37, 1029.44}, {63, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1500 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 meta.xml} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{46, 971.94}, {45, 54}} + Class + ShapedGraphic + ID + 1501 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 XML} + VerticalPad + 0 + + + + ID + 1499 + + + ID + 1461 + + + Class + Group + Graphics + + + Bounds + {{225.179, 415.497}, {69, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1503 + Line + + ID + 1504 + Position + 0.41660362482070923 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <relates to>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1513 + + ID + 1504 + Points + + {259.565, 404.5} + {259.838, 458.5} + + Style + + stroke + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1517 + Info + 1 + + + + Bounds + {{322.279, 418}, {64, 28}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + ID + 1505 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 Related\ +Data files} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Class + Group + Graphics + + + Bounds + {{292.279, 432.061}, {29, 64.4387}} + Class + ShapedGraphic + ID + 1507 + Shape + Bezier + ShapeData + + UnitPoints + + {-0.499407, -0.499951} + {-0.479014, -0.499951} + {0.115799, -0.509997} + {0.17078, -0.242005} + {0.225766, 0.0259861} + {0.112475, 0.427523} + {0.234848, 0.46829} + {0.35723, 0.509059} + {0.5, 0.498868} + {0.5, 0.498868} + {0.5, 0.498868} + {0.228202, 0.508151} + {0.18604, 0.438637} + {0.143873, 0.369127} + {0.195779, -0.106356} + {0.0938029, -0.300004} + {-0.00818348, -0.493654} + {-0.519806, -0.499951} + + + Style + + fill + + Color + + b + 0 + g + 0 + r + 0 + + + shadow + + Draws + NO + + stroke + + Width + 0.5 + + + VFlip + YES + + + Bounds + {{292.279, 367.5}, {29, 64.4387}} + Class + ShapedGraphic + ID + 1508 + Shape + Bezier + ShapeData + + UnitPoints + + {-0.499407, -0.499951} + {-0.479014, -0.499951} + {0.115799, -0.509997} + {0.17078, -0.242005} + {0.225766, 0.0259861} + {0.112475, 0.427523} + {0.234848, 0.46829} + {0.35723, 0.509059} + {0.5, 0.498868} + {0.5, 0.498868} + {0.5, 0.498868} + {0.228202, 0.508151} + {0.18604, 0.438637} + {0.143873, 0.369127} + {0.195779, -0.106356} + {0.0938029, -0.300004} + {-0.00818348, -0.493654} + {-0.519806, -0.499951} + + + Style + + fill + + Color + + b + 0 + g + 0 + r + 0 + + + shadow + + Draws + NO + + stroke + + Width + 0.5 + + + + + ID + 1506 + + + Bounds + {{141.827, 449}, {70, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1509 + Line + + ID + 1510 + Position + 0.49792107939720154 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <describes>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1513 + + ID + 1510 + Points + + {122.014, 435.706} + {232.098, 485.5} + + Style + + stroke + + Color + + b + 0.32549 + g + 0.32549 + r + 0.32549 + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1520 + + + + Class + Group + Graphics + + + Bounds + {{199.598, 516}, {110, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1512 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 identifications.txt} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{232.098, 458.5}, {45, 54}} + Class + ShapedGraphic + ID + 1513 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 CSV} + VerticalPad + 0 + + + + ID + 1511 + + + Bounds + {{141.599, 395.121}, {70, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1514 + Line + + ID + 1515 + Position + 0.49792107939720154 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <describes>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1517 + + ID + 1515 + Points + + {121.559, 435.5} + {232.098, 377.5} + + Style + + stroke + + Color + + b + 0.32549 + g + 0.32549 + r + 0.32549 + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1520 + Info + 3 + + + + Bounds + {{209.098, 336}, {91, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1516 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 specimens.txt} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{232.098, 350.5}, {45, 54}} + Class + ShapedGraphic + ID + 1517 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 TAB} + VerticalPad + 0 + + + + Class + Group + Graphics + + + Bounds + {{67.5586, 466}, {63, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1519 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 meta.xml} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{76.5586, 408.5}, {45, 54}} + Class + ShapedGraphic + ID + 1520 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 XML} + VerticalPad + 0 + + + + ID + 1518 + + + ID + 1502 + + + Class + Group + Graphics + + + Bounds + {{321.279, 197.5}, {66, 28}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + ID + 1370 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 Unrelated\ +Data files} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Class + Group + Graphics + + + Bounds + {{292.279, 211.561}, {29, 64.4387}} + Class + ShapedGraphic + ID + 1372 + Shape + Bezier + ShapeData + + UnitPoints + + {-0.499407, -0.499951} + {-0.479014, -0.499951} + {0.115799, -0.509997} + {0.17078, -0.242005} + {0.225766, 0.0259861} + {0.112475, 0.427523} + {0.234848, 0.46829} + {0.35723, 0.509059} + {0.5, 0.498868} + {0.5, 0.498868} + {0.5, 0.498868} + {0.228202, 0.508151} + {0.18604, 0.438637} + {0.143873, 0.369127} + {0.195779, -0.106356} + {0.0938029, -0.300004} + {-0.00818348, -0.493654} + {-0.519806, -0.499951} + + + Style + + fill + + Color + + b + 0 + g + 0 + r + 0 + + + shadow + + Draws + NO + + stroke + + Width + 0.5 + + + VFlip + YES + + + Bounds + {{292.279, 147}, {29, 64.4387}} + Class + ShapedGraphic + ID + 1373 + Shape + Bezier + ShapeData + + UnitPoints + + {-0.499407, -0.499951} + {-0.479014, -0.499951} + {0.115799, -0.509997} + {0.17078, -0.242005} + {0.225766, 0.0259861} + {0.112475, 0.427523} + {0.234848, 0.46829} + {0.35723, 0.509059} + {0.5, 0.498868} + {0.5, 0.498868} + {0.5, 0.498868} + {0.228202, 0.508151} + {0.18604, 0.438637} + {0.143873, 0.369127} + {0.195779, -0.106356} + {0.0938029, -0.300004} + {-0.00818348, -0.493654} + {-0.519806, -0.499951} + + + Style + + fill + + Color + + b + 0 + g + 0 + r + 0 + + + shadow + + Draws + NO + + stroke + + Width + 0.5 + + + + + ID + 1371 + + + Bounds + {{141.599, 228.396}, {70, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1374 + Line + + ID + 1375 + Position + 0.49792107939720154 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <describes>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1378 + + ID + 1375 + Points + + {121.559, 215} + {232.099, 265} + + Style + + stroke + + Color + + b + 0.32549 + g + 0.32549 + r + 0.32549 + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1385 + + + + Class + Group + Graphics + + + Bounds + {{208.099, 295.5}, {93, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1377 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 lepidoptera.txt} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{232.099, 238}, {45, 54}} + Class + ShapedGraphic + ID + 1378 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 CSV} + VerticalPad + 0 + + + + ID + 1376 + + + Bounds + {{141.599, 174.621}, {70, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1379 + Line + + ID + 1380 + Position + 0.49792107939720154 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <describes>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1382 + + ID + 1380 + Points + + {121.559, 215} + {232.099, 157} + + Style + + stroke + + Color + + b + 0.32549 + g + 0.32549 + r + 0.32549 + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1385 + Info + 3 + + + + Bounds + {{224.5, 116}, {55, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1381 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 aves.txt} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{232.099, 130}, {45, 54}} + Class + ShapedGraphic + ID + 1382 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 CSV} + VerticalPad + 0 + + + + Class + Group + Graphics + + + Bounds + {{67.5586, 245.5}, {63, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1384 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 meta.xml} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{76.5586, 188}, {45, 54}} + Class + ShapedGraphic + ID + 1385 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 XML} + VerticalPad + 0 + + + + ID + 1383 + + + ID + 1369 + + + Class + Group + Graphics + + + Bounds + {{157.598, 41.5}, {70, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1342 + Line + + ID + 1343 + Position + 0.49792107939720154 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <describes>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1346 + + ID + 1343 + Points + + {137.558, 53} + {248.098, 53} + + Style + + stroke + + Color + + b + 0.32549 + g + 0.32549 + r + 0.32549 + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1349 + Info + 3 + + + + Class + Group + Graphics + + + Bounds + {{225.098, 83.5}, {91, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1345 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 specimens.txt} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{248.098, 26}, {45, 54}} + Class + ShapedGraphic + ID + 1346 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 TAB} + VerticalPad + 0 + + + + ID + 1344 + + + Class + Group + Graphics + + + Bounds + {{83.5577, 83.5}, {63, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1348 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 meta.xml} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{92.5577, 26}, {45, 54}} + Class + ShapedGraphic + ID + 1349 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 XML} + VerticalPad + 0 + + + + ID + 1347 + + + ID + 1341 + + + GridInfo + + GuidesLocked + NO + GuidesVisible + YES + HPages + 2 + ImageCounter + 1 + KeepToScale + + Layers + + + Lock + NO + Name + Layer 1 + Print + YES + View + YES + + + LayoutInfo + + Animate + NO + circoMinDist + 18 + circoSeparation + 0.0 + layoutEngine + dot + neatoSeparation + 0.0 + twopiSeparation + 0.0 + + LinksVisible + NO + MagnetsVisible + NO + MasterSheets + + ModificationDate + 2009-04-28 17:53:23 +0200 + Modifier + Markus Döring + NotesVisible + NO + Orientation + 2 + OriginVisible + NO + PageBreaks + YES + PrintInfo + + NSBottomMargin + + float + 41 + + NSLeftMargin + + float + 18 + + NSPaperSize + + size + {595, 842} + + NSRightMargin + + float + 18 + + NSTopMargin + + float + 18 + + + PrintOnePage + + QuickLookPreview + + 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 + 0uaSZ8mzVZ4FzqUXNlxjkxHy+lFXdk+qQM1d78R7GZakyk7651Ugu9ek07sSg496cDha + kWLRSGduWDR8BoH5uuA4sDAjdR6OKwYB1H03n65KQRv4DTL7xR7kymONZmMRKIEM/aZG + vo67Krc9jB4AUTw+UXLk2uTNZyiwxrsXKvZcaLBA3nIdDTxaNN2ne9X78+7yMKcXqHU8 + pGC41ikyB2xS5h5HDHAqV6Ebkpil+4Si+XhQGq+Bm7Y7H2vMpU7ms2dmlPtw/zbCPSdj + lfsQO3Be5PLwVar53XAzej/g2iU3QzU8uZmXcx+cXRqIm7GBR6HUbuaAFf9SNxOLVZb4 + RKMUC3NkPW5lrTCnrCdb2VSYs6zHrWyszAlGL25GgKTbo9hIVlYNXZJJbsa+M3u6++Ru + JqAv6Ib5kd1nK7VZNSu7mbyhe92MlZM2KyfE+VOdiLA3+1mjEIPk/QN4Wl1NYbvvP9KA + d6JRNjcrrKowILUSB6z1QEEzsSB+azy4/pidLXUzm97YcNWwAqFeNJP5YPsiq5E9SgOs + IqZtJG9Tdpo9i1NY2IFWeRutECPCXN4rbjW5m7i5jA9Q88rvTd6bIvkIymLZAN3hb5qb + rwmyuawa5iHz3uPwCgIOSqmGpSsH37z79Jm3gf7hhsv5s72GdZ/SmIuQY6b6RImDCkey + bnekNNFt2NAFyyjA5mw6eRKEAgxIrU33AdVNzqoaKX8jv6S33fRExjOw+A3TxpVTQm0w + TnwDUCExpF7993IAzeMrXKBkHCUZG3c0bLW3OcTPZ0Wwu7zNzXwmhnPs1yA2vOewEjob + xCZuHt3MzRsgulIhF809IyARcjXcx8l8eC++hQf8hp5TXgBg5N72Y3EzKGbsRc5xO5fR + ++sA5qlVkzfdm8folUAaRNSjq1qHN9jVzuUgg1Pn8rv/AdU3kY0KZW5kc3RyZWFtCmVu + ZG9iago1IDAgb2JqCjc1NTkKZW5kb2JqCjIgMCBvYmoKPDwgL1R5cGUgL1BhZ2UgL1Bh + cmVudCAzIDAgUiAvUmVzb3VyY2VzIDYgMCBSIC9Db250ZW50cyA0IDAgUiAvTWVkaWFC + b3ggWzAgMCAxMTE4IDE1NjZdCj4+CmVuZG9iago2IDAgb2JqCjw8IC9Qcm9jU2V0IFsg + L1BERiAvVGV4dCBdIC9Db2xvclNwYWNlIDw8IC9DczEgNyAwIFIgL0NzMiA4IDAgUiA+ + PiAvRm9udCA8PAovRjEuMCA5IDAgUiAvRjIuMCAxMCAwIFIgPj4gPj4KZW5kb2JqCjEx + IDAgb2JqCjw8IC9MZW5ndGggMTIgMCBSIC9OIDMgL0FsdGVybmF0ZSAvRGV2aWNlUkdC + IC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AYWUTUgUYRjH/7ONBLEG0ZcI + xdDBJFQmC1IC0/UrU7Zl1UwJYp19d50cZ6eZ3S1FIoTomHWMLlZEh4hO4aFDpzpEBJl1 + iaCjRRAFXiK2/zuTu2NUvjAzv3me//t8vcMAVY9SjmNFNGDKzrvJ3ph2enRM2/waVahG + FFwpw3M6EokBn6mVz/Vr9S0UaVlqlLHW+zZ8q3aZEFA0KndkAz4seTzg45Iv5J08NWck + GxOpNNkhN7hDyU7yLfLWbIjHQ5wWngFUtVOTMxyXcSI7yC1FIytjPiDrdtq0ye+lPe0Z + U9Sw38g3OQvauPL9QNseYNOLim3MAx7cA3bXVWz1NcDOEWDxUMX2PenPR9n1ysscavbD + KdEYa/pQKn2vAzbfAH5eL5V+3C6Vft5hDtbx1DIKbtHXsjDlJRDUG+xm/OQa/YuDnnxV + C7DAOY5sAfqvADc/AvsfAtsfA4lqYKgVkctsN7jy4iLnAnTmnGnXzE7ktWZdP6J18GiF + 1mcbTQ1ayrI03+VprvCEWxTpJkxZBc7ZX9t4jwp7eJBP9he5JLzu36zMpVNdnCWa2Nan + tOjqJjeQ72fMnj5yPa/3GbdnOGDlgJnvGwo4csq24jwXqYnU2OPxk2TGV1QnH5PzkDzn + FQdlTN9+LnUiQa6lPTmZ65eaXdzbPjMxxDOSrFgzE53x3/zGLSRl3n3U3HUs/5tnbZFn + GIUFARM27zY0JNGLGBrhwEUOGXpMKkxapV/QasLD5F+VFhLlXRYVvVjhnhV/z3kUuFvG + P4VYHHMN5Qia/k7/oi/rC/pd/fN8baG+4plzz5rGq2tfGVdmltXIuEGNMr6sKYhvsNoO + ei1kaZ3iFfTklfWN4eoy9nxt2aPJHOJqfDXUpQhlasQ448muZfdFssU34edby/av6VH7 + fPZJTSXXsrp4Zin6fDZcDWv/s6tg0rKr8OSNkC48a6HuVQ+qfWqL2gpNPaa2q21qF9+O + qgPlHcOclYkLrNtl9Sn2YGOa3spJV2aL4N/CL4b/pV5hC9c0NPkPTbi5jGkJ3xHcNnCH + lP/DX7MDDd4KZW5kc3RyZWFtCmVuZG9iagoxMiAwIG9iago3OTIKZW5kb2JqCjcgMCBv + YmoKWyAvSUNDQmFzZWQgMTEgMCBSIF0KZW5kb2JqCjEzIDAgb2JqCjw8IC9MZW5ndGgg + MTQgMCBSIC9OIDEgL0FsdGVybmF0ZSAvRGV2aWNlR3JheSAvRmlsdGVyIC9GbGF0ZURl + Y29kZSA+PgpzdHJlYW0KeAGFUk9IFFEc/s02EoSIQYV4iHcKCZUprKyg2nZ1WZVtW5XS + ohhn37qjszPTm9k1xZMEXaI8dQ+iY3Ts0KGbl6LArEvXIKkgCDx16PvN7OoohG95O9/7 + /f1+33tEbZ2m7zspQVRzQ5UrpaduTk2Lgx8pRR3UTlimFfjpYnGMseu5kr+719Zn0tiy + 3se1dvv2PbWVZWAh6i22txD6IZFmAB+ZnyhlgLPAHZav2D4BPFgOrBrwI6IDD5q5MNPR + nHSlsi2RU+aiKCqvYjtJrvv5uca+i7WJg/5cj2bWjr2z6qrRTNS090ShvA+uRBnPX1T2 + bDUUpw3jnEhDGinyrtXfK0zHEZErEEoGUjVkuZ9qTp114HUYu126k+P49hClPslgqIm1 + 6bKZHYV9AHYqy+wQ8AXo8bJiD+eBe2H/W1HDk8AnYT9kh3nWrR/2F65T4HuEPTXgzhSu + xfHaih9eLQFD91QjaIxzTcTT1zlzpIjvMdQZmPdGOaYLMXeWqhM3gDthH1mqZgqxXfuu + 6iXuewJ30+M70Zs5C1ygHElysRXZFNA8CVgUfYuwSQ48Ps4eVeB3qJjAHLmJ3M0o9x7V + ERtno1KBVnqNV8ZP47nxxfhlbBjPgH6sdtd7fP/p4xV117Y+PPmNetw5rr2dG1VhVnFl + C93/xzKEj9knOabB06FZWGvYduQPmsxMsAwoxH8FPpf6khNV3NXu7bhFEsxQPixsJbpL + VG4p1Oo9g0qsHCvYAHZwksQsWhy4U2u6OXh32CJ6bflNV7Lrhv769nr72vIebcqoKSgT + zbNEZpSxW6Pk3Xjb/WaREZ84Or7nvYpayf5JRRA/hTlaKvIUVfRWUNbEb2cOfhu2flw/ + pef1Qf08CT2tn9Gv6KMRvgx0Sc/Cc1Efo0nwsGkh4hKgioMz1E5UY40D4inx8rRbZJH9 + D0AZ/WYKZW5kc3RyZWFtCmVuZG9iagoxNCAwIG9iago3MDQKZW5kb2JqCjggMCBvYmoK + WyAvSUNDQmFzZWQgMTMgMCBSIF0KZW5kb2JqCjMgMCBvYmoKPDwgL1R5cGUgL1BhZ2Vz + IC9NZWRpYUJveCBbMCAwIDExMTggMTU2Nl0gL0NvdW50IDEgL0tpZHMgWyAyIDAgUiBd + ID4+CmVuZG9iagoxNSAwIG9iago8PCAvVHlwZSAvQ2F0YWxvZyAvUGFnZXMgMyAwIFIg + Pj4KZW5kb2JqCjE2IDAgb2JqCjw8IC9MZW5ndGggMTcgMCBSIC9MZW5ndGgxIDEwNzQw + IC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ab16C3hU1dXoWvs8ZyaZzExm + Mo/MZGYymZkkk3dISEggY0h4J/JQSJBgAgRCBAWMQegPF3wBEVFQHoq1ohZ5iAwhxUHE + nyKK2lapVanUaq1gbf/mt/WiVSAzd50zkIK3f6/3+/p1zuzX2vvsvdbaa6+19j4bEACS + YBVwEJ69sG0RnMMfEuTnFI7N7u7yPPDHEU8A4HoAbsHcRfMWGn/3ypsA/DcA2qR5C5bN + faVq0maAFB7AsrajvW3OX3u+OQaQRe2hvIMA2kyphMonqJzVsbDrzlu7pM8pSwE6Ftw2 + u230ptphAP6JSvuFbXcukldqv6XyWip7bm1b2D6ja/UPqLyLypmLbru9i93NVVNZwW/q + oiXti166+9ZigEAW4fc2wZAe5ZcEIvRR6oEbL0NU8P9XxKg1p77Bg0D9ffcngXwVSANa + KukoJF0FTWSTQQ8pYAAjmFRAqhqbKbZAmpq3gg3swjEwCEchW1gFDr4Q3ADxDyicUdLY + jfHPhJNgiC2M/5WroncOK4HFaqrhGDwA22E/YbiL8tkwE7bBG9gJh3EG8eB9zIACml8e + ojABfo7x+C9hLjxD7bvgOGyGA4RvNiwkTCbABvTHl1M5TPlZcE/8KciCCrgPjkIl9boB + +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 + 6V7M9XRrR7kbMxWmAV0cUs7Dx1KooVBGIRS6zgarcCc8ROFJChzMx/thGYV1FB6lwA/m + dlPpMN7fy8vhF3EZOHBcWMe7bzDb3Tatzv0OmZG+J9wf2D49gnZIhk/Q3psMmuu0tKn+ + EcwBN/6YPK3ldJsnGx87mLPA3UpVu2ERhVUUODVG3N2bUeJ+GfPAT1tjNwYgg8dD7j8U + 57vPFUcZ9rqPB6M8JT/NoFI4xX3M9YT7P13z3C9T2Juo2pNDLQ65d7sWuB/OiOJjve5N + 5I3TOxsTyR0uevWQe2HOFvecYrV+wpYo29vrrqT6qWGdu7zC6y5znXUXBqMyUjnfNcGd + W/wLdxa9SM081Kk/bHQ7XQ+7h1FVhqs+OIzCEdyD2yEXt/f6x7lfpCyRe3BsTsWWKP7g + 4JjsYn8Ul4fLx2RvyRkT9OdMcPtzRgWDlJ/6unSPdJN0nVQihehCDSkvKV0yyybZIOvl + JFkryzKd8T3XW+MWj+BeqCG27D0oizIdsT1PQP4I7lOB+16QeZnJIJuj8d/RpTkEcxT3 + 9pGIIVDmkKjmxCjuo28YCmhf2E3ijsCrFQaSOlRFj4STocxgHN1ceCAqwr1p3TW2GtMI + Y+Wouv8palVrrsSKtvwffjZ0RbbQt/PIHlczXVOgTNzVfKUt+XL/j1/XHdSgvTaknKEc + 7F7UOVe9duGrb2+l2xeR+7vpGsyqWR7Pgc5FSoXyvb911uwOJW1rjyzytddFOn11ngPd + 6nvfqZ6rVHf76g7A3Pobmg7MDbfX9XaHu+vpWkXzwVm1S1quGWvd4FhLav/BWLVKZ0uU + sWap731nrBalepYyVosyVosy1qzwLHUshQX186fU3t5F0klXM+hqRPaUyNhJ05voBlJz + XRR3Kvc17oD/A/pPeksKZW5kc3RyZWFtCmVuZG9iagoxNyAwIG9iago3MjI0CmVuZG9i + agoxOCAwIG9iago8PCAvVHlwZSAvRm9udERlc2NyaXB0b3IgL0FzY2VudCA3NzAgL0Nh + cEhlaWdodCA3MjcgL0Rlc2NlbnQgLTIzMCAvRmxhZ3MgMzIKL0ZvbnRCQm94IFstOTUx + IC00ODEgMTQ0NSAxMTIyXSAvRm9udE5hbWUgL1hJV01PSytIZWx2ZXRpY2EgL0l0YWxp + Y0FuZ2xlIDAKL1N0ZW1WIDk4IC9NYXhXaWR0aCAxNTAwIC9TdGVtSCA4NSAvWEhlaWdo + dCA1MzEgL0ZvbnRGaWxlMiAxNiAwIFIgPj4KZW5kb2JqCjE5IDAgb2JqClsgMjc4IDAg + MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw + IDU4NCAwIDU4NCAwIDAKNjY3IDY2NyA3MjIgMCAwIDAgMCAwIDAgMCAwIDU1NiA4MzMg + MCAwIDAgMCAwIDY2NyA2MTEgMCA2NjcgMCA2NjcgMCAwIDAgMAowIDAgMCAwIDU1NiA1 + NTYgNTAwIDU1NiA1NTYgMjc4IDAgMCAyMjIgMCAwIDIyMiAwIDU1NiA1NTYgMCAwIDMz + MyA1MDAgMjc4Cl0KZW5kb2JqCjkgMCBvYmoKPDwgL1R5cGUgL0ZvbnQgL1N1YnR5cGUg + L1RydWVUeXBlIC9CYXNlRm9udCAvWElXTU9LK0hlbHZldGljYSAvRm9udERlc2NyaXB0 + b3IKMTggMCBSIC9XaWR0aHMgMTkgMCBSIC9GaXJzdENoYXIgMzIgL0xhc3RDaGFyIDEx + NiAvRW5jb2RpbmcgL01hY1JvbWFuRW5jb2RpbmcKPj4KZW5kb2JqCjIwIDAgb2JqCjw8 + IC9MZW5ndGggMjEgMCBSIC9MZW5ndGgxIDExMTc2IC9GaWx0ZXIgL0ZsYXRlRGVjb2Rl + ID4+CnN0cmVhbQp4Ab16C3hTVdb22ueanKRtkjbXNk3SpE3vpbekgULT0hu0gVJuLbba + AmWAD6Q4HRAQBwEtFB3RGeUijjdmRnF0QlEMovz8DI5X/s/bfDiCt09UHKyoXxUdmpN/ + 7ZNSYR4fH5/nn396us/at7P32u9ae621Tw4QANDCBmAhuGB5d+/y6StvxJpXAIhhwao+ + 58+qc4KYfx+AvWVR78+Wv9rzyV4AfjGAlPyzZWsWlWnXpgMk3QBg+uPinu6FX6kuVAJk + ZeMYvsVYob5FdGO5C8uexcv7rt98VpqN5c1Y7lu2YkF3izQ3F8vfYrlyeff1vaqbpBEA + bxmWndd2L+/58+dJL2J5Fpa9vSt+3sdmco9gFueDjt7renqjrVsXYfkt5O8/sY7gRf+0 + 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 + RO9ClqlO+HAhJoNRJzI5WEmeJ2lvzym67fVnr7qnK1Sx6n55MHozs447NjLp5KqHPvhS + Ti/dcm0M+uS3X5GHkD8qj4eQ15WYl3AftgVzne5Ui5H3JmflEjwC5+YwXrvK7sxIFswZ + gt+cOldnywdvZrY1Lz9C0i/jkdqp0Jnj0eOo8vpAAK1VFQU9SrcIMj3KMCLuM5nTCVX2 + dDx2pyD7RiqIItwHblQWXMOrpHNxWUd7ycJTfxg/rmLp2kWzVdp8+bFEQUsYZsEW+Zj8 + BvMGd0zus+TecEuhLVpfW7Fl7pKXc3N23LOgxxNIzSxOn1S99baro0dwVSiL2NuK3TXi + W4zSYKoJRxGq9WqTySj5E2wWxm+0mi1HXa1rLtMcyrmiN7hTUYWRS6oi5cheiihQLSkn + e0jAU/HM4QoPCUzZIt8k37R1CjODPzayamf9DTfU72QHRlad2/TFF5vOsQNU79Hexd7l + KrhrIBHfOY2H24PTJzDlvjVkK+HeSidZ//Nx7ifuxAQe33ol2/Lw3QGXVZhVmEsruFRN + Rqopf7xDzJU0+SWa8ckhCBWOL8+dlGWrtIVSC1ShcuuEymeIFS1WI3l81GINDSub4Iw+ + cOKjj5TVoPM4gRaJWqu41aL5vFGNSiRJBE2Osht8fu/3Jkd0Yd5Vgm8wEId0guIqJHHj + lFVehvsmmXk31T8uOM9bM2N8xz3sY9MzJnbO68lNl+QhdcNKknxg2zaGTUuTX0qQ2Amh + jr7f/O97Zv+ulzHojWqtzuxtnVK97PbzUpLNP7m0JLPq9o7tDQ3PydqyqRXZCbmu8ZnB + gvJH7nlxXrGRvElxZGBd7ENuD38UPYITaoKZaqcm0aAFq8cgaiSnh9cYNzO2DLtDciR4 + NVZXxk5Xy7RREz58ZnQjUetdhcbbgJoJBmMK487wZnmNVP1wraUG3FnUNMTRYB/5ny9O + 9rcWB+RPSZqvOrQ6c216YNc949Nv+CU3T37pa1ke9DlbtvJHo8PN2SUjfYN39DVvv61p + 9a2ROL8Nsbe5MpS7HS3etcG6XaaHTUx/GplibDMsNlwvrTFEjM8nv2BUWRiBs7/OedJt + oilR0uqe0npSNOk6X5IDfOlmu82p8pmtDme/q3F0PaM2Ljqs2Dh0RoEAGjqFUpmuhE6i + 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 + 0qkSVVqVpFKpBBWnYlSgSonE3g/mUR1NEXSUCLiD8VcnJa9DnSSKYqL6MgR91VSICHCz + aVWVpcowSR+or/2BW5dS2VWb9/0fBm9jfxZiD9+NHyCE99nbwyU0E7O3j7X+v2V6avD5 + ptY1B1rXnJujfMPiruvpctd1hbetwk+NNsx3OvefW0Mb6NcUXfMXLKa0uye8xt1TGz7n + rnXub1We+6fmObS51V27H+bUzWrbPyfYUzvYGmyl36i0H2ipa0QjjJNcmmvr2FyNdT8w + Vx0drJHO1aI8909zTaPNLXSuaXSuaXSulmCLMldeXt2SmTXwfwFPBhzPCmVuZHN0cmVh + bQplbmRvYmoKMjEgMCBvYmoKNzQ3NwplbmRvYmoKMjIgMCBvYmoKPDwgL1R5cGUgL0Zv + bnREZXNjcmlwdG9yIC9Bc2NlbnQgNzcwIC9DYXBIZWlnaHQgNzMxIC9EZXNjZW50IC0y + MzAgL0ZsYWdzIDMyCi9Gb250QkJveCBbLTEwMTggLTQ4MSAxNDM2IDExNTldIC9Gb250 + TmFtZSAvSlBPWlpLK0hlbHZldGljYS1Cb2xkIC9JdGFsaWNBbmdsZQowIC9TdGVtViAx + NDkgL01heFdpZHRoIDE1MDAgL1N0ZW1IIDEyNCAvWEhlaWdodCA1NDAgL0ZvbnRGaWxl + MiAyMCAwIFIgPj4KZW5kb2JqCjIzIDAgb2JqClsgMjc4IDAgMCAwIDAgMCA3MjIgMCAw + IDAgMCAwIDAgMCAyNzggMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAK + MCAwIDcyMiA3MjIgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA3MjIgMCAwIDcyMiAw + IDAgMCAwIDAgMCAwIDAgMCAwIDAgNTU2CjYxMSA1NTYgNjExIDU1NiAwIDAgNjExIDI3 + OCAwIDAgMjc4IDg4OSA2MTEgNjExIDYxMSAwIDM4OSA1NTYgMzMzIDYxMSA1NTYKNzc4 + IDU1NiA1NTYgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg + MCAwIDAgMCAwIDAgMCAwIDAgMAowIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw + IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAg + MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw + IDAgMCA2MTEgXQplbmRvYmoKMTAgMCBvYmoKPDwgL1R5cGUgL0ZvbnQgL1N1YnR5cGUg + L1RydWVUeXBlIC9CYXNlRm9udCAvSlBPWlpLK0hlbHZldGljYS1Cb2xkIC9Gb250RGVz + Y3JpcHRvcgoyMiAwIFIgL1dpZHRocyAyMyAwIFIgL0ZpcnN0Q2hhciAzMiAvTGFzdENo + YXIgMjIyIC9FbmNvZGluZyAvTWFjUm9tYW5FbmNvZGluZwo+PgplbmRvYmoKMSAwIG9i + ago8PCAvVGl0bGUgKFVudGl0bGVkKSAvQXV0aG9yICj+/1wwMDBNXDAwMGFcMDAwclww + MDBrXDAwMHVcMDAwc1wwMDAgXDAwMERcMDAw9lwwMDByXDAwMGlcMDAwblwwMDBnKQov + Q3JlYXRvciAoT21uaUdyYWZmbGUgUHJvZmVzc2lvbmFsKSAvUHJvZHVjZXIgKE1hYyBP + UyBYIDEwLjUuNiBRdWFydHogUERGQ29udGV4dCkKL0NyZWF0aW9uRGF0ZSAoRDoyMDA5 + MDQyODE1NTM0MFowMCcwMCcpIC9Nb2REYXRlIChEOjIwMDkwNDI4MTU1MzQwWjAwJzAw + JykKPj4KZW5kb2JqCnhyZWYKMCAyNAowMDAwMDAwMDAwIDY1NTM1IGYgCjAwMDAwMjYz + MTAgMDAwMDAgbiAKMDAwMDAwNzY3NSAwMDAwMCBuIAowMDAwMDA5NzE4IDAwMDAwIG4g + CjAwMDAwMDAwMjIgMDAwMDAgbiAKMDAwMDAwNzY1NSAwMDAwMCBuIAowMDAwMDA3Nzgx + IDAwMDAwIG4gCjAwMDAwMDg4MTggMDAwMDAgbiAKMDAwMDAwOTY4MiAwMDAwMCBuIAow + MDAwMDE3NjY1IDAwMDAwIG4gCjAwMDAwMjYxMzAgMDAwMDAgbiAKMDAwMDAwNzkwMyAw + MDAwMCBuIAowMDAwMDA4Nzk4IDAwMDAwIG4gCjAwMDAwMDg4NTQgMDAwMDAgbiAKMDAw + MDAwOTY2MiAwMDAwMCBuIAowMDAwMDA5ODAzIDAwMDAwIG4gCjAwMDAwMDk4NTMgMDAw + MDAgbiAKMDAwMDAxNzE2OCAwMDAwMCBuIAowMDAwMDE3MTg5IDAwMDAwIG4gCjAwMDAw + MTc0MjUgMDAwMDAgbiAKMDAwMDAxNzgzOSAwMDAwMCBuIAowMDAwMDI1NDA3IDAwMDAw + IG4gCjAwMDAwMjU0MjggMDAwMDAgbiAKMDAwMDAyNTY3MiAwMDAwMCBuIAp0cmFpbGVy + Cjw8IC9TaXplIDI0IC9Sb290IDE1IDAgUiAvSW5mbyAxIDAgUiAvSUQgWyA8YWJhMGIx + NmFhZDUzMzM5YjIzNDczOWVjYjMwNDg1MjM+CjxhYmEwYjE2YWFkNTMzMzliMjM0NzM5 + ZWNiMzA0ODUyMz4gXSA+PgpzdGFydHhyZWYKMjY1ODQKJSVFT0YKMSAwIG9iago8PC9B + dXRob3IgKE1hcmt1cyBEXDM2NnJpbmcpL0NyZWF0aW9uRGF0ZSAoRDoyMDA5MDQyODE1 + MjkwMFopL0NyZWF0b3IgKE9tbmlHcmFmZmxlIFByb2Zlc3Npb25hbCA1LjEuMSkvTW9k + RGF0ZSAoRDoyMDA5MDQyODE1NTMwMFopL1Byb2R1Y2VyIChNYWMgT1MgWCAxMC41LjYg + UXVhcnR6IFBERkNvbnRleHQpL1RpdGxlIChkaWFncmFtcyk+PgplbmRvYmoKeHJlZgox + IDEKMDAwMDAyNzIyMiAwMDAwMCBuIAp0cmFpbGVyCjw8L0lEIFs8YWJhMGIxNmFhZDUz + MzM5YjIzNDczOWVjYjMwNDg1MjM+IDxhYmEwYjE2YWFkNTMzMzliMjM0NzM5ZWNiMzA0 + ODUyMz5dIC9JbmZvIDEgMCBSIC9QcmV2IDI2NTg0IC9Sb290IDE1IDAgUiAvU2l6ZSAy + ND4+CnN0YXJ0eHJlZgoyNzQzMgolJUVPRgo= + + QuickLookThumbnail + + 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 + + ReadOnly + NO + RowAlign + 1 + RowSpacing + 36 + SheetTitle + Canvas 1 + SmartAlignmentGuidesActive + YES + SmartDistanceGuidesActive + YES + UniqueID + 1 + UseEntirePage + + VPages + 2 + WindowInfo + + CurrentSheet + 0 + ExpandedCanvases + + + name + Canvas 1 + + + Frame + {{392, -148}, {1020, 1095}} + ListView + + OutlineWidth + 142 + RightSidebar + + ShowRuler + + Sidebar + + SidebarWidth + 120 + VisibleRegion + {{0, 539}, {871, 926}} + Zoom + 1 + ZoomValues + + + Canvas 1 + 1 + 1 + + + + saveQuickLookFiles + YES + + diff --git a/terms/guides/text/images/dwc-a_logo.png b/terms/guides/text/images/dwc-a_logo.png new file mode 100644 index 0000000..7c695f1 Binary files /dev/null and b/terms/guides/text/images/dwc-a_logo.png differ diff --git a/terms/guides/text/images/extension.png b/terms/guides/text/images/extension.png new file mode 100644 index 0000000..116b836 Binary files /dev/null and b/terms/guides/text/images/extension.png differ diff --git a/terms/guides/text/images/related.png b/terms/guides/text/images/related.png new file mode 100644 index 0000000..c15af72 Binary files /dev/null and b/terms/guides/text/images/related.png differ diff --git a/terms/guides/text/images/single.png b/terms/guides/text/images/single.png new file mode 100644 index 0000000..f6518e7 Binary files /dev/null and b/terms/guides/text/images/single.png differ diff --git a/terms/guides/text/images/star.png b/terms/guides/text/images/star.png new file mode 100644 index 0000000..b018721 Binary files /dev/null and b/terms/guides/text/images/star.png differ diff --git a/terms/guides/text/images/unrelated.png b/terms/guides/text/images/unrelated.png new file mode 100644 index 0000000..6d0f313 Binary files /dev/null and b/terms/guides/text/images/unrelated.png differ diff --git a/terms/guides/text/images/usage.png b/terms/guides/text/images/usage.png new file mode 100644 index 0000000..338642a Binary files /dev/null and b/terms/guides/text/images/usage.png differ diff --git a/terms/guides/text/index.htm b/terms/guides/text/index.htm new file mode 100644 index 0000000..e9b25f8 --- /dev/null +++ b/terms/guides/text/index.htm @@ -0,0 +1,920 @@ + + + + + + + Darwin Core Text Guide + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + +
+ + +

Darwin Core Text Guide

+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Title:Darwin Core Text Guide
Date Issued:2009-02-12
Date Modified:2014-11-08
Abstract:Guidelines for implementing Darwin Core in Text files.
Contributors:Tim Robertson (GBIF), Markus Döring (GBIF), John + Wieczorek (MVZ), Renato De Giovanni (CRIA), Dave Vieglais + (KUNHM)
Legal:This document is governed by the standard legal, copyright, + licensing provisions and disclaimers issued by the Taxonomic + Databases Working Group.
Part of TDWG Standard: + http://www.tdwg.org/standards/450/ +
Creator:Darwin Core Task Group
Identifier:http://rs.tdwg.org/dwc/2014-11-08/terms/guides/text/
Latest Version: + http://rs.tdwg.org/dwc/terms/guides/text/ +
Replaces: + + http://rs.tdwg.org/dwc/2009-12-07/terms/guides/text/ +
Document Status:Current Standard
+
+ +

1. Introduction

Audience: This document is targeted toward + those who wish to use or share information based on the Darwin Core terms + using text files. It provides technical details on how to construct these + files and complementary metadata files that describe their content. + +

This document provides guidelines for formatting and sharing Darwin Core + terms [TERMS] in fielded text formats, + such as one or more comma separated value (CSV) files. Data conforming to the + Simple Darwin Core [SIMPLEDWC] (CSV + format and having the first row include Darwin Core standard term names) can + be shared in a single file, while a non-standard text file can be understood + using an [XML] metafile to describe its + contents and formatting.
+
+ More complex structure can be shared in multiple related files. The + description of content and relationships between files can be achieved using + the metafile. This guideline makes recommendations for the simple case of a + core file, upon which Darwin Core records are based, and + extensions that are linked to records in that core file. + Specifically, extension records have a many-to-one relationship with + records in the core file. For example, a core file might contain specimen + records, with one specimen per row in the file, while an extension file + contains one or more identifications for those specimens, with one + identification per row in the extension file, and with an identifier to the + specimen for each identification row. This example would allow many + identifications to be associated with each specimen.

+ +

1.1 Simple Example Metafile Content

A simple comma separated values + (CSV) data file with the following content: +
+ID,Species,Count
+123,"Cryptantha gypsophila Reveal & C.R. Broome",12
+124,"Buxbaumia piperi",2 
+
can be described with the following Darwin Core metafile: +
+<?xml version="1.0" encoding="UTF-8"?>
+<archive xmlns="http://rs.tdwg.org/dwc/text/"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema"
+    xsi:schemaLocation="http://rs.tdwg.org/dwc/text/ http://rs.tdwg.org/dwc/text/tdwg_dwc_text.xsd">
+  <core rowType="http://rs.tdwg.org/dwc/xsd/simpledarwincore/SimpleDarwinRecord" ignoreHeaderLines="1">
+    <files>
+      <location>http://data.gbif.org/download/specimens.csv</location>
+    </files>
+    <field index="0" term="http://rs.tdwg.org/dwc/terms/catalogNumber" />
+    <field index="1" term="http://rs.tdwg.org/dwc/terms/scientificName" />
+    <field index="2" term="http://rs.tdwg.org/dwc/terms/individualCount" />
+    <!-- A constant value has no index, but applies to all rows -->
+    <field term="http://rs.tdwg.org/dwc/terms/datasetID" default="urn:lsid:tim.lsid.tdwg.org:collections:1"/>
+  </core>
+</archive>
+
+

These same data could be understood without the metafile if the first row + of the CSV file contained the term names: +

+type,institutionCode,collectionCode,catalogNumber,scientificName,individualCount,datasetID
+PhysicalObject,ANSP,PH,123,"Cryptantha gypsophila Reveal & C.R. Broome",12,urn:lsid:tim.lsid.tdwg.org:collections:1
+PhysicalObject,ANSP,PH,124,"Buxbaumia piperi",2,urn:lsid:tim.lsid.tdwg.org:collections:1
+
+ +

1.2 XML versus Fielded Text

+ +

Many resources exist on the web describing the advantages of Extensible + Markup Language [XML] over less + structured content such as fielded text. The Darwin Core Text Guide + (this document) is not meant to promote the use of fielded text over + XML for data exchange, but rather to provide recommendations for how to + handle such data files when necessary.
+ Two scenarios that might benefit from the use of fielded text + are:

+ + +

+ +

2. Metafile Content

+ +

The text metafile schema [TEXTSCHEMA] provides technical details + for the structure of a metafile by defining the elements and attributes + required to describe the contents and relationships between text files. These + elements and attributes, with descriptions and specifications for their use + in a metafile, are described in the following table.

+ +

2.1 The <archive> element

The <archive> element is the + container for the list of related files (one core and zero or more + extensions). The <archive> element has just one attribute, + metadata. + +

Attributes + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescriptionRequiredDefault
metadataContains a qualified Uniform Resource Locator (URL) defining the + location of a metadata description of the entire archive. The format of + the metadata is not prescribed, but a standardized format such as + Ecological Metadata Language (EML), Federal Geographic Data Committee + (FGDC), or ISO 19115 family is recommended. +
Elements + + + + + + + + + + + + + + + + + + + + + + + +
ElementDescription
+ <core> + + An <archive> must contain exactly one <core> element, representing the data entity + (the actual file and its column header mappings to Darwin Core terms) + upon which records are based.
+ If extensions are being used, each record in the core data must have + a unique identifier. The field for this identifier must be specified + in an explicit <id> field in order to associate extension + records with the core record. +
+ <extension> + + An <archive> may define zero or more <extension> elements, each representing an + individual extension entity directly related to the core. In addition + to the general file attributes described below, every extension + entity must have an explicit <coreId> field to relate the + extension record to a row in the core entity. The extension itself + does not have to have a unique ID field and many rows can point to + the same core record. +
+

+ +

2.2 The <core> or <extension> + element

+ +

Attributes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescriptionRequiredDefault
rowType + A Unified Resource Identifier (URI) for the term identifying the + class of data represented by each row, for example, + http://rs.tdwg.org/dwc/terms/Occurrence for Occurrence records or + http://rs.tdwg.org/dwc/terms/Taxon for Taxon records. Additional + classes may be referenced by URI and defined outside the Darwin Core + specification. The row type defaults to the ambiguous + SimpleDarwinRecord. For convenience the URIs for classes defined by + the Darwin Core are listed below: + +
+
Simple Darwin Record
+ +
+ http://rs.tdwg.org/dwc/xsd/simpledarwincore/SimpleDarwinRecord
+ +
Occurrence
+ +
http://rs.tdwg.org/dwc/terms/Occurrence
+ +
Event
+ +
http://rs.tdwg.org/dwc/terms/Event
+ +
Location
+ +
http://purl.org/dc/terms/Location
+ +
GeologicalContext
+ +
http://purl.org/dc/terms/GeologicalContext
+ +
Identification
+ +
http://rs.tdwg.org/dwc/terms/Identification
+ +
Taxon
+ +
http://rs.tdwg.org/dwc/terms/Taxon
+ +
ResourceRelationship
+ +
http://rs.tdwg.org/dwc/terms/ResourceRelationship
+ +
MeasurementOrFact
+ +
http://rs.tdwg.org/dwc/terms/MeasurementOrFact
+
+
http://rs.tdwg.org/dwc/xsd/simpledarwincore/SimpleDarwinRecord
fieldsTerminatedBySpecifies the delimiter between fields. Typical values might be "," + or "\t" for CSV or Tab files respectively. + + ,
linesTerminatedBySpecifies the row separator character. + + \n
fieldsEnclosedBySpecifies the character used to enclose (mark the start and end of) + each field. CSV files frequently use the double quote character + ("), but the default is no enclosing character. Note that a comma + separated value file that has commas within the content of any field + must have an enclosing character. + + "
encoding + Specifies the character + encoding for the data file. The encoding is extremely important, + but often ignored. The most frequently used encodings are: + +
+
UTF-8
+ +
8-bit Unicode Transformation Format.
+ +
UTF-16
+ +
16-bit Unicode Transformation Format.
+ +
ISO-8859-1
+ +
Commonly known as Latin-1 and a common default on systems + configured for a single western European language.
+ +
Windows-1252
+ +
Commonly known as WinLatin and a common default of legacy + versions of Microsoft Windows based operating systems.
+
+
+ + UTF-8
ignoreHeaderLinesSpecifies the number lines to ignore from the beginning of the + file. This can be used to ignore files with column headings or preamble + comments for example. + + 0
dateFormat + When verbatim dates are consistent in format, this field can be used + to indicate the format represented. It is recommended to use the + date, dateTime and time for field formats wherever possible, but + where verbatim dates are required, a format may be specified here. + This should be considered a 'hint' for consumers. It is recommended + that consumers support the minimum combinations of DD MM and YYYY + with the separators / and -. Examples: + +
+
DDMMYYYY
+ +
For dates of the form 21121978
+ +
DD-MM-YYYY
+ +
For dates of the form 21-12-1978
+ +
MMDDYYYY
+ +
For dates of the form 12211978
+ +
MM-DD-YYYY
+ +
For dates of the form 12-21-1978
+ +
YYYYMMDD
+ +
For dates of the form 19781221
+
+
+ + YYYY-MM-DD
Elements + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ElementDescription
+ <files> + + <core> or <extension> element must contain one <files> element to locate the data being + described. +
<id> + If extensions are being used, the <core> + must contain an <id> element that indicates the identifier for + a record. +
<coreId> + If extensions are being used, the <extension> element must contain a + <coreId> element that indicates the column in the extension + file that contains the core record identifier (the matching + <id> in the core file). +
+ <field> + + A <core> or <extension> element must contain one or more + <field> elements, each representing a + 'column' in the row. +
+

+ +

2.3 The <files> element

+ +

The files element must contain one or more <location> elements, each + defining where a file resides. Each core or extension entity can be composed + from one or more files. If an entity has data in more than one file, use the + <location> element multiple times, once for each file that makes up the + entity.

+ +

Elements + + + + + + + + + + + + + + + + + +
ElementDescription
location + Specifies the location of the file being described, which may take + either of the following forms: + +
    +
  • A web accessible URL such as + "http://www.gbif.org/data/specimen.csv" or + "ftp://ftp.gbif.org/tim/specimen.txt".
  • + +
  • A filepath relative to the location of the metafile such as + "specimen.txt","./specimen.txt", "data/specimen.txt".
  • +
+
+

+ +

2.4 The <field> + element

The field element is used to specify the location and content + of data within a file. There must be one field element for every term being + shared for the entity, whether explicitly or through the use of a default + value for all rows in the file. + +

Attributes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescriptionRequiredDefault
indexSpecifies the position of the column in the row. The first column + has an index of 0, the second column 1, etc. If no column index is + specified, then the term and the default may be used to define a + constant value for all rows. + +
termA Unified Resource Identifier (URI) for the term represented by + this field. For example, a field containing the scientific name would + have term="http://rs.tdwg.org/dwc/terms/scientificName". + Terms outside of the Darwin Core specification may be used, such as + those from the Dublin Core Metadata Initative, for example, + dcterms:modified would be + term="http://purl.org/dc/terms/modified". +
defaultSpecifies value to use if one is not supplied for the field in a + given row. If no index is supplied, the default can be used to define a + constant for all rows for a field that is not in the data file. + +
vocabularyA Unified Resource Identifier (URI) for a vocabulary that the + source values for this field are based on. The URI ideally should + resolve to some machine readable definition like SKOS, RDF or at least + some simple text or html file often found for ISO or RFC standards. For + example http://rs.gbif.org/vocabulary/gbif/nomenclatural_code.xml, + http://www.ietf.org/rfc/rfc3066.txt or + http://www.iso.org/iso/list-en1-semic-3.txt . + +
+

+ +

3. Implementation Guide

+ +

3.1 Extension example

The following example illustrates the use of + extensions. In this example there are three files in the archive, all of + which are located in the same directory as the metafile. The whales.txt file + acts as a core file of Taxon records. The whales.txt file is extended by two + other files, types.txt and distribution.txt. The types.txt file contains + records of a type specified in an external definition at + http://http://rs.gbif.org/terms/1.0/Types and consists of Dublin Core and + Darwin Core terms, while the distribution.txt file contains records of a type + specified at http://http://rs.gbif.org/terms/1.0/Distribution and consists of + Darwin Core terms plus an additional term for threatStatus. Both extension + files are related to the core file by the taxonNameID fields. Presumably, + this archive contains information about whale species, type specimen records + for those species, and lists of countries and the threat status for those + species.
+
+
+<?xml version="1.0" encoding="UTF-8"?>
+<archive xmlns="http://rs.tdwg.org/dwc/text/"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema"
+    xsi:schemaLocation="http://rs.tdwg.org/dwc/text/ http://rs.tdwg.org/dwc/text/tdwg_dwc_text.xsd">
+    
+  <core encoding="UTF-8" fieldsTerminatedBy="\t" linesTerminatedBy="\n" ignoreHeaderLines="1" 
+   rowType="http://rs.tdwg.org/dwc/terms/Taxon">
+    <files>
+        <location>whales.txt</location>
+    </files>
+    <id index="0" />
+    <field index="0" term="http://rs.tdwg.org/dwc/terms/taxonID" />
+    <field index="1" term="http://purl.org/dc/terms/modified" />
+    <field index="2" term="http://rs.tdwg.org/dwc/terms/scientificName"/>
+    <field index="3" term="http://rs.tdwg.org/dwc/terms/acceptedNameUsageID"/>
+    <field index="4" term="http://rs.tdwg.org/dwc/terms/parentNameUsageID"/>
+    <field index="5" term="http://rs.tdwg.org/dwc/terms/originalNameUsageID"/>
+  </core>
+    
+  <extension encoding="UTF-8" fieldsTerminatedBy="," linesTerminatedBy="\n" fieldsEnclosedBy='"' ignoreHeaderLines="1"
+   rowType="http://rs.gbif.org/terms/1.0/Types">
+    <files>
+        <location>types.csv</location>
+    </files>
+    <coreId index="0" />
+    <field index="1" term="http://purl.org/dc/terms/bibliographicCitation"/>
+    <field index="2" term="http://rs.tdwg.org/dwc/terms/catalogNumber"/>
+    <field index="3" term="http://rs.tdwg.org/dwc/terms/collectionCode"/>
+    <field index="4" term="http://rs.tdwg.org/dwc/terms/institutionCode"/>
+    <field index="5" term="http://rs.tdwg.org/dwc/terms/typeStatus"/>
+  </extension>
+    
+  <extension encoding="UTF-8" fieldsTerminatedBy="," linesTerminatedBy="\n" fieldsEnclosedBy='"' ignoreHeaderLines="1"
+     rowType="http://rs.gbif.org/terms/1.0/Distribution">
+    <files>
+        <location>distribution.csv</location>
+    </files>
+    <coreId index="0" />
+    <field index="1" term="http://rs.tdwg.org/dwc/terms/countryCode"/>
+    <field index="2" term="http://rs.gbif.org/terms/1.0/threatStatus"/>
+    <field index="3" term="http://rs.tdwg.org/dwc/terms/occurrenceStatus"/>
+  </extension>
+</archive>
+
+ +

4. Database Example

+ +

4.1 MySQL

It is very easy to produce fielded text using the + SELECT INTO outfile command from MySQL. The encoding of the + resulting file will depend on the server variables and collations used, and + might need to be modified before the operation is done. Note that MySQL will + export NULL values as \N by default. Use the IFNULL() function as shown in + the following example to avoid this. +
+SELECT 
+  IFNULL(id, ''), IFNULL(scientific_name, ''), IFNULL(count,'') 
+    INTO outfile '/tmp/dwc.txt' 
+      FIELDS TERMINATED BY ',' 
+      OPTIONALLY ENCLOSED BY '"' 
+      LINES TERMINATED BY '\n' 
+FROM 
+  dwc;
+
+ +

5. Tools

+ +

For tools and applications, including a Java-based application to read + Darwin Core text archives, see the Darwin Core Tools and Applications + page [TOOLS].

+
+ + +

Except where otherwise noted, content on this site is licensed under a + Creative + Commons Attribution 4.0 International License.

+ +

Creative Commons License Copyright 2011-2014 - + Biodiversity Information Standards - TDWG - Contact Us
+ +

+ + \ No newline at end of file diff --git a/terms/guides/xml/index.htm b/terms/guides/xml/index.htm new file mode 100644 index 0000000..2ccae0e --- /dev/null +++ b/terms/guides/xml/index.htm @@ -0,0 +1,751 @@ + + + + + + + Darwin Core XML Guide + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + +
+ + +

Darwin Core XML Guide

+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Title:Darwin Core XML Guide
Date Issued:2009-02-12
Date Modified:2014-11-08
Abstract:Guidelines for the implementation of Darwin Core in + XML.
Contributors:John Wieczorek (MVZ), Markus Döring (GBIF), Renato De + Giovanni (CRIA), Tim Robertson (GBIF), Dave Vieglais + (KUNHM)
Legal:This document is governed by the standard legal, copyright, + licensing provisions and disclaimers issued by the Taxonomic + Databases Working Group.
Part of TDWG Standard: + http://www.tdwg.org/standards/450/ +
Creator:Darwin Core Task Group
Identifier:http://rs.tdwg.org/dwc/2014-11-08/terms/guides/xml/
Latest Version: + http://rs.tdwg.org/dwc/terms/guides/xml/ +
Replaces: + + http://rs.tdwg.org/dwc/2010-05-23/terms/guides/xml/ +
Document Status:Current Standard

+
+
+ +

1. Introduction

Audience: This document is targeted toward + those who wish to use or construct application schemas using Darwin Core + terms in XML. It includes explanations of existing schemas such as the Simple + Darwin Core [SIMPLEDWC] and how to build + new schemas to meet specific models of information. + +

This document provides guidelines for implementing application schemas + based on Darwin Core terms [TERMS] using + [XML]. The underlying metadata model is + described (in a syntax neutral way), followed by some specific guidelines for + XML implementations. Some guidance on the use of non-Darwin Core terms is + also provided.

+ +

This document does not provide guidelines for encoding Darwin Core in + RDF/XML. Nor does it take a position on the relative merits of encoding + metadata in 'plain' XML rather than RDF/XML. This document provides + guidelines in those cases where RDF/XML is not considered appropriate.

+ +

2. Implementation Guide

+ +

+ +

2.1 XML Schema

Implementors should base their XML applications on + XML Schemas [XMLSCHEMA] + rather than XML DTDs. Approaches based on XML Schemas are more + flexible and are more easily re-used within other XML applications. + +

+ +

2.2 XML Namespaces

Implementors should use XML Namespaces + [XMLNS] to + uniquely identify elements. Darwin Core namespaces are defined in the + Darwin Core Namespace Policy [NAMESPACEPOLICY], while Dublin Core + namespaces are defined in the DCMI Namespace Recommendation [DCMINS]. + +

+ +

2.3 Abstract model

+ +

The Darwin Core follows the Dublin Core Metadata Initiative Abstract + Model [ABSTRACTMODEL] except + that the Darwin Core record is roughly equivalent to the Dublin Core + resource.

+ + + +

+ +

2.4 Properties and Values

+ +

The Darwin Core follows the guidelines for expressing Dublin Core metadata + using XML [DCMIXMLGUIDE] except in that + Darwin Core implementors should encode properties as XML elements + and values as the content of those elements instead of having each + property contain a value representation and its associated value. The name of + the XML element should be an XML qualified name (QName), which associates the + value given in the Term name attribute in the Darwin Core Terms + recommendation [TERMS] with the appropriate + namespace name. For example, use

+
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+    targetNamespace="http://rs.tdwg.org/dwc/terms/"
+    xmlns:dwc="http://rs.tdwg.org/dwc/terms/">
+...
+<dwc:basisOfRecord>HumanObservation</dwc:basisOfRecord>
+
+ +

rather than

+
+<dwc:basisOfRecord value="HumanObservation" />
+
+ +

+

+ +

2.5 Null values

+ +

Elements for which the value is null should be omitted from the document + or explicitly coded using the attribute xsi:nil="true".

+
+<dwc:locality xsi:nil="true"/>
+
Do not use an empty string - an element with no content: +
+<dwc:locality></dwc:locality>
+
+ + +

2.6 Simple Darwin Core

+ +

The Simple Darwin Core [SIMPLEXMLSCHEMA] most closely models + the "flat" nature of many data sets. It is a ready-made schema for sharing + information with no structure beyond properties of a record + (equivalent to fields in a table, or columns in a spreadsheet). It is meant + to accommodate all properties except those that require further structure to + be meaningful (auxilliary terms in the classes ResourceRelationship and MeasurementOrFact. The schema has no + required terms and no term is repeated within a given record. Refer + to the Simple Darwin Core page [SIMPLEDWC] for the rationale behind this + schema.

+ +

The term dcterms:type (which is + controlled by the Dublin Core Type Vocabulary [DCMI-TYPE]), + gives the basic category of object (PhysicalObject, StillImage, MovingImage, + Sound, or Text) the record is about. The term basisOfRecord, which has a controlled + vocabulary distinct from that of dcterms:type, shows the name of the + Darwin Core class (e.g., LivingSpecimen, PreservedSpecimen, FossilSpecimen, + HumanObservation, MachineObservation, Taxon) the record is about.

+ +

Following is a brief example of an XML document for a single specimen + complying with the Simple Darwin Core Schema [SIMPLEXMLSCHEMA]. The Simple Darwin + Core XML example document [SIMPLEXMLEXAMPLE] (if this + link shows a blank page in your browser, use the View Source option to see + the XML document) shows detail for a single record having a more complete set + of elements.

+
+<?xml version="1.0"?>
+<dwr:SimpleDarwinRecordSet
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://rs.tdwg.org/dwc/xsd/simpledarwincore/  http://rs.tdwg.org/dwc/xsd/tdwg_dwc_simple.xsd"
+    xmlns:dcterms="http://purl.org/dc/terms/"
+    xmlns:dwc="http://rs.tdwg.org/dwc/terms/"
+    xmlns:dwr="http://rs.tdwg.org/dwc/xsd/simpledarwincore/">
+    <dwr:SimpleDarwinRecord>
+        <dcterms:type>PhysicalObject</dcterms:type>
+        <dcterms:modified>2009-02-12T12:43:31</dcterms:modified>
+        <dcterms:rightsHolder>Museum of Vertebrate Zoology</dcterms:rightsHolder>
+        <dcterms:rights>Creative Commons License</dcterms:rights>
+        <dwc:institutionCode>MVZ</dwc:institutionCode>
+        <dwc:collectionCode>Mammals</dwc:collectionCode>
+        <dwc:occurrenceID>urn:catalog:MVZ:Mammals:14523</dwc:occurrenceID>
+        <dwc:basisOfRecord>PreservedSpecimen</dwc:basisOfRecord>
+        <dwc:country>Argentina</dwc:country>
+        <dwc:countryCode>AR</dwc:countryCode>
+        <dwc:stateProvince>Neuquén</dwc:stateProvince>
+        <dwc:locality>25 km al NNE de Bariloche por Ruta 40 (=237)</dwc:locality>
+    </dwr:SimpleDarwinRecord>
+</dwr:SimpleDarwinRecordSet>
+
+ +

+ +

2.7 Classes and Containment

+ +

Many Darwin Core terms (properties) are defined as being associated + with another term (a class). For example, scientificName and Taxon are both Darwin Core terms, but + scientificName is a property associated with the Taxon class. + When constructing schemas that take advantage of classes in structures, + implementors are encouraged to maintain the property/class relationships + defined by the terms whenever possible (refer to the Class attribute + of the term as given in the Quick Reference Guide [TERMS]) or the attribute + dwcattributes:organizedInClass in the term declaration in the dcterms.rdf file. To promote reuse, Darwin + Core provides a set of xml schemas to use as the basis of additional + schemas:

+ + + +

It is encouraged to use classes in a normalized way to avoid deep nesting. + A Darwin Core Tools and Applications wiki page [TOOLS] + has been created as an index to example schemas for the purpose of community + discussions and development. An XML schema [CLASSXMLSCHEMA] is provided to freely + mix any Darwin Core Class in a global list and allow them to reference each + other using the respective class identifier terms. Following is an example of + using normalized classes to represent two related specimen occurrences (one + of which has had a second identification) at one location following this + class-based schema. Note that you can reuse the location definition here by + referring to it via locationID:

+
+<?xml version="1.0"?>
+<dwr:DarwinRecordSet
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://rs.tdwg.org/dwc/dwcrecord/  http://rs.tdwg.org/dwc/xsd/tdwg_dwc_classes.xsd"
+    xmlns:dcterms="http://purl.org/dc/terms/"
+    xmlns:dwc="http://rs.tdwg.org/dwc/terms/"
+    xmlns:dwr="http://rs.tdwg.org/dwc/dwcrecord/">
+    <dcterms:Location>
+        <dwc:locationID>http://guid.mvz.org/sites/arg/127</dwc:locationID>
+        <dwc:country>Argentina</dwc:country>
+        <dwc:countryCode>AR</dwc:countryCode>
+        <dwc:stateProvince>Neuquén</dwc:stateProvince>
+        <dwc:locality>25 km al NNE de Bariloche por Ruta 40 (=237)</dwc:locality>
+    </dcterms:Location>
+    <dwc:Occurrence>
+        <dcterms:type>PhysicalObject</dcterms:type>
+        <dcterms:modified>2009-02-12T12:43:31</dcterms:modified>
+        <dwc:institutionCode>MVZ</dwc:institutionCode>
+        <dwc:collectionCode>Mammals</dwc:collectionCode>
+        <dwc:occurrenceID>urn:catalog:MVZ:Mammals:14523</dwc:occurrenceID>
+        <dwc:basisOfRecord>PreservedSpecimen</dwc:basisOfRecord>
+        <dwc:locationID>http://guid.mvz.org/sites/arg/127</dwc:locationID>
+    </dwc:Occurrence>
+    <dwc:Identification>
+      <dwc:identificationID>http://guid.mvz.org/identifications/23459</dwc:identificationID>
+      <dwc:identifiedBy>Richard Sage</dwc:identifiedBy>
+      <dwc:dateIdentified>2000</dwc:dateIdentified>
+      <dwc:identificationQualifier>sp.</dwc:identificationQualifier>
+      <dwc:occurrenceID>urn:catalog:MVZ:Mammals:14523</dwc:occurrenceID>
+      <dwc:taxonID>urn:lsid:catalogueoflife.org:taxon:d79c11aa-29c1-102b-9a4a-00304854f820:col20120721</dwc:taxonID>
+    </dwc:Identification>
+    <dwc:Taxon>
+      <dwc:taxonID>urn:lsid:catalogueoflife.org:taxon:d79c11aa-29c1-102b-9a4a-00304854f820:col20120721</dwc:taxonID>
+      <dwc:scientificName>Ctenomys</dwc:scientificName>
+      <dwc:taxonRank>genus</dwc:taxonRank>
+      <dwc:nomenclaturalCode>ICZN</dwc:nomenclaturalCode>
+      <dwc:genus>Ctenomys</dwc:genus>
+    </dwc:Taxon>
+    <dwc:Identification>
+      <dwc:identificationID>http://guid.mvz.org/identifications/94752</dwc:identificationID>
+      <dwc:identifiedBy>James L Patton</dwc:identifiedBy>
+      <dwc:dateIdentified>2001-09-14</dwc:dateIdentified>
+      <dwc:occurrenceID>urn:catalog:MVZ:Mammals:14523</dwc:occurrenceID>
+      <dwc:taxonID>urn:lsid:catalogueoflife.org:taxon:df0a797c-29c1-102b-9a4a-00304854f820:col20120721</dwc:taxonID>
+    </dwc:Identification>
+    <dwc:Taxon>
+      <dwc:taxonID>urn:lsid:catalogueoflife.org:taxon:df0a797c-29c1-102b-9a4a-00304854f820:col20120721</dwc:taxonID>
+      <dwc:parentNameUsageID>urn:lsid:catalogueoflife.org:taxon:d79c11aa-29c1-102b-9a4a-00304854f820:col20120721</dwc:parentNameUsageID>
+      <dwc:scientificName>Ctenomys sociabilis</dwc:scientificName>
+      <dwc:scientificNameAuthorship>Pearson and Christie, 1985</dwc:scientificNameAuthorship>
+      <dwc:taxonRank>species</dwc:taxonRank>
+      <dwc:nomenclaturalCode>ICZN</dwc:nomenclaturalCode>
+      <dwc:higherClassification>Animalia; Chordata; Vertebrata; Mammalia; Theria; Eutheria; Rodentia; Hystricognatha; Hystricognathi; Ctenomyidae; Ctenomyini; Ctenomys</dwc:higherClassification>
+      <dwc:kingdom>Animalia</dwc:kingdom>
+      <dwc:phylum>Chordata</dwc:phylum>
+      <dwc:class>Mammalia</dwc:class>
+      <dwc:order>Rodentia</dwc:order>
+      <dwc:family>Ctenomyidae</dwc:family>
+      <dwc:genus>Ctenomys</dwc:genus>
+      <dwc:specificEpithet>sociabilis</dwc:specificEpithet>
+    </dwc:Taxon>
+    <dwc:Occurrence>
+        <dcterms:type>PhysicalObject</dcterms:type>
+        <dcterms:modified>2009-02-12T12:43:31</dcterms:modified>
+        <dwc:institutionCode>MVZ</dwc:institutionCode>
+        <dwc:collectionCode>Mammals</dwc:collectionCode>
+        <dwc:occurrenceID>urn:catalog:MVZ:Mammals:14524</dwc:occurrenceID>
+        <dwc:basisOfRecord>PreservedSpecimen</dwc:basisOfRecord>
+        <dwc:locationID>http://guid.mvz.org/sites/arg/127</dwc:locationID>
+    </dwc:Occurrence>
+    <dwc:Identification>
+      <dwc:identificationID>http://guid.mvz.org/identifications/94753</dwc:identificationID>
+      <dwc:identifiedBy>James L Patton</dwc:identifiedBy>
+      <dwc:dateIdentified>2001-09-14</dwc:dateIdentified>
+      <dwc:occurrenceID>urn:catalog:MVZ:Mammals:14524</dwc:occurrenceID>
+      <dwc:taxonID>urn:lsid:catalogueoflife.org:taxon:df0a797c-29c1-102b-9a4a-00304854f820:col20120721</dwc:taxonID>
+    </dwc:Identification>
+    <dwc:ResourceRelationship>
+        <dwc:resourceRelationshipID>http://guid.mvz.org/relations/23423</dwc:resourceRelationshipID>
+        <dwc:resourceID>urn:catalog:MVZ:Mammals:14523</dwc:resourceID>
+        <dwc:relatedResourceID>urn:catalog:MVZ:Mammals:14524</dwc:relatedResourceID>
+        <dwc:relationshipOfResource>offspring of</dwc:relationshipOfResource>
+    </dwc:ResourceRelationship>
+    <dwc:ResourceRelationship>
+        <dwc:resourceRelationshipID>http://guid.mvz.org/relations/23424</dwc:resourceRelationshipID>
+        <dwc:resourceID>urn:catalog:MVZ:Mammals:14524</dwc:resourceID>
+        <dwc:relatedResourceID>urn:catalog:MVZ:Mammals:14523</dwc:relatedResourceID>
+        <dwc:relationshipOfResource>mother of</dwc:relationshipOfResource>
+    </dwc:ResourceRelationship>
+</dwr:DarwinRecordSet>
+
Here is different example demonstrating area count observations for +events on two different days at one location. Note that we omit the +identification class here as there is not identification related data and link +via the taxonID directly: +
+<?xml version="1.0"?>
+<dwr:DarwinRecordSet
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://rs.tdwg.org/dwc/dwcrecord/  http://rs.tdwg.org/dwc/xsd/tdwg_dwc_classes.xsd"
+    xmlns:dcterms="http://purl.org/dc/terms/"
+    xmlns:dwc="http://rs.tdwg.org/dwc/terms/"
+    xmlns:dwr="http://rs.tdwg.org/dwc/dwcrecord/">
+    <dcterms:Location>
+      <dwc:locationID>http://guid.mvz.org/sites/arg/127</dwc:locationID>
+      <dwc:country>Argentina</dwc:country>
+      <dwc:countryCode>AR</dwc:countryCode>
+      <dwc:stateProvince>Neuquén</dwc:stateProvince>
+      <dwc:locality>Valle Limay, Estancia Rincon Grande, 48 ha area with centroid at this point</dwc:locality>
+      <dwc:decimalLatitude>-40.97467</dwc:decimalLatitude>
+      <dwc:decimalLongitude>-71.0734</dwc:decimalLongitude>
+      <dwc:geodeticDatum>WGS84</dwc:geodeticDatum>
+      <dwc:coordinateUncertaintyInMeters>200</dwc:coordinateUncertaintyInMeters>
+    </dcterms:Location>
+    <dwc:Event>
+      <dwc:eventID>http://guid.mvz.org/events/2006/11/26/17</dwc:eventID>
+      <dwc:samplingProtocol>area count</dwc:samplingProtocol>
+      <dwc:eventDate>2006-11-26</dwc:eventDate>
+      <dwc:locationID>http://guid.mvz.org/sites/arg/127</dwc:locationID>
+    </dwc:Event>
+    <dwc:Occurrence>
+      <dwc:occurrenceID>urn:catalog:AUDCLO:EBIRD:OBS64515288</dwc:occurrenceID>
+      <dcterms:type>Event</dcterms:type>
+      <dcterms:modified>2009-02-17T07:33:04Z</dcterms:modified>
+      <dwc:institutionCode>AUDCLO</dwc:institutionCode>
+      <dwc:collectionCode>EBIRD</dwc:collectionCode>
+      <dwc:basisOfRecord>HumanObservation</dwc:basisOfRecord>
+      <dwc:individualCount>2</dwc:individualCount>
+      <dwc:eventID>http://guid.mvz.org/events/2006/11/26/17</dwc:eventID>
+      <dwc:taxonID>urn:lsid:catalogueoflife.org:taxon:f000ee00-29c1-102b-9a4a-00304854f820:col20120721</dwc:taxonID>
+    </dwc:Occurrence>
+    <dwc:Taxon>
+      <dwc:taxonID>urn:lsid:catalogueoflife.org:taxon:f000ee00-29c1-102b-9a4a-00304854f820:col20120721</dwc:taxonID>
+      <dwc:scientificName>Anthus hellmayri Hartert, 1909</dwc:scientificName>
+      <dwc:class>Aves</dwc:class>
+      <dwc:genus>Anthus</dwc:genus>
+      <dwc:specificEpithet>hellmayri</dwc:specificEpithet>
+    </dwc:Taxon>
+    <dwc:Occurrence>
+      <dwc:occurrenceID>urn:catalog:AUDCLO:EBIRD:OBS64515286</dwc:occurrenceID>
+      <dcterms:type>Event</dcterms:type>
+      <dcterms:modified>2009-02-17T07:33:04Z</dcterms:modified>
+      <dwc:institutionCode>AUDCLO</dwc:institutionCode>
+      <dwc:collectionCode>EBIRD</dwc:collectionCode>
+      <dwc:basisOfRecord>HumanObservation</dwc:basisOfRecord>
+      <dwc:individualCount>1</dwc:individualCount>
+      <dwc:eventID>http://guid.mvz.org/events/2006/11/26/17</dwc:eventID>
+      <dwc:taxonID>urn:lsid:catalogueoflife.org:taxon:f000e838-29c1-102b-9a4a-00304854f820:col20120721</dwc:taxonID>
+    </dwc:Occurrence>
+    <dwc:Taxon>
+      <dwc:taxonID>urn:lsid:catalogueoflife.org:taxon:f000e838-29c1-102b-9a4a-00304854f820:col20120721</dwc:taxonID>
+      <dwc:scientificName>Anthus correndera Vieillot, 1818</dwc:scientificName>
+      <dwc:class>Aves</dwc:class>
+      <dwc:genus>Anthus</dwc:genus>
+      <dwc:specificEpithet>correndera</dwc:specificEpithet>
+    </dwc:Taxon>
+    <dwc:Event>
+      <dwc:eventID>http://guid.mvz.org/events/2006/11/27/6</dwc:eventID>
+      <dwc:samplingProtocol>area count</dwc:samplingProtocol>
+      <dwc:eventDate>2006-11-27</dwc:eventDate>
+      <dwc:locationID>http://guid.mvz.org/sites/arg/127</dwc:locationID>
+    </dwc:Event>
+    <dwc:Occurrence>
+      <dwc:occurrenceID>urn:catalog:AUDCLO:EBIRD:OBS64515333</dwc:occurrenceID>
+      <dcterms:type>Event</dcterms:type>
+      <dcterms:modified>2009-02-17T07:33:04Z</dcterms:modified>
+      <dwc:institutionCode>AUDCLO</dwc:institutionCode>
+      <dwc:collectionCode>EBIRD</dwc:collectionCode>
+      <dwc:basisOfRecord>HumanObservation</dwc:basisOfRecord>
+      <dwc:individualCount>1</dwc:individualCount>
+      <dwc:eventID>http://guid.mvz.org/events/2006/11/27/6</dwc:eventID>
+      <dwc:taxonID>urn:lsid:catalogueoflife.org:taxon:f000ee00-29c1-102b-9a4a-00304854f820:col20120721</dwc:taxonID>
+    </dwc:Occurrence>
+    <dwc:Occurrence>
+      <dwc:occurrenceID>urn:catalog:AUDCLO:EBIRD:OBS64515331</dwc:occurrenceID>
+      <dcterms:type>Event</dcterms:type>
+      <dcterms:modified>2009-02-17T07:33:04Z</dcterms:modified>
+      <dwc:institutionCode>AUDCLO</dwc:institutionCode>
+      <dwc:collectionCode>EBIRD</dwc:collectionCode>
+      <dwc:basisOfRecord>HumanObservation</dwc:basisOfRecord>
+      <dwc:individualCount>2</dwc:individualCount>
+      <dwc:eventID>http://guid.mvz.org/events/2006/11/27/6</dwc:eventID>
+      <dwc:taxonID>urn:lsid:catalogueoflife.org:taxon:f000ee00-29c1-102b-9a4a-00304854f820:col20120721</dwc:taxonID>
+    </dwc:Occurrence>
+</dwr:DarwinRecordSet>
+
+
+ + +

Except where otherwise noted, content on this site is licensed under a + Creative + Commons Attribution 4.0 International License.

+ +

Creative Commons License Copyright 2011-2014 - + Biodiversity Information Standards - TDWG - Contact Us
+ +

+ + \ No newline at end of file diff --git a/terms/history/decisions/index.htm b/terms/history/decisions/index.htm new file mode 100644 index 0000000..4bd9cf6 --- /dev/null +++ b/terms/history/decisions/index.htm @@ -0,0 +1,755 @@ + + + + + + + Darwin Core Decision History + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + +
+ + +

Darwin Core Decision History

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Title:Darwin Core Decision History
Date Issued:2009-02-12
Date Modified:2014-11-08
Abstract:This document is a complete history of all decisions + rendered for Darwin Core terms.
Contributors:John Wieczorek (MVZ), Markus Döring (GBIF), Renato De + Giovanni (CRIA), Tim Robertson (GBIF), Dave Vieglais + (KUNHM)
Legal:This document is governed by the standard legal, copyright, + licensing provisions and disclaimers issued by the Taxonomic + Databases Working Group.
Part of TDWG Standard: + http://www.tdwg.org/standards/450/ +
Creator:Darwin Core Task Group
Identifier: + http://rs.tdwg.org/dwc/2014-11-08/terms/history/decisions/
Latest Version: + http://rs.tdwg.org/dwc/terms/history/decisions/ +
Replaces: + + http://rs.tdwg.org/dwc/2013-10-22/terms/history/decisions/ +
Document Status:Current Standard
+
+ +

1. Introduction

Audience: This document is targeted toward + those who wish to understand the reasoning behind changes (or rejections of + proposed changes) to the Darwin Core terms. + +

From time to time changes are proposed to Darwin Core terms through the + process described in the Term Change Policy section of the Darwin Core + Namespace Policy [NAMESPACEPOLICY]. This document shows the + outcome of decisions based on officially proposed changes.

+ +

2. Decisions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Decision-2009-12-07_1 +
Identifier: + http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2009-12-07_1
Description:The recommended controlled vocabulary for dcterms:type was changed + from a vocabulary of Darwin Core Classes (Occurrence, Taxon, Location, + Event) to the DCMI type vocabulary (PhysicalObject, Event, StillImage, + MovingImage, Sound, Text, Dataset) to be consistent with the standard + use of that term.
Date:2009-12-07
+ Decision-2009-12-07_2 +
Identifier: + http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2009-12-07_2
Description:The recommended controlled vocabulary for basisOfRecord remains the + Darwin Core Type Vocabulary, but the Dublin Core classes StillImage, + MovingImage, and Sound were removed from that list as these are to be + used as vocabulary for the dcterms:type term.
Date:2009-12-07
+ Decision-2011-10-16_3 +
Identifier: + http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2011-10-16_3
Description:The Dublin Core type vocabulary values StillImage, MovingImage, and + Sound have not been added to the list of valid values for Darwin Core + type vocabulary pending further insights from the RDF Interest Group + about how best to manage basisOfRecord when a record can be "about" + more than one subject.
Date:2011-10-16
+ Decision-2011-10-16_4 +
Identifier: + http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2011-10-16_4
Description:The recommendation to add alias as an attribute of Darwin Core + terms was rejected as being an application-specific recommendation + without sufficiently demonstrated community need.
Date:2011-10-16
+ Decision-2011-10-16_5 +
Identifier: + http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2011-10-16_5
Description:The label for all terms have been changed to words in English + rather than lower camel case term names. This will facilitate discovery + with search engines and is consistent with Dublin Core.
Date:2011-10-16
+ Decision-2011-10-16_6 +
Identifier: + http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2011-10-16_6
Description:The subclasses for Darwin Core type vocabulary have been removed. + These were seen as too constraining when considering biodiversity + information in the context of linked data.
Date:2011-10-16
+ Decision-2011-10-16_7 +
Identifier: + http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2011-10-16_7
Description:The term Darwin Core term dwc:occurrenceDetails has been deprecated + in favor of a new record-level term from the Dublin Core - + dcterms:references, which is broader in meaning than the deprecated + term.
Date:2011-10-16
+ Decision-2011-10-16_8 +
Identifier: + http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2011-10-16_8
Description:Added term namePublishedInYear.
Date:2011-10-16
+ Decision-2011-10-16_9 +
Identifier: + http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2011-10-16_9
Description:Added term georeferencedDate.
Date:2011-10-16
+ Decision-2011-10-16_10 +
Identifier: + http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2011-10-16_10
Description:Added term identificationVerificationStatus.
Date:2011-10-16
+ Decision-2013-10-09_11 +
Identifier: + http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2013-10-09_11
Description:Added term MaterialSample.
Date:2013-10-09
+ Decision-2013-10-09_12 +
Identifier: + http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2013-10-09_12
Description:Added Darwin Core type vocabulary term MaterialSample.
Date:2013-10-09
+ Decision-2013-10-09_13 +
Identifier: + http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2013-10-09_13
Description:Added term materialSampleID.
Date:2013-10-09
+ Decision-2014-10-26_14 +
Identifier: + http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_14
Description:Added class term Organism with associated properties organismID, + organismName, organismScope, organismRemarks, and associatedOrganisms. + Associated terms previousIdentifications and associatedOccurrences with + the new Organism class. Removed the individualID term.
Date:2014-10-26
+ Decision-2014-10-26_15 +
Identifier: + http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-26_15
Description:Deprecated the Darwin Core Type Vocabulary + (http://rs.tdwg.org/dwc/dwctype) in favor of the corresponding terms in + the dwc namespace (http://rs.tdwg.org/dwc/terms). Added terms + PreservedSpecimen, LivingSpecimen, FossilSpecimen, MachineObservation, + and HumanObservation to the Darwin Core namespace + (http://rs.tdwg.org/dwc/terms).
Date:2014-10-26
+ Decision-2014-10-30_16 +
Identifier: + http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-10-30_16
Description:Added comments recommending list value separation with ' | ' for + terms that can be constructed from concatenated lists. Added comment + recommending that dynamicProperties be populated with JSON.
Date:2014-10-30
+ Decision-2014-11-06_17 +
Identifier: + http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2014-11-06_17
Description:Deprecated the Dublin Core rights term in favor of the Dublin Core + license term, which is how rights was being promoted since it was first + recommended for use in Darwin Core.
Date:2014-11-06
+
+ + +

Except where otherwise noted, content on this site is licensed under a + Creative + Commons Attribution 4.0 International License.

+ +

Creative Commons License Copyright 2011-2014 - + Biodiversity Information Standards - TDWG - Contact Us
+ +

+ + \ No newline at end of file diff --git a/terms/history/dwctoabcd/index.htm b/terms/history/dwctoabcd/index.htm new file mode 100644 index 0000000..de9d261 --- /dev/null +++ b/terms/history/dwctoabcd/index.htm @@ -0,0 +1,4468 @@ + + + + + + + Mapping Darwin Core to ABCD + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + +
+ + +

Mapping Darwin Core to ABCD

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Title:Mapping Darwin Core to ABCD
Date Issued:2009-02-12
Date Modified:2014-11-08
Abstract: + This document is a quick reference for mappings between + elements in pre-standard Darwin Core versions and the Access + to Biological Collections Data [ABCD] schema. For + complete historical Darwin Core term information, including + version changes and details on pre-standard terms, see + [HISTORY]. For a quick reference + guide to the current recommended Darwin Core terms, see + [TERMS]. +
Contributors:John Wieczorek (MVZ), Éamonn Ó Tuama (GBIF), Andrea Hahn + (GBIF), Jörg Holetschek (BGBM)
Legal:This document is governed by the standard legal, copyright, + licensing provisions and disclaimers issued by the Taxonomic + Databases Working Group.
Part of TDWG Standard: + http://www.tdwg.org/standards/450/ +
Creator:Darwin Core Task Group
Identifier: + http://rs.tdwg.org/dwc/2014-11-08/terms/history/dwctoabcd/
Latest Version: + http://rs.tdwg.org/dwc/terms/history/dwctoabcd/ +
Replaces: + + http://rs.tdwg.org/dwc/2013-10-22/terms/history/dwctoabcd/ +
Document Status:Current Standard
+
+ +

1. Introduction

Audience: This document is targeted toward + those who wish to understand how the Darwin Core terms are related to the + structure of the Access to Biological Collections Data [ABCD] schema. + +

Before becoming a TDWG standard, the Darwin Core was instantiated and + deployed in many different application profiles, all of them based on XML + schema. In this document the openly developed and widely used versions of the + Darwin Core ([CLASSIC], + [MANIS], + [OBIS], [DRAFT14], [CURATORIAL], [GEOSPATIAL]) are each + compared (mapped conceptually) to the Access to Biological Collections Data + [ABCD] schema. Each + historical version is mapped in a separate table and can be referenced + quickly from the index in Mappings section. Each + element in each Darwin Core versions is mapped to the one or more xpath + designations of the equivalent element(s) in the most current version of + ABCD.

+ +

2. Mappings

+ +

2.1 Darwin Core 1.2 (Classic)
+ 2.2 OBIS extension
+ 2.3 Darwin Core 1.21 + (MaNIS/HerpNet/ORNIS/FishNet2)
+ 2.4 Darwin Core 1.4 (Draft Standard)
+ 2.5 Darwin Core 1.4 Curatorial extension
+ 2.6 Darwin Core 1.4 Geospatial extension
+ 2.7 Darwin Core 1.4 Paleontology extension
+ 2.8 Standard Darwin Core (Recommended)

+ +

+ +

2.1 Darwin Core 1.2 (Classic)

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Darwin Core 1.2 ElementABCD xpath
+ DateLastModified + DataSets/DataSet/Units/Unit/DateLastEdited
+ InstitutionCode + DataSets/DataSet/Units/Unit/SourceInstitutionID
+ CollectionCode + DataSets/DataSet/Units/Unit/SourceID
+ CatalogNumber + DataSets/DataSet/Units/Unit/UnitID
+ ScientificName + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
+ BasisOfRecord + DataSets/DataSet/Units/Unit/RecordBasis
+ Kingdom + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
+ Phylum + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
+ Class + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
+ Order + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
+ Family + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
+ Genus + + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial + or + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Genus
+ Species + + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SpeciesEpithet + or + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/FirstE
+ Subspecies + + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet + or + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Sec
+ ScientificNameAuthor + + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/ParentheticalAuthorTeamAndYear + + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/B
+ IdentifiedBy + + DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
+ YearIdentified + accessible from + DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
+ MonthIdentified + accessible from + DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
+ DayIdentified + accessible from + DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
+ TypeStatus + + DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
+ CollectorNumber + DataSets/DataSet/Units/Unit/CollectorsFieldNumber
+ FieldNumber + DataSets/DataSet/Units/Unit/Gathering/Code
+ Collector + + DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
+ YearCollected + accessible from + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
+ MonthCollected + accessible from + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
+ DayCollected + accessible from + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
+ JulianDay + DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
+ TimeOfDay + DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
+ ContinentOcean + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + with NamedAreas/NamedArea/AreaClass= Continent
+ Country + DataSets/DataSet/Units/Unit/Gathering/Country/Name
+ StateProvince + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
+ County + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + with NamedAreas/NamedArea/AreaClass= County
+ Locality + DataSets/DataSet/Units/Unit/Gathering/AreaDetail
+ Longitude + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
+ Latitude + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
+ CoordinatePrecision + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy + or + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement
+ BoundingBox + not covered by ABCD
+ MinimumElevation + + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
+ MaximumElevation + + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
+ MinimumDepth + + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
+ MaximumDepth + + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
+ Sex + DataSets/DataSet/Units/Unit/Sex
+ PreparationType + + DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
+ IndividualCount + + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
+ PreviousCatalogNumber + + DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
+ RelationshipType + + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType
+ RelatedCatalogItem + + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + + + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + + + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitI
+ Notes + DataSets/DataSet/Units/Unit/Notes
+ +

2.2 OBIS extension

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
OBIS ElementABCD xpath
+ RecordURL + DataSets/DataSet/Units/Unit/RecordURI
+ Source + + DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
+ Citation + + DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
+ Subgenus + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus
+ StartYearCollected + accessible from + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
+ EndYearCollected + accessible from + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
+ StartMonthCollected + accessible from + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
+ EndMonthCollected + accessible from + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
+ StartDayCollected + accessible from + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
+ EndDayCollected + accessible from + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
+ StartJulianDay + DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
+ EndJulianDay + DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd
+ StartTimeOfDay + DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
+ EndTimeOfDay + DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd
+ TimeZone + DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeZone
+ StartLongitude + + DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal + with attribute "begin" set to true
+ EndLongitude + + DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal + with attribute "begin" set to true
+ StartLatitude + + DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal + with attribute "begin" set to true
+ EndLatitude + + DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal + with attribute "begin" set to true
+ Start_EndCoordinatePrecision + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/CoordinateErrorDistanceInMeters
+ DepthRange + + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
+ Temperature + + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + + constant
+ Lifestage + DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage + or + DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLiveStages/MycologicalLiveStage + (Note DwC spec uses ”MycologicalLifeStage” or + DataSets/DataSet/Units/Unit/ZoologicalUnit/Phase
+ ObservedIndividualCount + + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + + constant
+ SampleSize + + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + + constant
+ ObservedWeight + + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + + constant
+ GMLFeature + DataSets/DataSet/Units/Unit/Gathering/GML
+ +

2.3 Darwin Core 1.21 (MaNIS/HerpNet/ORNIS/FishNet2)

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Darwin Core 1.21 ElementABCD xpath
+ DateLastModified + DataSets/DataSet/Units/Unit/DateLastEdited
+ BasisOfRecord + DataSets/DataSet/Units/Unit/RecordBasis
+ InstitutionCode + DataSets/DataSet/Units/Unit/SourceInstitutionID
+ CollectionCode + DataSets/DataSet/Units/Unit/SourceID
+ CatalogNumberText + DataSets/DataSet/Units/Unit/UnitID
+ CatalogNumberNumeric + DataSets/DataSet/Units/Unit/UnitIDNumeric
+ Collector + + DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
+ CollectorNumber + DataSets/DataSet/Units/Unit/CollectorsFieldNumber
+ FieldNumber + DataSets/DataSet/Units/Unit/Gathering/Code
+ YearCollected + accessible from + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
+ MonthCollected + accessible from + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
+ DayCollected + accessible from + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
+ TimeCollected + DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
+ VerbatimCollectingDate + DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
+ FieldNotes + DataSets/DataSet/Units/Unit/FieldNotes
+ JulianDay + DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
+ HigherGeography + {DataSets/DataSet/Units/Unit/Gathering/LocalityText or + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
+ ContinentOcean + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + with NamedAreas/NamedArea/AreaClass= Continent
+ IslandGroup + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + with NamedAreas/NamedArea/AreaClass= Island group
+ Island + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + with NamedAreas/NamedArea/AreaClass= Island
+ Country + DataSets/DataSet/Units/Unit/Gathering/Country/Name
+ StateProvince + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
+ County + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + with NamedAreas/NamedArea/AreaClass= County
+ Locality + DataSets/DataSet/Units/Unit/Gathering/AreaDetail
+ DecimalLatitude + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
+ DecimalLongitude + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
+ HorizontalDatum + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
+ OriginalCoordinateSystem + (partly) + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
+ VerbatimLatitude + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
+ VerbatimLongitude + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
+ GeorefMethod + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
+ CoordinateUncertaintyInMeters + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
+ LatLongComments + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
+ BoundingBox + not covered by ABCD
+ MinimumElevationInMeters + + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
+ MaximumElevationInMeters + + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
+ VerbatimElevation + + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
+ MinimumDepthInMeters + + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
+ MaximumDepthInMeters + + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
+ VerbatimDepth + + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
+ ScientificName + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
+ HigherTaxon + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
+ Kingdom + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
+ Phylum + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
+ Class + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
+ Order + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
+ Family + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
+ Genus + + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial + or + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Genus
+ Species + + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SpeciesEpithet + or + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/FirstE
+ Subspecies + + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet + or + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Sec
+ ScientificNameAuthor + + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/ParentheticalAuthorTeamAndYear + + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/B
+ IdentifiedBy + + DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
+ IdentificationModifier + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
+ YearIdentified + accessible from + DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
+ MonthIdentified + accessible from + DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
+ DayIdentified + accessible from + DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
+ TypeStatus + + DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
+ Sex + DataSets/DataSet/Units/Unit/Sex
+ Preparations + + DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
+ Tissues + + DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
+ IndividualCount + + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
+ AgeClass + + {DataSets/DataSet/Units/Unit/ZoologicalUnit/PhasesOrStages/PhaseOrStage + or + DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLifeStages/MycologicalLifeStage + or + DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage}
+ GenBankNum + DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + + constant
+ OtherCatalogNumbers + + DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
+ RelatedCatalogedItems + + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + + + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + + + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitI
+ Remarks + DataSets/DataSet/Units/Unit/Notes
+ +

2.4 Darwin Core 1.4 (Draft Standard)

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Darwin Core 1.4 ElementABCD xpath
+ GlobalUniqueIdentifier + DataSets/DataSet/Units/Unit/UnitGUID
+ DateLastModified + DataSets/DataSet/Units/Unit/DateLastEdited
+ BasisOfRecord + DataSets/DataSet/Units/Unit/RecordBasis
+ InstitutionCode + DataSets/DataSet/Units/Unit/SourceInstitutionID
+ CollectionCode + DataSets/DataSet/Units/Unit/SourceID
+ CatalogNumber + DataSets/DataSet/Units/Unit/UnitID
+ InformationWithheld + DataSets/DataSet/Units/Unit/InformationWithheld
+ Remarks + DataSets/DataSet/Units/Unit/Notes
+ ScientificName + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
+ HigherTaxon + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
+ Kingdom + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
+ Phylum + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
+ Class + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
+ Order + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
+ Family + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
+ Genus + + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial + or + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Genus
+ SpecificEpithet + + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SpeciesEpithet + or + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/FirstE
+ InfraspecificRank + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
+ InfraspecificEpithet + + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet + or + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Sec
+ AuthorYearOfScientificName + + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/ParentheticalAuthorTeamAndYear + + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/B
+ NomenclaturalCode + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code
+ IdentificationQualifier + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
+ HigherGeography + {DataSets/DataSet/Units/Unit/Gathering/LocalityText or + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
+ Continent + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + with NamedAreas/NamedArea/AreaClass= Continent
+ WaterBody + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + with NamedAreas/NamedArea/AreaClass= Water body
+ IslandGroup + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + with NamedAreas/NamedArea/AreaClass= Island group
+ Island + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + with NamedAreas/NamedArea/AreaClass= Island
+ Country + DataSets/DataSet/Units/Unit/Gathering/Country/Name
+ StateProvince + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
+ County + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + with NamedAreas/NamedArea/AreaClass= County
+ Locality + DataSets/DataSet/Units/Unit/Gathering/AreaDetail
+ MinimumElevationInMeters + + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
+ MaximumElevationInMeters + + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
+ MinimumDepthInMeters + + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
+ MaximumDepthInMeters + + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
+ CollectingMethod + DataSets/DataSet/Units/Unit/Gathering/Method
+ ValidDistributionFlag + DataSets/DataSet/Units/Unit/Gathering/ValidDistributionFlag
+ EarliestDateCollected + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
+ LatestDateCollected + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
+ DayOfYear + DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
+ Collector + + DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
+ Sex + DataSets/DataSet/Units/Unit/Sex
+ LifeStage + DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage + or + DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLiveStages/MycologicalLiveStage + (Note DwC spec uses ”MycologicalLifeStage” or + DataSets/DataSet/Units/Unit/ZoologicalUnit/Phase
+ Attributes + DataSets/DataSet/Units/Unit/MeasurementsOrFacts
+ ImageURL + DataSets/DataSet/Units/Unit/MultimediaObjects
+ RelatedInformation + DataSets/DataSet/Units/Unit/RecordURI
+ +

2.5 Darwin Core 1.4 Curatorial extension

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Darwin Core 1.4 Curatorial ElementABCD xpath
+ CatalogNumberNumeric + DataSets/DataSet/Units/Unit/UnitIDNumeric
+ IdentifiedBy + + DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
+ DateIdentified + + DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
+ CollectorNumber + + DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
+ FieldNumber + DataSets/DataSet/Units/Unit/Gathering/Code
+ FieldNotes + DataSets/DataSet/Units/Unit/FieldNotes
+ VerbatimCollectingDate + DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
+ VerbatimElevation + + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
+ VerbatimDepth + + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
+ Preparations + + DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
+ TypeStatus + + DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
+ GenBankNumber + DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + + constant
+ OtherCatalogNumbers + + DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
+ RelatedCatalogedItems + + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + + + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + + + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitI
+ Disposition + DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition
+ IndividualCount + + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
+ +

2.6 Darwin Core 1.4 Geospatial extension

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Darwin Core 1.4 Geospatial ElementABCD xpath
+ DecimalLatitude + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
+ DecimalLongitude + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
+ GeodeticDatum + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
+ CoordinateUncertaintyInMeters + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
+ PointRadiusSpatialFit + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit
+ VerbatimCoordinates + + {DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText + or + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText}
+ VerbatimLatitude + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
+ VerbatimLongitude + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
+ VerbatimCoordinateSystem + (partly) + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
+ GeoreferenceProtocol + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
+ GeoreferenceSources + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources
+ GeoreferenceVerificationStatus + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus
+ GeoreferenceRemarks + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
+ FootprintWKT + DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD + v2.06b)
+ FootprintSpatialFit + DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD + v2.06b)
+ +

2.7 Darwin Core 1.4 Paleontology Extension

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Darwin Core 1.4 Paleontology ElementABCD xpath
+ EarliestEonOrLowestEonothem + not in ABCD
+ LatestEonOrHighestEonothem + not in ABCD
+ EarliestEraOrLowestErathem + not in ABCD
+ LatestEraOrHighestErathem + not in ABCD
+ EarliestPeriodOrLowestSystem + not in ABCD
+ LatestPeriodOrHighestSystem + not in ABCD
+ EarliestEpochOrLowestSeries + not in ABCD
+ LatestEpochOrHighestSeries + not in ABCD
+ EarliestAgeOrLowestStage + not in ABCD
+ LatestAgeOrHighestStage + not in ABCD
+ LowestBiostratigraphicZone + not in ABCD
+ HighestBiostratigraphicZone + not in ABCD
+ LithostratigraphicTerms + not in ABCD
+ Group + not in ABCD
+ Formation + not in ABCD
+ Member + not in ABCD
+ Bed + not in ABCD
+ +

2.8 Standard Darwin Core (Recommended)

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Darwin Core Recommended TermABCD xpath
+ Occurrence + DataSets/DataSet/Units/Unit
+ Organism + not in ABCD
+ MaterialSample + DataSets/DataSet/Units/Unit
+ LivingSpecimen + RecordBasisEnum/LivingSpecimen
+ PreservedSpecimen + RecordBasisEnum/PreservedSpecimen
+ FossilSpecimen + RecordBasisEnum/FossileSpecimen
+ Event + DataSets/DataSet/Units/Unit/Gathering
+ HumanObservation + RecordBasisEnum/HumanObservation
+ MachineObservation + RecordBasisEnum/MachineObservation
+ Location + DataSets/DataSet/Units/Unit/Gathering/LocalityText
+ GeologicalContext + DataSets/DataSet/Units/Unit/Gathering/Stratigraphy
+ Identification + DataSets/DataSet/Units/Unit/Identifications/Identification
+ Taxon + no simple equivalent in ABCD
+ MeasurementOrFact + Datasets/Dataset/Units/Unit/MeasurementsOrFacts or + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
+ ResourceRelationship + DataSets/DataSet/Units/Unit/Associations
+ dcterms:type + DataSets/DataSet/Units/Unit/RecordBasis
+ dcterms:modified + DataSets/DataSet/Units/Unit/DateLastEdited
+ dcterms:language + some ABCD elements have a datatype extended with a language + attribute, no language element at the Unit level
+ dcterms:license + DataSets/DataSet/Units/Unit/IPRStatements
+ dcterms:rightsHolder + + {DataSets/DataSet/Units/Unit/Owner/Organisation/Name/Representation/Text + or DataSets/DataSet/Units/Unit/Owner/Person/FullName or + DataSets/DataSet/Metadata/Owners/Owner/Organisation/Name/Representation/Text + or DataSets/DataSet/Metadata/Owners/Owner/Person/FullName}
+ dcterms:accessRights + DataSets/DataSet/Units/Unit/IPRStatements
+ dcterms:bibliographicCitation + + DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
+ dcterms:references + {DataSets/DataSet/Units/Unit/RecordURI or + Datasets/Dataset/Units/Unit/UnitReferences/UnitReferences or + Datasets/Dataset/Units/Unit/SourceReference or + Datasets/Dataset/Units/Unit/Identifications/Identification/References/Reference + or + Datasets/Dataset/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference + or + MeasurementOrFact/MeasurementOrFactAtomised/MeasurementOrFactReference}
+ institutionID + DataSets/DataSet/Units/Unit/SourceInstitutionID
+ collectionID + DataSets/DataSet/Units/Unit/SourceID
+ datasetID + DataSets/DataSet/DataSetGUID
+ institutionCode + DataSets/DataSet/Units/Unit/SourceInstitutionID
+ collectionCode + DataSets/DataSet/Units/Unit/SourceID
+ datasetName + DataSets/DataSet/Units/Unit/SourceID
+ ownerInstitutionCode + not in ABCD
+ basisOfRecord + DataSets/DataSet/Units/Unit/RecordBasis
+ informationWithheld + DataSets/DataSet/Units/Unit/InformationWithheld
+ dataGeneralizations + not in ABCD
+ dynamicProperties + not in ABCD
+ occurrenceID + DataSets/DataSet/Units/Unit/UnitGUID
+ catalogNumber + DataSets/DataSet/Units/Unit/UnitID
+ recordNumber + DataSets/DataSet/Units/Unit/CollectorsFieldNumber
+ recordedBy + + DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
+ individualCount + + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
+ sex + DataSets/DataSet/Units/Unit/Sex
+ lifeStage + DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage + or + DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLiveStages/MycologicalLiveStage + (Note DwC spec uses ”MycologicalLifeStage” or + DataSets/DataSet/Units/Unit/ZoologicalUnit/PhasesOrStages/PhaseOrStage
+ reproductiveCondition + not in ABCD
+ behavior + not in ABCD
+ establishmentMeans + DataSets/DataSet/Units/Unit/Gathering/EstablishmentMeans
+ occurrenceStatus + not in ABCD
+ preparations + + DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
+ disposition + DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition
+ associatedMedia + DataSets/DataSet/Units/Unit/MultimediaObjects
+ associatedReferences + DataSets/DataSet/Units/Unit/UnitReferences
+ associatedSequences + DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + + constant
+ associatedTaxa + + DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa
+ otherCatalogNumbers + + DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
+ occurrenceRemarks + DataSets/DataSet/Units/Unit/Notes
+ organismID + not in ABCD
+ organismName + not in ABCD
+ organismScope + not in ABCD
+ associatedOccurrences + + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + + + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + + + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
+ associatedOrganisms + not in ABCD
+ previousIdentifications + DataSets/DataSet/Units/Unit/Identifications/Identification with + PreferredFlag = false
+ organismRemarks + not in ABCD
+ materialSampleID + not in ABCD
+ eventID + DataSets/DataSet/Units/Unit/Gathering/Code
+ fieldNumber + DataSets/DataSet/Units/Unit/Gathering/Code
+ eventDate + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
+ eventTime + accessible from + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin and + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
+ startDayOfYear + DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
+ endDayOfYear + DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd
+ year + accessible from + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
+ month + accessible from + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
+ day + accessible from + DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
+ verbatimEventDate + DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
+ habitat + DataSets/DataSet/Units/Unit/Gathering/Biotope/Text
+ samplingProtocol + DataSets/DataSet/Units/Unit/Gathering/Method
+ samplingEffort + not in ABCD
+ fieldNotes + DataSets/DataSet/Units/Unit/FieldNotes
+ eventRemarks + DataSets/DataSet/Units/Unit/Gathering/Notes
+ locationID + not in ABCD
+ higherGeographyID + not in ABCD
+ higherGeography + {DataSets/DataSet/Units/Unit/Gathering/LocalityText or + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
+ continent + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + with NamedAreas/NamedArea/AreaClass= Continent
+ waterBody + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + with NamedAreas/NamedArea/AreaClass= Water body
+ islandGroup + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + with NamedAreas/NamedArea/AreaClass= Island group
+ island + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + with NamedAreas/NamedArea/AreaClass= Island
+ country + DataSets/DataSet/Units/Unit/Gathering/Country/Name
+ countryCode + DataSets/DataSet/Units/Unit/Gathering/Country/ISO3166Code
+ stateProvince + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
+ county + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName + with NamedAreas/NamedArea/AreaClass= County
+ municipality + + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
+ locality + + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
+ verbatimLocality + + DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
+ minimumElevationInMeters + + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
+ maximumElevationInMeters + + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
+ verbatimElevation + + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
+ minimumDepthInMeters + + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
+ maximumDepthInMeters + + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
+ verbatimDepth + + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
+ minimumDistanceAboveSurfaceInMeters + + DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue
+ maximumDistanceAboveSurfaceInMeters + + DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue
+ locationAccordingTo + not in ABCD
+ locationRemarks + DataSets/DataSet/Units/Unit/Gathering/AreaDetail
+ decimalLatitude + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
+ decimalLongitude + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
+ geodeticDatum + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
+ coordinateUncertaintyInMeters + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
+ coordinatePrecision + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy + or + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement
+ pointRadiusSpatialFit + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit
+ verbatimCoordinates + + {DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText + or + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText}
+ verbatimLatitude + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
+ verbatimLongitude + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
+ verbatimCoordinateSystem + (partly) + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
+ verbatimSRS + not in ABCD
+ footprintWKT + DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD + v2.06b)
+ footprintSRS + not in ABCD
+ footprintSpatialFit + DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD + v2.06b)
+ georeferencedBy + not in ABCD
+ georeferencedDate + not in ABCD
+ georeferenceProtocol + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
+ georeferenceSources + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources
+ georeferenceVerificationStatus + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus
+ georeferenceRemarks + + DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
+ geologicalContextID + not in ABCD
+ earliestEonOrLowestEonothem + not in ABCD
+ latestEonOrHighestEonothem + not in ABCD
+ earliestEraOrLowestErathem + not in ABCD
+ latestEraOrHighestErathem + not in ABCD
+ earliestPeriodOrLowestSystem + not in ABCD
+ latestPeriodOrHighestSystem + not in ABCD
+ earliestEpochOrLowestSeries + not in ABCD
+ latestEpochOrHighestSeries + not in ABCD
+ earliestAgeOrLowestStage + not in ABCD
+ latestAgeOrHighestStage + not in ABCD
+ lowestBiostratigraphicZone + not in ABCD
+ highestBiostratigraphicZone + not in ABCD
+ lithostratigraphicTerms + + DataSets/DataSet/Units/Unit/Gathering/Stratigraphy/LithostratigraphicTerms
+ group + not in ABCD
+ formation + not in ABCD
+ member + not in ABCD
+ bed + not in ABCD
+ identificationID + not in ABCD
+ identificationQualifier + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
+ typeStatus + + DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
+ identifiedBy + + DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
+ dateIdentified + + DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
+ identificationReferences + + DataSets/DataSet/Units/Unit/Identifications/Identification/References
+ identificationVerificationStatus + not in ABCD
+ identificationRemarks + + DataSets/DataSet/Units/Unit/Identifications/Identification/Notes
+ taxonID + not in ABCD
+ scientificNameID + not in ABCD
+ acceptedNameUsageID + not in ABCD
+ parentNameUsageID + not in ABCD
+ originalNameUsageID + not in ABCD
+ nameAccordingToID + not in ABCD
+ namePublishedInID + not in ABCD
+ taxonConceptID + not in ABCD
+ scientificName + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
+ acceptedNameUsage + not in ABCD
+ parentNameUsage + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
+ originalNameUsage + not in ABCD
+ nameAccordingTo + not in ABCD
+ namePublishedIn + + DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation
+ namePublishedInYear + not in ABCD
+ higherClassification + not in ABCD
+ kingdom + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
+ phylum + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
+ class + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
+ order + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
+ family + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName + with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
+ genus + + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial + or + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/GenusOrMonomial + or + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Viral/GenusOrMonomial + or + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/GenusOrMonomial}
+ subgenus + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus
+ specificEpithet + + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SpeciesEpithet + or + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/FirstEpithet + or + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SpeciesEpithet}
+ infraspecificEpithet + + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet + or + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/SecondEpithet + or + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SubspeciesEpithet}
+ taxonRank + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
+ verbatimTaxonRank + not in ABCD
+ scientificNameAuthorship + + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/ParentheticalAuthorTeamAndYear + + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/AuthorTeamAndYear} + or + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeamParenthesis + + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeam} + or + {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamOriginalAndYear + + [= or] + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamParenthesisAndYear}
+ vernacularName + not in ABCD
+ nomenclaturalCode + + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code
+ taxonomicStatus + not in ABCD
+ nomenclaturalStatus + + (DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation) + pro parte
+ taxonRemarks + not in ABCD
+ measurementID + not in ABCD
+ measurementType + + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter + or + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
+ measurementValue + + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + or + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue + or + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue + or + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/UpperValue + or + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue + or + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue + or + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue + or + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue + or + DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/LowerValue + or + DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/UpperValue + or + DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue + or + DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue
+ measurementAccuracy + + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy + or + DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/Accuracy + or DataSets/DataSet/Units/Unit/Gathering/Aspect/Accuracy or + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/Accuracy + or + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/Accuracy + or + DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/Accuracy + or + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy
+ measurementUnit + + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement + or + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
+ measurementDeterminedBy + + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy + or + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasuredBy + or + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasuredBy + or + DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasuredBy + or + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy + or + DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasuredBy
+ measurementDeterminedDate + + DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime + or + DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasurementDateTime + or + DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasurementDateTime + or + DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasurementDateTime + or + DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime + or + DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasurementDateTime
+ measurementMethod + + /DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Method + or + /DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/Method + or + /DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/Method
+ measurementRemarks + not in ABCD
+ resourceRelationshipID + not in ABCD
+ resourceID + not in ABCD
+ relatedResourceID + + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + + + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + + + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
+ relationshipOfResource + + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType
+ relationshipAccordingTo + not in ABCD
+ relationshipEstablishedDate + not in ABCD
+ relationshipRemarks + + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/Comments
+
+ + +

Except where otherwise noted, content on this site is licensed under a + Creative + Commons Attribution 4.0 International License.

+ +

Creative Commons License Copyright 2011-2014 - + Biodiversity Information Standards - TDWG - Contact Us
+ +

+ + \ No newline at end of file diff --git a/terms/history/index.htm b/terms/history/index.htm new file mode 100644 index 0000000..b6ce069 --- /dev/null +++ b/terms/history/index.htm @@ -0,0 +1,1053 @@ + + + + + + + Darwin Core Terms: A complete historical record + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + +
+ + +

Darwin Core Terms: A complete historical record

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Title:Darwin Core Terms: A complete historical record
Date Issued:2009-02-12
Date Modified:2014-11-12
Abstract: + This document is an authoritative specification of all + terms in all of their historical versions as maintained by + the Darwin Core Task Group. While this document is useful + for complete information and for tracking changes in the + status and attributes of terms over time, most users will + need just the latest information, which is held in the + document "Darwin Core Terms: A quick reference + guide" [TERMS]. +
Contributors:John Wieczorek (MVZ), Markus Döring (GBIF), Renato De + Giovanni (CRIA), Tim Robertson (GBIF), Dave Vieglais + (KUNHM)
Legal:This document is governed by the standard legal, + copyright, licensing provisions and disclaimers issued by the + Taxonomic Databases Working Group.
Part of TDWG Standard: + http://www.tdwg.org/standards/450/ +
Creator:Darwin Core Task Group
Identifier:http://rs.tdwg.org/dwc/2014-11-08/terms/history/
Latest Version: + http://rs.tdwg.org/dwc/terms/history/ +
Replaces: + + http://rs.tdwg.org/dwc/2013-10-22/terms/history/ +
Document Status:Current Standard
+
+ +

1. Introduction

Audience: This document is targeted toward + those who wish to understand the complete specification of the Darwin Core + terms and their histories. Most users will not need the comprehensive + historical detail presented here and should instead consult the document + Darwin Core Terms: A quick reference guide [TERMS], for the most current basic information on + recommended terms. Users who want the authoritative specification of the + terms should consult the full Resource Description Framework [RDF] document. + +

This document serves as a complete alphabetically ordered reference for + all terms associated with the Darwin Core, including historical versions + (Classic, MaNIS, OBIS, Draft Standard 1.4, Curatorial extension, Geospatial + extension, Paleontology extension) prior to having a standard.

+ +

Users interested in mappings from historical versions to the current + standard may consult the document Darwin Core Versions [VERSIONS]. Users interested in mappings between + the current recommended terms and the most recent schema for Access to + Biological Collections Data should consult the document Darwin Core + to ABCD Mapping [DWCTOABCD]. + Mappings between historical versions and ABCD 2.06 [ABCD] are contained in this + document.

+ + +

2. The Terms: Definitions

+ +

Following is the complete list of term attributes and their + definitions:

+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Term Name:The name by which the latest version of the term is + commonly known.
Identifier:The unique identifier for the latest version of the + term.
Namespace:The namespace (Darwin Core, Dublin Core) within which + the term is defined. The combination of the namespace and the version + make a unique identifier for the term.
Label:The commonly used label for the term.
Definition:A description of the nature of the content of the + term.
Comment:Further commentary about the usage of the term, with + examples and a reference to further information.
Type of Term:The category (property, class, vocabulary encoding + scheme, or datatype - syntax encoding scheme) to which the term + belongs.
Refines:The name of a term of which this term is a refined + (more specialized) version.
Status:The status of the term - deprecated (not recommended + for use), superseded (not recommended for use - replaced by the term + or terms shown in the Is Replaced By column), or recommended + (ready for use).
Date Issued:Date on which the term was first published.
Date Modified:Date on which the term was last changed in any way + that would change its meaning or use.
Member Of:The Class of which this term is a member.
Has Domain:A Class of which a resource described by the term is + a property.
Has Range:A Class of which a value described by the term is an + instance.
Decision:The reference to the published decision that resulted + in the current version of the term.
Version:The identifier for the specific version of the + term.
Replaces:The identifier of the previous version of the + term.
Is Replaced By:The identifier of the next newer version of the + term.
Class:The primary category of terms (Class) that this term + describes.
ABCD 2.06:The xpath(s) to the equivalent concept(s) in the + Access to Biological Collections Data schema version 2.06.
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Term Name: acceptedNameUsage
Identifier:http://rs.tdwg.org/dwc/terms/acceptedNameUsage
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Accepted Name Usage
Definition:The full name, with authorship and date information if known, of the currently valid (zoological) or accepted (botanical) taxon.
Comment:Example: "Tamias minimus" valid name for "Eutamias minimus". For discussion see http://terms.tdwg.org/wiki/dwc:acceptedNameUsage
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-09-21
Has Domain:
Has Range:
Version:acceptedNameUsage-2009-09-21
Replaces:acceptedScientificName-2009-07-06
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: acceptedNameUsageID
Identifier:http://rs.tdwg.org/dwc/terms/acceptedNameUsageID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Accepted Name Usage ID
Definition:An identifier for the name usage (documented meaning of the name according to a source) of the currently valid (zoological) or accepted (botanical) taxon.
Comment:Example: "8fa58e08-08de-4ac1-b69c-1235340b7001". For discussion see http://terms.tdwg.org/wiki/dwc:acceptedNameUsageID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-01-21
Date Modified:2009-09-21
Has Domain:
Has Range:
Version:acceptedNameUsageID-2009-09-21
Replaces:acceptedTaxonID-2009-08-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: acceptedScientificName
Identifier:http://rs.tdwg.org/dwc/terms/acceptedScientificName
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Accepted Scientific Name
Definition:The currently valid (zoological) or accepted (botanical) name for the scientificName.
Comment:Example: "Tamias minimus" valid name for "Eutamias minimus"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:acceptedScientificName-2009-07-06
Replaces:acceptedTaxonName-2009-04-24
Is Replaced By:acceptedNameUsage-2009-09-21
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: acceptedScientificNameID
Identifier:http://rs.tdwg.org/dwc/terms/acceptedScientificNameID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Accepted Scientific Name ID
Definition:A unique identifier for the acceptedScientificName.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:superseded
Date Issued:2009-01-21
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:acceptedScientificNameID-2009-07-06
Replaces:acceptedTaxonNameID-2009-04-24
Is Replaced By:acceptedNameUsageID-2009-09-21
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: AcceptedTaxon
Identifier:http://rs.tdwg.org/dwc/terms/AcceptedTaxon
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Accepted Taxon
Definition:The currently valid (zoological) or accepted (botanical) name for the ScientificName.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:AcceptedTaxon-2008-11-19
Replaces:
Is Replaced By:acceptedNameUsage-2009-09-21
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: AcceptedTaxonID
Identifier:http://rs.tdwg.org/dwc/terms/AcceptedTaxonID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Accepted Taxon ID
Definition:A global unique identifier for the parent to the AcceptedTaxon.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:superseded
Date Issued:2009-01-21
Date Modified:2009-01-21
Has Domain:
Has Range:
Version:AcceptedTaxonID-2009-01-21
Replaces:
Is Replaced By:acceptedNameUsageID-2009-09-21
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: acceptedTaxonID
Identifier:http://rs.tdwg.org/dwc/terms/acceptedTaxonID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Accepted Taxon ID
Definition:An identifier for the name of the currently valid (zoological) or accepted (botanical) taxon. See acceptedTaxon.
Comment:Example: "8fa58e08-08de-4ac1-b69c-1235340b7001"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:superseded
Date Issued:2009-01-21
Date Modified:2009-08-24
Has Domain:
Has Range:
Version:acceptedTaxonID-2009-08-24
Replaces:acceptedScientificNameID-2009-07-06
Is Replaced By:acceptedNameUsageID-2009-09-21
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: acceptedTaxonName
Identifier:http://rs.tdwg.org/dwc/terms/acceptedTaxonName
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Accepted Taxon Name
Definition:The currently valid (zoological) or accepted (botanical) name for the scientificName.
Comment:Example: "Tamias minimus" valid name for "Eutamias minimus"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:acceptedTaxonName-2009-04-24
Replaces:AcceptedTaxon-2008-11-19
Is Replaced By:acceptedNameUsage-2009-09-21
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: acceptedTaxonNameID
Identifier:http://rs.tdwg.org/dwc/terms/acceptedTaxonNameID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Accepted Taxon Name ID
Definition:A unique identifier for the acceptedTaxonName.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:superseded
Date Issued:2009-01-21
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:acceptedTaxonNameID-2009-04-24
Replaces:AcceptedTaxonID-2009-01-21
Is Replaced By:acceptedNameUsageID-2009-09-21
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: AccessConstraints
Identifier:http://rs.tdwg.org/dwc/terms/AccessConstraints
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Access Constraints
Definition:A description of constraints on the use of the data as shared or access to further data that is not shared.
Comment:Example: "not-for-profit use only".
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:AccessConstraints-2008-11-19
Replaces:
Is Replaced By:http://dublincore.org/documents/dcmi-terms/#terms-accessRights
Class:http://rs.tdwg.org/dwc/terms/Sample
ABCD 2.06:DataSets/DataSet/Units/Unit/IPRStatements
Term Name: accordingTo
Identifier:http://rs.tdwg.org/dwc/terms/accordingTo
Namespace:http://rs.tdwg.org/dwc/terms/
Label:According To
Definition:Abstract term to attribute information to a source.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:accordingTo
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-01-21
Date Modified:2009-01-21
Has Domain:
Has Range:
Version:accordingTo-2009-01-21
Replaces:
Is Replaced By:
Class:
ABCD 2.06:not in ABCD
Term Name: accuracy
Identifier:http://rs.tdwg.org/dwc/terms/accuracy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Accuracy
Definition:Abstract term to capture error information about a measurement or fact.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2009-01-21
Date Modified:2009-01-21
Has Domain:
Has Range:
Version:accuracy-2009-01-21
Replaces:
Is Replaced By:
Class:
ABCD 2.06:DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Aspect/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy
Term Name: AgeClass
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/AgeClass
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Age Class
Definition:The age class, reproductive stage, life stage of the biological individual (e.g., juvenile, adult, eft, nymph, etc.).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:AgeClass-2003-06-17
Replaces:
Is Replaced By:lifeStage-2009-04-24
Class:
ABCD 2.06:{DataSets/DataSet/Units/Unit/ZoologicalUnit/PhasesOrStages/PhaseOrStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLifeStages/MycologicalLifeStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage}
Term Name: associatedMedia
Identifier:http://rs.tdwg.org/dwc/terms/associatedMedia
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Associated Media
Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the Occurrence.
Comment:Example: "http://arctos.database.museum/SpecimenImages/UAMObs/Mamm/2/P7291179.JPG"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:associatedMedia-2009-04-24
Replaces:ImageURL-2007-04-17
Is Replaced By:associatedMedia-2014-10-23
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/MultimediaObjects
Term Name: associatedMedia
Identifier:http://rs.tdwg.org/dwc/terms/associatedMedia
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Associated Media
Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the Occurrence.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "http://arctos.database.museum/SpecimenImages/UAMObs/Mamm/2/P7291179.JPG", "http://204.140.246.24/Fish/Collection%20Pictures/10118-00.jpg | http://204.140.246.24/Fish/Collection%20Pictures/10118-00a.jpg". For discussion see http://terms.tdwg.org/wiki/dwc:associatedMedia
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:associatedMedia-2014-10-23
Replaces:associatedMedia-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/MultimediaObjects
Term Name: associatedOccurrences
Identifier:http://rs.tdwg.org/dwc/terms/associatedOccurrences
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Associated Occurrences
Definition:A list (concatenated and separated) of identifiers of other Occurrence records and their associations to this Occurrence.
Comment:Example: "sibling of FMNH:Mammal:1234; sibling of FMNH:Mammal:1235"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:associatedOccurrences-2009-04-24
Replaces:RelatedCatalogedItems-2007-04-17
Is Replaced By:associatedOccurrences-2014-10-23
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
Term Name: associatedOccurrences
Identifier:http://rs.tdwg.org/dwc/terms/associatedOccurrences
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Associated Occurrences
Definition:A list (concatenated and separated) of identifiers of other Occurrence records and their associations to this Occurrence.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). For discussion see http://terms.tdwg.org/wiki/dwc:associatedOccurrences
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:associatedOccurrences-2014-10-23
Replaces:associatedOccurrences-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Organism
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
Term Name: associatedOrganisms
Identifier:http://rs.tdwg.org/dwc/terms/associatedOrganisms
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Associated Organisms
Definition:A list (concatenated and separated) of identifiers of other Organisms and their associations to this Organism.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "sibling of MXA-232", "mother of MXA-231 | mother of MXA-232". For discussion see http://terms.tdwg.org/wiki/dwc:associatedOrganisms
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2014-10-23
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_14
Version:associatedOrganisms-2014-10-23
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Organism
ABCD 2.06:not in ABCD
Term Name: associatedReferences
Identifier:http://rs.tdwg.org/dwc/terms/associatedReferences
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Associated References
Definition:A list (concatenated and separated) of identifiers (publication, bibliographic reference, global unique identifier, URI) of literature associated with the Occurrence.
Comment:Examples: "http://www.sciencemag.org/cgi/content/abstract/322/5899/261", "Christopher J. Conroy, Jennifer L. Neuwald. 2008. Phylogeographic study of the California vole, Microtus californicus Journal of Mammalogy, 89(3):755-767."
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:associatedReferences-2009-04-24
Replaces:
Is Replaced By:associatedReferences-2014-10-23
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitReferences
Term Name: associatedReferences
Identifier:http://rs.tdwg.org/dwc/terms/associatedReferences
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Associated References
Definition:A list (concatenated and separated) of identifiers (publication, bibliographic reference, global unique identifier, URI) of literature associated with the Occurrence.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "http://www.sciencemag.org/cgi/content/abstract/322/5899/261", "Christopher J. Conroy, Jennifer L. Neuwald. 2008. Phylogeographic study of the California vole, Microtus californicus Journal of Mammalogy, 89(3):755-767.", "Steven R. Hoofer and Ronald A. Van Den Bussche. 2001. Phylogenetic Relationships of Plecotine Bats and Allies Based on Mitochondrial Ribosomal Sequences. Journal of Mammalogy 82(1):131-137. | Walker, Faith M., Jeffrey T. Foster, Kevin P. Drees, Carol L. Chambers. 2014. Spotted bat (Euderma maculatum) microsatellite discovery using illumina sequencing. Conservation Genetics Resources.". For discussion see http://terms.tdwg.org/wiki/dwc:associatedReferences
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:associatedReferences-2014-10-23
Replaces:associatedReferences-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitReferences
Term Name: associatedSequences
Identifier:http://rs.tdwg.org/dwc/terms/associatedSequences
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Associated Sequences
Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the Occurrence.
Comment:Example: "GenBank: U34853.1"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:associatedSequences-2009-04-24
Replaces:GenBankNumber-2007-04-17
Is Replaced By:associatedSequences-2014-10-23
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant
Term Name: associatedSequences
Identifier:http://rs.tdwg.org/dwc/terms/associatedSequences
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Associated Sequences
Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the Occurrence.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "http://www.ncbi.nlm.nih.gov/nuccore/U34853.1", "http://www.ncbi.nlm.nih.gov/nuccore/GU328060 | http://www.ncbi.nlm.nih.gov/nuccore/AF326093". For discussion see http://terms.tdwg.org/wiki/dwc:associatedSequences
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:associatedSequences-2014-10-23
Replaces:associatedSequences-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant
Term Name: associatedTaxa
Identifier:http://rs.tdwg.org/dwc/terms/associatedTaxa
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Associated Taxa
Definition:A list (concatenated and separated) of identifiers or names of taxa and their associations with the Occurrence.
Comment:Example: "host: Quercus alba"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:associatedTaxa-2009-04-24
Replaces:
Is Replaced By:associatedTaxa-2014-10-23
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa
Term Name: associatedTaxa
Identifier:http://rs.tdwg.org/dwc/terms/associatedTaxa
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Associated Taxa
Definition:A list (concatenated and separated) of identifiers or names of taxa and their associations with the Occurrence.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '), and to separate the relationship from the taxon with a colon (':'). Examples: "host: Quercus alba", "parasitoid of:Cyclocephala signaticollis | predator of Apis mellifera". For discussion see http://terms.tdwg.org/wiki/dwc:associatedTaxa
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:associatedTaxa-2014-10-23
Replaces:associatedTaxa-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa
Term Name: Attributes
Identifier:http://rs.tdwg.org/dwc/dwcore/Attributes
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Attributes
Definition:List of additional measurements or characteristics (concatenated and separated) for which there is no existing semantic element, but which the data provider nevertheless feels the desire to share. Examples: "Tragus length: 14mm; Weight: 120g", "Height: 1-1.5 meters tall; flowers yellow; uncommon".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Attributes-2007-04-17
Replaces:
Is Replaced By:dynamicProperties-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts
Term Name: AuthorYearOfScientificName
Identifier:http://rs.tdwg.org/dwc/dwcore/AuthorYearOfScientificName
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Author Year of Scientific Name
Definition:The author of the ScientificName and the year of publication, if known. More than one author can be listed in a concatenated string. Should be formatted with parentheses and year according to the conventions of the applicable NomenclaturalCode.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:AuthorYearOfScientificName-2007-04-17
Replaces:ScientificNameAuthor-2003-06-17
Is Replaced By:scientificNameAuthorship-2009-04-24
Class:
ABCD 2.06:{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/ParentheticalAuthorTeamAndYear + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/AuthorTeamAndYear} or {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeamParenthesis + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeam} or {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamOriginalAndYear + [= or] DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamParenthesisAndYear}
Term Name: basionym
Identifier:http://rs.tdwg.org/dwc/terms/basionym
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Basionym
Definition:The basionym (botany) or basonym (bacteriology) of the scientificName.
Comment:Example: "Pinus abies"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:basionym-2009-04-24
Replaces:
Is Replaced By:originalNameUsage-2009-09-21
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: basionymID
Identifier:http://rs.tdwg.org/dwc/terms/basionymID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Basionym ID
Definition:A unique identifier for the basionym (botany) or basonym (bacteriology) of the scientificName.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:superseded
Date Issued:2009-01-21
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:basionymID-2009-04-24
Replaces:
Is Replaced By:originalNameUsageID-2009-09-21
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: BasisOfRecord
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/BasisOfRecord
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Basis of Record
Definition:An abbreviation indicating whether the record represents an observation (O), living organism (L), specimen (S), germplasm/seed (G), etc.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:BasisOfRecord-2003-06-13
Replaces:
Is Replaced By:basisOfRecord-2009-12-07
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordBasis
Term Name: BasisOfRecord
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/BasisOfRecord
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Basis of Record
Definition:A description indicating whether the record represents an observation, tissue sample, living organism, voucher specimen, germplasm/seed, genetic information, etc.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:BasisOfRecord-2003-06-17
Replaces:BasisOfRecord-2003-06-13
Is Replaced By:basisOfRecord-2009-12-07
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordBasis
Term Name: BasisOfRecord
Identifier:http://rs.tdwg.org/dwc/dwcore/BasisOfRecord
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Basis of Record
Definition:A descriptive term indicating whether the record represents an object or observation. Examples: PreservedSpecimen- A physical object representing one or more organisms, part of organism, or artifact of an organism. synonyms: voucher, collection, lot. FossilSpecimen- A physical object representing one or more fossil organisms, part of fossil organism, or artifact of a fossil organism. LivingSpecimen- An organism removed from its natural occurrence and now living in captivity or cultivation. HumanObservation- A report by a known observer that an organism was present at the place and time. MachineObservation- A report by a monitoring device that an organism was present at the place and time. StillImage- An photograph, drawing, painting. MovingImage- A sequence of still images taken at regular intervals and intended to be played back as a moving image; may include sound. SoundRecording- An audio recording. OtherSpecimen- Any type of specimen not covered by any of the categories above.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:BasisOfRecord-2007-04-17
Replaces:BasisOfRecord-2003-06-17
Is Replaced By:basisOfRecord-2009-12-07
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordBasis
Term Name: basisOfRecord
Identifier:http://rs.tdwg.org/dwc/terms/basisOfRecord
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Basis of Record
Definition:The specific nature of the data record - a subtype of the dcterms:type. Recommended best practice is to use a controlled vocabulary such as the Darwin Core Type Vocabulary (http://rs.tdwg.org/dwc/terms/type-vocabulary/index.htm).
Comment:Examples: "StillImage", "MovingImage", "Sound", "PreservedSpecimen", FossilSpecimen", LivingSpecimen", "HumanObservation", "MachineObservation"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/type
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:basisOfRecord-2009-04-24
Replaces:BasisOfRecord-2007-04-17
Is Replaced By:basisOfRecord-2009-12-07
Class:all
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordBasis
Term Name: basisOfRecord
Identifier:http://rs.tdwg.org/dwc/terms/basisOfRecord
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Basis of Record
Definition:The specific nature of the data record - a subtype of the dcterms:type. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "StillImage", "MovingImage", "Sound", "PreservedSpecimen", FossilSpecimen", LivingSpecimen", "HumanObservation", "MachineObservation"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-09-11
Has Domain:
Has Range:
Version:basisOfRecord-2009-09-11
Replaces:basisOfRecord-2009-04-24
Is Replaced By:basisOfRecord-2009-12-07
Class:all
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordBasis
Term Name: basisOfRecord
Identifier:http://rs.tdwg.org/dwc/terms/basisOfRecord
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Basis of Record
Definition:The specific nature of the data record. Recommended best practice is to use a controlled vocabulary such as the Darwin Core Type Vocabulary (http://rs.tdwg.org/dwc/terms/type-vocabulary/index.htm).
Comment:Examples: "PreservedSpecimen", "FossilSpecimen", "LivingSpecimen", "HumanObservation", "MachineObservation"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2009-12-07_2
Version:basisOfRecord-2009-12-07
Replaces:basisOfRecord-2009-09-11
Is Replaced By:basisOfRecord-2014-10-23
Class:all
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordBasis
Term Name: basisOfRecord
Identifier:http://rs.tdwg.org/dwc/terms/basisOfRecord
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Basis of Record
Definition:The specific nature of the data record.
Comment:Recommended best practice is to use a controlled vocabulary such as the list of Darwin Core classes. Examples: "PreservedSpecimen", "FossilSpecimen", "LivingSpecimen", "HumanObservation", "MachineObservation". For discussion see http://terms.tdwg.org/wiki/dwc:basisOfRecord
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:basisOfRecord-2014-10-23
Replaces:basisOfRecord-2009-12-07
Is Replaced By:
Class:all
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordBasis
Term Name: Bed
Identifier:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/Bed
Namespace:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
Label:Bed
Definition:The full name of the lithostratigraphic bed from which the cataloged item was collected.
Comment:
Refines:
Status:superseded
Date Issued:2005-07-03
Date Modified:2005-07-03
Has Domain:
Has Range:
Version:Bed-2005-07-03
Replaces:
Is Replaced By:bed-2009-04-24
Class:paleo
ABCD 2.06:not in ABCD
Term Name: bed
Identifier:http://rs.tdwg.org/dwc/terms/bed
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Bed
Definition:The full name of the lithostratigraphic bed from which the cataloged item was collected.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:bed
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:bed-2009-04-24
Replaces:Bed-2005-07-03
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06:not in ABCD
Term Name: behavior
Identifier:http://rs.tdwg.org/dwc/terms/behavior
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Behavior
Definition:A description of the behavior shown by the subject at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "roosting", "foraging", "running". For discussion see http://terms.tdwg.org/wiki/dwc:behavior
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-03-06
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:behavior-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:not in ABCD
Term Name: Binomial
Identifier:http://rs.tdwg.org/dwc/terms/Binomial
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Binomial
Definition:The combination of genus and first (species) epithet of the scientificName.
Comment:Example: "Ctenomys sociabilis"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:binomial-2008-11-19
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Synecology/AssociatedTaxa/TaxonIdentified/ScientificName/FullScientificNameString
Term Name: BoundingBox
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/BoundingBox
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Bounding Box
Definition:This access point provides a mechanism for performing searches using a bounding box. A Bounding Box element is not typically present in the database, but rather is derived from the Latitude and Longitude columns by the data provider
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:BoundingBox-2003-06-13
Replaces:
Is Replaced By:footprintWKT-2009-04-24
Class:
ABCD 2.06:not covered by ABCD
Term Name: BoundingBox
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/BoundingBox
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Bounding Box
Definition:This access point provides a mechanism for performing searches using a bounding box. A Bounding Box element is not typically present in the database, but rather is derived from the DecimalLatitude and DecimalLongitude columns by the data provider.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:BoundingBox-2003-06-17
Replaces:BoundingBox-2003-06-13
Is Replaced By:footprintWKT-2009-04-24
Class:
ABCD 2.06:not covered by ABCD
Term Name: CatalogNumber
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/CatalogNumber
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Catalog Number
Definition:A unique alphanumeric value which identifies an individual record within the collection. It is recommended that this value provides a key by which the actual specimen can be identified. If the specimen has several items such as various types of preparation, this value should identify the individual component of the specimen
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:CatalogNumber-2003-06-13
Replaces:
Is Replaced By:catalogNumber-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitID
Term Name: CatalogNumber
Identifier:http://rs.tdwg.org/dwc/dwcore/CatalogNumber
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Catalog Number
Definition:The alphanumeric value identifying a record within the collection. It is highly recommended that each record be uniquely identified within a collection by this value. It is also recommended that each record be uniquely identified in a global context by the combination of InstitutionCode, CollectionCode and CatalogNumber.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:CatalogNumber-2007-04-17
Replaces:CatalogNumberText-2003-06-17
Is Replaced By:catalogNumber-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitID
Term Name: catalogNumber
Identifier:http://rs.tdwg.org/dwc/terms/catalogNumber
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Catalog Number
Definition:An identifier (preferably unique) for the record within the data set or collection.
Comment:Examples: "2008.1334", "145732a", "145732". For discussion see http://terms.tdwg.org/wiki/dwc:catalogNumber
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:catalogNumber-2009-04-24
Replaces:CatalogNumber-2007-04-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitID
Term Name: CatalogNumberNumeric
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/CatalogNumberNumeric
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Catalog Number Numeric
Definition:The CatalogNumber as a numeric value, if applicable. Allows searching on numeric ranges of CatalogNumbers.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:CatalogNumberNumeric-2003-06-17
Replaces:
Is Replaced By:catalogNumber-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitIDNumeric
Term Name: CatalogNumberNumeric
Identifier:http://rs.tdwg.org/dwc/curatorial/CatalogNumberNumeric
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:Catalog Number Numeric
Definition:The CatalogNumber as a numeric value, if applicable. This element allows searching on numeric ranges of CatalogNumbers. Example: 145732.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:CatalogNumberNumeric-2007-04-17
Replaces:CatalogNumberNumeric-2003-06-17
Is Replaced By:catalogNumber-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitIDNumeric
Term Name: CatalogNumberNumeric
Identifier:http://rs.tdwg.org/dwc/terms/CatalogNumberNumeric
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Catalog Number Numeric
Definition:The numeric value of the catalogNumber, used to facilitate numerical sorting and searching by ranges.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:CatalogNumberNumeric-2008-11-19
Replaces:CatalogNumberNumeric-2003-06-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitIDNumeric
Term Name: CatalogNumberText
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/CatalogNumberText
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Catalog Number Text
Definition:An alphanumeric value which identifies an individual cataloged item within the collection. It is recommended that this value provides a key by which the individual cataloged item can be identified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:CatalogNumberText-2003-06-17
Replaces:CatalogNumber-2003-06-13
Is Replaced By:catalogNumber-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitID
Term Name: Citation
Identifier:http://www.iobis.org/obis/Citation
Namespace:http://www.iobis.org/obis/
Label:Citation
Definition:Indicates how this dataset or record should be attributed if used.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:Citation-2005-07-10
Replaces:
Is Replaced By:http://dublincore.org/documents/dcmi-terms/#terms-bibliographicCitation
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
Term Name: Class
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Class
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Class
Definition:The class name of the organism
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Class-2003-06-13
Replaces:
Is Replaced By:class-2009-08-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
Term Name: Class
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Class
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Class
Definition:The phylogenetic class to which the cataloged item belongs.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Class-2003-06-17
Replaces:Class-2003-06-13
Is Replaced By:class-2009-08-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
Term Name: Class
Identifier:http://rs.tdwg.org/dwc/dwcore/Class
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Class
Definition:The name of the class in which the organism is classified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Class-2007-04-17
Replaces:Class-2003-06-17
Is Replaced By:class-2009-08-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
Term Name: class
Identifier:http://rs.tdwg.org/dwc/terms/class
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Class
Definition:The name of the class in which the scientificName is classified.
Comment:Example: "Mammalia"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:class-2009-04-24
Replaces:Class-2007-04-17
Is Replaced By:class-2009-08-24
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
Term Name: class
Identifier:http://rs.tdwg.org/dwc/terms/class
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Class
Definition:The full scientific name of the class in which the taxon is classified.
Comment:Examples: "Mammalia", "Hepaticopsida". For discussion see http://terms.tdwg.org/wiki/dwc:class
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-08-24
Has Domain:
Has Range:
Version:class-2009-08-24
Replaces:class-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = classis
Term Name: CollectingMethod
Identifier:http://rs.tdwg.org/dwc/dwcore/CollectingMethod
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Collection Method
Definition:The name of, reference to, or brief description of the method or protocol under which the collecting event occurred. Examples: "UV light trap", "mist net", "bottom trawl".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:CollectingMethod-2007-04-17
Replaces:
Is Replaced By:samplingProtocol-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Method
Term Name: CollectionCode
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/CollectionCode
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Collection Code
Definition:A unique alphanumeric value which identifies the collection within the institution
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:CollectionCode-2003-06-13
Replaces:
Is Replaced By:collectionCode-2009-09-11
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceID
Term Name: CollectionCode
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/CollectionCode
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Collection Code
Definition:A unique alphanumeric value that identifies the collection within the institution in which the item is cataloged. This attribute must contain no spaces.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:CollectionCode-2003-06-17
Replaces:CollectionCode-2003-06-13
Is Replaced By:collectionCode-2009-09-11
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceID
Term Name: CollectionCode
Identifier:http://rs.tdwg.org/dwc/dwcore/CollectionCode
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Collection Code
Definition:The code (or acronym) identifying the collection within the institution in which the organism record is cataloged.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:CollectionCode-2007-04-17
Replaces:CollectionCode-2003-06-17
Is Replaced By:collectionCode-2009-09-11
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceID
Term Name: collectionCode
Identifier:http://rs.tdwg.org/dwc/terms/collectionCode
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Collection Code
Definition:The name (or acronym) identifying the collection or data set from which the record was derived.
Comment:Examples: "Mammals", "Hildebrandt", "eBird"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-08-24
Has Domain:
Has Range:
Version:collectionCode-2009-04-24
Replaces:CollectionCode-2007-04-17
Is Replaced By:collectionCode-2009-09-11
Class:all
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceID
Term Name: collectionCode
Identifier:http://rs.tdwg.org/dwc/terms/collectionCode
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Collection Code
Definition:The name, acronym, coden, or initialism identifying the collection or data set from which the record was derived.
Comment:Examples: "Mammals", "Hildebrandt", "eBird"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-08-24
Has Domain:
Has Range:
Version:collectionCode-2009-08-24
Replaces:collectionCode-2009-04-24
Is Replaced By:collectionCode-2009-09-11
Class:all
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceID
Term Name: collectionCode
Identifier:http://rs.tdwg.org/dwc/terms/collectionCode
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Collection Code
Definition:The name, acronym, coden, or initialism identifying the collection or data set from which the record was derived.
Comment:Examples: "Mammals", "Hildebrandt", "eBird". For discussion see http://terms.tdwg.org/wiki/dwc:collectionCode
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2013-10-04
Has Domain:
Has Range:
Version:collectionCode-2009-09-11
Replaces:collectionCode-2009-08-24
Is Replaced By:
Class:all
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceID
Term Name: collectionID
Identifier:http://rs.tdwg.org/dwc/terms/collectionID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Collection ID
Definition:An identifier for the collection or dataset from which the record was derived. For physical specimens, the recommended best practice is to use the identifier in a collections registry such as the Biodiversity Collections Index (http://www.biodiversitycollectionsindex.org/).
Comment:Example: "urn:lsid:biocol.org:col:34818"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-08-24
Has Domain:
Has Range:
Version:collectionID-2009-04-24
Replaces:
Is Replaced By:collectionID-2009-09-11
Class:all
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceID
Term Name: collectionID
Identifier:http://rs.tdwg.org/dwc/terms/collectionID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Collection ID
Definition:An identifier for the collection or dataset from which the record was derived.
Comment:For physical specimens, the recommended best practice is to use an identifier from a collections registry such as the Global Registry of Biodiversity Repositories (http://grbio.org/). Examples: "http://biocol.org/urn:lsid:biocol.org:col:1001", "http://grbio.org/cool/p5fp-c036). Examples: "http://biocol.org/urn:lsid:biocol.org:col:1001", "http://grbio.org/cool/p5fp-c036". For discussion see http://terms.tdwg.org/wiki/dwc:collectionID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Version:collectionID-2009-09-11
Replaces:
Is Replaced By:
Class:all
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceID
Term Name: Collector
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Collector
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Collector
Definition:The name(s) of the collector(s) responsible for collection the specimen or taking the observation
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Collector-2003-06-13
Replaces:
Is Replaced By:recordedBy-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
Term Name: Collector
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Collector
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Collector
Definition:The name(s) of the collector(s) of the original data for the cataloged item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Collector-2003-06-17
Replaces:Collector-2003-06-13
Is Replaced By:recordedBy-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
Term Name: Collector
Identifier:http://rs.tdwg.org/dwc/dwcore/Collector
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Collector
Definition:The name(s) (concatenated and separated) of collectors or observers. "LIKE" or "contains" substring query operations are meant to be used with this element to find matching collector names. The primary collector or observer, especially one whose CollectorNumber is also provided, should be listed first. Example: "Oliver P. Pearson, Anita K. Pearson" where the value in CollectorNumber "OPP 7101" corresponds to the number for the specimen in the field catalog (collector number) of Oliver P. Pearson.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Collector-2007-04-17
Replaces:Collector-2003-06-17
Is Replaced By:recordedBy-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
Term Name: CollectorNumber
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/CollectorNumber
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Collector Number
Definition:An identifying "number" (really a string) applied to specimens (in some disciplines) at the time of collection. Establishes a links different parts/preparations of a single specimen and between field notes and the specimen.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:CollectorNumber-2003-06-13
Replaces:
Is Replaced By:recordNumber-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/CollectorsFieldNumber
Term Name: CollectorNumber
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/CollectorNumber
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Collector Number
Definition:An identifying string applied to the cataloged item at the time of collection. Serves as a link between field notes and the cataloged items.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:CollectorNumber-2003-06-17
Replaces:CollectorNumber-2003-06-13
Is Replaced By:recordNumber-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/CollectorsFieldNumber
Term Name: CollectorNumber
Identifier:http://rs.tdwg.org/dwc/curatorial/CollectorNumber
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:Collector Number
Definition:An identifying string applied to the object or observation at the time of collection. Serves as a link between field notes and the object or observation.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:CollectorNumber-2007-04-17
Replaces:CollectorNumber-2003-06-17
Is Replaced By:recordNumber-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
Term Name: Continent
Identifier:http://rs.tdwg.org/dwc/dwcore/Continent
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Continent
Definition:The full, unabbreviated name of the continent on which the organism was collected or observed.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Continent-2007-04-17
Replaces:ContinentOcean-2003-06-17
Is Replaced By:continent-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
Term Name: continent
Identifier:http://rs.tdwg.org/dwc/terms/continent
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Continent
Definition:The name of the continent in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Examples: "Africa", "Antarctica", "Asia", "Europe", "North America", "Oceania", "South America". For discussion see http://terms.tdwg.org/wiki/dwc:continent
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2013-10-04
Has Domain:
Has Range:
Version:continent-2009-04-24
Replaces:Continent-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
Term Name: ContinentOcean
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/ContinentOcean
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Continent Ocean
Definition:The continent or ocean from which a specimen was collected.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:ContinentOcean-2003-06-13
Replaces:
Is Replaced By:continent-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
Term Name: ContinentOcean
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/ContinentOcean
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Continent Ocean
Definition:The full, unabbreviated name of the continent or ocean from which the cataloged item was collected.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:ContinentOcean-2003-06-17
Replaces:ContinentOcean-2003-06-13
Is Replaced By:continent-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Continent
Term Name: CoordinatePrecision
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/CoordinatePrecision
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Coordinate Precision
Definition:An estimate of how tightly the collecting locality was specified; expressed as a distance, in meters, that corresponds to a radius around the latitude-longitude coordinates. Use NULL where precision is unknown, cannot be estimated, or is not applicable.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:CoordinatePrecision-2003-06-13
Replaces:
Is Replaced By:coordinatePrecision-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement
Term Name: coordinatePrecision
Identifier:http://rs.tdwg.org/dwc/terms/coordinatePrecision
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Coordinate Precision
Definition:A decimal representation of the precision of the coordinates given in the decimalLatitude and decimalLongitude.
Comment:Examples: "0.00001" (normal GPS limit for decimal degrees), "0.000278" (nearest second), "0.01667" (nearest minute), "1.0" (nearest degree). For discussion see http://terms.tdwg.org/wiki/dwc:coordinatePrecision
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:coordinatePrecision-2009-04-24
Replaces:CoordinatePrecision-2003-06-13
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/ISOAccuracy or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement
Term Name: CoordinateUncertaintyInMeters
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/CoordinateUncertaintyInMeters
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Coordinate Uncertainty In Meters
Definition:The upper limit of the distance (in meters) from the given latitude and longitude describing a circle within which the whole of the described locality must lie. Use NULL where the uncertainty is unknown, cannot be estimated, or is not applicable.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:CoordinateUncertaintyInMeters-2003-06-17
Replaces:CoordinatePrecision-2003-06-13
Is Replaced By:coordinateUncertaintyInMeters-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
Term Name: CoordinateUncertaintyInMeters
Identifier:http://rs.tdwg.org/dwc/geospatial/CoordinateUncertaintyInMeters
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:Coordinate Uncertainty In Meters
Definition:The upper limit of the distance (in meters) from the given DecimalLatitude and DecimalLongitude describing a circle within which the whole of the described locality lies. Leave the value empty if the uncertainty is unknown, cannot be estimated, or is not applicable (because there are no coordinates). Describes the point-radius representation of the location, along with DecimalLatitude, DecimalLongitude, and GeodeticDatum. Zero is not a valid value for this element.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:CoordinateUncertaintyInMeters-2007-04-17
Replaces:CoordinateUncertaintyInMeters-2003-06-17
Is Replaced By:coordinateUncertaintyInMeters-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
Term Name: coordinateUncertaintyInMeters
Identifier:http://rs.tdwg.org/dwc/terms/coordinateUncertaintyInMeters
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Coordinate Uncertainty In Meters
Definition:The horizontal distance (in meters) from the given decimalLatitude and decimalLongitude describing the smallest circle containing the whole of the Location. Leave the value empty if the uncertainty is unknown, cannot be estimated, or is not applicable (because there are no coordinates). Zero is not a valid value for this term.
Comment:Examples: "30" (reasonable lower limit of a GPS reading under good conditions if the actual precision was not recorded at the time), "71" (uncertainty for a UTM coordinate having 100 meter precision and a known spatial reference system). For discussion see http://terms.tdwg.org/wiki/dwc:coordinateUncertaintyInMeters
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:coordinateUncertaintyInMeters-2009-04-24
Replaces:CoordinateUncertaintyInMeters-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinateErrorDistanceInMeters
Term Name: Country
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Country
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Country
Definition:The country or major political unit from which the specimen was collected. ISO 3166-1 (http://www.din.de/gremien/nas/nabd/iso3166ma/codlstp1/db_en.html) values should be used. Full country names are currently in use. A future recommendation is to use ISO3166-1 two letter codes or the full name when searchi) values should be used. Full country names are currently in use. A future recommendation is to use ISO3166-1 two letter codes or the full name when searching
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Country-2003-06-13
Replaces:
Is Replaced By:country-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Country/Name
Term Name: Country
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Country
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Country
Definition:The full, unabbreviated name of the country or major political unit from which the cataloged item was collected.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Country-2003-06-17
Replaces:Country-2003-06-13
Is Replaced By:country-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Country/Name
Term Name: Country
Identifier:http://rs.tdwg.org/dwc/dwcore/Country
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Country
Definition:The full, unabbreviated name of the country or major political unit in which the organism was collected or observed.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Country-2007-04-17
Replaces:Country-2003-06-17
Is Replaced By:country-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Country/Name
Term Name: country
Identifier:http://rs.tdwg.org/dwc/terms/country
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Country
Definition:The name of the country or major administrative unit in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Examples: "Denmark", "Colombia", "España". For discussion see http://terms.tdwg.org/wiki/dwc:country
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:country-2009-04-24
Replaces:Country-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Country/Name
Term Name: countryCode
Identifier:http://rs.tdwg.org/dwc/terms/countryCode
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Country Code
Definition:The standard code for the country in which the Location occurs. Recommended best practice is to use ISO 3166-1-alpha-2 country codes.
Comment:Examples: "AR" for Argentina, "SV" for El Salvador. For discussion see http://terms.tdwg.org/wiki/dwc:countryCode
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:countryCode-2009-04-24
Replaces:
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Country/ISO3166Code
Term Name: County
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/County
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:County
Definition:The county (or shire, or next political region smaller than State / Province) from which the specimen was collected
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:County-2003-06-13
Replaces:
Is Replaced By:county-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
Term Name: County
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/County
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:County
Definition:The full, unabbreviated name of the county, shire, or municipality (i.e., the next smaller political region than StateProvince) from which the cataloged item was collected.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:County-2003-06-17
Replaces:County-2003-06-13
Is Replaced By:county-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
Term Name: County
Identifier:http://rs.tdwg.org/dwc/dwcore/County
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:County
Definition:The full, unabbreviated name of the county, shire, or municipality (i.e., the next smaller political region than StateProvince) in which the organism was collected or observed.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:County-2007-04-17
Replaces:County-2003-06-17
Is Replaced By:county-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
Term Name: county
Identifier:http://rs.tdwg.org/dwc/terms/county
Namespace:http://rs.tdwg.org/dwc/terms/
Label:County
Definition:The full, unabbreviated name of the next smaller administrative region than stateProvince (county, shire, department, etc.) in which the Location occurs.
Comment:Examples: "Missoula", "Los Lagos", "Mataró". For discussion see http://terms.tdwg.org/wiki/dwc:county
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:county-2009-04-24
Replaces:County-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= County
Term Name: dataGeneralizations
Identifier:http://rs.tdwg.org/dwc/terms/dataGeneralizations
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Data Generalizations
Definition:Actions taken to make the shared data less specific or complete than in its original form. Suggests that alternative data of higher quality may be available on request.
Comment:Example: "Coordinates generalized from original GPS coordinates to the nearest half degree grid cell". For discussion see http://terms.tdwg.org/wiki/dwc:dataGeneralizations
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:dataGeneralizations-2009-04-24
Replaces:Generalizations-2008-11-19
Is Replaced By:
Class:all
ABCD 2.06:not in ABCD
Term Name: Dataset
Identifier:http://rs.tdwg.org/dwc/terms/Dataset
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Dataset
Definition:The category of information pertaining to a logical set of records.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://purl.org/dc/dcmitype/Dataset
Status:deprecated
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:Dataset-2008-11-19
Replaces:
Is Replaced By:
Class:
ABCD 2.06:DataSets/DataSet
Term Name: datasetID
Identifier:http://rs.tdwg.org/dwc/terms/datasetID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Dataset ID
Definition:An identifier for the data set. May be a global unique identifier or an identifier specific to a collection or institution.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:datasetID-2009-04-24
Replaces:
Is Replaced By:datasetID-2009-09-11
Class:http://rs.tdwg.org/dwc/terms/Dataset
ABCD 2.06:DataSets/DataSet/DataSetGUID
Term Name: datasetID
Identifier:http://rs.tdwg.org/dwc/terms/datasetID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Dataset ID
Definition:An identifier for the set of data. May be a global unique identifier or an identifier specific to a collection or institution.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:datasetID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-09-11
Has Domain:
Has Range:
Version:datasetID-2009-09-11
Replaces:datasetID-2009-04-24
Is Replaced By:
Class:all
ABCD 2.06:DataSets/DataSet/DataSetGUID
Term Name: datasetName
Identifier:http://rs.tdwg.org/dwc/terms/datasetName
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Dataset Name
Definition:The name identifying the data set from which the record was derived.
Comment:Examples: "Grinnell Resurvey Mammals", "Lacey Ctenomys Recaptures". For discussion see http://terms.tdwg.org/wiki/dwc:datasetName
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-09-11
Date Modified:2009-09-11
Has Domain:
Has Range:
Version:datasetName-2009-09-11
Replaces:
Is Replaced By:
Class:all
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceID
Term Name: DateIdentified
Identifier:http://rs.tdwg.org/dwc/curatorial/DateIdentified
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:Date Identified
Definition:The date-time in the Common Era calendar in which the object or observation was identified as being a member of the taxon given in the ScientificName.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:DateIdentified-2007-04-17
Replaces:YearIdentified-2003-06-17, MonthIdentified-2003-06-17, DayIdentified-2003-06-
Is Replaced By:dateIdentified-2009-08-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: dateIdentified
Identifier:http://rs.tdwg.org/dwc/terms/dateIdentified
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Date Identified
Definition:The date on which the subject was identified as representing the taxon given in the scientificName. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
Comment:Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007.
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:dateIdentified-2009-04-24
Replaces:DateIdentified-2007-04-17
Is Replaced By:dateIdentified-2009-08-24
Class:http://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: dateIdentified
Identifier:http://rs.tdwg.org/dwc/terms/dateIdentified
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Date Identified
Definition:The date on which the subject was identified as representing the Taxon. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
Comment:Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see http://terms.tdwg.org/wiki/dwc:dateIdentified
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-08-24
Has Domain:
Has Range:
Version:dateIdentified-2009-08-24
Replaces:dateIdentified-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: DateLastModified
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/DateLastModified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Date Last Modified
Definition:ISO 8601 compliant stamp indicating the date and time in UTC(GMT) when the record was last modified. Example: the instant "November 5, 1994, 8:15:30 am, US Eastern Standard Time" would be represented as "1994-11-05T13:15:30Z" (see W3C Note on Date and Time Formats - http://www.w3.org/TR/NOTE-datetime). (What to do when this date-time is unknown? Use Date-Time first "published"?)
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:DateLastModified-2003-06-13
Replaces:
Is Replaced By:http://dublincore.org/documents/dcmi-terms/#terms-modified
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/DateLastEdited
Term Name: DateLastModified
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/DateLastModified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Date Last Modified
Definition:ISO 8601 date and time in UTC(GMT) when the record was last modified. Example: "November 5, 1994, 8:15:30 am, US Eastern Standard Time" would be "1994-11-05T13:15:30Z" (see http://www.w3.org/TR/NOTE-datetime).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:DateLastModified-2003-06-17
Replaces:DateLastModified-2003-06-13
Is Replaced By:http://dublincore.org/documents/dcmi-terms/#terms-modified
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/DateLastEdited
Term Name: DateLastModified
Identifier:http://rs.tdwg.org/dwc/dwcore/DateLastModified
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Date Last Modified
Definition:The last date-time of publication when any of the data for the record were modified from the previous publication of that record. When publishing a record for the first time, use the publication date-time. Returns values as ISO 8601 date and time. (cf. http://www.w3.org/TR/xmlschema-2/#isoformats and http://www.iso.org/iso/en/prods-services/popstds/dateandtime.html Example: November 5, 1994, 8:15:30 am, US Eastern Standard Time” would be “1994-11-05T13:15:30Z”
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:DateLastModified-2007-04-17
Replaces:DateLastModified-2003-06-17
Is Replaced By:http://dublincore.org/documents/dcmi-terms/#terms-modified
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/DateLastEdited
Term Name: day
Identifier:http://rs.tdwg.org/dwc/terms/day
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Day
Definition:The integer day of the month on which the Event occurred.
Comment:Examples: "9", "28". For discussion see http://terms.tdwg.org/wiki/dwc:day
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:day-2009-04-24
Replaces:DayCollected-2003-06-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Event
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: DayCollected
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/DayCollected
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Day Collected
Definition:The day of the month the specimen was collected from the field. Possible value ranges from 01..31 inclusive
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:DayCollected-2003-06-13
Replaces:
Is Replaced By:day-2009-04-24
Class:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: DayCollected
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/DayCollected
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Day Collected
Definition:The two digit day of the month in the Common Era calendar during which the cataloged item was collected from the field.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:DayCollected-2003-06-17
Replaces:DayCollected-2003-06-13
Is Replaced By:day-2009-04-24
Class:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: DayIdentified
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/DayIdentified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Day Identified
Definition:The day portion of the date when the Collection Item was identified; as two digits [01..31].
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:DayIdentified-2003-06-13
Replaces:
Is Replaced By:dateIdentified-2009-04-24
Class:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: DayIdentified
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/DayIdentified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Day Identified
Definition:The two digit day of the month in the Common Era calendar during which the cataloged item was identified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:DayIdentified-2003-06-17
Replaces:DayIdentified-2003-06-13
Is Replaced By:dateIdentified-2009-04-24
Class:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: DayOfYear
Identifier:http://rs.tdwg.org/dwc/dwcore/DayOfYear
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Day of Year
Definition:The ordinal day of the year on which the object or observation was collected (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366). If the EarliestDateCollected and LatestDateCollected do not occur on the same day, do not populate DayOfYear.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:DayOfYear-2007-04-17
Replaces:JulianDay-2003-06-17
Is Replaced By:startDayOfYear-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
Term Name: dcmitype:MovingImage
Identifier:http://purl.org/dc/dcmitype/MovingImage
Namespace:http://purl.org/dc/dcmitype/
Label:Moving Image
Definition:A series of visual representations imparting an impression of motion when shown in succession.
Comment:Examples include animations, movies, television programs, videos, zoetropes, or visual output from a simulation. Instances of the type Moving Image must also be describable as instances of the broader type Image.
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:deprecated
Date Issued:2003-11-18
Date Modified:2008-01-14
Member Of:http://purl.org/dc/terms/DCMIType
Has Domain:
Has Range:
Decision:http://dublincore.org/usage/decisions/#Decision-2008-01
Version:http://dublincore.org/usage/terms/history/#MovingImage-003
Replaces:
Is Replaced By:
Class:
ABCD 2.06:RecordBasisEnum/MultimediaObject
Term Name: dcmitype:Sound
Identifier:http://purl.org/dc/dcmitype/Sound
Namespace:http://purl.org/dc/dcmitype/
Label:Sound
Definition:A resource primarily intended to be heard.
Comment:Examples include a music playback file format, an audio compact disc, and recorded speech or sounds.
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:deprecated
Date Issued:2000-07-11
Date Modified:2008-01-14
Member Of:http://purl.org/dc/terms/DCMIType
Has Domain:
Has Range:
Decision:http://dublincore.org/usage/decisions/#Decision-2008-01
Version:http://dublincore.org/usage/terms/history/#Sound-003
Replaces:
Is Replaced By:
Class:
ABCD 2.06:RecordBasisEnum/MultimediaObject
Term Name: dcmitype:StillImage
Identifier:http://purl.org/dc/dcmitype/StillImage
Namespace:http://purl.org/dc/dcmitype/
Label:Still Image
Definition:A resource describing a static visual representation.
Comment:Examples include paintings, drawings, graphic designs, plans and maps. Recommended best practice is to assign the type Text to images of textual materials. Instances of the type Still Image must also be describable as instances of the broader type Image.
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:deprecated
Date Issued:2003-11-18
Date Modified:2008-01-14
Member Of:http://purl.org/dc/terms/DCMIType
Has Domain:
Has Range:
Decision:http://dublincore.org/usage/decisions/#Decision-2008-01
Version:http://dublincore.org/usage/terms/history/#StillImage-003
Replaces:
Is Replaced By:
Class:
ABCD 2.06:{RecordBasisEnum/DrawingOrPhotograph or RecordBasisEnum/MultimediaObject}
Term Name: dcterms:accessRights
Identifier:http://purl.org/dc/terms/accessRights
Namespace:http://purl.org/dc/terms/
Label:Access Rights
Definition:Information about who can access the resource or an indication of its security status. Access Rights may include information regarding access or restrictions based on privacy, security, or other policies.
Comment:Example: "not-for-profit use only". For discussion see http://terms.tdwg.org/wiki/dwc:accessRights
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/rights
Status:recommended
Date Issued:2003-02-15
Date Modified:2008-01-14
Has Domain:
Has Range:http://purl.org/dc/terms/RightsStatement
Version:http://dublincore.org/usage/terms/history/#accessRights-002
Replaces:AccessConstraints-2008-11-19
Is Replaced By:
Class:all
ABCD 2.06:DataSets/DataSet/Units/Unit/IPRStatements
Term Name: dcterms:bibliographicCitation
Identifier:http://purl.org/dc/terms/bibliographicCitation
Namespace:http://purl.org/dc/terms/
Label:Bibliographic Citation
Definition:A bibliographic reference for the resource as a statement indicating how this record should be cited (attributed) when used. Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible.
Comment:Examples: "Ctenomys sociabilis (MVZ 165861)" for a specimen, "Oliver P. Pearson. 1985. Los tuco-tucos (genera Ctenomys) de los Parques Nacionales Lanin y Nahuel Huapi, Argentina Historia Natural, 5(37):337-343." for a Taxon. For discussion see http://terms.tdwg.org/wiki/dwc:bibliographicCitation
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2003-02-15
Date Modified:2009-04-24
Has Domain:
Has Range:http://www.w3.org/2000/01/rdf-schema#Literal
Version:http://dublincore.org/usage/terms/history/#bibliographicCitation-002
Replaces:
Is Replaced By:
Class:all
ABCD 2.06:DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
Term Name: dcterms:language
Identifier:http://purl.org/dc/terms/language
Namespace:http://purl.org/dc/terms/
Label:Language
Definition:A language of the resource. Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].
Comment:Examples: "en" for English, "es" for Spanish. For discussion see http://terms.tdwg.org/wiki/dwc:language
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/elements/1.1/language
Status:recommended
Date Issued:2008-01-14
Date Modified:2008-01-14
Has Domain:
Has Range:http://purl.org/dc/terms/LinguisticSystem
Version:http://dublincore.org/usage/terms/history/#languageT-001
Replaces:
Is Replaced By:
Class:all
ABCD 2.06:some ABCD elements have a datatype extended with a language attribute, no language element at the Unit level
Term Name: dcterms:license
Identifier:http://purl.org/dc/terms/license
Namespace:http://purl.org/dc/terms/
Label:License
Definition:A legal document giving official permission to do something with the resource.
Comment:Examples: "http://creativecommons.org/publicdomain/zero/1.0/legalcode", "http://creativecommons.org/licenses/by/4.0/legalcode". For discussion see http://terms.tdwg.org/wiki/dwc:license
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/rights
Status:recommended
Date Issued:2008-01-14
Date Modified:2008-01-14
Has Domain:
Has Range:http://purl.org/dc/terms/LicenseDocument
Version:http://dublincore.org/usage/terms/history/#license-002
Replaces:
Is Replaced By:
Class:all
ABCD 2.06:DataSets/DataSet/Units/Unit/IPRStatements
Term Name: dcterms:modified
Identifier:http://purl.org/dc/terms/modified
Namespace:http://purl.org/dc/terms/
Label:Modified
Definition:The most recent date-time on which the resource was changed. For Darwin Core, recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
Comment:Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see http://terms.tdwg.org/wiki/dwc:modified
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/elements/1.1/date, http://purl.org/dc/terms/date
Status:recommended
Date Issued:2000-07-11
Date Modified:2008-01-14
Has Domain:
Has Range:http://www.w3.org/2000/01/rdf-schema#Literal
Version:http://dublincore.org/usage/terms/history/#modified-003
Replaces:
Is Replaced By:
Class:all
ABCD 2.06:DataSets/DataSet/Units/Unit/DateLastEdited
Term Name: dcterms:references
Identifier:http://purl.org/dc/terms/references
Namespace:http://purl.org/dc/terms/
Label:References
Definition:A related resource that is referenced, cited, or otherwise pointed to by the described resource.
Comment:Examples: "http://mvzarctos.berkeley.edu/guid/MVZ:Mamm:165861"; "http://www.catalogueoflife.org/annual-checklist/show_species_details.php?record_id=6197868". For discussion see http://terms.tdwg.org/wiki/dwc:references
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/elements/1.1/relation, http://purl.org/dc/terms/relation
Status:recommended
Date Issued:2000-07-11
Date Modified:2008-01-14
Has Domain:
Has Range:
Decision:Decision-2011-10-16_7
Version:http://dublincore.org/usage/terms/history/#references-003
Replaces:
Is Replaced By:
Class:all
ABCD 2.06:{DataSets/DataSet/Units/Unit/RecordURI or Datasets/Dataset/Units/Unit/UnitReferences/UnitReferences or Datasets/Dataset/Units/Unit/SourceReference or Datasets/Dataset/Units/Unit/Identifications/Identification/References/Reference or Datasets/Dataset/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference or MeasurementOrFact/MeasurementOrFactAtomised/MeasurementOrFactReference}
Term Name: dcterms:rights
Identifier:http://purl.org/dc/terms/rights
Namespace:http://purl.org/dc/terms/
Label:Rights
Definition:Information about rights held in and over the resource. Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.
Comment:Example: "http://creativecommons.org/licenses/by-sa/3.0/"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/elements/1.1/rights
Status:deprecated
Date Issued:2008-01-14
Date Modified:2008-01-14
Has Domain:
Has Range:http://purl.org/dc/terms/RightsStatement
Version:http://dublincore.org/usage/terms/history/#rightsT-001
Replaces:
Is Replaced By:
Class:all
ABCD 2.06:DataSets/DataSet/Units/Unit/IPRStatements
Term Name: dcterms:rightsHolder
Identifier:http://purl.org/dc/terms/rightsHolder
Namespace:http://purl.org/dc/terms/
Label:Rights Holder
Definition:A person or organization owning or managing rights over the resource.
Comment:Example: "The Regents of the University of California.". For discussion see http://terms.tdwg.org/wiki/dwc:rightsHolder
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2004-06-14
Date Modified:2008-01-14
Has Domain:
Has Range:http://purl.org/dc/terms/Agent
Version:http://dublincore.org/usage/terms/history/#rightsHolder-002
Replaces:
Is Replaced By:
Class:all
ABCD 2.06:{DataSets/DataSet/Units/Unit/Owner/Organisation/Name/Representation/Text or DataSets/DataSet/Units/Unit/Owner/Person/FullName or DataSets/DataSet/Metadata/Owners/Owner/Organisation/Name/Representation/Text or DataSets/DataSet/Metadata/Owners/Owner/Person/FullName}
Term Name: dcterms:type
Identifier:http://purl.org/dc/terms/type
Namespace:http://purl.org/dc/terms/
Label:Type
Definition:The nature or genre of the resource. For Darwin Core, recommended best practice is to use the name of the class that defines the root of the record.
Comment:Examples: "StillImage", "MovingImage", "Sound", "PhysicalObject", "Event", "Text". For discussion see http://terms.tdwg.org/wiki/dwc:type
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/elements/1.1/type
Status:recommended
Date Issued:2008-01-14
Date Modified:2008-01-14
Has Domain:
Has Range:http://www.w3.org/2000/01/rdf-schema#Class
Decision:Decision-2009-12-07_1
Version:http://dublincore.org/usage/terms/history/#typeT-001
Replaces:
Is Replaced By:
Class:all
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordBasis
Term Name: DecimalLatitude
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/DecimalLatitude
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Decimal Latitude
Definition:The latitude of the location from which the cataloged item was collected, expressed in decimal degrees.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:DecimalLatitude-2003-06-17
Replaces:Latitude-2003-06-13
Is Replaced By:decimalLatitude-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
Term Name: DecimalLatitude
Identifier:http://rs.tdwg.org/dwc/geospatial/DecimalLatitude
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:Decimal Latitude
Definition:The latitude of the geographic center of a location where an event occurred (organism collected, observation made), expressed in decimal degrees. Positive values are North of the Equator, negative values are South of the Equator. Describes the point-radius representation of the location, along with DecimalLongitude, GeodeticDatum, and CoordinateUncertaintyInMeters. Example: -41.0983423
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:DecimalLatitude-2007-04-17
Replaces:DecimalLatitude-2003-06-17
Is Replaced By:decimalLatitude-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
Term Name: decimalLatitude
Identifier:http://rs.tdwg.org/dwc/terms/decimalLatitude
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Decimal Latitude
Definition:The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive.
Comment:Example: "-41.0983423". For discussion see http://terms.tdwg.org/wiki/dwc:decimalLatitude
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:decimalLatitude-2009-04-24
Replaces:DecimalLatitude-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
Term Name: DecimalLongitude
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/DecimalLongitude
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Decimal Longitude
Definition:The longitude of the location from which the cataloged item was collected, expressed in decimal degrees.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:DecimalLongitude-2003-06-17
Replaces:Longitude-2003-06-13
Is Replaced By:decimalLongitude-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
Term Name: DecimalLongitude
Identifier:http://rs.tdwg.org/dwc/geospatial/DecimalLongitude
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:Decimal Longitude
Definition:The longitude of the geographic center of a location where an event occurred (organism collected, observation made), expressed in decimal degrees. Positive values are East of the Greenwich Meridian, negative values are West of the Greenwich Meridian. Describes the point-radius representation of the location, along with DecimalLatitude, GeodeticDatum, and CoordinateUncertaintyInMeters. Example: -71.0943235
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:DecimalLongitude-2007-04-17
Replaces:DecimalLongitude-2003-06-17
Is Replaced By:decimalLongitude-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
Term Name: decimalLongitude
Identifier:http://rs.tdwg.org/dwc/terms/decimalLongitude
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Decimal Longitude
Definition:The geographic longitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive.
Comment:Example: "-121.1761111". For discussion see http://terms.tdwg.org/wiki/dwc:decimalLongitude
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:decimalLongitude-2009-04-24
Replaces:DecimalLongitude-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
Term Name: DepthRange
Identifier:http://www.iobis.org/obis/DepthRange
Namespace:http://www.iobis.org/obis/
Label:Depth Range
Definition:For data sets that have the depth range expressed in one field (e.g. "150-200 m") it can be entered here as free text. Separate, numeric Minimum and Maximum Depth fields are the preferred format; the Depth Range option is included for legacy data sets.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:DepthRange-2005-07-10
Replaces:
Is Replaced By:verbatimDepth-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
Term Name: Disposition
Identifier:http://rs.tdwg.org/dwc/curatorial/Disposition
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:Disposition
Definition:The current disposition of the cataloged item. Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Disposition-2007-04-17
Replaces:
Is Replaced By:disposition-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition
Term Name: disposition
Identifier:http://rs.tdwg.org/dwc/terms/disposition
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Disposition
Definition:The current state of a specimen with respect to the collection identified in collectionCode or collectionID. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere". For discussion see http://terms.tdwg.org/wiki/dwc:disposition
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:disposition-2009-04-24
Replaces:Disposition-2007-04-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Disposition
Term Name: DwCType
Identifier:http://rs.tdwg.org/dwc/terms/DwCType
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Darwin Core Type
Definition:The set of classes specified by the Darwin Core Type Vocabulary, used to categorize the nature or genre of the resource.
Comment:
Type of Term:http://purl.org/dc/dcam/VocabularyEncodingScheme
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Version:DwCType-2008-11-19
Replaces:
Is Replaced By:
Class:
ABCD 2.06:not in ABCD
Term Name: dynamicProperties
Identifier:http://rs.tdwg.org/dwc/terms/dynamicProperties
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Dynamic Properties
Definition:A list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the record. Meant to provide a mechanism for structured content such as key-value pairs.
Comment:Examples: "tragusLengthInMeters=0.014; weightInGrams=120", "heightInMeters=1.5", "natureOfID=expert identification; identificationEvidence=cytochrome B sequence", "relativeHumidity=28; airTemperatureInC=22; sampleSizeInKilograms=10", "aspectHeading=277; slopeInDegrees=6", "iucnStatus=vulnerable; taxonDistribution=Neuquen, Argentina"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:dynamicProperties-2009-04-24
Replaces:Attributes-2007-04-17
Is Replaced By:dynamicProperties-2014-10-23
Class:all
ABCD 2.06:not in ABCD
Term Name: dynamicProperties
Identifier:http://rs.tdwg.org/dwc/terms/dynamicProperties
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Dynamic Properties
Definition:A list of additional measurements, facts, characteristics, or assertions about the record. Meant to provide a mechanism for structured content.
Comment:The recommended best practice is to use a key:value encoding schema such as JSON. Examples: "{'heightInMeters':'1.5'}", "{'tragusLengthInMeters':'0.014', 'weightInGrams':'120'}", "{'natureOfID':'expert identification', 'identificationEvidence':'cytochrome B sequence'}", "{'relativeHumidity':'28', 'airTemperatureInCelcius':'22', 'sampleSizeInKilograms':'10'}", "{'aspectHeading':'277', 'slopeInDegrees':'6'}", "{'iucnStatus':'vulnerable', 'taxonDistribution':'Neuquén, Argentina'}". For discussion see http://terms.tdwg.org/wiki/dwc:dynamicProperties
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:dynamicProperties-2014-10-23
Replaces:dynamicProperties-2009-04-24
Is Replaced By:
Class:all
ABCD 2.06:not in ABCD
Term Name: EarliestAgeOrLowestStage
Identifier:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/EarliestAgeOrLowestStage
Namespace:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
Label:Earliest Age Or Lowest Stage
Definition:The full name of the earliest possible geochronologic age or lowest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:
Refines:
Status:superseded
Date Issued:2005-07-03
Date Modified:2005-07-03
Has Domain:
Has Range:
Version:EarliestAgeOrLowestStage-2005-07-03
Replaces:
Is Replaced By:earliestAgeOrLowestStage-2009-04-24
Class:paleo
ABCD 2.06:not in ABCD
Term Name: earliestAgeOrLowestStage
Identifier:http://rs.tdwg.org/dwc/terms/earliestAgeOrLowestStage
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Earliest Age Or Lowest Stage
Definition:The full name of the earliest possible geochronologic age or lowest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:Examples: "Atlantic", "Boreal", "Skullrockian". For discussion see http://terms.tdwg.org/wiki/dwc:earliestAgeOrLowestStage
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:earliestAgeOrLowestStage-2009-04-24
Replaces:EarliestAgeOrLowestStage-2005-07-03
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06:not in ABCD
Term Name: EarliestDateCollected
Identifier:http://rs.tdwg.org/dwc/dwcore/EarliestDateCollected
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Earliest Date Collected
Definition:The earliest date-time (Common Era calendar) in a date-time period during which an organism or group of organisms was collected or observed. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:EarliestDateCollected-2007-04-17
Replaces:YearCollected-2003-06-17, MonthCollected-2003-06-17, DayCollected-2003-06-17
Is Replaced By:eventDate-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: EarliestDateCollected
Identifier:http://rs.tdwg.org/dwc/terms/EarliestDateCollected
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Earliest Date Collected
Definition:The earliest date-time in a period during which a event occurred. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
Comment:Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF].
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:deprecated
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:EarliestDateCollected-2008-11-19
Replaces:EarliestDateCollected-2007-04-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Event
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: EarliestEonOrLowestEonothem
Identifier:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/EarliestEonOrLowestEonothem
Namespace:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
Label:Earliest Eon Or Lowest Eonothem
Definition:The full name of the earliest possible geochronologic eon or lowest chrono-stratigraphic eonothem or the informal name ("Precambrian") attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:
Refines:
Status:superseded
Date Issued:2005-07-03
Date Modified:2005-07-03
Has Domain:
Has Range:
Version:EarliestEonOrLowestEonothem-2005-07-03
Replaces:
Is Replaced By:earliestEonOrLowestEonothem-2009-04-24
Class:paleo
ABCD 2.06:not in ABCD
Term Name: earliestEonOrLowestEonothem
Identifier:http://rs.tdwg.org/dwc/terms/earliestEonOrLowestEonothem
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Earliest Eon Or Lowest Eonothem
Definition:The full name of the earliest possible geochronologic eon or lowest chrono-stratigraphic eonothem or the informal name ("Precambrian") attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:Examples: "Phanerozoic", "Proterozoic". For discussion see http://terms.tdwg.org/wiki/dwc:earliestEonOrLowestEonothem
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:earliestEonOrLowestEonothem-2009-04-24
Replaces:EarliestEonOrLowestEonothem-2005-07-03
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06:not in ABCD
Term Name: EarliestEpochOrLowestSeries
Identifier:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/EarliestEpochOrLowestSeries
Namespace:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
Label:Earliest Epoch Or Lowest Series
Definition:The full name of the earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:
Refines:
Status:superseded
Date Issued:2005-07-03
Date Modified:2005-07-03
Has Domain:
Has Range:
Version:EarliestEpochOrLowestSeries-2005-07-03
Replaces:
Is Replaced By:earliestEpochOrLowestSeries-2009-04-24
Class:paleo
ABCD 2.06:not in ABCD
Term Name: earliestEpochOrLowestSeries
Identifier:http://rs.tdwg.org/dwc/terms/earliestEpochOrLowestSeries
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Earliest Epoch Or Lowest Series
Definition:The full name of the earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:Examples: "Holocene", "Pleistocene", "Ibexian Series". For discussion see http://terms.tdwg.org/wiki/dwc:earliestEpochOrLowestSeries
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:earliestEpochOrLowestSeries-2009-04-24
Replaces:EarliestEpochOrLowestSeries-2005-07-03
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06:not in ABCD
Term Name: EarliestEraOrLowestErathem
Identifier:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/EarliestEraOrLowestErathem
Namespace:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
Label:Earliest Era Or Lowest Erathem
Definition:The full name of the earliest possible geochronologic era or lowest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:
Refines:
Status:superseded
Date Issued:2005-07-03
Date Modified:2005-07-03
Has Domain:
Has Range:
Version:EarliestEraOrLowestErathem-2005-07-03
Replaces:
Is Replaced By:earliestEraOrLowestErathem-2009-04-24
Class:paleo
ABCD 2.06:not in ABCD
Term Name: earliestEraOrLowestErathem
Identifier:http://rs.tdwg.org/dwc/terms/earliestEraOrLowestErathem
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Earliest Era Or Lowest Erathem
Definition:The full name of the earliest possible geochronologic era or lowest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:Examples: "Cenozoic", "Mesozoic". For discussion see http://terms.tdwg.org/wiki/dwc:earliestEraOrLowestErathem
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:earliestEraOrLowestErathem-2009-04-24
Replaces:EarliestEraOrLowestErathem-2005-07-03
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06:not in ABCD
Term Name: EarliestPeriodOrLowestSystem
Identifier:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/EarliestPeriodOrLowestSystem
Namespace:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
Label:Earliest Period Or Lowest System
Definition:The full name of the earliest possible geochronologic period or lowest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:
Refines:
Status:superseded
Date Issued:2005-07-03
Date Modified:2005-07-03
Has Domain:
Has Range:
Version:EarliestPeriodOrLowestSystem-2005-07-03
Replaces:
Is Replaced By:earliestPeriodOrLowestSystem-2009-04-24
Class:paleo
ABCD 2.06:not in ABCD
Term Name: earliestPeriodOrLowestSystem
Identifier:http://rs.tdwg.org/dwc/terms/earliestPeriodOrLowestSystem
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Earliest Period Or Lowest System
Definition:The full name of the earliest possible geochronologic period or lowest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:Examples: "Neogene", "Tertiary", "Quaternary". For discussion see http://terms.tdwg.org/wiki/dwc:earliestPeriodOrLowestSystem
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:earliestPeriodOrLowestSystem-2009-04-24
Replaces:EarliestPeriodOrLowestSystem-2005-07-03
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06:not in ABCD
Term Name: EndDayCollected
Identifier:http://www.iobis.org/obis/EndDayCollected
Namespace:http://www.iobis.org/obis/
Label:End Day Collected
Definition:For samples/observations/record events that were taken over time this gives the end day of the collecting event. Possible value ranges from 01..31 inclusive.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:EndDayCollected-2005-07-10
Replaces:
Is Replaced By:eventDate-2009-04-24
Class:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
Term Name: endDayOfYear
Identifier:http://rs.tdwg.org/dwc/terms/endDayOfYear
Namespace:http://rs.tdwg.org/dwc/terms/
Label:End Day Of Year
Definition:The latest ordinal day of the year on which the Event occurred (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366).
Comment:Examples: "1" (=1 Jan), "366" (=31 Dec), "365" (=30 Dec in a leap year, 31 Dec in a non-leap year). For discussion see http://terms.tdwg.org/wiki/dwc:endDayOfYear
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:endDayOfYear-2009-04-24
Replaces:DayOfYear-2007-04-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Event
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd
Term Name: EndJulianDay
Identifier:http://www.iobis.org/obis/EndJulianDay
Namespace:http://www.iobis.org/obis/
Label:End Julian Day
Definition:For samples/observations/record events that were taken over time this gives the end ordinal day of the year for the collecting event; i.e., the number of days since January 1 of the same year. (January 1 is Julian Day 1.). Should be an integer from one to 365, i.e. of the form (([0-3][0-9][0-9)|([0-9][0-9)|([1-9])).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:EndJulianDay-2005-07-10
Replaces:
Is Replaced By:endDayOfYear-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberEnd
Term Name: EndLatitude
Identifier:http://www.iobis.org/obis/EndLatitude
Namespace:http://www.iobis.org/obis/
Label:End Latitude
Definition:For samples/observations/record events better represented as line features rather than point features (e.g. extended trawls or transects) this indicates the starting latitude location from which the specimen was collected or in which the sample/observation/record event occurred. This value should be expressed in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/) this indicates the starting latitude location from which the specimen was collected or in which the sample/observation/record event occurred. This value should be expressed in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:EndLatitude-2005-07-10
Replaces:
Is Replaced By:footprintWKT-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal with attribute "begin" set to true
Term Name: EndLongitude
Identifier:http://www.iobis.org/obis/EndLongitude
Namespace:http://www.iobis.org/obis/
Label:End Longitude
Definition:For samples/observations/record events better represented as line features rather than point features (e.g. extended trawls or transects) this indicates the starting longitude location from which the specimen was collected. Express in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/) this indicates the starting longitude location from which the specimen was collected. Express in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:EndLongitude-2005-07-10
Replaces:
Is Replaced By:footprintWKT-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal with attribute "begin" set to true
Term Name: EndMonthCollected
Identifier:http://www.iobis.org/obis/EndMonthCollected
Namespace:http://www.iobis.org/obis/
Label:End Month Collected
Definition:For samples/observations/record events that were taken over time this gives the end month of the collecting event. Possible values range from 01...12 inclusive.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:EndMonthCollected-2005-07-10
Replaces:
Is Replaced By:eventDate-2009-04-24
Class:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
Term Name: EndTimeOfDay
Identifier:http://www.iobis.org/obis/EndTimeOfDay
Namespace:http://www.iobis.org/obis/
Label:End Time of Day
Definition:The time of day when the sampling event ended, expressed as decimal hours from midnight local time. Examples: 0 = midnight, 12.0 = mid-day, 13.5 = 13:30
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:EndTimeOfDay-2005-07-10
Replaces:
Is Replaced By:eventTime-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd
Term Name: EndTimeOfDay
Identifier:http://rs.tdwg.org/dwc/terms/EndTimeOfDay
Namespace:http://rs.tdwg.org/dwc/terms/
Label:End Time of Day
Definition:The time of day when the event ended, expressed as decimal hours from midnight, local time.
Comment:Examples: "12.0" (= noon), "13.5" (= 1:30pm)
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:EndTimeOfDay-2008-11-19
Replaces:EndTimeOfDay-2005-07-10
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Event
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayEnd
Term Name: EndYearCollected
Identifier:http://www.iobis.org/obis/EndYearCollected
Namespace:http://www.iobis.org/obis/
Label:End Year Collected
Definition:For samples/observations/record events that were taken over time this gives the end year of the collecting event. The full year should be expressed (e.g. 1972 must be expressed as "1972" not "72"). Must always be a four digit integer.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:EndYearCollected-2005-07-10
Replaces:
Is Replaced By:eventDate-2009-04-24
Class:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
Term Name: establishmentMeans
Identifier:http://rs.tdwg.org/dwc/terms/establishmentMeans
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Establishment Means
Definition:The process by which the biological individual(s) represented in the Occurrence became established at the location. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "native", "introduced", "naturalised", "invasive", "managed". For discussion see http://terms.tdwg.org/wiki/dwc:establishmentMeans
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:establishmentMeans-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/EstablishmentMeans
Term Name: Event
Identifier:http://purl.org/dc/dcmitype/Event
Namespace:http://purl.org/dc/dcmitype/
Label:Event
Definition:A non-persistent, time-based occurrence. For Darwin Core, a resource describing an instance of the Event class.
Comment:Metadata for an event provides descriptive information that is the basis for discovery of the purpose, location, duration, and responsible agents associated with an event.
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:deprecated
Date Issued:2000-07-11
Date Modified:2014-10-23
Member Of:http://purl.org/dc/terms/DCMIType
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:http://dublincore.org/usage/terms/history/#Event-003
Replaces:
Is Replaced By:Event-2014-10-23
Class:
ABCD 2.06:not in ABCD
Term Name: Event
Identifier:http://rs.tdwg.org/dwc/terms/Event
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event
Definition:The category of information pertaining to an event (an action that occurs at a place and during a period of time).
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:Event-2009-04-29
Replaces:SamplingEvent-2008-11-19
Is Replaced By:Event-2014-10-23
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering
Term Name: Event
Identifier:http://rs.tdwg.org/dwc/terms/Event
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event
Definition:An action that occurs at some location during some time.
Comment:Examples: A specimen collection process. A machine observation. For discussion see http://terms.tdwg.org/wiki/dwc:Event
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:Event-2014-10-23
Replaces:Event-2009-04-29
Is Replaced By:
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering
Term Name: EventAttribute
Identifier:http://rs.tdwg.org/dwc/terms/EventAttribute
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Attribute
Definition:Container class for information about attributes related to a given sampling event.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:EventAttribute-2008-11-19
Replaces:
Is Replaced By:MeasurementOrFact-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
Term Name: EventAttributeAccuracy
Identifier:http://rs.tdwg.org/dwc/terms/EventAttributeAccuracy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Attribute Accuracy
Definition:The description of the error associated with the EventAttributeValue.
Comment:Example: "0.01", "normal distribution with variation of 2 m"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/accuracy
Status:superseded
Date Issued:2009-01-18
Date Modified:2009-01-18
Has Domain:
Has Range:
Version:EventAttributeAccuracy-2009-01-18
Replaces:
Is Replaced By:measurementAccuracy-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06:DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Aspect/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy
Term Name: EventAttributeDeterminedBy
Identifier:http://rs.tdwg.org/dwc/terms/EventAttributeDeterminedBy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Attribute Determined By
Definition:The agent responsible for having determined the value of the measurement or characteristic of the sampling event.
Comment:Example: "Robert Hijmans"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/accordingTo
Status:superseded
Date Issued:2009-01-23
Date Modified:2009-01-23
Has Domain:
Has Range:
Version:EventAttributeDeterminedBy-2009-01-23
Replaces:
Is Replaced By:measurementDeterminedBy-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasuredBy
Term Name: EventAttributeDeterminedDate
Identifier:http://rs.tdwg.org/dwc/terms/EventAttributeDeterminedDate
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Attribute Determined Date
Definition:The date on which the the measurement or characteristic of the sampling event was made.
Comment:Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF].
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:superseded
Date Issued:2009-01-23
Date Modified:2009-01-23
Has Domain:
Has Range:
Version:EventAttributeDeterminedDate-2009-01-23
Replaces:
Is Replaced By:measurementDeterminedDate-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasurementDateTime
Term Name: EventAttributeID
Identifier:http://rs.tdwg.org/dwc/terms/EventAttributeID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Attribute ID
Definition:An identifier for the event attribute. May be a global unique identifier or an identifier specific to the data set.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:EventAttributeID-2008-11-19
Replaces:
Is Replaced By:measurementID-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06:not in ABCD
Term Name: EventAttributeRemarks
Identifier:http://rs.tdwg.org/dwc/terms/EventAttributeRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Attribute Remarks
Definition:Comments or notes accompanying the measurement or characteristic of the sampling event.
Comment:Example: "temperature taken at 15:00"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:EventAttributeRemarks-2008-11-19
Replaces:
Is Replaced By:measurementRemarks-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06:not in ABCD
Term Name: eventAttributes
Identifier:http://rs.tdwg.org/dwc/terms/eventAttributes
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Attributes
Definition:A list (concatenated and separated) of additional measurements or characteristics of the Event.
Comment:Example: "Relative humidity: 28 %; Temperature: 22 C; Sample size: 10 kg"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:eventAttributes-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Event
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
Term Name: EventAttributeType
Identifier:http://rs.tdwg.org/dwc/terms/EventAttributeType
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Attribute Type
Definition:The nature of the measurement or characteristic of the sampling event. Recommended best practice is to use a controlled vocabulary.
Comment:Example: "Temperature"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:EventAttributeType-2008-11-19
Replaces:
Is Replaced By:measurementType-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
Term Name: EventAttributeUnit
Identifier:http://rs.tdwg.org/dwc/terms/EventAttributeUnit
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Attribute Unit
Definition:The units for the value of the measurement or characteristic of the sampling event. Recommended best practice is to use International System of Units (SI) units.
Comment:Example: "C"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:EventAttributeUnit-2008-11-19
Replaces:
Is Replaced By:measurementUnit-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
Term Name: EventAttributeValue
Identifier:http://rs.tdwg.org/dwc/terms/EventAttributeValue
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Attribute
Definition:The value of the measurement or characteristic of the sampling event.
Comment:Example: "22"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:EventAttributeValue-2008-11-19
Replaces:
Is Replaced By:measurementValue-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/EventAttribute
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue
Term Name: eventDate
Identifier:http://rs.tdwg.org/dwc/terms/eventDate
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Date
Definition:The date-time or interval during which an Event occurred. For occurrences, this is the date-time when the event was recorded. Not suitable for a time in a geological context. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
Comment:Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see http://terms.tdwg.org/wiki/dwc:eventDate
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-07-01
Has Domain:
Has Range:
Version:eventDate-2009-04-24
Replaces:EarliestDateCollected-2007-04-17, LatestDateCollected-2007-04-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Event
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: eventID
Identifier:http://rs.tdwg.org/dwc/terms/eventID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event ID
Definition:An identifier for the set of information associated with an Event (something that occurs at a place and time). May be a global unique identifier or an identifier specific to the data set.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:eventID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:eventID-2009-04-24
Replaces:SamplingEventID-2008-11-19
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Event
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Code
Term Name: EventMeasurement
Identifier:http://rs.tdwg.org/dwc/terms/EventMeasurement
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Measurement
Definition:The category of information pertaining to measurements associated with an event.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:EventMeasurement-2008-11-19
Replaces:
Is Replaced By:MeasurementOrFact-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/Event
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
Term Name: eventMeasurementAccuracy
Identifier:http://rs.tdwg.org/dwc/terms/eventMeasurementAccuracy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Measurement Accuracy
Definition:The description of the error associated with the EventAttributeValue.
Comment:Example: "0.01", "normal distribution with variation of 2 m"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/accuracy
Status:deprecated
Date Issued:2009-01-18
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:eventMeasurementAccuracy-2009-04-24
Replaces:EventAttributeAccuracy-2009-01-18
Is Replaced By:measurementAccuracy-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06:DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Aspect/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy
Term Name: eventMeasurementDeterminedBy
Identifier:http://rs.tdwg.org/dwc/terms/eventMeasurementDeterminedBy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Measurement Determined By
Definition:The agent responsible for having determined the value of the measurement or characteristic of the event.
Comment:Example: "Robert Hijmans"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/accordingTo
Status:deprecated
Date Issued:2009-01-23
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:eventMeasurementDeterminedBy-2009-04-24
Replaces:EventAttributeDeterminedBy-2009-01-23
Is Replaced By:measurementDeterminedBy-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasuredBy
Term Name: eventMeasurementDeterminedDate
Identifier:http://rs.tdwg.org/dwc/terms/eventMeasurementDeterminedDate
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Measurement Determined Date
Definition:The date on which the the measurement or characteristic of the event was made. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
Comment:Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007.
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:deprecated
Date Issued:2009-01-23
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:eventMeasurementDeterminedDate-2009-04-24
Replaces:EventAttributeDeterminedDate-2009-01-23
Is Replaced By:measurementDeterminedDate-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasurementDateTime
Term Name: eventMeasurementID
Identifier:http://rs.tdwg.org/dwc/terms/eventMeasurementID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Measurement ID
Definition:An identifier for the event attribute. May be a global unique identifier or an identifier specific to the data set.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:deprecated
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:eventMeasurementID-2009-04-24
Replaces:EventAttributeID-2008-11-19
Is Replaced By:measurementID-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06:not in ABCD
Term Name: eventMeasurementRemarks
Identifier:http://rs.tdwg.org/dwc/terms/eventMeasurementRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Measurement Remarks
Definition:Comments or notes accompanying the measurement or characteristic of the event.
Comment:Example: "temperature taken at 15:00"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:eventMeasurementRemarks-2009-04-24
Replaces:
Is Replaced By:measurementRemarks-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06:not in ABCD
Term Name: eventMeasurementType
Identifier:http://rs.tdwg.org/dwc/terms/eventMeasurementType
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Measurement Type
Definition:The nature of the measurement or characteristic of the event. Recommended best practice is to use a controlled vocabulary.
Comment:Example: "temperature"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:eventMeasurementType-2009-04-24
Replaces:EventAttributeType-2008-11-19
Is Replaced By:measurementType-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
Term Name: eventMeasurementUnit
Identifier:http://rs.tdwg.org/dwc/terms/eventMeasurementUnit
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Measurement Unit
Definition:The units for the value of the measurement or characteristic of the event. Recommended best practice is to use International System of Units (SI) units.
Comment:Example: "C"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:eventMeasurementUnit-2009-04-24
Replaces:EventAttributeUnit-2008-11-19
Is Replaced By:measurementUnit-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
Term Name: eventMeasurementValue
Identifier:http://rs.tdwg.org/dwc/terms/eventMeasurementValue
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Measurement Value
Definition:The value of the measurement or characteristic of the event.
Comment:Example: "22"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:eventMeasurementValue-2009-04-24
Replaces:EventAttributeValue-2008-11-19
Is Replaced By:measurementValue-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/EventMeasurement
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue
Term Name: eventRemarks
Identifier:http://rs.tdwg.org/dwc/terms/eventRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Remarks
Definition:Comments or notes about the Event.
Comment:Example: "after the recent rains the river is nearly at flood stage". For discussion see http://terms.tdwg.org/wiki/dwc:eventRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-01-18
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:eventRemarks-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Event
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Notes
Term Name: eventTime
Identifier:http://rs.tdwg.org/dwc/terms/eventTime
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Event Time
Definition:The time or interval during which an Event occurred. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
Comment:Examples: "14:07-0600" is 2:07pm in the time zone six hours earlier than UTC, "08:40:21Z" is 8:40:21am UTC, "13:00:00Z/15:30:00Z" is the interval between 1pm UTC and 3:30pm UTC. For discussion see http://terms.tdwg.org/wiki/dwc:eventTime
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:eventTime-2009-04-24
Replaces:StartTimeOfDay-2005-07-10, EndTimeOfDay-2005-07-10
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Event
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin and DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
Term Name: Family
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Family
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Family
Definition:The family name of the organism
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Family-2003-06-13
Replaces:
Is Replaced By:family-2009-08-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
Term Name: Family
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Family
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Family
Definition:The phylogenetic family to which the cataloged item belongs.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Family-2003-06-17
Replaces:Family-2003-06-13
Is Replaced By:family-2009-08-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
Term Name: Family
Identifier:http://rs.tdwg.org/dwc/dwcore/Family
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Family
Definition:The name of the family in which the organism is classified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Family-2007-04-17
Replaces:Family-2003-06-17
Is Replaced By:family-2009-08-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
Term Name: family
Identifier:http://rs.tdwg.org/dwc/terms/family
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Family
Definition:The name of the family in which the scientificName is classified.
Comment:Example: "Ctenomyidae"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:family-2009-04-24
Replaces:Family-2007-04-17
Is Replaced By:family-2009-08-24
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
Term Name: family
Identifier:http://rs.tdwg.org/dwc/terms/family
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Family
Definition:The full scientific name of the family in which the taxon is classified.
Comment:Examples: "Felidae", "Monocleaceae". For discussion see http://terms.tdwg.org/wiki/dwc:family
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-08-24
Has Domain:
Has Range:
Version:family-2009-08-24
Replaces:family-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = familia
Term Name: FieldNotes
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/FieldNotes
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Field Notes
Definition:A reference to, or flag marking the existence of notes taken in the field for the cataloged item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:FieldNotes-2003-06-17
Replaces:
Is Replaced By:fieldNotes-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/FieldNotes
Term Name: FieldNotes
Identifier:http://rs.tdwg.org/dwc/curatorial/FieldNotes
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:Field Notes
Definition:One of a) a flag indicating the existence of, b) a reference to (such as a URL or literature citation), or c) the actual free text content of notes taken in the field about the specimen or observation.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:FieldNotes-2007-04-17
Replaces:FieldNotes-2003-06-17
Is Replaced By:fieldNotes-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/FieldNotes
Term Name: fieldNotes
Identifier:http://rs.tdwg.org/dwc/terms/fieldNotes
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Field Notes
Definition:One of a) an indicator of the existence of, b) a reference to (publication, URI), or c) the text of notes taken in the field about the Event.
Comment:Example: "notes available in Grinnell-Miller Library". For discussion see http://terms.tdwg.org/wiki/dwc:fieldNotes
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:fieldNotes-2009-04-24
Replaces:FieldNotes-2007-04-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Event
ABCD 2.06:DataSets/DataSet/Units/Unit/FieldNotes
Term Name: FieldNumber
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/FieldNumber
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Field Number
Definition:A "number" (really a string) created at collection time to identify all material that resulted from a collecting event.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:FieldNumber-2003-06-13
Replaces:
Is Replaced By:fieldNumber-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Code
Term Name: FieldNumber
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/FieldNumber
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Field Number
Definition:An identifying string applied to a set of material that resulted from a single collecting event.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:FieldNumber-2003-06-17
Replaces:FieldNumber-2003-06-13
Is Replaced By:fieldNumber-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Code
Term Name: FieldNumber
Identifier:http://rs.tdwg.org/dwc/curatorial/FieldNumber
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:Field Number
Definition:An identifying string applied to a set of objects or observations resulting from a single collecting event.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:FieldNumber-2007-04-17
Replaces:FieldNumber-2003-06-17
Is Replaced By:fieldNumber-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Code
Term Name: fieldNumber
Identifier:http://rs.tdwg.org/dwc/terms/fieldNumber
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Field Number
Definition:An identifier given to the event in the field. Often serves as a link between field notes and the Event.
Comment:Example: "RV Sol 87-03-08". For discussion see http://terms.tdwg.org/wiki/dwc:fieldNumber
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:fieldNumber-2009-04-24
Replaces:FieldNumber-2007-04-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Event
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Code
Term Name: FootprintSpatialFit
Identifier:http://rs.tdwg.org/dwc/geospatial/FootprintSpatialFit
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:Footprint Spatial Fit
Definition:A measure of how well the geometry expressed in the footprint match the original spatial representation, as a ratio of the area of the footprint given to the area of the original spatial representation. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given georeference does not completely contain the original representation. The FootprintSpatialFit is undefined if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the FootprintSpatialFit is 1. Detailed explanations with graphical examples can be found in the Guide to Best Practices for Georeferencing (Chapman and Wieczorek, eds. 2006).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:FootprintSpatialFit-2007-04-17
Replaces:
Is Replaced By:footprintSpatialFit-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b)
Term Name: footprintSpatialFit
Identifier:http://rs.tdwg.org/dwc/terms/footprintSpatialFit
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Footprint Spatial Fit
Definition:The ratio of the area of the footprint (footprintWKT) to the area of the true (original, or most specific) spatial representation of the Location. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given footprint does not completely contain the original representation. The footprintSpatialFit is undefined (and should be left blank) if the original representation is a point and the given georeference is not that same point. If both the original and the given georeference are the same point, the footprintSpatialFit is 1.
Comment:Detailed explanations with graphical examples can be found in the "Guide to Best Practices for Georeferencing", Chapman and Wieczorek, eds. 2006. For discussion see http://terms.tdwg.org/wiki/dwc:footprintSpatialFit
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Version:footprintSpatialFit-2009-04-24
Replaces:FootprintSpatialFit-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/FootprintSpatialFit (ABCD v2.06b)
Term Name: footprintSRS
Identifier:http://rs.tdwg.org/dwc/terms/footprintSRS
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Footprint SRS
Definition:A Well-Known Text (WKT) representation of the Spatial Reference System (SRS) for the footprintWKT of the Location. Do not use this term to describe the SRS of the decimalLatitude and decimalLongitude, even if it is the same as for the footprintWKT - use the geodeticDatum instead.
Comment:Example: The WKT for the standard WGS84 SRS (EPSG:4326) is "GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.0174532925199433]]" without the enclosing quotes. For discussion see http://terms.tdwg.org/wiki/dwc:footprintSRS
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-07-06
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:footprintSRS-2009-07-06
Replaces:
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:not in ABCD
Term Name: FootprintWKT
Identifier:http://rs.tdwg.org/dwc/geospatial/FootprintWKT
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:Footprint WKT
Definition:A Well-Known Text (WKT; see http://en.wikipedia.org/wiki/Well-known_text) representation of the the shape (footprint, geometry) that defines the location of the occurrence. The same place may have both a point-radius representation (see DecimalLatitude) and a footprint representation, and they may differ from each other for the same occurrence. Example: the one-degree bounding box with opposite corners at (longitude=10, latitude=20) and (longitude=11, latitude=21) would be expressed in well-known text as POLYGON ((10 20, 11 20, 11 21, 10 21, 10 20))
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:FootprintWKT-2007-04-17
Replaces:
Is Replaced By:footprintWKT-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b)
Term Name: footprintWKT
Identifier:http://rs.tdwg.org/dwc/terms/footprintWKT
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Footprint WKT
Definition:A Well-Known Text (WKT) representation of the shape (footprint, geometry) that defines the Location. A Location may have both a point-radius representation (see decimalLatitude) and a footprint representation, and they may differ from each other.
Comment:Example: the one-degree bounding box with opposite corners at (longitude=10, latitude=20) and (longitude=11, latitude=21) would be expressed in well-known text as POLYGON ((10 20, 11 20, 11 21, 10 21, 10 20)). For discussion see http://terms.tdwg.org/wiki/dwc:footprintWKT
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:footprintWKT-2009-04-24
Replaces:FootprintWKT-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/FootprintWKT (ABCD v2.06b)
Term Name: Formation
Identifier:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/Formation
Namespace:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
Label:Formation
Definition:The full name of the lithostratigraphic formation from which the cataloged item was collected.
Comment:
Refines:
Status:superseded
Date Issued:2005-07-03
Date Modified:2005-07-03
Has Domain:
Has Range:
Version:Formation-2005-07-03
Replaces:
Is Replaced By:formation-2009-04-24
Class:paleo
ABCD 2.06:not in ABCD
Term Name: formation
Identifier:http://rs.tdwg.org/dwc/terms/formation
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Formation
Definition:The full name of the lithostratigraphic formation from which the cataloged item was collected.
Comment:Examples: "Notch Peak Fromation", "House Limestone", "Fillmore Formation". For discussion see http://terms.tdwg.org/wiki/dwc:formation
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:formation-2009-04-24
Replaces:Formation-2005-07-03
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06:not in ABCD
Term Name: FossilSpecimen
Identifier:http://rs.tdwg.org/dwc/dwctype/FossilSpecimen
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:Fossil Specimen
Definition:A resource describing a fossilized specimen.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://rs.tdwg.org/dwc/dwctype/Occurrence
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:FossilSpecimen-2008-11-19
Replaces:
Is Replaced By:FossilSpecimen-2011-10-16
Class:
ABCD 2.06:RecordBasisEnum/FossileSpecimen
Term Name: FossilSpecimen
Identifier:http://rs.tdwg.org/dwc/dwctype/FossilSpecimen
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:Fossil Specimen
Definition:A resource describing a fossilized specimen.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:FossilSpecimen-2011-10-16
Replaces:FossilSpecimen-2008-11-19
Is Replaced By:FossilSpecimen-2014-10-23
Class:
ABCD 2.06:RecordBasisEnum/FossileSpecimen
Term Name: FossilSpecimen
Identifier:http://rs.tdwg.org/dwc/terms/FossilSpecimen
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Fossil Specimen
Definition:A preserved specimen that is a fossil.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:FossilSpecimen
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2014-10-23
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:FossilSpecimen-2014-10-23
Replaces:FossilSpecimen-2011-10-16
Is Replaced By:
Class:
ABCD 2.06:RecordBasisEnum/FossileSpecimen
Term Name: GenBankNum
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/GenBankNum
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Gen Bank Num
Definition:GenBank Accession number.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:GenBankNum-2003-06-17
Replaces:
Is Replaced By:associatedSequences-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant
Term Name: GenBankNumber
Identifier:http://rs.tdwg.org/dwc/curatorial/GenBankNumber
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:Gen Bank Number
Definition:GenBank Accession number(s) associated with the biological individual(s) referred to by the cataloged object.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:GenBankNumber-2007-04-17
Replaces:GenBankNum-2003-06-17
Is Replaced By:associatedSequences-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Sequences/Sequence/ID-in-Database + constant
Term Name: Generalizations
Identifier:http://rs.tdwg.org/dwc/terms/Generalizations
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Generalizations
Definition:Actions taken to make the data as shared less specific or complete than in its original form. Suggests that alternative data of highly quality may be available on request.
Comment:Examples: "Coordinates generalized from original GPS coordinates to the nearest half degree grid cell", "locality information given only to nearest county".
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:Generalizations-2008-11-19
Replaces:
Is Replaced By:dataGeneralizations-2009-04-24
Class:all
ABCD 2.06:not in ABCD
Term Name: Genus
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Genus
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Genus
Definition:The genus name of the organism
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Genus-2003-06-13
Replaces:
Is Replaced By:genus-2009-08-24
Class:
ABCD 2.06:{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Viral/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/GenusOrMonomial}
Term Name: Genus
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Genus
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Genus
Definition:The phylogenetic genus to which the cataloged item belongs.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Genus-2003-06-17
Replaces:Genus-2003-06-13
Is Replaced By:genus-2009-08-24
Class:
ABCD 2.06:{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Viral/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/GenusOrMonomial}
Term Name: Genus
Identifier:http://rs.tdwg.org/dwc/dwcore/Genus
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Genus
Definition:The name of the genus in which the organism is classified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Genus-2007-04-17
Replaces:Genus-2003-06-17
Is Replaced By:genus-2009-08-24
Class:
ABCD 2.06:{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Viral/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/GenusOrMonomial}
Term Name: genus
Identifier:http://rs.tdwg.org/dwc/terms/genus
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Genus
Definition:The name of the genus in which the scientificName is classified.
Comment:Example: "Quercus"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:genus-2009-04-24
Replaces:Genus-2007-04-17
Is Replaced By:genus-2009-08-24
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Viral/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/GenusOrMonomial}
Term Name: genus
Identifier:http://rs.tdwg.org/dwc/terms/genus
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Genus
Definition:The full scientific name of the genus in which the taxon is classified.
Comment:Examples: "Puma", "Monoclea". For discussion see http://terms.tdwg.org/wiki/dwc:genus
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-08-24
Has Domain:
Has Range:
Version:genus-2009-08-24
Replaces:genus-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Viral/GenusOrMonomial or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/GenusOrMonomial}
Term Name: GeodeticDatum
Identifier:http://rs.tdwg.org/dwc/geospatial/GeodeticDatum
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:Geodetic Datum
Definition:The geodetic datum to which the latitude and longitude refer. If not known, use "not recorded". This concept should be vocabulary-controlled. Example: "WGS84"
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:GeodeticDatum-2007-04-17
Replaces:HorizontalDatum-2003-06-17
Is Replaced By:geodeticDatum-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
Term Name: geodeticDatum
Identifier:http://rs.tdwg.org/dwc/terms/geodeticDatum
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Geodetic Datum
Definition:The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which the geographic coordinates given in decimalLatitude and decimalLongitude as based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value "unknown".
Comment:Examples: "EPSG:4326", "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866". For discussion see http://terms.tdwg.org/wiki/dwc:geodeticDatum
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:geodeticDatum-2009-04-24
Replaces:GeodeticDatum-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
Term Name: GeologicalContext
Identifier:http://rs.tdwg.org/dwc/terms/GeologicalContext
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Geological Context
Definition:The category of information pertaining to a location within a geological context, such as stratigraphy.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:superseded
Date Issued:2009-07-06
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:GeologicalContext-2009-07-06
Replaces:
Is Replaced By:GeologicalContext-2014-10-23
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Stratigraphy
Term Name: GeologicalContext
Identifier:http://rs.tdwg.org/dwc/terms/GeologicalContext
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Geological Context
Definition:Geological information, such as stratigraphy, that qualifies a region or place.
Comment:Example: A lithostratigraphic layer. For discussion see http://terms.tdwg.org/wiki/dwc:GeologicalContext
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2009-07-06
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:GeologicalContext-2014-10-23
Replaces:GeologicalContext-2009-07-06
Is Replaced By:
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Stratigraphy
Term Name: geologicalContextID
Identifier:http://rs.tdwg.org/dwc/terms/geologicalContextID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Geological Context ID
Definition:An identifier for the set of information associated with a GeologicalContext (the location within a geological context, such as stratigraphy). May be a global unique identifier or an identifier specific to the data set.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:geologicalContextID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-07-06
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:geologicalContextID-2009-07-06
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06:not in ABCD
Term Name: georeferencedBy
Identifier:http://rs.tdwg.org/dwc/terms/georeferencedBy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Georeferenced By
Definition:A list (concatenated and separated) of names of people, groups, or organizations who determined the georeference (spatial representation) for the Location.
Comment:Examples: "Kristina Yamamoto (MVZ); Janet Fang (MVZ)", "Brad Millen (ROM)"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/accordingTo
Status:superseded
Date Issued:2009-01-21
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:georeferencedBy-2009-04-24
Replaces:
Is Replaced By:georeferencedBy-2014-10-23
Class:http://purl.org/dc/terms/Location
ABCD 2.06:not in ABCD
Term Name: georeferencedBy
Identifier:http://rs.tdwg.org/dwc/terms/georeferencedBy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Georeferenced By
Definition:A list (concatenated and separated) of names of people, groups, or organizations who determined the georeference (spatial representation) for the Location.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Brad Millen (ROM)", "Kristina Yamamoto (MVZ) | Janet Fang (MVZ)". For discussion see http://terms.tdwg.org/wiki/dwc:georeferencedBy
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/accordingTo
Status:recommended
Date Issued:2009-01-21
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:georeferencedBy-2014-10-23
Replaces:georeferencedBy-2009-04-24
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:not in ABCD
Term Name: georeferencedDate
Identifier:http://rs.tdwg.org/dwc/terms/georeferencedDate
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Georeferenced Date
Definition:The date on which the Location was georeferenced. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
Comment:Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see http://terms.tdwg.org/wiki/dwc:georeferencedDate
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:recommended
Date Issued:2011-10-16
Date Modified:2011-10-16
Has Domain:
Has Range:
Decision:Decision-2011-10-16_9
Version:georeferencedDate-2011-10-16
Replaces:
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:not in ABCD
Term Name: GeoreferenceProtocol
Identifier:http://rs.tdwg.org/dwc/geospatial/GeoreferenceProtocol
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:Georeference Protocol
Definition:A reference to the methods used for determining the coordinates and uncertainties. Example: "http://manisnet.org/GeorefGuide.html".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:GeoreferenceProtocol-2007-04-17
Replaces:GeorefMethod-2003-06-17
Is Replaced By:georeferenceProtocol-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
Term Name: georeferenceProtocol
Identifier:http://rs.tdwg.org/dwc/terms/georeferenceProtocol
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Georeference Protocol
Definition:A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties.
Comment:Examples: "Guide to Best Practices for Georeferencing. (Chapman and Wieczorek, eds. 2006). Global Biodiversity Information Facility.", "MaNIS/HerpNet/ORNIS Georeferencing Guidelines", "Georeferencing Quick Reference Guide". For discussion see http://terms.tdwg.org/wiki/dwc:georeferenceProtocol
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:georeferenceProtocol-2009-04-24
Replaces:GeoreferenceProtocol-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
Term Name: GeoreferenceRemarks
Identifier:http://rs.tdwg.org/dwc/geospatial/GeoreferenceRemarks
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:Georeference Remarks
Definition:Comments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in GeoreferenceProtocol.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:GeoreferenceRemarks-2007-04-17
Replaces:LatLongComments-2003-06-17
Is Replaced By:georeferenceRemarks-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
Term Name: georeferenceRemarks
Identifier:http://rs.tdwg.org/dwc/terms/georeferenceRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Georeference Remarks
Definition:Notes or comments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in georeferenceProtocol.
Comment:Example: "assumed distance by road (Hwy. 101)". For discussion see http://terms.tdwg.org/wiki/dwc:georeferenceRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:georeferenceRemarks-2009-04-24
Replaces:GeoreferenceRemarks-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
Term Name: GeoreferenceSources
Identifier:http://rs.tdwg.org/dwc/geospatial/GeoreferenceSources
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:Georeference Sources
Definition:A list of maps, gazetteers or other resources used to georeference the locality. The content of this concept is meant to be specific enough to allow anyone in the future to use the same resource to georeference the same locality. Examples: "USGS 1:24000 Florence Montana Quad", "Terrametrics 2008 on Google Earth"
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:GeoreferenceSources-2007-04-17
Replaces:
Is Replaced By:georeferenceSources-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources
Term Name: georeferenceSources
Identifier:http://rs.tdwg.org/dwc/terms/georeferenceSources
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Georeference Sources
Definition:A list (concatenated and separated) of maps, gazetteers, or other resources used to georeference the Location, described specifically enough to allow anyone in the future to use the same resources.
Comment:Examples: "USGS 1:24000 Florence Montana Quad; Terrametrics 2008 on Google Earth"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:georeferenceSources-2009-04-24
Replaces:GeoreferenceSources-2007-04-17
Is Replaced By:georeferenceSources-2014-10-23
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources
Term Name: georeferenceSources
Identifier:http://rs.tdwg.org/dwc/terms/georeferenceSources
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Georeference Sources
Definition:A list (concatenated and separated) of maps, gazetteers, or other resources used to georeference the Location, described specifically enough to allow anyone in the future to use the same resources.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "GeoLocate", "USGS 1:24000 Florence Montana Quad | Terrametrics 2008 on Google Earth". For discussion see http://terms.tdwg.org/wiki/dwc:georeferenceSources
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:georeferenceSources-2014-10-23
Replaces:georeferenceSources-2009-04-24
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceSources
Term Name: GeoreferenceVerificationStatus
Identifier:http://rs.tdwg.org/dwc/geospatial/GeoreferenceVerificationStatus
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:Georeference Verification Status
Definition:A categorical description of the extent to which the georeference has been verified to represent the location where the specimen or observation was collected. This element should be vocabulary-controlled. Examples: "requires verification", "verified by collector", "verified by curator".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:GeoreferenceVerificationStatus-2007-04-17
Replaces:
Is Replaced By:georeferenceVerificationStatus-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus
Term Name: georeferenceVerificationStatus
Identifier:http://rs.tdwg.org/dwc/terms/georeferenceVerificationStatus
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Georeference Verification Status
Definition:A categorical description of the extent to which the georeference has been verified to represent the best possible spatial description. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "requires verification", "verified by collector", "verified by curator". For discussion see http://terms.tdwg.org/wiki/dwc:georeferenceVerificationStatus
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:georeferenceVerificationStatus-2009-04-24
Replaces:GeoreferenceVerificationStatus-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceVerificationStatus
Term Name: GeorefMethod
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/GeorefMethod
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Georef Method
Definition:A reference to the methods used for determining the coordinates and uncertainties.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:GeorefMethod-2003-06-17
Replaces:
Is Replaced By:georeferenceProtocol-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod
Term Name: GlobalUniqueIdentifier
Identifier:http://rs.tdwg.org/dwc/dwcore/GlobalUniqueIdentifier
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Global Unique Identifier
Definition:A Uniform Resource Name (URN) as a unique identifier for the specimen or observation record. In the absence of a persistent global unique identifier, construct one in the form: “[InstitutionCode]:[CollectionCode]: [CatalogNumber]” Examples: 1) urn:lsid:nhm.ku.edu:Herps:32 2) “FMNH:Mammal:145732”
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:GlobalUniqueIdentifier-2007-04-17
Replaces:
Is Replaced By:occurrenceID-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitGUID
Term Name: GMLFeature
Identifier:http://www.iobis.org/obis/GMLFeature
Namespace:http://www.iobis.org/obis/
Label:GML Feature
Definition:Geographic Markup Language(GML) description of the feature for representing complex shapes such as lines and polygons, per Open GIS Consortium (OGC) standards - http://www.opengis.net/gml/01-029/GML2.html.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:GMLFeature-2005-07-10
Replaces:
Is Replaced By:footprintWKT-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/GML
Term Name: Group
Identifier:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/Group
Namespace:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
Label:Group
Definition:The full name of the lithostratigraphic group from which the cataloged item was collected.
Comment:
Refines:
Status:superseded
Date Issued:2005-07-03
Date Modified:2005-07-03
Has Domain:
Has Range:
Version:Group-2005-07-03
Replaces:
Is Replaced By:group-2009-04-24
Class:paleo
ABCD 2.06:not in ABCD
Term Name: group
Identifier:http://rs.tdwg.org/dwc/terms/group
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Group
Definition:The full name of the lithostratigraphic group from which the cataloged item was collected.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:group
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:group-2009-04-24
Replaces:Group-2005-07-03
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06:not in ABCD
Term Name: habitat
Identifier:http://rs.tdwg.org/dwc/terms/habitat
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Habitat
Definition:A category or description of the habitat in which the Event occurred.
Comment:Examples: "oak savanna", "pre-cordilleran steppe". For discussion see http://terms.tdwg.org/wiki/dwc:habitat
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-05-17
Has Domain:
Has Range:
Version:habitat-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Event
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Biotope/Text
Term Name: higherClassification
Identifier:http://rs.tdwg.org/dwc/terms/higherClassification
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Higher Classification
Definition:A list (concatenated and separated) of taxa names terminating at the rank immediately superior to the taxon referenced in the taxon record. Recommended best practice is to order the list starting with the highest rank and separating the names for each rank with a semi-colon (";").
Comment:Example: "Animalia;Chordata;Vertebrata;Mammalia;Theria;Eutheria;Rodentia;Hystricognatha;Hystricognathi;Ctenomyidae;Ctenomyini;Ctenomys"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:higherClassification-2009-08-24
Replaces:higherTaxonName-2009-04-24
Is Replaced By:higherClassification-2014-10-23
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: higherClassification
Identifier:http://rs.tdwg.org/dwc/terms/higherClassification
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Higher Classification
Definition:A list (concatenated and separated) of taxa names terminating at the rank immediately superior to the taxon referenced in the taxon record.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '), with terms in order from the highest taxonomic rank to the lowest. Examples: "Animalia", "Animalia | Chordata | Vertebrata | Mammalia | Theria | Eutheria | Rodentia | Hystricognatha | Hystricognathi | Ctenomyidae | Ctenomyini | Ctenomys". For discussion see http://terms.tdwg.org/wiki/dwc:higherClassification
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:higherClassification-2014-10-23
Replaces:higherClassification-2009-08-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: HigherGeography
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/HigherGeography
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Higher Geography
Definition:The combination of all geographic elements less specific than locality. "Like" query operations on this element will search for a substring in any of the higher geography attributes.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:HigherGeography-2003-06-17
Replaces:
Is Replaced By:higherGeography-2009-04-24
Class:
ABCD 2.06:{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
Term Name: HigherGeography
Identifier:http://rs.tdwg.org/dwc/dwcore/HigherGeography
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Higher Geography
Definition:The names (concatenated and separated) of geographic elements less specific than the information in the Locality element. "LIKE" or "contains" substring query operations are meant to be used with this element to find matching geographic names. This can be useful if it is unclear in which element a name might be found, and in cases where there is no other appropriate geographic element. Example: "South America, Argentina, Patagonia, Parque Nacional Nahuel Huapi, Neuquén, Los Lagos" with accompanying values "South America" in Continent, "Argentina" in Country, "Neuquén" in StateProvince, and Los Lagos in County.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:HigherGeography-2007-04-17
Replaces:HigherGeography-2003-06-17
Is Replaced By:higherGeography-2009-04-24
Class:
ABCD 2.06:{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
Term Name: higherGeography
Identifier:http://rs.tdwg.org/dwc/terms/higherGeography
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Higher Geography
Definition:A list (concatenated and separated) of geographic names less specific than the information captured in the locality term.
Comment:Example: "South America; Argentina; Patagonia; Parque Nacional Nahuel Huapi; Neuquén; Los Lagos" with accompanying values "South America" in Continent, "Argentina" in Country, "Neuquén" in StateProvince, and Los Lagos in County.
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:higherGeography-2009-04-24
Replaces:HigherGeography-2007-04-17
Is Replaced By:higherGeography-2014-10-23
Class:http://purl.org/dc/terms/Location
ABCD 2.06:{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
Term Name: higherGeography
Identifier:http://rs.tdwg.org/dwc/terms/higherGeography
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Higher Geography
Definition:A list (concatenated and separated) of geographic names less specific than the information captured in the locality term.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '), with terms in order from least specific to most specific. Examples: "North Atlantic Ocean", "South America | Argentina | Patagonia | Parque Nacional Nahuel Huapi | Neuquén | Los Lagos" with accompanying values "South America" in Continent, "Argentina" in Country, "Neuquén" in StateProvince, and "Los Lagos" in County. For discussion see http://terms.tdwg.org/wiki/dwc:higherGeography
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:higherGeography-2014-10-23
Replaces:higherGeography-2009-04-24
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:{DataSets/DataSet/Units/Unit/Gathering/LocalityText or DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName}
Term Name: higherGeographyID
Identifier:http://rs.tdwg.org/dwc/terms/higherGeographyID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Higher Geography ID
Definition:An identifier for the geographic region within which the Location occurred. Recommended best practice is to use an persistent identifier from a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Example: "TGN: 1002002" for Prov. Tierra del Fuego, Argentina. For discussion see http://terms.tdwg.org/wiki/dwc:higherGeographyID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-01-21
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:higherGeographyID-2009-04-24
Replaces:
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:not in ABCD
Term Name: HigherTaxon
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/HigherTaxon
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Higher Taxon
Definition:The combination of names of taxonomic ranks less specific than Genus. "Like" query operations on this element will search for a substring in any of the higher taxon attributes.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:HigherTaxon-2003-06-17
Replaces:
Is Replaced By:higherClassification-2009-08-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
Term Name: HigherTaxon
Identifier:http://rs.tdwg.org/dwc/dwcore/HigherTaxon
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Higher Taxon
Definition:The names of taxonomic ranks less specific than SpecificEpithet concatenated and separated. "LIKE" or "contains" substring query operations are meant to be used with this element to find matching higher taxon names. This element may contain the list of scientific names of all of the supra-specific taxa in the classification used to identify (determine) the specimen or observation. Example: "Animalia, Chordata, Vertebrata, Mammalia, Theria, Eutheria, Rodentia, Hystricognatha, Hystricognathi, Ctenomyidae, Ctenomyini, Ctenomys".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:HigherTaxon-2007-04-17
Replaces:HigherTaxon-2003-06-17
Is Replaced By:higherClassification-2009-08-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
Term Name: HigherTaxon
Identifier:http://rs.tdwg.org/dwc/terms/HigherTaxon
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Higher Taxon
Definition:A list (concatenated and separated) of the names for the taxonomic ranks less specific than the ScientificName.
Comment:Example: "Animalia, Chordata, Vertebrata, Mammalia, Theria, Eutheria, Rodentia, Hystricognatha, Hystricognathi, Ctenomyidae, Ctenomyini, Ctenomys".
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-01-21
Has Domain:
Has Range:
Version:HigherTaxon-2009-01-21
Replaces:
Is Replaced By:higherClassification-2009-08-24
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
Term Name: higherTaxonConceptID
Identifier:http://rs.tdwg.org/dwc/terms/higherTaxonConceptID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Higher Taxon Concept ID
Definition:A unique identifier for the taxon concept less specific than that given in the taxonConceptID.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:deprecated
Date Issued:2009-04-24
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:higherTaxonconceptID-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: HigherTaxonID
Identifier:http://rs.tdwg.org/dwc/terms/HigherTaxonID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Higher Taxon ID
Definition:A global unique identifier for the parent to the taxon.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:superseded
Date Issued:2009-01-21
Date Modified:2009-01-21
Has Domain:
Has Range:
Version:HigherTaxonID-2009-01-21
Replaces:
Is Replaced By:parentNameUsageID-2009-09-21
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: higherTaxonName
Identifier:http://rs.tdwg.org/dwc/terms/higherTaxonName
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Higher Taxon Name
Definition:A list (concatenated and separated) of the names for the taxonomic ranks less specific than that given in the scientificName.
Comment:Example: "Animalia; Chordata; Vertebrata; Mammalia; Theria; Eutheria; Rodentia; Hystricognatha; Hystricognathi; Ctenomyidae; Ctenomyini; Ctenomys"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:higherTaxonName-2009-04-24
Replaces:HigherTaxon-2007-04-17
Is Replaced By:parentNameUsage-2009-09-21
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
Term Name: higherTaxonNameID
Identifier:http://rs.tdwg.org/dwc/terms/higherTaxonNameID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Higher Taxon Name ID
Definition:A unique identifier for the name of the next higher rank than the scientificName in a taxonomic classification. See higherTaxonName.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:superseded
Date Issued:2009-01-21
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:higherTaxonNameID-2009-04-24
Replaces:HigherTaxonID-2009-01-21
Is Replaced By:parentNameUsageID-2009-09-21
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: HighestBiostratigraphicZone
Identifier:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/HighestBiostratigraphicZone
Namespace:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
Label:Highest Biostratigraphic Zone
Definition:The full name of the highest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.
Comment:
Refines:
Status:superseded
Date Issued:2005-07-03
Date Modified:2005-07-03
Has Domain:
Has Range:
Version:HighestBiostratigraphicZone-2005-07-03
Replaces:
Is Replaced By:highestBiostratigraphicZone-2009-04-24
Class:paleo
ABCD 2.06:not in ABCD
Term Name: highestBiostratigraphicZone
Identifier:http://rs.tdwg.org/dwc/terms/highestBiostratigraphicZone
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Highest Biostratigraphic Zone
Definition:The full name of the highest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:highestBiostratigraphicZone
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:highestBiostratigraphicZone-2009-04-24
Replaces:HighestBiostratigraphicZone-2005-07-03
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06:not in ABCD
Term Name: HorizontalDatum
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/HorizontalDatum
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Horizontal Datum
Definition:The horizontal geodetic datum to which the DecimalLatitude and DecimalLongitude refer.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:HorizontalDatum-2003-06-17
Replaces:
Is Replaced By:geodeticDatum-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/SpatialDatum
Term Name: HumanObservation
Identifier:http://rs.tdwg.org/dwc/dwctype/HumanObservation
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:Human Observation
Definition:A resource describing an observation made by one or more people.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://rs.tdwg.org/dwc/dwctype/Occurrence
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:HumanObservation-2008-11-19
Replaces:
Is Replaced By:HumanObservation-2011-10-16
Class:
ABCD 2.06:RecordBasisEnum/HumanObservation
Term Name: HumanObservation
Identifier:http://rs.tdwg.org/dwc/dwctype/HumanObservation
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:Human Observation
Definition:A resource describing an observation made by one or more people.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:HumanObservation-2011-10-16
Replaces:HumanObservation-2008-11-19
Is Replaced By:HumanObservation-2014-10-23
Class:
ABCD 2.06:RecordBasisEnum/HumanObservation
Term Name: HumanObservation
Identifier:http://rs.tdwg.org/dwc/terms/HumanObservation
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Human Observation
Definition:An output of a human observation process.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:HumanObservation
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2014-10-23
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:HumanObservation-2014-10-23
Replaces:HumanObservation-2011-10-16
Is Replaced By:
Class:
ABCD 2.06:RecordBasisEnum/HumanObservation
Term Name: Identification
Identifier:http://rs.tdwg.org/dwc/terms/Identification
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Identification
Definition:The category of information pertaining to taxonomic determinations (the assignment of a scientific name).
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:Identification-2008-11-19
Replaces:
Is Replaced By:Identification-2014-10-23
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification
Term Name: Identification
Identifier:http://rs.tdwg.org/dwc/terms/Identification
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Identification
Definition:A taxonomic determination (e.g., the assignment to a taxon).
Comment:Example: A subspecies determination of an organism. For discussion see http://terms.tdwg.org/wiki/dwc:Identification
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:Identification-2014-10-23
Replaces:Identification-2008-11-19
Is Replaced By:
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification
Term Name: identificationAttributes
Identifier:http://rs.tdwg.org/dwc/terms/identificationAttributes
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Identification Attributes
Definition:A list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the Identification.
Comment:Example: "natureOfID=expert identification; identificationEvidence=cytochrome B sequence"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2009-04-24
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:identificationAttributes-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06:not in ABCD
Term Name: identificationID
Identifier:http://rs.tdwg.org/dwc/terms/identificationID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Identification ID
Definition:An identifier for the Identification (the body of information associated with the assignment of a scientific name). May be a global unique identifier or an identifier specific to the data set.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:identificationID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:identificationID-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06:not in ABCD
Term Name: IdentificationModifier
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/IdentificationModifier
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Identification Modifier
Definition:Additional information documenting the taxonomic determination of the cataloged item (e.g., "cf.", "aff.", "subspecies in question", etc.).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:IdentificationModifier-2003-06-17
Replaces:
Is Replaced By:identificationQualifier-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
Term Name: IdentificationQualifier
Identifier:http://rs.tdwg.org/dwc/dwcore/IdentificationQualifier
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Identification Qualifier
Definition:A brief phrase or a standard term ("cf.", "aff.") to qualify the identification of the organism when doubts have arisen as to its taxonomic identity (determination). Examples: 1) For the determination "Quercus aff. agrifolia var. oxyadenia", IdentificationQualifier would be "aff. agrifolia var. oxyadenia" with accompanying values "Quercus" in Genus, "agrifolia" in SpecificEpithet, "oxyadenia" in InfraspecificEpithet, and "var." in InfraspecificRank. 2) For the determination "Quercus agrifolia cf. var. oxyadenia", IdentificationQualifier would be "cf. var. oxyadenia " with accompanying values "Quercus" in Genus, "agrifolia" in SpecificEpithet, "oxyadenia" in InfraspecificEpithet, and "var." in InfraspecificRank.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:IdentificationQualifier-2007-04-17
Replaces:IdentificationModifier-2003-06-17
Is Replaced By:identificationQualifier-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
Term Name: identificationQualifier
Identifier:http://rs.tdwg.org/dwc/terms/identificationQualifier
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Identification Qualifier
Definition:A brief phrase or a standard term ("cf.", "aff.") to express the determiner's doubts about the Identification.
Comment:Examples: 1) For the determination "Quercus aff. agrifolia var. oxyadenia", identificationQualifier would be "aff. agrifolia var. oxyadenia" with accompanying values "Quercus" in genus, "agrifolia" in specificEpithet, "oxyadenia" in infraspecificEpithet, and "var." in rank. 2) For the determination "Quercus agrifolia cf. var. oxyadenia", identificationQualifier would be "cf. var. oxyadenia " with accompanying values "Quercus" in genus, "agrifolia" in specificEpithet, "oxyadenia" in infraspecificEpithet, and "var." in rank. For discussion see http://terms.tdwg.org/wiki/dwc:identificationQualifier
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:identificationQualifier-2009-04-24
Replaces:IdentificationQualifier-2007-04-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/IdentificationQualifier
Term Name: identificationReferences
Identifier:http://rs.tdwg.org/dwc/terms/identificationReferences
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Identification References
Definition:A list (concatenated and separated) of references (publication, global unique identifier, URI) used in the Identification.
Comment:Example: "Aves del Noroeste Patagonico. Christie et al. 2004."
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:identificationReferences-2009-04-24
Replaces:
Is Replaced By:identificationReferences-2014-10-23
Class:http://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/References
Term Name: identificationReferences
Identifier:http://rs.tdwg.org/dwc/terms/identificationReferences
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Identification References
Definition:A list (concatenated and separated) of references (publication, global unique identifier, URI) used in the Identification.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Aves del Noroeste Patagonico. Christie et al. 2004.", "Stebbins, R. Field Guide to Western Reptiles and Amphibians. 3rd Edition. 2003. | Irschick, D.J. and Shaffer, H.B. (1997). ''The polytypic species revisited: Morphological differentiation among tiger salamanders (Ambystoma tigrinum) (Amphibia: Caudata).'' Herpetologica, 53(1), 30-49.". For discussion see http://terms.tdwg.org/wiki/dwc:identificationReferences
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:identificationReferences-2014-10-23
Replaces:identificationReferences-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/References
Term Name: identificationRemarks
Identifier:http://rs.tdwg.org/dwc/terms/identificationRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Identification Remarks
Definition:Comments or notes about the Identification.
Comment:Example: "Distinguished between Anthus correndera and Anthus hellmayri based on the comparative lengths of the uñas.". For discussion see http://terms.tdwg.org/wiki/dwc:identificationRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:identificationRemarks-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Notes
Term Name: identificationVerificationStatus
Identifier:http://rs.tdwg.org/dwc/terms/identificationVerificationStatus
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Identification Verification Status
Definition:A categorical indicator of the extent to which the taxonomic identification has been verified to be correct. Recommended best practice is to use a controlled vocabulary such as that used in HISPID/ABCD.
Comment:Examples: "0", "4". For discussion see http://terms.tdwg.org/wiki/dwc:identificationVerificationStatus
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2011-10-16
Date Modified:2011-10-16
Has Domain:
Has Range:
Decision:Decision-2011-10-16_10
Version:identificationVerificationStatus-2011-10-16
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06:not in ABCD
Term Name: IdentifiedBy
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/IdentifiedBy
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Identified By
Definition:The name(s) of the person(s) who applied the currently accepted Scientific Name to the Cataloged Item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:IdentifiedBy-2003-06-13
Replaces:
Is Replaced By:identifiedBy-2009-08-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
Term Name: IdentifiedBy
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/IdentifiedBy
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Identified By
Definition:The name(s) of the person(s) who applied the currently accepted ScientificName to the cataloged item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:IdentifiedBy-2003-06-17
Replaces:IdentifiedBy-2003-06-13
Is Replaced By:identifiedBy-2009-08-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
Term Name: IdentifiedBy
Identifier:http://rs.tdwg.org/dwc/curatorial/IdentifiedBy
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:Identified By
Definition:The name(s) of the person(s) who applied the ScientificName to the object or observation. Example: James L. Patton.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:IdentifiedBy-2007-04-17
Replaces:IdentifiedBy-2003-06-17
Is Replaced By:identifiedBy-2009-08-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
Term Name: identifiedBy
Identifier:http://rs.tdwg.org/dwc/terms/identifiedBy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Identified By
Definition:A list (concatenated and separated) of names of people, groups, or organizations who assigned the scientificName.
Comment:Example: "James L. Patton", "Theodore Pappenfuss; Robert Macey"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/accordingTo
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:identifiedBy-2009-04-24
Replaces:IdentifiedBy-2007-04-17
Is Replaced By:identifiedBy-2009-08-24
Class:http://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
Term Name: identifiedBy
Identifier:http://rs.tdwg.org/dwc/terms/identifiedBy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Identified By
Definition:A list (concatenated and separated) of names of people, groups, or organizations who assigned the Taxon to the subject.
Comment:Examples: "James L. Patton", "Theodore Pappenfuss; Robert Macey"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/accordingTo
Status:superseded
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:identifiedBy-2009-08-24
Replaces:identifiedBy-2009-04-24
Is Replaced By:identifiedBy-2014-10-23
Class:http://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
Term Name: identifiedBy
Identifier:http://rs.tdwg.org/dwc/terms/identifiedBy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Identified By
Definition:A list (concatenated and separated) of names of people, groups, or organizations who assigned the Taxon to the subject.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "James L. Patton", "Theodore Pappenfuss | Robert Macey". For discussion see http://terms.tdwg.org/wiki/dwc:identifiedBy
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/accordingTo
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:identifiedBy-2014-10-23
Replaces:identifiedBy-2009-08-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/IdentifiersText
Term Name: ImageURL
Identifier:http://rs.tdwg.org/dwc/dwcore/ImageURL
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Image URL
Definition:A Universal Resource Locator reference to digital images associated with the specimen or observation.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:ImageURL-2007-04-17
Replaces:
Is Replaced By:associatedMedia-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/MultimediaObjects
Term Name: IndividualCount
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/IndividualCount
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Individual Count
Definition:The number of individuals present in the lot or container. Not an estimate of abundance or density at the collecting locality.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:IndividualCount-2003-06-13
Replaces:
Is Replaced By:individualCount-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
Term Name: IndividualCount
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/IndividualCount
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Individual Count
Definition:The number of individuals present in the lot or container referred to by the catalog number. Not an estimate of abundance or density at the collecting locality.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:IndividualCount-2003-06-17
Replaces:IndividualCount-2003-06-13
Is Replaced By:individualCount-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
Term Name: IndividualCount
Identifier:http://rs.tdwg.org/dwc/curatorial/IndividualCount
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:Individual Count
Definition:The number of individuals present in the lot or container. Not to be used for observations.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:IndividualCount-2007-04-17
Replaces:IndividualCount-2003-06-17
Is Replaced By:individualCount-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
Term Name: individualCount
Identifier:http://rs.tdwg.org/dwc/terms/individualCount
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Individual Count
Definition:The number of individuals represented present at the time of the Occurrence.
Comment:Examples: "1", "25". For discussion see http://terms.tdwg.org/wiki/dwc:individualCount
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:individualCount-2009-04-24
Replaces:IndividualCount-2007-04-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue
Term Name: individualID
Identifier:http://rs.tdwg.org/dwc/terms/individualID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Individual ID
Definition:An identifier for an individual or named group of individual organisms represented in the Occurrence. Meant to accommodate resampling of the same individual or group for monitoring purposes. May be a global unique identifier or an identifier specific to a data set.
Comment:Examples: "U.amer. 44", "Smedley", "Orca J 23"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:deprecated
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:individualID-2009-04-24
Replaces:
Is Replaced By:organismID-2014-10-23
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Result/TaxonIdentified/ScientificName/NameAtomised/Zoological/NamedIndividual or DataSets/DataSet/Units/Unit/ObservationUnit/ObservationUnitIdentifiers/ObservationUnitIdentifier or DataSets/DataSet/Units/Unit/SpecimenUnit/Accessions/AccessionNumber
Term Name: InformationWithheld
Identifier:http://rs.tdwg.org/dwc/dwcore/InformationWithheld
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Information Withheld
Definition:Brief descriptions of additional information that may exist, but that has not been made public. Information about obtaining the withheld information should be sought from the administrative contact identified in the provider resource metadata (curator, collection manager). Examples: "specific locality information given only to nearest county", "ask about tissue samples", "georeferences given only to nearest degree".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:InformationWithheld-2007-04-17
Replaces:
Is Replaced By:informationWithheld-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/InformationWithheld
Term Name: informationWithheld
Identifier:http://rs.tdwg.org/dwc/terms/informationWithheld
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Information Withheld
Definition:Additional information that exists, but that has not been shared in the given record.
Comment:Examples: "location information not given for endangered species", "collector identities withheld", "ask about tissue samples". For discussion see http://terms.tdwg.org/wiki/dwc:informationWithheld
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:informationWithheld-2009-04-24
Replaces:InformationWithheld-2007-04-17
Is Replaced By:
Class:all
ABCD 2.06:DataSets/DataSet/Units/Unit/InformationWithheld
Term Name: InfraspecificEpithet
Identifier:http://rs.tdwg.org/dwc/dwcore/InfraspecificEpithet
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Infraspecific Epithet
Definition:The infraspecific epithet of the scientific name applied to the organism.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:InfraspecificEpithet-2007-04-17
Replaces:Subspecies-2003-06-17
Is Replaced By:infraspecificEpithet-2009-08-24
Class:
ABCD 2.06:{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/SecondEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SubspeciesEpithet}
Term Name: infraspecificEpithet
Identifier:http://rs.tdwg.org/dwc/terms/infraspecificEpithet
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Infraspecific Epithet
Definition:The name of the second or subspecies epithet of the scientificName.
Comment:Example: "oxyadenia"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:infraspecificEpithet-2009-04-24
Replaces:InfraspecificEpithet-2007-04-17
Is Replaced By:infraspecificEpithet-2009-08-24
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/SecondEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SubspeciesEpithet}
Term Name: infraspecificEpithet
Identifier:http://rs.tdwg.org/dwc/terms/infraspecificEpithet
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Infraspecific Epithet
Definition:The name of the lowest or terminal infraspecific epithet of the scientificName, excluding any rank designation.
Comment:Examples: "concolor", "oxyadenia", "sayi". For discussion see http://terms.tdwg.org/wiki/dwc:infraspecificEpithet
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-08-24
Has Domain:
Has Range:
Version:infraspecificEpithet-2009-08-24
Replaces:infraspecificEpithet-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/SecondEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SubspeciesEpithet}
Term Name: InfraspecificRank
Identifier:http://rs.tdwg.org/dwc/dwcore/InfraspecificRank
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Infraspecific Rank
Definition:The infraspecific rank (subspecies, variety, forma) of the InfraspecificEpithet. Examples: "subsp.", "var.", "forma".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:InfraspecificRank-2007-04-17
Replaces:
Is Replaced By:taxonRank-2009-09-21
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
Term Name: InstitutionCode
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/InstitutionCode
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Institution Code
Definition:A "standard" code identifier that identifies the institution to which the collection belongs. No global registry exists for assigning institutional codes. Use the code that is "standard" in your discipline.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:InstitutionCode-2003-06-13
Replaces:
Is Replaced By:institutionCode-2009-09-11
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceInstitutionID
Term Name: InstitutionCode
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/InstitutionCode
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Institution Code
Definition:A code that identifies the institution to which the cataloged item belongs. No global registry exists for institutional codes; use the code that is "standard" in your discipline. This attribute must contain no spaces.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:InstitutionCode-2003-06-17
Replaces:InstitutionCode-2003-06-13
Is Replaced By:institutionCode-2009-09-11
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceInstitutionID
Term Name: InstitutionCode
Identifier:http://rs.tdwg.org/dwc/dwcore/InstitutionCode
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Institution Code
Definition:The code (or acronym) identifying the institution administering the collection in which the organism record is cataloged. No global registry exists for institutional codes; use the code that is "standard" at your institution or in your discipline.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:InstitutionCode-2007-04-17
Replaces:InstitutionCode-2003-06-17
Is Replaced By:institutionCode-2009-09-11
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceInstitutionID
Term Name: institutionCode
Identifier:http://rs.tdwg.org/dwc/terms/institutionCode
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Institution Code
Definition:The name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record.
Comment:Examples: "MVZ", "FMNH", "AKN-CLO"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:institutionCode-2009-04-24
Replaces:InstitutionCode-2007-04-17
Is Replaced By:institutionCode-2009-09-11
Class:all
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceInstitutionID
Term Name: institutionCode
Identifier:http://rs.tdwg.org/dwc/terms/institutionCode
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Institution Code
Definition:The name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record.
Comment:Examples: "MVZ", "FMNH", "AKN-CLO", "University of California Museum of Paleontology (UCMP)"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-08-24
Has Domain:
Has Range:
Version:institutionCode-2009-08-24
Replaces:institutionCode-2009-04-24
Is Replaced By:institutionCode-2009-09-11
Class:all
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceInstitutionID
Term Name: institutionCode
Identifier:http://rs.tdwg.org/dwc/terms/institutionCode
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Institution Code
Definition:The name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record.
Comment:Examples: "MVZ", "FMNH", "AKN-CLO", "University of California Museum of Paleontology (UCMP)". For discussion see http://terms.tdwg.org/wiki/dwc:institutionCode
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2013-10-04
Has Domain:
Has Range:
Version:institutionCode-2009-09-11
Replaces:institutionCode-2009-08-24
Is Replaced By:
Class:all
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceInstitutionID
Term Name: institutionID
Identifier:http://rs.tdwg.org/dwc/terms/institutionID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Institution ID
Definition:An identifier for the institution having custody of the object(s) or information referred to in the record.
Comment:For physical specimens, the recommended best practice is to use an identifier from a collections registry such as the Global Registry of Biodiversity Repositories (http://grbio.org/). Examples: "http://biocol.org/urn:lsid:biocol.org:col:34777", "http://grbio.org/cool/km06-gtbn). Examples: "http://biocol.org/urn:lsid:biocol.org:col:34777", "http://grbio.org/cool/km06-gtbn". For discussion see http://terms.tdwg.org/wiki/dwc:institutionID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-09-11
Date Modified:2014-10-23
Has Domain:
Has Range:
Version:institutionID-2009-09-11
Replaces:
Is Replaced By:
Class:all
ABCD 2.06:DataSets/DataSet/Units/Unit/SourceInstitutionID
Term Name: Island
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Island
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Island
Definition:The full, unabbreviated name of the island from which the cataloged item was collected.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Island-2003-06-17
Replaces:
Is Replaced By:island-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island
Term Name: Island
Identifier:http://rs.tdwg.org/dwc/dwcore/Island
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Island
Definition:The full, unabbreviated name of the island on which the organism was collected or observed.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Island-2007-04-17
Replaces:Island-2003-06-17
Is Replaced By:island-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island
Term Name: island
Identifier:http://rs.tdwg.org/dwc/terms/island
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Island
Definition:The name of the island on or near which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Examples: "Isla Victoria", "Vancouver", "Viti Levu", "Zanzibar". For discussion see http://terms.tdwg.org/wiki/dwc:island
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:island-2009-04-24
Replaces:Island-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island
Term Name: IslandGroup
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/IslandGroup
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Island Group
Definition:The full, unabbreviated name of the island group from which the cataloged item was collected.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:IslandGroup-2003-06-17
Replaces:
Is Replaced By:islandGroup-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group
Term Name: IslandGroup
Identifier:http://rs.tdwg.org/dwc/dwcore/IslandGroup
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Island Group
Definition:The full, unabbreviated name of the island group in which the organism was collected or observed.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:IslandGroup-2007-04-17
Replaces:IslandGroup-2003-06-17
Is Replaced By:islandGroup-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group
Term Name: islandGroup
Identifier:http://rs.tdwg.org/dwc/terms/islandGroup
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Island Group
Definition:The name of the island group in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Examples: "Alexander Archipelago", "Seychelles". For discussion see http://terms.tdwg.org/wiki/dwc:islandGroup
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:islandGroup-2009-04-24
Replaces:IslandGroup-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Island group
Term Name: JulianDay
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/JulianDay
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Julian Day
Definition:The ordinal day of the year; i.e., the number of days since January 1 of the same year. (January 1 is Julian Day 1.)
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:JulianDay-2003-06-13
Replaces:
Is Replaced By:startDayOfYear-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
Term Name: JulianDay
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/JulianDay
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Julian Day
Definition:The ordinal day of the year (i.e., the number of days since December 31 of the previous year; January 1 is Julian Day 1) on which the cataloged item was collected. May be derived from the YearCollected, MonthCollected, and DayCollected by the provider.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:JulianDay-2003-06-17
Replaces:JulianDay-2003-06-13
Is Replaced By:startDayOfYear-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
Term Name: Kingdom
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Kingdom
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Kingdom
Definition:The kingdom to which the organism belongs
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Kingdom-2003-06-13
Replaces:
Is Replaced By:kingdom-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
Term Name: Kingdom
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Kingdom
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Kingdom
Definition:The phylogenetic kingdom to which the cataloged item belongs.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Kingdom-2003-06-17
Replaces:Kingdom-2003-06-13
Is Replaced By:kingdom-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
Term Name: Kingdom
Identifier:http://rs.tdwg.org/dwc/dwcore/Kingdom
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Kingdom
Definition:The name of the kingdom in which the organism is classified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Kingdom-2007-04-17
Replaces:Kingdom-2003-06-17
Is Replaced By:kingdom-2009-08-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
Term Name: kingdom
Identifier:http://rs.tdwg.org/dwc/terms/kingdom
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Kingdom
Definition:The name of the kingdom in which the scientificName is classified.
Comment:Example: "Animalia"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:kingdom-2009-04-24
Replaces:Kingdom-2007-04-17
Is Replaced By:kingdom-2009-08-24
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
Term Name: kingdom
Identifier:http://rs.tdwg.org/dwc/terms/kingdom
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Kingdom
Definition:The full scientific name of the kingdom in which the taxon is classified.
Comment:Examples: "Animalia", "Plantae". For discussion see http://terms.tdwg.org/wiki/dwc:kingdom
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-08-24
Has Domain:
Has Range:
Version:kingdom-2009-08-24
Replaces:kingdom-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = regnum
Term Name: LatestAgeOrHighestStage
Identifier:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/LatestAgeOrHighestStage
Namespace:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
Label:Latest AgeOr Highest Stage
Definition:The full name of the latest possible geochronologic age or highest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:
Refines:
Status:superseded
Date Issued:2005-07-03
Date Modified:2005-07-03
Has Domain:
Has Range:
Version:LatestAgeOrHighestStage-2005-07-03
Replaces:
Is Replaced By:latestAgeOrHighestStage-2009-04-24
Class:paleo
ABCD 2.06:not in ABCD
Term Name: latestAgeOrHighestStage
Identifier:http://rs.tdwg.org/dwc/terms/latestAgeOrHighestStage
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Latest AgeOr Highest Stage
Definition:The full name of the latest possible geochronologic age or highest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:Examples: "Atlantic", "Boreal", "Skullrockian". For discussion see http://terms.tdwg.org/wiki/dwc:latestAgeOrHighestStage
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:latestAgeOrHighestStage-2009-04-24
Replaces:LatestAgeOrHighestStage-2005-07-03
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06:not in ABCD
Term Name: LatestDateCollected
Identifier:http://rs.tdwg.org/dwc/dwcore/LatestDateCollected
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Latest Date Collected
Definition:The latest date-time (Common Era calendar) in a date-time period during which an organism or group of organisms was collected or observed. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:LatestDateCollected-2007-04-17
Replaces:YearCollected-2003-06-17, MonthCollected-2003-06-17, DayCollected-2003-06-17
Is Replaced By:eventDate-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
Term Name: LatestDateCollected
Identifier:http://rs.tdwg.org/dwc/terms/LatestDateCollected
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Latest Date Collected
Definition:The latest date-time in a period during which a event occurred. If the event is recorded as occurring at a single date-time, populate both EarliestDateCollected and LatestDateCollected with the same value. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
Comment:Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF].
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:deprecated
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:LatestDateCollected-2008-11-19
Replaces:LatestDateCollected-2007-04-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Event
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/ISODateTimeEnd
Term Name: LatestEonOrHighestEonothem
Identifier:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/LatestEonOrHighestEonothem
Namespace:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
Label:Latest Eon Or Highest Eonothem
Definition:The full name of the latest possible geochronologic eon or highest chrono-stratigraphic eonothem or the informal name ("Precambrian") attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:
Refines:
Status:superseded
Date Issued:2005-07-03
Date Modified:2005-07-03
Has Domain:
Has Range:
Version:LatestEonOrHighestEonothem-2005-07-03
Replaces:
Is Replaced By:latestEonOrHighestEonothem-2009-04-24
Class:paleo
ABCD 2.06:not in ABCD
Term Name: latestEonOrHighestEonothem
Identifier:http://rs.tdwg.org/dwc/terms/latestEonOrHighestEonothem
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Latest Eon Or Highest Eonothem
Definition:The full name of the latest possible geochronologic eon or highest chrono-stratigraphic eonothem or the informal name ("Precambrian") attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:Examples: "Phanerozoic", "Proterozoic". For discussion see http://terms.tdwg.org/wiki/dwc:latestEonOrHighestEonothem
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:latestEonOrHighestEonothem-2009-04-24
Replaces:LatestEonOrHighestEonothem-2005-07-03
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06:not in ABCD
Term Name: LatestEpochOrHighestSeries
Identifier:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/LatestEpochOrHighestSeries
Namespace:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
Label:Latest Epoch Or Highest Series
Definition:The full name of the latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:
Refines:
Status:superseded
Date Issued:2005-07-03
Date Modified:2005-07-03
Has Domain:
Has Range:
Version:LatestEpochOrHighestSeries-2005-07-03
Replaces:
Is Replaced By:latestEpochOrHighestSeries-2009-04-24
Class:paleo
ABCD 2.06:not in ABCD
Term Name: latestEpochOrHighestSeries
Identifier:http://rs.tdwg.org/dwc/terms/latestEpochOrHighestSeries
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Latest Epoch Or Highest Series
Definition:The full name of the latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:Examples: "Holocene", "Pleistocene", "Ibexian Series". For discussion see http://terms.tdwg.org/wiki/dwc:latestEpochOrHighestSeries
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:latestEpochOrHighestSeries-2009-04-24
Replaces:LatestEpochOrHighestSeries-2005-07-03
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06:not in ABCD
Term Name: LatestEraOrHighestErathem
Identifier:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/LatestEraOrHighestErathem
Namespace:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
Label:Latest Era Or Highest Erathem
Definition:The full name of the latest possible geochronologic era or highest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:
Refines:
Status:superseded
Date Issued:2005-07-03
Date Modified:2005-07-03
Has Domain:
Has Range:
Version:LatestEraOrHighestErathem-2005-07-03
Replaces:
Is Replaced By:latestEraOrHighestErathem-2009-04-24
Class:paleo
ABCD 2.06:not in ABCD
Term Name: latestEraOrHighestErathem
Identifier:http://rs.tdwg.org/dwc/terms/latestEraOrHighestErathem
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Latest Era Or Highest Erathem
Definition:The full name of the latest possible geochronologic era or highest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:Examples: "Cenozoic", "Mesozoic". For discussion see http://terms.tdwg.org/wiki/dwc:latestEraOrHighestErathem
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:latestEraOrHighestErathem-2009-04-24
Replaces:LatestEraOrHighestErathem-2005-07-03
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06:not in ABCD
Term Name: LatestPeriodOrHighestSystem
Identifier:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/LatestPeriodOrHighestSystem
Namespace:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
Label:Latest Period Or Highest System
Definition:The full name of the latest possible geochronologic period or highest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:
Refines:
Status:superseded
Date Issued:2005-07-03
Date Modified:2005-07-03
Has Domain:
Has Range:
Version:LatestPeriodOrHighestSystem-2005-07-03
Replaces:
Is Replaced By:latestPeriodOrHighestSystem-2009-04-24
Class:paleo
ABCD 2.06:not in ABCD
Term Name: latestPeriodOrHighestSystem
Identifier:http://rs.tdwg.org/dwc/terms/latestPeriodOrHighestSystem
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Latest Period Or Highest System
Definition:The full name of the latest possible geochronologic period or highest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:Examples: "Neogene", "Tertiary", "Quaternary". For discussion see http://terms.tdwg.org/wiki/dwc:latestPeriodOrHighestSystem
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:latestPeriodOrHighestSystem-2009-04-24
Replaces:LatestPeriodOrHighestSystem-2005-07-03
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06:not in ABCD
Term Name: Latitude
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Latitude
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Latitude
Definition:The latitude of the location from which the specimen was collected. This value should be expressed in decimal degrees with a datum such as WGS-84
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Latitude-2003-06-13
Replaces:
Is Replaced By:decimalLatitude-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal
Term Name: LatLongComments
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/LatLongComments
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Lat Long Comments
Definition:Comments about the LatLong determination.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:LatLongComments-2003-06-17
Replaces:
Is Replaced By:georeferenceRemarks-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/GeoreferenceRemarks
Term Name: Lifestage
Identifier:http://www.iobis.org/obis/Lifestage
Namespace:http://www.iobis.org/obis/
Label:Lifestage
Definition:Indicates the life stage present. Will require developing a controlled vocabulary. Can include multiple stages for a lot with multiple individuals.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:Lifestage-2005-07-10
Replaces:AgeClass-2003-06-17
Is Replaced By:lifeStage-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLiveStages/MycologicalLiveStage (Note DwC spec uses ”MycologicalLifeStage” or DataSets/DataSet/Units/Unit/ZoologicalUnit/PhasesOrStages/PhaseOrStage
Term Name: LifeStage
Identifier:http://rs.tdwg.org/dwc/dwcore/LifeStage
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Life Stage
Definition:The age class or life stage of the biological individual represented by the catalogued object or observation. Examples: "adult", "mature", "juvenile", "eft", "nymph", "seedling", "seed", "egg"
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:LifeStage-2007-04-17
Replaces:AgeClass-2003-06-17
Is Replaced By:lifeStage-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLiveStages/MycologicalLiveStage (Note DwC spec uses ”MycologicalLifeStage” or DataSets/DataSet/Units/Unit/ZoologicalUnit/PhasesOrStages/PhaseOrStage
Term Name: lifeStage
Identifier:http://rs.tdwg.org/dwc/terms/lifeStage
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Life Stage
Definition:The age class or life stage of the biological individual(s) at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "egg", "eft", "juvenile", "adult", "2 adults 4 juveniles". For discussion see http://terms.tdwg.org/wiki/dwc:lifeStage
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:lifeStage-2009-04-24
Replaces:LifeStage-2007-04-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalSexualStage or DataSets/DataSet/Units/Unit/MycologicalUnit/MycologicalLiveStages/MycologicalLiveStage (Note DwC spec uses ”MycologicalLifeStage” or DataSets/DataSet/Units/Unit/ZoologicalUnit/PhasesOrStages/PhaseOrStage
Term Name: LithostratigraphicTerms
Identifier:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/LithostratigraphicTerms
Namespace:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
Label:Lithostratigraphic Terms
Definition:The combination of all litho-stratigraphic names for the rock from which the cataloged item was collected.
Comment:
Refines:
Status:superseded
Date Issued:2005-07-03
Date Modified:2005-07-03
Has Domain:
Has Range:
Version:LithostratigraphicTerms-2005-07-03
Replaces:
Is Replaced By:lithostratigraphicTerms-2009-04-24
Class:paleo
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Stratigraphy/LithostratigraphicTerms
Term Name: lithostratigraphicTerms
Identifier:http://rs.tdwg.org/dwc/terms/lithostratigraphicTerms
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Lithostratigraphic Terms
Definition:The combination of all litho-stratigraphic names for the rock from which the cataloged item was collected.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:lithostratigraphicTerms
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:lithostratigraphicTerms-2009-04-24
Replaces:LithostratigraphicTerms-2005-07-03
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Stratigraphy/LithostratigraphicTerms
Term Name: LivingSpecimen
Identifier:http://rs.tdwg.org/dwc/dwctype/LivingSpecimen
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:Living Specimen
Definition:A resource describing a living specimen.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://rs.tdwg.org/dwc/dwctype/Occurrence
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:LivingSpecimen-2008-11-19
Replaces:
Is Replaced By:LivingSpecimen-2011-10-16
Class:
ABCD 2.06:RecordBasisEnum/LivingSpecimen
Term Name: LivingSpecimen
Identifier:http://rs.tdwg.org/dwc/dwctype/LivingSpecimen
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:Living Specimen
Definition:A resource describing a living specimen.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:LivingSpecimen-2011-10-16
Replaces:LivingSpecimen-2008-11-19
Is Replaced By:LivingSpecimen-2014-10-23
Class:
ABCD 2.06:RecordBasisEnum/LivingSpecimen
Term Name: LivingSpecimen
Identifier:http://rs.tdwg.org/dwc/terms/LivingSpecimen
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Living Specimen
Definition:A specimen that is alive.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:LivingSpecimen
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2014-10-23
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:LivingSpecimen-2014-10-23
Replaces:LivingSpecimen-2011-10-16
Is Replaced By:
Class:
ABCD 2.06:RecordBasisEnum/LivingSpecimen
Term Name: Locality
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Locality
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Locality
Definition:The locality description (place name plus optionally a displacement from the place name) from which the specimen was collected. Where a displacement from a location is provided, it should be in un-projected units of measurement
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Locality-2003-06-13
Replaces:
Is Replaced By:locality-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/AreaDetail
Term Name: Locality
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Locality
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Locality
Definition:The description of the locality from which the cataloged item was collected, sans geographic information provided in other geographic fields.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Locality-2003-06-17
Replaces:Locality-2003-06-13
Is Replaced By:locality-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/AreaDetail
Term Name: Locality
Identifier:http://rs.tdwg.org/dwc/dwcore/Locality
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Locality
Definition:The specific natural language description of the place where the organism was collected or observed. This element need not contain less specific geographic information provided in other geographic elements (HigherGeography, Continent, Country, StateProvince, County, WaterBody, Island, IslandGroup). Though coordinate information can be contained in this concept, these data will be usable analytically only when shared through the concepts of the Geospatial Extension.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Locality-2007-04-17
Replaces:Locality-2003-06-17
Is Replaced By:locality-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/AreaDetail
Term Name: locality
Identifier:http://rs.tdwg.org/dwc/terms/locality
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Locality
Definition:The specific description of the place. Less specific geographic information can be provided in other geographic terms (higherGeography, continent, country, stateProvince, county, municipality, waterBody, island, islandGroup). This term may contain information modified from the original to correct perceived errors or standardize the description.
Comment:Example: "Bariloche, 25 km NNE via Ruta Nacional 40 (=Ruta 237)". For discussion see http://terms.tdwg.org/wiki/dwc:locality
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:locality-2009-04-24
Replaces:Locality-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
Term Name: Location
Identifier:http://purl.org/dc/terms/Location
Namespace:http://purl.org/dc/terms/
Label:Location
Definition:A spatial region or named place.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:Location
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2008-01-14
Date Modified:2008-01-14
Has Domain:
Has Range:
Decision:http://dublincore.org/usage/decisions/#Decision-2008-01
Version:http://dublincore.org/usage/terms/history/#Location-001
Replaces:
Is Replaced By:
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/LocalityText
Term Name: Location
Identifier:http://rs.tdwg.org/dwc/dwctype/Location
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:Location
Definition:A resource describing an instance of the Location class.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:deprecated
Date Issued:2009-01-23
Date Modified:2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:Location-2009-04-24
Replaces:
Is Replaced By:http://dublincore.org/usage/terms/history/#Location-001
Class:
ABCD 2.06:not in ABCD
Term Name: locationAccordingTo
Identifier:http://rs.tdwg.org/dwc/terms/locationAccordingTo
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Location According To
Definition:Information about the source of this Location information. Could be a publication (gazetteer), institution, or team of individuals.
Comment:Examples: "Getty Thesaurus of Geographic Names", "GADM". For discussion see http://terms.tdwg.org/wiki/dwc:locationAccordingTo
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/accordingTo
Status:recommended
Date Issued:2009-08-24
Date Modified:2009-08-24
Has Domain:
Has Range:
Version:locationAccordingTo-2009-08-24
Replaces:
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:not in ABCD
Term Name: locationAttributes
Identifier:http://rs.tdwg.org/dwc/terms/locationAttributes
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Location Attributes
Definition:A list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the location.
Comment:Example: "aspectheading=277; slopeindegrees=6"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2009-04-24
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:locationAttributes-2009-04-24
Replaces:
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:not in ABCD
Term Name: locationID
Identifier:http://rs.tdwg.org/dwc/terms/locationID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Location ID
Definition:An identifier for the set of location information (data associated with dcterms:Location). May be a global unique identifier or an identifier specific to the data set.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:locationID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:locationID-2009-04-24
Replaces:SamplingLocationID-2008-11-19
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:not in ABCD
Term Name: locationRemarks
Identifier:http://rs.tdwg.org/dwc/terms/locationRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Location Remarks
Definition:Comments or notes about the Location.
Comment:Example: "under water since 2005". For discussion see http://terms.tdwg.org/wiki/dwc:locationRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-01-18
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:locationRemarks-2009-04-24
Replaces:SamplingLocationRemarks-2009-01-18
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/AreaDetail
Term Name: Longitude
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Longitude
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Longitude
Definition:The longitude of the location from which the specimen was collected. This value should be expressed in decimal degrees with a datum such as WGS-84
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Longitude-2003-06-13
Replaces:
Is Replaced By:decimalLongitude-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal
Term Name: LowestBiostratigraphicZone
Identifier:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/LowestBiostratigraphicZone
Namespace:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
Label:Lowest Biostratigraphic Zone
Definition:The full name of the lowest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.
Comment:
Refines:
Status:superseded
Date Issued:2005-07-03
Date Modified:2005-07-03
Has Domain:
Has Range:
Version:LowestBiostratigraphicZone-2005-07-03
Replaces:
Is Replaced By:lowestBiostratigraphicZone-2009-04-24
Class:paleo
ABCD 2.06:not in ABCD
Term Name: lowestBiostratigraphicZone
Identifier:http://rs.tdwg.org/dwc/terms/lowestBiostratigraphicZone
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Lowest Biostratigraphic Zone
Definition:The full name of the lowest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:lowestBiostratigraphicZone
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:lowestBiostratigraphicZone-2009-04-24
Replaces:LowestBiostratigraphicZone-2005-07-03
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06:not in ABCD
Term Name: MachineObservation
Identifier:http://rs.tdwg.org/dwc/dwctype/MachineObservation
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:Machine Observation
Definition:A resource describing an observation made by a machine.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://rs.tdwg.org/dwc/dwctype/Occurrence
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:MachineObservation-2008-11-19
Replaces:
Is Replaced By:MachineObservation-2011-10-16
Class:
ABCD 2.06:RecordBasisEnum/MachineObservation
Term Name: MachineObservation
Identifier:http://rs.tdwg.org/dwc/dwctype/MachineObservation
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:Machine Observation
Definition:A resource describing an observation made by a machine.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:MachineObservation-2011-10-16
Replaces:MachineObservation-2008-11-19
Is Replaced By:MachineObservation-2014-10-23
Class:
ABCD 2.06:RecordBasisEnum/MachineObservation
Term Name: MachineObservation
Identifier:http://rs.tdwg.org/dwc/terms/MachineObservation
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Machine Observation
Definition:An output of a machine observation process.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:MachineObservation
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2014-10-23
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:MachineObservation-2014-10-23
Replaces:MachineObservation-2011-10-16
Is Replaced By:
Class:
ABCD 2.06:RecordBasisEnum/MachineObservation
Term Name: MaterialSample
Identifier:http://rs.tdwg.org/dwc/terms/MaterialSample
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Material Sample
Definition:The category of information pertaining to the physical results of a sampling (or subsampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:superseded
Date Issued:2013-03-28
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:MaterialSample-2013-03-28
Replaces:
Is Replaced By:MaterialSample-2014-10-23
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit
Term Name: MaterialSample
Identifier:http://rs.tdwg.org/dwc/dwctype/MaterialSample
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:Material Sample
Definition:A resource describing the physical results of a sampling (or subsampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://purl.obolibrary.org/obo/OBI_0100051
Status:deprecated
Date Issued:2013-03-28
Date Modified:2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:MaterialSample-2013-06-24
Replaces:
Is Replaced By:MaterialSample-2014-10-23
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit
Term Name: MaterialSample
Identifier:http://rs.tdwg.org/dwc/terms/MaterialSample
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Material Sample
Definition:A physical results of a sampling (or subsampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed.
Comment:Examples: A whole organism preserved in a collection. A part of an organism isolated for some purpose. A soil sample. A marine microbial sample. For discussion see http://terms.tdwg.org/wiki/dwc:MaterialSample
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2013-03-28
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:MaterialSample-2014-10-23
Replaces:MaterialSample-2013-03-28
Is Replaced By:
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit
Term Name: materialSampleID
Identifier:http://rs.tdwg.org/dwc/terms/materialSampleID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Material Sample ID
Definition:An identifier for the MaterialSample (as opposed to a particular digital record of the material sample). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the materialSampleID globally unique.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:materialSampleID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2013-03-28
Date Modified:2013-09-26
Has Domain:
Has Range:
Decision:Decision-2013-10-09_13
Version:materialSampleID-2013-05-25
Replaces:source_mat_id-2011-01-26
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/MaterialSample
ABCD 2.06:not in ABCD
Term Name: MaximumDepth
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/MaximumDepth
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Maximum Depth
Definition:The maximum distance in meters below the surface of the water at which the collection was made; all material collected was at most this deep. Positive below the surface, negative above (e.g. collecting above sea level in tidal areas).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:MaximumDepth-2003-06-13
Replaces:
Is Replaced By:maximumDepthInMeters-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
Term Name: MaximumDepthInMeters
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/MaximumDepthInMeters
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Maximum Depth In Meters
Definition:The maximum distance in meters below the surface of the water at which the collection was made; all material collected was at most this deep. Positive below the surface, negative above (e.g., collecting above sea level in tidal areas).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:MaximumDepthInMeters-2003-06-17
Replaces:MaximumDepth-2003-06-13
Is Replaced By:maximumDepthInMeters-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
Term Name: MaximumDepthInMeters
Identifier:http://rs.tdwg.org/dwc/dwcore/MaximumDepthInMeters
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Maximum Depth In Meters
Definition:The maximum or actual depth at which the collection or observation was made. Use positive values for locations below the surface. Examples: 10 (for a depth of up to 10m). 100 (for a depth between 50m and 100m).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:MaximumDepthInMeters-2007-04-17
Replaces:MaximumDepthInMeters-2003-06-17
Is Replaced By:maximumDepthInMeters-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
Term Name: maximumDepthInMeters
Identifier:http://rs.tdwg.org/dwc/terms/maximumDepthInMeters
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Maximum Depth In Meters
Definition:The greater depth of a range of depth below the local surface, in meters.
Comment:Example: "200". For discussion see http://terms.tdwg.org/wiki/dwc:maximumDepthInMeters
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:maximumDepthInMeters-2009-04-24
Replaces:MaximumDepthInMeters-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue
Term Name: maximumDistanceAboveSurfaceInMeters
Identifier:http://rs.tdwg.org/dwc/terms/maximumDistanceAboveSurfaceInMeters
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Maximum Distance Above Surface In Meters
Definition:The greater distance in a range of distance from a reference surface in the vertical direction, in meters. Use positive values for locations above the surface, negative values for locations below. If depth measures are given, the reference surface is the location given by the depth, otherwise the reference surface is the location given by the elevation.
Comment:Example: 1.5 meter sediment core from the bottom of a lake (at depth 20m) at 300m elevation; VerbatimElevation: "300m" MinimumElevationInMeters: "300", MaximumElevationInMeters: "300", VerbatimDepth: "20m", MinimumDepthInMeters: "20", MaximumDepthInMeters: "20", minimumDistanceAboveSurfaceInMeters: "0", maximumDistanceAboveSurfaceInMeters: "-1.5". For discussion see http://terms.tdwg.org/wiki/dwc:maximumDistanceAboveSurfaceInMeters
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:maximumDistanceAboveSurfaceInMeters-2009-04-24
Replaces:
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue
Term Name: MaximumElevation
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/MaximumElevation
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Maximum Elevation
Definition:The maximum distance in meters above (positive) or below sea level of the collecting locality.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:MaximumElevation-2003-06-13
Replaces:
Is Replaced By:maximumElevationInMeters-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
Term Name: MaximumElevationInMeters
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/MaximumElevationInMeters
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Maximum Elevation In Meters
Definition:The maximum distance in meters above (positive) or below sea level of the collecting locality.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:MaximumElevationInMeters-2003-06-17
Replaces:MaximumElevation-2003-06-13
Is Replaced By:maximumElevationInMeters-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
Term Name: MaximumElevationInMeters
Identifier:http://rs.tdwg.org/dwc/dwcore/MaximumElevationInMeters
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Maximum Elevation In Meters
Definition:The maximum or actual elevation at which the collection or observation was made. Use negative values for locations below sea level. Examples: Examples: 125 (for an elevation of 100 +- 25 meters). 200 (for an elevation between 100m and 200m).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:MaximumElevationInMeters-2007-04-17
Replaces:MaximumElevationInMeters-2003-06-17
Is Replaced By:maximumElevationInMeters-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
Term Name: maximumElevationInMeters
Identifier:http://rs.tdwg.org/dwc/terms/maximumElevationInMeters
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Maximum Elevation In Meters
Definition:The upper limit of the range of elevation (altitude, usually above sea level), in meters.
Comment:Example: "200". For discussion see http://terms.tdwg.org/wiki/dwc:maximumElevationInMeters
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:maximumElevationInMeters-2009-04-24
Replaces:MaximumElevationInMeters-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue
Term Name: measurementAccuracy
Identifier:http://rs.tdwg.org/dwc/terms/measurementAccuracy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Measurement Accuracy
Definition:The description of the potential error associated with the measurementValue.
Comment:Examples: "0.01", "normal distribution with variation of 2 m". For discussion see http://terms.tdwg.org/wiki/dwc:measurementAccuracy
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-01-18
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:measurementAccuracy-2009-04-24
Replaces:SampleAttributeAccuracy-2009-01-18, EventAttributeAccuracy-2009-01-18
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy or DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Aspect/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/Accuracy or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy
Term Name: measurementDeterminedBy
Identifier:http://rs.tdwg.org/dwc/terms/measurementDeterminedBy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Measurement Determined By
Definition:A list (concatenated and separated) of names of people, groups, or organizations who determined the value of the MeasurementOrFact.
Comment:Examples: "Javier de la Torre", "Julie Woodruff; Eileen Lacey"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/accordingTo
Status:superseded
Date Issued:2009-01-23
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:measurementDeterminedBy-2009-04-24
Replaces:SampleAttributeDeterminedBy-2009-01-23, EventAttributeDeterminedBy-2009-01-23
Is Replaced By:measurementDeterminedBy-2014-10-23
Class:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasuredBy
Term Name: measurementDeterminedBy
Identifier:http://rs.tdwg.org/dwc/terms/measurementDeterminedBy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Measurement Determined By
Definition:A list (concatenated and separated) of names of people, groups, or organizations who determined the value of the MeasurementOrFact.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Rob Guralnick", "Julie Woodruff | Eileen Lacey". For discussion see http://terms.tdwg.org/wiki/dwc:measurementDeterminedBy
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/accordingTo
Status:recommended
Date Issued:2009-01-23
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:measurementDeterminedBy-2014-10-23
Replaces:measurementDeterminedBy-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasuredBy
Term Name: measurementDeterminedDate
Identifier:http://rs.tdwg.org/dwc/terms/measurementDeterminedDate
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Measurement Determined Date
Definition:The date on which the MeasurementOrFact was made. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
Comment:Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see http://terms.tdwg.org/wiki/dwc:measurementDeterminedDate
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:recommended
Date Issued:2009-01-23
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:measurementDeterminedDate-2009-04-24
Replaces:SampleAttributeDeterminedDate-2009-01-23, EventAttributeDeterminedDate-2009-01-23
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/MeasurementDateTime
Term Name: measurementID
Identifier:http://rs.tdwg.org/dwc/terms/measurementID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Measurement ID
Definition:An identifier for the MeasurementOrFact (information pertaining to measurements, facts, characteristics, or assertions). May be a global unique identifier or an identifier specific to the data set.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:measurementID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-03-06
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:measurementID-2009-04-24
Replaces:SampleAttributeID-2008-11-19, EventAttributeID-2008-11-19
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06:not in ABCD
Term Name: measurementMethod
Identifier:http://rs.tdwg.org/dwc/terms/measurementMethod
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Measurement Method
Definition:A description of or reference to (publication, URI) the method or protocol used to determine the measurement, fact, characteristic, or assertion.
Comment:Examples: "minimum convex polygon around burrow entrances" for a home range area, "barometric altimeter" for an elevation. For discussion see http://terms.tdwg.org/wiki/dwc:measurementMethod
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:measurementMethod-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06:/DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Method or /DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/Method or /DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/Method
Term Name: MeasurementOrFact
Identifier:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Measurement Or Fact
Definition:The category of information pertaining to measurements, facts, characteristics, or assertions about a resource (instance of data record, such as Occurrence, Taxon, Location, Event).
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:superseded
Date Issued:2009-04-24
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:MeasurementOrFact-2009-04-24
Replaces:SampleAttribute-2008-11-19, EventAttribute-2008-11-19
Is Replaced By:MeasurementOrFact-2014-10-23
Class:
ABCD 2.06:Datasets/Dataset/Units/Unit/MeasurementsOrFacts or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
Term Name: MeasurementOrFact
Identifier:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Measurement or Fact
Definition:A measurement of or fact about an rdfs:Resource (http://www.w3.org/2000/01/rdf-schema#Resource).
Comment:Resources can be thought of as identifiable records or instances of classes and may include, but need not be limited to Occurrences, Organisms, MaterialSamples, Events, Locations, GeologicalContexts, Identifications, or Taxa. Examples: The weight of an organism in grams. The number of placental scars. For discussion see http://terms.tdwg.org/wiki/dwc:MeasurementOrFact
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2009-04-24
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:MeasurementOrFact-2014-10-23
Replaces:MeasurementOrFact-2009-04-24
Is Replaced By:
Class:
ABCD 2.06:Datasets/Dataset/Units/Unit/MeasurementsOrFacts or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
Term Name: measurementRemarks
Identifier:http://rs.tdwg.org/dwc/terms/measurementRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Measurement Remarks
Definition:Comments or notes accompanying the MeasurementOrFact.
Comment:Example: "tip of tail missing". For discussion see http://terms.tdwg.org/wiki/dwc:measurementRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:measurementRemarks-2009-04-24
Replaces:occurrenceMeasurementRemarks-2009-04-24, eventMeasurementRemarks-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06:not in ABCD
Term Name: measurementType
Identifier:http://rs.tdwg.org/dwc/terms/measurementType
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Measurement Type
Definition:The nature of the measurement, fact, characteristic, or assertion. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "tail length", "temperature", "trap line length", "survey area", "trap type". For discussion see http://terms.tdwg.org/wiki/dwc:measurementType
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:measurementType-2009-04-24
Replaces:SampleAttributeType-2008-11-19, EventAttributeType-2008-11-19
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
Term Name: measurementUnit
Identifier:http://rs.tdwg.org/dwc/terms/measurementUnit
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Measurement Unit
Definition:The units associated with the measurementValue. Recommended best practice is to use the International System of Units (SI).
Comment:Examples: "mm", "C", "km", "ha". For discussion see http://terms.tdwg.org/wiki/dwc:measurementUnit
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:measurementUnit-2009-04-24
Replaces:SampleAttributeUnit-2008-11-19, EventAttributeUnit-2008-11-19
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
Term Name: measurementValue
Identifier:http://rs.tdwg.org/dwc/terms/measurementValue
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Measurement Value
Definition:The value of the measurement, fact, characteristic, or assertion.
Comment:Examples: "45", "20", "1", "14.5", "UV-light". For discussion see http://terms.tdwg.org/wiki/dwc:measurementValue
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:measurementValue-2009-04-24
Replaces:SampleAttributeValue-2008-11-19, EventAttributeValue-2008-11-19
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/SiteMeasurementOrFact/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Biotope/MeasurementsOrFacts/MeasurementOrFactAtomised/UpperValue or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/UpperValue
Term Name: Member
Identifier:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/Member
Namespace:http://digir.net/schema/conceptual/darwin/extension/paleontology/1.0/
Label:Member
Definition:The full name of the lithostratigraphic member from which the cataloged item was collected.
Comment:
Refines:
Status:superseded
Date Issued:2005-07-03
Date Modified:2005-07-03
Has Domain:
Has Range:
Version:Member-2005-07-03
Replaces:
Is Replaced By:member-2009-04-24
Class:paleo
ABCD 2.06:not in ABCD
Term Name: member
Identifier:http://rs.tdwg.org/dwc/terms/member
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Member
Definition:The full name of the lithostratigraphic member from which the cataloged item was collected.
Comment:Examples: "Lava Dam Member", "Hellnmaria Member". For discussion see http://terms.tdwg.org/wiki/dwc:member
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:member-2009-04-24
Replaces:Member-2005-07-03
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
ABCD 2.06:not in ABCD
Term Name: MinimumDepth
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/MinimumDepth
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Minimum Depth
Definition:The minimum distance in meters below the surface of the water at which the collection was made; all material collected was at least this deep. Positive below the surface, negative above (e.g. collecting above sea level in tidal areas).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:MinimumDepth-2003-06-13
Replaces:
Is Replaced By:minimumDepthInMeters-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
Term Name: MinimumDepthInMeters
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/MinimumDepthInMeters
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Minimum Depth In Meters
Definition:The minimum distance in meters below the surface of the water at which the collection was made; all material collected was at least this deep. Positive below the surface, negative above (e.g., collecting above sea level in tidal areas).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:MinimumDepthInMeters-2003-06-17
Replaces:MinimumDepth-2003-06-13
Is Replaced By:minimumDepthInMeters-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
Term Name: MinimumDepthInMeters
Identifier:http://rs.tdwg.org/dwc/dwcore/MinimumDepthInMeters
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Minimum Depth In Meters
Definition:The minimum or actual depth at which the collection or observation was made. Use positive values for locations below the surface. Examples: 0 (for a depth of up to 10m). 50 (for a depth between 50m and 100m).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:MinimumDepthInMeters-2007-04-17
Replaces:MinimumDepthInMeters-2003-06-17
Is Replaced By:minimumDepthInMeters-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
Term Name: minimumDepthInMeters
Identifier:http://rs.tdwg.org/dwc/terms/minimumDepthInMeters
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Minimum Depth In Meters
Definition:The lesser depth of a range of depth below the local surface, in meters.
Comment:Example: "100". For discussion see http://terms.tdwg.org/wiki/dwc:minimumDepthInMeters
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:minimumDepthInMeters-2009-04-24
Replaces:MinimumDepthInMeters-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
Term Name: minimumDistanceAboveSurfaceInMeters
Identifier:http://rs.tdwg.org/dwc/terms/minimumDistanceAboveSurfaceInMeters
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Minimum Distance Above Surface In Meters
Definition:The lesser distance in a range of distance from a reference surface in the vertical direction, in meters. Use positive values for locations above the surface, negative values for locations below. If depth measures are given, the reference surface is the location given by the depth, otherwise the reference surface is the location given by the elevation.
Comment:Example: 1.5 meter sediment core from the bottom of a lake (at depth 20m) at 300m elevation; VerbatimElevation: "300m" MinimumElevationInMeters: "300", MaximumElevationInMeters: "300", VerbatimDepth: "20m", MinimumDepthInMeters: "20", MaximumDepthInMeters: "20", minimumDistanceAboveSurfaceInMeters: "0", maximumDistanceAboveSurfaceInMeters: "-1.5". For discussion see http://terms.tdwg.org/wiki/dwc:minimumDistanceAboveSurfaceInMeters
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:minimumDistanceAboveSurfaceInMeters-2009-04-24
Replaces:
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Height/MeasurementOrFactAtomised/LowerValue
Term Name: MinimumElevation
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/MinimumElevation
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Minimum Elevation
Definition:The minimum distance in meters above (positive) or below sea level of the collecting locality.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:MinimumElevation-2003-06-13
Replaces:
Is Replaced By:minimumElevationInMeters-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
Term Name: MinimumElevationInMeters
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/MinimumElevationInMeters
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Minimum Elevation In Meters
Definition:The minimum distance in meters above (positive) or below sea level of the collecting locality.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:MinimumElevationInMeters-2003-06-17
Replaces:MinimumElevation-2003-06-13
Is Replaced By:minimumElevationInMeters-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
Term Name: MinimumElevationInMeters
Identifier:http://rs.tdwg.org/dwc/dwcore/MinimumElevationInMeters
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Minimum Elevation In Meters
Definition:The minimum or actual elevation at which the collection or observation was made. Use negative values for locations below sea level. Examples: 75 (for an elevation of 100 +- 25 meters). 100 (for an elevation between 100m and 200m).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:MinimumElevationInMeters-2007-04-17
Replaces:MinimumElevationInMeters-2003-06-17
Is Replaced By:minimumElevationInMeters-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
Term Name: minimumElevationInMeters
Identifier:http://rs.tdwg.org/dwc/terms/minimumElevationInMeters
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Minimum Elevation In Meters
Definition:The lower limit of the range of elevation (altitude, usually above sea level), in meters.
Comment:Example: "100". For discussion see http://terms.tdwg.org/wiki/dwc:minimumElevationInMeters
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:minimumElevationInMeters-2009-04-24
Replaces:MinimumElevationInMeters-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
Term Name: month
Identifier:http://rs.tdwg.org/dwc/terms/month
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Month
Definition:The ordinal month in which the Event occurred.
Comment:Examples: "1" (=January), "10" (=October). For discussion see http://terms.tdwg.org/wiki/dwc:month
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:month-2009-04-24
Replaces:MonthCollected-2003-06-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Event
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: MonthCollected
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/MonthCollected
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Month Collected
Definition:The month of year the specimen was collected from the field. Possible values range from 01...12 inclusive
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:MonthCollected-2003-06-13
Replaces:
Is Replaced By:month-2009-04-24
Class:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: MonthCollected
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/MonthCollected
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Month Collected
Definition:The two digit month of year in the Common Era calendar during which the cataloged item was collected from the field.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:MonthCollected-2003-06-17
Replaces:MonthCollected-2003-06-13
Is Replaced By:month-2009-04-24
Class:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: MonthIdentified
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/MonthIdentified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Month Identified
Definition:The month portion of the date when the Collection Item was identified; as two digits [01..12].
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:MonthIdentified-2003-06-13
Replaces:
Is Replaced By:dateIdentified-2009-08-24
Class:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: MonthIdentified
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/MonthIdentified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Month Identified
Definition:The two digit month in the Common Era calendar during which the cataloged item was identified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:MonthIdentified-2003-06-17
Replaces:MonthIdentified-2003-06-13
Is Replaced By:dateIdentified-2009-08-24
Class:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: municipality
Identifier:http://rs.tdwg.org/dwc/terms/municipality
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Municipality
Definition:The full, unabbreviated name of the next smaller administrative region than county (city, municipality, etc.) in which the Location occurs. Do not use this term for a nearby named place that does not contain the actual location.
Comment:Examples: "Holzminden". For discussion see http://terms.tdwg.org/wiki/dwc:municipality
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-08-24
Has Domain:
Has Range:
Version:municipality-2009-08-24
Replaces:
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
Term Name: nameAccordingTo
Identifier:http://rs.tdwg.org/dwc/terms/nameAccordingTo
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Name According To
Definition:The reference to the source in which the specific taxon concept circumscription is defined or implied - traditionally signified by the Latin "sensu" or "sec." (from secundum, meaning "according to"). For taxa that result from identifications, a reference to the keys, monographs, experts and other sources should be given.
Comment:Example: "McCranie, J. R., D. B. Wake, and L. D. Wilson. 1996. The taxonomic status of Bolitoglossa schmidti, with comments on the biology of the Mesoamerican salamander Bolitoglossa dofleini (Caudata: Plethodontidae). Carib. J. Sci. 32:395-398.", "Werner Greuter 2008", "Lilljeborg 1861, Upsala Univ. Arsskrift, Math. Naturvet., pp. 4, 5". For discussion see http://terms.tdwg.org/wiki/dwc:nameAccordingTo
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/accordingTo
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-09-21
Has Domain:
Has Range:
Version:nameAccordingTo-2009-09-21
Replaces:taxonAccordingTo-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: nameAccordingToID
Identifier:http://rs.tdwg.org/dwc/terms/nameAccordingToID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Name According To ID
Definition:An identifier for the source in which the specific taxon concept circumscription is defined or implied. See nameAccordingTo.
Comment:Example: "doi:10.1016/S0269-915X(97)80026-2". For discussion see http://terms.tdwg.org/wiki/dwc:nameAccordingToID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-08-24
Date Modified:2009-09-21
Has Domain:
Has Range:
Version:nameAccordingToID-2009-09-21
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: namePublicationID
Identifier:http://rs.tdwg.org/dwc/terms/namePublicationID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Name Publication ID
Definition:A resolvable globally unique identifier for the original publication of the scientificName.
Comment:Example: "http://hdl.handle.net/10199/7"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:superseded
Date Issued:2009-05-18
Date Modified:2009-05-18
Has Domain:
Has Range:
Version:namePublicationID-2009-05-18
Replaces:
Is Replaced By:namePublishedInID-2009-09-21
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: namePublishedIn
Identifier:http://rs.tdwg.org/dwc/terms/namePublishedIn
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Name Published In
Definition:A full reference to the original publication of the scientificName.
Comment:Examples: "Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388", "Forel, Auguste, Diagnosies provisoires de quelques espèces nouvelles de fourmis de Madagascar, récoltées par M. Grandidier., Annales de la Societe Entomologique de Belgique, Comptes-rendus des Seances 30, 1886"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/bibliographicCitation
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:namePublishedIn-2009-04-24
Replaces:
Is Replaced By:namePublishedIn-2009-09-21
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation
Term Name: namePublishedIn
Identifier:http://rs.tdwg.org/dwc/terms/namePublishedIn
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Name Published In
Definition:A reference for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode.
Comment:Examples: "Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388", "Forel, Auguste, Diagnosies provisoires de quelques espèces nouvelles de fourmis de Madagascar, récoltées par M. Grandidier., Annales de la Societe Entomologique de Belgique, Comptes-rendus des Seances 30, 1886". For discussion see http://terms.tdwg.org/wiki/dwc:namePublishedIn
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/bibliographicCitation
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-09-21
Has Domain:
Has Range:
Version:namePublishedIn-2009-09-21
Replaces:namePublishedIn-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation
Term Name: namePublishedInID
Identifier:http://rs.tdwg.org/dwc/terms/namePublishedInID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Name Published In ID
Definition:An identifier for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode.
Comment:Example: "http://hdl.handle.net/10199/7". For discussion see http://terms.tdwg.org/wiki/dwc:namePublishedInID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-05-18
Date Modified:2009-09-21
Has Domain:
Has Range:
Version:namePublishedInID-2009-09-21
Replaces:namePublicationID-2009-05-18
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: namePublishedInYear
Identifier:http://rs.tdwg.org/dwc/terms/namePublishedInYear
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Name Published In Year
Definition:The four-digit year in which the scientificName was published.
Comment:Examples: "1915", "2008". For discussion see http://terms.tdwg.org/wiki/dwc:namePublishedInYear
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2011-10-16
Date Modified:2011-10-16
Has Domain:
Has Range:
Decision:Decision-2011-10-16_8
Version:namePublishedInYear-2011-10-16
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: NomenclaturalChecklist
Identifier:http://rs.tdwg.org/dwc/dwctype/NomenclaturalChecklist
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:Nomenclatural Checklist
Definition:A resource describing a nomenclatural checklist.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:deprecated
Date Issued:2009-01-23
Date Modified:2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:NomenclaturalChecklist-2009-01-23
Replaces:
Is Replaced By:
Class:
ABCD 2.06:not in ABCD
Term Name: NomenclaturalCode
Identifier:http://rs.tdwg.org/dwc/dwcore/NomenclaturalCode
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Nomenclatural Code
Definition:The nomenclatural code under which the ScientificName is constructed. Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode"
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:NomenclaturalCode-2007-04-17
Replaces:
Is Replaced By:nomenclaturalCode-2009-09-21
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code
Term Name: nomenclaturalCode
Identifier:http://rs.tdwg.org/dwc/terms/nomenclaturalCode
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Nomenclatural Code
Definition:The nomenclatural code under which the scientificName is constructed. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:nomenclaturalCode-2009-04-24
Replaces:NomenclaturalCode-2007-04-17
Is Replaced By:nomenclaturalCode-2009-09-21
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code
Term Name: nomenclaturalCode
Identifier:http://rs.tdwg.org/dwc/terms/nomenclaturalCode
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Nomenclatural Code
Definition:The nomenclatural code (or codes in the case of an ambiregnal name) under which the scientificName is constructed. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode", "ICZN; ICBN". For discussion see http://terms.tdwg.org/wiki/dwc:nomenclaturalCode
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-09-21
Has Domain:
Has Range:
Version:nomenclaturalCode-2009-09-21
Replaces:NomenclaturalCode-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/Code
Term Name: nomenclaturalStatus
Identifier:http://rs.tdwg.org/dwc/terms/nomenclaturalStatus
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Nomenclatural Status
Definition:The status related to the original publication of the name and its conformance to the relevant rules of nomenclature. It is based essentially on an algorithm according to the business rules of the code. It requires no taxonomic opinion.
Comment:Examples: "nom. ambig.", "nom. illeg.", "nom. subnud.". For discussion see http://terms.tdwg.org/wiki/dwc:nomenclaturalStatus
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-01-18
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:nomenclaturalStatus-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:(DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation) pro parte
Term Name: Notes
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Notes
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Notes
Definition:Free text notes attached to the specimen record
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Notes-2003-06-13
Replaces:
Is Replaced By:occurrenceRemarks-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Notes
Term Name: ObservedIndividualCount
Identifier:http://www.iobis.org/obis/ObservedIndividualCount
Namespace:http://www.iobis.org/obis/
Label:Observed Individual Count
Definition:The number of individuals (abundance) found in a collection/record event.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:ObservedIndividualCount-2005-07-10
Replaces:
Is Replaced By:individualCount-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
Term Name: ObservedWeight
Identifier:http://www.iobis.org/obis/ObservedWeight
Namespace:http://www.iobis.org/obis/
Label:Observed Weight
Definition:The total biomass found in a collection/record event. Expressed as kg.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:ObservedWeight-2005-07-10
Replaces:
Is Replaced By:dynamicProperties-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
Term Name: Occurrence
Identifier:http://rs.tdwg.org/dwc/dwctype/Occurrence
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:Occurrence
Definition:A resource describing an instance of the Occurrence class.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://purl.org/dc/dcmitype/Event
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:Occurrence-2009-04-24
Replaces:
Is Replaced By:Occurrence-2011-10-16
Class:
ABCD 2.06:not in ABCD
Term Name: Occurrence
Identifier:http://rs.tdwg.org/dwc/terms/Occurrence
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Occurrence
Definition:The category of information pertaining to evidence of an occurrence in nature, in a collection, or in a dataset (specimen, observation, etc.).
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:Occurrence-2009-04-29
Replaces:Sample-2008-11-19
Is Replaced By:Occurrence-2014-10-23
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit
Term Name: Occurrence
Identifier:http://rs.tdwg.org/dwc/dwctype/Occurrence
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:Occurrence
Definition:A resource describing an instance of the Occurrence class.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:Occurrence-2011-10-16
Replaces:Occurrence-2009-04-24
Is Replaced By:Occurrence-2014-10-23
Class:
ABCD 2.06:not in ABCD
Term Name: Occurrence
Identifier:http://rs.tdwg.org/dwc/terms/Occurrence
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Occurrence
Definition:An existence of an Organism (sensu http://rs.tdwg.org/dwc/terms/Organism) at a particular place at a particular time.
Comment:Examples: A wolf pack on the shore of Kluane Lake in 1988. A virus in a plant leaf in a the New York Botanical Garden at 15:29 on 2014-10-23. A fungus in Central Park in the summer of 1929. For discussion see http://terms.tdwg.org/wiki/dwc:Occurrence
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:Occurrence-2014-10-23
Replaces:Occurrence-2009-04-29
Is Replaced By:
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit
Term Name: occurrenceAttributes
Identifier:http://rs.tdwg.org/dwc/terms/occurrenceAttributes
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Occurrence Attributes
Definition:A list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the Occurrence.
Comment:Examples: "Tragus length: 14mm; Weight: 120g", "Height: 1-1.5 meters tall; flowers yellow; uncommon".
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:occurrenceAttributes-2009-04-24
Replaces:Attributes-2007-04-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts
Term Name: occurrenceDetails
Identifier:http://rs.tdwg.org/dwc/terms/occurrenceDetails
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Occurrence Details
Definition:A reference (publication, URI) to the most detailed information available about the Occurrence.
Comment:Example: "http://mvzarctos.berkeley.edu/guid/MVZ:Mamm:165861"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2011-10-16
Has Domain:
Has Range:
Decision:Decision-2011-10-16_7
Version:occurrenceDetails-2009-04-24
Replaces:RelatedInformation-2007-04-17
Is Replaced By:http://dublincore.org/documents/dcmi-terms/#terms-references
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordURI
Term Name: occurrenceID
Identifier:http://rs.tdwg.org/dwc/terms/occurrenceID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Occurrence ID
Definition:An identifier for the Occurrence (as opposed to a particular digital record of the occurrence). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the occurrenceID globally unique.
Comment:For a specimen in the absence of a bona fide global unique identifier, for example, use the form: "urn:catalog:[institutionCode]:[collectionCode]:[catalogNumber]. Examples: "urn:lsid:nhm.ku.edu:Herps:32", "urn:catalog:FMNH:Mammal:145732". For discussion see http://terms.tdwg.org/wiki/dwc:occurrenceID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:occurrenceID-2009-04-24
Replaces:GlobalUniqueIdentifier-2007-04-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/UnitGUID
Term Name: OccurrenceMeasurement
Identifier:http://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Occurrence Measurement
Definition:The category of information pertaining to measurements accociated with an occurrence.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:OccurrenceMeasurement-2008-11-19
Replaces:
Is Replaced By:MeasurementOrFact-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:Datasets/Dataset/Units/Unit/MeasurementsOrFacts
Term Name: occurrenceMeasurementAccuracy
Identifier:http://rs.tdwg.org/dwc/terms/occurrenceMeasurementAccuracy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Occurrence Measurement Accuracy
Definition:The description of the error associated with the occurrenceAttributeValue.
Comment:Example: "0.01", "normal distribution with variation of 2 m"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/accuracy
Status:deprecated
Date Issued:2009-01-18
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:occurrenceMeasurementAccuracy-2009-04-24
Replaces:SampleAttributeAccuracy-2009-01-18
Is Replaced By:measurementAccuracy-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy
Term Name: occurrenceMeasurementDeterminedBy
Identifier:http://rs.tdwg.org/dwc/terms/occurrenceMeasurementDeterminedBy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Occurrence Measurement Determined By
Definition:The agent responsible for having determined the value of the measurement or characteristic of the occurrence.
Comment:Example: "Javier de la Torre"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/accordingTo
Status:deprecated
Date Issued:2009-01-23
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:occurrenceMeasurementDeterminedBy-2009-04-24
Replaces:SampleAttributeDeterminedBy-2009-01-23
Is Replaced By:measurementDeterminedBy-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy
Term Name: occurrenceMeasurementDeterminedDate
Identifier:http://rs.tdwg.org/dwc/terms/occurrenceMeasurementDeterminedDate
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Occurrence Measurement Determined Date
Definition:The date on which the the measurement or characteristic of the occurrence was made. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
Comment:Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007.
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:deprecated
Date Issued:2009-01-23
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:occurrenceMeasurementDeterminedDate-2009-04-24
Replaces:SampleAttributeDeterminedDate-2009-01-23
Is Replaced By:measurementDeterminedDate-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime
Term Name: occurrenceMeasurementID
Identifier:http://rs.tdwg.org/dwc/terms/occurrenceMeasurementID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Occurrence Measurement ID
Definition:An identifier for the occurrence attribute. May be a global unique identifier or an identifier specific to the data set.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:deprecated
Date Issued:2009-03-06
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:occurrenceMeasurementID-2009-04-24
Replaces:SamplingAttributeID-2008-11-19
Is Replaced By:measurementID-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06:not in ABCD
Term Name: occurrenceMeasurementRemarks
Identifier:http://rs.tdwg.org/dwc/terms/occurrenceMeasurementRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Occurrence Measurement Remarks
Definition:Comments or notes accompanying the measurement or characteristic of the occurrence.
Comment:Example: "tip of tail missing"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:occurrenceMeasurementRemarks-2009-04-24
Replaces:
Is Replaced By:measurementRemarks-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06:not in ABCD
Term Name: occurrenceMeasurementType
Identifier:http://rs.tdwg.org/dwc/terms/occurrenceMeasurementType
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Occurrence Measurement Type
Definition:The nature of the measurement or characteristic of the occurrence. Recommended best practice is to use a controlled vocabulary.
Comment:Example: "tail length"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:occurrenceMeasurementType-2009-04-24
Replaces:SamplingAttributeType-2008-11-19
Is Replaced By:measurementType-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
Term Name: occurrenceMeasurementUnit
Identifier:http://rs.tdwg.org/dwc/terms/occurrenceMeasurementUnit
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Occurrence Measurement Unit
Definition:The units for the value of the measurement or characteristic of the occurrence. Recommended best practice is to use International System of Units (SI) units.
Comment:Example: "mm"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:occurrenceMeasurementUnit-2009-04-24
Replaces:SampleAttributeUnit-2008-11-19
Is Replaced By:measurementUnit-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
Term Name: occurrenceMeasurementValue
Identifier:http://rs.tdwg.org/dwc/terms/occurrenceMeasurementValue
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Occurrence Measurement Value
Definition:The value of the measurement or characteristic of the occurrence.
Comment:Example: "45"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:occurrenceMeasurementValue-2009-04-24
Replaces:SampleAttributeValue-2008-11-19
Is Replaced By:measurementValue-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/OccurrenceMeasurement
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue
Term Name: occurrenceRemarks
Identifier:http://rs.tdwg.org/dwc/terms/occurrenceRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Occurrence Remarks
Definition:Comments or notes about the Occurrence.
Comment:Example: "found dead on road". For discussion see http://terms.tdwg.org/wiki/dwc:occurrenceRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:occurrenceRemarks-2009-04-24
Replaces:SampleRemarks-2009-01-18
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/Notes
Term Name: occurrenceStatus
Identifier:http://rs.tdwg.org/dwc/terms/occurrenceStatus
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Occurrence Status
Definition:A statement about the presence or absence of a Taxon at a Location. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "present", "absent". For discussion see http://terms.tdwg.org/wiki/dwc:occurrenceStatus
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-09-17
Date Modified:2009-09-17
Has Domain:
Has Range:
Version:occurrenceStatus-2009-09-17
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:not in ABCD
Term Name: Order
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Order
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Order
Definition:The order name of the organism
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Order-2003-06-13
Replaces:
Is Replaced By:order-2009-08-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
Term Name: Order
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Order
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Order
Definition:The phylogenetic order to which the cataloged item belongs.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Order-2003-06-17
Replaces:Order-2003-06-13
Is Replaced By:order-2009-08-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
Term Name: Order
Identifier:http://rs.tdwg.org/dwc/dwcore/Order
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Order
Definition:The name of the order in which the organism is classified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Order-2007-04-17
Replaces:Order-2003-06-17
Is Replaced By:order-2009-08-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
Term Name: order
Identifier:http://rs.tdwg.org/dwc/terms/order
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Order
Definition:The name of the order in which the scientificName is classified.
Comment:Example: "Rodentia"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:order-2009-04-24
Replaces:Order-2007-04-17
Is Replaced By:order-2009-08-24
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
Term Name: order
Identifier:http://rs.tdwg.org/dwc/terms/order
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Order
Definition:The full scientific name of the order in which the taxon is classified.
Comment:Examples: "Carnivora", "Monocleales". For discussion see http://terms.tdwg.org/wiki/dwc:order
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-08-24
Has Domain:
Has Range:
Version:order-2009-08-24
Replaces:order-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo
Term Name: Organism
Identifier:http://rs.tdwg.org/dwc/terms/Organism
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Organism
Definition:A particular organism or defined group of organisms considered to be taxonomically homogeneous.
Comment:Instances of the Organism class are intended to facilitate linking of one or more Identification instances to one or more Occurrence instances. Therefore, things that are typically assigned scientific names (such as viruses, hybrids, and lichens) and aggregates whose occurrences are typically recorded (such as packs, clones, and colonies) are included in the scope of this class. For discussion see http://terms.tdwg.org/wiki/dwc:Organism
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2014-10-23
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_14
Version:Organism-2014-10-23
Replaces:
Is Replaced By:
Class:
ABCD 2.06:not in ABCD
Term Name: organismID
Identifier:http://rs.tdwg.org/dwc/terms/organismID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Organism ID
Definition:An identifier for the Organism instance (as opposed to a particular digital record of the Organism). May be a globally unique identifier or an identifier specific to the data set.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:organismID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2014-10-23
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_14
Version:organismID-2014-10-23
Replaces:individualID-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Organism
ABCD 2.06:not in ABCD
Term Name: organismName
Identifier:http://rs.tdwg.org/dwc/terms/organismName
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Organism Name
Definition:A textual name or label assigned to an Organism instance.
Comment:Examples: "Huberta", "Boab Prison Tree", "J pod". For discussion see http://terms.tdwg.org/wiki/dwc:organismName
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2014-10-23
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_14
Version:organismName-2014-10-23
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Organism
ABCD 2.06:not in ABCD
Term Name: organismRemarks
Identifier:http://rs.tdwg.org/dwc/terms/organismRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Organism Remarks
Definition:Comments or notes about the Organism instance.
Comment:Example: "One of a litter of six.". For discussion see http://terms.tdwg.org/wiki/dwc:organismRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2014-10-23
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_14
Version:organismRemarks-2014-10-23
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Organism
ABCD 2.06:not in ABCD
Term Name: organismScope
Identifier:http://rs.tdwg.org/dwc/terms/organismScope
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Organism Scope
Definition:A description of the kind of Organism instance. Can be used to indicate whether the Organism instance represents a discrete organism or if it represents a particular type of aggregation. Recommended best practice is to use a controlled vocabulary.
Comment:This term is not intended to be used to specify a type of taxon. To describe the kind of Organism using a URI object in RDF, use rdf:type (http://www.w3.org/1999/02/22-rdf-syntax-ns#type) instead. Examples: "multicellular organism", "virus", "clone" "pack", "colony) instead. Examples: "multicellular organism", "virus", "clone" "pack", "colony". For discussion see http://terms.tdwg.org/wiki/dwc:organismScope
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2014-10-23
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_14
Version:organismScope-2014-10-23
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Organism
ABCD 2.06:not in ABCD
Term Name: OriginalCoordinateSystem
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/OriginalCoordinateSystem
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Original Coordinate System
Definition:The name of the system in which the original geographic coordinates were recorded (e.g., "decimal degrees", "degrees minutes seconds", "UTM", etc.).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:OriginalCoordinateSystem-2003-06-17
Replaces:
Is Replaced By:verbatimCoordinateSystem-2009-04-24
Class:
ABCD 2.06:(partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
Term Name: originalNameUsage
Identifier:http://rs.tdwg.org/dwc/terms/originalNameUsage
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Original Name Usage
Definition:The taxon name, with authorship and date information if known, as it originally appeared when first established under the rules of the associated nomenclaturalCode. The basionym (botany) or basonym (bacteriology) of the scientificName or the senior/earlier homonym for replaced names.
Comment:Examples: "Pinus abies", "Gasterosteus saltatrix Linnaeus 1768". For discussion see http://terms.tdwg.org/wiki/dwc:originalNameUsage
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-09-21
Has Domain:
Has Range:
Version:originalNameUsage-2009-09-21
Replaces:basionym-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: originalNameUsageID
Identifier:http://rs.tdwg.org/dwc/terms/originalNameUsageID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Original Name Usage ID
Definition:An identifier for the name usage (documented meaning of the name according to a source) in which the terminal element of the scientificName was originally established under the rules of the associated nomenclaturalCode.
Comment:Example: "http://species.gbif.org/abies_alba_1753". For discussion see http://terms.tdwg.org/wiki/dwc:originalNameUsageID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-01-21
Date Modified:2009-09-21
Has Domain:
Has Range:
Version:originalNameUsageID-2009-09-21
Replaces:basionymID-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: OtherCatalogNumbers
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/OtherCatalogNumbers
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Other Catalog Numbers
Definition:A list of previous or alternative fully qualified catalog numbers of the cataloged item whether in the current collection or in any other.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:OtherCatalogNumbers-2003-06-17
Replaces:PreviousCatalogNumber-2003-06-13
Is Replaced By:otherCatalogNumbers-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
Term Name: OtherCatalogNumbers
Identifier:http://rs.tdwg.org/dwc/curatorial/OtherCatalogNumbers
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:Other Catalog Numbers
Definition:A list of previous or alternative fully qualified catalog numbers for the same object or observation, whether in the current collection or in any other.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:OtherCatalogNumbers-2007-04-17
Replaces:OtherCatalogNumbers-2003-06-17
Is Replaced By:otherCatalogNumbers-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
Term Name: otherCatalogNumbers
Identifier:http://rs.tdwg.org/dwc/terms/otherCatalogNumbers
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Other Catalog Numbers
Definition:A list (concatenated and separated) of previous or alternate fully qualified catalog numbers or other human-used identifiers for the same Occurrence, whether in the current or any other data set or collection.
Comment:Examples: "FMNH:Mammal:1234", "NPS YELLO6778; MBG 33424"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:otherCatalogNumbers-2009-04-24
Replaces:OtherCatalogNumbers-2007-04-17
Is Replaced By:otherCatalogNumbers-2014-10-23
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
Term Name: otherCatalogNumbers
Identifier:http://rs.tdwg.org/dwc/terms/otherCatalogNumbers
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Other Catalog Numbers
Definition:A list (concatenated and separated) of previous or alternate fully qualified catalog numbers or other human-used identifiers for the same Occurrence, whether in the current or any other data set or collection.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "FMNH:Mammal:1234", "NPS YELLO6778 | MBG 33424". For discussion see http://terms.tdwg.org/wiki/dwc:otherCatalogNumbers
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:otherCatalogNumbers-2014-10-23
Replaces:otherCatalogNumbers-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
Term Name: ownerInstitutionCode
Identifier:http://rs.tdwg.org/dwc/terms/ownerInstitutionCode
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Owner Institution Code
Definition:The name (or acronym) in use by the institution having ownership of the object(s) or information referred to in the record.
Comment:Examples: "NPS", "APN", "InBio". For discussion see http://terms.tdwg.org/wiki/dwc:ownerInstitutionCode
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-08-24
Date Modified:2013-10-04
Has Domain:
Has Range:
Version:ownerInstitutionCode-2009-08-24
Replaces:
Is Replaced By:
Class:all
ABCD 2.06:not in ABCD
Term Name: parentNameUsage
Identifier:http://rs.tdwg.org/dwc/terms/parentNameUsage
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Parent Name Usage
Definition:The full name, with authorship and date information if known, of the direct, most proximate higher-rank parent taxon (in a classification) of the most specific element of the scientificName.
Comment:Examples: "Rubiaceae", "Gruiformes", "Testudinae". For discussion see http://terms.tdwg.org/wiki/dwc:parentNameUsage
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-08-24
Date Modified:2009-09-21
Has Domain:
Has Range:
Version:parentNameUsage-2009-09-21
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName
Term Name: parentNameUsageID
Identifier:http://rs.tdwg.org/dwc/terms/parentNameUsageID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Parent Name Usage ID
Definition:An identifier for the name usage (documented meaning of the name according to a source) of the direct, most proximate higher-rank parent taxon (in a classification) of the most specific element of the scientificName.
Comment:Example: "8fa58e08-08de-4ac1-b69c-1235340b7001". For discussion see http://terms.tdwg.org/wiki/dwc:parentNameUsageID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-01-21
Date Modified:2009-09-21
Has Domain:
Has Range:
Version:parentNameUsageID-2009-09-21
Replaces:higherTaxonNameID-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: Phylum
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Phylum
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Phylum
Definition:The phylum (or division) to which the organism belongs
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Phylum-2003-06-13
Replaces:
Is Replaced By:phylum-2009-08-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
Term Name: Phylum
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Phylum
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Phylum
Definition:The phylogenetic phylum (or division) to which the cataloged item belongs.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Phylum-2003-06-17
Replaces:Phylum-2003-06-13
Is Replaced By:phylum-2009-08-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
Term Name: Phylum
Identifier:http://rs.tdwg.org/dwc/dwcore/Phylum
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Phylum
Definition:The name of the phylum (or division) in which the organism is classified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Phylum-2007-04-17
Replaces:Phylum-2003-06-17
Is Replaced By:phylum-2009-08-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
Term Name: phylum
Identifier:http://rs.tdwg.org/dwc/terms/phylum
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Phylum
Definition:The name of the phlyum (or division) in which the scientificName is classified.
Comment:Example: "Chordata"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:phylum-2009-04-24
Replaces:Phylum-2007-04-17
Is Replaced By:phylum-2009-08-24
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
Term Name: phylum
Identifier:http://rs.tdwg.org/dwc/terms/phylum
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Phylum
Definition:The full scientific name of the phylum or division in which the taxon is classified.
Comment:Examples: "Chordata" (phylum), "Bryophyta" (division). For discussion see http://terms.tdwg.org/wiki/dwc:phylum
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-08-24
Has Domain:
Has Range:
Version:phylum-2009-08-24
Replaces:phylum-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = phylum
Term Name: PointRadiusSpatialFit
Identifier:http://rs.tdwg.org/dwc/geospatial/PointRadiusSpatialFit
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:Point Radius Spatial Fit
Definition:A measure of how well the circle defined by the coordinates and uncertainty match the original spatial representation, as a ratio of the area of the circle to the area of the original spatial representation. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given georeference does not completely contain the original representation. The PointRadiusSpatialFit is undefined if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the PointRadiusSpatialFit is 1. Detailed explanations with graphical examples can be found in the Guide to Best Practices for Georeferencing (Chapman and Wieczorek, eds. 2006).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:PointRadiusSpatialFit-2007-04-17
Replaces:
Is Replaced By:pointRadiusSpatialFit-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit
Term Name: pointRadiusSpatialFit
Identifier:http://rs.tdwg.org/dwc/terms/pointRadiusSpatialFit
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Point Radius Spatial Fit
Definition:The ratio of the area of the point-radius (decimalLatitude, decimalLongitude, coordinateUncertaintyInMeters) to the area of the true (original, or most specific) spatial representation of the Location. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given point-radius does not completely contain the original representation. The pointRadiusSpatialFit is undefined (and should be left blank) if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the pointRadiusSpatialFit is 1.
Comment:Detailed explanations with graphical examples can be found in the "Guide to Best Practices for Georeferencing", Chapman and Wieczorek, eds. 2006. For discussion see http://terms.tdwg.org/wiki/dwc:pointRadiusSpatialFit
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Version:pointRadiusSpatialFit-2009-04-24
Replaces:PointRadiusSpatialFit-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/PointRadiusSpatialFit
Term Name: Preparations
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Preparations
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Preparations
Definition:A concatenated list of preparations and preservation methods (skin, skull, skeleton, whole animal (ETOH), slide, etc.) for the cataloged item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Preparations-2003-06-17
Replaces:PreparationType-2003-06-13
Is Replaced By:preparations-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
Term Name: Preparations
Identifier:http://rs.tdwg.org/dwc/curatorial/Preparations
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:Preparations
Definition:A concatenated list of preparations and preservation methods for the object. Examples: "skin", "skull", "skeleton", "whole animal (ETOH)", "tissue (EDTA)".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Preparations-2007-04-17
Replaces:Preparations-2003-06-17
Is Replaced By:preparations-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
Term Name: preparations
Identifier:http://rs.tdwg.org/dwc/terms/preparations
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Preparations
Definition:A list (concatenated and separated) of preparations and preservation methods for a specimen.
Comment:Examples: "skin; skull; skeleton", "whole animal (ETOH); tissue (EDTA)", "fossil", "cast", "photograph", "DNA extract"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:preparations-2009-04-24
Replaces:Preparations-2007-04-17
Is Replaced By:preparations-2014-10-23
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
Term Name: preparations
Identifier:http://rs.tdwg.org/dwc/terms/preparations
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Preparations
Definition:A list (concatenated and separated) of preparations and preservation methods for a specimen.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "fossil", "cast", "photograph", "DNA extract", "skin | "skull | skeleton", "whole animal (ETOH) | tissue (EDTA)". For discussion see http://terms.tdwg.org/wiki/dwc:preparations
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:preparations-2014-10-23
Replaces:preparations-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
Term Name: PreparationType
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/PreparationType
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Preparation Type
Definition:The type of preparation (skin. slide, etc). Probably best to add this as a record element rather than access point. Should be a list of preparations for a single collection record.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:PreparationType-2003-06-13
Replaces:
Is Replaced By:preparations-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
Term Name: PreservedSpecimen
Identifier:http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:Preserved Specimen
Definition:A resource describing a preserved specimen.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:http://rs.tdwg.org/dwc/dwctype/Occurrence
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Version:PreservedSpecimen-2008-11-19
Replaces:
Is Replaced By:PreservedSpecimen-2011-10-16
Class:
ABCD 2.06:RecordBasisEnum/PreservedSpecimen
Term Name: PreservedSpecimen
Identifier:http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:Preserved Specimen
Definition:A resource describing a preserved specimen.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:PreservedSpecimen-2011-10-16
Replaces:PreservedSpecimen-2008-11-19
Is Replaced By:PreservedSpecimen-2014-10-23
Class:
ABCD 2.06:RecordBasisEnum/PreservedSpecimen
Term Name: PreservedSpecimen
Identifier:http://rs.tdwg.org/dwc/terms/PreservedSpecimen
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Preserved Specimen
Definition:A specimen that has been preserved.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:PreservedSpecimen
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2014-10-23
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:PreservedSpecimen-2014-10-23
Replaces:PreservedSpecimen-2011-10-16
Is Replaced By:
Class:
ABCD 2.06:RecordBasisEnum/PreservedSpecimen
Term Name: PreviousCatalogNumber
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/PreviousCatalogNumber
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Previous Catalog Number
Definition:The previous (fully qualified) catalog number of the Cataloged Item if the item earlier identified by another Catalog Number, either in the current catalog or another Institution / catalog. A fully qualified Catalog Number is preceded by Institution Code and Collection Code, with a space separating the each subelement. Referencing a previous Catalog Number does not imply that a record for the referenced item is or is not present in the corresponding catalog, or even that the referenced catalog still exists. This access point is intended to provide a way to retrieve this record by previously used identifier, which may used in the literature. In future versions of this schema this attribute should be set-valued.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:PreviousCatalogNumber-2003-06-13
Replaces:
Is Replaced By:otherCatalogNumbers-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/History/PreviousUnitsText
Term Name: PreviousIdentifications
Identifier:http://rs.tdwg.org/dwc/terms/PreviousIdentifications
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Previous Identifications
Definition:A list (concatenated and separated) of previous ScientificNames to which the sample was identified.
Comment:Example: "Anthus correndera".
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:PreviousIdentifications-2008-11-19
Replaces:
Is Replaced By:previousIdentifications-2009-05-18
Class:http://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false
Term Name: previousIdentifications
Identifier:http://rs.tdwg.org/dwc/terms/previousIdentifications
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Previous Identifications
Definition:A list (concatenated and separated) of previous assignments of names to the subject.
Comment:Example: "Anthus sp., field ID by G. Iglesias; Anthus correndera, expert ID by C. Cicero 2009-02-12 based on morphology"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:previousIdentifications-2009-04-24
Replaces:PreviousIdentifications-2008-11-19
Is Replaced By:previousIdentifications-2009-05-18
Class:http://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false
Term Name: previousIdentifications
Identifier:http://rs.tdwg.org/dwc/terms/previousIdentifications
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Previous Identifications
Definition:A list (concatenated and separated) of previous assignments of names to the Occurrence.
Comment:Example: "Anthus sp., field ID by G. Iglesias; Anthus correndera, expert ID by C. Cicero 2009-02-12 based on morphology"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-05-18
Has Domain:
Has Range:
Version:previousIdentifications-2009-05-18
Replaces:previousIdentifications-2009-04-24
Is Replaced By:previousIdentifications-2014-10-23
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false
Term Name: previousIdentifications
Identifier:http://rs.tdwg.org/dwc/terms/previousIdentifications
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Previous Identifications
Definition:A list (concatenated and separated) of previous assignments of names to the Organism.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Chalepidae", "Pinus abies", "Anthus sp., field ID by G. Iglesias | Anthus correndera, expert ID by C. Cicero 2009-02-12 based on morphology". For discussion see http://terms.tdwg.org/wiki/dwc:previousIdentifications
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:previousIdentifications-2014-10-23
Replaces:previousIdentifications-2009-05-18
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Organism
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification with PreferredFlag = false
Term Name: recordedBy
Identifier:http://rs.tdwg.org/dwc/terms/recordedBy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Recorded By
Definition:A list (concatenated and separated) of names of people, groups, or organizations responsible for recording the original Occurrence. The primary collector or observer, especially one who applies a personal identifier (recordNumber), should be listed first.
Comment:Example: "Oliver P. Pearson; Anita K. Pearson" where the value in recordNumber "OPP 7101" corresponds to the number for the specimen in the field catalog (collector number) of Oliver P. Pearson.
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/accordingTo
Status:superseded
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:recordedBy-2009-04-24
Replaces:Collector-2007-04-17
Is Replaced By:recordedBy-2014-10-23
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
Term Name: recordedBy
Identifier:http://rs.tdwg.org/dwc/terms/recordedBy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Recorded By
Definition:A list (concatenated and separated) of names of people, groups, or organizations responsible for recording the original Occurrence. The primary collector or observer, especially one who applies a personal identifier (recordNumber), should be listed first.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). The primary collector or observer, especially one who applies a personal identifier (recordNumber), should be listed first. Examples: "José E. Crespo", "Oliver P. Pearson | Anita K. Pearson" where the value in recordNumber "OPP 7101" corresponds to the number for the specimen in the field catalog (collector number) of Oliver P. Pearson. For discussion see http://terms.tdwg.org/wiki/dwc:recordedBy
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/accordingTo
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:recordedBy-2014-10-23
Replaces:recordedBy-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/GatheringAgents/GatheringAgentsText
Term Name: recordNumber
Identifier:http://rs.tdwg.org/dwc/terms/recordNumber
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Record Number
Definition:An identifier given to the Occurrence at the time it was recorded. Often serves as a link between field notes and an Occurrence record, such as a specimen collector's number.
Comment:Example: "OPP 7101". For discussion see http://terms.tdwg.org/wiki/dwc:recordNumber
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-05-18
Has Domain:
Has Range:
Version:recordNumber-2009-04-24
Replaces:CollectorNumber-2007-04-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/CollectorsFieldNumber
Term Name: RecordURL
Identifier:http://www.iobis.org/obis/RecordURL
Namespace:http://www.iobis.org/obis/
Label:Record URL
Definition:Gives the web address of the page where more information on this particular record (not on the whole dataset) can be found.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:RecordURL-2005-07-10
Replaces:
Is Replaced By:occurrenceDetails-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordURI
Term Name: RelatedBasisOfRecord
Identifier:http://rs.tdwg.org/dwc/terms/RelatedBasisOfRecord
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Related Basis of Record
Definition:The nature of the related resource. Recommended best practice is to use the same controlled vocabulary as for basisOfRecord.
Comment:Example: "PreservedSpecimen"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2009-01-26
Has Domain:
Has Range:
Version:RelatedBasisOfRecord-2008-11-19
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06:not in ABCD
Term Name: RelatedCatalogedItems
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/RelatedCatalogedItems
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Related Cataloged Items
Definition:The fully qualified identifier (Institution Code + " " + Collection Code + " " + Catalog Number) of the related Cataloged Item, preceded by the nature of the relationship (e.g., (sibling of) MVZ Mamm 1234).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:RelatedCatalogedItems-2003-06-17
Replaces:RelatedCatalogItem-2003-06-13
Is Replaced By:associatedOccurrences-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
Term Name: RelatedCatalogedItems
Identifier:http://rs.tdwg.org/dwc/curatorial/RelatedCatalogedItems
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:Related Cataloged Items
Definition:One or more GlobalUniqueIdentifiers (cf. http://wiki.tdwg.org/twiki/bin/view/DarwinCore/GlobalUniqueIdentifier ) of related objects or observations, optionally preceded by the nature of the relationship. Examples: "(sibling of) URN:catalog:MVZ:Mammal:1234", "(endoparasite of) URN:catalog:FMNH:Bird:41321", "(sheet 2 of 2) URN:WTU:VascularPlants:353087".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:RelatedCatalogedItems-2007-04-17
Replaces:RelatedCatalogedItems-2003-06-17
Is Replaced By:associatedOccurrences-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
Term Name: RelatedCatalogItem
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/RelatedCatalogItem
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Related Cataloged Item
Definition:The fully qualified identifier of a related Catalog Item (a reference to another specimen); Institution Code, Collection Code, and Catalog Number of the related Cataloged Item, where a space separates the three subelements.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:RelatedCatalogItem-2003-06-13
Replaces:
Is Replaced By:associatedOccurrences-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
Term Name: RelatedInformation
Identifier:http://rs.tdwg.org/dwc/dwcore/RelatedInformation
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Related Information
Definition:Free text references to information not delivered via the conceptual schema, including URLs to specimen details, publications, bibliographic references, etc.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:RelatedInformation-2007-04-17
Replaces:RecordURL-2005-07-10
Is Replaced By:occurrenceDetails-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/RecordURI
Term Name: relatedResourceID
Identifier:http://rs.tdwg.org/dwc/terms/relatedResourceID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Related Resource ID
Definition:An identifier for a related resource (the object, rather than the subject of the relationship).
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:relatedResourceID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:relatedResourceID-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitSourceName + DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociatedUnitID
Term Name: relatedResourceType
Identifier:http://rs.tdwg.org/dwc/terms/relatedResourceType
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Related Resource Type
Definition:The type of the related resource. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "StillImage", "MovingImage", "Sound", PhysicalObject", "PreservedSpecimen", FossilSpecimen", LivingSpecimen", "HumanObservation", "MachineObservation", "Location", "Taxonomy", "NomeclaturalChecklist", "Publication"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:relatedResourceType-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06:not in ABCD
Term Name: relationshipAccordingTo
Identifier:http://rs.tdwg.org/dwc/terms/relationshipAccordingTo
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Relationship According To
Definition:The source (person, organization, publication, reference) establishing the relationship between the two resources.
Comment:Example: "Julie Woodruff". For discussion see http://terms.tdwg.org/wiki/dwc:relationshipAccordingTo
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/accordingTo
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:relationshipAccordingTo-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06:not in ABCD
Term Name: relationshipEstablishedDate
Identifier:http://rs.tdwg.org/dwc/terms/relationshipEstablishedDate
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Relationship Established Date
Definition:The date-time on which the relationship between the two resources was established. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
Comment:Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see http://terms.tdwg.org/wiki/dwc:relationshipEstablishedDate
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:relationshipEstablishedDate-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06:not in ABCD
Term Name: relationshipOfResource
Identifier:http://rs.tdwg.org/dwc/terms/relationshipOfResource
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Relationship Of Resource
Definition:The relationship of the resource identified by relatedResourceID to the subject (optionally identified by the resourceID). Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "duplicate of", "mother of", "endoparasite of", "host to", "sibling of", "valid synonym of", "located within". For discussion see http://terms.tdwg.org/wiki/dwc:relationshipOfResource
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:relationshipOfResource-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType
Term Name: relationshipRemarks
Identifier:http://rs.tdwg.org/dwc/terms/relationshipRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Relationship Remarks
Definition:Comments or notes about the relationship between the two resources.
Comment:Examples: "mother and offspring collected from the same nest", "pollinator captured in the act". For discussion see http://terms.tdwg.org/wiki/dwc:relationshipRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:relationshipRemarks-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/Comments
Term Name: RelationshipType
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/RelationshipType
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Relationship Type
Definition:A named or coded valued that identifies the kind relationship between this Collection Item and the referenced Collection Item. Named values include: "parasite of", "epiphyte on", "progeny of", etc. In future versions of this schema this attribute should be set-valued.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:RelationshipType-2003-06-13
Replaces:
Is Replaced By:relationshipOfResource-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations/UnitAssociation/AssociationType
Term Name: Remarks
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Remarks
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Remarks
Definition:Free text comments accompanying the cataloged item record.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Remarks-2003-06-17
Replaces:Notes-2003-06-13
Is Replaced By:occurrenceRemarks-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Notes
Term Name: Remarks
Identifier:http://rs.tdwg.org/dwc/dwcore/Remarks
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Remarks
Definition:Free text comments accompanying the object or observation record.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Remarks-2007-04-17
Replaces:Remarks-2003-06-17
Is Replaced By:occurrenceRemarks-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Notes
Term Name: reproductiveCondition
Identifier:http://rs.tdwg.org/dwc/terms/reproductiveCondition
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Reproductive Condition
Definition:The reproductive condition of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary.
Comment:Examples" "non-reproductive", "pregnant", "in bloom", "fruit-bearing". For discussion see http://terms.tdwg.org/wiki/dwc:reproductiveCondition
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:reproductiveCondition-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:not in ABCD
Term Name: resourceID
Identifier:http://rs.tdwg.org/dwc/terms/resourceID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Resource ID
Definition:An identifier for the resource that is the subject of the relationship.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:resourceID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:resourceID-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06:not in ABCD
Term Name: ResourceRelationship
Identifier:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Resource Relationship
Definition:The category of information pertaining to relationships between resources (instances of data records, such as Occurrences, Taxa, Locations, Events).
Comment:Resources can be thought of as identifiable records and may include, but need not be limited to Occurrences, Locations, Events, Identifications, or Taxon records.
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:ResourceRelationship-2009-01-21
Replaces:
Is Replaced By:ResourceRelationship-2014-10-23
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations
Term Name: ResourceRelationship
Identifier:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Resource Relationship
Definition:A relationship of one rdfs:Resource (http://www.w3.org/2000/01/rdf-schema#Resource) to anothe) to another.
Comment:Resources can be thought of as identifiable records or instances of classes and may include, but need not be limited to Occurrences, Organisms, MaterialSamples, Events, Locations, GeologicalContexts, Identifications, or Taxa. Example: An instance of an Organism is the mother of another instance of an Organism. For discussion see http://terms.tdwg.org/wiki/dwc:ResourceRelationship
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:ResourceRelationship-2014-10-23
Replaces:ResourceRelationship-2009-01-21
Is Replaced By:
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Associations
Term Name: resourceRelationshipID
Identifier:http://rs.tdwg.org/dwc/terms/resourceRelationshipID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Resource Relationship ID
Definition:An identifier for an instance of relationship between one resource (the subject) and another (relatedResource, the object).
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:resourceRelationshipID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-01-26
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:resourceRelationshipID-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/ResourceRelationship
ABCD 2.06:not in ABCD
Term Name: Sample
Identifier:http://rs.tdwg.org/dwc/terms/Sample
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sample
Definition:Container class for information about the results of a sampling event (specimen, observation, etc.)
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:Sample-2008-11-19
Replaces:
Is Replaced By:Occurrence-2009-04-29
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit
Term Name: SampleAttribute
Identifier:http://rs.tdwg.org/dwc/terms/SampleAttribute
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sample Attribute
Definition:Container class for information about attributes related to a given sample.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:SampleAttribute-2008-11-19
Replaces:
Is Replaced By:MeasurementOrFact-2009-04-24
Class:
ABCD 2.06:Datasets/Dataset/Units/Unit/MeasurementsOrFacts
Term Name: SampleAttributeAccuracy
Identifier:http://rs.tdwg.org/dwc/terms/SampleAttributeAccuracy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sample Attribute Accuracy
Definition:The description of the error associated with the SampleAttributeValue.
Comment:Example: "0.01", "normal distribution with variation of 2 m"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/accuracy
Status:superseded
Date Issued:2009-01-18
Date Modified:2009-01-18
Has Domain:
Has Range:
Version:SampleAttributeAccuracy-2009-01-18
Replaces:
Is Replaced By:measurementAccuracy-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Accuracy
Term Name: SampleAttributeDeterminedBy
Identifier:http://rs.tdwg.org/dwc/terms/SampleAttributeDeterminedBy
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sample Attribute Determined By
Definition:The agent responsible for having determined the value of the measurement or characteristic of the sample.
Comment:Example: "Javier de la Torre"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/accordingTo
Status:superseded
Date Issued:2009-01-23
Date Modified:2009-01-23
Has Domain:
Has Range:
Version:SampleAttributeDeterminedBy-2009-01-23
Replaces:
Is Replaced By:measurementDeterminedBy-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy
Term Name: SampleAttributeDeterminedDate
Identifier:http://rs.tdwg.org/dwc/terms/SampleAttributeDeterminedDate
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sample Attribute Determined Date
Definition:The date on which the the measurement or characteristic of the sample was made.
Comment:Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF].
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/date
Status:superseded
Date Issued:2009-01-23
Date Modified:2009-01-23
Has Domain:
Has Range:
Version:SampleAttributeDeterminedDate-2009-01-23
Replaces:
Is Replaced By:measurementDeterminedDate-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/MeasurementDateTime
Term Name: SampleAttributeRemarks
Identifier:http://rs.tdwg.org/dwc/terms/SampleAttributeRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sample Attribute Remarks
Definition:Comments or notes accompanying the measurement or characteristic of the sample.
Comment:Example: "tip of tail missing"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:SampleAttributeRemarks-2008-11-19
Replaces:
Is Replaced By:measurementRemarks-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06:not in ABCD
Term Name: SampleAttributeUnit
Identifier:http://rs.tdwg.org/dwc/terms/SampleAttributeUnit
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sample Attribute Unit
Definition:The units for the value of the measurement or characteristic of the sample. Recommended best practice is to use International System of Units (SI) units.
Comment:Example: "mm"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:SampleAttributeUnit-2008-11-19
Replaces:
Is Replaced By:measurementUnit-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement
Term Name: SampleAttributeValue
Identifier:http://rs.tdwg.org/dwc/terms/SampleAttributeValue
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sample Attribute Value
Definition:The value of the measurement or characteristic of the sample.
Comment:Example: "45"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:SampleAttributeValue-2008-11-19
Replaces:
Is Replaced By:measurementValue-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue or DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/UpperValue
Term Name: SampleRemarks
Identifier:http://rs.tdwg.org/dwc/terms/SampleRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sample Remarks
Definition:Comments or notes about the sample or record.
Comment:Example: "found dead on road"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-01-18
Has Domain:
Has Range:
Version:SampleRemarks-2009-01-18
Replaces:Remarks-2007-04-17
Is Replaced By:occurrenceRemarks-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/Sample
ABCD 2.06:DataSets/DataSet/Units/Unit/Notes
Term Name: SampleSize
Identifier:http://www.iobis.org/obis/SampleSize
Namespace:http://www.iobis.org/obis/
Label:Sample Size
Definition:The size of the sample from which the collection/observation was drawn. It can be a volume (e.g. for a phytoplankton sample), a linear distance (e.g. for a visual transect or net haul), a surface area (e.g. for a benthic core), etc. This field must also include the units, e.g. 200 mfor a transect, or 0.25 m^2 for a benthic grab (use ^ to denote a superscript). Note that When multiple collections/observations are reported from the same physical sample, a code identifying the sample can be placed in the Field_Number field to allow all collections/observations from a single sample to be connected.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:SampleSize-2005-07-10
Replaces:
Is Replaced By:dynamicProperties-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
Term Name: SamplingAttributeID
Identifier:http://rs.tdwg.org/dwc/terms/SamplingAttributeID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sample Attribute ID
Definition:An identifier for the sampling attribute. May be a global unique identifier or an identifier specific to the data set.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:SamplingAttributeID-2008-11-19
Replaces:
Is Replaced By:measurementID-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06:not in ABCD
Term Name: SamplingAttributeType
Identifier:http://rs.tdwg.org/dwc/terms/SamplingAttributeType
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sample Attribute Type
Definition:The nature of the measurement or characteristic of the sample. Recommended best practice is to use a controlled vocabulary.
Comment:Example: "tail length"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:SamplingAttributeType-2008-11-19
Replaces:
Is Replaced By:measurementType-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/SampleAttribute
ABCD 2.06:DataSets/DataSet/Units/Unit/MeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/Parameter
Term Name: samplingEffort
Identifier:http://rs.tdwg.org/dwc/terms/samplingEffort
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sampling Effort
Definition:The amount of effort expended during an Event.
Comment:Examples: "40 trap-nights", "10 observer-hours; 10 km by foot; 30 km by car". For discussion see http://terms.tdwg.org/wiki/dwc:samplingEffort
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-08-24
Date Modified:2009-08-24
Has Domain:
Has Range:
Version:samplingEffort-2009-08-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Event
ABCD 2.06:not in ABCD
Term Name: SamplingEvent
Identifier:http://rs.tdwg.org/dwc/terms/SamplingEvent
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sampling Event
Definition:Container class for information about the conditions and methods of acquisition of samples.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:SamplingEvent-2008-11-19
Replaces:
Is Replaced By:Event-2009-04-29
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering
Term Name: SamplingEventAttributes
Identifier:http://rs.tdwg.org/dwc/terms/SamplingEventAttributes
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sampling Event Attributes
Definition:A list (concatenated and separated) of additional measurements or characteristics of the sampling event.
Comment:Example: "Relative humidity: 28 %; Temperature: 22 C; Sample size: 10 kg"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:SamplingEventAttributes-2008-11-19
Replaces:
Is Replaced By:dynamicProperties-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/SamplingEvent
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts
Term Name: SamplingEventID
Identifier:http://rs.tdwg.org/dwc/terms/SamplingEventID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sampling Event ID
Definition:An identifier for the sampling event. May be a global unique identifier or an identifier specific to the data set.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:SamplingEventID-2008-11-19
Replaces:
Is Replaced By:eventID-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/SamplingEvent
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Code
Term Name: SamplingEventRemarks
Identifier:http://rs.tdwg.org/dwc/terms/SamplingEventRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sampling Event Remarks
Definition:Comments or notes about the sampling event.
Comment:Example: "found dead on road"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2009-01-18
Date Modified:2009-01-18
Has Domain:
Has Range:
Version:SamplingEventRemarks-2009-01-18
Replaces:
Is Replaced By:eventRemarks-2009-04-24
Class:http://rs.tdwg.org/dwc/terms/SamplingEvent
ABCD 2.06:not in ABCD
Term Name: SamplingLocation
Identifier:http://rs.tdwg.org/dwc/terms/SamplingLocation
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sampling Location
Definition:Container class for information about the location where a sampling event occurred.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:SamplingLocation-2008-11-19
Replaces:
Is Replaced By:http://dublincore.org/documents/dcmi-terms/#classes-Location
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/LocalityText
Term Name: SamplingLocationID
Identifier:http://rs.tdwg.org/dwc/terms/SamplingLocationID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sampling Location ID
Definition:An identifier for the sampling location. May be a global unique identifier or an identifier specific to the data set.
Comment:Example: "MVZ:LocID:12345"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:SamplingLocationID-2008-11-19
Replaces:
Is Replaced By:locationID-2009-04-24
Class:http://purl.org/dc/terms/Location
ABCD 2.06:not in ABCD
Term Name: SamplingLocationRemarks
Identifier:http://rs.tdwg.org/dwc/terms/SamplingLocationRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sampling Location Remarks
Definition:Comments or notes about the sampling location.
Comment:Example: "under water since 2005"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2009-01-18
Date Modified:2009-01-18
Has Domain:
Has Range:
Version:SamplingLocationRemarks-2009-01-18
Replaces:
Is Replaced By:locationRemarks-2009-04-24
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/AreaDetail
Term Name: samplingProtocol
Identifier:http://rs.tdwg.org/dwc/terms/samplingProtocol
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sampling Protocol
Definition:The name of, reference to, or description of the method or protocol used during an Event.
Comment:Examples: "UV light trap", "mist net", "bottom trawl", "ad hoc observation", "point count", "Penguins from space: faecal stains reveal the location of emperor penguin colonies, http://dx.doi.org/10.1111/j.1466-8238.2009.00467.x", "Takats et al. 2001. Guidelines for Nocturnal Owl Monitoring in North America. Beaverhill Bird Observatory and Bird Studies Canada, Edmonton, Alberta. 32 pp.", "http://www.bsc-eoc.org/download/Owl.pdf". For discussion see http://terms.tdwg.org/wiki/dwc:samplingProtocol
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:samplingProtocol-2009-04-24
Replaces:CollectingMethod-2007-04-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Event
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Method
Term Name: ScientificName
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/ScientificName
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Scientific Name
Definition:The full name of lowest level taxon the Cataloged Item can be identified as a member of; includes genus name, specific epithet, and subspecific epithet (zool.) or infraspecific rank abbreviation, and infraspecific epithet (bot.) Use name of suprageneric taxon (e.g., family name) if Cataloged Item cannot be identified to genus, species, or infraspecific taxon.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:ScientificName-2003-06-13
Replaces:
Is Replaced By:scientificName-2009-09-21
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
Term Name: ScientificName
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/ScientificName
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Scientific Name
Definition:The full name of lowest level taxon to which the cataloged item can be identified (e.g., genus name, specific epithet, subspecific epithet, etc.).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:ScientificName-2003-06-17
Replaces:ScientificName-2003-06-13
Is Replaced By:scientificName-2009-09-21
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
Term Name: ScientificName
Identifier:http://rs.tdwg.org/dwc/dwcore/ScientificName
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Scientific Name
Definition:The full name of the lowest level taxon to which the organism has been identified in the most recent accepted determination, specified as precisely as possible, including name-author, year or authorship, sensu or sec. (according to or following) author, and indication of uncertainty. Conceptually equivalent to a full taxonomic identification as given by the identifier (verbatim). Does not include the identifier name or date of identification. Examples: "Coleoptera" (an Order), "Vespertilionidae" (a Family), "Manis" (a Genus), "Ctenomys sociabilis" (Genus + SpecificEpithet), "Ambystoma tigrinum diaboli" (Genus + SpecificEpithet + SubspecificEpithet), "Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell" (Genus + SpecificEpithet + InfraspecificRank + InfraspecificEpithet + AuthorYearOfScientificName).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:ScientificName-2007-04-17
Replaces:ScientificName-2003-06-17
Is Replaced By:scientificName-2009-09-21
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
Term Name: scientificName
Identifier:http://rs.tdwg.org/dwc/terms/scientificName
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Scientific Name
Definition:The taxon name (with date and authorship information if applicable). When forming part of an Identification, this should be the name in lowest level taxonomic rank that can be determined. This term should not contain identification qualifications, which should instead be supplied in the IdentificationQualifier term.
Comment:Examples: "Coleoptera" (order), "Vespertilionidae" (family), "Manis" (genus), "Ctenomys sociabilis" (genus + specificEpithet), "Ambystoma tigrinum diaboli" (genus + specificEpithet + infraspecificEpithet), "Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell" (genus + specificEpithet + taxonRank + infraspecificEpithet + scientificNameAuthorship)
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:scientificName-2009-04-24
Replaces:ScientificName-2007-04-17
Is Replaced By:scientificName-2009-09-21
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
Term Name: scientificName
Identifier:http://rs.tdwg.org/dwc/terms/scientificName
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Scientific Name
Definition:The full scientific name, with authorship and date information if known. When forming part of an Identification, this should be the name in lowest level taxonomic rank that can be determined. This term should not contain identification qualifications, which should instead be supplied in the IdentificationQualifier term.
Comment:Examples: "Coleoptera" (order), "Vespertilionidae" (family), "Manis" (genus), "Ctenomys sociabilis" (genus + specificEpithet), "Ambystoma tigrinum diaboli" (genus + specificEpithet + infraspecificEpithet), "Roptrocerus typographi (Györfi, 1952)" (genus + specificEpithet + scientificNameAuthorship), "Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell" (genus + specificEpithet + taxonRank + infraspecificEpithet + scientificNameAuthorship). For discussion see http://terms.tdwg.org/wiki/dwc:scientificName
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-09-21
Has Domain:
Has Range:
Version:scientificName-2009-09-21
Replaces:scientificName-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/FullScientificNameString
Term Name: ScientificNameAuthor
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/ScientificNameAuthor
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Scientific Name Author
Definition:The author of a scientific name. Author string as applied to the accepted name. Can be more than one author (concatenated string). Should be formatted according to the conventions of the applicable taxonomic discipline.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:ScientificNameAuthor-2003-06-13
Replaces:
Is Replaced By:scientificNameAuthorship-2009-04-24
Class:
ABCD 2.06:{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/ParentheticalAuthorTeamAndYear + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/AuthorTeamAndYear} or {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeamParenthesis + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeam} or {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamOriginalAndYear + [= or] DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamParenthesisAndYear}
Term Name: ScientificNameAuthor
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/ScientificNameAuthor
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Scientific Name Author
Definition:The author of the ScientificName. Can be more than one author in a concatenated string. Should be formatted according to the conventions of the applicable taxonomic discipline.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:ScientificNameAuthor-2003-06-17
Replaces:ScientificNameAuthor-2003-06-13
Is Replaced By:scientificNameAuthorship-2009-04-24
Class:
ABCD 2.06:{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/ParentheticalAuthorTeamAndYear + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/AuthorTeamAndYear} or {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeamParenthesis + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeam} or {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamOriginalAndYear + [= or] DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamParenthesisAndYear}
Term Name: scientificNameAuthorship
Identifier:http://rs.tdwg.org/dwc/terms/scientificNameAuthorship
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Scientific Name Authorship
Definition:The authorship information for the scientificName formatted according to the conventions of the applicable nomenclaturalCode.
Comment:Example: "(Torr.) J.T. Howell", "(Martinovský) Tzvelev", "(Györfi, 1952)". For discussion see http://terms.tdwg.org/wiki/dwc:scientificNameAuthorship
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:scientificNameAuthorship-2009-04-24
Replaces:AuthorYearOfScientificName-2007-04-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/ParentheticalAuthorTeamAndYear + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/AuthorTeamAndYear} or {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeamParenthesis + DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/AuthorTeam} or {DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamOriginalAndYear + [= or] DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/AuthorTeamParenthesisAndYear}
Term Name: scientificNameID
Identifier:http://rs.tdwg.org/dwc/terms/scientificNameID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Scientific Name ID
Definition:A unique identifier for the scientificName.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:scientificNameID-2009-07-06
Replaces:taxonNameID-2009-04-24
Is Replaced By:taxonID-2009-08-24
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: scientificNameID
Identifier:http://rs.tdwg.org/dwc/terms/scientificNameID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Scientific Name ID
Definition:An identifier for the nomenclatural (not taxonomic) details of a scientific name.
Comment:Example: "urn:lsid:ipni.org:names:37829-1:1.3". For discussion see http://terms.tdwg.org/wiki/dwc:scientificNameID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-08-24
Has Domain:
Has Range:
Version:scientificNameID-2009-08-24
Replaces:taxonNameID-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: scientificNameRank
Identifier:http://rs.tdwg.org/dwc/terms/scientificNameRank
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Scientific Name Rank
Definition:The taxonomic rank of the most specific name in the scientificName. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "subsp.", "var.", "forma", "species", "genus"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:scientificNameRank-2009-07-06
Replaces:taxonRank-2009-04-24
Is Replaced By:taxonRank-2009-09-21
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
Term Name: Sex
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Sex
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Sex
Definition:The sex of a specimen. The domain should be a controlled set of terms (codes) based on community consensus. Proposed values: M=Male; F=Female; H=Hermaphrodite; I=Indeterminate (examined but could not be determined; U=Unkown (not examined); T=Transitional (between sexes; useful for sequential hermaphrodites)
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Sex-2003-06-13
Replaces:
Is Replaced By:sex-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Sex
Term Name: Sex
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Sex
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Sex
Definition:The sex of a cataloged item (e.g., male, female, hermaphrodite, gynandromorph, not recorded, indeterminate, transitional - between sexes, for sequential hermaphrodites).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Sex-2003-06-17
Replaces:Sex-2003-06-13
Is Replaced By:sex-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Sex
Term Name: Sex
Identifier:http://rs.tdwg.org/dwc/dwcore/Sex
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Sex
Definition:The sex of the biological individual represented by the cataloged object or observation. Examples: "male", "female", "hermaphrodite", "gynandromorph", "monoecious", "dioecious", "not recorded", "indeterminate", "transitional".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:Sex-2007-04-17
Replaces:Sex-2003-06-17
Is Replaced By:sex-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Sex
Term Name: sex
Identifier:http://rs.tdwg.org/dwc/terms/sex
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Sex
Definition:The sex of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "female", "hermaphrodite", "8 males, 4 females". For discussion see http://terms.tdwg.org/wiki/dwc:sex
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:sex-2009-04-24
Replaces:Sex-2007-04-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Occurrence
ABCD 2.06:DataSets/DataSet/Units/Unit/Sex
Term Name: source_mat_id
Identifier:http://gensc.org/ns/mixs/source_mat_id
Namespace:http://gensc.org/ns/mixs/
Label:source material identifiers
Definition:A unique identifier assigned to a material sample (as defined by http://rs.tdwg.org/dwc/terms/MaterialSampleID, and as opposed to a particular digital record of a material sample) used for extracting nucleic acids, and subsequent sequencing. The identifier can refer either to the original material collected or to any derived sub-samples. The INSDC qualifiers /specimen_voucher, /bio_material, or /culture_collection provide additional context and suggested syntax for this identifier for data submitted to INSDC databases.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2013-05-25
Date Modified:2011-01-26
Has Domain:
Has Range:
Version:source_mat_id-2011-01-26
Replaces:
Is Replaced By:materialSampleID-2013-05-25
Class:all
ABCD 2.06:not in ABCD
Term Name: Source
Identifier:http://www.iobis.org/obis/Source
Namespace:http://www.iobis.org/obis/
Label:Source
Definition:Indicates who gave the record to the data provider. Can indicate a literature citation, an electronic dataset, etc. Is used to provide credit.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:Source-2005-07-10
Replaces:
Is Replaced By:http://dublincore.org/documents/dcmi-terms/#terms-bibliographicCitation
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/IPRStatements/Citations/Citation/Text
Term Name: Species
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Species
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Species
Definition:The specific epithet of the organism
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Species-2003-06-13
Replaces:
Is Replaced By:specificEpithet-2009-04-24
Class:
ABCD 2.06:{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SpeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/FirstEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SpeciesEpithet}
Term Name: Species
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Species
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Species
Definition:The phylogenetic specific epithet of the cataloged item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Species-2003-06-17
Replaces:Species-2003-06-13
Is Replaced By:specificEpithet-2009-04-24
Class:
ABCD 2.06:{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SpeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/FirstEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SpeciesEpithet}
Term Name: SpecificEpithet
Identifier:http://rs.tdwg.org/dwc/dwcore/SpecificEpithet
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Specific Epithet
Definition:The specific epithet of the scientific name applied to the organism.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:SpecificEpithet-2007-04-17
Replaces:Species-2003-06-17
Is Replaced By:specificEpithet-2009-04-24
Class:
ABCD 2.06:{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SpeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/FirstEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SpeciesEpithet}
Term Name: specificEpithet
Identifier:http://rs.tdwg.org/dwc/terms/specificEpithet
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Specific Epithet
Definition:The name of the first or species epithet of the scientificName.
Comment:Examples: "concolor", "gottschei". For discussion see http://terms.tdwg.org/wiki/dwc:specificEpithet
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:specificEpithet-2009-04-24
Replaces:SpecificEpithet-2007-04-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SpeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/FirstEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SpeciesEpithet}
Term Name: Start_EndCoordinatePrecision
Identifier:http://www.iobis.org/obis/Start_EndCoordinatePrecision
Namespace:http://www.iobis.org/obis/
Label:Start End Coordinate Precision
Definition:An estimate of how tightly the locality was specified in the Start/End Latitude and Longitude fields; expressed as a distance, in meters, that corresponds to a radius around the latitude-longitude coordinates. Use NULL where precision is unknown, cannot be estimated, or is not applicable.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:Start_EndCoordinatePrecision-2005-07-10
Replaces:
Is Replaced By:coordinateUncertaintyInMeters-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/CoordinateErrorDistanceInMeters
Term Name: StartDayCollected
Identifier:http://www.iobis.org/obis/StartDayCollected
Namespace:http://www.iobis.org/obis/
Label:Start Day Collected
Definition:For samples/observations/record events that were taken over time this gives the start day of the collecting event. Possible value ranges from 01..31 inclusive.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:StartDayCollected-2005-07-10
Replaces:
Is Replaced By:eventDate-2009-04-24
Class:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: startDayOfYear
Identifier:http://rs.tdwg.org/dwc/terms/startDayOfYear
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Start Day Of Year
Definition:The earliest ordinal day of the year on which the Event occurred (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366).
Comment:Examples: "1" (=1 Jan), "366" (=31 Dec), "365" (=30 Dec in a leap year, 31 Dec in a non-leap year). For discussion see http://terms.tdwg.org/wiki/dwc:startDayOfYear
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:startDayOfYear-2009-04-24
Replaces:DayOfYear-2007-04-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Event
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
Term Name: StartJulianDay
Identifier:http://www.iobis.org/obis/StartJulianDay
Namespace:http://www.iobis.org/obis/
Label:Start Julian Day
Definition:For samples/observations/record events that were taken over time this gives the start ordinal day of the year for the collecting event; i.e., the number of days since January 1 of the same year. (January 1 is Julian Day 1.). Should be an integer from one to 365, i.e. of the form (([0-3][0-9][0-9)|([0-9][0-9)|([1-9])).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:StartJulianDay-2005-07-10
Replaces:
Is Replaced By:startDayOfYear-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DayNumberBegin
Term Name: StartLatitude
Identifier:http://www.iobis.org/obis/StartLatitude
Namespace:http://www.iobis.org/obis/
Label:Start Latitude
Definition:For samples/observations/record events better represented as line features rather than point features (e.g. extended trawls or transects) this indicates the starting latitude location from which the specimen was collected or in which the sample/observation/record event occurred. This value should be expressed in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/) this indicates the starting latitude location from which the specimen was collected or in which the sample/observation/record event occurred. This value should be expressed in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:StartLatitude-2005-07-10
Replaces:
Is Replaced By:footprintWKT-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LatitudeDecimal with attribute "begin" set to true
Term Name: StartLongitude
Identifier:http://www.iobis.org/obis/StartLongitude
Namespace:http://www.iobis.org/obis/
Label:Start Longitude
Definition:For samples/observations/record events better represented as line features rather than point features (e.g. extended trawls or transects) this indicates the starting longitude location from which the specimen was collected. Express in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/) this indicates the starting longitude location from which the specimen was collected. Express in decimal degrees (East & North = +; West & South = -). GPS-derived data must use the WGS 84 geodetic reference system (http://www.wgs84.com/).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:StartLongitude-2005-07-10
Replaces:
Is Replaced By:footprintWKT-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/CoordinateSets/SiteCoordinates/CoordinatesLatLon/LongitudeDecimal with attribute "begin" set to true
Term Name: StartMonthCollected
Identifier:http://www.iobis.org/obis/StartMonthCollected
Namespace:http://www.iobis.org/obis/
Label:Start Month Collected
Definition:For samples/observations/record events that were taken over time this gives the start month of the collecting event. Possible values range from 01...12 inclusive.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:StartMonthCollected-2005-07-10
Replaces:
Is Replaced By:eventDate-2009-04-24
Class:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: StartTimeOfDay
Identifier:http://www.iobis.org/obis/StartTimeOfDay
Namespace:http://www.iobis.org/obis/
Label:Start Time of Day
Definition:The time of day when the sampling event began, expressed as decimal hours from midnight local time. Examples: 0 = midnight, 12.0 = mid-day, 13.5 = 13:30
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:StartTimeOfDay-2005-07-10
Replaces:
Is Replaced By:eventTime-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
Term Name: StartTimeOfDay
Identifier:http://rs.tdwg.org/dwc/terms/StartTimeOfDay
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Start Time of Day
Definition:The time of day when the event began, expressed as decimal hours from midnight, local time.
Comment:Examples: "12.0" (= noon), "13.5" (= 1:30pm)
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:StartTimeOfDay-2008-11-19
Replaces:StartTimeOfDay-2005-07-10
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Event
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: StartYearCollected
Identifier:http://www.iobis.org/obis/StartYearCollected
Namespace:http://www.iobis.org/obis/
Label:Start Year Collected
Definition:For samples/observations/record events that were taken over time this gives the start year of the collecting event. The full year should be expressed (e.g. 1972 must be expressed as "1972" not "72"). Must always be a four digit integer.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:StartYearCollected-2005-07-10
Replaces:
Is Replaced By:eventDate-2009-04-24
Class:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: StateProvince
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/StateProvince
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:State Province
Definition:The state, province or region (i.e. next political region smaller than Country) from which the specimen was collected. There is some suggestion to use the values described in ISO 3166-2 (http://www.iso.ch/cate/d8349.html), however these values are in a continual state of flux and it appears unlikely that an appropriate mechanism (by ISO) will be in place to manage these changes. Hence it is recommended that where possible, the full, unabbreviated name should be used for storing information. The server should optionally handle abbreviations as an access point. Note: this is a recurring theme (country and state) abbreviations. Check the existence of an attribute type to deal with abbreviations from the bib-1 profi) from which the specimen was collected. There is some suggestion to use the values described in ISO 3166-2 (http://www.iso.ch/cate/d8349.html), however these values are in a continual state of flux and it appears unlikely that an appropriate mechanism (by ISO) will be in place to manage these changes. Hence it is recommended that where possible, the full, unabbreviated name should be used for storing information. The server should optionally handle abbreviations as an access point. Note: this is a recurring theme (country and state) abbreviations. Check the existence of an attribute type to deal with abbreviations from the bib-1 profile
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:StateProvince-2003-06-13
Replaces:
Is Replaced By:stateProvince-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
Term Name: StateProvince
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/StateProvince
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:State Province
Definition:The full, unabbreviated name of the state, province, or region (i.e., the next smaller political region than Country) from which the cataloged item was collected.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:StateProvince-2003-06-17
Replaces:StateProvince-2003-06-13
Is Replaced By:stateProvince-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
Term Name: StateProvince
Identifier:http://rs.tdwg.org/dwc/dwcore/StateProvince
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:State Province
Definition:The full, unabbreviated name of the state, province, or region (i.e., the next smaller political region than Country) in which the organism was collected or observed.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:StateProvince-2007-04-17
Replaces:StateProvince-2003-06-17
Is Replaced By:stateProvince-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
Term Name: stateProvince
Identifier:http://rs.tdwg.org/dwc/terms/stateProvince
Namespace:http://rs.tdwg.org/dwc/terms/
Label:State Province
Definition:The name of the next smaller administrative region than country (state, province, canton, department, region, etc.) in which the Location occurs.
Comment:Examples: "Montana", "Minas Gerais", "Córdoba". For discussion see http://terms.tdwg.org/wiki/dwc:stateProvince
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:stateProvince-2009-04-24
Replaces:StateProvince-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= State or = Province (etc.)
Term Name: Subgenus
Identifier:http://www.iobis.org/obis/Subgenus
Namespace:http://www.iobis.org/obis/
Label:Subgenus
Definition:The name of the subgenus in which the identified name is classified.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:Subgenus-2005-07-10
Replaces:
Is Replaced By:subgenus-2009-08-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus
Term Name: subgenus
Identifier:http://rs.tdwg.org/dwc/terms/subgenus
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Subgenus
Definition:The name of the subgenus in which the scientificName is classified.
Comment:Example: "Strobus" subgenus of Pinus
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:subgenus-2009-04-24
Replaces:Subgenus-2005-07-10
Is Replaced By:subgenus-2009-08-24
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus
Term Name: subgenus
Identifier:http://rs.tdwg.org/dwc/terms/subgenus
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Subgenus
Definition:The full scientific name of the subgenus in which the taxon is classified. Values should include the genus to avoid homonym confusion.
Comment:Examples: "Strobus (Pinus)", "Puma (Puma)" "Loligo (Amerigo)", "Hieracium subgen. Pilosella". For discussion see http://terms.tdwg.org/wiki/dwc:subgenus
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-08-24
Has Domain:
Has Range:
Version:subgenus-2009-08-24
Replaces:subgenus-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/Subgenus
Term Name: Subspecies
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Subspecies
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Subspecies
Definition:The sub-specific epithet of the organism
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:Subspecies-2003-06-13
Replaces:
Is Replaced By:infraspecificEpithet-2009-08-24
Class:
ABCD 2.06:{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/SecondEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SubspeciesEpithet}
Term Name: Subspecies
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Subspecies
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Subspecies
Definition:The phylogenetic subspecific epithet of the cataloged item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Subspecies-2003-06-17
Replaces:Subspecies-2003-06-13
Is Replaced By:infraspecificEpithet-2009-08-24
Class:
ABCD 2.06:{DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Bacterial/SubspeciesEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/SecondEpithet or DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Zoological/SubspeciesEpithet}
Term Name: Taxon
Identifier:http://rs.tdwg.org/dwc/terms/Taxon
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Taxon
Definition:The category of information pertaining to taxonomic names or concepts.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:Taxon-2008-11-19
Replaces:
Is Replaced By:Taxon-2009-09-21
Class:
ABCD 2.06:no simple equivalent in ABCD
Term Name: Taxon
Identifier:http://rs.tdwg.org/dwc/dwctype/Taxon
Namespace:http://rs.tdwg.org/dwc/dwctype/
Label:Taxon
Definition:A resource describing an instance of the Taxon class.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:deprecated
Date Issued:2009-01-23
Date Modified:2014-10-23
Member Of:http://rs.tdwg.org/dwc/terms/DwCType
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:Taxon-2009-01-23
Replaces:
Is Replaced By:Taxon-2014-10-23
Class:
ABCD 2.06:not in ABCD
Term Name: Taxon
Identifier:http://rs.tdwg.org/dwc/terms/Taxon
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Taxon
Definition:The category of information pertaining to taxonomic names, taxon name usages, or taxon concepts.
Comment:
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:Taxon-2009-09-21
Replaces:Taxon-2008-11-19
Is Replaced By:Taxon-2014-10-23
Class:
ABCD 2.06:no simple equivalent in ABCD
Term Name: Taxon
Identifier:http://rs.tdwg.org/dwc/terms/Taxon
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Taxon
Definition:A group of organisms (sensu http://purl.obolibrary.org/obo/OBI_0100026) considered by taxonomists to form a homogeneous unit.
Comment:Example: The genus Truncorotaloides as published by Brönnimann et al. in 1953 in the Journal of Paleontology Vol. 27(6) p. 817-820. For discussion see http://terms.tdwg.org/wiki/dwc:Taxon
Type of Term:http://www.w3.org/2000/01/rdf-schema#Class
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-26_15
Version:Taxon-2014-10-23
Replaces:Taxon-2009-09-21
Is Replaced By:
Class:
ABCD 2.06:no simple equivalent in ABCD
Term Name: taxonAccordingTo
Identifier:http://rs.tdwg.org/dwc/terms/taxonAccordingTo
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Taxon According To
Definition:Information about the authorship of this taxon concept which uses the scientificName in their sense (secundum, sensu). Could be a publication (identification key), institution or team of individuals.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://rs.tdwg.org/dwc/terms/accordingTo
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:taxonAccordingTo-2009-04-24
Replaces:
Is Replaced By:nameAccordingTo-2009-09-21
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: taxonAttributes
Identifier:http://rs.tdwg.org/dwc/terms/taxonAttributes
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Taxon Attributes
Definition:A list (concatenated and separated) of additional measurements, facts, characteristics, or assertions about the taxon.
Comment:Example: "iucnstatus=vulnerable; distribution=Neuquen, Argentina"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:deprecated
Date Issued:2009-04-24
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:taxonAttributes-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/Result/TaxonIdentified/InformalNameString
Term Name: taxonConceptID
Identifier:http://rs.tdwg.org/dwc/terms/taxonConceptID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Taxon Concept ID
Definition:A unique identifier for the taxon concept (a circumscription of a taxonName).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:deprecated
Date Issued:2009-04-24
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:taxonConceptID-2009-04-24
Replaces:
Is Replaced By:taxonConceptID-2009-09-21
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: taxonConceptID
Identifier:http://rs.tdwg.org/dwc/terms/taxonConceptID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Taxon Concept ID
Definition:An identifier for the taxonomic concept to which the record refers - not for the nomenclatural details of a taxon.
Comment:Example: "8fa58e08-08de-4ac1-b69c-1235340b7001". For discussion see http://terms.tdwg.org/wiki/dwc:taxonConceptID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2009-04-24
Date Modified:2009-09-21
Has Domain:
Has Range:
Version:taxonConceptID-2009-09-21
Replaces:taxonConceptID-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: TaxonID
Identifier:http://rs.tdwg.org/dwc/terms/TaxonID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Taxon ID
Definition:A global unique identifier for the taxon (name in a classification).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:superseded
Date Issued:2008-11-19
Date Modified:2008-11-19
Has Domain:
Has Range:
Version:TaxonID-2008-11-19
Replaces:
Is Replaced By:taxonID-2009-08-24
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: taxonID
Identifier:http://rs.tdwg.org/dwc/terms/taxonID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Taxon ID
Definition:An identifier for the set of taxon information (data associated with the Taxon class). May be a global unique identifier or an identifier specific to the data set.
Comment:Examples: "8fa58e08-08de-4ac1-b69c-1235340b7001", "32567", "http://species.gbif.org/abies_alba_1753", "urn:lsid:gbif.org:usages:32567". For discussion see http://terms.tdwg.org/wiki/dwc:taxonID
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-08-24
Has Domain:
Has Range:
Version:taxonID-2009-08-24
Replaces:scientificNameID-2009-07-06
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: taxonNameID
Identifier:http://rs.tdwg.org/dwc/terms/taxonNameID
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Taxon Name ID
Definition:A unique identifier for the scientificName.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:http://purl.org/dc/terms/identifier
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:taxonNameID-2009-04-24
Replaces:TaxonID-2008-11-19
Is Replaced By:scientificNameID-2009-08-24
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: taxonomicStatus
Identifier:http://rs.tdwg.org/dwc/terms/taxonomicStatus
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Taxonomic Status
Definition:The status of the use of the scientificName as a label for a taxon. Requires taxonomic opinion to define the scope of a taxon. Rules of priority then are used to define the taxonomic status of the nomenclature contained in that scope, combined with the experts opinion. It must be linked to a specific taxonomic reference that defines the concept. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "invalid", "misapplied", "homotypic synonym", "accepted". For discussion see http://terms.tdwg.org/wiki/dwc:taxonomicStatus
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:taxonomicStatus-2009-04-24
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: taxonRank
Identifier:http://rs.tdwg.org/dwc/terms/taxonRank
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Taxon Rank
Definition:The taxonomic rank of the most specific name in the scientificName. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "subsp.", "var.", "forma", "species", "genus".
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:taxonRank-2009-04-24
Replaces:InfraspecificRank-2007-04-17
Is Replaced By:taxonRank-2009-09-21
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
Term Name: taxonRank
Identifier:http://rs.tdwg.org/dwc/terms/taxonRank
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Taxon Rank
Definition:The taxonomic rank of the most specific name in the scientificName. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "subspecies", "varietas", "forma", "species", "genus". For discussion see http://terms.tdwg.org/wiki/dwc:taxonRank
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-09-21
Has Domain:
Has Range:
Version:taxonRank-2009-09-21
Replaces:scientificNameRank-2009-07-06
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/ScientificName/NameAtomised/Botanical/Rank
Term Name: taxonRemarks
Identifier:http://rs.tdwg.org/dwc/terms/taxonRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Taxon Remarks
Definition:Comments or notes about the taxon.
Comment:Example: "this name is a misspelling in common use"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:taxonRemarks-2009-04-24
Replaces:
Is Replaced By:taxonRemarks-2009-08-24
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: taxonRemarks
Identifier:http://rs.tdwg.org/dwc/terms/taxonRemarks
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Taxon Remarks
Definition:Comments or notes about the taxon or name.
Comment:Example: "this name is a misspelling in common use". For discussion see http://terms.tdwg.org/wiki/dwc:taxonRemarks
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-08-24
Has Domain:
Has Range:
Version:taxonRemarks-2009-08-24
Replaces:taxonRemarks-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: Temperature
Identifier:http://www.iobis.org/obis/Temperature
Namespace:http://www.iobis.org/obis/
Label:Temperature
Definition:The temperature recorded with the collection/record event. Is assumed to be taken at the collection depth. Expressed in degrees Celsius.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:Temperature-2005-07-10
Replaces:
Is Replaced By:dynamicProperties-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteMeasurementsOrFacts/MeasurementOrFact/MeasurementOrFactAtomised/LowerValue + constant
Term Name: TimeCollected
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/TimeCollected
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Time Collected
Definition:The time of day the cataloged item was collected, expressed as decimal hours from midnight, local time (e.g., 12.0 = noon, 13.5 = 1:30pm).
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:TimeCollected-2003-06-17
Replaces:TimeOfDay-2003-06-13
Is Replaced By:eventTime-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
Term Name: TimeOfDay
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/TimeOfDay
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Time of Day
Definition:The time of day a specimen was collected expressed as decimal hours from midnight local time (e.g. 12.0 = mid day, 13.5 = 1:30pm)
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:TimeOfDay-2003-06-13
Replaces:
Is Replaced By:eventTime-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeOfDayBegin
Term Name: TimeZone
Identifier:http://www.iobis.org/obis/TimeZone
Namespace:http://www.iobis.org/obis/
Label:Time Zone
Definition:Indicates the time zone for the Time of Day measurements.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2005-07-10
Date Modified:2005-07-10
Has Domain:
Has Range:
Version:TimeZone-2005-07-10
Replaces:
Is Replaced By:eventTime-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/TimeZone
Term Name: Tissues
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/Tissues
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Tissues
Definition:A concatenated list of tissues and preservation methods (whole (frozen), liver (EDTA), etc.) for the cataloged item.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:Tissues-2003-06-17
Replaces:
Is Replaced By:preparations-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/Preparations/PreparationsText
Term Name: TypeStatus
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/TypeStatus
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Type Status
Definition:Indicates the kind of nomenclatural type that a specimen represents. (This is incomplete because type status actually describes the relationship between a name and a specimen [or ternary relatiohnship between a specimen, name, and publication].) In particular, the type status may not apply to the name listed in the scientific name, i.e., current identification. In rare cases, a single specimen may be the type of more than one name.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:TypeStatus-2003-06-13
Replaces:
Is Replaced By:typeStatus-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
Term Name: TypeStatus
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/TypeStatus
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Type Status
Definition:A list of one or more nomenclatural types that the cataloged item represents (e.g., "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388.").
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:TypeStatus-2003-06-17
Replaces:TypeStatus-2003-06-13
Is Replaced By:typeStatus-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
Term Name: TypeStatus
Identifier:http://rs.tdwg.org/dwc/curatorial/TypeStatus
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:Type Status
Definition:A list of one or more nomenclatural types (including type status and typified taxonomic name) represented by the object. Example: "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:TypeStatus-2007-04-17
Replaces:TypeStatus-2003-06-17
Is Replaced By:typeStatus-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
Term Name: typeStatus
Identifier:http://rs.tdwg.org/dwc/terms/typeStatus
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Type Status
Definition:A list (concatenated and separated) of nomenclatural types (type status, typified scientific name, publication) applied to the subject.
Comment:Example: "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388"
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:typeStatus-2009-04-24
Replaces:TypeStatus-2007-04-17
Is Replaced By:typeStatus-2014-10-23
Class:http://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
Term Name: typeStatus
Identifier:http://rs.tdwg.org/dwc/terms/typeStatus
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Type Status
Definition:A list (concatenated and separated) of nomenclatural types (type status, typified scientific name, publication) applied to the subject.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388", "holotype of Pinus abies | holotype of Picea abies". For discussion see http://terms.tdwg.org/wiki/dwc:typeStatus
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2014-10-23
Has Domain:
Has Range:
Decision:Decision-2014-10-30_16
Version:typeStatus-2014-10-23
Replaces:typeStatus-2009-04-24
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Identification
ABCD 2.06:DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeText
Term Name: ValidDistributionFlag
Identifier:http://rs.tdwg.org/dwc/dwcore/ValidDistributionFlag
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Valid Distribution Flag
Definition:A flag ("true" or "false") that indicates whether the locality information represents a valid distribution occurrence for a specimen. Specimens taken from captivity and showing the captive location should use the value "false".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:ValidDistributionFlag-2007-04-17
Replaces:
Is Replaced By:establishmentMeans-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/ValidDistributionFlag
Term Name: VerbatimCollectingDate
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimCollectingDate
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Verbatim Collecting Date
Definition:The verbatim original representation of the date information for the collecting event.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:VerbatimCollectingDate-2003-06-17
Replaces:
Is Replaced By:verbatimEventDate-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
Term Name: VerbatimCollectingDate
Identifier:http://rs.tdwg.org/dwc/curatorial/VerbatimCollectingDate
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:Verbatim Collecting Date
Definition:The verbatim original representation of the date (and time) information for the collecting event. Example: "spring 1910".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:VerbatimCollectingDate-2007-04-17
Replaces:VerbatimCollectingDate-2003-06-17
Is Replaced By:verbatimEventDate-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
Term Name: VerbatimCoordinates
Identifier:http://rs.tdwg.org/dwc/geospatial/VerbatimCoordinates
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:Verbatim Coordinates
Definition:A text representation of the coordinate data (Latitude/ Longitude, UTM, TRS, etc.) from its original source if it cannot be separated into its component parts. Example: "470999 1234300".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:VerbatimCoordinates-2007-04-17
Replaces:
Is Replaced By:verbatimCoordinates-2009-04-24
Class:
ABCD 2.06:{DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText}
Term Name: verbatimCoordinates
Identifier:http://rs.tdwg.org/dwc/terms/verbatimCoordinates
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Verbatim Coordinates
Definition:The verbatim original spatial coordinates of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem.
Comment:Examples: "41 05 54S 121 05 34W", "17T 630000 4833400". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimCoordinates
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:verbatimCoordinates-2009-04-24
Replaces:VerbatimCoordinates-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:{DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/CoordinatesText or DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText}
Term Name: VerbatimCoordinateSystem
Identifier:http://rs.tdwg.org/dwc/geospatial/VerbatimCoordinateSystem
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:Verbatim Coordinate System
Definition:The name of the system in which the verbatim geographic coordinates were recorded. Examples: "decimal degrees", "degrees minutes seconds", "degrees decimal minutes", "UTM"
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:VerbatimCoordinateSystem-2007-04-17
Replaces:OriginalCoordinateSystem-2003-06-17
Is Replaced By:verbatimCoordinateSystem-2009-04-24
Class:
ABCD 2.06:(partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
Term Name: verbatimCoordinateSystem
Identifier:http://rs.tdwg.org/dwc/terms/verbatimCoordinateSystem
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Verbatim Coordinate System
Definition:The spatial coordinate system for the verbatimLatitude and verbatimLongitude or the verbatimCoordinates of the Location. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "decimal degrees", "degrees decimal minutes", "degrees minutes seconds", "UTM". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimCoordinateSystem
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:verbatimCoordinateSystem-2009-04-24
Replaces:VerbatimCoordinateSystem-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:(partly) DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem
Term Name: VerbatimDepth
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimDepth
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Verbatim Depth
Definition:A text representation of the Depth in its original format in the source database.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:VerbatimDepth-2003-06-17
Replaces:
Is Replaced By:verbatimDepth-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
Term Name: VerbatimDepth
Identifier:http://rs.tdwg.org/dwc/curatorial/VerbatimDepth
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:Verbatim Depth
Definition:A text representation of the depth in its original format in the source database. Example: "100 to 200 ft below sea level".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:VerbatimDepth-2007-04-17
Replaces:VerbatimDepth-2003-06-17
Is Replaced By:verbatimDepth-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
Term Name: verbatimDepth
Identifier:http://rs.tdwg.org/dwc/terms/verbatimDepth
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Verbatim Depth
Definition:The original description of the depth below the local surface.
Comment:Example: "100-200 m". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimDepth
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:verbatimDepth-2009-04-24
Replaces:VerbatimDepth-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactText
Term Name: VerbatimElevation
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimElevation
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Verbatim Elevation
Definition:A text representation of the Elevation in its original format in the source database.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:VerbatimElevation-2003-06-17
Replaces:
Is Replaced By:verbatimElevation-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
Term Name: VerbatimElevation
Identifier:http://rs.tdwg.org/dwc/curatorial/VerbatimElevation
Namespace:http://rs.tdwg.org/dwc/curatorial/
Label:Verbatim Elevation
Definition:A text representation of the altitude in its original format in the source database. Example: "1000+- meters".
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:VerbatimElevation-2007-04-17
Replaces:VerbatimElevation-2003-06-17
Is Replaced By:verbatimElevation-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
Term Name: verbatimElevation
Identifier:http://rs.tdwg.org/dwc/terms/verbatimElevation
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Verbatim Elevation
Definition:The original description of the elevation (altitude, usually above sea level) of the Location.
Comment:Example: "100-200 m". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimElevation
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:verbatimElevation-2009-04-24
Replaces:VerbatimElevation-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactText
Term Name: verbatimEventDate
Identifier:http://rs.tdwg.org/dwc/terms/verbatimEventDate
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Verbatim EventDate
Definition:The verbatim original representation of the date and time information for an Event.
Comment:Examples: "spring 1910", "Marzo 2002", "1999-03-XX", "17IV1934". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimEventDate
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:verbatimEventDate-2009-04-24
Replaces:VerbatimCollectingDate-2007-04-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Event
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/DateTime/DateText
Term Name: VerbatimLatitude
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimLatitude
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Verbatim Latitude
Definition:A text representation of the Latitude data in its original format in the source database.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:VerbatimLatitude-2003-06-17
Replaces:
Is Replaced By:verbatimLatitude-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
Term Name: VerbatimLatitude
Identifier:http://rs.tdwg.org/dwc/geospatial/VerbatimLatitude
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:Verbatim Latitude
Definition:A text representation of the Latitude part of the coordinate data from its original source. Example: 47d09'99"N
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:VerbatimLatitude-2007-04-17
Replaces:VerbatimLatitude-2003-06-17
Is Replaced By:verbatimLatitude-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
Term Name: verbatimLatitude
Identifier:http://rs.tdwg.org/dwc/terms/verbatimLatitude
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Verbatim Latitude
Definition:The verbatim original latitude of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem.
Comment:Example: "41 05 54.03S". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimLatitude
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:verbatimLatitude-2009-04-24
Replaces:VerbatimLatitude-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLatitude
Term Name: verbatimLocality
Identifier:http://rs.tdwg.org/dwc/terms/verbatimLocality
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Verbatim Locality
Definition:The original textual description of the place.
Comment:Example: "25 km NNE Bariloche por R. Nac. 237". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimLocality
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:verbatimLocality-2009-04-24
Replaces:
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
Term Name: VerbatimLongitude
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/VerbatimLongitude
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Verbatim Longitude
Definition:A text representation of the Longitude data in its original format in the source database.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:VerbatimLongitude-2003-06-17
Replaces:
Is Replaced By:verbatimLongitude-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
Term Name: VerbatimLongitude
Identifier:http://rs.tdwg.org/dwc/geospatial/VerbatimLongitude
Namespace:http://rs.tdwg.org/dwc/geospatial/
Label:Verbatim Longitude
Definition:A text representation of the Longitude part of the coordinate data from its original source. Example: -122.43254
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:VerbatimLongitude-2007-04-17
Replaces:VerbatimLongitude-2003-06-17
Is Replaced By:verbatimLongitude-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
Term Name: verbatimLongitude
Identifier:http://rs.tdwg.org/dwc/terms/verbatimLongitude
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Verbatim Longitude
Definition:The verbatim original longitude of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem.
Comment:Example: "121d 10' 34" W". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimLongitude
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:verbatimLongitude-2009-04-24
Replaces:VerbatimLongitude-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLon/VerbatimLongitude
Term Name: verbatimTaxonRank
Identifier:http://rs.tdwg.org/dwc/terms/verbatimTaxonRank
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Verbatim Taxon Rank
Definition:The taxonomic rank of the most specific name in the scientificName as it appears in the original record.
Comment:Examples: "Agamospecies", "sub-lesus", "prole", "apomict", "nothogrex", "sp.", "subsp.", "var.". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimTaxonRank
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-07-06
Date Modified:2009-09-21
Has Domain:
Has Range:
Version:verbatimRank-2009-09-21
Replaces:verbatimScientificNameRank-2009-07-06
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: verbatimScientificNameRank
Identifier:http://rs.tdwg.org/dwc/terms/verbatimScientificNameRank
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Verbatim Scientific Name Rank
Definition:The taxonomic rank of the most specific name in the scientificName as it appears in the original record.
Comment:Examples: "Agamospecies", "sub-lesus", "prole", "apomict", "nothogrex".
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2009-07-06
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:verbatimScientificNameRank-2009-07-06
Replaces:
Is Replaced By:verbatimRank-2009-09-21
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: verbatimSRS
Identifier:http://rs.tdwg.org/dwc/terms/verbatimSRS
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Verbatim SRS
Definition:The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which coordinates given in verbatimLatitude and verbatimLongitude, or verbatimCoordinates are based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value "unknown".
Comment:Examples: "EPSG:4326", "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimSRS
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-07-06
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:verbatimSRS-2009-07-06
Replaces:
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:not in ABCD
Term Name: vernacularName
Identifier:http://rs.tdwg.org/dwc/terms/vernacularName
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Vernacular Name
Definition:A common or vernacular name.
Comment:Examples: "Andean Condor", "Condor Andino", "American Eagle", "Gänsegeier". For discussion see http://terms.tdwg.org/wiki/dwc:vernacularName
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2009-07-06
Date Modified:2009-07-06
Has Domain:
Has Range:
Version:vernacularName-2009-07-06
Replaces:
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Taxon
ABCD 2.06:not in ABCD
Term Name: WaterBody
Identifier:http://rs.tdwg.org/dwc/dwcore/WaterBody
Namespace:http://rs.tdwg.org/dwc/dwcore/
Label:Water Body
Definition:The full, unabbreviated name of the body of water in or over which the organism was collected or observed.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2007-04-17
Date Modified:2007-04-17
Has Domain:
Has Range:
Version:WaterBody-2007-04-17
Replaces:ContinentOcean-2003-06-17
Is Replaced By:waterBody-2009-04-24
Class:
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body
Term Name: waterBody
Identifier:http://rs.tdwg.org/dwc/terms/waterBody
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Water Body
Definition:The name of the water body in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Examples: "Indian Ocean", "Baltic Sea", "Hudson River". For discussion see http://terms.tdwg.org/wiki/dwc:waterBody
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:waterBody-2009-04-24
Replaces:WaterBody-2007-04-17
Is Replaced By:
Class:http://purl.org/dc/terms/Location
ABCD 2.06:DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName with NamedAreas/NamedArea/AreaClass= Water body
Term Name: year
Identifier:http://rs.tdwg.org/dwc/terms/year
Namespace:http://rs.tdwg.org/dwc/terms/
Label:Year
Definition:The four-digit year in which the Event occurred, according to the Common Era Calendar.
Comment:Example: "2008". For discussion see http://terms.tdwg.org/wiki/dwc:year
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:recommended
Date Issued:2008-11-19
Date Modified:2009-04-24
Has Domain:
Has Range:
Version:year-2009-04-24
Replaces:YearCollected-2003-06-17
Is Replaced By:
Class:http://rs.tdwg.org/dwc/terms/Event
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: YearCollected
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/YearCollected
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Year Collected
Definition:The year (expressed as an integer) in which the specimen was collected. The full year should be expressed (e.g. 1972 must be expressed as "1972" not "72"). Must always be a four digit integer [-9999..9999]
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:YearCollected-2003-06-13
Replaces:
Is Replaced By:year-2009-04-24
Class:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: YearCollected
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/YearCollected
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Year Collected
Definition:The four digit year in the Common Era calendar in which the cataloged item was collected.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:YearCollected-2003-06-17
Replaces:YearCollected-2003-06-13
Is Replaced By:year-2009-04-24
Class:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Gathering/ISODateTimeBegin
Term Name: YearIdentified
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/YearIdentified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Year Identified
Definition:The year portion of the date when the Collection Item was identified; as four digits [-9999..9999], e.g., 1906, 2002.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-13
Date Modified:2003-06-13
Has Domain:
Has Range:
Version:YearIdentified-2003-06-13
Replaces:
Is Replaced By:dateIdentified-2009-04-24
Class:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
Term Name: YearIdentified
Identifier:http://digir.net/schema/conceptual/darwin/2003/1.0/YearIdentified
Namespace:http://digir.net/schema/conceptual/darwin/2003/1.0/
Label:Year Identified
Definition:The four digit year in the Common Era calendar in which the cataloged item was identified as having the ScientificName.
Comment:
Type of Term:http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Refines:
Status:superseded
Date Issued:2003-06-17
Date Modified:2003-06-17
Has Domain:
Has Range:
Version:YearIdentified-2003-06-17
Replaces:YearIdentified-2003-06-13
Is Replaced By:dateIdentified-2009-04-24
Class:
ABCD 2.06:accessible from DataSets/DataSet/Units/Unit/Identifications/Identification/Date/DateText
+
+ + +

Except where otherwise noted, content on this site is licensed under a + Creative + Commons Attribution 4.0 International License.

+ +

Creative Commons License Copyright 2011-2014 - + Biodiversity Information Standards - TDWG - Contact Us
+ + +

+ + \ No newline at end of file diff --git a/terms/history/versions/index.htm b/terms/history/versions/index.htm new file mode 100644 index 0000000..b5c0490 --- /dev/null +++ b/terms/history/versions/index.htm @@ -0,0 +1,2930 @@ + + + + + + + Mapping Darwin Core to Old Versions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + +
+ + +

Mapping Darwin Core to Old Versions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Title:Mapping Darwin Core to Old Versions
Date Issued:2009-02-12
Date Modified:2014-11-08
Abstract: + This document is a quick reference for mappings between + elements in pre-standard Darwin Core versions and the current + Darwin Core terms. For complete historical term information, + including version changes and details on pre-standard terms, + see [HISTORY]. For a quick + reference guide to the current recommended Darwin Core terms, + see [TERMS]. +
Contributors:John Wieczorek (MVZ), Markus Döring (GBIF), Renato De + Giovanni (CRIA), Tim Robertson (GBIF), Dave Vieglais + (KUNHM)
Legal:This document is governed by the standard legal, copyright, + licensing provisions and disclaimers issued by the Taxonomic + Databases Working Group.
Part of TDWG Standard: + http://www.tdwg.org/standards/450/ +
Creator:Darwin Core Task Group
Identifier: + http://rs.tdwg.org/dwc/2014-11-08/terms/history/versions/
Latest Version: + http://rs.tdwg.org/dwc/terms/history/versions/ +
Replaces: + + http://rs.tdwg.org/dwc/2013-10-22/terms/history/versions/ +
Document Status:Current Standard
+
+ +

1. Introduction

Audience: This document is targeted toward + those who wish to understand how the standard Darwin Core terms are related + to previously used Darwin Core schemas. + +

Before becoming a TDWG standard, the Darwin Core was instantiated and + deployed in many different application profiles, all of them based on XML + schema. The openly developed and widely used versions of the Darwin Core + ([CLASSIC], + [MANIS], + [OBIS], [DRAFT14], [CURATORIAL], [GEOSPATIAL]), [PALEO]) + are each compared (mapped conceptually) to the current recommended Darwin + Core terms [TERMS] in this document. Each + historical version is mapped in a separate table and can be referenced + quickly from the Mappings section below.

+ +

2. Mappings

+ +

2.1 Darwin Core 1.2 (Classic)
+ 2.2 OBIS extension
+ 2.3 Darwin Core 1.21 + (MaNIS/HerpNet/ORNIS/FishNet2)
+ 2.4 Darwin Core 1.4 (Draft Standard)
+ 2.5 Darwin Core 1.4 Curatorial extension
+ 2.6 Darwin Core 1.4 Geospatial extension
+ 2.7 Darwin Core 1.4 Paleontology extension

+ +

+ +

2.1 Darwin Core 1.2 (Classic)

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Darwin Core 1.2 ElementRecommended Term
+ DateLastModified + + dcterms:modified +
+ InstitutionCode + + institutionCode +
+ CollectionCode + + collectionCode +
+ CatalogNumber + + catalogNumber +
+ ScientificName + + scientificName +
+ BasisOfRecord + + basisOfRecord +
+ Kingdom + + kingdom +
+ Phylum + + phylum +
+ Class + + class +
+ Order + + order +
+ Family + + family +
+ Genus + + genus +
+ Species + + specificEpithet +
+ Subspecies + + infraspecificEpithet +
+ ScientificNameAuthor + + scientificNameAuthorship +
+ IdentifiedBy + + identifiedBy +
+ YearIdentified + + dateIdentified +
+ MonthIdentified + + dateIdentified +
+ DayIdentified + + dateIdentified +
+ TypeStatus + + typeStatus +
+ CollectorNumber + + recordNumber +
+ FieldNumber + + fieldNumber +
+ Collector + + recordedBy +
+ YearCollected + + year +
+ MonthCollected + + month +
+ DayCollected + + day +
+ JulianDay + + startDayOfYear +
+ TimeOfDay + + eventTime +
+ ContinentOcean + + continent +
+ Country + + country +
+ StateProvince + + stateProvince +
+ County + + county +
+ Locality + + locality +
+ Longitude + + decimalLongitude +
+ Latitude + + decimalLatitude +
+ CoordinatePrecision + + coordinatePrecision +
+ BoundingBox + + footprintWKT +
+ MinimumElevation + + minimumElevationInMeters +
+ MaximumElevation + + maximumElevationInMeters +
+ MinimumDepth + + minimumDepthInMeters +
+ MaximumDepth + + maximumDepthInMeters +
+ Sex + + sex +
+ PreparationType + + preparations +
+ IndividualCount + + individualCount +
+ PreviousCatalogNumber + + otherCatalogNumbers +
+ RelationshipType + + relationshipOfResource +
+ RelatedCatalogItem + + associatedOccurrences +
+ Notes + + occurrenceRemarks +
+ +

2.2 OBIS extension

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
OBIS ElementRecommended Term
+ RecordURL + + dcterms:references +
+ Source + + dcterms:bibliographicCitation +
+ Citation + + dcterms:bibliographicCitation +
+ Subgenus + + subgenus +
+ StartYearCollected + + eventDate +
+ EndYearCollected + + eventDate +
+ StartMonthCollected + + eventDate +
+ EndMonthCollected + + eventDate +
+ StartDayCollected + + eventDate +
+ EndDayCollected + + eventDate +
+ StartJulianDay + + startDayOfYear +
+ EndJulianDay + + endDayOfYear +
+ StartTimeOfDay + + eventTime +
+ EndTimeOfDay + + eventTime +
+ TimeZone + + eventTime +
+ StartLongitude + + footprintWKT +
+ EndLongitude + + footprintWKT +
+ StartLatitude + + footprintWKT +
+ EndLatitude + + footprintWKT +
+ Start_EndCoordinatePrecision + + coordinateUncertaintyInMeters +
+ DepthRange + + verbatimDepth +
+ Temperature + + dynamicProperties +
+ Lifestage + + lifeStage +
+ ObservedIndividualCount + + individualCount +
+ SampleSize + + dynamicProperties +
+ ObservedWeight + + dynamicProperties +
+ GMLFeature + + footprintWKT +
+ +

2.3 Darwin Core 1.21 (MaNIS/HerpNet/ORNIS/FishNet2)

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Darwin Core 1.21 ElementRecommended Term
+ DateLastModified + + dcterms:modified +
+ BasisOfRecord + + basisOfRecord +
+ InstitutionCode + + institutionCode +
+ CollectionCode + + collectionCode +
+ CatalogNumberText + + catalogNumber +
+ CatalogNumberNumeric + + catalogNumber +
+ Collector + + recordedBy +
+ CollectorNumber + + recordNumber +
+ FieldNumber + + fieldNumber +
+ YearCollected + + year +
+ MonthCollected + + month +
+ DayCollected + + day +
+ TimeCollected + + eventTime +
+ VerbatimCollectingDate + + verbatimEventDate +
+ FieldNotes + + fieldNotes +
+ JulianDay + + startDayOfYear +
+ HigherGeography + + higherGeography +
+ ContinentOcean + + continent +
+ IslandGroup + + islandGroup +
+ Island + + island +
+ Country + + country +
+ StateProvince + + stateProvince +
+ County + + county +
+ Locality + + locality +
+ DecimalLatitude + + decimalLatitude +
+ DecimalLongitude + + decimalLongitude +
+ HorizontalDatum + + geodeticDatum +
+ OriginalCoordinateSystem + + verbatimCoordinateSystem +
+ VerbatimLatitude + + verbatimLatitude +
+ VerbatimLongitude + + verbatimLongitude +
+ GeorefMethod + + georeferenceProtocol +
+ CoordinateUncertaintyInMeters + + coordinateUncertaintyInMeters +
+ LatLongComments + + georeferenceRemarks +
+ BoundingBox + + footprintWKT +
+ MinimumElevationInMeters + + minimumElevationInMeters +
+ MaximumElevationInMeters + + maximumElevationInMeters +
+ VerbatimElevation + + verbatimElevation +
+ MinimumDepthInMeters + + minimumDepthInMeters +
+ MaximumDepthInMeters + + maximumDepthInMeters +
+ VerbatimDepth + + verbatimDepth +
+ ScientificName + + scientificName +
+ HigherTaxon + + higherClassification +
+ Kingdom + + kingdom +
+ Phylum + + phylum +
+ Class + + class +
+ Order + + order +
+ Family + + family +
+ Genus + + genus +
+ Species + + specificEpithet +
+ Subspecies + + infraspecificEpithet +
+ ScientificNameAuthor + + scientificNameAuthorship +
+ IdentifiedBy + + identifiedBy +
+ IdentificationModifier + + identificationQualifier +
+ YearIdentified + + dateIdentified +
+ MonthIdentified + + dateIdentified +
+ DayIdentified + + dateIdentified +
+ TypeStatus + + typeStatus +
+ Sex + + sex +
+ Preparations + + preparations +
+ Tissues + + preparations +
+ IndividualCount + + individualCount +
+ AgeClass + + lifeStage +
+ GenBankNum + + associatedSequences +
+ OtherCatalogNumbers + + otherCatalogNumbers +
+ RelatedCatalogedItems + + associatedOccurrences +
+ Remarks + + occurrenceRemarks +
+ +

2.4 Darwin Core 1.4 (Draft Standard)

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Darwin Core 1.4 ElementRecommended Term
+ GlobalUniqueIdentifier + + occurrenceID +
+ DateLastModified + + dcterms:modified +
+ BasisOfRecord + + basisOfRecord +
+ InstitutionCode + + institutionCode +
+ CollectionCode + + collectionCode +
+ CatalogNumber + + catalogNumber +
+ InformationWithheld + + informationWithheld +
+ Remarks + + occurrenceRemarks +
+ ScientificName + + scientificName +
+ HigherTaxon + + higherClassification +
+ Kingdom + + kingdom +
+ Phylum + + phylum +
+ Class + + class +
+ Order + + order +
+ Family + + family +
+ Genus + + genus +
+ SpecificEpithet + + specificEpithet +
+ InfraspecificRank + + taxonRank +
+ InfraspecificEpithet + + infraspecificEpithet +
+ AuthorYearOfScientificName + + scientificNameAuthorship +
+ NomenclaturalCode + + nomenclaturalCode +
+ IdentificationQualifier + + identificationQualifier +
+ HigherGeography + + higherGeography +
+ Continent + + continent +
+ WaterBody + + waterBody +
+ IslandGroup + + islandGroup +
+ Island + + island +
+ Country + + country +
+ StateProvince + + stateProvince +
+ County + + county +
+ Locality + + locality +
+ MinimumElevationInMeters + + minimumElevationInMeters +
+ MaximumElevationInMeters + + maximumElevationInMeters +
+ MinimumDepthInMeters + + minimumDepthInMeters +
+ MaximumDepthInMeters + + maximumDepthInMeters +
+ CollectingMethod + + samplingProtocol +
+ ValidDistributionFlag + + establishmentMeans +
+ EarliestDateCollected + + eventDate +
+ LatestDateCollected + + eventDate +
+ DayOfYear + + startDayOfYear +
+ Collector + + recordedBy +
+ Sex + + sex +
+ LifeStage + + lifeStage +
+ Attributes + + dynamicProperties +
+ ImageURL + + associatedMedia +
+ RelatedInformation + + dcterms:references +
+ +

2.5 Darwin Core 1.4 Curatorial extension

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Darwin Core 1.4 Curatorial ElementRecommended Term
+ CatalogNumberNumeric + + catalogNumber +
+ IdentifiedBy + + identifiedBy +
+ DateIdentified + + dateIdentified +
+ CollectorNumber + + recordNumber +
+ FieldNumber + + fieldNumber +
+ FieldNotes + + fieldNotes +
+ VerbatimCollectingDate + + verbatimEventDate +
+ VerbatimElevation + + verbatimElevation +
+ VerbatimDepth + + verbatimDepth +
+ Preparations + + preparations +
+ TypeStatus + + typeStatus +
+ GenBankNumber + + associatedSequences +
+ OtherCatalogNumbers + + otherCatalogNumbers +
+ RelatedCatalogedItems + + associatedOccurrences +
+ Disposition + + disposition +
+ IndividualCount + + individualCount +
+ +

2.6 Darwin Core 1.4 Geospatial extension

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Darwin Core 1.4 Geospatial ElementRecommended Term
+ DecimalLatitude + + decimalLatitude +
+ DecimalLongitude + + decimalLongitude +
+ GeodeticDatum + + geodeticDatum +
+ CoordinateUncertaintyInMeters + + coordinateUncertaintyInMeters +
+ PointRadiusSpatialFit + + pointRadiusSpatialFit +
+ VerbatimCoordinates + + verbatimCoordinates +
+ VerbatimLatitude + + verbatimLatitude +
+ VerbatimLongitude + + verbatimLongitude +
+ VerbatimCoordinateSystem + + verbatimCoordinateSystem +
+ GeoreferenceProtocol + + georeferenceProtocol +
+ GeoreferenceSources + + georeferenceSources +
+ GeoreferenceVerificationStatus + + georeferenceVerificationStatus +
+ GeoreferenceRemarks + + georeferenceRemarks +
+ FootprintWKT + + footprintWKT +
+ FootprintSpatialFit + + footprintSpatialFit +
+ +

2.7 Darwin Core 1.4 Paleontology extension

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Darwin Core 1.4 Paleontology ElementRecommended Term
+ EarliestEonOrLowestEonothem + + earliestEonOrLowestEonothem +
+ LatestEonOrHighestEonothem + + latestEonOrHighestEonothem +
+ EarliestEraOrLowestErathem + + earliestEraOrLowestErathem +
+ LatestEraOrHighestErathem + + latestEraOrHighestErathem +
+ EarliestPeriodOrLowestSystem + + earliestPeriodOrLowestSystem +
+ LatestPeriodOrHighestSystem + + latestPeriodOrHighestSystem +
+ EarliestEpochOrLowestSeries + + earliestEpochOrLowestSeries +
+ LatestEpochOrHighestSeries + + latestEpochOrHighestSeries +
+ EarliestAgeOrLowestStage + + earliestAgeOrLowestStage +
+ LatestAgeOrHighestStage + + latestAgeOrHighestStage +
+ LowestBiostratigraphicZone + + lowestBiostratigraphicZone +
+ HighestBiostratigraphicZone + + highestBiostratigraphicZone +
+ LithostratigraphicTerms + + lithostratigraphicTerms +
+ Group + + group +
+ Formation + + formation +
+ Member + + member +
+ Bed + + bed +
+
+ + +

Except where otherwise noted, content on this site is licensed under a + Creative + Commons Attribution 4.0 International License.

+ +

Creative Commons License Copyright 2011-2014 - + Biodiversity Information Standards - TDWG - Contact Us
+ +

+ + \ No newline at end of file diff --git a/terms/index.htm b/terms/index.htm new file mode 100644 index 0000000..62e765e --- /dev/null +++ b/terms/index.htm @@ -0,0 +1,910 @@ + + + + + + + Darwin Core Terms: A quick reference guide + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + +
+ + +

Darwin Core Terms: A quick reference guide

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Title:Darwin Core Terms: A quick reference guide
Date Issued:2009-02-12
Date Modified:2014-11-12
Abstract: + This document is a quick reference for all recommended Darwin + Core terms. For complete historical term information, + including version changes and pre-standard terms, see + [HISTORY]. For a + comparative table of elements from pre-standard versions of + Darwin Core to the current terms in the standard, see + [VERSIONS]. +
Contributors:John Wieczorek (MVZ), Markus Döring (GBIF), Renato De + Giovanni (CRIA), Tim Robertson (GBIF), Dave Vieglais + (KUNHM)
Legal:This document is governed by the standard legal, copyright, + licensing provisions and disclaimers issued by the Taxonomic + Databases Working Group.
Part of TDWG Standard: + http://www.tdwg.org/standards/450/ +
Creator:Darwin Core Task Group
Identifier:http://rs.tdwg.org/dwc/2014-11-08/terms/
Latest Version: + http://rs.tdwg.org/dwc/terms/ +
Replaces: + http://rs.tdwg.org/dwc/2013-10-22/terms/ +
Document Status:Current Standard
+
+ +

1. Term Index

Audience: This document is targeted toward those + who need a reference (lists and definitions) to the essential information + about the current recommended Darwin Core terms. + +

This quick guide provides a list of all current terms of the Darwin core. + The terms are organized by categories (in bold) in the index. The categories + correspond to Darwin Core terms that are classes (terms that have other terms + to describe them). The terms that describe a given class (the class + properties) appear in the list immediately below the name of the category in + the index. The index provides links to the term descriptions in the table + below the index.

+ +

Names that begin with dcterms: are terms managed by the Dublin + Core Metadata Initiative [DCMI], + which are reproduced here and which may include a description and comments + adapted for the biodiversity community. The original definition of such terms + can be found by following the link given in the Details section for + the term.

+ +

Terms under the Record-level Terms section apply to the whole + record regardless of the record type. For example, a record for a camera trap + bird sighting would fall into the Dublin Core dcterms:type category + StillImage and at the same time into the Darwin Core + basisOfRecord category MachineObservation - a particular type + of Occurrence, so the value of dcterms:type term for the record + would be "StillImage" and the value of the basisOfRecord term would be + "MachineObservation" to show which kind of Occurrence record it is. + All of the rest of the record-level terms would apply to the + Occurrence record.

+ +

+ +

The terms found under the Auxiliary Terms section can only be + meaningfully implemented in an application that supports relational + structures. For example, none of the auxiliary terms will be found in the + specification of the Simple Darwin Core [SIMPLEDWC], which is "flat" in structure.

+
+ + + +

Record-level Terms

+ +

dcterms:type | dcterms:modified | dcterms:language | dcterms:license | dcterms:rightsHolder | dcterms:accessRights | dcterms:bibliographicCitation | dcterms:references

+ +

institutionID | collectionID | datasetID | + institutionCode | collectionCode | datasetName + | ownerInstitutionCode | basisOfRecord | informationWithheld | dataGeneralizations | dynamicProperties

+ +

Occurrence

+ +

occurrenceID | catalogNumber | recordNumber + | recordedBy | individualCount | sex | lifeStage | reproductiveCondition | behavior | establishmentMeans | occurrenceStatus | preparations | disposition | + associatedMedia | associatedReferences | associatedSequences | associatedTaxa | otherCatalogNumbers | occurrenceRemarks

+ +

Organism

+ +

organismID | organismName | organismScope + | associatedOccurrences | associatedOrganisms | previousIdentifications | organismRemarks

+ +

MaterialSample | LivingSpecimen | PreservedSpecimen | FossilSpecimen

+ +

materialSampleID

+ +

Event | HumanObservation + | + MachineObservation

+ +

eventID | fieldNumber | + eventDate | eventTime | + startDayOfYear | endDayOfYear | year | month | day | verbatimEventDate | habitat | + samplingProtocol | samplingEffort | fieldNotes | + eventRemarks

+ +

Location

+ +

locationID | higherGeographyID | higherGeography | continent | + waterBody | islandGroup | + island | country | countryCode | stateProvince | + county | municipality | + locality | verbatimLocality | minimumElevationInMeters | maximumElevationInMeters | verbatimElevation | minimumDepthInMeters | maximumDepthInMeters | verbatimDepth | minimumDistanceAboveSurfaceInMeters + | maximumDistanceAboveSurfaceInMeters + | locationAccordingTo | locationRemarks | decimalLatitude | decimalLongitude | geodeticDatum | coordinateUncertaintyInMeters | coordinatePrecision | pointRadiusSpatialFit | verbatimCoordinates | verbatimLatitude | verbatimLongitude | verbatimCoordinateSystem | verbatimSRS | footprintWKT | + footprintSRS | footprintSpatialFit | georeferencedBy | georeferencedDate | georeferenceProtocol | georeferenceSources | georeferenceVerificationStatus | + georeferenceRemarks

+ +

GeologicalContext

+ +

geologicalContextID | earliestEonOrLowestEonothem | latestEonOrHighestEonothem | earliestEraOrLowestErathem | latestEraOrHighestErathem | earliestPeriodOrLowestSystem | latestPeriodOrHighestSystem | earliestEpochOrLowestSeries | latestEpochOrHighestSeries | earliestAgeOrLowestStage | latestAgeOrHighestStage | lowestBiostratigraphicZone | highestBiostratigraphicZone | lithostratigraphicTerms | group | formation | member | bed

+ +

Identification

+ +

identificationID | identificationQualifier | typeStatus | identifiedBy | + dateIdentified | identificationReferences | identificationVerificationStatus | + identificationRemarks

+ +

Taxon

+ +

taxonID | scientificNameID | acceptedNameUsageID | parentNameUsageID | originalNameUsageID | nameAccordingToID | namePublishedInID | taxonConceptID | scientificName | acceptedNameUsage | parentNameUsage | originalNameUsage | nameAccordingTo | namePublishedIn | namePublishedInYear | higherClassification | kingdom | phylum | class | order | family | genus | subgenus | specificEpithet | + infraspecificEpithet | taxonRank | verbatimTaxonRank | scientificNameAuthorship | vernacularName | nomenclaturalCode | taxonomicStatus | nomenclaturalStatus | taxonRemarks

+ +

Auxiliary Terms

+ +

+ +

MeasurementOrFact

+ +

measurementID | measurementType | measurementValue | measurementAccuracy | measurementUnit | measurementDeterminedBy | measurementDeterminedDate | measurementMethod | measurementRemarks

+ +

ResourceRelationship

+ +

resourceRelationshipID | resourceID | relatedResourceID | relationshipOfResource | relationshipAccordingTo | relationshipEstablishedDate | relationshipRemarks

+ +

3. Term Definitions

The table below contains the term information + essential for most users. The complete documentation for each term can be + found by following the link in the Detailssection of the description. + The link takes you to the appropriate entry in the Complete + History[HISTORY] document. The + definitions for the fields describing each term are: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Term Name:The name by which the latest version of the term is + commonly known.
Identifier:The unique identifier for the latest version of the + term.
Class:The primary category of terms (Class) that this term + describes.
Definition:A description of the nature of the content of the + term.
Comment:Further commentary about the usage of the term, with + examples and a reference to further information.
Details:A link to the complete information about the term, + including access to its history.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Term Name: Occurrence
Identifier:http://rs.tdwg.org/dwc/terms/Occurrence
Class:
Definition:An existence of an Organism (sensu http://rs.tdwg.org/dwc/terms/Organism) at a particular place at a particular time.
Comment:Examples: A wolf pack on the shore of Kluane Lake in 1988. A virus in a plant leaf in a the New York Botanical Garden at 15:29 on 2014-10-23. A fungus in Central Park in the summer of 1929. For discussion see http://terms.tdwg.org/wiki/dwc:Occurrence
Details:Occurrence
Term Name: Organism
Identifier:http://rs.tdwg.org/dwc/terms/Organism
Class:
Definition:A particular organism or defined group of organisms considered to be taxonomically homogeneous.
Comment:Instances of the Organism class are intended to facilitate linking of one or more Identification instances to one or more Occurrence instances. Therefore, things that are typically assigned scientific names (such as viruses, hybrids, and lichens) and aggregates whose occurrences are typically recorded (such as packs, clones, and colonies) are included in the scope of this class. For discussion see http://terms.tdwg.org/wiki/dwc:Organism
Details:Organism
Term Name: MaterialSample
Identifier:http://rs.tdwg.org/dwc/terms/MaterialSample
Class:
Definition:A physical results of a sampling (or subsampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed.
Comment:Examples: A whole organism preserved in a collection. A part of an organism isolated for some purpose. A soil sample. A marine microbial sample. For discussion see http://terms.tdwg.org/wiki/dwc:MaterialSample
Details:MaterialSample
Term Name: LivingSpecimen
Identifier:http://rs.tdwg.org/dwc/terms/LivingSpecimen
Class:
Definition:A specimen that is alive.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:LivingSpecimen
Details:LivingSpecimen
Term Name: PreservedSpecimen
Identifier:http://rs.tdwg.org/dwc/terms/PreservedSpecimen
Class:
Definition:A specimen that has been preserved.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:PreservedSpecimen
Details:PreservedSpecimen
Term Name: FossilSpecimen
Identifier:http://rs.tdwg.org/dwc/terms/FossilSpecimen
Class:
Definition:A preserved specimen that is a fossil.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:FossilSpecimen
Details:FossilSpecimen
Term Name: Event
Identifier:http://rs.tdwg.org/dwc/terms/Event
Class:
Definition:An action that occurs at some location during some time.
Comment:Examples: A specimen collection process. A machine observation. For discussion see http://terms.tdwg.org/wiki/dwc:Event
Details:Event
Term Name: HumanObservation
Identifier:http://rs.tdwg.org/dwc/terms/HumanObservation
Class:
Definition:An output of a human observation process.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:HumanObservation
Details:HumanObservation
Term Name: MachineObservation
Identifier:http://rs.tdwg.org/dwc/terms/MachineObservation
Class:
Definition:An output of a machine observation process.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:MachineObservation
Details:MachineObservation
Term Name: Location
Identifier:http://purl.org/dc/terms/Location
Class:
Definition:A spatial region or named place.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:Location
Details:http://dublincore.org/usage/terms/history/#Location-001, Location
Term Name: GeologicalContext
Identifier:http://rs.tdwg.org/dwc/terms/GeologicalContext
Class:
Definition:Geological information, such as stratigraphy, that qualifies a region or place.
Comment:Example: A lithostratigraphic layer. For discussion see http://terms.tdwg.org/wiki/dwc:GeologicalContext
Details:GeologicalContext
Term Name: Identification
Identifier:http://rs.tdwg.org/dwc/terms/Identification
Class:
Definition:A taxonomic determination (e.g., the assignment to a taxon).
Comment:Example: A subspecies determination of an organism. For discussion see http://terms.tdwg.org/wiki/dwc:Identification
Details:Identification
Term Name: Taxon
Identifier:http://rs.tdwg.org/dwc/terms/Taxon
Class:
Definition:A group of organisms (sensu http://purl.obolibrary.org/obo/OBI_0100026) considered by taxonomists to form a homogeneous unit.
Comment:Example: The genus Truncorotaloides as published by Brönnimann et al. in 1953 in the Journal of Paleontology Vol. 27(6) p. 817-820. For discussion see http://terms.tdwg.org/wiki/dwc:Taxon
Details:Taxon
Term Name: MeasurementOrFact
Identifier:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
Class:
Definition:A measurement of or fact about an rdfs:Resource (http://www.w3.org/2000/01/rdf-schema#Resource).
Comment:Resources can be thought of as identifiable records or instances of classes and may include, but need not be limited to Occurrences, Organisms, MaterialSamples, Events, Locations, GeologicalContexts, Identifications, or Taxa. Examples: The weight of an organism in grams. The number of placental scars. For discussion see http://terms.tdwg.org/wiki/dwc:MeasurementOrFact
Details:MeasurementOrFact
Term Name: ResourceRelationship
Identifier:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Class:
Definition:A relationship of one rdfs:Resource (http://www.w3.org/2000/01/rdf-schema#Resource) to anothe) to another.
Comment:Resources can be thought of as identifiable records or instances of classes and may include, but need not be limited to Occurrences, Organisms, MaterialSamples, Events, Locations, GeologicalContexts, Identifications, or Taxa. Example: An instance of an Organism is the mother of another instance of an Organism. For discussion see http://terms.tdwg.org/wiki/dwc:ResourceRelationship
Details:ResourceRelationship
Term Name: dcterms:type
Identifier:http://purl.org/dc/terms/type
Class:all
Definition:The nature or genre of the resource. For Darwin Core, recommended best practice is to use the name of the class that defines the root of the record.
Comment:Examples: "StillImage", "MovingImage", "Sound", "PhysicalObject", "Event", "Text". For discussion see http://terms.tdwg.org/wiki/dwc:type
Details:http://dublincore.org/usage/terms/history/#typeT-001, dcterms:type
Term Name: dcterms:modified
Identifier:http://purl.org/dc/terms/modified
Class:all
Definition:The most recent date-time on which the resource was changed. For Darwin Core, recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
Comment:Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see http://terms.tdwg.org/wiki/dwc:modified
Details:http://dublincore.org/usage/terms/history/#modified-003, dcterms:modified
Term Name: dcterms:language
Identifier:http://purl.org/dc/terms/language
Class:all
Definition:A language of the resource. Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].
Comment:Examples: "en" for English, "es" for Spanish. For discussion see http://terms.tdwg.org/wiki/dwc:language
Details:http://dublincore.org/usage/terms/history/#languageT-001, dcterms:language
Term Name: dcterms:license
Identifier:http://purl.org/dc/terms/license
Class:all
Definition:A legal document giving official permission to do something with the resource.
Comment:Examples: "http://creativecommons.org/publicdomain/zero/1.0/legalcode", "http://creativecommons.org/licenses/by/4.0/legalcode". For discussion see http://terms.tdwg.org/wiki/dwc:license
Details:http://dublincore.org/usage/terms/history/#license-002, dcterms:license
Term Name: dcterms:rightsHolder
Identifier:http://purl.org/dc/terms/rightsHolder
Class:all
Definition:A person or organization owning or managing rights over the resource.
Comment:Example: "The Regents of the University of California.". For discussion see http://terms.tdwg.org/wiki/dwc:rightsHolder
Details:http://dublincore.org/usage/terms/history/#rightsHolder-002, dcterms:rightsHolder
Term Name: dcterms:accessRights
Identifier:http://purl.org/dc/terms/accessRights
Class:all
Definition:Information about who can access the resource or an indication of its security status. Access Rights may include information regarding access or restrictions based on privacy, security, or other policies.
Comment:Example: "not-for-profit use only". For discussion see http://terms.tdwg.org/wiki/dwc:accessRights
Details:http://dublincore.org/usage/terms/history/#accessRights-002, dcterms:accessRights
Term Name: dcterms:bibliographicCitation
Identifier:http://purl.org/dc/terms/bibliographicCitation
Class:all
Definition:A bibliographic reference for the resource as a statement indicating how this record should be cited (attributed) when used. Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible.
Comment:Examples: "Ctenomys sociabilis (MVZ 165861)" for a specimen, "Oliver P. Pearson. 1985. Los tuco-tucos (genera Ctenomys) de los Parques Nacionales Lanin y Nahuel Huapi, Argentina Historia Natural, 5(37):337-343." for a Taxon. For discussion see http://terms.tdwg.org/wiki/dwc:bibliographicCitation
Details:http://dublincore.org/usage/terms/history/#bibliographicCitation-002, dcterms:bibliogra +
Term Name: dcterms:references
Identifier:http://purl.org/dc/terms/references
Class:all
Definition:A related resource that is referenced, cited, or otherwise pointed to by the described resource.
Comment:Examples: "http://mvzarctos.berkeley.edu/guid/MVZ:Mamm:165861"; "http://www.catalogueoflife.org/annual-checklist/show_species_details.php?record_id=6197868". For discussion see http://terms.tdwg.org/wiki/dwc:references
Details:http://dublincore.org/usage/terms/history/#references-003, dcterms:references
Term Name: institutionID
Identifier:http://rs.tdwg.org/dwc/terms/institutionID
Class:all
Definition:An identifier for the institution having custody of the object(s) or information referred to in the record.
Comment:For physical specimens, the recommended best practice is to use an identifier from a collections registry such as the Global Registry of Biodiversity Repositories (http://grbio.org/). Examples: "http://biocol.org/urn:lsid:biocol.org:col:34777", "http://grbio.org/cool/km06-gtbn). Examples: "http://biocol.org/urn:lsid:biocol.org:col:34777", "http://grbio.org/cool/km06-gtbn". For discussion see http://terms.tdwg.org/wiki/dwc:institutionID
Details:institutionID
Term Name: collectionID
Identifier:http://rs.tdwg.org/dwc/terms/collectionID
Class:all
Definition:An identifier for the collection or dataset from which the record was derived.
Comment:For physical specimens, the recommended best practice is to use an identifier from a collections registry such as the Global Registry of Biodiversity Repositories (http://grbio.org/). Examples: "http://biocol.org/urn:lsid:biocol.org:col:1001", "http://grbio.org/cool/p5fp-c036). Examples: "http://biocol.org/urn:lsid:biocol.org:col:1001", "http://grbio.org/cool/p5fp-c036". For discussion see http://terms.tdwg.org/wiki/dwc:collectionID
Details:collectionID
Term Name: datasetID
Identifier:http://rs.tdwg.org/dwc/terms/datasetID
Class:all
Definition:An identifier for the set of data. May be a global unique identifier or an identifier specific to a collection or institution.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:datasetID
Details:datasetID
Term Name: institutionCode
Identifier:http://rs.tdwg.org/dwc/terms/institutionCode
Class:all
Definition:The name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record.
Comment:Examples: "MVZ", "FMNH", "AKN-CLO", "University of California Museum of Paleontology (UCMP)". For discussion see http://terms.tdwg.org/wiki/dwc:institutionCode
Details:institutionCode
Term Name: collectionCode
Identifier:http://rs.tdwg.org/dwc/terms/collectionCode
Class:all
Definition:The name, acronym, coden, or initialism identifying the collection or data set from which the record was derived.
Comment:Examples: "Mammals", "Hildebrandt", "eBird". For discussion see http://terms.tdwg.org/wiki/dwc:collectionCode
Details:collectionCode
Term Name: datasetName
Identifier:http://rs.tdwg.org/dwc/terms/datasetName
Class:all
Definition:The name identifying the data set from which the record was derived.
Comment:Examples: "Grinnell Resurvey Mammals", "Lacey Ctenomys Recaptures". For discussion see http://terms.tdwg.org/wiki/dwc:datasetName
Details:datasetName
Term Name: ownerInstitutionCode
Identifier:http://rs.tdwg.org/dwc/terms/ownerInstitutionCode
Class:all
Definition:The name (or acronym) in use by the institution having ownership of the object(s) or information referred to in the record.
Comment:Examples: "NPS", "APN", "InBio". For discussion see http://terms.tdwg.org/wiki/dwc:ownerInstitutionCode
Details:ownerInstitutionCode
Term Name: basisOfRecord
Identifier:http://rs.tdwg.org/dwc/terms/basisOfRecord
Class:all
Definition:The specific nature of the data record.
Comment:Recommended best practice is to use a controlled vocabulary such as the list of Darwin Core classes. Examples: "PreservedSpecimen", "FossilSpecimen", "LivingSpecimen", "HumanObservation", "MachineObservation". For discussion see http://terms.tdwg.org/wiki/dwc:basisOfRecord
Details:basisOfRecord
Term Name: informationWithheld
Identifier:http://rs.tdwg.org/dwc/terms/informationWithheld
Class:all
Definition:Additional information that exists, but that has not been shared in the given record.
Comment:Examples: "location information not given for endangered species", "collector identities withheld", "ask about tissue samples". For discussion see http://terms.tdwg.org/wiki/dwc:informationWithheld
Details:informationWithheld
Term Name: dataGeneralizations
Identifier:http://rs.tdwg.org/dwc/terms/dataGeneralizations
Class:all
Definition:Actions taken to make the shared data less specific or complete than in its original form. Suggests that alternative data of higher quality may be available on request.
Comment:Example: "Coordinates generalized from original GPS coordinates to the nearest half degree grid cell". For discussion see http://terms.tdwg.org/wiki/dwc:dataGeneralizations
Details:dataGeneralizations
Term Name: dynamicProperties
Identifier:http://rs.tdwg.org/dwc/terms/dynamicProperties
Class:all
Definition:A list of additional measurements, facts, characteristics, or assertions about the record. Meant to provide a mechanism for structured content.
Comment:The recommended best practice is to use a key:value encoding schema such as JSON. Examples: "{'heightInMeters':'1.5'}", "{'tragusLengthInMeters':'0.014', 'weightInGrams':'120'}", "{'natureOfID':'expert identification', 'identificationEvidence':'cytochrome B sequence'}", "{'relativeHumidity':'28', 'airTemperatureInCelcius':'22', 'sampleSizeInKilograms':'10'}", "{'aspectHeading':'277', 'slopeInDegrees':'6'}", "{'iucnStatus':'vulnerable', 'taxonDistribution':'Neuquén, Argentina'}". For discussion see http://terms.tdwg.org/wiki/dwc:dynamicProperties
Details:dynamicProperties
Term Name: occurrenceID
Identifier:http://rs.tdwg.org/dwc/terms/occurrenceID
Class:http://rs.tdwg.org/dwc/terms/Occurrence
Definition:An identifier for the Occurrence (as opposed to a particular digital record of the occurrence). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the occurrenceID globally unique.
Comment:For a specimen in the absence of a bona fide global unique identifier, for example, use the form: "urn:catalog:[institutionCode]:[collectionCode]:[catalogNumber]. Examples: "urn:lsid:nhm.ku.edu:Herps:32", "urn:catalog:FMNH:Mammal:145732". For discussion see http://terms.tdwg.org/wiki/dwc:occurrenceID
Details:occurrenceID
Term Name: catalogNumber
Identifier:http://rs.tdwg.org/dwc/terms/catalogNumber
Class:http://rs.tdwg.org/dwc/terms/Occurrence
Definition:An identifier (preferably unique) for the record within the data set or collection.
Comment:Examples: "2008.1334", "145732a", "145732". For discussion see http://terms.tdwg.org/wiki/dwc:catalogNumber
Details:catalogNumber
Term Name: recordNumber
Identifier:http://rs.tdwg.org/dwc/terms/recordNumber
Class:http://rs.tdwg.org/dwc/terms/Occurrence
Definition:An identifier given to the Occurrence at the time it was recorded. Often serves as a link between field notes and an Occurrence record, such as a specimen collector's number.
Comment:Example: "OPP 7101". For discussion see http://terms.tdwg.org/wiki/dwc:recordNumber
Details:recordNumber
Term Name: recordedBy
Identifier:http://rs.tdwg.org/dwc/terms/recordedBy
Class:http://rs.tdwg.org/dwc/terms/Occurrence
Definition:A list (concatenated and separated) of names of people, groups, or organizations responsible for recording the original Occurrence. The primary collector or observer, especially one who applies a personal identifier (recordNumber), should be listed first.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). The primary collector or observer, especially one who applies a personal identifier (recordNumber), should be listed first. Examples: "José E. Crespo", "Oliver P. Pearson | Anita K. Pearson" where the value in recordNumber "OPP 7101" corresponds to the number for the specimen in the field catalog (collector number) of Oliver P. Pearson. For discussion see http://terms.tdwg.org/wiki/dwc:recordedBy
Details:recordedBy
Term Name: individualCount
Identifier:http://rs.tdwg.org/dwc/terms/individualCount
Class:http://rs.tdwg.org/dwc/terms/Occurrence
Definition:The number of individuals represented present at the time of the Occurrence.
Comment:Examples: "1", "25". For discussion see http://terms.tdwg.org/wiki/dwc:individualCount
Details:individualCount
Term Name: sex
Identifier:http://rs.tdwg.org/dwc/terms/sex
Class:http://rs.tdwg.org/dwc/terms/Occurrence
Definition:The sex of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "female", "hermaphrodite", "8 males, 4 females". For discussion see http://terms.tdwg.org/wiki/dwc:sex
Details:sex
Term Name: lifeStage
Identifier:http://rs.tdwg.org/dwc/terms/lifeStage
Class:http://rs.tdwg.org/dwc/terms/Occurrence
Definition:The age class or life stage of the biological individual(s) at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "egg", "eft", "juvenile", "adult", "2 adults 4 juveniles". For discussion see http://terms.tdwg.org/wiki/dwc:lifeStage
Details:lifeStage
Term Name: reproductiveCondition
Identifier:http://rs.tdwg.org/dwc/terms/reproductiveCondition
Class:http://rs.tdwg.org/dwc/terms/Occurrence
Definition:The reproductive condition of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary.
Comment:Examples" "non-reproductive", "pregnant", "in bloom", "fruit-bearing". For discussion see http://terms.tdwg.org/wiki/dwc:reproductiveCondition
Details:reproductiveCondition
Term Name: behavior
Identifier:http://rs.tdwg.org/dwc/terms/behavior
Class:http://rs.tdwg.org/dwc/terms/Occurrence
Definition:A description of the behavior shown by the subject at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "roosting", "foraging", "running". For discussion see http://terms.tdwg.org/wiki/dwc:behavior
Details:behavior
Term Name: establishmentMeans
Identifier:http://rs.tdwg.org/dwc/terms/establishmentMeans
Class:http://rs.tdwg.org/dwc/terms/Occurrence
Definition:The process by which the biological individual(s) represented in the Occurrence became established at the location. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "native", "introduced", "naturalised", "invasive", "managed". For discussion see http://terms.tdwg.org/wiki/dwc:establishmentMeans
Details:establishmentMeans
Term Name: occurrenceStatus
Identifier:http://rs.tdwg.org/dwc/terms/occurrenceStatus
Class:http://rs.tdwg.org/dwc/terms/Occurrence
Definition:A statement about the presence or absence of a Taxon at a Location. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "present", "absent". For discussion see http://terms.tdwg.org/wiki/dwc:occurrenceStatus
Details:occurrenceStatus
Term Name: preparations
Identifier:http://rs.tdwg.org/dwc/terms/preparations
Class:http://rs.tdwg.org/dwc/terms/Occurrence
Definition:A list (concatenated and separated) of preparations and preservation methods for a specimen.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "fossil", "cast", "photograph", "DNA extract", "skin | "skull | skeleton", "whole animal (ETOH) | tissue (EDTA)". For discussion see http://terms.tdwg.org/wiki/dwc:preparations
Details:preparations
Term Name: disposition
Identifier:http://rs.tdwg.org/dwc/terms/disposition
Class:http://rs.tdwg.org/dwc/terms/Occurrence
Definition:The current state of a specimen with respect to the collection identified in collectionCode or collectionID. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere". For discussion see http://terms.tdwg.org/wiki/dwc:disposition
Details:disposition
Term Name: associatedMedia
Identifier:http://rs.tdwg.org/dwc/terms/associatedMedia
Class:http://rs.tdwg.org/dwc/terms/Occurrence
Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the Occurrence.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "http://arctos.database.museum/SpecimenImages/UAMObs/Mamm/2/P7291179.JPG", "http://204.140.246.24/Fish/Collection%20Pictures/10118-00.jpg | http://204.140.246.24/Fish/Collection%20Pictures/10118-00a.jpg". For discussion see http://terms.tdwg.org/wiki/dwc:associatedMedia
Details:associatedMedia
Term Name: associatedReferences
Identifier:http://rs.tdwg.org/dwc/terms/associatedReferences
Class:http://rs.tdwg.org/dwc/terms/Occurrence
Definition:A list (concatenated and separated) of identifiers (publication, bibliographic reference, global unique identifier, URI) of literature associated with the Occurrence.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "http://www.sciencemag.org/cgi/content/abstract/322/5899/261", "Christopher J. Conroy, Jennifer L. Neuwald. 2008. Phylogeographic study of the California vole, Microtus californicus Journal of Mammalogy, 89(3):755-767.", "Steven R. Hoofer and Ronald A. Van Den Bussche. 2001. Phylogenetic Relationships of Plecotine Bats and Allies Based on Mitochondrial Ribosomal Sequences. Journal of Mammalogy 82(1):131-137. | Walker, Faith M., Jeffrey T. Foster, Kevin P. Drees, Carol L. Chambers. 2014. Spotted bat (Euderma maculatum) microsatellite discovery using illumina sequencing. Conservation Genetics Resources.". For discussion see http://terms.tdwg.org/wiki/dwc:associatedReferences
Details:associatedReferences
Term Name: associatedSequences
Identifier:http://rs.tdwg.org/dwc/terms/associatedSequences
Class:http://rs.tdwg.org/dwc/terms/Occurrence
Definition:A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the Occurrence.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "http://www.ncbi.nlm.nih.gov/nuccore/U34853.1", "http://www.ncbi.nlm.nih.gov/nuccore/GU328060 | http://www.ncbi.nlm.nih.gov/nuccore/AF326093". For discussion see http://terms.tdwg.org/wiki/dwc:associatedSequences
Details:associatedSequences
Term Name: associatedTaxa
Identifier:http://rs.tdwg.org/dwc/terms/associatedTaxa
Class:http://rs.tdwg.org/dwc/terms/Occurrence
Definition:A list (concatenated and separated) of identifiers or names of taxa and their associations with the Occurrence.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '), and to separate the relationship from the taxon with a colon (':'). Examples: "host: Quercus alba", "parasitoid of:Cyclocephala signaticollis | predator of Apis mellifera". For discussion see http://terms.tdwg.org/wiki/dwc:associatedTaxa
Details:associatedTaxa
Term Name: otherCatalogNumbers
Identifier:http://rs.tdwg.org/dwc/terms/otherCatalogNumbers
Class:http://rs.tdwg.org/dwc/terms/Occurrence
Definition:A list (concatenated and separated) of previous or alternate fully qualified catalog numbers or other human-used identifiers for the same Occurrence, whether in the current or any other data set or collection.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "FMNH:Mammal:1234", "NPS YELLO6778 | MBG 33424". For discussion see http://terms.tdwg.org/wiki/dwc:otherCatalogNumbers
Details:otherCatalogNumbers
Term Name: occurrenceRemarks
Identifier:http://rs.tdwg.org/dwc/terms/occurrenceRemarks
Class:http://rs.tdwg.org/dwc/terms/Occurrence
Definition:Comments or notes about the Occurrence.
Comment:Example: "found dead on road". For discussion see http://terms.tdwg.org/wiki/dwc:occurrenceRemarks
Details:occurrenceRemarks
Term Name: organismID
Identifier:http://rs.tdwg.org/dwc/terms/organismID
Class:http://rs.tdwg.org/dwc/terms/Organism
Definition:An identifier for the Organism instance (as opposed to a particular digital record of the Organism). May be a globally unique identifier or an identifier specific to the data set.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:organismID
Details:organismID
Term Name: organismName
Identifier:http://rs.tdwg.org/dwc/terms/organismName
Class:http://rs.tdwg.org/dwc/terms/Organism
Definition:A textual name or label assigned to an Organism instance.
Comment:Examples: "Huberta", "Boab Prison Tree", "J pod". For discussion see http://terms.tdwg.org/wiki/dwc:organismName
Details:organismName
Term Name: organismScope
Identifier:http://rs.tdwg.org/dwc/terms/organismScope
Class:http://rs.tdwg.org/dwc/terms/Organism
Definition:A description of the kind of Organism instance. Can be used to indicate whether the Organism instance represents a discrete organism or if it represents a particular type of aggregation. Recommended best practice is to use a controlled vocabulary.
Comment:This term is not intended to be used to specify a type of taxon. To describe the kind of Organism using a URI object in RDF, use rdf:type (http://www.w3.org/1999/02/22-rdf-syntax-ns#type) instead. Examples: "multicellular organism", "virus", "clone" "pack", "colony) instead. Examples: "multicellular organism", "virus", "clone" "pack", "colony". For discussion see http://terms.tdwg.org/wiki/dwc:organismScope
Details:organismScope
Term Name: associatedOccurrences
Identifier:http://rs.tdwg.org/dwc/terms/associatedOccurrences
Class:http://rs.tdwg.org/dwc/terms/Organism
Definition:A list (concatenated and separated) of identifiers of other Occurrence records and their associations to this Occurrence.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). For discussion see http://terms.tdwg.org/wiki/dwc:associatedOccurrences
Details:associatedOccurrences
Term Name: associatedOrganisms
Identifier:http://rs.tdwg.org/dwc/terms/associatedOrganisms
Class:http://rs.tdwg.org/dwc/terms/Organism
Definition:A list (concatenated and separated) of identifiers of other Organisms and their associations to this Organism.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "sibling of MXA-232", "mother of MXA-231 | mother of MXA-232". For discussion see http://terms.tdwg.org/wiki/dwc:associatedOrganisms
Details:associatedOrganisms
Term Name: previousIdentifications
Identifier:http://rs.tdwg.org/dwc/terms/previousIdentifications
Class:http://rs.tdwg.org/dwc/terms/Organism
Definition:A list (concatenated and separated) of previous assignments of names to the Organism.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Chalepidae", "Pinus abies", "Anthus sp., field ID by G. Iglesias | Anthus correndera, expert ID by C. Cicero 2009-02-12 based on morphology". For discussion see http://terms.tdwg.org/wiki/dwc:previousIdentifications
Details:previousIdentifications
Term Name: organismRemarks
Identifier:http://rs.tdwg.org/dwc/terms/organismRemarks
Class:http://rs.tdwg.org/dwc/terms/Organism
Definition:Comments or notes about the Organism instance.
Comment:Example: "One of a litter of six.". For discussion see http://terms.tdwg.org/wiki/dwc:organismRemarks
Details:organismRemarks
Term Name: materialSampleID
Identifier:http://rs.tdwg.org/dwc/terms/materialSampleID
Class:http://rs.tdwg.org/dwc/terms/MaterialSample
Definition:An identifier for the MaterialSample (as opposed to a particular digital record of the material sample). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the materialSampleID globally unique.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:materialSampleID
Details:materialSampleID
Term Name: eventID
Identifier:http://rs.tdwg.org/dwc/terms/eventID
Class:http://rs.tdwg.org/dwc/terms/Event
Definition:An identifier for the set of information associated with an Event (something that occurs at a place and time). May be a global unique identifier or an identifier specific to the data set.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:eventID
Details:eventID
Term Name: fieldNumber
Identifier:http://rs.tdwg.org/dwc/terms/fieldNumber
Class:http://rs.tdwg.org/dwc/terms/Event
Definition:An identifier given to the event in the field. Often serves as a link between field notes and the Event.
Comment:Example: "RV Sol 87-03-08". For discussion see http://terms.tdwg.org/wiki/dwc:fieldNumber
Details:fieldNumber
Term Name: eventDate
Identifier:http://rs.tdwg.org/dwc/terms/eventDate
Class:http://rs.tdwg.org/dwc/terms/Event
Definition:The date-time or interval during which an Event occurred. For occurrences, this is the date-time when the event was recorded. Not suitable for a time in a geological context. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
Comment:Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see http://terms.tdwg.org/wiki/dwc:eventDate
Details:eventDate
Term Name: eventTime
Identifier:http://rs.tdwg.org/dwc/terms/eventTime
Class:http://rs.tdwg.org/dwc/terms/Event
Definition:The time or interval during which an Event occurred. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
Comment:Examples: "14:07-0600" is 2:07pm in the time zone six hours earlier than UTC, "08:40:21Z" is 8:40:21am UTC, "13:00:00Z/15:30:00Z" is the interval between 1pm UTC and 3:30pm UTC. For discussion see http://terms.tdwg.org/wiki/dwc:eventTime
Details:eventTime
Term Name: startDayOfYear
Identifier:http://rs.tdwg.org/dwc/terms/startDayOfYear
Class:http://rs.tdwg.org/dwc/terms/Event
Definition:The earliest ordinal day of the year on which the Event occurred (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366).
Comment:Examples: "1" (=1 Jan), "366" (=31 Dec), "365" (=30 Dec in a leap year, 31 Dec in a non-leap year). For discussion see http://terms.tdwg.org/wiki/dwc:startDayOfYear
Details:startDayOfYear
Term Name: endDayOfYear
Identifier:http://rs.tdwg.org/dwc/terms/endDayOfYear
Class:http://rs.tdwg.org/dwc/terms/Event
Definition:The latest ordinal day of the year on which the Event occurred (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366).
Comment:Examples: "1" (=1 Jan), "366" (=31 Dec), "365" (=30 Dec in a leap year, 31 Dec in a non-leap year). For discussion see http://terms.tdwg.org/wiki/dwc:endDayOfYear
Details:endDayOfYear
Term Name: year
Identifier:http://rs.tdwg.org/dwc/terms/year
Class:http://rs.tdwg.org/dwc/terms/Event
Definition:The four-digit year in which the Event occurred, according to the Common Era Calendar.
Comment:Example: "2008". For discussion see http://terms.tdwg.org/wiki/dwc:year
Details:year
Term Name: month
Identifier:http://rs.tdwg.org/dwc/terms/month
Class:http://rs.tdwg.org/dwc/terms/Event
Definition:The ordinal month in which the Event occurred.
Comment:Examples: "1" (=January), "10" (=October). For discussion see http://terms.tdwg.org/wiki/dwc:month
Details:month
Term Name: day
Identifier:http://rs.tdwg.org/dwc/terms/day
Class:http://rs.tdwg.org/dwc/terms/Event
Definition:The integer day of the month on which the Event occurred.
Comment:Examples: "9", "28". For discussion see http://terms.tdwg.org/wiki/dwc:day
Details:day
Term Name: verbatimEventDate
Identifier:http://rs.tdwg.org/dwc/terms/verbatimEventDate
Class:http://rs.tdwg.org/dwc/terms/Event
Definition:The verbatim original representation of the date and time information for an Event.
Comment:Examples: "spring 1910", "Marzo 2002", "1999-03-XX", "17IV1934". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimEventDate
Details:verbatimEventDate
Term Name: habitat
Identifier:http://rs.tdwg.org/dwc/terms/habitat
Class:http://rs.tdwg.org/dwc/terms/Event
Definition:A category or description of the habitat in which the Event occurred.
Comment:Examples: "oak savanna", "pre-cordilleran steppe". For discussion see http://terms.tdwg.org/wiki/dwc:habitat
Details:habitat
Term Name: samplingProtocol
Identifier:http://rs.tdwg.org/dwc/terms/samplingProtocol
Class:http://rs.tdwg.org/dwc/terms/Event
Definition:The name of, reference to, or description of the method or protocol used during an Event.
Comment:Examples: "UV light trap", "mist net", "bottom trawl", "ad hoc observation", "point count", "Penguins from space: faecal stains reveal the location of emperor penguin colonies, http://dx.doi.org/10.1111/j.1466-8238.2009.00467.x", "Takats et al. 2001. Guidelines for Nocturnal Owl Monitoring in North America. Beaverhill Bird Observatory and Bird Studies Canada, Edmonton, Alberta. 32 pp.", "http://www.bsc-eoc.org/download/Owl.pdf". For discussion see http://terms.tdwg.org/wiki/dwc:samplingProtocol
Details:samplingProtocol
Term Name: samplingEffort
Identifier:http://rs.tdwg.org/dwc/terms/samplingEffort
Class:http://rs.tdwg.org/dwc/terms/Event
Definition:The amount of effort expended during an Event.
Comment:Examples: "40 trap-nights", "10 observer-hours; 10 km by foot; 30 km by car". For discussion see http://terms.tdwg.org/wiki/dwc:samplingEffort
Details:samplingEffort
Term Name: fieldNotes
Identifier:http://rs.tdwg.org/dwc/terms/fieldNotes
Class:http://rs.tdwg.org/dwc/terms/Event
Definition:One of a) an indicator of the existence of, b) a reference to (publication, URI), or c) the text of notes taken in the field about the Event.
Comment:Example: "notes available in Grinnell-Miller Library". For discussion see http://terms.tdwg.org/wiki/dwc:fieldNotes
Details:fieldNotes
Term Name: eventRemarks
Identifier:http://rs.tdwg.org/dwc/terms/eventRemarks
Class:http://rs.tdwg.org/dwc/terms/Event
Definition:Comments or notes about the Event.
Comment:Example: "after the recent rains the river is nearly at flood stage". For discussion see http://terms.tdwg.org/wiki/dwc:eventRemarks
Details:eventRemarks
Term Name: locationID
Identifier:http://rs.tdwg.org/dwc/terms/locationID
Class:http://purl.org/dc/terms/Location
Definition:An identifier for the set of location information (data associated with dcterms:Location). May be a global unique identifier or an identifier specific to the data set.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:locationID
Details:locationID
Term Name: higherGeographyID
Identifier:http://rs.tdwg.org/dwc/terms/higherGeographyID
Class:http://purl.org/dc/terms/Location
Definition:An identifier for the geographic region within which the Location occurred. Recommended best practice is to use an persistent identifier from a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Example: "TGN: 1002002" for Prov. Tierra del Fuego, Argentina. For discussion see http://terms.tdwg.org/wiki/dwc:higherGeographyID
Details:higherGeographyID
Term Name: higherGeography
Identifier:http://rs.tdwg.org/dwc/terms/higherGeography
Class:http://purl.org/dc/terms/Location
Definition:A list (concatenated and separated) of geographic names less specific than the information captured in the locality term.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '), with terms in order from least specific to most specific. Examples: "North Atlantic Ocean", "South America | Argentina | Patagonia | Parque Nacional Nahuel Huapi | Neuquén | Los Lagos" with accompanying values "South America" in Continent, "Argentina" in Country, "Neuquén" in StateProvince, and "Los Lagos" in County. For discussion see http://terms.tdwg.org/wiki/dwc:higherGeography
Details:higherGeography
Term Name: continent
Identifier:http://rs.tdwg.org/dwc/terms/continent
Class:http://purl.org/dc/terms/Location
Definition:The name of the continent in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Examples: "Africa", "Antarctica", "Asia", "Europe", "North America", "Oceania", "South America". For discussion see http://terms.tdwg.org/wiki/dwc:continent
Details:continent
Term Name: waterBody
Identifier:http://rs.tdwg.org/dwc/terms/waterBody
Class:http://purl.org/dc/terms/Location
Definition:The name of the water body in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Examples: "Indian Ocean", "Baltic Sea", "Hudson River". For discussion see http://terms.tdwg.org/wiki/dwc:waterBody
Details:waterBody
Term Name: islandGroup
Identifier:http://rs.tdwg.org/dwc/terms/islandGroup
Class:http://purl.org/dc/terms/Location
Definition:The name of the island group in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Examples: "Alexander Archipelago", "Seychelles". For discussion see http://terms.tdwg.org/wiki/dwc:islandGroup
Details:islandGroup
Term Name: island
Identifier:http://rs.tdwg.org/dwc/terms/island
Class:http://purl.org/dc/terms/Location
Definition:The name of the island on or near which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Examples: "Isla Victoria", "Vancouver", "Viti Levu", "Zanzibar". For discussion see http://terms.tdwg.org/wiki/dwc:island
Details:island
Term Name: country
Identifier:http://rs.tdwg.org/dwc/terms/country
Class:http://purl.org/dc/terms/Location
Definition:The name of the country or major administrative unit in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.
Comment:Examples: "Denmark", "Colombia", "España". For discussion see http://terms.tdwg.org/wiki/dwc:country
Details:country
Term Name: countryCode
Identifier:http://rs.tdwg.org/dwc/terms/countryCode
Class:http://purl.org/dc/terms/Location
Definition:The standard code for the country in which the Location occurs. Recommended best practice is to use ISO 3166-1-alpha-2 country codes.
Comment:Examples: "AR" for Argentina, "SV" for El Salvador. For discussion see http://terms.tdwg.org/wiki/dwc:countryCode
Details:countryCode
Term Name: stateProvince
Identifier:http://rs.tdwg.org/dwc/terms/stateProvince
Class:http://purl.org/dc/terms/Location
Definition:The name of the next smaller administrative region than country (state, province, canton, department, region, etc.) in which the Location occurs.
Comment:Examples: "Montana", "Minas Gerais", "Córdoba". For discussion see http://terms.tdwg.org/wiki/dwc:stateProvince
Details:stateProvince
Term Name: county
Identifier:http://rs.tdwg.org/dwc/terms/county
Class:http://purl.org/dc/terms/Location
Definition:The full, unabbreviated name of the next smaller administrative region than stateProvince (county, shire, department, etc.) in which the Location occurs.
Comment:Examples: "Missoula", "Los Lagos", "Mataró". For discussion see http://terms.tdwg.org/wiki/dwc:county
Details:county
Term Name: municipality
Identifier:http://rs.tdwg.org/dwc/terms/municipality
Class:http://purl.org/dc/terms/Location
Definition:The full, unabbreviated name of the next smaller administrative region than county (city, municipality, etc.) in which the Location occurs. Do not use this term for a nearby named place that does not contain the actual location.
Comment:Examples: "Holzminden". For discussion see http://terms.tdwg.org/wiki/dwc:municipality
Details:municipality
Term Name: locality
Identifier:http://rs.tdwg.org/dwc/terms/locality
Class:http://purl.org/dc/terms/Location
Definition:The specific description of the place. Less specific geographic information can be provided in other geographic terms (higherGeography, continent, country, stateProvince, county, municipality, waterBody, island, islandGroup). This term may contain information modified from the original to correct perceived errors or standardize the description.
Comment:Example: "Bariloche, 25 km NNE via Ruta Nacional 40 (=Ruta 237)". For discussion see http://terms.tdwg.org/wiki/dwc:locality
Details:locality
Term Name: verbatimLocality
Identifier:http://rs.tdwg.org/dwc/terms/verbatimLocality
Class:http://purl.org/dc/terms/Location
Definition:The original textual description of the place.
Comment:Example: "25 km NNE Bariloche por R. Nac. 237". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimLocality
Details:verbatimLocality
Term Name: minimumElevationInMeters
Identifier:http://rs.tdwg.org/dwc/terms/minimumElevationInMeters
Class:http://purl.org/dc/terms/Location
Definition:The lower limit of the range of elevation (altitude, usually above sea level), in meters.
Comment:Example: "100". For discussion see http://terms.tdwg.org/wiki/dwc:minimumElevationInMeters
Details:minimumElevationInMeters
Term Name: maximumElevationInMeters
Identifier:http://rs.tdwg.org/dwc/terms/maximumElevationInMeters
Class:http://purl.org/dc/terms/Location
Definition:The upper limit of the range of elevation (altitude, usually above sea level), in meters.
Comment:Example: "200". For discussion see http://terms.tdwg.org/wiki/dwc:maximumElevationInMeters
Details:maximumElevationInMeters
Term Name: verbatimElevation
Identifier:http://rs.tdwg.org/dwc/terms/verbatimElevation
Class:http://purl.org/dc/terms/Location
Definition:The original description of the elevation (altitude, usually above sea level) of the Location.
Comment:Example: "100-200 m". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimElevation
Details:verbatimElevation
Term Name: minimumDepthInMeters
Identifier:http://rs.tdwg.org/dwc/terms/minimumDepthInMeters
Class:http://purl.org/dc/terms/Location
Definition:The lesser depth of a range of depth below the local surface, in meters.
Comment:Example: "100". For discussion see http://terms.tdwg.org/wiki/dwc:minimumDepthInMeters
Details:minimumDepthInMeters
Term Name: maximumDepthInMeters
Identifier:http://rs.tdwg.org/dwc/terms/maximumDepthInMeters
Class:http://purl.org/dc/terms/Location
Definition:The greater depth of a range of depth below the local surface, in meters.
Comment:Example: "200". For discussion see http://terms.tdwg.org/wiki/dwc:maximumDepthInMeters
Details:maximumDepthInMeters
Term Name: verbatimDepth
Identifier:http://rs.tdwg.org/dwc/terms/verbatimDepth
Class:http://purl.org/dc/terms/Location
Definition:The original description of the depth below the local surface.
Comment:Example: "100-200 m". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimDepth
Details:verbatimDepth
Term Name: minimumDistanceAboveSurfaceInMeters
Identifier:http://rs.tdwg.org/dwc/terms/minimumDistanceAboveSurfaceInMeters
Class:http://purl.org/dc/terms/Location
Definition:The lesser distance in a range of distance from a reference surface in the vertical direction, in meters. Use positive values for locations above the surface, negative values for locations below. If depth measures are given, the reference surface is the location given by the depth, otherwise the reference surface is the location given by the elevation.
Comment:Example: 1.5 meter sediment core from the bottom of a lake (at depth 20m) at 300m elevation; VerbatimElevation: "300m" MinimumElevationInMeters: "300", MaximumElevationInMeters: "300", VerbatimDepth: "20m", MinimumDepthInMeters: "20", MaximumDepthInMeters: "20", minimumDistanceAboveSurfaceInMeters: "0", maximumDistanceAboveSurfaceInMeters: "-1.5". For discussion see http://terms.tdwg.org/wiki/dwc:minimumDistanceAboveSurfaceInMeters
Details:minimumDistanceAboveSurfaceInMeters
Term Name: maximumDistanceAboveSurfaceInMeters
Identifier:http://rs.tdwg.org/dwc/terms/maximumDistanceAboveSurfaceInMeters
Class:http://purl.org/dc/terms/Location
Definition:The greater distance in a range of distance from a reference surface in the vertical direction, in meters. Use positive values for locations above the surface, negative values for locations below. If depth measures are given, the reference surface is the location given by the depth, otherwise the reference surface is the location given by the elevation.
Comment:Example: 1.5 meter sediment core from the bottom of a lake (at depth 20m) at 300m elevation; VerbatimElevation: "300m" MinimumElevationInMeters: "300", MaximumElevationInMeters: "300", VerbatimDepth: "20m", MinimumDepthInMeters: "20", MaximumDepthInMeters: "20", minimumDistanceAboveSurfaceInMeters: "0", maximumDistanceAboveSurfaceInMeters: "-1.5". For discussion see http://terms.tdwg.org/wiki/dwc:maximumDistanceAboveSurfaceInMeters
Details:maximumDistanceAboveSurfaceInMeters
Term Name: locationAccordingTo
Identifier:http://rs.tdwg.org/dwc/terms/locationAccordingTo
Class:http://purl.org/dc/terms/Location
Definition:Information about the source of this Location information. Could be a publication (gazetteer), institution, or team of individuals.
Comment:Examples: "Getty Thesaurus of Geographic Names", "GADM". For discussion see http://terms.tdwg.org/wiki/dwc:locationAccordingTo
Details:locationAccordingTo
Term Name: locationRemarks
Identifier:http://rs.tdwg.org/dwc/terms/locationRemarks
Class:http://purl.org/dc/terms/Location
Definition:Comments or notes about the Location.
Comment:Example: "under water since 2005". For discussion see http://terms.tdwg.org/wiki/dwc:locationRemarks
Details:locationRemarks
Term Name: decimalLatitude
Identifier:http://rs.tdwg.org/dwc/terms/decimalLatitude
Class:http://purl.org/dc/terms/Location
Definition:The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive.
Comment:Example: "-41.0983423". For discussion see http://terms.tdwg.org/wiki/dwc:decimalLatitude
Details:decimalLatitude
Term Name: decimalLongitude
Identifier:http://rs.tdwg.org/dwc/terms/decimalLongitude
Class:http://purl.org/dc/terms/Location
Definition:The geographic longitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive.
Comment:Example: "-121.1761111". For discussion see http://terms.tdwg.org/wiki/dwc:decimalLongitude
Details:decimalLongitude
Term Name: geodeticDatum
Identifier:http://rs.tdwg.org/dwc/terms/geodeticDatum
Class:http://purl.org/dc/terms/Location
Definition:The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which the geographic coordinates given in decimalLatitude and decimalLongitude as based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value "unknown".
Comment:Examples: "EPSG:4326", "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866". For discussion see http://terms.tdwg.org/wiki/dwc:geodeticDatum
Details:geodeticDatum
Term Name: coordinateUncertaintyInMeters
Identifier:http://rs.tdwg.org/dwc/terms/coordinateUncertaintyInMeters
Class:http://purl.org/dc/terms/Location
Definition:The horizontal distance (in meters) from the given decimalLatitude and decimalLongitude describing the smallest circle containing the whole of the Location. Leave the value empty if the uncertainty is unknown, cannot be estimated, or is not applicable (because there are no coordinates). Zero is not a valid value for this term.
Comment:Examples: "30" (reasonable lower limit of a GPS reading under good conditions if the actual precision was not recorded at the time), "71" (uncertainty for a UTM coordinate having 100 meter precision and a known spatial reference system). For discussion see http://terms.tdwg.org/wiki/dwc:coordinateUncertaintyInMeters
Details:coordinateUncertaintyInMeters
Term Name: coordinatePrecision
Identifier:http://rs.tdwg.org/dwc/terms/coordinatePrecision
Class:http://purl.org/dc/terms/Location
Definition:A decimal representation of the precision of the coordinates given in the decimalLatitude and decimalLongitude.
Comment:Examples: "0.00001" (normal GPS limit for decimal degrees), "0.000278" (nearest second), "0.01667" (nearest minute), "1.0" (nearest degree). For discussion see http://terms.tdwg.org/wiki/dwc:coordinatePrecision
Details:coordinatePrecision
Term Name: pointRadiusSpatialFit
Identifier:http://rs.tdwg.org/dwc/terms/pointRadiusSpatialFit
Class:http://purl.org/dc/terms/Location
Definition:The ratio of the area of the point-radius (decimalLatitude, decimalLongitude, coordinateUncertaintyInMeters) to the area of the true (original, or most specific) spatial representation of the Location. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given point-radius does not completely contain the original representation. The pointRadiusSpatialFit is undefined (and should be left blank) if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the pointRadiusSpatialFit is 1.
Comment:Detailed explanations with graphical examples can be found in the "Guide to Best Practices for Georeferencing", Chapman and Wieczorek, eds. 2006. For discussion see http://terms.tdwg.org/wiki/dwc:pointRadiusSpatialFit
Details:pointRadiusSpatialFit
Term Name: verbatimCoordinates
Identifier:http://rs.tdwg.org/dwc/terms/verbatimCoordinates
Class:http://purl.org/dc/terms/Location
Definition:The verbatim original spatial coordinates of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem.
Comment:Examples: "41 05 54S 121 05 34W", "17T 630000 4833400". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimCoordinates
Details:verbatimCoordinates
Term Name: verbatimLatitude
Identifier:http://rs.tdwg.org/dwc/terms/verbatimLatitude
Class:http://purl.org/dc/terms/Location
Definition:The verbatim original latitude of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem.
Comment:Example: "41 05 54.03S". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimLatitude
Details:verbatimLatitude
Term Name: verbatimLongitude
Identifier:http://rs.tdwg.org/dwc/terms/verbatimLongitude
Class:http://purl.org/dc/terms/Location
Definition:The verbatim original longitude of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem.
Comment:Example: "121d 10' 34" W". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimLongitude
Details:verbatimLongitude
Term Name: verbatimCoordinateSystem
Identifier:http://rs.tdwg.org/dwc/terms/verbatimCoordinateSystem
Class:http://purl.org/dc/terms/Location
Definition:The spatial coordinate system for the verbatimLatitude and verbatimLongitude or the verbatimCoordinates of the Location. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "decimal degrees", "degrees decimal minutes", "degrees minutes seconds", "UTM". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimCoordinateSystem
Details:verbatimCoordinateSystem
Term Name: verbatimSRS
Identifier:http://rs.tdwg.org/dwc/terms/verbatimSRS
Class:http://purl.org/dc/terms/Location
Definition:The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which coordinates given in verbatimLatitude and verbatimLongitude, or verbatimCoordinates are based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value "unknown".
Comment:Examples: "EPSG:4326", "WGS84", "NAD27", "Campo Inchauspe", "European 1950", "Clarke 1866". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimSRS
Details:verbatimSRS
Term Name: footprintWKT
Identifier:http://rs.tdwg.org/dwc/terms/footprintWKT
Class:http://purl.org/dc/terms/Location
Definition:A Well-Known Text (WKT) representation of the shape (footprint, geometry) that defines the Location. A Location may have both a point-radius representation (see decimalLatitude) and a footprint representation, and they may differ from each other.
Comment:Example: the one-degree bounding box with opposite corners at (longitude=10, latitude=20) and (longitude=11, latitude=21) would be expressed in well-known text as POLYGON ((10 20, 11 20, 11 21, 10 21, 10 20)). For discussion see http://terms.tdwg.org/wiki/dwc:footprintWKT
Details:footprintWKT
Term Name: footprintSRS
Identifier:http://rs.tdwg.org/dwc/terms/footprintSRS
Class:http://purl.org/dc/terms/Location
Definition:A Well-Known Text (WKT) representation of the Spatial Reference System (SRS) for the footprintWKT of the Location. Do not use this term to describe the SRS of the decimalLatitude and decimalLongitude, even if it is the same as for the footprintWKT - use the geodeticDatum instead.
Comment:Example: The WKT for the standard WGS84 SRS (EPSG:4326) is "GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.0174532925199433]]" without the enclosing quotes. For discussion see http://terms.tdwg.org/wiki/dwc:footprintSRS
Details:footprintSRS
Term Name: footprintSpatialFit
Identifier:http://rs.tdwg.org/dwc/terms/footprintSpatialFit
Class:http://purl.org/dc/terms/Location
Definition:The ratio of the area of the footprint (footprintWKT) to the area of the true (original, or most specific) spatial representation of the Location. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given footprint does not completely contain the original representation. The footprintSpatialFit is undefined (and should be left blank) if the original representation is a point and the given georeference is not that same point. If both the original and the given georeference are the same point, the footprintSpatialFit is 1.
Comment:Detailed explanations with graphical examples can be found in the "Guide to Best Practices for Georeferencing", Chapman and Wieczorek, eds. 2006. For discussion see http://terms.tdwg.org/wiki/dwc:footprintSpatialFit
Details:footprintSpatialFit
Term Name: georeferencedBy
Identifier:http://rs.tdwg.org/dwc/terms/georeferencedBy
Class:http://purl.org/dc/terms/Location
Definition:A list (concatenated and separated) of names of people, groups, or organizations who determined the georeference (spatial representation) for the Location.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Brad Millen (ROM)", "Kristina Yamamoto (MVZ) | Janet Fang (MVZ)". For discussion see http://terms.tdwg.org/wiki/dwc:georeferencedBy
Details:georeferencedBy
Term Name: georeferencedDate
Identifier:http://rs.tdwg.org/dwc/terms/georeferencedDate
Class:http://purl.org/dc/terms/Location
Definition:The date on which the Location was georeferenced. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
Comment:Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see http://terms.tdwg.org/wiki/dwc:georeferencedDate
Details:georeferencedDate
Term Name: georeferenceProtocol
Identifier:http://rs.tdwg.org/dwc/terms/georeferenceProtocol
Class:http://purl.org/dc/terms/Location
Definition:A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties.
Comment:Examples: "Guide to Best Practices for Georeferencing. (Chapman and Wieczorek, eds. 2006). Global Biodiversity Information Facility.", "MaNIS/HerpNet/ORNIS Georeferencing Guidelines", "Georeferencing Quick Reference Guide". For discussion see http://terms.tdwg.org/wiki/dwc:georeferenceProtocol
Details:georeferenceProtocol
Term Name: georeferenceSources
Identifier:http://rs.tdwg.org/dwc/terms/georeferenceSources
Class:http://purl.org/dc/terms/Location
Definition:A list (concatenated and separated) of maps, gazetteers, or other resources used to georeference the Location, described specifically enough to allow anyone in the future to use the same resources.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "GeoLocate", "USGS 1:24000 Florence Montana Quad | Terrametrics 2008 on Google Earth". For discussion see http://terms.tdwg.org/wiki/dwc:georeferenceSources
Details:georeferenceSources
Term Name: georeferenceVerificationStatus
Identifier:http://rs.tdwg.org/dwc/terms/georeferenceVerificationStatus
Class:http://purl.org/dc/terms/Location
Definition:A categorical description of the extent to which the georeference has been verified to represent the best possible spatial description. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "requires verification", "verified by collector", "verified by curator". For discussion see http://terms.tdwg.org/wiki/dwc:georeferenceVerificationStatus
Details:georeferenceVerificationStatus
Term Name: georeferenceRemarks
Identifier:http://rs.tdwg.org/dwc/terms/georeferenceRemarks
Class:http://purl.org/dc/terms/Location
Definition:Notes or comments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in georeferenceProtocol.
Comment:Example: "assumed distance by road (Hwy. 101)". For discussion see http://terms.tdwg.org/wiki/dwc:georeferenceRemarks
Details:georeferenceRemarks
Term Name: geologicalContextID
Identifier:http://rs.tdwg.org/dwc/terms/geologicalContextID
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
Definition:An identifier for the set of information associated with a GeologicalContext (the location within a geological context, such as stratigraphy). May be a global unique identifier or an identifier specific to the data set.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:geologicalContextID
Details:geologicalContextID
Term Name: earliestEonOrLowestEonothem
Identifier:http://rs.tdwg.org/dwc/terms/earliestEonOrLowestEonothem
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
Definition:The full name of the earliest possible geochronologic eon or lowest chrono-stratigraphic eonothem or the informal name ("Precambrian") attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:Examples: "Phanerozoic", "Proterozoic". For discussion see http://terms.tdwg.org/wiki/dwc:earliestEonOrLowestEonothem
Details:earliestEonOrLowestEonothem
Term Name: latestEonOrHighestEonothem
Identifier:http://rs.tdwg.org/dwc/terms/latestEonOrHighestEonothem
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
Definition:The full name of the latest possible geochronologic eon or highest chrono-stratigraphic eonothem or the informal name ("Precambrian") attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:Examples: "Phanerozoic", "Proterozoic". For discussion see http://terms.tdwg.org/wiki/dwc:latestEonOrHighestEonothem
Details:latestEonOrHighestEonothem
Term Name: earliestEraOrLowestErathem
Identifier:http://rs.tdwg.org/dwc/terms/earliestEraOrLowestErathem
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
Definition:The full name of the earliest possible geochronologic era or lowest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:Examples: "Cenozoic", "Mesozoic". For discussion see http://terms.tdwg.org/wiki/dwc:earliestEraOrLowestErathem
Details:earliestEraOrLowestErathem
Term Name: latestEraOrHighestErathem
Identifier:http://rs.tdwg.org/dwc/terms/latestEraOrHighestErathem
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
Definition:The full name of the latest possible geochronologic era or highest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:Examples: "Cenozoic", "Mesozoic". For discussion see http://terms.tdwg.org/wiki/dwc:latestEraOrHighestErathem
Details:latestEraOrHighestErathem
Term Name: earliestPeriodOrLowestSystem
Identifier:http://rs.tdwg.org/dwc/terms/earliestPeriodOrLowestSystem
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
Definition:The full name of the earliest possible geochronologic period or lowest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:Examples: "Neogene", "Tertiary", "Quaternary". For discussion see http://terms.tdwg.org/wiki/dwc:earliestPeriodOrLowestSystem
Details:earliestPeriodOrLowestSystem
Term Name: latestPeriodOrHighestSystem
Identifier:http://rs.tdwg.org/dwc/terms/latestPeriodOrHighestSystem
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
Definition:The full name of the latest possible geochronologic period or highest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:Examples: "Neogene", "Tertiary", "Quaternary". For discussion see http://terms.tdwg.org/wiki/dwc:latestPeriodOrHighestSystem
Details:latestPeriodOrHighestSystem
Term Name: earliestEpochOrLowestSeries
Identifier:http://rs.tdwg.org/dwc/terms/earliestEpochOrLowestSeries
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
Definition:The full name of the earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:Examples: "Holocene", "Pleistocene", "Ibexian Series". For discussion see http://terms.tdwg.org/wiki/dwc:earliestEpochOrLowestSeries
Details:earliestEpochOrLowestSeries
Term Name: latestEpochOrHighestSeries
Identifier:http://rs.tdwg.org/dwc/terms/latestEpochOrHighestSeries
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
Definition:The full name of the latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:Examples: "Holocene", "Pleistocene", "Ibexian Series". For discussion see http://terms.tdwg.org/wiki/dwc:latestEpochOrHighestSeries
Details:latestEpochOrHighestSeries
Term Name: earliestAgeOrLowestStage
Identifier:http://rs.tdwg.org/dwc/terms/earliestAgeOrLowestStage
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
Definition:The full name of the earliest possible geochronologic age or lowest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:Examples: "Atlantic", "Boreal", "Skullrockian". For discussion see http://terms.tdwg.org/wiki/dwc:earliestAgeOrLowestStage
Details:earliestAgeOrLowestStage
Term Name: latestAgeOrHighestStage
Identifier:http://rs.tdwg.org/dwc/terms/latestAgeOrHighestStage
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
Definition:The full name of the latest possible geochronologic age or highest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.
Comment:Examples: "Atlantic", "Boreal", "Skullrockian". For discussion see http://terms.tdwg.org/wiki/dwc:latestAgeOrHighestStage
Details:latestAgeOrHighestStage
Term Name: lowestBiostratigraphicZone
Identifier:http://rs.tdwg.org/dwc/terms/lowestBiostratigraphicZone
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
Definition:The full name of the lowest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:lowestBiostratigraphicZone
Details:lowestBiostratigraphicZone
Term Name: highestBiostratigraphicZone
Identifier:http://rs.tdwg.org/dwc/terms/highestBiostratigraphicZone
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
Definition:The full name of the highest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:highestBiostratigraphicZone
Details:highestBiostratigraphicZone
Term Name: lithostratigraphicTerms
Identifier:http://rs.tdwg.org/dwc/terms/lithostratigraphicTerms
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
Definition:The combination of all litho-stratigraphic names for the rock from which the cataloged item was collected.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:lithostratigraphicTerms
Details:lithostratigraphicTerms
Term Name: group
Identifier:http://rs.tdwg.org/dwc/terms/group
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
Definition:The full name of the lithostratigraphic group from which the cataloged item was collected.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:group
Details:group
Term Name: formation
Identifier:http://rs.tdwg.org/dwc/terms/formation
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
Definition:The full name of the lithostratigraphic formation from which the cataloged item was collected.
Comment:Examples: "Notch Peak Fromation", "House Limestone", "Fillmore Formation". For discussion see http://terms.tdwg.org/wiki/dwc:formation
Details:formation
Term Name: member
Identifier:http://rs.tdwg.org/dwc/terms/member
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
Definition:The full name of the lithostratigraphic member from which the cataloged item was collected.
Comment:Examples: "Lava Dam Member", "Hellnmaria Member". For discussion see http://terms.tdwg.org/wiki/dwc:member
Details:member
Term Name: bed
Identifier:http://rs.tdwg.org/dwc/terms/bed
Class:http://rs.tdwg.org/dwc/terms/GeologicalContext
Definition:The full name of the lithostratigraphic bed from which the cataloged item was collected.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:bed
Details:bed
Term Name: identificationID
Identifier:http://rs.tdwg.org/dwc/terms/identificationID
Class:http://rs.tdwg.org/dwc/terms/Identification
Definition:An identifier for the Identification (the body of information associated with the assignment of a scientific name). May be a global unique identifier or an identifier specific to the data set.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:identificationID
Details:identificationID
Term Name: identificationQualifier
Identifier:http://rs.tdwg.org/dwc/terms/identificationQualifier
Class:http://rs.tdwg.org/dwc/terms/Identification
Definition:A brief phrase or a standard term ("cf.", "aff.") to express the determiner's doubts about the Identification.
Comment:Examples: 1) For the determination "Quercus aff. agrifolia var. oxyadenia", identificationQualifier would be "aff. agrifolia var. oxyadenia" with accompanying values "Quercus" in genus, "agrifolia" in specificEpithet, "oxyadenia" in infraspecificEpithet, and "var." in rank. 2) For the determination "Quercus agrifolia cf. var. oxyadenia", identificationQualifier would be "cf. var. oxyadenia " with accompanying values "Quercus" in genus, "agrifolia" in specificEpithet, "oxyadenia" in infraspecificEpithet, and "var." in rank. For discussion see http://terms.tdwg.org/wiki/dwc:identificationQualifier
Details:identificationQualifier
Term Name: typeStatus
Identifier:http://rs.tdwg.org/dwc/terms/typeStatus
Class:http://rs.tdwg.org/dwc/terms/Identification
Definition:A list (concatenated and separated) of nomenclatural types (type status, typified scientific name, publication) applied to the subject.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388", "holotype of Pinus abies | holotype of Picea abies". For discussion see http://terms.tdwg.org/wiki/dwc:typeStatus
Details:typeStatus
Term Name: identifiedBy
Identifier:http://rs.tdwg.org/dwc/terms/identifiedBy
Class:http://rs.tdwg.org/dwc/terms/Identification
Definition:A list (concatenated and separated) of names of people, groups, or organizations who assigned the Taxon to the subject.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "James L. Patton", "Theodore Pappenfuss | Robert Macey". For discussion see http://terms.tdwg.org/wiki/dwc:identifiedBy
Details:identifiedBy
Term Name: dateIdentified
Identifier:http://rs.tdwg.org/dwc/terms/dateIdentified
Class:http://rs.tdwg.org/dwc/terms/Identification
Definition:The date on which the subject was identified as representing the Taxon. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
Comment:Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see http://terms.tdwg.org/wiki/dwc:dateIdentified
Details:dateIdentified
Term Name: identificationReferences
Identifier:http://rs.tdwg.org/dwc/terms/identificationReferences
Class:http://rs.tdwg.org/dwc/terms/Identification
Definition:A list (concatenated and separated) of references (publication, global unique identifier, URI) used in the Identification.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Aves del Noroeste Patagonico. Christie et al. 2004.", "Stebbins, R. Field Guide to Western Reptiles and Amphibians. 3rd Edition. 2003. | Irschick, D.J. and Shaffer, H.B. (1997). ''The polytypic species revisited: Morphological differentiation among tiger salamanders (Ambystoma tigrinum) (Amphibia: Caudata).'' Herpetologica, 53(1), 30-49.". For discussion see http://terms.tdwg.org/wiki/dwc:identificationReferences
Details:identificationReferences
Term Name: identificationVerificationStatus
Identifier:http://rs.tdwg.org/dwc/terms/identificationVerificationStatus
Class:http://rs.tdwg.org/dwc/terms/Identification
Definition:A categorical indicator of the extent to which the taxonomic identification has been verified to be correct. Recommended best practice is to use a controlled vocabulary such as that used in HISPID/ABCD.
Comment:Examples: "0", "4". For discussion see http://terms.tdwg.org/wiki/dwc:identificationVerificationStatus
Details:identificationVerificationStatus
Term Name: identificationRemarks
Identifier:http://rs.tdwg.org/dwc/terms/identificationRemarks
Class:http://rs.tdwg.org/dwc/terms/Identification
Definition:Comments or notes about the Identification.
Comment:Example: "Distinguished between Anthus correndera and Anthus hellmayri based on the comparative lengths of the uñas.". For discussion see http://terms.tdwg.org/wiki/dwc:identificationRemarks
Details:identificationRemarks
Term Name: taxonID
Identifier:http://rs.tdwg.org/dwc/terms/taxonID
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:An identifier for the set of taxon information (data associated with the Taxon class). May be a global unique identifier or an identifier specific to the data set.
Comment:Examples: "8fa58e08-08de-4ac1-b69c-1235340b7001", "32567", "http://species.gbif.org/abies_alba_1753", "urn:lsid:gbif.org:usages:32567". For discussion see http://terms.tdwg.org/wiki/dwc:taxonID
Details:taxonID
Term Name: scientificNameID
Identifier:http://rs.tdwg.org/dwc/terms/scientificNameID
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:An identifier for the nomenclatural (not taxonomic) details of a scientific name.
Comment:Example: "urn:lsid:ipni.org:names:37829-1:1.3". For discussion see http://terms.tdwg.org/wiki/dwc:scientificNameID
Details:scientificNameID
Term Name: acceptedNameUsageID
Identifier:http://rs.tdwg.org/dwc/terms/acceptedNameUsageID
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:An identifier for the name usage (documented meaning of the name according to a source) of the currently valid (zoological) or accepted (botanical) taxon.
Comment:Example: "8fa58e08-08de-4ac1-b69c-1235340b7001". For discussion see http://terms.tdwg.org/wiki/dwc:acceptedNameUsageID
Details:acceptedNameUsageID
Term Name: parentNameUsageID
Identifier:http://rs.tdwg.org/dwc/terms/parentNameUsageID
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:An identifier for the name usage (documented meaning of the name according to a source) of the direct, most proximate higher-rank parent taxon (in a classification) of the most specific element of the scientificName.
Comment:Example: "8fa58e08-08de-4ac1-b69c-1235340b7001". For discussion see http://terms.tdwg.org/wiki/dwc:parentNameUsageID
Details:parentNameUsageID
Term Name: originalNameUsageID
Identifier:http://rs.tdwg.org/dwc/terms/originalNameUsageID
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:An identifier for the name usage (documented meaning of the name according to a source) in which the terminal element of the scientificName was originally established under the rules of the associated nomenclaturalCode.
Comment:Example: "http://species.gbif.org/abies_alba_1753". For discussion see http://terms.tdwg.org/wiki/dwc:originalNameUsageID
Details:originalNameUsageID
Term Name: nameAccordingToID
Identifier:http://rs.tdwg.org/dwc/terms/nameAccordingToID
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:An identifier for the source in which the specific taxon concept circumscription is defined or implied. See nameAccordingTo.
Comment:Example: "doi:10.1016/S0269-915X(97)80026-2". For discussion see http://terms.tdwg.org/wiki/dwc:nameAccordingToID
Details:nameAccordingToID
Term Name: namePublishedInID
Identifier:http://rs.tdwg.org/dwc/terms/namePublishedInID
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:An identifier for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode.
Comment:Example: "http://hdl.handle.net/10199/7". For discussion see http://terms.tdwg.org/wiki/dwc:namePublishedInID
Details:namePublishedInID
Term Name: taxonConceptID
Identifier:http://rs.tdwg.org/dwc/terms/taxonConceptID
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:An identifier for the taxonomic concept to which the record refers - not for the nomenclatural details of a taxon.
Comment:Example: "8fa58e08-08de-4ac1-b69c-1235340b7001". For discussion see http://terms.tdwg.org/wiki/dwc:taxonConceptID
Details:taxonConceptID
Term Name: scientificName
Identifier:http://rs.tdwg.org/dwc/terms/scientificName
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:The full scientific name, with authorship and date information if known. When forming part of an Identification, this should be the name in lowest level taxonomic rank that can be determined. This term should not contain identification qualifications, which should instead be supplied in the IdentificationQualifier term.
Comment:Examples: "Coleoptera" (order), "Vespertilionidae" (family), "Manis" (genus), "Ctenomys sociabilis" (genus + specificEpithet), "Ambystoma tigrinum diaboli" (genus + specificEpithet + infraspecificEpithet), "Roptrocerus typographi (Györfi, 1952)" (genus + specificEpithet + scientificNameAuthorship), "Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell" (genus + specificEpithet + taxonRank + infraspecificEpithet + scientificNameAuthorship). For discussion see http://terms.tdwg.org/wiki/dwc:scientificName
Details:scientificName
Term Name: acceptedNameUsage
Identifier:http://rs.tdwg.org/dwc/terms/acceptedNameUsage
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:The full name, with authorship and date information if known, of the currently valid (zoological) or accepted (botanical) taxon.
Comment:Example: "Tamias minimus" valid name for "Eutamias minimus". For discussion see http://terms.tdwg.org/wiki/dwc:acceptedNameUsage
Details:acceptedNameUsage
Term Name: parentNameUsage
Identifier:http://rs.tdwg.org/dwc/terms/parentNameUsage
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:The full name, with authorship and date information if known, of the direct, most proximate higher-rank parent taxon (in a classification) of the most specific element of the scientificName.
Comment:Examples: "Rubiaceae", "Gruiformes", "Testudinae". For discussion see http://terms.tdwg.org/wiki/dwc:parentNameUsage
Details:parentNameUsage
Term Name: originalNameUsage
Identifier:http://rs.tdwg.org/dwc/terms/originalNameUsage
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:The taxon name, with authorship and date information if known, as it originally appeared when first established under the rules of the associated nomenclaturalCode. The basionym (botany) or basonym (bacteriology) of the scientificName or the senior/earlier homonym for replaced names.
Comment:Examples: "Pinus abies", "Gasterosteus saltatrix Linnaeus 1768". For discussion see http://terms.tdwg.org/wiki/dwc:originalNameUsage
Details:originalNameUsage
Term Name: nameAccordingTo
Identifier:http://rs.tdwg.org/dwc/terms/nameAccordingTo
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:The reference to the source in which the specific taxon concept circumscription is defined or implied - traditionally signified by the Latin "sensu" or "sec." (from secundum, meaning "according to"). For taxa that result from identifications, a reference to the keys, monographs, experts and other sources should be given.
Comment:Example: "McCranie, J. R., D. B. Wake, and L. D. Wilson. 1996. The taxonomic status of Bolitoglossa schmidti, with comments on the biology of the Mesoamerican salamander Bolitoglossa dofleini (Caudata: Plethodontidae). Carib. J. Sci. 32:395-398.", "Werner Greuter 2008", "Lilljeborg 1861, Upsala Univ. Arsskrift, Math. Naturvet., pp. 4, 5". For discussion see http://terms.tdwg.org/wiki/dwc:nameAccordingTo
Details:nameAccordingTo
Term Name: namePublishedIn
Identifier:http://rs.tdwg.org/dwc/terms/namePublishedIn
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:A reference for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode.
Comment:Examples: "Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388", "Forel, Auguste, Diagnosies provisoires de quelques espèces nouvelles de fourmis de Madagascar, récoltées par M. Grandidier., Annales de la Societe Entomologique de Belgique, Comptes-rendus des Seances 30, 1886". For discussion see http://terms.tdwg.org/wiki/dwc:namePublishedIn
Details:namePublishedIn
Term Name: namePublishedInYear
Identifier:http://rs.tdwg.org/dwc/terms/namePublishedInYear
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:The four-digit year in which the scientificName was published.
Comment:Examples: "1915", "2008". For discussion see http://terms.tdwg.org/wiki/dwc:namePublishedInYear
Details:namePublishedInYear
Term Name: higherClassification
Identifier:http://rs.tdwg.org/dwc/terms/higherClassification
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:A list (concatenated and separated) of taxa names terminating at the rank immediately superior to the taxon referenced in the taxon record.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '), with terms in order from the highest taxonomic rank to the lowest. Examples: "Animalia", "Animalia | Chordata | Vertebrata | Mammalia | Theria | Eutheria | Rodentia | Hystricognatha | Hystricognathi | Ctenomyidae | Ctenomyini | Ctenomys". For discussion see http://terms.tdwg.org/wiki/dwc:higherClassification
Details:higherClassification
Term Name: kingdom
Identifier:http://rs.tdwg.org/dwc/terms/kingdom
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:The full scientific name of the kingdom in which the taxon is classified.
Comment:Examples: "Animalia", "Plantae". For discussion see http://terms.tdwg.org/wiki/dwc:kingdom
Details:kingdom
Term Name: phylum
Identifier:http://rs.tdwg.org/dwc/terms/phylum
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:The full scientific name of the phylum or division in which the taxon is classified.
Comment:Examples: "Chordata" (phylum), "Bryophyta" (division). For discussion see http://terms.tdwg.org/wiki/dwc:phylum
Details:phylum
Term Name: class
Identifier:http://rs.tdwg.org/dwc/terms/class
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:The full scientific name of the class in which the taxon is classified.
Comment:Examples: "Mammalia", "Hepaticopsida". For discussion see http://terms.tdwg.org/wiki/dwc:class
Details:class
Term Name: order
Identifier:http://rs.tdwg.org/dwc/terms/order
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:The full scientific name of the order in which the taxon is classified.
Comment:Examples: "Carnivora", "Monocleales". For discussion see http://terms.tdwg.org/wiki/dwc:order
Details:order
Term Name: family
Identifier:http://rs.tdwg.org/dwc/terms/family
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:The full scientific name of the family in which the taxon is classified.
Comment:Examples: "Felidae", "Monocleaceae". For discussion see http://terms.tdwg.org/wiki/dwc:family
Details:family
Term Name: genus
Identifier:http://rs.tdwg.org/dwc/terms/genus
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:The full scientific name of the genus in which the taxon is classified.
Comment:Examples: "Puma", "Monoclea". For discussion see http://terms.tdwg.org/wiki/dwc:genus
Details:genus
Term Name: subgenus
Identifier:http://rs.tdwg.org/dwc/terms/subgenus
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:The full scientific name of the subgenus in which the taxon is classified. Values should include the genus to avoid homonym confusion.
Comment:Examples: "Strobus (Pinus)", "Puma (Puma)" "Loligo (Amerigo)", "Hieracium subgen. Pilosella". For discussion see http://terms.tdwg.org/wiki/dwc:subgenus
Details:subgenus
Term Name: specificEpithet
Identifier:http://rs.tdwg.org/dwc/terms/specificEpithet
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:The name of the first or species epithet of the scientificName.
Comment:Examples: "concolor", "gottschei". For discussion see http://terms.tdwg.org/wiki/dwc:specificEpithet
Details:specificEpithet
Term Name: infraspecificEpithet
Identifier:http://rs.tdwg.org/dwc/terms/infraspecificEpithet
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:The name of the lowest or terminal infraspecific epithet of the scientificName, excluding any rank designation.
Comment:Examples: "concolor", "oxyadenia", "sayi". For discussion see http://terms.tdwg.org/wiki/dwc:infraspecificEpithet
Details:infraspecificEpithet
Term Name: taxonRank
Identifier:http://rs.tdwg.org/dwc/terms/taxonRank
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:The taxonomic rank of the most specific name in the scientificName. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "subspecies", "varietas", "forma", "species", "genus". For discussion see http://terms.tdwg.org/wiki/dwc:taxonRank
Details:taxonRank
Term Name: verbatimTaxonRank
Identifier:http://rs.tdwg.org/dwc/terms/verbatimTaxonRank
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:The taxonomic rank of the most specific name in the scientificName as it appears in the original record.
Comment:Examples: "Agamospecies", "sub-lesus", "prole", "apomict", "nothogrex", "sp.", "subsp.", "var.". For discussion see http://terms.tdwg.org/wiki/dwc:verbatimTaxonRank
Details:verbatimTaxonRank
Term Name: scientificNameAuthorship
Identifier:http://rs.tdwg.org/dwc/terms/scientificNameAuthorship
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:The authorship information for the scientificName formatted according to the conventions of the applicable nomenclaturalCode.
Comment:Example: "(Torr.) J.T. Howell", "(Martinovský) Tzvelev", "(Györfi, 1952)". For discussion see http://terms.tdwg.org/wiki/dwc:scientificNameAuthorship
Details:scientificNameAuthorship
Term Name: vernacularName
Identifier:http://rs.tdwg.org/dwc/terms/vernacularName
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:A common or vernacular name.
Comment:Examples: "Andean Condor", "Condor Andino", "American Eagle", "Gänsegeier". For discussion see http://terms.tdwg.org/wiki/dwc:vernacularName
Details:vernacularName
Term Name: nomenclaturalCode
Identifier:http://rs.tdwg.org/dwc/terms/nomenclaturalCode
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:The nomenclatural code (or codes in the case of an ambiregnal name) under which the scientificName is constructed. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "ICBN", "ICZN", "BC", "ICNCP", "BioCode", "ICZN; ICBN". For discussion see http://terms.tdwg.org/wiki/dwc:nomenclaturalCode
Details:nomenclaturalCode
Term Name: taxonomicStatus
Identifier:http://rs.tdwg.org/dwc/terms/taxonomicStatus
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:The status of the use of the scientificName as a label for a taxon. Requires taxonomic opinion to define the scope of a taxon. Rules of priority then are used to define the taxonomic status of the nomenclature contained in that scope, combined with the experts opinion. It must be linked to a specific taxonomic reference that defines the concept. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "invalid", "misapplied", "homotypic synonym", "accepted". For discussion see http://terms.tdwg.org/wiki/dwc:taxonomicStatus
Details:taxonomicStatus
Term Name: nomenclaturalStatus
Identifier:http://rs.tdwg.org/dwc/terms/nomenclaturalStatus
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:The status related to the original publication of the name and its conformance to the relevant rules of nomenclature. It is based essentially on an algorithm according to the business rules of the code. It requires no taxonomic opinion.
Comment:Examples: "nom. ambig.", "nom. illeg.", "nom. subnud.". For discussion see http://terms.tdwg.org/wiki/dwc:nomenclaturalStatus
Details:nomenclaturalStatus
Term Name: taxonRemarks
Identifier:http://rs.tdwg.org/dwc/terms/taxonRemarks
Class:http://rs.tdwg.org/dwc/terms/Taxon
Definition:Comments or notes about the taxon or name.
Comment:Example: "this name is a misspelling in common use". For discussion see http://terms.tdwg.org/wiki/dwc:taxonRemarks
Details:taxonRemarks
Term Name: measurementID
Identifier:http://rs.tdwg.org/dwc/terms/measurementID
Class:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
Definition:An identifier for the MeasurementOrFact (information pertaining to measurements, facts, characteristics, or assertions). May be a global unique identifier or an identifier specific to the data set.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:measurementID
Details:measurementID
Term Name: measurementType
Identifier:http://rs.tdwg.org/dwc/terms/measurementType
Class:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
Definition:The nature of the measurement, fact, characteristic, or assertion. Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "tail length", "temperature", "trap line length", "survey area", "trap type". For discussion see http://terms.tdwg.org/wiki/dwc:measurementType
Details:measurementType
Term Name: measurementValue
Identifier:http://rs.tdwg.org/dwc/terms/measurementValue
Class:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
Definition:The value of the measurement, fact, characteristic, or assertion.
Comment:Examples: "45", "20", "1", "14.5", "UV-light". For discussion see http://terms.tdwg.org/wiki/dwc:measurementValue
Details:measurementValue
Term Name: measurementAccuracy
Identifier:http://rs.tdwg.org/dwc/terms/measurementAccuracy
Class:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
Definition:The description of the potential error associated with the measurementValue.
Comment:Examples: "0.01", "normal distribution with variation of 2 m". For discussion see http://terms.tdwg.org/wiki/dwc:measurementAccuracy
Details:measurementAccuracy
Term Name: measurementUnit
Identifier:http://rs.tdwg.org/dwc/terms/measurementUnit
Class:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
Definition:The units associated with the measurementValue. Recommended best practice is to use the International System of Units (SI).
Comment:Examples: "mm", "C", "km", "ha". For discussion see http://terms.tdwg.org/wiki/dwc:measurementUnit
Details:measurementUnit
Term Name: measurementDeterminedBy
Identifier:http://rs.tdwg.org/dwc/terms/measurementDeterminedBy
Class:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
Definition:A list (concatenated and separated) of names of people, groups, or organizations who determined the value of the MeasurementOrFact.
Comment:The recommended best practice is to separate the values with a vertical bar (' | '). Examples: "Rob Guralnick", "Julie Woodruff | Eileen Lacey". For discussion see http://terms.tdwg.org/wiki/dwc:measurementDeterminedBy
Details:measurementDeterminedBy
Term Name: measurementDeterminedDate
Identifier:http://rs.tdwg.org/dwc/terms/measurementDeterminedDate
Class:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
Definition:The date on which the MeasurementOrFact was made. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
Comment:Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see http://terms.tdwg.org/wiki/dwc:measurementDeterminedDate
Details:measurementDeterminedDate
Term Name: measurementMethod
Identifier:http://rs.tdwg.org/dwc/terms/measurementMethod
Class:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
Definition:A description of or reference to (publication, URI) the method or protocol used to determine the measurement, fact, characteristic, or assertion.
Comment:Examples: "minimum convex polygon around burrow entrances" for a home range area, "barometric altimeter" for an elevation. For discussion see http://terms.tdwg.org/wiki/dwc:measurementMethod
Details:measurementMethod
Term Name: measurementRemarks
Identifier:http://rs.tdwg.org/dwc/terms/measurementRemarks
Class:http://rs.tdwg.org/dwc/terms/MeasurementOrFact
Definition:Comments or notes accompanying the MeasurementOrFact.
Comment:Example: "tip of tail missing". For discussion see http://terms.tdwg.org/wiki/dwc:measurementRemarks
Details:measurementRemarks
Term Name: resourceRelationshipID
Identifier:http://rs.tdwg.org/dwc/terms/resourceRelationshipID
Class:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Definition:An identifier for an instance of relationship between one resource (the subject) and another (relatedResource, the object).
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:resourceRelationshipID
Details:resourceRelationshipID
Term Name: resourceID
Identifier:http://rs.tdwg.org/dwc/terms/resourceID
Class:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Definition:An identifier for the resource that is the subject of the relationship.
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:resourceID
Details:resourceID
Term Name: relatedResourceID
Identifier:http://rs.tdwg.org/dwc/terms/relatedResourceID
Class:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Definition:An identifier for a related resource (the object, rather than the subject of the relationship).
Comment:For discussion see http://terms.tdwg.org/wiki/dwc:relatedResourceID
Details:relatedResourceID
Term Name: relationshipOfResource
Identifier:http://rs.tdwg.org/dwc/terms/relationshipOfResource
Class:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Definition:The relationship of the resource identified by relatedResourceID to the subject (optionally identified by the resourceID). Recommended best practice is to use a controlled vocabulary.
Comment:Examples: "duplicate of", "mother of", "endoparasite of", "host to", "sibling of", "valid synonym of", "located within". For discussion see http://terms.tdwg.org/wiki/dwc:relationshipOfResource
Details:relationshipOfResource
Term Name: relationshipAccordingTo
Identifier:http://rs.tdwg.org/dwc/terms/relationshipAccordingTo
Class:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Definition:The source (person, organization, publication, reference) establishing the relationship between the two resources.
Comment:Example: "Julie Woodruff". For discussion see http://terms.tdwg.org/wiki/dwc:relationshipAccordingTo
Details:relationshipAccordingTo
Term Name: relationshipEstablishedDate
Identifier:http://rs.tdwg.org/dwc/terms/relationshipEstablishedDate
Class:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Definition:The date-time on which the relationship between the two resources was established. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).
Comment:Examples: "1963-03-08T14:07-0600" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, "2009-02-20T08:40Z" is 20 Feb 2009 8:40am UTC, "1809-02-12" is 12 Feb 1809, "1906-06" is Jun 1906, "1971" is just that year, "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, "2007-11-13/15" is the interval between 13 Nov 2007 and 15 Nov 2007. For discussion see http://terms.tdwg.org/wiki/dwc:relationshipEstablishedDate
Details:relationshipEstablishedDate
Term Name: relationshipRemarks
Identifier:http://rs.tdwg.org/dwc/terms/relationshipRemarks
Class:http://rs.tdwg.org/dwc/terms/ResourceRelationship
Definition:Comments or notes about the relationship between the two resources.
Comment:Examples: "mother and offspring collected from the same nest", "pollinator captured in the act". For discussion see http://terms.tdwg.org/wiki/dwc:relationshipRemarks
Details:relationshipRemarks
+
+ +

Except where otherwise noted, content on this site is licensed under a + Creative + Commons Attribution 4.0 International License.

+ +

Creative Commons License Copyright 2011-2014 - + Biodiversity Information Standards - TDWG - Contact Us
+ + +

+ + + \ No newline at end of file diff --git a/terms/namespace/index.htm b/terms/namespace/index.htm new file mode 100644 index 0000000..5688935 --- /dev/null +++ b/terms/namespace/index.htm @@ -0,0 +1,416 @@ + + + + + + + Darwin Core Namespace Policy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + +
+ + +

Darwin Core Namespace Policy

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Title:Darwin Core Namespace Policy
Date Issued:2009-02-12
Date Modified:2014-11-08
Abstract:All terms in the Darwin Core must be assigned a unique + Uniform Resource Identifier (URI). For convenience, the term + URIs that are assigned and managed by the Darwin Core Task + Group are grouped into collections known as Darwin Core + namespaces. This document describes how term URIs are allocated + by the Darwin Core Task Group and the policies associated with + Darwin Core namespaces.
Contributors:John Wieczorek (MVZ), Markus Döring (GBIF), Renato De + Giovanni (CRIA), Tim Robertson (GBIF), Dave Vieglais + (KUNHM)
Legal:This document is governed by the standard legal, copyright, + licensing provisions and disclaimers issued by the Taxonomic + Databases Working Group.
Part of TDWG Standard: + http://www.tdwg.org/standards/450/ +
Creator:Darwin Core Task Group
Identifier:http://rs.tdwg.org/dwc/2014-11-08/terms/namespace/
Latest Version: + http://rs.tdwg.org/dwc/terms/namespace/ +
Replaces: + + http://rs.tdwg.org/dwc/2013-09-23/terms/namespace/ +
Document Status:Current Standard

+
+
+ +

1. Introduction

Audience: This document is targeted toward + those who want to make changes to the Darwin Core, either by refining terms + that already exist or by adding new terms to increase the capabilities of the + standard. + +

This document and the policies contained herein are modeled on the + Dublin Core Metadata Initiative Namespace Policy [DCMINAMESPACEPOLICY]. + All terms in the Darwin Core must be identified with a unique Uniform + Resource Identifier (URI). For convenience, the term URIs are grouped into + collections known as Darwin Core namespaces. This document describes + the policies associated with Darwin Core namespaces and how term URIs are + allocated by the Darwin Core Task Group [DWC-TASK].

+ +

2. Namespace URIs

+ +

The Darwin Core namespace URI for the collection of all Darwin Core + properties, classes, and encoding schemes is:

+
+http://rs.tdwg.org/dwc/terms/
+
+ +

The term identifier for the current (recommended) version of a term is a + URI based on the namespace and the term name without version information. + Some example Darwin Core term identifiers follow:

+
+http://rs.tdwg.org/dwc/terms/scientificName
+
+ +

is the Darwin Core term identifier for the scientificName property, + while

+
+http://rs.tdwg.org/dwc/terms/MachineObservation
+
+ +

is the Darwin Core term identifier for the MachineObservation + class.

+ +

All Darwin Core identifiers will dereference to a Darwin Core term + declaration for the identified term.

+ +

3. Term Change Policy

+ +

Changes to Darwin Core recommendations or term declarations will occur + from time to time for a variety of reasons. Changes have varying implications + for the decision making process and for versioning Darwin Core documents and + term URIs. The types of changes and appropriate processes are identified and + explained in the following sections.

+ +

Reporting issues: In all cases the proposed change should be + reported to the Technical Architecture Group [TDWG-TAG] and the outcome of the + proposal should be announced on the Darwin Core mailing list [TDWG-CONTENT].

+ +

Decisions: In cases where an Executive decision is required,the + Technical Architecture Group will conduct a minimum 30-day public + comment period on the Darwin Core mailing list [TDWG-CONTENT], + during which the proposal can be refined based on discussion in an effort to + reach consensus (no dissenting opinion expressed publicly on the mailing list + for 30 days from the most recent iteration). If a consensus is reached, the + proposal will be presented by the Technical Architecture Group to the + Executive Committee for a decision [DECISIONS] within 30 days.

+ +

Versions: In cases where a decision requires a version change, the + attributes Status (recommended, superseded, or deprecated), Date + Issued, Date Modified, Decision, Version, + Replaces, and Is Replaced By will be modified in the affected + terms as appropriate.

+ +

3.1. Minor editorial errata

+ +

An error in spelling, punctuation, grammar, or other clerical mistake + discovered in a Darwin Core recommendation or term declaration may be + corrected without a public comment period or Executive Decision. Minor + editorial changes of this type do not require a version change for the + affected term and/or documents.

+ +

3.2. Substantive editorial errata

+ +

A substantive error is one that compromises the usefulness or accuracy of + systems based on Darwin Core. Those that are unequivocal (for example, an + incorrect URI or reference) may be treated as minor editorial errata (Section + 3.1).

+ +

Otherwise, the Technical Architecture Group will conduct a public + comment period and seek an Executive decision to find a solution that + minimizes adverse effects on existing applications. Changes of this nature + require a version change for the affected term and/or documents.

+ +

3.3. Semantic changes to Darwin Core terms

+ +

Darwin Core terms may be changed based on public demand and consensus. A + request to the Technical Architecture Group for a term change should + consist of proposed values for the complete list of attributes given in the + term definitions section of the Darwin Core Terms Complete History + [HISTORY] along with a statement of + justification for the change.

+ +

Term changes that are likely to have substantial functional impact on + human understanding or machine processing will posted for public commentary + and an Executive decision. Changes of this nature require a version change + for the affected term and/or documents.

+ +

3.4. Addition of Darwin Core terms

+ +

New terms may be added to the Darwin Core namespaces based on public + demand and consensus. A request to the Technical Architecture Group + [TDWG-TAG] for a new term should + consist of proposed values for the complete list of attributes given in the + term definitions section of the Darwin Core Terms Complete History + [HISTORY] along with a statement of + justification for the new term, including an explanation of why no existing + term will suffice.

+ +

New term proposals will be posted for public commentary and an Executive + decision. Changes of this nature require a version change for the affected + term and/or documents.

+ +

4. Persistence Policy

+ +

TDWG recognizes that people and applications depend on the persistence of + formal documents and machine processable schemas that have been made publicly + available. In particular, the stability of Darwin Core term URIs and Darwin + Core namespace URIs is critical to interoperability over time. Thus, the wide + promulgation of this set of URIs dictates that they be maintained to support + legacy applications that have adopted them.

+
+ + +

Except where otherwise noted, content on this site is licensed under a + Creative + Commons Attribution 4.0 International License.

+ +

Creative Commons License Copyright 2011-2014 - + Biodiversity Information Standards - TDWG - Contact Us
+ +

+ + \ No newline at end of file diff --git a/terms/simple/index.htm b/terms/simple/index.htm new file mode 100644 index 0000000..ed451a8 --- /dev/null +++ b/terms/simple/index.htm @@ -0,0 +1,638 @@ + + + + + + + Simple Darwin Core + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + +
+ + +

Simple Darwin Core

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Title:Simple Darwin Core
Date Issued:2009-04-21
Date Modified:2014-11-08
Abstract:This document is a reference for the Simple Darwin Core + standard.
Contributors:John Wieczorek (MVZ), Markus Döring (GBIF), Renato De + Giovanni (CRIA), Tim Robertson (GBIF), Dave Vieglais + (KUNHM)
Legal:This document is governed by the standard legal, copyright, + licensing provisions and disclaimers issued by the Taxonomic + Databases Working Group.
Part of TDWG Standard: + http://www.tdwg.org/standards/450/ +
Creator:Darwin Core Task Group
Identifier:http://rs.tdwg.org/dwc/2014-11-08/terms/simple/
Latest Version: + http://rs.tdwg.org/dwc/terms/simple/ +
Replaces: + http://rs.tdwg.org/dwc/2013-10-22/terms/simple/ +
Document Status:Current Standard
+
+ +

+ +

1. Introduction

+ +

Audience: This document is targeted toward those who want to share + biodiversity information using the simplest methods and structure - the + Simple Darwin Core. It explains the uses and limitations of this + structure and how to expand upon it.

+ +

+ +

1.1 What is Simple Darwin Core?

The Simple Darwin Core is a + predefined subset of the terms that have common use across a wide variety of + biodiversity applications. The terms used in the Simple Darwin Core + are those that are found at the cross-section of taxonomic names, places, and + events that document biological occurrences on the planet. The two driving + principles are simplicity and flexibility. + +

1.2 What makes it simple?

The Simple Darwin Core is simple in + that it assumes (and allows) no structure beyond the concept of rows and + columns, which might be thought of as attributes and their values, or fields + and records. The words field and record will be used throughout the rest of + the document to refer to the two dimensions of the Simple Darwin Core + structure. Think of the term names as the field names. In other words, a + Simple Darwin Core record could be captured in a spreadsheet or in a + single database table. + +

1.3 What makes it flexible?

The Simple Darwin Core has minimal + restrictions on which fields are required (none). You might argue that there + should be more required fields, that there isn't anything useful you can do + without them. That is partially true. A record with no fields in it wouldn't + be very interesting, but there is a difference between requiring that there + be a field in a record and requiring that a particular field be in all + records. By having no required field restriction, the Simple Darwin + Core can be used to share any meaningful combination of fields - for + example, to share "just names", or "just places", or observations of + individuals detected in the wild at a given place and time following a method + (an occurrence). This flexibility promotes the reuse of the terms and sharing + mechanisms for a wide variety of services. + +

+ +

1.4 Are there any rules?

There are just a few general guiding + principles on how to make the best use of the Simple Darwin Core: + +
    +
  1. Any Darwin Core term name can be used as a field name.
  2. + +
  3. No field name may be repeated in a record.
  4. + +
  5. Do not use a Class (Occurrence, Organism, MaterialSample, LivingSpecimen, PreservedSpecimen, FossilSpecimen, Event, HumanObservation, MachineObservation, Location, GeologicalContext, Identification, Taxon) as a field. +
  6. + +
  7. Provide data in as many fields as you can.
  8. + +
  9. Use the dcterms:type field to + provide the name of the what Dublin Core type class(PhysicalObject, + StillImage, MovingImage, Sound, Text) the record represents. +
  10. + +
  11. Use the basisOfRecord field to + provide the name of the most specific Darwin Core class (LivingSpecimen, + PreservedSpecimen, FossilSpecimen, MaterialSample, HumanObservation, + MachineObservation, Event, Occurrence, Taxon, Identification, Organism, + Location, GeologicalContext, MeasurementOrFact, ResourceRelationship) the + record represents. +
  12. + +
  13. Populate fields with data that match the definition of the field.
  14. + +
  15. Use the controlled vocabulary for the values of fields that recommend + them.
  16. + +
  17. If data are withheld, use informationWithheld to say so. +
  18. + +
  19. If data are shared in lower quality than the original, use dataGeneralizations to say so. +
  20. +
Every field in the Simple Darwin Core may appear either once or + not at all in a single record - otherwise how could you distinguish one + scientificName field from another + one? Think of a database table. It will not allow you to have the same name + for two different fields. Because of this design restriction (lack of + flexibility for the sake of simplicity), the auxiliary fields from the + MeasurementOrFact and ResourceRelationship classes are of + somewhat limited utility here - you could only share one MeasurementOrFact + and one ResourceRelationship per record. You might argue then that there is + no way to share information that requires related structures, such as a + history of identifications of a specimen. That is mostly true. The only + recourse within the Simple Darwin Core is to force the data into one + of the catch all "list" terms such as recordedBy, preparations, otherCatalogNumbers, associatedMedia, associatedReferences, associatedSequences, associatedTaxa, associatedOccurrences, associatedOrganisms, previousIdentifications, higherGeography, georeferencedBy, georeferenceSources, identifiedBy, identificationReferences, and + higherClassification. + +

There is a difference between having data in a field and requiring that + field to have a value from among a legal set of values. The Darwin Core is + simple in that it has minimal restrictions on the contents of fields. The + term comments give recommendations about the use of controlled vocabularies + and how to structure content wherever appropriate. Data contributors are + encouraged to follow these recommendations as well as possible. You might + argue that having no restrictions will promote "dirty" data (data of low + quality or dubious value). Consider the simple axiom "It's not what you have, + but what you do with it that matters." If data restrictions were in place at + the fundamental level, then a record having any non-compliant data in any of + its fields could not be shared via the standard. Not only would there be a + dearth of shared data in that case (or an unused standard), but also there + would be no way to use the standard to build shared data cleaning tools to + actually improve the situation, nor to use data services to look up + alternative representations (language translations, for example) to serve a + broader audience. The rest is up to how the records will be used - in other + words, it is up to applications to enforce further restrictions if + appropriate, and it is up to the stakeholders of those applications to decide + what the restrictions will be for the purpose the application is trying to + serve.

+ +

1.5 How do I use Simple Darwin Core?

The Darwin Core is simple in + that data "complying with" the Simple Darwin Core can be easily shared + in a variety of ways, including, but not limited to, text files and xml + documents. Equivalent ways of sharing the same data are described in the + sections Simple Darwin Core as Text and + Simple Darwin Core as XML. + +

What you need to do as a contributor of data via the Simple Darwin + Core depends on the requirements of the ones who are going to consume + those data. For example, if you have a collaborator who wants to share data + via the Simple Darwin Core, then it may be sufficient to create a + spreadsheet that contains column headers matching as many of the Darwin Core + term names as you are both interested in sharing - just to be sure you both + understand the meaning of the fields you share, and therefore hopefully + something about their content. You might create a table in a database using + the Simple Darwin Core as a model (if it met all of your needs), and + then connect that database with services for sharing via the web. You might + use that same database (or spreadsheet) to export a comma-separated value + (CSV) file for upload into a hosted service that could serve the data on your + behalf. Or you might use that same file to upload into a service that would + allow you to add value (such as a georeference) or quality (with a data + cleaning tool), or to see your data in the context of other shared data. +

+ +

1.5.1 Simple Darwin Core as Text

The Text Guide [TEXTGUIDE] describes how to construct and + format a text file using a simplified subset of the Fielded Text + [FIELDEDTEXT] specification, which + allows the contributor to describe the contents of a text file, or set of + text files (related or not) through a separate configuration file (called a + metafile). The metafile allows the contributor to communicate the structure + of the content of the file or files and any relationships between them. + Though it is good practice to describe a Simple Darwin Core file with + such a metafile, it isn't strictly necessary if the file follows the CSV file + specification and the first line of the file contains the field names. A + Fielded Text metafile for any text file based on the Simple Darwin + Core can be created by customizing the example metafile [SIMPLEMETAFILE] + (if this link shows a blank page in your browser, use the View Source option + to see the XML document), which includes references to all Darwin Core terms. + Refer to the comments in the file itself as well as the metafile + specification in the Text Guide [TEXTGUIDE] for more information. + +

1.5.2 Simple Darwin Core as XML

The XML Guide [XMLGUIDE] describes how to construct XML + schemas to share data based on Darwin Core terms. Looking at the Simple + Darwin Core XML Schema [SIMPLEXMLSCHEMA] using the XML + Guide as a reference you will be able to see that the schema supports the + notion of a SimpleDarwinRecord, which is just a grouping of up to one + of each of the Darwin Core terms that are Properties (not + Classes). The following example shows a SimpleDarwinRecordSet + containing one SimpleDarwinRecord for a Taxon: +
+<?xml version="1.0" encoding="UTF-8"?>
+<SimpleDarwinRecordSet
+ xmlns="http://rs.tdwg.org/dwc/xsd/simpledarwincore/"
+ xmlns:dc="http://purl.org/dc/terms/"
+ xmlns:dwc="http://rs.tdwg.org/dwc/terms/"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://rs.tdwg.org/dwc/xsd/simpledarwincore/ http://rs.tdwg.org/dwc/xsd/tdwg_dwc_simple.xsd">
+ <SimpleDarwinRecord>
+  <dc:modified>2006-05-04T18:13:51.0Z</dc:modified>
+  <dc:language>en</dc:language>
+  <dwc:basisOfRecord>Taxon</dwc:basisOfRecord>
+  <dwc:scientificNameID>http://research.calacademy.org/research/ichthyology/catalog/fishcatget.asp?spid=53548</dwc:scientificNameID>
+  <dwc:acceptedNameUsageID>http://research.calacademy.org/research/ichthyology/catalog/fishcatget.asp?spid=22010</dwc:acceptedNameUsageID>
+  <dwc:originalNameUsageID>http://research.calacademy.org/research/ichthyology/catalog/fishcatget.asp?spid=53548</dwc:originalNameUsageID>
+  <dwc:nameAccordingToID>http://research.calacademy.org/research/ichthyology/catalog/getref.asp?id=22764</dwc:nameAccordingToID>
+  <dwc:namePublishedInID>http://research.calacademy.org/research/ichthyology/catalog/getref.asp?id=671</dwc:namePublishedInID>
+  <dwc:scientificName>Centropyge flavicauda Fraser-Brunner 1933</dwc:scientificName>
+  <dwc:acceptedNameUsage>Centropyge fisheri (Snyder 1904)</dwc:acceptedNameUsage>
+  <dwc:parentNameUsage>Centropyge  Kaup, 1860</dwc:parentNameUsage>
+  <dwc:originalNameUsage>Centropyge flavicauda Fraser-Brunner 1933</dwc:originalNameUsage>
+  <dwc:nameAccordingTo>Allen, G.R. 1980. Butterfly and angelfishes of the world. Volume II. Mergus Publishers. Pp. 149-352.</dwc:nameAccordingTo>
+  <dwc:namePublishedIn>Fraser-Brunner, A. 1933. A revision of the chaetodont fishes of the subfamily Pomacanthinae. Proceedings of the General 
+          Meetings for Scientific Business of the Zoological Society of London 1933 (pt 3, no.30): 543-599, Pl. 1.</dwc:namePublishedIn>
+  <dwc:higherClassification>Animalia;Chordata;Vertebrata;Osteichthyes;Actinopterygii;Neopterygii;Teleostei;Acanthopterygii;Perciformes;
+          Percoidei;Pomacanthidae;Centropyge</dwc:higherClassification>
+  <dwc:kingdom>Animalia</dwc:kingdom>
+  <dwc:phylum>Chordata</dwc:phylum>
+  <dwc:class>Osteichthyes</dwc:class>
+  <dwc:order>Perciformes</dwc:order>
+  <dwc:family>Pomacanthidae</dwc:family>
+  <dwc:genus>Centropyge</dwc:genus>
+  <dwc:specificEpithet>flavicauda</dwc:specificEpithet>
+  <dwc:scientificNameAuthorship>Fraser-Brunner 1933</dwc:scientificNameAuthorship>
+  <dwc:taxonRank>species</dwc:taxonRank>
+  <dwc:nomenclaturalCode>ICZN</dwc:nomenclaturalCode>
+  <dwc:taxonomicStatus>accepted</dwc:taxonomicStatus>
+ </SimpleDarwinRecord>
+</SimpleDarwinRecordSet>
+
+ +

The SimpleDarwinRecord acts as a Class in implementation, + because all of the terms are properties of it. The Simple Darwin Core + schema has just one other level of structure, the + SimpleDarwinRecordSet, which is a grouping of one or more + SimpleDarwinRecords. The SimpleDarwinRecordSet acts as a + Class to define a data set during implementation.

+ +

1.6 Doing More with Simple Darwin Core

Sooner or later you may want + to share more information than the Simple Darwin Core seems to allow. + For example, you and your colleagues might decide that it would be useful to + have a standard way to exchange additional information relevant to questions + in Conservation. How would you do it? + +

One way would be to try to "overload" existing terms by using them to hold + information other than what was intended based on the definition of the + terms. Please don't do this. If an existing term has close to the same + meaning as one you want to use, but just doesn't quite fit because of the way + the definition is worded, it would be better to request an amendment to the + term definition so that it will be clear for your community how to use it. + You can request such a change by submitting an issue in the Darwin Core + Project [DWC-PROJECT].

+ +

Another way to get more out of the Darwin Core without adding a term is to + "payload" the dynamicProperties + term with structured content, as shown in the example below, using Javascript + Open Notatation (JSON). This is perfectly legal, since it doesn't compromise + the meaning of the term. One of the weaknesses of payloading data in this way + is that it is subject to a lack of stable or well-defined semantics. Also, it + is highly recommended to flatten the content into a single string with no + non-printing characters (such as line feeds) to facilitate use in the widest + variety of data sharing contexts. Still, this might be a reasonable way to at + least allow you to share all of your data, even if there might be problems + with people using it reliably.

+
+<?xml version="1.0" encoding="UTF-8"?>
+<SimpleDarwinRecordSet
+ xmlns="http://rs.tdwg.org/dwc/xsd/simpledarwincore/"
+ xmlns:dc="http://purl.org/dc/terms/"
+ xmlns:dwc="http://rs.tdwg.org/dwc/terms/"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://rs.tdwg.org/dwc/xsd/simpledarwincore/ http://rs.tdwg.org/dwc/xsd/tdwg_dwc_simple.xsd">
+ <SimpleDarwinRecord>
+  <dc:modified>2009-02-12T12:43:31</dc:modified>
+  <dc:language>en</dc:language>
+  <dwc:basisOfRecord>Taxon</dwc:basisOfRecord>
+  <dwc:scientificName>Ctenomys sociabilis</dwc:scientificName>
+  <dwc:acceptedNameUsage>Ctenomys sociabilis Pearson and Christie, 1985</dwc:acceptedNameUsage>
+  <dwc:parentNameUsage>Ctenomys Blainville, 1826</dwc:parentNameUsage>
+  <dwc:higherClassification>Animalia; Chordata; Vertebrata; Mammalia; Theria; Eutheria; Rodentia; Hystricognatha; Hystricognathi; Ctenomyidae; Ctenomyini; Ctenomys</dwc:higherClassification>
+  <dwc:kingdom>Animalia</dwc:kingdom>
+  <dwc:phylum>Chordata</dwc:phylum>
+  <dwc:class>Mammalia</dwc:class>
+  <dwc:order>Rodentia</dwc:order>
+  <dwc:family>Ctenomyidae</dwc:family>
+  <dwc:genus>Ctenomys</dwc:genus>
+  <dwc:specificEpithet>sociabilis</dwc:specificEpithet>
+  <dwc:taxonRank>species</dwc:taxonRank>
+  <dwc:scientificNameAuthorship>Pearson and Christie, 1985</dwc:scientificNameAuthorship>
+  <dwc:nomenclaturalCode>ICZN</dwc:nomenclaturalCode>
+  <dwc:namePublishedIn>Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388</dwc:namePublishedIn>
+  <dwc:taxonomicStatus>valid</dwc:taxonomicStatus>
+  <dwc:dynamicProperties>{'iucnStatus':'vulnerable', 'distribution':'Neuquén, Argentina'}</dwc:dynamicProperties> 
+ </SimpleDarwinRecord>
+</SimpleDarwinRecordSet>
+
+ +

If you were using just CSV text files to exchange information, then you + might be tempted to just add the new fields to the files. This approach + suffers most of the same problems as payloading - no one aside from those + with whom you communicated would know what those new fields were or how to + use them. Sharing in this way via XML would be an even bigger problem, + because the Simple Darwin Core XML Schema [SIMPLEXMLSCHEMA] defines the terms that + it supports and the new fields would not correspond with any terms understood + by the schema. In other words, the XML with your fields in it would not be a + valid Simple Darwin Core XML document.

+ +

So, if you really need to extend the capabilities of Darwin Core, the best + first step is to follow the standards process to add the terms you need. The + mechanisms for pursuing this are explained in the Darwin Core Namespace + Policy [NAMESPACEPOLICY]. The + process will help to assure that the new terms are well conceived, that they + don't conflict with existing terms, and that they are properly defined in the + broader context of biological diversity information.

+ +

1.7 Going Beyond Simple Darwin Core

+ +

For cases where rich data require rich (non-simple) structure, the + Simple Darwin Core alone is not suitable. When sharing information via + fielded text [FIELDEDTEXT], the + solution is to use the Simple Darwin Core as a core record with one or + more associated extensions for the additional information. See the Darwin + Core Text Guide [TEXTGUIDE] + for an explanation and examples.

+ +

When sharing information via XML [XML], a richer structure such as the Access + to Biological Collections Data schema [ABCD], or the Generic Darwin + Core [GENERICXMLSCHEMA], or + another schema built from the Darwin Core terms to suit the use of the data + in a particular context. See the Darwin Core XML Guide [XMLGUIDE] for examples and references to model + schemas.

+
+ + +

Except where otherwise noted, content on this site is licensed under a + Creative + Commons Attribution 4.0 International License.

+ +

Creative Commons License Copyright 2011-2014 - + Biodiversity Information Standards - TDWG - Contact Us
+ +

+ + \ No newline at end of file diff --git a/text/diagrams.graffle b/text/diagrams.graffle new file mode 100644 index 0000000..da4e9c9 --- /dev/null +++ b/text/diagrams.graffle @@ -0,0 +1,3855 @@ + + + + + ActiveLayerIndex + 0 + ApplicationVersion + + com.omnigroup.OmniGrafflePro + 137.11.0.108132 + + AutoAdjust + + BackgroundGraphic + + Bounds + {{0, 0}, {1118, 1566}} + Class + SolidGraphic + ID + 2 + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + + CanvasOrigin + {0, 0} + ColumnAlign + 1 + ColumnSpacing + 36 + CreationDate + 2009-04-28 17:29:41 +0200 + Creator + Markus Döring + DisplayScale + 1 0/72 in = 1.0000 in + GraphDocumentVersion + 6 + GraphicsList + + + Bounds + {{393.04, 859.706}, {68, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1462 + Line + + ID + 1463 + Position + 0.33498299121856689 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 < extends >} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1526 + + ID + 1463 + Points + + {451.239, 893} + {379, 827.94} + + Style + + stroke + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1468 + + + + Bounds + {{144.594, 816.165}, {70, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1464 + Line + + ID + 1465 + Position + 0.22446522116661072 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <describes>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1468 + + ID + 1465 + Points + + {109, 800.94} + {423.5, 920} + + Style + + stroke + + Color + + b + 0.32549 + g + 0.32549 + r + 0.32549 + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1501 + + + + Class + Group + Graphics + + + Bounds + {{399, 950.5}, {94, 28}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1467 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 distribution.txt\ +(extension)} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{423.5, 893}, {45, 54}} + Class + ShapedGraphic + ID + 1468 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 CSV} + VerticalPad + 0 + + + + ID + 1466 + + + Bounds + {{394.861, 717.238}, {62, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1469 + Line + + ID + 1470 + Position + 0.32820862531661987 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <extends>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1526 + + ID + 1470 + Points + + {450.967, 704} + {374.473, 779.373} + + Style + + stroke + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1522 + + + + Bounds + {{145.83, 761.133}, {70, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1471 + Line + + ID + 1472 + Position + 0.2283928394317627 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <describes>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1522 + + ID + 1472 + Points + + {109, 800.94} + {423.5, 677} + + Style + + stroke + + Color + + b + 0.32549 + g + 0.32549 + r + 0.32549 + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1501 + + + + Bounds + {{408.5, 621}, {75, 28}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1523 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 types.txt\ +(extension)} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{423.5, 650}, {45, 54}} + Class + ShapedGraphic + ID + 1522 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 CSV} + VerticalPad + 0 + + + + Class + Group + Graphics + + + Bounds + {{545.335, 762.041}, {64, 80.4188}} + Class + ShapedGraphic + ID + 1486 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 Core &\ +Extension\ +Data files} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Class + Group + Graphics + + + Bounds + {{516.335, 802.37}, {29, 123.383}} + Class + ShapedGraphic + ID + 1488 + Shape + Bezier + ShapeData + + UnitPoints + + {-0.499407, -0.499951} + {-0.479014, -0.499951} + {0.115799, -0.509997} + {0.17078, -0.242005} + {0.225766, 0.0259861} + {0.112475, 0.427523} + {0.234848, 0.46829} + {0.35723, 0.509059} + {0.5, 0.498868} + {0.5, 0.498868} + {0.5, 0.498868} + {0.228202, 0.508151} + {0.18604, 0.438637} + {0.143873, 0.369127} + {0.195779, -0.106356} + {0.0938029, -0.300004} + {-0.00818348, -0.493654} + {-0.519806, -0.499951} + + + Style + + fill + + Color + + b + 0 + g + 0 + r + 0 + + + shadow + + Draws + NO + + stroke + + Width + 0.5 + + + VFlip + YES + + + Bounds + {{516.335, 678.75}, {29, 123.383}} + Class + ShapedGraphic + ID + 1489 + Shape + Bezier + ShapeData + + UnitPoints + + {-0.499407, -0.499951} + {-0.479014, -0.499951} + {0.115799, -0.509997} + {0.17078, -0.242005} + {0.225766, 0.0259861} + {0.112475, 0.427523} + {0.234848, 0.46829} + {0.35723, 0.509059} + {0.5, 0.498868} + {0.5, 0.498868} + {0.5, 0.498868} + {0.228202, 0.508151} + {0.18604, 0.438637} + {0.143873, 0.369127} + {0.195779, -0.106356} + {0.0938029, -0.300004} + {-0.00818348, -0.493654} + {-0.519806, -0.499951} + + + Style + + fill + + Color + + b + 0 + g + 0 + r + 0 + + + shadow + + Draws + NO + + stroke + + Width + 0.5 + + + + + ID + 1487 + + + ID + 1485 + + + Bounds + {{156.292, 789.44}, {70, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1495 + Line + + ID + 1496 + Position + 0.36574026942253113 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <describes>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1526 + + ID + 1496 + Points + + {109, 800.94} + {334, 800.94} + + Style + + stroke + + Color + + b + 0.32549 + g + 0.32549 + r + 0.32549 + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1501 + Info + 3 + + + + Class + Group + Graphics + + + Bounds + {{322, 830.128}, {69, 28}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1525 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 whales.txt\ +(core)} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{334, 773.94}, {45, 54}} + Class + ShapedGraphic + ID + 1526 + Magnets + + {1, 1} + {1, -1} + {-1, -1} + {-1, 1} + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 TAB} + VerticalPad + 0 + + + + ID + 1524 + + + Class + Group + Graphics + + + Bounds + {{55, 831.44}, {63, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1500 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 meta.xml} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{64, 773.94}, {45, 54}} + Class + ShapedGraphic + ID + 1501 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 XML} + VerticalPad + 0 + + + + ID + 1499 + + + Class + Group + Graphics + + + Bounds + {{225.179, 415.497}, {69, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1503 + Line + + ID + 1504 + Position + 0.41660362482070923 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <relates to>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1513 + + ID + 1504 + Points + + {259.565, 404.5} + {259.837, 458.5} + + Style + + stroke + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1517 + Info + 1 + + + + Bounds + {{322.279, 418}, {64, 28}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + ID + 1505 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 Related\ +Data files} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Class + Group + Graphics + + + Bounds + {{292.279, 432.061}, {29, 64.4387}} + Class + ShapedGraphic + ID + 1507 + Shape + Bezier + ShapeData + + UnitPoints + + {-0.499407, -0.499951} + {-0.479014, -0.499951} + {0.115799, -0.509997} + {0.17078, -0.242005} + {0.225766, 0.0259861} + {0.112475, 0.427523} + {0.234848, 0.46829} + {0.35723, 0.509059} + {0.5, 0.498868} + {0.5, 0.498868} + {0.5, 0.498868} + {0.228202, 0.508151} + {0.18604, 0.438637} + {0.143873, 0.369127} + {0.195779, -0.106356} + {0.0938029, -0.300004} + {-0.00818348, -0.493654} + {-0.519806, -0.499951} + + + Style + + fill + + Color + + b + 0 + g + 0 + r + 0 + + + shadow + + Draws + NO + + stroke + + Width + 0.5 + + + VFlip + YES + + + Bounds + {{292.279, 367.5}, {29, 64.4387}} + Class + ShapedGraphic + ID + 1508 + Shape + Bezier + ShapeData + + UnitPoints + + {-0.499407, -0.499951} + {-0.479014, -0.499951} + {0.115799, -0.509997} + {0.17078, -0.242005} + {0.225766, 0.0259861} + {0.112475, 0.427523} + {0.234848, 0.46829} + {0.35723, 0.509059} + {0.5, 0.498868} + {0.5, 0.498868} + {0.5, 0.498868} + {0.228202, 0.508151} + {0.18604, 0.438637} + {0.143873, 0.369127} + {0.195779, -0.106356} + {0.0938029, -0.300004} + {-0.00818348, -0.493654} + {-0.519806, -0.499951} + + + Style + + fill + + Color + + b + 0 + g + 0 + r + 0 + + + shadow + + Draws + NO + + stroke + + Width + 0.5 + + + + + ID + 1506 + + + Bounds + {{141.827, 449}, {70, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1509 + Line + + ID + 1510 + Position + 0.49792107939720154 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <describes>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1513 + + ID + 1510 + Points + + {121.559, 435.5} + {232.098, 485.5} + + Style + + stroke + + Color + + b + 0.32549 + g + 0.32549 + r + 0.32549 + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1520 + + + + Class + Group + Graphics + + + Bounds + {{199.598, 516}, {110, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1512 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 identifications.txt} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{232.098, 458.5}, {45, 54}} + Class + ShapedGraphic + ID + 1513 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 CSV} + VerticalPad + 0 + + + + ID + 1511 + + + Bounds + {{141.599, 395.121}, {70, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1514 + Line + + ID + 1515 + Position + 0.49792107939720154 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <describes>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1517 + + ID + 1515 + Points + + {121.559, 435.5} + {232.098, 377.5} + + Style + + stroke + + Color + + b + 0.32549 + g + 0.32549 + r + 0.32549 + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1520 + Info + 3 + + + + Bounds + {{209.098, 336}, {91, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1516 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 specimens.txt} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{232.098, 350.5}, {45, 54}} + Class + ShapedGraphic + ID + 1517 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 TAB} + VerticalPad + 0 + + + + Class + Group + Graphics + + + Bounds + {{67.5586, 466}, {63, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1519 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 meta.xml} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{76.5586, 408.5}, {45, 54}} + Class + ShapedGraphic + ID + 1520 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 XML} + VerticalPad + 0 + + + + ID + 1518 + + + ID + 1502 + + + Class + Group + Graphics + + + Bounds + {{321.279, 197.5}, {66, 28}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + ID + 1370 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 Unrelated\ +Data files} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Class + Group + Graphics + + + Bounds + {{292.279, 211.561}, {29, 64.4387}} + Class + ShapedGraphic + ID + 1372 + Shape + Bezier + ShapeData + + UnitPoints + + {-0.499407, -0.499951} + {-0.479014, -0.499951} + {0.115799, -0.509997} + {0.17078, -0.242005} + {0.225766, 0.0259861} + {0.112475, 0.427523} + {0.234848, 0.46829} + {0.35723, 0.509059} + {0.5, 0.498868} + {0.5, 0.498868} + {0.5, 0.498868} + {0.228202, 0.508151} + {0.18604, 0.438637} + {0.143873, 0.369127} + {0.195779, -0.106356} + {0.0938029, -0.300004} + {-0.00818348, -0.493654} + {-0.519806, -0.499951} + + + Style + + fill + + Color + + b + 0 + g + 0 + r + 0 + + + shadow + + Draws + NO + + stroke + + Width + 0.5 + + + VFlip + YES + + + Bounds + {{292.279, 147}, {29, 64.4387}} + Class + ShapedGraphic + ID + 1373 + Shape + Bezier + ShapeData + + UnitPoints + + {-0.499407, -0.499951} + {-0.479014, -0.499951} + {0.115799, -0.509997} + {0.17078, -0.242005} + {0.225766, 0.0259861} + {0.112475, 0.427523} + {0.234848, 0.46829} + {0.35723, 0.509059} + {0.5, 0.498868} + {0.5, 0.498868} + {0.5, 0.498868} + {0.228202, 0.508151} + {0.18604, 0.438637} + {0.143873, 0.369127} + {0.195779, -0.106356} + {0.0938029, -0.300004} + {-0.00818348, -0.493654} + {-0.519806, -0.499951} + + + Style + + fill + + Color + + b + 0 + g + 0 + r + 0 + + + shadow + + Draws + NO + + stroke + + Width + 0.5 + + + + + ID + 1371 + + + Bounds + {{141.599, 228.396}, {70, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1374 + Line + + ID + 1375 + Position + 0.49792107939720154 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <describes>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1378 + + ID + 1375 + Points + + {121.559, 215} + {232.099, 265} + + Style + + stroke + + Color + + b + 0.32549 + g + 0.32549 + r + 0.32549 + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1385 + + + + Class + Group + Graphics + + + Bounds + {{208.099, 295.5}, {93, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1377 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 lepidoptera.txt} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{232.099, 238}, {45, 54}} + Class + ShapedGraphic + ID + 1378 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 CSV} + VerticalPad + 0 + + + + ID + 1376 + + + Bounds + {{141.599, 174.621}, {70, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1379 + Line + + ID + 1380 + Position + 0.49792107939720154 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <describes>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1382 + + ID + 1380 + Points + + {121.559, 215} + {232.099, 157} + + Style + + stroke + + Color + + b + 0.32549 + g + 0.32549 + r + 0.32549 + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1385 + Info + 3 + + + + Bounds + {{224.5, 116}, {55, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1381 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 aves.txt} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{232.099, 130}, {45, 54}} + Class + ShapedGraphic + ID + 1382 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 CSV} + VerticalPad + 0 + + + + Class + Group + Graphics + + + Bounds + {{67.5586, 245.5}, {63, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1384 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 meta.xml} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{76.5586, 188}, {45, 54}} + Class + ShapedGraphic + ID + 1385 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 XML} + VerticalPad + 0 + + + + ID + 1383 + + + ID + 1369 + + + Class + Group + Graphics + + + Bounds + {{157.598, 41.5}, {70, 23}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Color + + w + 0 + + Font + Helvetica + Size + 11 + + ID + 1342 + Line + + ID + 1343 + Position + 0.49792107939720154 + RotationType + 0 + + Shape + Rectangle + Style + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\fs22 \cf0 <describes>} + + Wrap + NO + + + Class + LineGraphic + Head + + ID + 1346 + + ID + 1343 + Points + + {137.558, 53} + {248.098, 53} + + Style + + stroke + + Color + + b + 0.32549 + g + 0.32549 + r + 0.32549 + + CornerRadius + 6 + HeadArrow + StickArrow + Pattern + 1 + TailArrow + 0 + + + Tail + + ID + 1349 + Info + 3 + + + + Class + Group + Graphics + + + Bounds + {{225.098, 83.5}, {91, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1345 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 specimens.txt} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{248.098, 26}, {45, 54}} + Class + ShapedGraphic + ID + 1346 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 TAB} + VerticalPad + 0 + + + + ID + 1344 + + + Class + Group + Graphics + + + Bounds + {{83.5577, 83.5}, {63, 14}} + Class + ShapedGraphic + FitText + YES + Flow + Resize + FontInfo + + Font + Helvetica + Size + 12 + + ID + 1348 + Magnets + + {0, 1} + {0, -1} + {1, 0} + {-1, 0} + + Shape + Cylinder + Style + + fill + + Draws + NO + + shadow + + Draws + NO + + stroke + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural + +\f0\b\fs24 \cf0 meta.xml} + VerticalPad + 0 + + TextRelativeArea + {{0, 0}, {1, 1}} + Wrap + NO + + + Bounds + {{92.5577, 26}, {45, 54}} + Class + ShapedGraphic + ID + 1349 + Magnets + + {0.112222, 0.508333} + {0.116428, -0.5} + {1, 0} + {-1, 0} + + Shape + NoteShape + Style + + shadow + + Draws + NO + + + Text + + Text + {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430 +{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc + +\f0\fs20 \cf0 XML} + VerticalPad + 0 + + + + ID + 1347 + + + ID + 1341 + + + GridInfo + + GuidesLocked + NO + GuidesVisible + YES + HPages + 2 + ImageCounter + 1 + KeepToScale + + Layers + + + Lock + NO + Name + Layer 1 + Print + YES + View + YES + + + LayoutInfo + + Animate + NO + circoMinDist + 18 + circoSeparation + 0.0 + layoutEngine + dot + neatoSeparation + 0.0 + twopiSeparation + 0.0 + + LinksVisible + NO + MagnetsVisible + NO + MasterSheets + + ModificationDate + 2009-05-25 02:47:38 +0200 + Modifier + Tim Robertson + NotesVisible + NO + Orientation + 2 + OriginVisible + NO + PageBreaks + YES + PrintInfo + + NSBottomMargin + + float + 41 + + NSLeftMargin + + float + 18 + + NSPaperSize + + size + {595, 842} + + NSRightMargin + + float + 18 + + NSTopMargin + + float + 18 + + + PrintOnePage + + QuickLookPreview + + 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 + lRdld8i3V5ZmJh9f/Ycvkk/W3+ewCBW9Nj5NTak6Qomyj1DcCDqLUEY7RCi8ROXObOBO + mkHtpPVddNK7T+6kqTdyhFLt4RGKHnLcfeWknfQi5l2iFO2ufZQiVXennkM0tZT+nEWO + UisVV3r3Pkcpox2iFIZbBBAHSQAaVAKw72IwxtZTWI5TjKra25neffbdFwGIoV2UqhhK + UapQPCJlShWlMo0fTvMa9nmIUs6VRanI1Wui1Bw+D+x+KUoBc5fbL1VWSx3AyyxkX9X7 + IClOffz09MyfifkPXU+6CrApXF1b+/9fwFI9Qqanxu/nvL9qQYf6kHSS64AD5kcgUgAs + 68njWhzqQJM3vQYhPad4pdIyP6p5xDVQtbgcMM41H0ltDfBEVWVQgf6YyZWAxc3Zwxus + 5L/2IGAQEFT+Kyi1nxQenf5EUNUhbNRFvojA/U8jFoUmN2No4kkuRHO9nRdw5IonuUd6 + 6wqwRSzCcdCfVyQmc4MRmPHyerqfMwaAmZWiFJAuRrbDs4pZ4AEUr0wjKwAwvBqxKIQD + Lk5phjA/AsDrQhYO2J4j5BlWeB6zcEdch+CGPgWI1ZblEuNv2hS02qpZ+/v/Bo++xGYK + ZW5kc3RyZWFtCmVuZG9iago1IDAgb2JqCjY0NDkKZW5kb2JqCjIgMCBvYmoKPDwgL1R5 + cGUgL1BhZ2UgL1BhcmVudCAzIDAgUiAvUmVzb3VyY2VzIDYgMCBSIC9Db250ZW50cyA0 + IDAgUiAvTWVkaWFCb3ggWzAgMCAxMTE4IDE1NjZdCj4+CmVuZG9iago2IDAgb2JqCjw8 + IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCBdIC9Db2xvclNwYWNlIDw8IC9DczIgOCAwIFIg + L0NzMSA3IDAgUiA+PiAvRm9udCA8PAovRjEuMCA5IDAgUiAvRjIuMCAxMCAwIFIgPj4g + Pj4KZW5kb2JqCjExIDAgb2JqCjw8IC9MZW5ndGggMTIgMCBSIC9OIDEgL0FsdGVybmF0 + ZSAvRGV2aWNlR3JheSAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAGFUk9I + FFEc/s02EoSIQYV4iHcKCZUprKyg2nZ1WZVtW5XSohhn37qjszPTm9k1xZMEXaI8dQ+i + Y3Ts0KGbl6LArEvXIKkgCDx16PvN7OoohG95O9/7/f1+33tEbZ2m7zspQVRzQ5Urpadu + Tk2Lgx8pRR3UTlimFfjpYnGMseu5kr+719Zn0tiy3se1dvv2PbWVZWAh6i22txD6IZFm + AB+ZnyhlgLPAHZav2D4BPFgOrBrwI6IDD5q5MNPRnHSlsi2RU+aiKCqvYjtJrvv5uca+ + i7WJg/5cj2bWjr2z6qrRTNS090ShvA+uRBnPX1T2bDUUpw3jnEhDGinyrtXfK0zHEZEr + EEoGUjVkuZ9qTp114HUYu126k+P49hClPslgqIm16bKZHYV9AHYqy+wQ8AXo8bJiD+eB + e2H/W1HDk8AnYT9kh3nWrR/2F65T4HuEPTXgzhSuxfHaih9eLQFD91QjaIxzTcTT1zlz + pIjvMdQZmPdGOaYLMXeWqhM3gDthH1mqZgqxXfuu6iXuewJ30+M70Zs5C1ygHElysRXZ + FNA8CVgUfYuwSQ48Ps4eVeB3qJjAHLmJ3M0o9x7VERtno1KBVnqNV8ZP47nxxfhlbBjP + gH6sdtd7fP/p4xV117Y+PPmNetw5rr2dG1VhVnFlC93/xzKEj9knOabB06FZWGvYduQP + msxMsAwoxH8FPpf6khNV3NXu7bhFEsxQPixsJbpLVG4p1Oo9g0qsHCvYAHZwksQsWhy4 + U2u6OXh32CJ6bflNV7Lrhv769nr72vIebcqoKSgTzbNEZpSxW6Pk3Xjb/WaREZ84Or7n + vYpayf5JRRA/hTlaKvIUVfRWUNbEb2cOfhu2flw/pef1Qf08CT2tn9Gv6KMRvgx0Sc/C + c1Efo0nwsGkh4hKgioMz1E5UY40D4inx8rRbZJH9D0AZ/WYKZW5kc3RyZWFtCmVuZG9i + agoxMiAwIG9iago3MDQKZW5kb2JqCjggMCBvYmoKWyAvSUNDQmFzZWQgMTEgMCBSIF0K + ZW5kb2JqCjEzIDAgb2JqCjw8IC9MZW5ndGggMTQgMCBSIC9OIDMgL0FsdGVybmF0ZSAv + RGV2aWNlUkdCIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AYWUTUgUYRjH + /7ONBLEG0ZcIxdDBJFQmC1IC0/UrU7Zl1UwJYp19d50cZ6eZ3S1FIoTomHWMLlZEh4hO + 4aFDpzpEBJl1iaCjRRAFXiK2/zuTu2NUvjAzv3me//t8vcMAVY9SjmNFNGDKzrvJ3ph2 + enRM2/waVahGFFwpw3M6EokBn6mVz/Vr9S0UaVlqlLHW+zZ8q3aZEFA0KndkAz4seTzg + 45Iv5J08NWckGxOpNNkhN7hDyU7yLfLWbIjHQ5wWngFUtVOTMxyXcSI7yC1FIytjPiDr + dtq0ye+lPe0ZU9Sw38g3OQvauPL9QNseYNOLim3MAx7cA3bXVWz1NcDOEWDxUMX2PenP + R9n1ysscavbDKdEYa/pQKn2vAzbfAH5eL5V+3C6Vft5hDtbx1DIKbtHXsjDlJRDUG+xm + /OQa/YuDnnxVC7DAOY5sAfqvADc/AvsfAtsfA4lqYKgVkctsN7jy4iLnAnTmnGnXzE7k + tWZdP6J18GiF1mcbTQ1ayrI03+VprvCEWxTpJkxZBc7ZX9t4jwp7eJBP9he5JLzu36zM + pVNdnCWa2NantOjqJjeQ72fMnj5yPa/3GbdnOGDlgJnvGwo4csq24jwXqYnU2OPxk2TG + V1QnH5PzkDznFQdlTN9+LnUiQa6lPTmZ65eaXdzbPjMxxDOSrFgzE53x3/zGLSRl3n3U + 3HUs/5tnbZFnGIUFARM27zY0JNGLGBrhwEUOGXpMKkxapV/QasLD5F+VFhLlXRYVvVjh + nhV/z3kUuFvGP4VYHHMN5Qia/k7/oi/rC/pd/fN8baG+4plzz5rGq2tfGVdmltXIuEGN + Mr6sKYhvsNoOei1kaZ3iFfTklfWN4eoy9nxt2aPJHOJqfDXUpQhlasQ448muZfdFssU3 + 4edby/av6VH7fPZJTSXXsrp4Zin6fDZcDWv/s6tg0rKr8OSNkC48a6HuVQ+qfWqL2gpN + Paa2q21qF9+OqgPlHcOclYkLrNtl9Sn2YGOa3spJV2aL4N/CL4b/pV5hC9c0NPkPTbi5 + jGkJ3xHcNnCHlP/DX7MDDd4KZW5kc3RyZWFtCmVuZG9iagoxNCAwIG9iago3OTIKZW5k + b2JqCjcgMCBvYmoKWyAvSUNDQmFzZWQgMTMgMCBSIF0KZW5kb2JqCjMgMCBvYmoKPDwg + L1R5cGUgL1BhZ2VzIC9NZWRpYUJveCBbMCAwIDExMTggMTU2Nl0gL0NvdW50IDEgL0tp + ZHMgWyAyIDAgUiBdID4+CmVuZG9iagoxNSAwIG9iago8PCAvVHlwZSAvQ2F0YWxvZyAv + UGFnZXMgMyAwIFIgPj4KZW5kb2JqCjE2IDAgb2JqCjw8IC9MZW5ndGggMTcgMCBSIC9M + ZW5ndGgxIDEwNzEyIC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4Ab06C3iU + 1ZXn3P85M8lknplHZjIzmcxMksk7EBISyBgSCI9EHgoJEkyAQIigATEIXVjwBURE8QEo + 1oq2yEPKECgOIi6lKGqt0lalotVa0dpus7Yu2grMzJ7/T0jB3e2639ev88+999zHf+85 + 5557zrn3v4AAkAJrgIPI3MXt3fAp7qKS1ym8Mrdnmfe+349+AgAfBuAWze9esNj4m5+8 + BiBQtTZlwaIV879IsY0ESEsBsM7r7Gif9+eXdg4DyO6mBuWdVKDNkkopr/SZ3bl42e3d + VdIZApX+OxfdMre9Ib02DyBA70D54vbbu+XV2q8pv4jy3pvbF3dMX7J6FeU3Uj6r+5Zb + l7GNXD3lo5Sf3r20o/uFO28uAQjKhN+bVIb0KL8UEOEFSr3QMliiFv+/IkatOfUNnggW + /9u7EtCoQz8NaAnWUSBefOOXCnpIAwMYB8tNamqm2AJWFU4HG9gHax3CcTAIxyBHWANO + vgg8AMl3KZxV0sT1yU+FU2BILE7+mauiN44ogSVqquE43AfbYT9huovgHJgN2+BV7IIj + OAsOwTuYCYU0zzzEYBK8jsnkz2E+fJ/aL4MT8AgcILxzYDHhMwk2YSC5kvIRgufAXcmn + IBsq4B44BpXU6yboT+5OHqTaqXA97IG99P5P0c8O8ObkD5PniCtTqM+7qObnyUnJ/WCC + fKiFyVR6F7yIAe5sspNorSLsHofvwQ74MfwR78BDyc5kT/J08iNgVOuCafSswkP4Ebef + vyf5ePIPyQRxIgfyaNQ2eAiepv7303Ocprweb8Jl+BA+wiLsDnaIv1uwJeLEh1wYR08D + 3ALriQNH4CR8AV/j58zOGbhl3EvJ4cn/pBmbSFQqlHRADz3r6NlENB1FEYtxDE7GVfgw + PoK/ZHnsetbMlrPb2adcEzeLW8H9kr+V7xM2CttEXeLL5NHkqeTbNI9uuAGWwmqi7gSc + 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 + iBg9LvdDnpFUlemuD42kcBT34HbIw+19gQme5wkkcg+Oz63YEsPvHGzIKQnEcGWkvCFn + S25DKJA7yRPIHRsKETz9Feku6QbpGqlUCtNlGVKYUoZkkU2yQdaTgGllWabzu2f7ajzi + UdwLNcSWvQdlUabjsx9SIX8U96mF+56TeZnJIFtiyd8cUuTMEsO9h0jEEAg4LKqQGMN9 + 9H1CKdoX8ZCoI/BqhYGkDlXRI+FkKDOYQLcS7ouJcHd6T429xjTaWDm27n+L2tSay7Gi + of+Xnx3d0S30XTy6x91CVxAISLpbLrcl4/p//JbdRg06asPK+cjBnu6u+eqVCn99Rxvd + rIje20NXXNbM8XoPdHUrFcq3/LY5czuVtL0j2u3vqIt2+eu8B3rU975RPV+p7vHXHYD5 + 9dc1H5gf6ajr64n01NOViZaDc2qXtl411oahsZbW/g9j1SqdLVXGmqO+942xWpXqOcpY + rcpYrcpYcyJz1LEUFtQvnFZ76zKSTrp2QdcecqZFx0+Z2Uy3i1rqYrhTuYtxG/wX/uRw + VQplbmRzdHJlYW0KZW5kb2JqCjE3IDAgb2JqCjcxOTkKZW5kb2JqCjE4IDAgb2JqCjw8 + IC9UeXBlIC9Gb250RGVzY3JpcHRvciAvQXNjZW50IDc3MCAvQ2FwSGVpZ2h0IDcyNyAv + RGVzY2VudCAtMjMwIC9GbGFncyAzMgovRm9udEJCb3ggWy05NTEgLTQ4MSAxNDQ1IDEx + MjJdIC9Gb250TmFtZSAvTEdRSlhPK0hlbHZldGljYSAvSXRhbGljQW5nbGUgMAovU3Rl + bVYgOTggL01heFdpZHRoIDE1MDAgL1N0ZW1IIDg1IC9YSGVpZ2h0IDUzMSAvRm9udEZp + bGUyIDE2IDAgUiA+PgplbmRvYmoKMTkgMCBvYmoKWyAyNzggMCAwIDAgMCAwIDAgMCAw + IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgNTg0IDAgNTg0IDAg + MAo2NjcgNjY3IDcyMiAwIDAgMCAwIDAgMCAwIDAgNTU2IDgzMyAwIDAgMCAwIDAgNjY3 + IDYxMSAwIDY2NyAwIDY2NyAwIDAgMCAwCjAgMCAwIDAgNTU2IDU1NiA1MDAgNTU2IDU1 + NiAwIDAgMCAyMjIgMCAwIDIyMiAwIDU1NiA1NTYgMCAwIDMzMyA1MDAgMjc4IDAKMCAw + IDUwMCBdCmVuZG9iago5IDAgb2JqCjw8IC9UeXBlIC9Gb250IC9TdWJ0eXBlIC9UcnVl + VHlwZSAvQmFzZUZvbnQgL0xHUUpYTytIZWx2ZXRpY2EgL0ZvbnREZXNjcmlwdG9yCjE4 + IDAgUiAvV2lkdGhzIDE5IDAgUiAvRmlyc3RDaGFyIDMyIC9MYXN0Q2hhciAxMjAgL0Vu + Y29kaW5nIC9NYWNSb21hbkVuY29kaW5nCj4+CmVuZG9iagoyMCAwIG9iago8PCAvTGVu + Z3RoIDIxIDAgUiAvTGVuZ3RoMSAxMTU3NiAvRmlsdGVyIC9GbGF0ZURlY29kZSA+Pgpz + dHJlYW0KeAG9egl0VFW26D53rClJDakxqVRVqpLKHDJVUhBIJWSCpCAkDAkmmgChgccQ + bAwCQiOggaAt2iqI2DigrdjaRVAspOHxaWxH/kPBhw04tajYGFFfFJXUrb/PTYjQy+Vy + rd+v69a5+0z3nH323mcP514gAKCBtcBCYPaijq5b2zbuxJo3AIh+dvcy56/K0wOY/wCA + vX1u168WHe/8dBcAPw9AZfjVwhVz731x/ScAcbcAWJzzOjvmfD15VwjAuwPH8M3DCuXt + YiqWT2LZM2/Rspvvuke9EMvfYXntwiWzO2bHtykA0m7GcsWijpu7FBtUg1j+M5adizsW + dR57l3kFy2ex7O1a8utl7N+5HIB0Dsuzum7s7Io0bpqLZcSH/S+sI3jRnwazgpz72dtQ + ZwZYOh7wP9VXEBG/H39KXPiPJVBrYmLjALQ6AL0h3mgCs8VqS0i0J13V538t6/gFI/OH + QccfgWx+K9i5CrADRE9jOkOh1BS9yB8HVTQS7WcLkWLJNL1/mcTDn0CEF2ANcPAW7CZK + cEM/yYe/ETvJgHdAgjPwd7DBZngY71VwnnwLSviMpGEfH6yD38POaBd0QRle5wkPRiiB + z6Kroq9Ev4cK6IWjRCQGYo/uh1zowWs77CAaZlZ0D1igHpajNK6DV+F0tC/6DxzfBx8T + HcnlxkTfBQaZZAM/bILd8AJxETfJINdFP8Z6C+LYCrujwWg3PncRe+XCJFiFs31IHCSV + ZJLt5D22P7o2+ltcWyK2TYPZeC2CW2Eb7IBn5F6zuETeiONXQh22/Rb3wXn4GoUqnVSQ + m5m32X+wX3JjuO3Ro4jHNJyvHXYSFqniIdPIHNJFniHPkb+Qb5lipoP1s29zXdwjiNs0 + 2AiPwEF4GU7Au3AB+uEHiBAOcRpHJpNV5CF87u9MAdPGrGbuYE4zF9k89j1O5Dbzt/EH + olz07egPiHMSZMAYqIEp0AydeM2FxXAT/AY2EBG2wh74C2L7PrxPVERLckkeqSFTyXXk + P8gKuJvsIi+Ss+Qc+YR8htgZGAfjZnKZbpxvHbOJeYbpY/Yz/ayOXcauZg+z77Hfckau + jTuM1/t8Nr9MSBTqxCnSvdL70ezoluh25IsJLw+kQzaMIxxScRFsQE5uQprtgF3wNDwL + fdAXvUz8cBTeRLw+hItwCTmWiJeL5JMS0kCmIIYLySLyG7INMdxN9iGWB8gBOEVOkct4 + SWBllEw2cx3TwazAaztsY07I9NGwLjaNzWbr2KboV+wz7B72ay6Fm8kt5VZxvdw2bief + yI/lZ/Az+S7+Pn4f/zr/3/xFfkCwCz3CLuE54YSoEAvFbaJEkhEXJ0mB5+AQSt39bBeW + PTCebECuToc3UHr74SW4DN/DYfgDsYPEUm6mRh+BcHQjcvMgPM/eAqVwN/M7ZmK0jH2S + VZL86CUcaxTy68oFgYz0NG9qised7HI6kuyJCTarxWwyxhv0Om1cbIxGrVIqRIHnWIZA + VpW7ut0ZSm0Pcanu2tpsWnZ3YEXHVRXtISdWVV/bJ+Skz3Vg0zU9A9hz7j/1DAz1DIz0 + JFpnKZRmZzmr3M7QsUq3M0xmTmnG/J2V7hZnqF/OB+X8Fjkfg3mXCx9wVlnmVTpDpN1Z + Faruntdb1V6ZnUX2B1A9qbKzYD9AANR04BCM71g9z4KA9qgK2dyVVSGrG/PYxqZUdcwJ + NUxprqpMcLlasrNCZPxs96wQuCtCcZnDj9PnnNi1sRnnzs6aH0L8YbNmjnvO5nAAZrXT + XEdrc4jtaAkx7XQOXWbI7K4MmVd+bPmxeCVXdcdVjSEmpbqjs7c6FGjfjESnxXZa6rgD + S3VNThyWua2lOURuQ+QoEjLuQ6vodFfRmvYFzpDSXeGe17ugHWkODc19toCtyt1e2RKC + xuY+a8AqF7Kz9lvWjHEhUfZnl2eXUzjGZVkzBD9dP1T/1mEKLWuOfoCwrnGELoTO5J6A + aIacs3ESpAXiWkJvnSXQO7sEyYe/FoKrnI/4jA8xKEpsSohPmdARWts0jEbHvMph5BZU + 9imttipcQ3tFC/Zv79WORgZif63b2fsNIGfd/Z9fW9MxXCOkaL8B2kj5PyJCIdJxJd8t + E6bK3THP4p5H2dctsxrLbkvVVRVYxk6V2WHIyKoLg7KheQ8hv20Jk+htYai070cDw95w + PTZnUoGbX4nTYSErCysyXJhDDKpxkdVUMpy9zt4Jc3qd1c55KFJcigyxobO3JRcJ1tSM + ZIGpza5QoCVhJNvZ0jIax8mh4+Aj2L23BUdYMDwCQrkqN4KdcrPqkAmpDc1TmkNrKxNC + gcoWJDoK8eGG5tBhlN+WFuw1agRTxHj1fMswznmI86gMbM8fGqUJx8AhWnp76ZhNzW5X + 6HBvb0Iv3XVD5TCBf64IDFeEgXbBhVeFydoGfBaB25VAK9wutwvRaqE0LUABviJAYSj8 + eQoXjeCNT/oQ2yKZwsX/IgqX/BIK+38RhUePYHoNhccgzqMphUv/fRQeew2Fx/08hctG + 8EYkA4htmUzh8n8RhSt+CYXH/yIKV45geg2FqxDnSkrh6n8fhWuuoXDtz1N4wgjeiORE + xHaCTOG6fxGF638JhYO/iMKTRjC9hsKTEedJlMIN/z4KT7mGwo0/T+GmEbwRyamIbZNM + 4Wn/IgpP/yUUnvGLKNw8guk1FG5BnJsphWf++yh83VUUBowMtmPUORbjMxb9+3EBFy/Y + 0f/jRDsLKp6zsyxjUwqinYBVodztWlhqycycNFAajJRO0n5bGtRGSqGsNFJKU96oAp1L + 58W0nXssPHiMP/LDuDDXePlZdMJw9CXRs/wO/iAkQx6MIQ+VP4zmNAGuwzQNXPArTN2Y + XgItHMNISsRSKkbSAqjxEjGSysNILg9aoBi2gBnuxz6vyX118FfMn8f67zFpcNRisGJK + AR2OYMYIsQCjqwIcKQEjsmJMJXLOhjjFYU6LNRZ8IhUvK9aNQZiH9Rr0nC3YFg8Gub8F + CrE1FaONeHwmDlvicC16HK0ER03Aex5C2sLKz9JaLeYLsYY+cwYcCJ2IH+CzKqzPxxo1 + jj4VWxMxQh2L82uwNoNoMWfDch62CXAn4rQY57Kijz+WuJBKW6AaZEYEI5F+ZEQw0q8d + GOiHsv6ysn5tv86vM/uJTm/26/2ZPTmZmau1L4FO78eijtb7/ZhovkebeTSzNLMUId4z + kYVkaRssbdP7ykgOKSr0FeRjgCCIhnGkuEAQBZG4vAjcyUwRmE1mX7GvqDDVnSwKRsZU + kO8rJrHEuGTD/Y5A9Tt/fOjYquVverwkIox21hKN9MTciYEb7/tgkOxP1JeW2vJLx6a6 + 8h9a3la92it9/R9VjOpQm6H2/imPPL9/y7pHqySpcGXl7ZuCbdKh1VWuMUTxCHM0yz4x + w+4ry6k1OsYPnlxZnkYm1SwsB5SSNmk208mfRlpWB9K9bKp2ObNc28P0aAVOF2eItxpi + 4zjesFj5Qy6/k2d4mzHe+LarYj/5I6WidtK3waWDEZ3f79eeg7IyJEKb3oAUMONSdfFm + k4O4U72pRW3raptqdm3Ob3LmrRn71KPT5rAFJOuJX89ipN99Kx0/+njkfNd7p36IUHyM + iE9QxqcwYNHrlAaj2WzTxygMSnZxzA9K69XTDwzQqfX+SVWdlZ8E5fnBjCEZK8QRt69Y + ryv0puaSArJp8k2bJ1XVnNhQ2EIROMULYelr6QvphPTqs80dX2wjhOQffSLyaRfOvxaR + +BOek6C8BgwkjVXxOD/pAivHd7l+M7SHgxF5RigL9ueNMrh0rrUkV3qTZEj/TfcrA63R + U/wq/iLG/A5YFkifobpXvFfBXse0JDTb53LLySb+qfg+7gXVX7mX1aeZM/HvWt5P+M6i + NYeJOuC2KRQ2TbmDZfXlNqXDVGxWFDuSRJsrrjjJ6nQ94Hpm+pD4ysKr8/ef7M+lwlva + r/fnahEf0gZt+mKfy4lS5kLio8QZ41HEin3FLgFcTm+qjrT+13PERJb98QZReiMpd+rj + Tx459vtHp+U6SF6a9IIUlY7s28ds4Wa8uW9gU+8CX7v01XffXVrgv/Er6a03jpFO1oZr + xDNCXOMR3JNmaArkL9cTUeEVvZpm/QL9Ku4Otpfr1W9jt3Hb9M+wMUyGUZlhYowKoVhr + s5IUo9ViDRPnXlfj8GIidCfiJqRbcGgJROdClOke8eFCTHqjVmTSsZK8TBJPT8+9862D + 1z3YHizpfljqi9zGrOKODI471f3Yh19JSQUbF0dhmXT6Dakf8aMy9TjiymBeDblhqM18 + ERWDEuoywyBow0COw4uoJRVY8SL2ABmyeHZWlzkqjyBzr1zce4MDzBuRQnbU5cc4P3dQ + ejkK0m3SJToJA4/hHEsxq0Ld1xzIcLoTLEbea0jNIHjskJHOeO0KuzPZIJiThWJzwgyt + LQu8KWnWzKwwSbqKDtQ2BM8djRxFNYOyjRaijDI2QtUSEmaYKMhVn8mcRKiCScKjDtxp + ZiNldi7qHreMMTlO2uYVtrbkzznzh9GjShasnDtNocmSnokVNIRhZm+UjkgnmBPcEWmZ + JeOW23NskerKko0z5r+ekb71wdmdHn9CSl7SuPJNd14fOYSrQn5HT8u2zognRwWBBBOO + IpTrlCaTUVUcY7MwxUar2XLY1bjiKumkmMuyidoRtwliScWwCAkaLwpUEovIDuL3lPz5 + QImH+CdslG6Vbt00gZnCHxns3lZ9yy3V29jewe4L67/8cv0FtpfuLbQx0fe4Eu4GiMVz + vtFwV2DyGKbIt4JsItw7SST1fz7J+NQdG8PjSaPBlonnNVxqTmpOBq3gEtTJCaas0Q4x + Q6XOylePNgQhmDO6KGNcqq3UFkzIVgSLrGNK/0ysaCVqybPDVqJ/QN5o53T+Yx9/LK8G + DfYxtALUQgxZCprPHJbaWBJHUPfJO85X7P1RzYsuzLvy8dQI6ZBEkF05ZMggpBYV4t40 + MO8lFI8KzPRWTBnd+iD7zOTksW0zOzOSVFK/smYpMezdvJlhExOl12JU7Jhg67J7/8+D + 0x7vYvQ6o1KjNXsbJ5QvvOuiKs5WPL4gP6XsrtYtNTUvSZrCiSVpMRmu0SmB7KKnHnx1 + Zp6R0MN85Oeq6EfcDv4wWmEnVARSlE51rF4DVo9eVKucHl5t3MDYku0OlSPGq7a6kre5 + GiYNm82Bc8OblVrMMjSYepRM0BvjGXeyN9VrpOKHay3Q4+6l6meIGuxT//PlqZ7GPL/0 + GUn0lQeXp6xM8j/w4OikW37DzZRe+0aS+nzOhk384chAfVr+4LK+u5fVb7mzbvkd4SF8 + a6KnuULkux216uJA1QOmJ01MTyKZYGzWz9PfrFqhDxtfNrxiVFgYgbO/xXmSbKIpVqXR + vqDxxKuTtL44B/iSzHabU+EzWx3OHlft8HqG9WhkQNaj6AD4/ahMZUh5uhTaiKxF6TKo + AFM1SqWXKdJCQT5nJqxW4RrVuaUoMbHgzjlTlcStmnq79L30/XdE/9UxwlukBObA2LyK + u+rX3Dxh48Lp65YdICXfEyspCX9Gdsm8KEOZ7kReaHF1kwNZ5zUEJ7MzWhbMHq0oqOwe + ldrI2gwOwcF6OZvD5ouxJjm2uWqrrtpskYFzyIkhP4ZyBcUT2dIGJjNVYEWxxJ0MFOUr + bJFllFm5fRRxSRfG7lj2n9JlQk69sKZzXOPqm5av4FpnBBnFD4GtHc2k6GtiJoHBG5+7 + 65XphQfv2Po87sPc6FluNPIDTQr6V08HJlQreuK3kgdUnECUvKDlbXV8tXaC83ZyW1yP + Q8WaWLPBZDDXKupN9eYJtlZTq3mm7Sw5w31m/9R5yamdSKq1G/n1Wo4Jk/sCBZNjb4hd + EsvGxiYInmSXaNZnJahNLJPM+syrkpPaNWs1jMbmYRyx9yVZ3R4kxRXppMLZFtT5z/Xn + DpHj2JBpbIsgNZa2USdNEHHvUQWKl+jC27BxpN4Z6LToYpPji2LJAXHVdRtP1wQMaiZi + EjrGNDUXJ5mJWz3zjsHj0hHi+DieXXbLgqU3XZi7uGNt3Z27KtLzE0Z1zNlJNKiEEwi+ + 6KK2pweAux59dzOUBVJ4xss0x86L5eLNetB4zKJWVCl8vM1q0Hp1aBMPuRqGWSoHCdQi + ov5HbsraRdb4yEx5VwlGylbdOFLAjn+8KDteejfJu2jpTdI5kjjusZnc9dW1Y2+9J7KW + 2drsq996R6SPPxi5dEPd0F7ahIjt5l9HLoowJpBcD/WkFVrxlcYeVJOCqFKiywOCl4gY + uPRdQUkOXKijhVZadnxwYyAGctotvY9SJCcOXw9Jyy8fomvfjLcn0XqwkBIwMEBkXwq8 + BH2pkWFHfCl0HmX7/qT0EbFTmyr7YsIObib6/kfKgxgT4BAobwxaIAZjFAbmY3ywAL39 + FQhXItyEsBfhAwgfQPgUpv2YPkW7Hov9XfjGg0WfLAY8OKZFvqcgDRw4qh01oQKtdy5y + yozPCPjmSkni8AkdBCEec0moKe3gRWiFHMglbhyvAd+fDavFo9qBfv/AFc+wtLSsrDRI + AwrZbqNPhhsRLyM7zD/c4VdYOZR1GanSRANBY4MC/q47/DlaFSOdjU+d251tlj6M98xf + mWFGIhuLcps2rA6Oc5Y0NS/kZpZU+5uKF0SmMPvGpdXPKpwQWc5s6siaPDm7JdLFBXZO + 8wSKCxras7Nx/VQWO3DP4otOqAtk88RIUkgxaVbPUwtErxWUHtwQsZzKzPvMcYzNqov1 + xl0rlUep6kenEw0hBq79Zf5hyfzJtXjZ3lPSWXNG992+RJRLQ3Fec898rnXPsUgys3V6 + ztRV5Z2RPkRxakoFi4LJQgXq+B1cJ3LLjNwJBtLMLFFoNmo2allzjCVubgzLeyzxotoT + q7ZYFIzPbLMpfDqr1RYm3XtHVICs0FF/D7vFuHVuhBuXeobiLVnredANhqJCejcS5sLt + t69e3dOzmsmRPpc+xetzEo/q2UriIyde7du1a8+eXbv65kpPk2lffk5mSk98zgSQlqul + Jm47ymYMSsXEQLrZoFAl2hiPU7QJKo9BbY1VxFhifFpbsuBIcFi81p+0obKGkiPPEYU9 + bDBlS1Okp+pItqp0s8sCwi779a1oNTtLG5evthOlFHlj3fTcbOkTosspvGE9s/PI7ybd + fCiYHX6A8UufSBelD6S3yj1VkVf4i4/UpE9AMuMeWocOwGWuFWO+ifuBJTV7mbgYIUxq + AlaDGCNoVE5mFBNgWBp5MbFqrwaDrjCZs9fVMPeKrJ8cCrnaqC5AUp9Ep50aGlSr1NyP + IMu8qzYkZMT8cYxL+pBoK/Ia1nKthEhnWaarbH3kEldxaFHaeIoTg7w/g+8AOyATsmBN + YLJSK6RaY1gl51Kr61QT1DWuSmdt+ilWYU92alScKZMz2bKy9CKXlabOyoozqpx2UzBZ + NGaLwRRbjgbswbhsCGZas3OusvQD6JDKvssAijAaeiT/kJBEjmmPyRv1+rbrSRuRTYLs + vaTQ6JXG8txwLCU7AfJGjhfcTnRgyWxlUtFdU2enpUnR/fX1/afeIMQgfSRYc5e2Tc7I + iO6eNvWrQSn6Db4Qba13+vPzR1mtY3OqKtdu/dtjrxQ7R4/25pnMJWlTGlc9euxvT7K4 + ETAGjv6DuRm/0jDBxH3arDiHJkv3IlkKHGkNmERoFYhgQdbECQOc0gv3IJ8sYRK719VO + 2XOy9FykdKCU8ucLDInxcKm/DF0DdMCL6BlTgdGto9Ggr9goCrg2nXEbse3Zkzwjxh7b + 89rEUeyi18ko6fjrkcPjXYS8zYvBvLnMTirv0fPcNNQd9HSlPpCjMtlMGaYS03SxUxRs + ogoEU2yMikdfyxaj8tosalsi8VmsCYk/mjS6L/X+YOSkTHPqZcnnBeTquID6KSJ1VShq + KeQRk/fGe3z4ylm6wDlN41dP/XpqLvmcq4gsactt6g7MZ6ZcPrSdzzeUZj3bfoC52460 + s6GOm4HfSgjw+8BkrzBVmCM8LjyP72YFomVqsGkls4xdzgk1ZCP08Fv5P/Av8K+wn5JL + RMk6Oc6r53mBcRLi1eMQAsNzaHJYRqVg0PiEiaaPxcMDotnHWcVOSm9r9yTtgCUY8fvx + b9X+1SIrxtJSvZ/H06PV2ropzStbjvbkWEbyQ04leiJoOonLwKaQfGk5HkWsIIGPuIrL + h7iKwbO4jlgAwYXr0IAfX6plQhh4DF4VmGgQy2JS5b6IfMHPXlCMaQR7JacZztHoNYHO + oZYnYnqI64ndJF06Kp15+hnpHen/kvzdONlFVnf5EGsb/ATzXw/pB0rDBg5f+xI2sFWB + qpgROQNnU7FexsOlChkqH+dXVXETVNO4FtV93AOqh7k/qZ7jXhAPqI5yr6ne4s6oPuYu + cWaOtXA869UzDOF4C8fyXj26ziqlRaVWevWiQqFSW1RKNZKaAOFEFQcCzzKCWomGWCny + gpolKhXHCAoGYlDgFU+BVdOpiXlqSNKHKW8dUkW5lqPao/JpEO5r9OGRD2iDMWFwRrQ9 + mYrVMiu0L1m0fE/masXVpZE2vkdr+bEndZ+XkrYCpUxHvKuJjSyTdpC2fX2kSdqO+Yf+ + fJBJYyzSUVIa6Y+cIDXSfuSJUapB+t2A+jUe/hbo8qqmq+aq7lPtUp1QCbyKCEKiqIvJ + Fp0xY8W8mDqxTaQWeLm4IibGHOeL6VFuVG9Th9VCfLxGEcM4NRqvXq1WCSLjUCi8eqWS + ZmNURg3SSRCV4GCyDA5tXLxoQhrFxqg1KJ97sUGFMKAx3KOwdhpNIzQbCJ6zDCJ9aBoi + HYpsWfBc5Bw6LFRuqVYkKLs8Cm/jzStfKhgWXpqnB6C5VwTYQUy+4nHEOyRlDDrPqV6y + x5NRb7NmclIXGfvFh3gs1rtwzcHUnByy7k2GUel1CzXcjYNnWc/l49Jr9xFWiKd2P5Hu + Wf5NzIloTRcEyuuZejYY28q0sm2xgtoR61E5nITdg92EeGtrgl4wiapkXC3vIF4R4ntV + Jp3X7Ei8h1pZXOmwDz2AmvDkufdKI+eGRETemnjgjgYXl0u5S51XGq+i7TJS2yWYjVRB + unTuogIalRewY4iZBqzSOSnis8enJoxPYg4ckM7t3BGsOsm/Lg32Xv4L/ybHnCdk4uT4 + VwfvZpe8Wv3stIahfUR1OdzTv2LGDXGl34Bu6FO0vway0TkGkGGsVCPswJNCggdS2Ff+ + IRTSpXT8DI5cOjt4Rr1mpGW4Azj5l2E748cTp5dhCbMb2jAZsbwWy62YdvDT4XGEj9E8 + 92sYw30EqxDWICxDmIuwB/tvwrRZtMNaWsZUgWk1a4d12KeCjknLmLcJfoilEBOtQ37h + GXwhmYVf/fyD0TBrmJOswHazL3LXc/t4D79G0AutwhYhJDaLT4qSolXxhDJL2a18TZWj + WqjWqHdptDgCXS9yG7m+ED1vBqNfLX6TBeJ5lQFP32grQZ+cQiQInvFDbbBlwuRgZm3n + wu7OZfNnd2RXLFk4h/oO8i9Kv6r6qZ8TK1mkrxp1KX2v4YU0KMJ3DpXou1fjF1m1+LVY + PUxGX34KNEITvlOZDjPwK60WmInvWFrxyyFUvo14WliLaRymQkwZmXsUgRfJFohvGwgo + iYMDteMd6xeHMOyLgU/ke4jkBDQxoJy9vtQxe/362vRyJamDYjQoDlIFHhlW9nmedoTJ + uD6PG8HYIcD0FduxBAFlsccRKZ7lGCwOK0ggwfGd53eOS5i+9ZQ5vvHkOd7EfseLaxzH + yrG9z/F6RphB8JonzJFAnOMVz62O54vTHc8Vj3H0ebGuz7GnHME+x67iWx2PbZBrHs2Q + wSOeMNne53iYgn2OnTj+/evlhvuGHlw3BLo2yBMt2SuDxXvDzNP7HIs8qY5Z+CAJqB1t + noWOVo/fMbU8TFL6HEH62D5HvfeYo45O3ecIDE3kGxq9yCNjnD80bZbngCNtaIZk2jtg + cDg99Q47jp/18P2OLM/1jvKMMHnyhdq0DE+t935fmAzIc1CAiFKweAjM9h4kf0DeppOZ + kEIe2FubjjiTLX2O9Qi2761NK04Js+cDesdeb613AyYfphRM08JkaiBL3CrOEaeJBWKm + mC6mii4xSUwQ4xV6hVYRq9AoVAqFQlBwCkYBivhw9INAJpXVeAGlGr0Fjt45Oa9F2SSy + gKIYMwTt2EQIC3CbqbvMUqYfp/NXV/7ErV2ubK/M/PGHjt3Iz0Lsofvxg5DQbntLKJ9m + ovaWkdb/v0xnBT5f17hib+OKC9Plb4rcVZ3t7qr20OZu/PRr7Sync8+FFbSBft3SPmv2 + PAo7OkMr3J2VoQvuSueeRvm5f2qeTpsb3ZV7YHrV1OY90wOdlX2NgUb6zVDL3oaqWlTQ + OMmVuTaNzFVb9RNzVdHBaulcDfJz/zTXJNrcQOeaROeaROdqCDTIc2VmVs1vqoD/BzCa + jXcKZW5kc3RyZWFtCmVuZG9iagoyMSAwIG9iago3Nzk5CmVuZG9iagoyMiAwIG9iago8 + PCAvVHlwZSAvRm9udERlc2NyaXB0b3IgL0FzY2VudCA3NzAgL0NhcEhlaWdodCA3MzEg + L0Rlc2NlbnQgLTIzMCAvRmxhZ3MgMzIKL0ZvbnRCQm94IFstMTAxOCAtNDgxIDE0MzYg + MTE1OV0gL0ZvbnROYW1lIC9ITVlJT00rSGVsdmV0aWNhLUJvbGQgL0l0YWxpY0FuZ2xl + CjAgL1N0ZW1WIDE0OSAvTWF4V2lkdGggMTUwMCAvU3RlbUggMTI0IC9YSGVpZ2h0IDU0 + MCAvRm9udEZpbGUyIDIwIDAgUiA+PgplbmRvYmoKMjMgMCBvYmoKWyAyNzggMCAwIDAg + MCAwIDcyMiAwIDMzMyAzMzMgMCAwIDAgMCAyNzggMCAwIDAgMCAwIDAgMCAwIDAgMCAw + IDAgMCAwIDAgMAowIDAgMCAwIDcyMiA3MjIgNjY3IDAgMCAwIDAgMCAwIDAgMCAwIDAg + MCAwIDcyMiAwIDAgNzIyIDAgMCAwIDAgMCAwIDAgMCAwCjAgMCA1NTYgNjExIDU1NiA2 + MTEgNTU2IDAgMCA2MTEgMjc4IDAgMCAyNzggODg5IDYxMSA2MTEgNjExIDAgMzg5IDU1 + NiAzMzMKNjExIDU1NiA3NzggNTU2IDU1NiAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw + IDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMAowIDAgMCAwIDAgMCAwIDAgMCAwIDAg + MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAw + CjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAg + MCAwIDAgMCAwIDAgMCAwIDAgMCAwIDYxMQpdCmVuZG9iagoxMCAwIG9iago8PCAvVHlw + ZSAvRm9udCAvU3VidHlwZSAvVHJ1ZVR5cGUgL0Jhc2VGb250IC9ITVlJT00rSGVsdmV0 + aWNhLUJvbGQgL0ZvbnREZXNjcmlwdG9yCjIyIDAgUiAvV2lkdGhzIDIzIDAgUiAvRmly + c3RDaGFyIDMyIC9MYXN0Q2hhciAyMjIgL0VuY29kaW5nIC9NYWNSb21hbkVuY29kaW5n + Cj4+CmVuZG9iagoxIDAgb2JqCjw8IC9UaXRsZSAoVW50aXRsZWQpIC9BdXRob3IgKFRp + bSBSb2JlcnRzb24pIC9DcmVhdG9yIChPbW5pR3JhZmZsZSBQcm9mZXNzaW9uYWwpCi9Q + cm9kdWNlciAoTWFjIE9TIFggMTAuNS42IFF1YXJ0eiBQREZDb250ZXh0KSAvQ3JlYXRp + b25EYXRlIChEOjIwMDkwNTI1MTExMzAyWjAwJzAwJykKL01vZERhdGUgKEQ6MjAwOTA1 + MjUxMTEzMDJaMDAnMDAnKSA+PgplbmRvYmoKeHJlZgowIDI0CjAwMDAwMDAwMDAgNjU1 + MzUgZiAKMDAwMDAyNTUxMSAwMDAwMCBuIAowMDAwMDA2NTY1IDAwMDAwIG4gCjAwMDAw + MDg2MDggMDAwMDAgbiAKMDAwMDAwMDAyMiAwMDAwMCBuIAowMDAwMDA2NTQ1IDAwMDAw + IG4gCjAwMDAwMDY2NzEgMDAwMDAgbiAKMDAwMDAwODU3MiAwMDAwMCBuIAowMDAwMDA3 + NjIxIDAwMDAwIG4gCjAwMDAwMTY1MzggMDAwMDAgbiAKMDAwMDAyNTMzMSAwMDAwMCBu + IAowMDAwMDA2NzkzIDAwMDAwIG4gCjAwMDAwMDc2MDEgMDAwMDAgbiAKMDAwMDAwNzY1 + NyAwMDAwMCBuIAowMDAwMDA4NTUyIDAwMDAwIG4gCjAwMDAwMDg2OTMgMDAwMDAgbiAK + MDAwMDAwODc0MyAwMDAwMCBuIAowMDAwMDE2MDMzIDAwMDAwIG4gCjAwMDAwMTYwNTQg + MDAwMDAgbiAKMDAwMDAxNjI5MCAwMDAwMCBuIAowMDAwMDE2NzEyIDAwMDAwIG4gCjAw + MDAwMjQ2MDIgMDAwMDAgbiAKMDAwMDAyNDYyMyAwMDAwMCBuIAowMDAwMDI0ODY3IDAw + MDAwIG4gCnRyYWlsZXIKPDwgL1NpemUgMjQgL1Jvb3QgMTUgMCBSIC9JbmZvIDEgMCBS + IC9JRCBbIDw5MGM0NzdiOWViNWMwZTc3MTYwZTNhM2E5NTlhOGExNT4KPDkwYzQ3N2I5 + ZWI1YzBlNzcxNjBlM2EzYTk1OWE4YTE1PiBdID4+CnN0YXJ0eHJlZgoyNTczMQolJUVP + RgoxIDAgb2JqCjw8L0F1dGhvciAoTWFya3VzIERcMzY2cmluZ1xuVGltIFJvYmVydHNv + bikvQ3JlYXRpb25EYXRlIChEOjIwMDkwNDI4MTUyOTAwWikvQ3JlYXRvciAoT21uaUdy + YWZmbGUgUHJvZmVzc2lvbmFsIDUuMS4xKS9Nb2REYXRlIChEOjIwMDkwNTI1MDA0NzAw + WikvUHJvZHVjZXIgKE1hYyBPUyBYIDEwLjUuNiBRdWFydHogUERGQ29udGV4dCkvVGl0 + bGUgKGRpYWdyYW1zLmdyYWZmbGUpPj4KZW5kb2JqCnhyZWYKMSAxCjAwMDAwMjYzNjkg + MDAwMDAgbiAKdHJhaWxlcgo8PC9JRCBbPDkwYzQ3N2I5ZWI1YzBlNzcxNjBlM2EzYTk1 + OWE4YTE1PiA8OTBjNDc3YjllYjVjMGU3NzE2MGUzYTNhOTU5YThhMTU+XSAvSW5mbyAx + IDAgUiAvUHJldiAyNTczMSAvUm9vdCAxNSAwIFIgL1NpemUgMjQ+PgpzdGFydHhyZWYK + MjY2MDIKJSVFT0YK + + QuickLookThumbnail + + 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 + ZXNjAAAOLAAAAGRkc2NtAAAOkAAAAj5tbW9kAAAQ0AAAAChjcHJ0AAAQ+AAAACRYWVog + AAAAAAAAYAAAADXEAAAHKlhZWiAAAAAAAABvkQAAs2MAABjyWFlaIAAAAAAAACdEAAAW + 8wAAswlYWVogAAAAAAAA81IAAQAAAAEWz3NmMzIAAAAAAAEMQgAABd7///MmAAAHkgAA + /ZH///ui///9owAAA9wAAMBsY3VydgAAAAAAAAABAc0AAGN1cnYAAAAAAAAAAQHNAABj + dXJ2AAAAAAAAAAEBzQAAdmNndAAAAAAAAAAAAAMBAAACAAAAKQCQASABugJ2A1AERQVh + BpQH3QlBCroMOQ3BD1cQ6BJ2E/4VeRbmGEoZmxrkHBUdNh5aH3kgmCG4Itkj/yUiJkYn + aiiQKbsq5SwQLUMuci+lMNsyDzNJNIU1xDcAOEU5gzq/O+s9ET46P1pAe0GgQsVD5kUK + Ri5HUUhxSZJKtkvYTPtOHE86UFlRfVKcU7tU2lX6Vx1YRFlvWqJb1F0FXjRfZGCRYcFi + 8mQiZVVmj2fEaP1qO2t/bL5uBW9PcJ1x7nNDdJV18HdAeGJ5bHpye3l8g32Gfot/ioCM + gYeCfYN4hGiFVYZChymIDYjsiceKoYt1jEqNGo3njrOPgJBWkS2SBJLbk7KUiJVeljKX + B5fdmLOZiZphmzicD5znncGenJ94oFWhNKIUovWj1aS4pYymVqcjp/KowKmNqlyrK6v4 + rMetmK5orzqwCrDasayyfbNOtCC08rXFtpS3Y7gzuQO50LqQu028CLzEvYK+QL7/v77A + fME9wgDCwsOFxEzFE8XbxqXHccg9yQvJ28qty4DMU80lzfTOvs+I0FHRGdHi0q7Td9Q/ + 1QrV1dag12zYOdkH2dXapNt03ETdFd3p3rrfj+Bj4TbiDeLq48LkleVl5jHm++fJ6JTp + Y+o26w3r6OzR7cbuxu/Y8P/yQvOZ9Qr2pPhc+kb8Zf6S//8AAABBAOQBcQIXAtMDtwSw + BccG9wg9CZULBgx1DfQPfREAEoIT/hVuFs8YKhl4Grcb5h0GHigfSCBkIYEioSPFJOQm + BicoKEYpbyqTK7gs4y4OLzcwZDGOMr4z8DUkNlM3iji8Oes7CDwdPTU+SD9YQG5Bg0KW + Q6pEvUXPRuFH8kkGShhLKUw6TUlOV09qUHdRhFKSU6FUsVXGVuJYAlkjWkNbYVyBXZ9e + vl/fYP9iIWNKZG9ll2bDZ/RpImpVa41sxm4Db0NwfnHEcvx0FXUcdh93I3gneSh6KHsn + fCZ9In4afxOACYD8ge6C3oPNhLiFn4aKh22IU4k2iheK94vTjKuNhY5bjzOQDJDmkcCS + mpNylFCVLZYMluyXzJiumY+adZtbnEOdK54WnwKf7qDaocaioqNtpD2lEKXjprWnjKhg + qTWqDarlq76smq1yrkuvJa//sNmxsLKKs2O0OLUMteC2tLeIuF65M7oGuti7rLx/vVO+ + Jb73v8rAncFuwkDDFMPnxLnFjcZhxzXICsjfybXKjctkzD/NJM4TzwPP8tDd0cjStNOc + 1IPVatZS1znYH9kH2e/a2NvC3K/dm96L333gb+Fl4lvjUuRL5UbmROdB6D/pQ+pK61Ls + XO1q7nrvj/Co8cDy2vP39Rr2PPdf+IP5q/rS+/f9Hv4//0H//wAAABsAXgDDATYBrgI+ + AuQDmgRjBT4GKgccCBkJGgoiCyQMLA0rDiQPEg/7ENoRrhJ2EzgT+RS1FXIWMBbvF68Y + bhkuGfAasxt2HDsdAR3MHpYfYSAvIPshzCKfI3IkRSUeJfMmwSeEKD4o+im0Km4rKyvo + LKYtZi4mLucvqDBqMTEx9TK6M4A0RjULNdQ2mzdhOCg48Dm4On87RjwQPNo9pD5uPzdA + AUDMQZdCY0MwRABEzkWdRm9HREgUSOhJvUqUS2tMRE0bTfROyU+VUFxRI1HsUrZTglRR + VR5V8FbCV5ZYb1lGWiFa/1vfXMBdoV6DX2lgTGE1YhtjAWPoZMplqGaGZ2FoQGkfaf9q + 4GvBbKFthm5rb09wN3EecgZy7nPXdMJ1rHaYd4R4cXlfekl7MXwBfMR9g35FfwN/wIB/ + gTiB8oKsg2eEIoTdhZiGU4cPh82IjIlKiguKzouQjFKNF43cjqGPWpATkMuRhJJBkwCT + wZSElUmWEpbfl66Yf5lZmjObEJvwnNSdup6jn4+gfaFvomGjTqQypRCl6qbFp6Gofqlf + qj+rIKwDrOmtzq6zr56wh7FwsluzRbQwtRu2Brbwt9y4xbmuup67wLzkvgG/GcAzwVPC + ecOoxOLGKsd/yOzKcMwHzb/PpNG00/fWedla3J7gk+VO66T1Sv//AABuZGluAAAAAAAA + BjYAAJkCAABWyAAAVQQAAJGwAAAnkQAAFWAAAFANAABUOQACCj0AAfrhAAEmZgADAQAA + AgAAABMALABFAF8AeACRAKsAxQDfAPkBFAEwAUwBagGHAaYBxgHnAgoCLgJUAnwCpwLT + AwMDNQNqA6UD5AQkBGcErATzBTsFhQXPBhwGaga6BwwHXQewCAUIWwiwCQgJYQm6ChQK + cQrNCyoLhwvmDEcMpg0JDWwN1Q5EDrUPJg+cEBQQixEEEX8R/RJ6EvoTexP/FIUVChWR + FhsWpRcyF8IYUxjiGXYaCxqiGzob0xxsHQQdnB4xHscfYB/6IJchNCHUInQjFCO2JFok + /SWdJkIm5yeLKC4ozyl1KhkquyteLAAsoi1ELeYuiy8sL84wejFEMh0y+TPXNLM1mDZ7 + N2c4UTlDOj07Mzw2PT8+Sj9gQHtBokLMRAJFOUZ+R8hJEkpRS5BM1E4ZT2JQrVH+U09U + oVX3V0pYo1n9W1VcrV4GX19gt2IPY2xkw2Y3Z8FpQmrIbFNt2m9pcPhyhXQVdaV3PHjR + emp8A32gfzuA4YKJhDKF4IexiY+Lc41SjzORFJL7lNqWvZiemnicV54woAih36O0pYan + Vqkpqwes8q7jsNiy0rTEtsK4v7q5vLi+tcCywq/ErcaqyKnKocyjzpzQntKd1IrWh9iS + 2qzc0t7v4RnjM+VC50fpMOr/7LvuW+/h8UvypvPw9Sn2Svdi+G75aPpX+zb8EPze/aT+ + l///AAAADAAjADwAVABuAIcAoQC7ANYA8QEMASkBRgFkAYIBogHDAeUCCQIuAlUCfwKr + AtkDCQM9A3QDsAPwBDEEdAS6BQIFSwWVBeAGLwZ+Bs8HIwd1B8oIIgh5CNEJKwmHCeMK + QgqhCwALYQvCDCcMigzwDVgNww44DrAPKA+kECMQoREhEaQSKBKuEzYTwBRMFNoVaBX5 + FowXIRe5GFMY6xmJGigayRtrHA4csR1SHfEekB8xH9QgeSEfIccicCMaI8UkciUeJcgm + dickJ9IofSkqKdoqhyszK+AsjC05LeUuli9BL/AwrTGBMl4zPjQfNQE16TbRN744qzmg + Opg7kDyRPZM+mz+lQLVBzkLkRAVFJEZMR3dIpknjSx5MYk2jTuZQK1FxUr1UAVVKVpFX + 2lkiWm5btFz8XkRfjGDTYhljZWSsZhJnmWkUapBsEW2Mbw5wjnIMc4x1CXaPeBR5m3sj + fLR+QH/TgXCDEISyhlWH94mgi0+M/I6tkGCSGpPRlYyXTpkMmsyck55WoByh5KOspXSn + OqkFqsKsY64Cr6exUrMCtK+2abglueG7n71kvyTA6MKqxG7GK8fvyajLY80dztLQi9JA + 0/fVptdX2Qzaudxg3gXfreFP4u3kiuYg57LpSurf7HDt+++I8RbypfQw9bj3R/jW+mT7 + /f2O//8AAAAdAEQAagCRALgA3wEIATIBXgGLAbwB7gIkAl4CngLiAywDfwPcBD4EpgUS + BYEF8wZqBuMHXwfeCGAI4QlnCe4KeQsDC48MIAyvDUMN4Q6SD0UP/hC4EXQSMxL0E7cU + fhVDFg0W2BeoGHoZTBolGv8b2xy6HZ8egh9oIFEhPiItIx0kESUFJfgm8SfpKN8p3SrX + K9Qs0S3PLtIv0zDkMgQzJzRINWs2izevOM458jsOPC89TT5pP4VAokHCQt1D/kUaRj1H + YEiFSbhK7UwpTWFOmk/VURBSUVOMVMlWCVdEWIVZxlsIXEldjF7QYBVhWmKgY+5lQmbR + aHJqD2u8bWZvH3DZcpR0UnYUd9l5nHtcfSJ+3oChgmSEJIXmh8eJsIubjXuPWJEwkwaU + zpaVmFaaB5u6nWefDqCyolKj76WIpx6otKpZrBWt3q+osXSzPbUAtsm4j7pQvBK92L+U + wVfDGMTaxp7IZcooy/TNu8+L0V7TItSU1gnXidkT2p7cJN2j3xvgi+Hx40zkneXj5xjo + QOli6nvrg+yF7XLuXe838A/w1/Gf8lfzDvO79Fj09vWL9hf2o/co95z4D/iD+PH5Uvm0 + +hb6ePrK+xP7XPul++78N/x2/Kb81f0F/TT9ZP2T/cP98/4i/k/+ev6l/tD++/8n/1L/ + ff+o/9T//wAAZGVzYwAAAAAAAAAKQ29sb3IgTENEAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAG1sdWMAAAAAAAAAEgAAAAxuYk5PAAAAEgAAAOhwdFBUAAAAFgAAAPpzdlNF + AAAAEAAAARBmaUZJAAAAEAAAASBkYURLAAAAHAAAATB6aENOAAAADAAAAUxmckZSAAAA + EgAAAVhqYUpQAAAADgAAAWplblVTAAAAEgAAAXhwbFBMAAAAEgAAAYpwdEJSAAAAGAAA + AZxlc0VTAAAAEgAAAbR6aFRXAAAADgAAAcZydVJVAAAAJAAAAdRrb0tSAAAADAAAAfhk + ZURFAAAAEAAAAgRubE5MAAAAFgAAAhRpdElUAAAAFAAAAioARgBhAHIAZwBlAC0ATABD + AEQATABDAEQAIABhACAAQwBvAHIAZQBzAEYA5AByAGcALQBMAEMARABWAOQAcgBpAC0A + TABDAEQATABDAEQALQBmAGEAcgB2AGUAcwBrAOYAcgBtX2mCcgAgAEwAQwBEAMkAYwBy + AGEAbgAgAEwAQwBEMKsw6TD8ACAATABDAEQAQwBvAGwAbwByACAATABDAEQASwBvAGwA + bwByACAATABDAEQATABDAEQAIABDAG8AbABvAHIAaQBkAG8ATABDAEQAIABjAG8AbABv + AHJfaYJybbJmdphveTpWaAQmBDIENQRCBD0EPgQ5ACAEFgQaAC0ENAQ4BEEEPwQ7BDUE + Oc7st+wAIABMAEMARABGAGEAcgBiAC0ATABDAEQASwBsAGUAdQByAGUAbgAtAEwAQwBE + AEwAQwBEACAAYwBvAGwAbwByAGkAAG1tb2QAAAAAAAAGEAAAnIEAAAAAwb3/gAAAAAAA + AAAAAAAAAAAAAAB0ZXh0AAAAAENvcHlyaWdodCBBcHBsZSwgSW5jLiwgMjAwOQA= + + ReadOnly + NO + RowAlign + 1 + RowSpacing + 36 + SheetTitle + Canvas 1 + SmartAlignmentGuidesActive + YES + SmartDistanceGuidesActive + YES + UniqueID + 1 + UseEntirePage + + VPages + 2 + WindowInfo + + CurrentSheet + 0 + ExpandedCanvases + + + name + Canvas 1 + + + Frame + {{94, 4}, {1020, 874}} + ListView + + OutlineWidth + 142 + RightSidebar + + ShowRuler + + Sidebar + + SidebarWidth + 120 + VisibleRegion + {{2, 440}, {871, 705}} + Zoom + 1 + ZoomValues + + + Canvas 1 + 1 + 1 + + + + saveQuickLookFiles + YES + + diff --git a/text/tdwg_dwc_text.xsd b/text/tdwg_dwc_text.xsd new file mode 100644 index 0000000..c005634 --- /dev/null +++ b/text/tdwg_dwc_text.xsd @@ -0,0 +1,110 @@ + + + + + + + Get access to the xml: attribute groups for xml:lang + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The index number of the column this field is represented in the source file(s). Indices start with 0. + + + + + The unique, qualified identifier for the term, usually a URI. E.g. http://rs.tdwg.org/dwc/terms/scientificName + + + + + A global default value that should be used in case the field doesnt have a column index or the actual value for the source record is NULL. + + + + + A URI that identifies a vocabulary used for the values found for the field in the source files. The URI ideally should resolve to some machine readable definition like SKOS, RDF, the GBIF vocabulary schema or a simple text file as often found for ISO or RFC standards. E.g. http://rs.gbif.org/vocabulary/gbif/nomenclatural_code.xml; http://www.ietf.org/rfc/rfc3066.txt; http://www.iso.org/iso/list-en1-semic-3.txt + + + + + diff --git a/xsd/profiles/extension_example.xml b/xsd/profiles/extension_example.xml new file mode 100644 index 0000000..f5f33f9 --- /dev/null +++ b/xsd/profiles/extension_example.xml @@ -0,0 +1,28 @@ + + + + + MVZ + TREES + 1234 + Abies alba Mill. + + + 21 + 317 + cm + Trunk Diameter + + + important stuff + 2004-09-23 + 432 + + + + \ No newline at end of file diff --git a/xsd/profiles/extension_example.xsd b/xsd/profiles/extension_example.xsd new file mode 100644 index 0000000..dd9273a --- /dev/null +++ b/xsd/profiles/extension_example.xsd @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/xsd/profiles/extension_example_simpledwc.xsd b/xsd/profiles/extension_example_simpledwc.xsd new file mode 100644 index 0000000..c428562 --- /dev/null +++ b/xsd/profiles/extension_example_simpledwc.xsd @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file diff --git a/xsd/profiles/germplasm/dwc_germplasm.xsd b/xsd/profiles/germplasm/dwc_germplasm.xsd new file mode 100644 index 0000000..2798c68 --- /dev/null +++ b/xsd/profiles/germplasm/dwc_germplasm.xsd @@ -0,0 +1,591 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Wild + Natural wild + Semi-matural/wild + Weedy + Traditional cultivar/landrace + Breeding/research material + Breeders line + Syntetic population + Hybrid + Founder stock/base population + Inbred line (parent of hybrid cultivar) + Segregating population + Genetic stock + Advanced/improved cultivar + Other (elaborate in remarks) + + + + + Wild habitat + Forest/woodland + Shrubland + Grassland + Desert/tundra + Aquatic habitat + Farm or cultivated habitat + Field + Orchard + Backyard, kitchen or home garden + Fallow land + Pasture + Farm store + Threshing floor + Park + Market or shop + Institute, experimental station, research organization, genebank + Seed company + Weedy, distributed or ruderal habitat + Roadside + Field margin + Other (elaborate in remarks) + + + + + Seed collection + Short term + Medium term + Long term + Field collection + In vitro collection (slow growth) + Cryopreserved collection + Other (elaborate in remarks) + + + + + + + + + + + + + + + Germplasm Sample ID, there used to be a sampleID in a previous DRAFT Darwin Core...? + Does this mean that we should use occurrenceID also for samples...? + + + + + + + + (MCPD term: 20): Biological status of sample. + Wild, Crop wild relative (CWR), Primitive, Traditional cultivar/landrace, + Breeding line, Genetic stock, Modern cultivar + (recommended to follow a regulated vocabulary, or preferable the SAMPSTAT code, MCPD term 20). + + + + + + + + MCPD term 20: Biological status of sample, SAMPSTAT. + SAMPSTAT codes distinguish wild and primitive cultivars + from modern cultivars and breeding lines (material under development). + + + + + + + + MCPD term: 11: Accession name, ACCENAME. + Either a registered or other formal designation given to the accession. + For example: Rheinische Vorgebirgstrauben;Emma;Avlon + + + + + + + + MCPD term 4: Collecting institute code, COLLCODE. + FAO WIEWS institute code for the collecting/gathering institute. + + + + + + + + MCPD term 21: Ancestral data, ANCEST. + Information about either pedigree or other description of ancestral information. + For example a pedigree 'Hanna/7*Atlas//Turk/8*Atlas', + or a description 'mutation found in Hanna', 'selection from Irene'. + + + + + + + + (MCPD term 21): Ancestral information following the purdy pedigree format. + + + + + + + + + MCPD term 27: Type of germplasm storage, STORAGE. + Refer to FAO/IPGRI Genebank Standards 1994 for details on storage type. + + + + + + + + + + + + + + + + + + + + + + MCPD term 26: Location of safety duplicates, DUPLSITE. + FAO institute code of the institute where a safety duplicate + of the accession is maintained. + Example: For Svalbard Global Seed Vault (SGSV), use the FAO WIEWS institute code NOR051. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + MCPD term 22: Collecting/acquisition source, COLLSRC. + Coded as integer value, defined enumeration. + + + + + + + MCPD term 12: Acquisition date, ACQDATE. + Date when the germplasm sample (accession) entered the genebank collection. + + + + + + + MCPD term 23: Donor institute code, DONORCODE + FAO WIEWS institute code for the donor institute. + + + + + + + (MCPD term 23): Donor institute name. + If the FAO WIEWS institute code is available, this term should not be reported. + + + + + + + + + + + + + + + + + + + + + + + + + MCPD term 19: Breeding institute code, BREDCODE + FAO WIEWS institute code for the breeding institute. + + + + + + + (MCPD term 19): Breeder institute name. + If the FAO WIEWS institute code is available, this term should not be reported. + + + + + + + + + + + + + + + + + + + + + + Germplasm trait observation determined by institute code, INSTCODE. + FAO WIEWS institute code for the institute performing the observation/measurement. + + + + + + + Germplasm term to describe the growth stage of the plant when the trait observation or measurement was made. + Examples include: Ripening, heading, ... + A modifier of the TDWG SDD style could be applied here to be more generic and include modifiers like + for example part of the plant where the observation was made (eg. leaf, stem, seeds). + + + + + + + + + + + + + Trait ID, Germplasm Trait Descriptor (Measurement Descriptor). + May eventually develop into a controlled and currated ontology for trait descriptors. + Each trait descriptor could eventually be identified by a GUID, for example LSID. + + + + + + + + + + + + + + + + + EPGRIS3: TRAIT_NAME + English name of the trait + + + + + + + Classification of the trait descriptor (a standard controlled vocabulary could be developed). + Examples include: Agrobotanical, morphological, chemical, phenological, molecular biology, + disease susceptibility/resistance, tolerance (abiotic), utilization. + + + + + + + Scale used for the observations/measurements. + Absolute, interval, nominal, ordinal, ratio, or relative values. + + + + + + + Reference to the source standard Germplasm Descriptor. + For example the UPOV descriptor or the Bioversity Crop Descriptor identifier. + + + + + + + + + + + + + + Experiment ID, Germplasm Trait Descriptor (Measurement Event). + + + + + + + + + + + + + + + + + EPGRIS3: EXPERIMENT_NUMBER + + + + + + + EPGRIS3: EXPERIMENT_DESCRIPTION + Information relevant for the interpretation of the scores in the experiment + such as experimental design, location, experimentor, weather, etc. + + + + + + + EPGRIS3: EXPERIMENT_YEAR + + + + + + + EPGRIS3: EXPERIMENT_REPORT + A reference to the report of the experiment, either supplied as the file name or the URL of the report. + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/xsd/profiles/germplasm/dwc_germplasm_0_1.xsd b/xsd/profiles/germplasm/dwc_germplasm_0_1.xsd new file mode 100644 index 0000000..266cd23 --- /dev/null +++ b/xsd/profiles/germplasm/dwc_germplasm_0_1.xsd @@ -0,0 +1,591 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Wild + Natural wild + Semi-matural/wild + Weedy + Traditional cultivar/landrace + Breeding/research material + Breeders line + Syntetic population + Hybrid + Founder stock/base population + Inbred line (parent of hybrid cultivar) + Segregating population + Genetic stock + Advanced/improved cultivar + Other (elaborate in remarks) + + + + + Wild habitat + Forest/woodland + Shrubland + Grassland + Desert/tundra + Aquatic habitat + Farm or cultivated habitat + Field + Orchard + Backyard, kitchen or home garden + Fallow land + Pasture + Farm store + Threshing floor + Park + Market or shop + Institute, experimental station, research organization, genebank + Seed company + Weedy, distributed or ruderal habitat + Roadside + Field margin + Other (elaborate in remarks) + + + + + Seed collection + Short term + Medium term + Long term + Field collection + In vitro collection (slow growth) + Cryopreserved collection + Other (elaborate in remarks) + + + + + + + + + + + + + + + Germplasm Sample ID, there used to be a sampleID in a previous DRAFT Darwin Core...? + Does this mean that we should use occurrenceID also for samples...? + + + + + + + + (MCPD term: 20): Biological status of sample. + Wild, Crop wild relative (CWR), Primitive, Traditional cultivar/landrace, + Breeding line, Genetic stock, Modern cultivar + (recommended to follow a regulated vocabulary, or preferable the SAMPSTAT code, MCPD term 20). + + + + + + + + MCPD term 20: Biological status of sample, SAMPSTAT. + SAMPSTAT codes distinguish wild and primitive cultivars + from modern cultivars and breeding lines (material under development). + + + + + + + + MCPD term: 11: Accession name, ACCENAME. + Either a registered or other formal designation given to the accession. + For example: Rheinische Vorgebirgstrauben;Emma;Avlon + + + + + + + + MCPD term 4: Collecting institute code, COLLCODE. + FAO WIEWS institute code for the collecting/gathering institute. + + + + + + + + MCPD term 21: Ancestral data, ANCEST. + Information about either pedigree or other description of ancestral information. + For example a pedigree 'Hanna/7*Atlas//Turk/8*Atlas', + or a description 'mutation found in Hanna', 'selection from Irene'. + + + + + + + + (MCPD term 21): Ancestral information following the purdy pedigree format. + + + + + + + + + MCPD term 27: Type of germplasm storage, STORAGE. + Refer to FAO/IPGRI Genebank Standards 1994 for details on storage type. + + + + + + + + + + + + + + + + + + + + + + MCPD term 26: Location of safety duplicates, DUPLSITE. + FAO institute code of the institute where a safety duplicate + of the accession is maintained. + Example: For Svalbard Global Seed Vault (SGSV), use the FAO WIEWS institute code NOR051. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + MCPD term 22: Collecting/acquisition source, COLLSRC. + Coded as integer value, defined enumeration. + + + + + + + MCPD term 12: Acquisition date, ACQDATE. + Date when the germplasm sample (accession) entered the genebank collection. + + + + + + + MCPD term 23: Donor institute code, DONORCODE + FAO WIEWS institute code for the donor institute. + + + + + + + (MCPD term 23): Donor institute name. + If the FAO WIEWS institute code is available, this term should not be reported. + + + + + + + + + + + + + + + + + + + + + + + + + MCPD term 19: Breeding institute code, BREDCODE + FAO WIEWS institute code for the breeding institute. + + + + + + + (MCPD term 19): Breeder institute name. + If the FAO WIEWS institute code is available, this term should not be reported. + + + + + + + + + + + + + + + + + + + + + + Germplasm trait observation determined by institute code, INSTCODE. + FAO WIEWS institute code for the institute performing the observation/measurement. + + + + + + + Germplasm term to describe the growth stage of the plant when the trait observation or measurement was made. + Examples include: Ripening, heading, ... + A modifier of the TDWG SDD style could be applied here to be more generic and include modifiers like + for example part of the plant where the observation was made (eg. leaf, stem, seeds). + + + + + + + + + + + + + Trait ID, Germplasm Trait Descriptor (Measurement Descriptor). + May eventually develop into a controlled and currated ontology for trait descriptors. + Each trait descriptor could eventually be identified by a GUID, for example LSID. + + + + + + + + + + + + + + + + + EPGRIS3: TRAIT_NAME + English name of the trait + + + + + + + Classification of the trait descriptor (a standard controlled vocabulary could be developed). + Examples include: Agrobotanical, morphological, chemical, phenological, molecular biology, + disease susceptibility/resistance, tolerance (abiotic), utilization. + + + + + + + Scale used for the observations/measurements. + Absolute, interval, nominal, ordinal, ratio, or relative values. + + + + + + + Reference to the source standard Germplasm Descriptor. + For example the UPOV descriptor or the Bioversity Crop Descriptor identifier. + + + + + + + + + + + + + + Experiment ID, Germplasm Trait Descriptor (Measurement Event). + + + + + + + + + + + + + + + + + EPGRIS3: EXPERIMENT_NUMBER + + + + + + + EPGRIS3: EXPERIMENT_DESCRIPTION + Information relevant for the interpretation of the scores in the experiment + such as experimental design, location, experimentor, weather, etc. + + + + + + + EPGRIS3: EXPERIMENT_YEAR + + + + + + + EPGRIS3: EXPERIMENT_REPORT + A reference to the report of the experiment, either supplied as the file name or the URL of the report. + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/xsd/tdwg_basetypes.xsd b/xsd/tdwg_basetypes.xsd new file mode 100644 index 0000000..1633035 --- /dev/null +++ b/xsd/tdwg_basetypes.xsd @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The date and time expressed in a way conforming to a subset of ISO 8601. Meant to be exactly the same as DateTimeISO defined in ABCD. + + + + + + + + + diff --git a/xsd/tdwg_dwc_class_terms.xsd b/xsd/tdwg_dwc_class_terms.xsd new file mode 100644 index 0000000..d6021e0 --- /dev/null +++ b/xsd/tdwg_dwc_class_terms.xsd @@ -0,0 +1,128 @@ + + + + + + + This schema redefines all darwin core classes to disallow compound + objects - within a class no other nested class is allowed. It + allows properties to occur in any order and as many times as needed. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/xsd/tdwg_dwc_classes.xsd b/xsd/tdwg_dwc_classes.xsd new file mode 100644 index 0000000..fb1f23f --- /dev/null +++ b/xsd/tdwg_dwc_classes.xsd @@ -0,0 +1,23 @@ + + + + + + + This schema defines a container for all darwin core classes with no notion of a record per se. + All classes are treated equally. + + + + + + + + + + + + diff --git a/xsd/tdwg_dwc_extensions.xsd b/xsd/tdwg_dwc_extensions.xsd new file mode 100644 index 0000000..e5aa505 --- /dev/null +++ b/xsd/tdwg_dwc_extensions.xsd @@ -0,0 +1,47 @@ + + + + + + + + This schema defines extension classes to the Simple Darwin Core record schema. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/xsd/tdwg_dwc_simple.xsd b/xsd/tdwg_dwc_simple.xsd new file mode 100644 index 0000000..e9acc1a --- /dev/null +++ b/xsd/tdwg_dwc_simple.xsd @@ -0,0 +1,223 @@ + + + + + + + This schema defines Simple Darwin Core records and record sets using the + terms from namespace http://rs.tdwg.org/dwc/terms/. This schema allows the + terms listed to appear exactly once in any order. + + + + + Simple container to encode multiple darwin core records + that have no notion of which class they are. They can therefore represent + a taxon, an observation or just a locality, for example. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xsd/tdwg_dwcterms.xsd b/xsd/tdwg_dwcterms.xsd new file mode 100644 index 0000000..d279b94 --- /dev/null +++ b/xsd/tdwg_dwcterms.xsd @@ -0,0 +1,475 @@ + + + + + The Generic Darwin Core schema defining all property terms as global elements. + + Domain classes are not defined here, but in a separate schema (tdwg_dwcclasses.xsd) with the same namespace. + There are two ways in which references to domains can be defined: + a) through an abstract base term anyXXXTerm, which is derived from the type dwc:anyPropery and which all properties + for that domain use as their substitution group. If you refer to dwc:anyXXXTerm in your schema, you will be able + to reference any of the terms, but it will be impossible to create a sequence of all terms occurring only once. + b) through a group of elements called XXXTerms, which reference properties exactly once as a sequence. + This group can be used to refer to all the domain properties only once. In order to make a property required, you + must create your own group referring to the individual dwc terms. + If you want to specify every term once at most and in any order, you will also have to refer to the individual dwc + term yourself - a limitation of the xs:all model. + + + + + + + + + + + + + + Group of all Darwin Core identifier terms as a convenience to construct other schemas + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +