Title
: Darwin Core data package guide
Date version issued
: 2025-09-01
Date created
: 2025-08-12
# Public Review Proposal Checklist for Darwin Core Enhancements | |
This checklist adapts business-plan style frameworks to the context of standards development and public review. | |
Use it to ensure the proposal is **clear, compelling, and complete**. | |
--- | |
## 1. Executive Summary | |
- **Concise statement of purpose**: Why this public review is happening now. | |
- **Scope**: The three offerings (Conceptual Model, Data Package Guide, term additions/changes). |
<?xml version="1.0" encoding="UTF-8"?> | |
<?xml-stylesheet type="text/xsl" href="/style/human.xsl"?> | |
<extension xmlns="http://rs.gbif.org/extension/" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xmlns:dc="http://purl.org/dc/terms/" | |
xmlns:dwc="http://rs.tdwg.org/dwc/terms/" | |
xmlns:hc="http://rs.tdwg.org/hc/terms/" | |
xsi:schemaLocation="http://rs.gbif.org/extension/ http://rs.gbif.org/schema/extension.xsd" | |
dc:title="Humboldt Inventory Event Extension" | |
name="HumboldtInventoryEventExtension" |
<?xml version='1.0' encoding='UTF-8'?> | |
<?xml-stylesheet type='text/xsl' href='/style/human.xsl'?> | |
<extension xmlns='http://rs.gbif.org/extension/' | |
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' | |
xmlns:dc='http://purl.org/dc/terms/' | |
xsi:schemaLocation='http://rs.gbif.org/extension/ http://rs.gbif.org/schema/extension.xsd' | |
dc:title='Extended Measurement or Facts' | |
name='ExtendedMeasurementOrFacts' namespace='http://rs.tdwg.org/dwc/terms/' | |
rowType='http://rs.tdwg.org/dwc/terms/MeasurementOrFact' | |
dc:issued='2021-07-15' |
# Glossary | |
*Biodiversity information facility* | |
Variously described as a ‘BIF’, a system or a network, the broader structure of people and institutions, coordinated by the node, that collectively forms an infrastructure for delivering biodiversity information to relevant stakeholders. | |
*Participant* | |
A country, economy or organization that joins GBIF by signing a Memorandum of Understanding and establishing a co-ordinated effort to support open access and use of biodiversity data, to advance scientific research, and to promote technological and sustainable development. | |
*Participant node* | |
A coordinating team designated by the Participant to coordinate a network of people and institutions that produce, manage and use biodiversity data, collectively building an infrastructure for delivering biodiversity information. |
{"id":"55vre03d7y3b","url":"http://resolver.globalnames.org/name_resolvers/55vre03d7y3b.json","data_sources":[],"data":[{"supplied_name_string":"Abies religiosa","is_known_name":true,"results":[{"data_source_id":4,"data_source_title":"NCBI","gni_uuid":"62e75dd3-ebd0-5f04-b987-5cc7d40e5034","name_string":"Abies religiosa","canonical_form":"Abies religiosa","classification_path":"|Eukaryota|Viridiplantae|Streptophyta|Streptophytina|Embryophyta|Tracheophyta|Euphyllophyta|Spermatophyta|Acrogymnospermae|Pinidae|Pinales|Pinaceae|Abies|Abies religiosa","classification_path_ranks":"|superkingdom|kingdom|phylum|subphylum||||||subclass|order|family|genus|species","classification_path_ids":"131567|2759|33090|35493|131221|3193|58023|78536|58024|1437180|3313|1446380|3318|3319|425948","taxon_id":"425948","edit_distance":0,"imported_at":"2017-05-26T17:50:04Z","match_type":1,"match_value":"Exact string match","prescore":"3|0|0","score":0.988}],"data_sources_number":7,"in_curated_sources":false}],"status":"success","message": |
georeferenceverificationstatus | count | |
---|---|---|
12941869 | ||
requires verification | 4121780 | |
unverified | 1790878 | |
Unverified | 172562 | |
verified by curator | 162177 | |
verification required | 157171 | |
CoGe_corrected_2015-02-04 | 119658 | |
Verified by data custodian | 49514 | |
checked by curator | 21844 |
#!/usr/bin/env python | |
# Copyright 2015, Google, Inc. | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, software |
@prefix : <http://purl.obolibrary.org/obo/bco.owl#> . | |
@prefix dc: <http://purl.org/dc/elements/1.1/> . | |
@prefix obo: <http://purl.obolibrary.org/obo/> . | |
@prefix owl: <http://www.w3.org/2002/07/owl#> . | |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
@prefix xml: <http://www.w3.org/XML/1998/namespace> . | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
@base <http://purl.obolibrary.org/obo/bco.owl> . |