Revision 14484
Added by Aaron Marcuse-Kubitza over 10 years ago
public_.sql | ||
---|---|---|
3480 | 3480 |
BEGIN |
3481 | 3481 |
PERFORM util.use_schema(schema_anchor); |
3482 | 3482 |
|
3483 |
PERFORM util.rematerialize_view('"view_full_occurrence_individual"', '"view_full_occurrence_individual_view"', $$
|
|
3484 |
ALTER TABLE "view_full_occurrence_individual" ADD COLUMN "TAXONOBSERVATION_ID__@VegBank__.taxonObservation@vegpath.org" serial PRIMARY KEY;
|
|
3485 |
COMMENT ON COLUMN "view_full_occurrence_individual"."TAXONOBSERVATION_ID__@VegBank__.taxonObservation@vegpath.org" IS 'VegBIEN-autogenerated "identifier assigned to each unique observation of a taxon in a plot"';
|
|
3483 |
PERFORM util.rematerialize_view('view_full_occurrence_individual', 'view_full_occurrence_individual_view', $$
|
|
3484 |
ALTER TABLE view_full_occurrence_individual ADD COLUMN taxonobservation_id serial PRIMARY KEY;
|
|
3485 |
COMMENT ON COLUMN view_full_occurrence_individual.taxonobservation_id IS 'VegBIEN-autogenerated "identifier assigned to each unique observation of a taxon in a plot"';
|
|
3486 | 3486 |
|
3487 |
GRANT SELECT ON TABLE "view_full_occurrence_individual" TO bien_read;
|
|
3488 |
GRANT SELECT ON TABLE "view_full_occurrence_individual_view" TO bien_read;
|
|
3487 |
GRANT SELECT ON TABLE view_full_occurrence_individual TO bien_read;
|
|
3488 |
GRANT SELECT ON TABLE view_full_occurrence_individual_view TO bien_read;
|
|
3489 | 3489 |
|
3490 |
ALTER TABLE "view_full_occurrence_individual" ALTER COLUMN "datasource__@Brad__.identifier_examples@vegpath.org" SET NOT NULL;
|
|
3491 |
ALTER TABLE "view_full_occurrence_individual" ALTER COLUMN "locationID__@DwC__@vegpath.org" SET NOT NULL;
|
|
3490 |
ALTER TABLE view_full_occurrence_individual ALTER COLUMN datasource SET NOT NULL;
|
|
3491 |
ALTER TABLE view_full_occurrence_individual ALTER COLUMN location_id SET NOT NULL;
|
|
3492 | 3492 |
|
3493 |
CREATE INDEX ON "view_full_occurrence_individual" ("datasource__@Brad__.identifier_examples@vegpath.org", "occurrenceID__@DwC__@vegpath.org");
|
|
3494 |
CREATE INDEX ON "view_full_occurrence_individual" ("datasource__@Brad__.identifier_examples@vegpath.org", "[custodial_]institutionCode[s]__@DwC__@vegpath.org", "collectionCode__@DwC__@vegpath.org", "catalogNumber__@DwC__@vegpath.org");
|
|
3495 |
CREATE INDEX ON "view_full_occurrence_individual" ("datasource__@Brad__.identifier_examples@vegpath.org", "projectID__@VegX__.plotObservation@vegpath.org", "locationID__@DwC__@vegpath.org", "eventDate__@DwC__@vegpath.org");
|
|
3496 |
CREATE INDEX ON "view_full_occurrence_individual" ("speciesBinomialWithMorphospecies__@VegCore__@vegpath.org");
|
|
3493 |
CREATE INDEX ON view_full_occurrence_individual (datasource, occurrence_id);
|
|
3494 |
CREATE INDEX ON view_full_occurrence_individual (datasource, custodial_institution_codes, collection_code, catalog_number);
|
|
3495 |
CREATE INDEX ON view_full_occurrence_individual (datasource, project_id, location_id, event_date);
|
|
3496 |
CREATE INDEX ON view_full_occurrence_individual (scrubbed_species_binomial_with_morphospecies);
|
|
3497 | 3497 |
$$, repopulate); |
3498 | 3498 |
END; |
3499 | 3499 |
$_$; |
... | ... | |
5602 | 5602 |
-- |
5603 | 5603 |
|
5604 | 5604 |
CREATE TABLE view_full_occurrence_individual ( |
5605 |
"datasource__@Brad__.identifier_examples@vegpath.org" text NOT NULL,
|
|
5606 |
"country__@DwC__@vegpath.org" text,
|
|
5607 |
"stateProvince__@DwC__@vegpath.org" text,
|
|
5608 |
"county__@DwC__@vegpath.org" text,
|
|
5609 |
"locality__@DwC__@vegpath.org" text,
|
|
5610 |
"decimalLatitude__@DwC__@vegpath.org" double precision,
|
|
5611 |
"decimalLongitude__@DwC__@vegpath.org" double precision,
|
|
5612 |
"coordinateUncertaintyInMeters__@DwC__@vegpath.org" double precision,
|
|
5613 |
"georeferenceSources__@DwC__@vegpath.org" coordinatesource,
|
|
5614 |
"georeferenceProtocol__@DwC__@vegpath.org" text,
|
|
5615 |
geovalid_bien integer,
|
|
5616 |
"isNewWorld_bien" integer,
|
|
5617 |
"projectID__@VegX__.plotObservation@vegpath.org" text,
|
|
5618 |
"projectContributor[s]__@VegBank__@vegpath.org" text[],
|
|
5619 |
"locationID__@DwC__@vegpath.org" text NOT NULL,
|
|
5620 |
"plotName__@VegX__.plot@vegpath.org" text,
|
|
5621 |
"subplot__@SALVIAS__.Plot_data@vegpath.org" text,
|
|
5622 |
location__cultivated__bien boolean,
|
|
5623 |
"locationevent.locationevent_id__@VegBIEN__.public@vegpath.org" integer,
|
|
5624 |
"eventDate__@DwC__@vegpath.org" date,
|
|
5625 |
"(-minimum-)ElevationInMeters__@DwC__@vegpath.org" double precision,
|
|
5626 |
"slopeAspect[_deg]__@VegX__.plot@vegpath.org" double precision,
|
|
5627 |
"slopeGradient[_deg]__@VegX__.plot@vegpath.org" double precision,
|
|
5628 |
"plot.area[_ha]__@VegX__@vegpath.org" double precision,
|
|
5629 |
"samplingProtocol__@DwC__@vegpath.org" text,
|
|
5630 |
"temperature[_C]__@VegX__.plotObs.obsCond@vegpath.org" double precision,
|
|
5631 |
"precip_mm__@SALVIAS__.Plot_metadata@vegpath.org" double precision,
|
|
5632 |
"stratumName__@VegX__.stratum@vegpath.org" text,
|
|
5633 |
"communityConcept.name__@VegX__.communityDet@vegpath.org" text[],
|
|
5634 |
"observationContributor[s]__@VegBank__@vegpath.org" text[],
|
|
5635 |
"[custodial_]institutionCode[s]__@DwC__@vegpath.org" text,
|
|
5636 |
"collectionCode__@DwC__@vegpath.org" text,
|
|
5637 |
"catalogNumber__@DwC__@vegpath.org" text,
|
|
5638 |
"occurrenceID__@DwC__@vegpath.org" text,
|
|
5639 |
"recordedBy__@DwC__@vegpath.org" text,
|
|
5640 |
"recordNumber__@DwC__@vegpath.org" text,
|
|
5641 |
"(-Earliest-)DateCollected__-2007-04-17__@DwC__.hist@vegpath.org" date,
|
|
5642 |
"[verbatim_]family__@DwC__@vegpath.org" text,
|
|
5643 |
"[verbatim_]scientificName__@DwC__@vegpath.org" text,
|
|
5644 |
"identifiedBy__@DwC__@vegpath.org" text,
|
|
5645 |
"dateIdentified__@DwC__@vegpath.org" date,
|
|
5646 |
"identificationRemarks__@DwC__@vegpath.org" text,
|
|
5647 |
"Family_matched__@TNRS__@vegpath.org" text,
|
|
5648 |
"Name_matched__@TNRS__@vegpath.org" text,
|
|
5649 |
"Name_matched_author__@TNRS__@vegpath.org" text,
|
|
5650 |
"[higher_plant_group~]higherClassification__@DwC__@vegpath.org" higher_plant_group,
|
|
5651 |
"taxonomicStatus__@DwC__@vegpath.org" text,
|
|
5605 |
datasource text NOT NULL,
|
|
5606 |
country text,
|
|
5607 |
state_province text,
|
|
5608 |
county text,
|
|
5609 |
locality text,
|
|
5610 |
latitude double precision,
|
|
5611 |
longitude double precision,
|
|
5612 |
coord_uncertainty_m double precision,
|
|
5613 |
georef_sources coordinatesource,
|
|
5614 |
georef_protocol text,
|
|
5615 |
is_geovalid integer,
|
|
5616 |
is_new_world integer,
|
|
5617 |
project_id text,
|
|
5618 |
project_contributors text[],
|
|
5619 |
location_id text NOT NULL,
|
|
5620 |
plot_name text,
|
|
5621 |
subplot text,
|
|
5622 |
is_location_cultivated boolean,
|
|
5623 |
locationevent_id integer,
|
|
5624 |
event_date date,
|
|
5625 |
elevation_m double precision,
|
|
5626 |
slope_aspect_deg double precision,
|
|
5627 |
slope_gradient_deg double precision,
|
|
5628 |
plot_area_ha double precision,
|
|
5629 |
sampling_protocol text,
|
|
5630 |
temperature_c double precision,
|
|
5631 |
precip_mm double precision,
|
|
5632 |
stratum_name text,
|
|
5633 |
community_concept_name text[],
|
|
5634 |
observation_contributors text[],
|
|
5635 |
custodial_institution_codes text,
|
|
5636 |
collection_code text,
|
|
5637 |
catalog_number text,
|
|
5638 |
occurrence_id text,
|
|
5639 |
recorded_by text,
|
|
5640 |
record_number text,
|
|
5641 |
date_collected date,
|
|
5642 |
verbatim_family text,
|
|
5643 |
verbatim_scientific_name text,
|
|
5644 |
identified_by text,
|
|
5645 |
date_identified date,
|
|
5646 |
identification_remarks text,
|
|
5647 |
family_matched text,
|
|
5648 |
name_matched text,
|
|
5649 |
name_matched_author text,
|
|
5650 |
higher_plant_group higher_plant_group,
|
|
5651 |
taxonomic_status text,
|
|
5652 | 5652 |
scrubbed_family text, |
5653 | 5653 |
scrubbed_genus text, |
5654 | 5654 |
scrubbed_specific_epithet text, |
... | ... | |
5656 | 5656 |
scrubbed_taxon_name_no_author text, |
5657 | 5657 |
scrubbed_author text, |
5658 | 5658 |
scrubbed_taxon_name_with_author text, |
5659 |
"speciesBinomialWithMorphospecies__@VegCore__@vegpath.org" text,
|
|
5660 |
"[growth_form=]habit__@SALVIAS__.Plot_data@vegpath.org" growthform,
|
|
5661 |
"reproductiveCondition__@DwC__@vegpath.org" text,
|
|
5662 |
cultivated_bien integer,
|
|
5663 |
"cultivatedBasis_bien" text,
|
|
5664 |
"occurrenceRemarks__@DwC__@vegpath.org" text,
|
|
5665 |
"coverPercent__@VegX__.attribute.ordinal@vegpath.org" double precision,
|
|
5666 |
"taxonObservation[.id]__@VegBank__@vegpath.org" text,
|
|
5667 |
"taxonNameUsageConcept.authorCode__@VegX__@vegpath.org" text,
|
|
5668 |
"aggregateOrganismObservation.id__@VegX__@vegpath.org" text,
|
|
5669 |
"individualOrganismObservation.id__@VegX__@vegpath.org" text,
|
|
5670 |
"individualID__@DwC__@vegpath.org" text,
|
|
5671 |
"individualCount__@DwC__@vegpath.org" integer,
|
|
5672 |
"plantobservation.""_id__@VegBIEN__.public@vegpath.org" integer,
|
|
5673 |
"TAXONOBSERVATION_ID__@VegBank__.taxonObservation@vegpath.org" integer NOT NULL
|
|
5659 |
scrubbed_species_binomial_with_morphospecies text,
|
|
5660 |
growth_form growthform,
|
|
5661 |
reproductive_condition text,
|
|
5662 |
is_cultivated integer,
|
|
5663 |
is_cultivated_basis text,
|
|
5664 |
occurrence_remarks text,
|
|
5665 |
cover_percent double precision,
|
|
5666 |
taxon_observation_id text,
|
|
5667 |
taxon_name_usage_concept_author_code text,
|
|
5668 |
aggregate_organism_observation_id text,
|
|
5669 |
individual_organism_observation_id text,
|
|
5670 |
individual_id text,
|
|
5671 |
individual_count integer,
|
|
5672 |
plantobservation_id integer,
|
|
5673 |
taxonobservation_id integer NOT NULL
|
|
5674 | 5674 |
); |
5675 | 5675 |
|
5676 | 5676 |
|
... | ... | |
5694 | 5694 |
|
5695 | 5695 |
|
5696 | 5696 |
-- |
5697 |
-- Name: COLUMN view_full_occurrence_individual."datasource__@Brad__.identifier_examples@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5697 |
-- Name: COLUMN view_full_occurrence_individual.datasource; Type: COMMENT; Schema: public; Owner: -
|
|
5698 | 5698 |
-- |
5699 | 5699 |
|
5700 |
COMMENT ON COLUMN view_full_occurrence_individual."datasource__@Brad__.identifier_examples@vegpath.org" IS '"the person [or] institution that provided the data [to this database] (the *proximate* data provider)"';
|
|
5700 |
COMMENT ON COLUMN view_full_occurrence_individual.datasource IS '"the person [or] institution that provided the data [to this database] (the *proximate* data provider)"';
|
|
5701 | 5701 |
|
5702 | 5702 |
|
5703 | 5703 |
-- |
5704 |
-- Name: COLUMN view_full_occurrence_individual."country__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5704 |
-- Name: COLUMN view_full_occurrence_individual.country; Type: COMMENT; Schema: public; Owner: -
|
|
5705 | 5705 |
-- |
5706 | 5706 |
|
5707 |
COMMENT ON COLUMN view_full_occurrence_individual."country__@DwC__@vegpath.org" IS 'http://geoscrub.geoscrub_output.acceptedCountry__@VegBIEN__@vegpath.org;
|
|
5707 |
COMMENT ON COLUMN view_full_occurrence_individual.country IS 'http://geoscrub.geoscrub_output.acceptedCountry__@VegBIEN__@vegpath.org;
|
|
5708 | 5708 |
"The name of the country or major administrative unit in which the Location occurs"'; |
5709 | 5709 |
|
5710 | 5710 |
|
5711 | 5711 |
-- |
5712 |
-- Name: COLUMN view_full_occurrence_individual."stateProvince__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5712 |
-- Name: COLUMN view_full_occurrence_individual.state_province; Type: COMMENT; Schema: public; Owner: -
|
|
5713 | 5713 |
-- |
5714 | 5714 |
|
5715 |
COMMENT ON COLUMN view_full_occurrence_individual."stateProvince__@DwC__@vegpath.org" IS '"The name of the next smaller administrative region than country (state, province, canton, department, region, etc.) in which the Location occurs"';
|
|
5715 |
COMMENT ON COLUMN view_full_occurrence_individual.state_province IS '"The name of the next smaller administrative region than country (state, province, canton, department, region, etc.) in which the Location occurs"';
|
|
5716 | 5716 |
|
5717 | 5717 |
|
5718 | 5718 |
-- |
5719 |
-- Name: COLUMN view_full_occurrence_individual."county__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5719 |
-- Name: COLUMN view_full_occurrence_individual.county; Type: COMMENT; Schema: public; Owner: -
|
|
5720 | 5720 |
-- |
5721 | 5721 |
|
5722 |
COMMENT ON COLUMN view_full_occurrence_individual."county__@DwC__@vegpath.org" IS '"The full, unabbreviated name of the next smaller administrative region than stateProvince (county, shire, department, etc.) in which the Location occurs"';
|
|
5722 |
COMMENT ON COLUMN view_full_occurrence_individual.county IS '"The full, unabbreviated name of the next smaller administrative region than stateProvince (county, shire, department, etc.) in which the Location occurs"';
|
|
5723 | 5723 |
|
5724 | 5724 |
|
5725 | 5725 |
-- |
5726 |
-- Name: COLUMN view_full_occurrence_individual."locality__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5726 |
-- Name: COLUMN view_full_occurrence_individual.locality; Type: COMMENT; Schema: public; Owner: -
|
|
5727 | 5727 |
-- |
5728 | 5728 |
|
5729 |
COMMENT ON COLUMN view_full_occurrence_individual."locality__@DwC__@vegpath.org" IS '"The specific description of the place"';
|
|
5729 |
COMMENT ON COLUMN view_full_occurrence_individual.locality IS '"The specific description of the place"';
|
|
5730 | 5730 |
|
5731 | 5731 |
|
5732 | 5732 |
-- |
5733 |
-- Name: COLUMN view_full_occurrence_individual."decimalLatitude__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5733 |
-- Name: COLUMN view_full_occurrence_individual.latitude; Type: COMMENT; Schema: public; Owner: -
|
|
5734 | 5734 |
-- |
5735 | 5735 |
|
5736 |
COMMENT ON COLUMN view_full_occurrence_individual."decimalLatitude__@DwC__@vegpath.org" IS '"The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location"';
|
|
5736 |
COMMENT ON COLUMN view_full_occurrence_individual.latitude IS '"The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location"';
|
|
5737 | 5737 |
|
5738 | 5738 |
|
5739 | 5739 |
-- |
5740 |
-- Name: COLUMN view_full_occurrence_individual."decimalLongitude__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5740 |
-- Name: COLUMN view_full_occurrence_individual.longitude; Type: COMMENT; Schema: public; Owner: -
|
|
5741 | 5741 |
-- |
5742 | 5742 |
|
5743 |
COMMENT ON COLUMN view_full_occurrence_individual."decimalLongitude__@DwC__@vegpath.org" IS '"The geographic longitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location"';
|
|
5743 |
COMMENT ON COLUMN view_full_occurrence_individual.longitude IS '"The geographic longitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location"';
|
|
5744 | 5744 |
|
5745 | 5745 |
|
5746 | 5746 |
-- |
5747 |
-- Name: COLUMN view_full_occurrence_individual."coordinateUncertaintyInMeters__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5747 |
-- Name: COLUMN view_full_occurrence_individual.coord_uncertainty_m; Type: COMMENT; Schema: public; Owner: -
|
|
5748 | 5748 |
-- |
5749 | 5749 |
|
5750 |
COMMENT ON COLUMN view_full_occurrence_individual."coordinateUncertaintyInMeters__@DwC__@vegpath.org" IS 'for a point observation, this is the fuzziness of the coordinates. for a plot (or other shape), this is the radius of the circle that circumscribes the entire plot, or the fuzziness, whichever is greater. note that the DwC definition is confusingly worded: it uses the ambiguous term Location, which sometimes refers to the asserted named place, but which they intended to refer to the plot or point.';
|
|
5750 |
COMMENT ON COLUMN view_full_occurrence_individual.coord_uncertainty_m IS 'for a point observation, this is the fuzziness of the coordinates. for a plot (or other shape), this is the radius of the circle that circumscribes the entire plot, or the fuzziness, whichever is greater. note that the DwC definition is confusingly worded: it uses the ambiguous term Location, which sometimes refers to the asserted named place, but which they intended to refer to the plot or point.';
|
|
5751 | 5751 |
|
5752 | 5752 |
|
5753 | 5753 |
-- |
5754 |
-- Name: COLUMN view_full_occurrence_individual."georeferenceSources__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5754 |
-- Name: COLUMN view_full_occurrence_individual.georef_sources; Type: COMMENT; Schema: public; Owner: -
|
|
5755 | 5755 |
-- |
5756 | 5756 |
|
5757 |
COMMENT ON COLUMN view_full_occurrence_individual."georeferenceSources__@DwC__@vegpath.org" IS '"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"';
|
|
5757 |
COMMENT ON COLUMN view_full_occurrence_individual.georef_sources IS '"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"';
|
|
5758 | 5758 |
|
5759 | 5759 |
|
5760 | 5760 |
-- |
5761 |
-- Name: COLUMN view_full_occurrence_individual."georeferenceProtocol__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5761 |
-- Name: COLUMN view_full_occurrence_individual.georef_protocol; Type: COMMENT; Schema: public; Owner: -
|
|
5762 | 5762 |
-- |
5763 | 5763 |
|
5764 |
COMMENT ON COLUMN view_full_occurrence_individual."georeferenceProtocol__@DwC__@vegpath.org" IS '"A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties"';
|
|
5764 |
COMMENT ON COLUMN view_full_occurrence_individual.georef_protocol IS '"A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties"';
|
|
5765 | 5765 |
|
5766 | 5766 |
|
5767 | 5767 |
-- |
5768 |
-- Name: COLUMN view_full_occurrence_individual.geovalid_bien; Type: COMMENT; Schema: public; Owner: -
|
|
5768 |
-- Name: COLUMN view_full_occurrence_individual.is_geovalid; Type: COMMENT; Schema: public; Owner: -
|
|
5769 | 5769 |
-- |
5770 | 5770 |
|
5771 |
COMMENT ON COLUMN view_full_occurrence_individual.geovalid_bien IS 'whether the coordinates are within the boundary of the asserted named places';
|
|
5771 |
COMMENT ON COLUMN view_full_occurrence_individual.is_geovalid IS 'whether the coordinates are within the boundary of the asserted named places';
|
|
5772 | 5772 |
|
5773 | 5773 |
|
5774 | 5774 |
-- |
5775 |
-- Name: COLUMN view_full_occurrence_individual."isNewWorld_bien"; Type: COMMENT; Schema: public; Owner: -
|
|
5775 |
-- Name: COLUMN view_full_occurrence_individual.is_new_world; Type: COMMENT; Schema: public; Owner: -
|
|
5776 | 5776 |
-- |
5777 | 5777 |
|
5778 |
COMMENT ON COLUMN view_full_occurrence_individual."isNewWorld_bien" IS 'whether the country is in the Americas';
|
|
5778 |
COMMENT ON COLUMN view_full_occurrence_individual.is_new_world IS 'whether the country is in the Americas';
|
|
5779 | 5779 |
|
5780 | 5780 |
|
5781 | 5781 |
-- |
5782 |
-- Name: COLUMN view_full_occurrence_individual."projectID__@VegX__.plotObservation@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5782 |
-- Name: COLUMN view_full_occurrence_individual.project_id; Type: COMMENT; Schema: public; Owner: -
|
|
5783 | 5783 |
-- |
5784 | 5784 |
|
5785 |
COMMENT ON COLUMN view_full_occurrence_individual."projectID__@VegX__.plotObservation@vegpath.org" IS 'http://project.sourceaccessioncode__@VegBIEN__.public@vegpath.org;
|
|
5785 |
COMMENT ON COLUMN view_full_occurrence_individual.project_id IS 'http://project.sourceaccessioncode__@VegBIEN__.public@vegpath.org;
|
|
5786 | 5786 |
"A reference to a specific ''project''"'; |
5787 | 5787 |
|
5788 | 5788 |
|
5789 | 5789 |
-- |
5790 |
-- Name: COLUMN view_full_occurrence_individual."projectContributor[s]__@VegBank__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5790 |
-- Name: COLUMN view_full_occurrence_individual.project_contributors; Type: COMMENT; Schema: public; Owner: -
|
|
5791 | 5791 |
-- |
5792 | 5792 |
|
5793 |
COMMENT ON COLUMN view_full_occurrence_individual."projectContributor[s]__@VegBank__@vegpath.org" IS '"intersection entit[ies] used to ''link'' a party with a specific project wherein vegetation plots are described"';
|
|
5793 |
COMMENT ON COLUMN view_full_occurrence_individual.project_contributors IS '"intersection entit[ies] used to ''link'' a party with a specific project wherein vegetation plots are described"';
|
|
5794 | 5794 |
|
5795 | 5795 |
|
5796 | 5796 |
-- |
5797 |
-- Name: COLUMN view_full_occurrence_individual."locationID__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5797 |
-- Name: COLUMN view_full_occurrence_individual.location_id; Type: COMMENT; Schema: public; Owner: -
|
|
5798 | 5798 |
-- |
5799 | 5799 |
|
5800 |
COMMENT ON COLUMN view_full_occurrence_individual."locationID__@DwC__@vegpath.org" IS '"An identifier for the set of location information (data associated with dcterms:Location)"';
|
|
5800 |
COMMENT ON COLUMN view_full_occurrence_individual.location_id IS '"An identifier for the set of location information (data associated with dcterms:Location)"';
|
|
5801 | 5801 |
|
5802 | 5802 |
|
5803 | 5803 |
-- |
5804 |
-- Name: COLUMN view_full_occurrence_individual."plotName__@VegX__.plot@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5804 |
-- Name: COLUMN view_full_occurrence_individual.plot_name; Type: COMMENT; Schema: public; Owner: -
|
|
5805 | 5805 |
-- |
5806 | 5806 |
|
5807 |
COMMENT ON COLUMN view_full_occurrence_individual."plotName__@VegX__.plot@vegpath.org" IS '"Name or label for a plot"';
|
|
5807 |
COMMENT ON COLUMN view_full_occurrence_individual.plot_name IS '"Name or label for a plot"';
|
|
5808 | 5808 |
|
5809 | 5809 |
|
5810 | 5810 |
-- |
5811 |
-- Name: COLUMN view_full_occurrence_individual."subplot__@SALVIAS__.Plot_data@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5811 |
-- Name: COLUMN view_full_occurrence_individual.subplot; Type: COMMENT; Schema: public; Owner: -
|
|
5812 | 5812 |
-- |
5813 | 5813 |
|
5814 |
COMMENT ON COLUMN view_full_occurrence_individual."subplot__@SALVIAS__.Plot_data@vegpath.org" IS 'http://location.authorlocationcode__@VegBIEN__.public@vegpath.org;
|
|
5814 |
COMMENT ON COLUMN view_full_occurrence_individual.subplot IS 'http://location.authorlocationcode__@VegBIEN__.public@vegpath.org;
|
|
5815 | 5815 |
"Code for subplot, line, or any other subsample or subdivision of plot"'; |
5816 | 5816 |
|
5817 | 5817 |
|
5818 | 5818 |
-- |
5819 |
-- Name: COLUMN view_full_occurrence_individual.location__cultivated__bien; Type: COMMENT; Schema: public; Owner: -
|
|
5819 |
-- Name: COLUMN view_full_occurrence_individual.is_location_cultivated; Type: COMMENT; Schema: public; Owner: -
|
|
5820 | 5820 |
-- |
5821 | 5821 |
|
5822 |
COMMENT ON COLUMN view_full_occurrence_individual.location__cultivated__bien IS 'whether the occurrence''s *location* was flagged as cultivated. note that this refers just to the cultivated status of the *location*; the occurrence may be cultivated even if the location isn''t.';
|
|
5822 |
COMMENT ON COLUMN view_full_occurrence_individual.is_location_cultivated IS 'whether the occurrence''s *location* was flagged as cultivated. note that this refers just to the cultivated status of the *location*; the occurrence may be cultivated even if the location isn''t.';
|
|
5823 | 5823 |
|
5824 | 5824 |
|
5825 | 5825 |
-- |
5826 |
-- Name: COLUMN view_full_occurrence_individual."locationevent.locationevent_id__@VegBIEN__.public@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5826 |
-- Name: COLUMN view_full_occurrence_individual.locationevent_id; Type: COMMENT; Schema: public; Owner: -
|
|
5827 | 5827 |
-- |
5828 | 5828 |
|
5829 |
COMMENT ON COLUMN view_full_occurrence_individual."locationevent.locationevent_id__@VegBIEN__.public@vegpath.org" IS 'http://locationevent.locationevent_id__@VegBIEN__.public@vegpath.org;
|
|
5829 |
COMMENT ON COLUMN view_full_occurrence_individual.locationevent_id IS 'http://locationevent.locationevent_id__@VegBIEN__.public@vegpath.org;
|
|
5830 | 5830 |
autogenerated ID for locationevent'; |
5831 | 5831 |
|
5832 | 5832 |
|
5833 | 5833 |
-- |
5834 |
-- Name: COLUMN view_full_occurrence_individual."eventDate__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5834 |
-- Name: COLUMN view_full_occurrence_individual.event_date; Type: COMMENT; Schema: public; Owner: -
|
|
5835 | 5835 |
-- |
5836 | 5836 |
|
5837 |
COMMENT ON COLUMN view_full_occurrence_individual."eventDate__@DwC__@vegpath.org" IS '"The date-time or interval during which an Event occurred. For occurrences, this is the date-time when the event was recorded."';
|
|
5837 |
COMMENT ON COLUMN view_full_occurrence_individual.event_date IS '"The date-time or interval during which an Event occurred. For occurrences, this is the date-time when the event was recorded."';
|
|
5838 | 5838 |
|
5839 | 5839 |
|
5840 | 5840 |
-- |
5841 |
-- Name: COLUMN view_full_occurrence_individual."(-minimum-)ElevationInMeters__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5841 |
-- Name: COLUMN view_full_occurrence_individual.elevation_m; Type: COMMENT; Schema: public; Owner: -
|
|
5842 | 5842 |
-- |
5843 | 5843 |
|
5844 |
COMMENT ON COLUMN view_full_occurrence_individual."(-minimum-)ElevationInMeters__@DwC__@vegpath.org" IS 'the "elevation (altitude, usually above sea level), in meters"';
|
|
5844 |
COMMENT ON COLUMN view_full_occurrence_individual.elevation_m IS 'the "elevation (altitude, usually above sea level), in meters"';
|
|
5845 | 5845 |
|
5846 | 5846 |
|
5847 | 5847 |
-- |
5848 |
-- Name: COLUMN view_full_occurrence_individual."slopeAspect[_deg]__@VegX__.plot@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5848 |
-- Name: COLUMN view_full_occurrence_individual.slope_aspect_deg; Type: COMMENT; Schema: public; Owner: -
|
|
5849 | 5849 |
-- |
5850 | 5850 |
|
5851 |
COMMENT ON COLUMN view_full_occurrence_individual."slopeAspect[_deg]__@VegX__.plot@vegpath.org" IS '"Representative azimuth of slope gradient (0-360 degrees) or as a cardinal direction (e.g. N, S, NE)"';
|
|
5851 |
COMMENT ON COLUMN view_full_occurrence_individual.slope_aspect_deg IS '"Representative azimuth of slope gradient (0-360 degrees) or as a cardinal direction (e.g. N, S, NE)"';
|
|
5852 | 5852 |
|
5853 | 5853 |
|
5854 | 5854 |
-- |
5855 |
-- Name: COLUMN view_full_occurrence_individual."slopeGradient[_deg]__@VegX__.plot@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5855 |
-- Name: COLUMN view_full_occurrence_individual.slope_gradient_deg; Type: COMMENT; Schema: public; Owner: -
|
|
5856 | 5856 |
-- |
5857 | 5857 |
|
5858 |
COMMENT ON COLUMN view_full_occurrence_individual."slopeGradient[_deg]__@VegX__.plot@vegpath.org" IS '"Representative inclination of slope in degrees"';
|
|
5858 |
COMMENT ON COLUMN view_full_occurrence_individual.slope_gradient_deg IS '"Representative inclination of slope in degrees"';
|
|
5859 | 5859 |
|
5860 | 5860 |
|
5861 | 5861 |
-- |
5862 |
-- Name: COLUMN view_full_occurrence_individual."plot.area[_ha]__@VegX__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5862 |
-- Name: COLUMN view_full_occurrence_individual.plot_area_ha; Type: COMMENT; Schema: public; Owner: -
|
|
5863 | 5863 |
-- |
5864 | 5864 |
|
5865 |
COMMENT ON COLUMN view_full_occurrence_individual."plot.area[_ha]__@VegX__@vegpath.org" IS '"Total area of the plot"';
|
|
5865 |
COMMENT ON COLUMN view_full_occurrence_individual.plot_area_ha IS '"Total area of the plot"';
|
|
5866 | 5866 |
|
5867 | 5867 |
|
5868 | 5868 |
-- |
5869 |
-- Name: COLUMN view_full_occurrence_individual."samplingProtocol__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5869 |
-- Name: COLUMN view_full_occurrence_individual.sampling_protocol; Type: COMMENT; Schema: public; Owner: -
|
|
5870 | 5870 |
-- |
5871 | 5871 |
|
5872 |
COMMENT ON COLUMN view_full_occurrence_individual."samplingProtocol__@DwC__@vegpath.org" IS '"The name of, reference to, or description of the method or protocol used during an Event"';
|
|
5872 |
COMMENT ON COLUMN view_full_occurrence_individual.sampling_protocol IS '"The name of, reference to, or description of the method or protocol used during an Event"';
|
|
5873 | 5873 |
|
5874 | 5874 |
|
5875 | 5875 |
-- |
5876 |
-- Name: COLUMN view_full_occurrence_individual."temperature[_C]__@VegX__.plotObs.obsCond@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5876 |
-- Name: COLUMN view_full_occurrence_individual.temperature_c; Type: COMMENT; Schema: public; Owner: -
|
|
5877 | 5877 |
-- |
5878 | 5878 |
|
5879 |
COMMENT ON COLUMN view_full_occurrence_individual."temperature[_C]__@VegX__.plotObs.obsCond@vegpath.org" IS '"Temperature during observation [...] [in] Celsius"';
|
|
5879 |
COMMENT ON COLUMN view_full_occurrence_individual.temperature_c IS '"Temperature during observation [...] [in] Celsius"';
|
|
5880 | 5880 |
|
5881 | 5881 |
|
5882 | 5882 |
-- |
5883 |
-- Name: COLUMN view_full_occurrence_individual."precip_mm__@SALVIAS__.Plot_metadata@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5883 |
-- Name: COLUMN view_full_occurrence_individual.precip_mm; Type: COMMENT; Schema: public; Owner: -
|
|
5884 | 5884 |
-- |
5885 | 5885 |
|
5886 |
COMMENT ON COLUMN view_full_occurrence_individual."precip_mm__@SALVIAS__.Plot_metadata@vegpath.org" IS '"Total annual precipitation, in mm"';
|
|
5886 |
COMMENT ON COLUMN view_full_occurrence_individual.precip_mm IS '"Total annual precipitation, in mm"';
|
|
5887 | 5887 |
|
5888 | 5888 |
|
5889 | 5889 |
-- |
5890 |
-- Name: COLUMN view_full_occurrence_individual."stratumName__@VegX__.stratum@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5890 |
-- Name: COLUMN view_full_occurrence_individual.stratum_name; Type: COMMENT; Schema: public; Owner: -
|
|
5891 | 5891 |
-- |
5892 | 5892 |
|
5893 |
COMMENT ON COLUMN view_full_occurrence_individual."stratumName__@VegX__.stratum@vegpath.org" IS '"Name associated with this stratum"';
|
|
5893 |
COMMENT ON COLUMN view_full_occurrence_individual.stratum_name IS '"Name associated with this stratum"';
|
|
5894 | 5894 |
|
5895 | 5895 |
|
5896 | 5896 |
-- |
5897 |
-- Name: COLUMN view_full_occurrence_individual."communityConcept.name__@VegX__.communityDet@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5897 |
-- Name: COLUMN view_full_occurrence_individual.community_concept_name; Type: COMMENT; Schema: public; Owner: -
|
|
5898 | 5898 |
-- |
5899 | 5899 |
|
5900 |
COMMENT ON COLUMN view_full_occurrence_individual."communityConcept.name__@VegX__.communityDet@vegpath.org" IS '"A textual label for a community type. A community type is an abstract grouping of organisms that tend to co-occur on the landscape due to shared ecological requirements or preferences."';
|
|
5900 |
COMMENT ON COLUMN view_full_occurrence_individual.community_concept_name IS '"A textual label for a community type. A community type is an abstract grouping of organisms that tend to co-occur on the landscape due to shared ecological requirements or preferences."';
|
|
5901 | 5901 |
|
5902 | 5902 |
|
5903 | 5903 |
-- |
5904 |
-- Name: COLUMN view_full_occurrence_individual."observationContributor[s]__@VegBank__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5904 |
-- Name: COLUMN view_full_occurrence_individual.observation_contributors; Type: COMMENT; Schema: public; Owner: -
|
|
5905 | 5905 |
-- |
5906 | 5906 |
|
5907 |
COMMENT ON COLUMN view_full_occurrence_individual."observationContributor[s]__@VegBank__@vegpath.org" IS '"intersection[s] that link[] a party with a specific plot observation event"';
|
|
5907 |
COMMENT ON COLUMN view_full_occurrence_individual.observation_contributors IS '"intersection[s] that link[] a party with a specific plot observation event"';
|
|
5908 | 5908 |
|
5909 | 5909 |
|
5910 | 5910 |
-- |
5911 |
-- Name: COLUMN view_full_occurrence_individual."[custodial_]institutionCode[s]__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5911 |
-- Name: COLUMN view_full_occurrence_individual.custodial_institution_codes; Type: COMMENT; Schema: public; Owner: -
|
|
5912 | 5912 |
-- |
5913 | 5913 |
|
5914 |
COMMENT ON COLUMN view_full_occurrence_individual."[custodial_]institutionCode[s]__@DwC__@vegpath.org" IS '"The name[s] (or acronym[s]) in use by the institution[s] having custody of the object(s) or information referred to in the record"';
|
|
5914 |
COMMENT ON COLUMN view_full_occurrence_individual.custodial_institution_codes IS '"The name[s] (or acronym[s]) in use by the institution[s] having custody of the object(s) or information referred to in the record"';
|
|
5915 | 5915 |
|
5916 | 5916 |
|
5917 | 5917 |
-- |
5918 |
-- Name: COLUMN view_full_occurrence_individual."collectionCode__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5918 |
-- Name: COLUMN view_full_occurrence_individual.collection_code; Type: COMMENT; Schema: public; Owner: -
|
|
5919 | 5919 |
-- |
5920 | 5920 |
|
5921 |
COMMENT ON COLUMN view_full_occurrence_individual."collectionCode__@DwC__@vegpath.org" IS '"The name, acronym, coden, or initialism identifying the collection or data set from which the record was derived"';
|
|
5921 |
COMMENT ON COLUMN view_full_occurrence_individual.collection_code IS '"The name, acronym, coden, or initialism identifying the collection or data set from which the record was derived"';
|
|
5922 | 5922 |
|
5923 | 5923 |
|
5924 | 5924 |
-- |
5925 |
-- Name: COLUMN view_full_occurrence_individual."catalogNumber__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5925 |
-- Name: COLUMN view_full_occurrence_individual.catalog_number; Type: COMMENT; Schema: public; Owner: -
|
|
5926 | 5926 |
-- |
5927 | 5927 |
|
5928 |
COMMENT ON COLUMN view_full_occurrence_individual."catalogNumber__@DwC__@vegpath.org" IS '"An identifier (preferably unique) for the record within the data set or collection"';
|
|
5928 |
COMMENT ON COLUMN view_full_occurrence_individual.catalog_number IS '"An identifier (preferably unique) for the record within the data set or collection"';
|
|
5929 | 5929 |
|
5930 | 5930 |
|
5931 | 5931 |
-- |
5932 |
-- Name: COLUMN view_full_occurrence_individual."occurrenceID__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5932 |
-- Name: COLUMN view_full_occurrence_individual.occurrence_id; Type: COMMENT; Schema: public; Owner: -
|
|
5933 | 5933 |
-- |
5934 | 5934 |
|
5935 |
COMMENT ON COLUMN view_full_occurrence_individual."occurrenceID__@DwC__@vegpath.org" IS '"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."';
|
|
5935 |
COMMENT ON COLUMN view_full_occurrence_individual.occurrence_id IS '"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."';
|
|
5936 | 5936 |
|
5937 | 5937 |
|
5938 | 5938 |
-- |
5939 |
-- Name: COLUMN view_full_occurrence_individual."recordedBy__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5939 |
-- Name: COLUMN view_full_occurrence_individual.recorded_by; Type: COMMENT; Schema: public; Owner: -
|
|
5940 | 5940 |
-- |
5941 | 5941 |
|
5942 |
COMMENT ON COLUMN view_full_occurrence_individual."recordedBy__@DwC__@vegpath.org" IS '"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."';
|
|
5942 |
COMMENT ON COLUMN view_full_occurrence_individual.recorded_by IS '"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."';
|
|
5943 | 5943 |
|
5944 | 5944 |
|
5945 | 5945 |
-- |
5946 |
-- Name: COLUMN view_full_occurrence_individual."recordNumber__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5946 |
-- Name: COLUMN view_full_occurrence_individual.record_number; Type: COMMENT; Schema: public; Owner: -
|
|
5947 | 5947 |
-- |
5948 | 5948 |
|
5949 |
COMMENT ON COLUMN view_full_occurrence_individual."recordNumber__@DwC__@vegpath.org" IS '"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."';
|
|
5949 |
COMMENT ON COLUMN view_full_occurrence_individual.record_number IS '"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."';
|
|
5950 | 5950 |
|
5951 | 5951 |
|
5952 | 5952 |
-- |
5953 |
-- Name: COLUMN view_full_occurrence_individual."(-Earliest-)DateCollected__-2007-04-17__@DwC__.hist@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5953 |
-- Name: COLUMN view_full_occurrence_individual.date_collected; Type: COMMENT; Schema: public; Owner: -
|
|
5954 | 5954 |
-- |
5955 | 5955 |
|
5956 |
COMMENT ON COLUMN view_full_occurrence_individual."(-Earliest-)DateCollected__-2007-04-17__@DwC__.hist@vegpath.org" IS 'the "date-time (Common Era calendar) in a date-time period during which an organism or group of organisms was collected or observed"';
|
|
5956 |
COMMENT ON COLUMN view_full_occurrence_individual.date_collected IS 'the "date-time (Common Era calendar) in a date-time period during which an organism or group of organisms was collected or observed"';
|
|
5957 | 5957 |
|
5958 | 5958 |
|
5959 | 5959 |
-- |
5960 |
-- Name: COLUMN view_full_occurrence_individual."[verbatim_]family__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5960 |
-- Name: COLUMN view_full_occurrence_individual.verbatim_family; Type: COMMENT; Schema: public; Owner: -
|
|
5961 | 5961 |
-- |
5962 | 5962 |
|
5963 |
COMMENT ON COLUMN view_full_occurrence_individual."[verbatim_]family__@DwC__@vegpath.org" IS '"The full scientific name of the family in which the taxon is classified [*before* any TNRS scrubbing]"';
|
|
5963 |
COMMENT ON COLUMN view_full_occurrence_individual.verbatim_family IS '"The full scientific name of the family in which the taxon is classified [*before* any TNRS scrubbing]"';
|
|
5964 | 5964 |
|
5965 | 5965 |
|
5966 | 5966 |
-- |
5967 |
-- Name: COLUMN view_full_occurrence_individual."[verbatim_]scientificName__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5967 |
-- Name: COLUMN view_full_occurrence_individual.verbatim_scientific_name; Type: COMMENT; Schema: public; Owner: -
|
|
5968 | 5968 |
-- |
5969 | 5969 |
|
5970 |
COMMENT ON COLUMN view_full_occurrence_individual."[verbatim_]scientificName__@DwC__@vegpath.org" IS '"The full scientific name [*before* any TNRS scrubbing], 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."';
|
|
5970 |
COMMENT ON COLUMN view_full_occurrence_individual.verbatim_scientific_name IS '"The full scientific name [*before* any TNRS scrubbing], 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."';
|
|
5971 | 5971 |
|
5972 | 5972 |
|
5973 | 5973 |
-- |
5974 |
-- Name: COLUMN view_full_occurrence_individual."identifiedBy__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5974 |
-- Name: COLUMN view_full_occurrence_individual.identified_by; Type: COMMENT; Schema: public; Owner: -
|
|
5975 | 5975 |
-- |
5976 | 5976 |
|
5977 |
COMMENT ON COLUMN view_full_occurrence_individual."identifiedBy__@DwC__@vegpath.org" IS '"A list (concatenated and separated) of names of people, groups, or organizations who assigned the Taxon to the subject"';
|
|
5977 |
COMMENT ON COLUMN view_full_occurrence_individual.identified_by IS '"A list (concatenated and separated) of names of people, groups, or organizations who assigned the Taxon to the subject"';
|
|
5978 | 5978 |
|
5979 | 5979 |
|
5980 | 5980 |
-- |
5981 |
-- Name: COLUMN view_full_occurrence_individual."dateIdentified__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5981 |
-- Name: COLUMN view_full_occurrence_individual.date_identified; Type: COMMENT; Schema: public; Owner: -
|
|
5982 | 5982 |
-- |
5983 | 5983 |
|
5984 |
COMMENT ON COLUMN view_full_occurrence_individual."dateIdentified__@DwC__@vegpath.org" IS '"The date on which the subject was identified as representing the Taxon"';
|
|
5984 |
COMMENT ON COLUMN view_full_occurrence_individual.date_identified IS '"The date on which the subject was identified as representing the Taxon"';
|
|
5985 | 5985 |
|
5986 | 5986 |
|
5987 | 5987 |
-- |
5988 |
-- Name: COLUMN view_full_occurrence_individual."identificationRemarks__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5988 |
-- Name: COLUMN view_full_occurrence_individual.identification_remarks; Type: COMMENT; Schema: public; Owner: -
|
|
5989 | 5989 |
-- |
5990 | 5990 |
|
5991 |
COMMENT ON COLUMN view_full_occurrence_individual."identificationRemarks__@DwC__@vegpath.org" IS '"Comments or notes about the Identification"';
|
|
5991 |
COMMENT ON COLUMN view_full_occurrence_individual.identification_remarks IS '"Comments or notes about the Identification"';
|
|
5992 | 5992 |
|
5993 | 5993 |
|
5994 | 5994 |
-- |
5995 |
-- Name: COLUMN view_full_occurrence_individual."Family_matched__@TNRS__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
5995 |
-- Name: COLUMN view_full_occurrence_individual.family_matched; Type: COMMENT; Schema: public; Owner: -
|
|
5996 | 5996 |
-- |
5997 | 5997 |
|
5998 |
COMMENT ON COLUMN view_full_occurrence_individual."Family_matched__@TNRS__@vegpath.org" IS 'http://TNRS.taxon_scrub.matchedFamily__@VegBIEN__.public@vegpath.org;
|
|
5998 |
COMMENT ON COLUMN view_full_occurrence_individual.family_matched IS 'http://TNRS.taxon_scrub.matchedFamily__@VegBIEN__.public@vegpath.org;
|
|
5999 | 5999 |
"The closest matching family in the TNRS database to the family submitted"'; |
6000 | 6000 |
|
6001 | 6001 |
|
6002 | 6002 |
-- |
6003 |
-- Name: COLUMN view_full_occurrence_individual."Name_matched__@TNRS__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6003 |
-- Name: COLUMN view_full_occurrence_individual.name_matched; Type: COMMENT; Schema: public; Owner: -
|
|
6004 | 6004 |
-- |
6005 | 6005 |
|
6006 |
COMMENT ON COLUMN view_full_occurrence_individual."Name_matched__@TNRS__@vegpath.org" IS '"Scientific name with the highest match score. May be an exact match or a fuzzy match."';
|
|
6006 |
COMMENT ON COLUMN view_full_occurrence_individual.name_matched IS '"Scientific name with the highest match score. May be an exact match or a fuzzy match."';
|
|
6007 | 6007 |
|
6008 | 6008 |
|
6009 | 6009 |
-- |
6010 |
-- Name: COLUMN view_full_occurrence_individual."Name_matched_author__@TNRS__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6010 |
-- Name: COLUMN view_full_occurrence_individual.name_matched_author; Type: COMMENT; Schema: public; Owner: -
|
|
6011 | 6011 |
-- |
6012 | 6012 |
|
6013 |
COMMENT ON COLUMN view_full_occurrence_individual."Name_matched_author__@TNRS__@vegpath.org" IS '"Standard authority for the matched name"';
|
|
6013 |
COMMENT ON COLUMN view_full_occurrence_individual.name_matched_author IS '"Standard authority for the matched name"';
|
|
6014 | 6014 |
|
6015 | 6015 |
|
6016 | 6016 |
-- |
6017 |
-- Name: COLUMN view_full_occurrence_individual."[higher_plant_group~]higherClassification__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6017 |
-- Name: COLUMN view_full_occurrence_individual.higher_plant_group; Type: COMMENT; Schema: public; Owner: -
|
|
6018 | 6018 |
-- |
6019 | 6019 |
|
6020 |
COMMENT ON COLUMN view_full_occurrence_individual."[higher_plant_group~]higherClassification__@DwC__@vegpath.org" IS 'closed list derived from higher taxa';
|
|
6020 |
COMMENT ON COLUMN view_full_occurrence_individual.higher_plant_group IS 'closed list derived from higher taxa';
|
|
6021 | 6021 |
|
6022 | 6022 |
|
6023 | 6023 |
-- |
6024 |
-- Name: COLUMN view_full_occurrence_individual."taxonomicStatus__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6024 |
-- Name: COLUMN view_full_occurrence_individual.taxonomic_status; Type: COMMENT; Schema: public; Owner: -
|
|
6025 | 6025 |
-- |
6026 | 6026 |
|
6027 |
COMMENT ON COLUMN view_full_occurrence_individual."taxonomicStatus__@DwC__@vegpath.org" IS '"The status of the use of the scientificName as a label for a taxon. Requires taxonomic opinion to define the scope of a taxon. [...] Examples: "invalid", "misapplied", "homotypic synonym", "accepted"."';
|
|
6027 |
COMMENT ON COLUMN view_full_occurrence_individual.taxonomic_status IS '"The status of the use of the scientificName as a label for a taxon. Requires taxonomic opinion to define the scope of a taxon. [...] Examples: "invalid", "misapplied", "homotypic synonym", "accepted"."';
|
|
6028 | 6028 |
|
6029 | 6029 |
|
6030 | 6030 |
-- |
... | ... | |
6077 | 6077 |
|
6078 | 6078 |
|
6079 | 6079 |
-- |
6080 |
-- Name: COLUMN view_full_occurrence_individual."speciesBinomialWithMorphospecies__@VegCore__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6080 |
-- Name: COLUMN view_full_occurrence_individual.scrubbed_species_binomial_with_morphospecies; Type: COMMENT; Schema: public; Owner: -
|
|
6081 | 6081 |
-- |
6082 | 6082 |
|
6083 |
COMMENT ON COLUMN view_full_occurrence_individual."speciesBinomialWithMorphospecies__@VegCore__@vegpath.org" IS 'http://TNRS.taxon_scrub.scrubbed_morphospecies_binomial__@VegBIEN__.public@vegpath.org;
|
|
6083 |
COMMENT ON COLUMN view_full_occurrence_individual.scrubbed_species_binomial_with_morphospecies IS 'http://TNRS.taxon_scrub.scrubbed_morphospecies_binomial__@VegBIEN__.public@vegpath.org;
|
|
6084 | 6084 |
"combine the `taxon` plus `morphospecies` to produce a unique string, `taxonMorphospecies`"; |
6085 | 6085 |
a morphospecies is a custom species name assigned in the field by the collector (which does not validate to anything in TNRS)'; |
6086 | 6086 |
|
6087 | 6087 |
|
6088 | 6088 |
-- |
6089 |
-- Name: COLUMN view_full_occurrence_individual."[growth_form=]habit__@SALVIAS__.Plot_data@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6089 |
-- Name: COLUMN view_full_occurrence_individual.growth_form; Type: COMMENT; Schema: public; Owner: -
|
|
6090 | 6090 |
-- |
6091 | 6091 |
|
6092 |
COMMENT ON COLUMN view_full_occurrence_individual."[growth_form=]habit__@SALVIAS__.Plot_data@vegpath.org" IS '"Growth form"; "Closed pick list"';
|
|
6092 |
COMMENT ON COLUMN view_full_occurrence_individual.growth_form IS '"Growth form"; "Closed pick list"';
|
|
6093 | 6093 |
|
6094 | 6094 |
|
6095 | 6095 |
-- |
6096 |
-- Name: COLUMN view_full_occurrence_individual."reproductiveCondition__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6096 |
-- Name: COLUMN view_full_occurrence_individual.reproductive_condition; Type: COMMENT; Schema: public; Owner: -
|
|
6097 | 6097 |
-- |
6098 | 6098 |
|
6099 |
COMMENT ON COLUMN view_full_occurrence_individual."reproductiveCondition__@DwC__@vegpath.org" IS '"The reproductive condition of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary."';
|
|
6099 |
COMMENT ON COLUMN view_full_occurrence_individual.reproductive_condition IS '"The reproductive condition of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary."';
|
|
6100 | 6100 |
|
6101 | 6101 |
|
6102 | 6102 |
-- |
6103 |
-- Name: COLUMN view_full_occurrence_individual.cultivated_bien; Type: COMMENT; Schema: public; Owner: -
|
|
6103 |
-- Name: COLUMN view_full_occurrence_individual.is_cultivated; Type: COMMENT; Schema: public; Owner: -
|
|
6104 | 6104 |
-- |
6105 | 6105 |
|
6106 |
COMMENT ON COLUMN view_full_occurrence_individual.cultivated_bien IS 'whether the occurrence was flagged as cultivated';
|
|
6106 |
COMMENT ON COLUMN view_full_occurrence_individual.is_cultivated IS 'whether the occurrence was flagged as cultivated';
|
|
6107 | 6107 |
|
6108 | 6108 |
|
6109 | 6109 |
-- |
6110 |
-- Name: COLUMN view_full_occurrence_individual."cultivatedBasis_bien"; Type: COMMENT; Schema: public; Owner: -
|
|
6110 |
-- Name: COLUMN view_full_occurrence_individual.is_cultivated_basis; Type: COMMENT; Schema: public; Owner: -
|
|
6111 | 6111 |
-- |
6112 | 6112 |
|
6113 |
COMMENT ON COLUMN view_full_occurrence_individual."cultivatedBasis_bien" IS 'why the occurrence was flagged as cultivated';
|
|
6113 |
COMMENT ON COLUMN view_full_occurrence_individual.is_cultivated_basis IS 'why the occurrence was flagged as cultivated';
|
|
6114 | 6114 |
|
6115 | 6115 |
|
6116 | 6116 |
-- |
6117 |
-- Name: COLUMN view_full_occurrence_individual."occurrenceRemarks__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6117 |
-- Name: COLUMN view_full_occurrence_individual.occurrence_remarks; Type: COMMENT; Schema: public; Owner: -
|
|
6118 | 6118 |
-- |
6119 | 6119 |
|
6120 |
COMMENT ON COLUMN view_full_occurrence_individual."occurrenceRemarks__@DwC__@vegpath.org" IS '"Comments or notes about the Occurrence"';
|
|
6120 |
COMMENT ON COLUMN view_full_occurrence_individual.occurrence_remarks IS '"Comments or notes about the Occurrence"';
|
|
6121 | 6121 |
|
6122 | 6122 |
|
6123 | 6123 |
-- |
6124 |
-- Name: COLUMN view_full_occurrence_individual."coverPercent__@VegX__.attribute.ordinal@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6124 |
-- Name: COLUMN view_full_occurrence_individual.cover_percent; Type: COMMENT; Schema: public; Owner: -
|
|
6125 | 6125 |
-- |
6126 | 6126 |
|
6127 |
COMMENT ON COLUMN view_full_occurrence_individual."coverPercent__@VegX__.attribute.ordinal@vegpath.org" IS '"Average cover of the index in percent"';
|
|
6127 |
COMMENT ON COLUMN view_full_occurrence_individual.cover_percent IS '"Average cover of the index in percent"';
|
|
6128 | 6128 |
|
6129 | 6129 |
|
6130 | 6130 |
-- |
6131 |
-- Name: COLUMN view_full_occurrence_individual."taxonObservation[.id]__@VegBank__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6131 |
-- Name: COLUMN view_full_occurrence_individual.taxon_observation_id; Type: COMMENT; Schema: public; Owner: -
|
|
6132 | 6132 |
-- |
6133 | 6133 |
|
6134 |
COMMENT ON COLUMN view_full_occurrence_individual."taxonObservation[.id]__@VegBank__@vegpath.org" IS '"identifier assigned [by the datasource] to each unique observation of a taxon in a plot"';
|
|
6134 |
COMMENT ON COLUMN view_full_occurrence_individual.taxon_observation_id IS '"identifier assigned [by the datasource] to each unique observation of a taxon in a plot"';
|
|
6135 | 6135 |
|
6136 | 6136 |
|
6137 | 6137 |
-- |
6138 |
-- Name: COLUMN view_full_occurrence_individual."taxonNameUsageConcept.authorCode__@VegX__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6138 |
-- Name: COLUMN view_full_occurrence_individual.taxon_name_usage_concept_author_code; Type: COMMENT; Schema: public; Owner: -
|
|
6139 | 6139 |
-- |
6140 | 6140 |
|
6141 |
COMMENT ON COLUMN view_full_occurrence_individual."taxonNameUsageConcept.authorCode__@VegX__@vegpath.org" IS '"Verbatum short code used by the author to signify the species at time of observation"';
|
|
6141 |
COMMENT ON COLUMN view_full_occurrence_individual.taxon_name_usage_concept_author_code IS '"Verbatum short code used by the author to signify the species at time of observation"';
|
|
6142 | 6142 |
|
6143 | 6143 |
|
6144 | 6144 |
-- |
6145 |
-- Name: COLUMN view_full_occurrence_individual."aggregateOrganismObservation.id__@VegX__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6145 |
-- Name: COLUMN view_full_occurrence_individual.aggregate_organism_observation_id; Type: COMMENT; Schema: public; Owner: -
|
|
6146 | 6146 |
-- |
6147 | 6147 |
|
6148 |
COMMENT ON COLUMN view_full_occurrence_individual."aggregateOrganismObservation.id__@VegX__@vegpath.org" IS 'the ID for "An observation applying to all occurrences of an organism based on an aggregation factor. It contains an AggregateValue, which is an assessment of the overall occurrence of an organism in a Plot (e.g. number of stems, percentage cover, total biomass, basal area)."';
|
|
6148 |
COMMENT ON COLUMN view_full_occurrence_individual.aggregate_organism_observation_id IS 'the ID for "An observation applying to all occurrences of an organism based on an aggregation factor. It contains an AggregateValue, which is an assessment of the overall occurrence of an organism in a Plot (e.g. number of stems, percentage cover, total biomass, basal area)."';
|
|
6149 | 6149 |
|
6150 | 6150 |
|
6151 | 6151 |
-- |
6152 |
-- Name: COLUMN view_full_occurrence_individual."individualOrganismObservation.id__@VegX__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6152 |
-- Name: COLUMN view_full_occurrence_individual.individual_organism_observation_id; Type: COMMENT; Schema: public; Owner: -
|
|
6153 | 6153 |
-- |
6154 | 6154 |
|
6155 |
COMMENT ON COLUMN view_full_occurrence_individual."individualOrganismObservation.id__@VegX__@vegpath.org" IS 'the ID for "An observation applying to one occurrence of an organism (or part of an organism). It is a container for measurements made on the organism (e.g. diameter, height, crown dimensions, biomass, growth form, number of stems)."';
|
|
6155 |
COMMENT ON COLUMN view_full_occurrence_individual.individual_organism_observation_id IS 'the ID for "An observation applying to one occurrence of an organism (or part of an organism). It is a container for measurements made on the organism (e.g. diameter, height, crown dimensions, biomass, growth form, number of stems)."';
|
|
6156 | 6156 |
|
6157 | 6157 |
|
6158 | 6158 |
-- |
6159 |
-- Name: COLUMN view_full_occurrence_individual."individualID__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6159 |
-- Name: COLUMN view_full_occurrence_individual.individual_id; Type: COMMENT; Schema: public; Owner: -
|
|
6160 | 6160 |
-- |
6161 | 6161 |
|
6162 |
COMMENT ON COLUMN view_full_occurrence_individual."individualID__@DwC__@vegpath.org" IS '"An identifier for an individual or named group of individual organisms represented in the Occurrence"';
|
|
6162 |
COMMENT ON COLUMN view_full_occurrence_individual.individual_id IS '"An identifier for an individual or named group of individual organisms represented in the Occurrence"';
|
|
6163 | 6163 |
|
6164 | 6164 |
|
6165 | 6165 |
-- |
6166 |
-- Name: COLUMN view_full_occurrence_individual."individualCount__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6166 |
-- Name: COLUMN view_full_occurrence_individual.individual_count; Type: COMMENT; Schema: public; Owner: -
|
|
6167 | 6167 |
-- |
6168 | 6168 |
|
6169 |
COMMENT ON COLUMN view_full_occurrence_individual."individualCount__@DwC__@vegpath.org" IS '"The number of individuals represented present at the time of the Occurrence"';
|
|
6169 |
COMMENT ON COLUMN view_full_occurrence_individual.individual_count IS '"The number of individuals represented present at the time of the Occurrence"';
|
|
6170 | 6170 |
|
6171 | 6171 |
|
6172 | 6172 |
-- |
6173 |
-- Name: COLUMN view_full_occurrence_individual."plantobservation.""_id__@VegBIEN__.public@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6173 |
-- Name: COLUMN view_full_occurrence_individual.plantobservation_id; Type: COMMENT; Schema: public; Owner: -
|
|
6174 | 6174 |
-- |
6175 | 6175 |
|
6176 |
COMMENT ON COLUMN view_full_occurrence_individual."plantobservation.""_id__@VegBIEN__.public@vegpath.org" IS 'http://plantobservation.plantobservation_id__@VegBIEN__.public@vegpath.org;
|
|
6176 |
COMMENT ON COLUMN view_full_occurrence_individual.plantobservation_id IS 'http://plantobservation.plantobservation_id__@VegBIEN__.public@vegpath.org;
|
|
6177 | 6177 |
autogenerated ID for plantobservation'; |
6178 | 6178 |
|
6179 | 6179 |
|
6180 | 6180 |
-- |
6181 |
-- Name: COLUMN view_full_occurrence_individual."TAXONOBSERVATION_ID__@VegBank__.taxonObservation@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6181 |
-- Name: COLUMN view_full_occurrence_individual.taxonobservation_id; Type: COMMENT; Schema: public; Owner: -
|
|
6182 | 6182 |
-- |
6183 | 6183 |
|
6184 |
COMMENT ON COLUMN view_full_occurrence_individual."TAXONOBSERVATION_ID__@VegBank__.taxonObservation@vegpath.org" IS 'VegBIEN-autogenerated "identifier assigned to each unique observation of a taxon in a plot"';
|
|
6184 |
COMMENT ON COLUMN view_full_occurrence_individual.taxonobservation_id IS 'VegBIEN-autogenerated "identifier assigned to each unique observation of a taxon in a plot"';
|
|
6185 | 6185 |
|
6186 | 6186 |
|
6187 | 6187 |
-- |
... | ... | |
6189 | 6189 |
-- |
6190 | 6190 |
|
6191 | 6191 |
CREATE VIEW analytical_stem AS |
6192 |
SELECT view_full_occurrence_individual."datasource__@Brad__.identifier_examples@vegpath.org",
|
|
6193 |
view_full_occurrence_individual."country__@DwC__@vegpath.org",
|
|
6194 |
view_full_occurrence_individual."stateProvince__@DwC__@vegpath.org",
|
|
6195 |
view_full_occurrence_individual."county__@DwC__@vegpath.org",
|
|
6196 |
view_full_occurrence_individual."locality__@DwC__@vegpath.org",
|
|
6197 |
view_full_occurrence_individual."decimalLatitude__@DwC__@vegpath.org",
|
|
6198 |
view_full_occurrence_individual."decimalLongitude__@DwC__@vegpath.org",
|
|
6199 |
view_full_occurrence_individual."coordinateUncertaintyInMeters__@DwC__@vegpath.org",
|
|
6200 |
view_full_occurrence_individual."georeferenceSources__@DwC__@vegpath.org",
|
|
6201 |
view_full_occurrence_individual."georeferenceProtocol__@DwC__@vegpath.org",
|
|
6202 |
view_full_occurrence_individual.geovalid_bien,
|
|
6203 |
view_full_occurrence_individual."isNewWorld_bien",
|
|
6204 |
view_full_occurrence_individual."projectID__@VegX__.plotObservation@vegpath.org",
|
|
6205 |
view_full_occurrence_individual."projectContributor[s]__@VegBank__@vegpath.org",
|
|
6206 |
view_full_occurrence_individual."locationID__@DwC__@vegpath.org",
|
|
6207 |
view_full_occurrence_individual."plotName__@VegX__.plot@vegpath.org",
|
|
6208 |
view_full_occurrence_individual."subplot__@SALVIAS__.Plot_data@vegpath.org",
|
|
6209 |
view_full_occurrence_individual.location__cultivated__bien,
|
|
6210 |
view_full_occurrence_individual."locationevent.locationevent_id__@VegBIEN__.public@vegpath.org",
|
|
6211 |
view_full_occurrence_individual."eventDate__@DwC__@vegpath.org",
|
|
6212 |
view_full_occurrence_individual."(-minimum-)ElevationInMeters__@DwC__@vegpath.org",
|
|
6213 |
view_full_occurrence_individual."slopeAspect[_deg]__@VegX__.plot@vegpath.org",
|
|
6214 |
view_full_occurrence_individual."slopeGradient[_deg]__@VegX__.plot@vegpath.org",
|
|
6215 |
view_full_occurrence_individual."plot.area[_ha]__@VegX__@vegpath.org",
|
|
6216 |
view_full_occurrence_individual."samplingProtocol__@DwC__@vegpath.org",
|
|
6217 |
view_full_occurrence_individual."temperature[_C]__@VegX__.plotObs.obsCond@vegpath.org",
|
|
6218 |
view_full_occurrence_individual."precip_mm__@SALVIAS__.Plot_metadata@vegpath.org",
|
|
6219 |
view_full_occurrence_individual."stratumName__@VegX__.stratum@vegpath.org",
|
|
6220 |
view_full_occurrence_individual."communityConcept.name__@VegX__.communityDet@vegpath.org",
|
|
6221 |
view_full_occurrence_individual."observationContributor[s]__@VegBank__@vegpath.org",
|
|
6222 |
view_full_occurrence_individual."[custodial_]institutionCode[s]__@DwC__@vegpath.org",
|
|
6223 |
view_full_occurrence_individual."collectionCode__@DwC__@vegpath.org",
|
|
6224 |
view_full_occurrence_individual."catalogNumber__@DwC__@vegpath.org",
|
|
6225 |
view_full_occurrence_individual."occurrenceID__@DwC__@vegpath.org",
|
|
6226 |
view_full_occurrence_individual."recordedBy__@DwC__@vegpath.org",
|
|
6227 |
view_full_occurrence_individual."recordNumber__@DwC__@vegpath.org",
|
|
6228 |
view_full_occurrence_individual."(-Earliest-)DateCollected__-2007-04-17__@DwC__.hist@vegpath.org",
|
|
6229 |
view_full_occurrence_individual."[verbatim_]family__@DwC__@vegpath.org",
|
|
6230 |
view_full_occurrence_individual."[verbatim_]scientificName__@DwC__@vegpath.org",
|
|
6231 |
view_full_occurrence_individual."identifiedBy__@DwC__@vegpath.org",
|
|
6232 |
view_full_occurrence_individual."dateIdentified__@DwC__@vegpath.org",
|
|
6233 |
view_full_occurrence_individual."identificationRemarks__@DwC__@vegpath.org",
|
|
6234 |
view_full_occurrence_individual."Family_matched__@TNRS__@vegpath.org",
|
|
6235 |
view_full_occurrence_individual."Name_matched__@TNRS__@vegpath.org",
|
|
6236 |
view_full_occurrence_individual."Name_matched_author__@TNRS__@vegpath.org",
|
|
6237 |
view_full_occurrence_individual."[higher_plant_group~]higherClassification__@DwC__@vegpath.org",
|
|
6238 |
view_full_occurrence_individual."taxonomicStatus__@DwC__@vegpath.org",
|
|
6192 |
SELECT view_full_occurrence_individual.datasource,
|
|
6193 |
view_full_occurrence_individual.country,
|
|
6194 |
view_full_occurrence_individual.state_province,
|
|
6195 |
view_full_occurrence_individual.county,
|
|
6196 |
view_full_occurrence_individual.locality,
|
|
6197 |
view_full_occurrence_individual.latitude,
|
|
6198 |
view_full_occurrence_individual.longitude,
|
|
6199 |
view_full_occurrence_individual.coord_uncertainty_m,
|
|
6200 |
view_full_occurrence_individual.georef_sources,
|
|
6201 |
view_full_occurrence_individual.georef_protocol,
|
|
6202 |
view_full_occurrence_individual.is_geovalid,
|
|
6203 |
view_full_occurrence_individual.is_new_world,
|
|
6204 |
view_full_occurrence_individual.project_id,
|
|
6205 |
view_full_occurrence_individual.project_contributors,
|
|
6206 |
view_full_occurrence_individual.location_id,
|
|
6207 |
view_full_occurrence_individual.plot_name,
|
|
6208 |
view_full_occurrence_individual.subplot,
|
|
6209 |
view_full_occurrence_individual.is_location_cultivated,
|
|
6210 |
view_full_occurrence_individual.locationevent_id,
|
|
6211 |
view_full_occurrence_individual.event_date,
|
|
6212 |
view_full_occurrence_individual.elevation_m,
|
|
6213 |
view_full_occurrence_individual.slope_aspect_deg,
|
|
6214 |
view_full_occurrence_individual.slope_gradient_deg,
|
|
6215 |
view_full_occurrence_individual.plot_area_ha,
|
|
6216 |
view_full_occurrence_individual.sampling_protocol,
|
|
6217 |
view_full_occurrence_individual.temperature_c,
|
|
6218 |
view_full_occurrence_individual.precip_mm,
|
|
6219 |
view_full_occurrence_individual.stratum_name,
|
|
6220 |
view_full_occurrence_individual.community_concept_name,
|
|
6221 |
view_full_occurrence_individual.observation_contributors,
|
|
6222 |
view_full_occurrence_individual.custodial_institution_codes,
|
|
6223 |
view_full_occurrence_individual.collection_code,
|
|
6224 |
view_full_occurrence_individual.catalog_number,
|
|
6225 |
view_full_occurrence_individual.occurrence_id,
|
|
6226 |
view_full_occurrence_individual.recorded_by,
|
|
6227 |
view_full_occurrence_individual.record_number,
|
|
6228 |
view_full_occurrence_individual.date_collected,
|
|
6229 |
view_full_occurrence_individual.verbatim_family,
|
|
6230 |
view_full_occurrence_individual.verbatim_scientific_name,
|
|
6231 |
view_full_occurrence_individual.identified_by,
|
|
6232 |
view_full_occurrence_individual.date_identified,
|
|
6233 |
view_full_occurrence_individual.identification_remarks,
|
|
6234 |
view_full_occurrence_individual.family_matched,
|
|
6235 |
view_full_occurrence_individual.name_matched,
|
|
6236 |
view_full_occurrence_individual.name_matched_author,
|
|
6237 |
view_full_occurrence_individual.higher_plant_group,
|
|
6238 |
view_full_occurrence_individual.taxonomic_status,
|
|
6239 | 6239 |
view_full_occurrence_individual.scrubbed_family, |
6240 | 6240 |
view_full_occurrence_individual.scrubbed_genus, |
6241 | 6241 |
view_full_occurrence_individual.scrubbed_specific_epithet, |
... | ... | |
6243 | 6243 |
view_full_occurrence_individual.scrubbed_taxon_name_no_author, |
6244 | 6244 |
view_full_occurrence_individual.scrubbed_author, |
6245 | 6245 |
view_full_occurrence_individual.scrubbed_taxon_name_with_author, |
6246 |
view_full_occurrence_individual."speciesBinomialWithMorphospecies__@VegCore__@vegpath.org",
|
|
6247 |
view_full_occurrence_individual."[growth_form=]habit__@SALVIAS__.Plot_data@vegpath.org",
|
|
6248 |
view_full_occurrence_individual."reproductiveCondition__@DwC__@vegpath.org",
|
|
6249 |
view_full_occurrence_individual.cultivated_bien,
|
|
6250 |
view_full_occurrence_individual."cultivatedBasis_bien",
|
|
6251 |
view_full_occurrence_individual."occurrenceRemarks__@DwC__@vegpath.org",
|
|
6252 |
view_full_occurrence_individual."coverPercent__@VegX__.attribute.ordinal@vegpath.org",
|
|
6253 |
view_full_occurrence_individual."taxonObservation[.id]__@VegBank__@vegpath.org",
|
|
6254 |
view_full_occurrence_individual."taxonNameUsageConcept.authorCode__@VegX__@vegpath.org",
|
|
6255 |
view_full_occurrence_individual."aggregateOrganismObservation.id__@VegX__@vegpath.org",
|
|
6256 |
view_full_occurrence_individual."individualOrganismObservation.id__@VegX__@vegpath.org",
|
|
6257 |
view_full_occurrence_individual."individualID__@DwC__@vegpath.org",
|
|
6258 |
view_full_occurrence_individual."individualCount__@DwC__@vegpath.org",
|
|
6259 |
view_full_occurrence_individual."plantobservation.""_id__@VegBIEN__.public@vegpath.org",
|
|
6260 |
view_full_occurrence_individual."TAXONOBSERVATION_ID__@VegBank__.taxonObservation@vegpath.org",
|
|
6261 |
_m_to_cm(stemobservation.diameterbreastheight_m) AS "stem_dbh[_cm]__@SALVIAS__.Plot_data@vegpath.org",
|
|
6262 |
stemobservation.height_m AS "stemHeight[_m]__@VegBank__.stemCount@vegpath.org",
|
|
6263 |
stemobservation.tag AS "[tag=]identificationLabel__@VegX__.individual@vegpath.org",
|
|
6264 |
stemobservation.xposition_m AS "relativeX[_m]__@VegX__.individualOrganismObs@vegpath.org",
|
|
6265 |
stemobservation.yposition_m AS "relativeY[_m]__@VegX__.individualOrganismObs@vegpath.org",
|
|
6266 |
stemobservation.authorstemcode AS "stemCode__@VegBank__.stemLocation@vegpath.org"
|
|
6246 |
view_full_occurrence_individual.scrubbed_species_binomial_with_morphospecies,
|
|
6247 |
view_full_occurrence_individual.growth_form,
|
|
6248 |
view_full_occurrence_individual.reproductive_condition,
|
|
6249 |
view_full_occurrence_individual.is_cultivated,
|
|
6250 |
view_full_occurrence_individual.is_cultivated_basis,
|
|
6251 |
view_full_occurrence_individual.occurrence_remarks,
|
|
6252 |
view_full_occurrence_individual.cover_percent,
|
|
6253 |
view_full_occurrence_individual.taxon_observation_id,
|
|
6254 |
view_full_occurrence_individual.taxon_name_usage_concept_author_code,
|
|
6255 |
view_full_occurrence_individual.aggregate_organism_observation_id,
|
|
6256 |
view_full_occurrence_individual.individual_organism_observation_id,
|
|
6257 |
view_full_occurrence_individual.individual_id,
|
|
6258 |
view_full_occurrence_individual.individual_count,
|
|
6259 |
view_full_occurrence_individual.plantobservation_id,
|
|
6260 |
view_full_occurrence_individual.taxonobservation_id,
|
|
6261 |
_m_to_cm(stemobservation.diameterbreastheight_m) AS stem_dbh_cm,
|
|
6262 |
stemobservation.height_m AS stem_height_m,
|
|
6263 |
stemobservation.tag, |
|
6264 |
stemobservation.xposition_m AS relative_x_m,
|
|
6265 |
stemobservation.yposition_m AS relative_y_m,
|
|
6266 |
stemobservation.authorstemcode AS stem_code
|
|
6267 | 6267 |
FROM (view_full_occurrence_individual |
6268 |
LEFT JOIN stemobservation ON ((stemobservation.plantobservation_id = view_full_occurrence_individual."plantobservation.""_id__@VegBIEN__.public@vegpath.org")));
|
|
6268 |
LEFT JOIN stemobservation ON ((stemobservation.plantobservation_id = view_full_occurrence_individual.plantobservation_id)));
|
|
6269 | 6269 |
|
6270 | 6270 |
|
6271 | 6271 |
-- |
... | ... | |
6280 | 6280 |
|
6281 | 6281 |
|
6282 | 6282 |
-- |
6283 |
-- Name: COLUMN analytical_stem."datasource__@Brad__.identifier_examples@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6283 |
-- Name: COLUMN analytical_stem.datasource; Type: COMMENT; Schema: public; Owner: -
|
|
6284 | 6284 |
-- |
6285 | 6285 |
|
6286 |
COMMENT ON COLUMN analytical_stem."datasource__@Brad__.identifier_examples@vegpath.org" IS '"the person [or] institution that provided the data [to this database] (the *proximate* data provider)"';
|
|
6286 |
COMMENT ON COLUMN analytical_stem.datasource IS '"the person [or] institution that provided the data [to this database] (the *proximate* data provider)"';
|
|
6287 | 6287 |
|
6288 | 6288 |
|
6289 | 6289 |
-- |
6290 |
-- Name: COLUMN analytical_stem."country__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6290 |
-- Name: COLUMN analytical_stem.country; Type: COMMENT; Schema: public; Owner: -
|
|
6291 | 6291 |
-- |
6292 | 6292 |
|
6293 |
COMMENT ON COLUMN analytical_stem."country__@DwC__@vegpath.org" IS 'http://geoscrub.geoscrub_output.acceptedCountry__@VegBIEN__@vegpath.org;
|
|
6293 |
COMMENT ON COLUMN analytical_stem.country IS 'http://geoscrub.geoscrub_output.acceptedCountry__@VegBIEN__@vegpath.org;
|
|
6294 | 6294 |
"The name of the country or major administrative unit in which the Location occurs"'; |
6295 | 6295 |
|
6296 | 6296 |
|
6297 | 6297 |
-- |
6298 |
-- Name: COLUMN analytical_stem."stateProvince__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6298 |
-- Name: COLUMN analytical_stem.state_province; Type: COMMENT; Schema: public; Owner: -
|
|
6299 | 6299 |
-- |
6300 | 6300 |
|
6301 |
COMMENT ON COLUMN analytical_stem."stateProvince__@DwC__@vegpath.org" IS '"The name of the next smaller administrative region than country (state, province, canton, department, region, etc.) in which the Location occurs"';
|
|
6301 |
COMMENT ON COLUMN analytical_stem.state_province IS '"The name of the next smaller administrative region than country (state, province, canton, department, region, etc.) in which the Location occurs"';
|
|
6302 | 6302 |
|
6303 | 6303 |
|
6304 | 6304 |
-- |
6305 |
-- Name: COLUMN analytical_stem."county__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6305 |
-- Name: COLUMN analytical_stem.county; Type: COMMENT; Schema: public; Owner: -
|
|
6306 | 6306 |
-- |
6307 | 6307 |
|
6308 |
COMMENT ON COLUMN analytical_stem."county__@DwC__@vegpath.org" IS '"The full, unabbreviated name of the next smaller administrative region than stateProvince (county, shire, department, etc.) in which the Location occurs"';
|
|
6308 |
COMMENT ON COLUMN analytical_stem.county IS '"The full, unabbreviated name of the next smaller administrative region than stateProvince (county, shire, department, etc.) in which the Location occurs"';
|
|
6309 | 6309 |
|
6310 | 6310 |
|
6311 | 6311 |
-- |
6312 |
-- Name: COLUMN analytical_stem."locality__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6312 |
-- Name: COLUMN analytical_stem.locality; Type: COMMENT; Schema: public; Owner: -
|
|
6313 | 6313 |
-- |
6314 | 6314 |
|
6315 |
COMMENT ON COLUMN analytical_stem."locality__@DwC__@vegpath.org" IS '"The specific description of the place"';
|
|
6315 |
COMMENT ON COLUMN analytical_stem.locality IS '"The specific description of the place"';
|
|
6316 | 6316 |
|
6317 | 6317 |
|
6318 | 6318 |
-- |
6319 |
-- Name: COLUMN analytical_stem."decimalLatitude__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6319 |
-- Name: COLUMN analytical_stem.latitude; Type: COMMENT; Schema: public; Owner: -
|
|
6320 | 6320 |
-- |
6321 | 6321 |
|
6322 |
COMMENT ON COLUMN analytical_stem."decimalLatitude__@DwC__@vegpath.org" IS '"The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location"';
|
|
6322 |
COMMENT ON COLUMN analytical_stem.latitude IS '"The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location"';
|
|
6323 | 6323 |
|
6324 | 6324 |
|
6325 | 6325 |
-- |
6326 |
-- Name: COLUMN analytical_stem."decimalLongitude__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6326 |
-- Name: COLUMN analytical_stem.longitude; Type: COMMENT; Schema: public; Owner: -
|
|
6327 | 6327 |
-- |
6328 | 6328 |
|
6329 |
COMMENT ON COLUMN analytical_stem."decimalLongitude__@DwC__@vegpath.org" IS '"The geographic longitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location"';
|
|
6329 |
COMMENT ON COLUMN analytical_stem.longitude IS '"The geographic longitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location"';
|
|
6330 | 6330 |
|
6331 | 6331 |
|
6332 | 6332 |
-- |
6333 |
-- Name: COLUMN analytical_stem."coordinateUncertaintyInMeters__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6333 |
-- Name: COLUMN analytical_stem.coord_uncertainty_m; Type: COMMENT; Schema: public; Owner: -
|
|
6334 | 6334 |
-- |
6335 | 6335 |
|
6336 |
COMMENT ON COLUMN analytical_stem."coordinateUncertaintyInMeters__@DwC__@vegpath.org" IS 'for a point observation, this is the fuzziness of the coordinates. for a plot (or other shape), this is the radius of the circle that circumscribes the entire plot, or the fuzziness, whichever is greater. note that the DwC definition is confusingly worded: it uses the ambiguous term Location, which sometimes refers to the asserted named place, but which they intended to refer to the plot or point.';
|
|
6336 |
COMMENT ON COLUMN analytical_stem.coord_uncertainty_m IS 'for a point observation, this is the fuzziness of the coordinates. for a plot (or other shape), this is the radius of the circle that circumscribes the entire plot, or the fuzziness, whichever is greater. note that the DwC definition is confusingly worded: it uses the ambiguous term Location, which sometimes refers to the asserted named place, but which they intended to refer to the plot or point.';
|
|
6337 | 6337 |
|
6338 | 6338 |
|
6339 | 6339 |
-- |
6340 |
-- Name: COLUMN analytical_stem."georeferenceSources__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6340 |
-- Name: COLUMN analytical_stem.georef_sources; Type: COMMENT; Schema: public; Owner: -
|
|
6341 | 6341 |
-- |
6342 | 6342 |
|
6343 |
COMMENT ON COLUMN analytical_stem."georeferenceSources__@DwC__@vegpath.org" IS '"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"';
|
|
6343 |
COMMENT ON COLUMN analytical_stem.georef_sources IS '"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"';
|
|
6344 | 6344 |
|
6345 | 6345 |
|
6346 | 6346 |
-- |
6347 |
-- Name: COLUMN analytical_stem."georeferenceProtocol__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6347 |
-- Name: COLUMN analytical_stem.georef_protocol; Type: COMMENT; Schema: public; Owner: -
|
|
6348 | 6348 |
-- |
6349 | 6349 |
|
6350 |
COMMENT ON COLUMN analytical_stem."georeferenceProtocol__@DwC__@vegpath.org" IS '"A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties"';
|
|
6350 |
COMMENT ON COLUMN analytical_stem.georef_protocol IS '"A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties"';
|
|
6351 | 6351 |
|
6352 | 6352 |
|
6353 | 6353 |
-- |
6354 |
-- Name: COLUMN analytical_stem.geovalid_bien; Type: COMMENT; Schema: public; Owner: -
|
|
6354 |
-- Name: COLUMN analytical_stem.is_geovalid; Type: COMMENT; Schema: public; Owner: -
|
|
6355 | 6355 |
-- |
6356 | 6356 |
|
6357 |
COMMENT ON COLUMN analytical_stem.geovalid_bien IS 'whether the coordinates are within the boundary of the asserted named places';
|
|
6357 |
COMMENT ON COLUMN analytical_stem.is_geovalid IS 'whether the coordinates are within the boundary of the asserted named places';
|
|
6358 | 6358 |
|
6359 | 6359 |
|
6360 | 6360 |
-- |
6361 |
-- Name: COLUMN analytical_stem."isNewWorld_bien"; Type: COMMENT; Schema: public; Owner: -
|
|
6361 |
-- Name: COLUMN analytical_stem.is_new_world; Type: COMMENT; Schema: public; Owner: -
|
|
6362 | 6362 |
-- |
6363 | 6363 |
|
6364 |
COMMENT ON COLUMN analytical_stem."isNewWorld_bien" IS 'whether the country is in the Americas';
|
|
6364 |
COMMENT ON COLUMN analytical_stem.is_new_world IS 'whether the country is in the Americas';
|
|
6365 | 6365 |
|
6366 | 6366 |
|
6367 | 6367 |
-- |
6368 |
-- Name: COLUMN analytical_stem."projectID__@VegX__.plotObservation@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6368 |
-- Name: COLUMN analytical_stem.project_id; Type: COMMENT; Schema: public; Owner: -
|
|
6369 | 6369 |
-- |
6370 | 6370 |
|
6371 |
COMMENT ON COLUMN analytical_stem."projectID__@VegX__.plotObservation@vegpath.org" IS 'http://project.sourceaccessioncode__@VegBIEN__.public@vegpath.org;
|
|
6371 |
COMMENT ON COLUMN analytical_stem.project_id IS 'http://project.sourceaccessioncode__@VegBIEN__.public@vegpath.org;
|
|
6372 | 6372 |
"A reference to a specific ''project''"'; |
6373 | 6373 |
|
6374 | 6374 |
|
6375 | 6375 |
-- |
6376 |
-- Name: COLUMN analytical_stem."projectContributor[s]__@VegBank__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6376 |
-- Name: COLUMN analytical_stem.project_contributors; Type: COMMENT; Schema: public; Owner: -
|
|
6377 | 6377 |
-- |
6378 | 6378 |
|
6379 |
COMMENT ON COLUMN analytical_stem."projectContributor[s]__@VegBank__@vegpath.org" IS '"intersection entit[ies] used to ''link'' a party with a specific project wherein vegetation plots are described"';
|
|
6379 |
COMMENT ON COLUMN analytical_stem.project_contributors IS '"intersection entit[ies] used to ''link'' a party with a specific project wherein vegetation plots are described"';
|
|
6380 | 6380 |
|
6381 | 6381 |
|
6382 | 6382 |
-- |
6383 |
-- Name: COLUMN analytical_stem."locationID__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6383 |
-- Name: COLUMN analytical_stem.location_id; Type: COMMENT; Schema: public; Owner: -
|
|
6384 | 6384 |
-- |
6385 | 6385 |
|
6386 |
COMMENT ON COLUMN analytical_stem."locationID__@DwC__@vegpath.org" IS '"An identifier for the set of location information (data associated with dcterms:Location)"';
|
|
6386 |
COMMENT ON COLUMN analytical_stem.location_id IS '"An identifier for the set of location information (data associated with dcterms:Location)"';
|
|
6387 | 6387 |
|
6388 | 6388 |
|
6389 | 6389 |
-- |
6390 |
-- Name: COLUMN analytical_stem."plotName__@VegX__.plot@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6390 |
-- Name: COLUMN analytical_stem.plot_name; Type: COMMENT; Schema: public; Owner: -
|
|
6391 | 6391 |
-- |
6392 | 6392 |
|
6393 |
COMMENT ON COLUMN analytical_stem."plotName__@VegX__.plot@vegpath.org" IS '"Name or label for a plot"';
|
|
6393 |
COMMENT ON COLUMN analytical_stem.plot_name IS '"Name or label for a plot"';
|
|
6394 | 6394 |
|
6395 | 6395 |
|
6396 | 6396 |
-- |
6397 |
-- Name: COLUMN analytical_stem."subplot__@SALVIAS__.Plot_data@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6397 |
-- Name: COLUMN analytical_stem.subplot; Type: COMMENT; Schema: public; Owner: -
|
|
6398 | 6398 |
-- |
6399 | 6399 |
|
6400 |
COMMENT ON COLUMN analytical_stem."subplot__@SALVIAS__.Plot_data@vegpath.org" IS 'http://location.authorlocationcode__@VegBIEN__.public@vegpath.org;
|
|
6400 |
COMMENT ON COLUMN analytical_stem.subplot IS 'http://location.authorlocationcode__@VegBIEN__.public@vegpath.org;
|
|
6401 | 6401 |
"Code for subplot, line, or any other subsample or subdivision of plot"'; |
6402 | 6402 |
|
6403 | 6403 |
|
6404 | 6404 |
-- |
6405 |
-- Name: COLUMN analytical_stem.location__cultivated__bien; Type: COMMENT; Schema: public; Owner: -
|
|
6405 |
-- Name: COLUMN analytical_stem.is_location_cultivated; Type: COMMENT; Schema: public; Owner: -
|
|
6406 | 6406 |
-- |
6407 | 6407 |
|
6408 |
COMMENT ON COLUMN analytical_stem.location__cultivated__bien IS 'whether the occurrence''s *location* was flagged as cultivated. note that this refers just to the cultivated status of the *location*; the occurrence may be cultivated even if the location isn''t.';
|
|
6408 |
COMMENT ON COLUMN analytical_stem.is_location_cultivated IS 'whether the occurrence''s *location* was flagged as cultivated. note that this refers just to the cultivated status of the *location*; the occurrence may be cultivated even if the location isn''t.';
|
|
6409 | 6409 |
|
6410 | 6410 |
|
6411 | 6411 |
-- |
6412 |
-- Name: COLUMN analytical_stem."locationevent.locationevent_id__@VegBIEN__.public@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6412 |
-- Name: COLUMN analytical_stem.locationevent_id; Type: COMMENT; Schema: public; Owner: -
|
|
6413 | 6413 |
-- |
6414 | 6414 |
|
6415 |
COMMENT ON COLUMN analytical_stem."locationevent.locationevent_id__@VegBIEN__.public@vegpath.org" IS 'http://locationevent.locationevent_id__@VegBIEN__.public@vegpath.org;
|
|
6415 |
COMMENT ON COLUMN analytical_stem.locationevent_id IS 'http://locationevent.locationevent_id__@VegBIEN__.public@vegpath.org;
|
|
6416 | 6416 |
autogenerated ID for locationevent'; |
6417 | 6417 |
|
6418 | 6418 |
|
6419 | 6419 |
-- |
6420 |
-- Name: COLUMN analytical_stem."eventDate__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6420 |
-- Name: COLUMN analytical_stem.event_date; Type: COMMENT; Schema: public; Owner: -
|
|
6421 | 6421 |
-- |
6422 | 6422 |
|
6423 |
COMMENT ON COLUMN analytical_stem."eventDate__@DwC__@vegpath.org" IS '"The date-time or interval during which an Event occurred. For occurrences, this is the date-time when the event was recorded."';
|
|
6423 |
COMMENT ON COLUMN analytical_stem.event_date IS '"The date-time or interval during which an Event occurred. For occurrences, this is the date-time when the event was recorded."';
|
|
6424 | 6424 |
|
6425 | 6425 |
|
6426 | 6426 |
-- |
6427 |
-- Name: COLUMN analytical_stem."(-minimum-)ElevationInMeters__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6427 |
-- Name: COLUMN analytical_stem.elevation_m; Type: COMMENT; Schema: public; Owner: -
|
|
6428 | 6428 |
-- |
6429 | 6429 |
|
6430 |
COMMENT ON COLUMN analytical_stem."(-minimum-)ElevationInMeters__@DwC__@vegpath.org" IS 'the "elevation (altitude, usually above sea level), in meters"';
|
|
6430 |
COMMENT ON COLUMN analytical_stem.elevation_m IS 'the "elevation (altitude, usually above sea level), in meters"';
|
|
6431 | 6431 |
|
6432 | 6432 |
|
6433 | 6433 |
-- |
6434 |
-- Name: COLUMN analytical_stem."slopeAspect[_deg]__@VegX__.plot@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6434 |
-- Name: COLUMN analytical_stem.slope_aspect_deg; Type: COMMENT; Schema: public; Owner: -
|
|
6435 | 6435 |
-- |
6436 | 6436 |
|
6437 |
COMMENT ON COLUMN analytical_stem."slopeAspect[_deg]__@VegX__.plot@vegpath.org" IS '"Representative azimuth of slope gradient (0-360 degrees) or as a cardinal direction (e.g. N, S, NE)"';
|
|
6437 |
COMMENT ON COLUMN analytical_stem.slope_aspect_deg IS '"Representative azimuth of slope gradient (0-360 degrees) or as a cardinal direction (e.g. N, S, NE)"';
|
|
6438 | 6438 |
|
6439 | 6439 |
|
6440 | 6440 |
-- |
6441 |
-- Name: COLUMN analytical_stem."slopeGradient[_deg]__@VegX__.plot@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6441 |
-- Name: COLUMN analytical_stem.slope_gradient_deg; Type: COMMENT; Schema: public; Owner: -
|
|
6442 | 6442 |
-- |
6443 | 6443 |
|
6444 |
COMMENT ON COLUMN analytical_stem."slopeGradient[_deg]__@VegX__.plot@vegpath.org" IS '"Representative inclination of slope in degrees"';
|
|
6444 |
COMMENT ON COLUMN analytical_stem.slope_gradient_deg IS '"Representative inclination of slope in degrees"';
|
|
6445 | 6445 |
|
6446 | 6446 |
|
6447 | 6447 |
-- |
6448 |
-- Name: COLUMN analytical_stem."plot.area[_ha]__@VegX__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6448 |
-- Name: COLUMN analytical_stem.plot_area_ha; Type: COMMENT; Schema: public; Owner: -
|
|
6449 | 6449 |
-- |
6450 | 6450 |
|
6451 |
COMMENT ON COLUMN analytical_stem."plot.area[_ha]__@VegX__@vegpath.org" IS '"Total area of the plot"';
|
|
6451 |
COMMENT ON COLUMN analytical_stem.plot_area_ha IS '"Total area of the plot"';
|
|
6452 | 6452 |
|
6453 | 6453 |
|
6454 | 6454 |
-- |
6455 |
-- Name: COLUMN analytical_stem."samplingProtocol__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6455 |
-- Name: COLUMN analytical_stem.sampling_protocol; Type: COMMENT; Schema: public; Owner: -
|
|
6456 | 6456 |
-- |
6457 | 6457 |
|
6458 |
COMMENT ON COLUMN analytical_stem."samplingProtocol__@DwC__@vegpath.org" IS '"The name of, reference to, or description of the method or protocol used during an Event"';
|
|
6458 |
COMMENT ON COLUMN analytical_stem.sampling_protocol IS '"The name of, reference to, or description of the method or protocol used during an Event"';
|
|
6459 | 6459 |
|
6460 | 6460 |
|
6461 | 6461 |
-- |
6462 |
-- Name: COLUMN analytical_stem."temperature[_C]__@VegX__.plotObs.obsCond@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6462 |
-- Name: COLUMN analytical_stem.temperature_c; Type: COMMENT; Schema: public; Owner: -
|
|
6463 | 6463 |
-- |
6464 | 6464 |
|
6465 |
COMMENT ON COLUMN analytical_stem."temperature[_C]__@VegX__.plotObs.obsCond@vegpath.org" IS '"Temperature during observation [...] [in] Celsius"';
|
|
6465 |
COMMENT ON COLUMN analytical_stem.temperature_c IS '"Temperature during observation [...] [in] Celsius"';
|
|
6466 | 6466 |
|
6467 | 6467 |
|
6468 | 6468 |
-- |
6469 |
-- Name: COLUMN analytical_stem."precip_mm__@SALVIAS__.Plot_metadata@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6469 |
-- Name: COLUMN analytical_stem.precip_mm; Type: COMMENT; Schema: public; Owner: -
|
|
6470 | 6470 |
-- |
6471 | 6471 |
|
6472 |
COMMENT ON COLUMN analytical_stem."precip_mm__@SALVIAS__.Plot_metadata@vegpath.org" IS '"Total annual precipitation, in mm"';
|
|
6472 |
COMMENT ON COLUMN analytical_stem.precip_mm IS '"Total annual precipitation, in mm"';
|
|
6473 | 6473 |
|
6474 | 6474 |
|
6475 | 6475 |
-- |
6476 |
-- Name: COLUMN analytical_stem."stratumName__@VegX__.stratum@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6476 |
-- Name: COLUMN analytical_stem.stratum_name; Type: COMMENT; Schema: public; Owner: -
|
|
6477 | 6477 |
-- |
6478 | 6478 |
|
6479 |
COMMENT ON COLUMN analytical_stem."stratumName__@VegX__.stratum@vegpath.org" IS '"Name associated with this stratum"';
|
|
6479 |
COMMENT ON COLUMN analytical_stem.stratum_name IS '"Name associated with this stratum"';
|
|
6480 | 6480 |
|
6481 | 6481 |
|
6482 | 6482 |
-- |
6483 |
-- Name: COLUMN analytical_stem."communityConcept.name__@VegX__.communityDet@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6483 |
-- Name: COLUMN analytical_stem.community_concept_name; Type: COMMENT; Schema: public; Owner: -
|
|
6484 | 6484 |
-- |
6485 | 6485 |
|
6486 |
COMMENT ON COLUMN analytical_stem."communityConcept.name__@VegX__.communityDet@vegpath.org" IS '"A textual label for a community type. A community type is an abstract grouping of organisms that tend to co-occur on the landscape due to shared ecological requirements or preferences."';
|
|
6486 |
COMMENT ON COLUMN analytical_stem.community_concept_name IS '"A textual label for a community type. A community type is an abstract grouping of organisms that tend to co-occur on the landscape due to shared ecological requirements or preferences."';
|
|
6487 | 6487 |
|
6488 | 6488 |
|
6489 | 6489 |
-- |
6490 |
-- Name: COLUMN analytical_stem."observationContributor[s]__@VegBank__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6490 |
-- Name: COLUMN analytical_stem.observation_contributors; Type: COMMENT; Schema: public; Owner: -
|
|
6491 | 6491 |
-- |
6492 | 6492 |
|
6493 |
COMMENT ON COLUMN analytical_stem."observationContributor[s]__@VegBank__@vegpath.org" IS '"intersection[s] that link[] a party with a specific plot observation event"';
|
|
6493 |
COMMENT ON COLUMN analytical_stem.observation_contributors IS '"intersection[s] that link[] a party with a specific plot observation event"';
|
|
6494 | 6494 |
|
6495 | 6495 |
|
6496 | 6496 |
-- |
6497 |
-- Name: COLUMN analytical_stem."[custodial_]institutionCode[s]__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6497 |
-- Name: COLUMN analytical_stem.custodial_institution_codes; Type: COMMENT; Schema: public; Owner: -
|
|
6498 | 6498 |
-- |
6499 | 6499 |
|
6500 |
COMMENT ON COLUMN analytical_stem."[custodial_]institutionCode[s]__@DwC__@vegpath.org" IS '"The name[s] (or acronym[s]) in use by the institution[s] having custody of the object(s) or information referred to in the record"';
|
|
6500 |
COMMENT ON COLUMN analytical_stem.custodial_institution_codes IS '"The name[s] (or acronym[s]) in use by the institution[s] having custody of the object(s) or information referred to in the record"';
|
|
6501 | 6501 |
|
6502 | 6502 |
|
6503 | 6503 |
-- |
6504 |
-- Name: COLUMN analytical_stem."collectionCode__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6504 |
-- Name: COLUMN analytical_stem.collection_code; Type: COMMENT; Schema: public; Owner: -
|
|
6505 | 6505 |
-- |
6506 | 6506 |
|
6507 |
COMMENT ON COLUMN analytical_stem."collectionCode__@DwC__@vegpath.org" IS '"The name, acronym, coden, or initialism identifying the collection or data set from which the record was derived"';
|
|
6507 |
COMMENT ON COLUMN analytical_stem.collection_code IS '"The name, acronym, coden, or initialism identifying the collection or data set from which the record was derived"';
|
|
6508 | 6508 |
|
6509 | 6509 |
|
6510 | 6510 |
-- |
6511 |
-- Name: COLUMN analytical_stem."catalogNumber__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6511 |
-- Name: COLUMN analytical_stem.catalog_number; Type: COMMENT; Schema: public; Owner: -
|
|
6512 | 6512 |
-- |
6513 | 6513 |
|
6514 |
COMMENT ON COLUMN analytical_stem."catalogNumber__@DwC__@vegpath.org" IS '"An identifier (preferably unique) for the record within the data set or collection"';
|
|
6514 |
COMMENT ON COLUMN analytical_stem.catalog_number IS '"An identifier (preferably unique) for the record within the data set or collection"';
|
|
6515 | 6515 |
|
6516 | 6516 |
|
6517 | 6517 |
-- |
6518 |
-- Name: COLUMN analytical_stem."occurrenceID__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6518 |
-- Name: COLUMN analytical_stem.occurrence_id; Type: COMMENT; Schema: public; Owner: -
|
|
6519 | 6519 |
-- |
6520 | 6520 |
|
6521 |
COMMENT ON COLUMN analytical_stem."occurrenceID__@DwC__@vegpath.org" IS '"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."';
|
|
6521 |
COMMENT ON COLUMN analytical_stem.occurrence_id IS '"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."';
|
|
6522 | 6522 |
|
6523 | 6523 |
|
6524 | 6524 |
-- |
6525 |
-- Name: COLUMN analytical_stem."recordedBy__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6525 |
-- Name: COLUMN analytical_stem.recorded_by; Type: COMMENT; Schema: public; Owner: -
|
|
6526 | 6526 |
-- |
6527 | 6527 |
|
6528 |
COMMENT ON COLUMN analytical_stem."recordedBy__@DwC__@vegpath.org" IS '"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."';
|
|
6528 |
COMMENT ON COLUMN analytical_stem.recorded_by IS '"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."';
|
|
6529 | 6529 |
|
6530 | 6530 |
|
6531 | 6531 |
-- |
6532 |
-- Name: COLUMN analytical_stem."recordNumber__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6532 |
-- Name: COLUMN analytical_stem.record_number; Type: COMMENT; Schema: public; Owner: -
|
|
6533 | 6533 |
-- |
6534 | 6534 |
|
6535 |
COMMENT ON COLUMN analytical_stem."recordNumber__@DwC__@vegpath.org" IS '"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."';
|
|
6535 |
COMMENT ON COLUMN analytical_stem.record_number IS '"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."';
|
|
6536 | 6536 |
|
6537 | 6537 |
|
6538 | 6538 |
-- |
6539 |
-- Name: COLUMN analytical_stem."(-Earliest-)DateCollected__-2007-04-17__@DwC__.hist@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6539 |
-- Name: COLUMN analytical_stem.date_collected; Type: COMMENT; Schema: public; Owner: -
|
|
6540 | 6540 |
-- |
6541 | 6541 |
|
6542 |
COMMENT ON COLUMN analytical_stem."(-Earliest-)DateCollected__-2007-04-17__@DwC__.hist@vegpath.org" IS 'the "date-time (Common Era calendar) in a date-time period during which an organism or group of organisms was collected or observed"';
|
|
6542 |
COMMENT ON COLUMN analytical_stem.date_collected IS 'the "date-time (Common Era calendar) in a date-time period during which an organism or group of organisms was collected or observed"';
|
|
6543 | 6543 |
|
6544 | 6544 |
|
6545 | 6545 |
-- |
6546 |
-- Name: COLUMN analytical_stem."[verbatim_]family__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6546 |
-- Name: COLUMN analytical_stem.verbatim_family; Type: COMMENT; Schema: public; Owner: -
|
|
6547 | 6547 |
-- |
6548 | 6548 |
|
6549 |
COMMENT ON COLUMN analytical_stem."[verbatim_]family__@DwC__@vegpath.org" IS '"The full scientific name of the family in which the taxon is classified [*before* any TNRS scrubbing]"';
|
|
6549 |
COMMENT ON COLUMN analytical_stem.verbatim_family IS '"The full scientific name of the family in which the taxon is classified [*before* any TNRS scrubbing]"';
|
|
6550 | 6550 |
|
6551 | 6551 |
|
6552 | 6552 |
-- |
6553 |
-- Name: COLUMN analytical_stem."[verbatim_]scientificName__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6553 |
-- Name: COLUMN analytical_stem.verbatim_scientific_name; Type: COMMENT; Schema: public; Owner: -
|
|
6554 | 6554 |
-- |
6555 | 6555 |
|
6556 |
COMMENT ON COLUMN analytical_stem."[verbatim_]scientificName__@DwC__@vegpath.org" IS '"The full scientific name [*before* any TNRS scrubbing], 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."';
|
|
6556 |
COMMENT ON COLUMN analytical_stem.verbatim_scientific_name IS '"The full scientific name [*before* any TNRS scrubbing], 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."';
|
|
6557 | 6557 |
|
6558 | 6558 |
|
6559 | 6559 |
-- |
6560 |
-- Name: COLUMN analytical_stem."identifiedBy__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6560 |
-- Name: COLUMN analytical_stem.identified_by; Type: COMMENT; Schema: public; Owner: -
|
|
6561 | 6561 |
-- |
6562 | 6562 |
|
6563 |
COMMENT ON COLUMN analytical_stem."identifiedBy__@DwC__@vegpath.org" IS '"A list (concatenated and separated) of names of people, groups, or organizations who assigned the Taxon to the subject"';
|
|
6563 |
COMMENT ON COLUMN analytical_stem.identified_by IS '"A list (concatenated and separated) of names of people, groups, or organizations who assigned the Taxon to the subject"';
|
|
6564 | 6564 |
|
6565 | 6565 |
|
6566 | 6566 |
-- |
6567 |
-- Name: COLUMN analytical_stem."dateIdentified__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6567 |
-- Name: COLUMN analytical_stem.date_identified; Type: COMMENT; Schema: public; Owner: -
|
|
6568 | 6568 |
-- |
6569 | 6569 |
|
6570 |
COMMENT ON COLUMN analytical_stem."dateIdentified__@DwC__@vegpath.org" IS '"The date on which the subject was identified as representing the Taxon"';
|
|
6570 |
COMMENT ON COLUMN analytical_stem.date_identified IS '"The date on which the subject was identified as representing the Taxon"';
|
|
6571 | 6571 |
|
6572 | 6572 |
|
6573 | 6573 |
-- |
6574 |
-- Name: COLUMN analytical_stem."identificationRemarks__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6574 |
-- Name: COLUMN analytical_stem.identification_remarks; Type: COMMENT; Schema: public; Owner: -
|
|
6575 | 6575 |
-- |
6576 | 6576 |
|
6577 |
COMMENT ON COLUMN analytical_stem."identificationRemarks__@DwC__@vegpath.org" IS '"Comments or notes about the Identification"';
|
|
6577 |
COMMENT ON COLUMN analytical_stem.identification_remarks IS '"Comments or notes about the Identification"';
|
|
6578 | 6578 |
|
6579 | 6579 |
|
6580 | 6580 |
-- |
6581 |
-- Name: COLUMN analytical_stem."Family_matched__@TNRS__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6581 |
-- Name: COLUMN analytical_stem.family_matched; Type: COMMENT; Schema: public; Owner: -
|
|
6582 | 6582 |
-- |
6583 | 6583 |
|
6584 |
COMMENT ON COLUMN analytical_stem."Family_matched__@TNRS__@vegpath.org" IS 'http://TNRS.taxon_scrub.matchedFamily__@VegBIEN__.public@vegpath.org;
|
|
6584 |
COMMENT ON COLUMN analytical_stem.family_matched IS 'http://TNRS.taxon_scrub.matchedFamily__@VegBIEN__.public@vegpath.org;
|
|
6585 | 6585 |
"The closest matching family in the TNRS database to the family submitted"'; |
6586 | 6586 |
|
6587 | 6587 |
|
6588 | 6588 |
-- |
6589 |
-- Name: COLUMN analytical_stem."Name_matched__@TNRS__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6589 |
-- Name: COLUMN analytical_stem.name_matched; Type: COMMENT; Schema: public; Owner: -
|
|
6590 | 6590 |
-- |
6591 | 6591 |
|
6592 |
COMMENT ON COLUMN analytical_stem."Name_matched__@TNRS__@vegpath.org" IS '"Scientific name with the highest match score. May be an exact match or a fuzzy match."';
|
|
6592 |
COMMENT ON COLUMN analytical_stem.name_matched IS '"Scientific name with the highest match score. May be an exact match or a fuzzy match."';
|
|
6593 | 6593 |
|
6594 | 6594 |
|
6595 | 6595 |
-- |
6596 |
-- Name: COLUMN analytical_stem."Name_matched_author__@TNRS__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6596 |
-- Name: COLUMN analytical_stem.name_matched_author; Type: COMMENT; Schema: public; Owner: -
|
|
6597 | 6597 |
-- |
6598 | 6598 |
|
6599 |
COMMENT ON COLUMN analytical_stem."Name_matched_author__@TNRS__@vegpath.org" IS '"Standard authority for the matched name"';
|
|
6599 |
COMMENT ON COLUMN analytical_stem.name_matched_author IS '"Standard authority for the matched name"';
|
|
6600 | 6600 |
|
6601 | 6601 |
|
6602 | 6602 |
-- |
6603 |
-- Name: COLUMN analytical_stem."[higher_plant_group~]higherClassification__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6603 |
-- Name: COLUMN analytical_stem.higher_plant_group; Type: COMMENT; Schema: public; Owner: -
|
|
6604 | 6604 |
-- |
6605 | 6605 |
|
6606 |
COMMENT ON COLUMN analytical_stem."[higher_plant_group~]higherClassification__@DwC__@vegpath.org" IS 'closed list derived from higher taxa';
|
|
6606 |
COMMENT ON COLUMN analytical_stem.higher_plant_group IS 'closed list derived from higher taxa';
|
|
6607 | 6607 |
|
6608 | 6608 |
|
6609 | 6609 |
-- |
6610 |
-- Name: COLUMN analytical_stem."taxonomicStatus__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6610 |
-- Name: COLUMN analytical_stem.taxonomic_status; Type: COMMENT; Schema: public; Owner: -
|
|
6611 | 6611 |
-- |
6612 | 6612 |
|
6613 |
COMMENT ON COLUMN analytical_stem."taxonomicStatus__@DwC__@vegpath.org" IS '"The status of the use of the scientificName as a label for a taxon. Requires taxonomic opinion to define the scope of a taxon. [...] Examples: "invalid", "misapplied", "homotypic synonym", "accepted"."';
|
|
6613 |
COMMENT ON COLUMN analytical_stem.taxonomic_status IS '"The status of the use of the scientificName as a label for a taxon. Requires taxonomic opinion to define the scope of a taxon. [...] Examples: "invalid", "misapplied", "homotypic synonym", "accepted"."';
|
|
6614 | 6614 |
|
6615 | 6615 |
|
6616 | 6616 |
-- |
... | ... | |
6663 | 6663 |
|
6664 | 6664 |
|
6665 | 6665 |
-- |
6666 |
-- Name: COLUMN analytical_stem."speciesBinomialWithMorphospecies__@VegCore__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6666 |
-- Name: COLUMN analytical_stem.scrubbed_species_binomial_with_morphospecies; Type: COMMENT; Schema: public; Owner: -
|
|
6667 | 6667 |
-- |
6668 | 6668 |
|
6669 |
COMMENT ON COLUMN analytical_stem."speciesBinomialWithMorphospecies__@VegCore__@vegpath.org" IS 'http://TNRS.taxon_scrub.scrubbed_morphospecies_binomial__@VegBIEN__.public@vegpath.org;
|
|
6669 |
COMMENT ON COLUMN analytical_stem.scrubbed_species_binomial_with_morphospecies IS 'http://TNRS.taxon_scrub.scrubbed_morphospecies_binomial__@VegBIEN__.public@vegpath.org;
|
|
6670 | 6670 |
"combine the `taxon` plus `morphospecies` to produce a unique string, `taxonMorphospecies`"; |
6671 | 6671 |
a morphospecies is a custom species name assigned in the field by the collector (which does not validate to anything in TNRS)'; |
6672 | 6672 |
|
6673 | 6673 |
|
6674 | 6674 |
-- |
6675 |
-- Name: COLUMN analytical_stem."[growth_form=]habit__@SALVIAS__.Plot_data@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6675 |
-- Name: COLUMN analytical_stem.growth_form; Type: COMMENT; Schema: public; Owner: -
|
|
6676 | 6676 |
-- |
6677 | 6677 |
|
6678 |
COMMENT ON COLUMN analytical_stem."[growth_form=]habit__@SALVIAS__.Plot_data@vegpath.org" IS '"Growth form"; "Closed pick list"';
|
|
6678 |
COMMENT ON COLUMN analytical_stem.growth_form IS '"Growth form"; "Closed pick list"';
|
|
6679 | 6679 |
|
6680 | 6680 |
|
6681 | 6681 |
-- |
6682 |
-- Name: COLUMN analytical_stem."reproductiveCondition__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6682 |
-- Name: COLUMN analytical_stem.reproductive_condition; Type: COMMENT; Schema: public; Owner: -
|
|
6683 | 6683 |
-- |
6684 | 6684 |
|
6685 |
COMMENT ON COLUMN analytical_stem."reproductiveCondition__@DwC__@vegpath.org" IS '"The reproductive condition of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary."';
|
|
6685 |
COMMENT ON COLUMN analytical_stem.reproductive_condition IS '"The reproductive condition of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary."';
|
|
6686 | 6686 |
|
6687 | 6687 |
|
6688 | 6688 |
-- |
6689 |
-- Name: COLUMN analytical_stem.cultivated_bien; Type: COMMENT; Schema: public; Owner: -
|
|
6689 |
-- Name: COLUMN analytical_stem.is_cultivated; Type: COMMENT; Schema: public; Owner: -
|
|
6690 | 6690 |
-- |
6691 | 6691 |
|
6692 |
COMMENT ON COLUMN analytical_stem.cultivated_bien IS 'whether the occurrence was flagged as cultivated';
|
|
6692 |
COMMENT ON COLUMN analytical_stem.is_cultivated IS 'whether the occurrence was flagged as cultivated';
|
|
6693 | 6693 |
|
6694 | 6694 |
|
6695 | 6695 |
-- |
6696 |
-- Name: COLUMN analytical_stem."cultivatedBasis_bien"; Type: COMMENT; Schema: public; Owner: -
|
|
6696 |
-- Name: COLUMN analytical_stem.is_cultivated_basis; Type: COMMENT; Schema: public; Owner: -
|
|
6697 | 6697 |
-- |
6698 | 6698 |
|
6699 |
COMMENT ON COLUMN analytical_stem."cultivatedBasis_bien" IS 'why the occurrence was flagged as cultivated';
|
|
6699 |
COMMENT ON COLUMN analytical_stem.is_cultivated_basis IS 'why the occurrence was flagged as cultivated';
|
|
6700 | 6700 |
|
6701 | 6701 |
|
6702 | 6702 |
-- |
6703 |
-- Name: COLUMN analytical_stem."occurrenceRemarks__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6703 |
-- Name: COLUMN analytical_stem.occurrence_remarks; Type: COMMENT; Schema: public; Owner: -
|
|
6704 | 6704 |
-- |
6705 | 6705 |
|
6706 |
COMMENT ON COLUMN analytical_stem."occurrenceRemarks__@DwC__@vegpath.org" IS '"Comments or notes about the Occurrence"';
|
|
6706 |
COMMENT ON COLUMN analytical_stem.occurrence_remarks IS '"Comments or notes about the Occurrence"';
|
|
6707 | 6707 |
|
6708 | 6708 |
|
6709 | 6709 |
-- |
6710 |
-- Name: COLUMN analytical_stem."coverPercent__@VegX__.attribute.ordinal@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6710 |
-- Name: COLUMN analytical_stem.cover_percent; Type: COMMENT; Schema: public; Owner: -
|
|
6711 | 6711 |
-- |
6712 | 6712 |
|
6713 |
COMMENT ON COLUMN analytical_stem."coverPercent__@VegX__.attribute.ordinal@vegpath.org" IS '"Average cover of the index in percent"';
|
|
6713 |
COMMENT ON COLUMN analytical_stem.cover_percent IS '"Average cover of the index in percent"';
|
|
6714 | 6714 |
|
6715 | 6715 |
|
6716 | 6716 |
-- |
6717 |
-- Name: COLUMN analytical_stem."taxonObservation[.id]__@VegBank__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6717 |
-- Name: COLUMN analytical_stem.taxon_observation_id; Type: COMMENT; Schema: public; Owner: -
|
|
6718 | 6718 |
-- |
6719 | 6719 |
|
6720 |
COMMENT ON COLUMN analytical_stem."taxonObservation[.id]__@VegBank__@vegpath.org" IS '"identifier assigned [by the datasource] to each unique observation of a taxon in a plot"';
|
|
6720 |
COMMENT ON COLUMN analytical_stem.taxon_observation_id IS '"identifier assigned [by the datasource] to each unique observation of a taxon in a plot"';
|
|
6721 | 6721 |
|
6722 | 6722 |
|
6723 | 6723 |
-- |
6724 |
-- Name: COLUMN analytical_stem."taxonNameUsageConcept.authorCode__@VegX__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6724 |
-- Name: COLUMN analytical_stem.taxon_name_usage_concept_author_code; Type: COMMENT; Schema: public; Owner: -
|
|
6725 | 6725 |
-- |
6726 | 6726 |
|
6727 |
COMMENT ON COLUMN analytical_stem."taxonNameUsageConcept.authorCode__@VegX__@vegpath.org" IS '"Verbatum short code used by the author to signify the species at time of observation"';
|
|
6727 |
COMMENT ON COLUMN analytical_stem.taxon_name_usage_concept_author_code IS '"Verbatum short code used by the author to signify the species at time of observation"';
|
|
6728 | 6728 |
|
6729 | 6729 |
|
6730 | 6730 |
-- |
6731 |
-- Name: COLUMN analytical_stem."aggregateOrganismObservation.id__@VegX__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6731 |
-- Name: COLUMN analytical_stem.aggregate_organism_observation_id; Type: COMMENT; Schema: public; Owner: -
|
|
6732 | 6732 |
-- |
6733 | 6733 |
|
6734 |
COMMENT ON COLUMN analytical_stem."aggregateOrganismObservation.id__@VegX__@vegpath.org" IS 'the ID for "An observation applying to all occurrences of an organism based on an aggregation factor. It contains an AggregateValue, which is an assessment of the overall occurrence of an organism in a Plot (e.g. number of stems, percentage cover, total biomass, basal area)."';
|
|
6734 |
COMMENT ON COLUMN analytical_stem.aggregate_organism_observation_id IS 'the ID for "An observation applying to all occurrences of an organism based on an aggregation factor. It contains an AggregateValue, which is an assessment of the overall occurrence of an organism in a Plot (e.g. number of stems, percentage cover, total biomass, basal area)."';
|
|
6735 | 6735 |
|
6736 | 6736 |
|
6737 | 6737 |
-- |
6738 |
-- Name: COLUMN analytical_stem."individualOrganismObservation.id__@VegX__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6738 |
-- Name: COLUMN analytical_stem.individual_organism_observation_id; Type: COMMENT; Schema: public; Owner: -
|
|
6739 | 6739 |
-- |
6740 | 6740 |
|
6741 |
COMMENT ON COLUMN analytical_stem."individualOrganismObservation.id__@VegX__@vegpath.org" IS 'the ID for "An observation applying to one occurrence of an organism (or part of an organism). It is a container for measurements made on the organism (e.g. diameter, height, crown dimensions, biomass, growth form, number of stems)."';
|
|
6741 |
COMMENT ON COLUMN analytical_stem.individual_organism_observation_id IS 'the ID for "An observation applying to one occurrence of an organism (or part of an organism). It is a container for measurements made on the organism (e.g. diameter, height, crown dimensions, biomass, growth form, number of stems)."';
|
|
6742 | 6742 |
|
6743 | 6743 |
|
6744 | 6744 |
-- |
6745 |
-- Name: COLUMN analytical_stem."individualID__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6745 |
-- Name: COLUMN analytical_stem.individual_id; Type: COMMENT; Schema: public; Owner: -
|
|
6746 | 6746 |
-- |
6747 | 6747 |
|
6748 |
COMMENT ON COLUMN analytical_stem."individualID__@DwC__@vegpath.org" IS '"An identifier for an individual or named group of individual organisms represented in the Occurrence"';
|
|
6748 |
COMMENT ON COLUMN analytical_stem.individual_id IS '"An identifier for an individual or named group of individual organisms represented in the Occurrence"';
|
|
6749 | 6749 |
|
6750 | 6750 |
|
6751 | 6751 |
-- |
6752 |
-- Name: COLUMN analytical_stem."individualCount__@DwC__@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6752 |
-- Name: COLUMN analytical_stem.individual_count; Type: COMMENT; Schema: public; Owner: -
|
|
6753 | 6753 |
-- |
6754 | 6754 |
|
6755 |
COMMENT ON COLUMN analytical_stem."individualCount__@DwC__@vegpath.org" IS '"The number of individuals represented present at the time of the Occurrence"';
|
|
6755 |
COMMENT ON COLUMN analytical_stem.individual_count IS '"The number of individuals represented present at the time of the Occurrence"';
|
|
6756 | 6756 |
|
6757 | 6757 |
|
6758 | 6758 |
-- |
6759 |
-- Name: COLUMN analytical_stem."stem_dbh[_cm]__@SALVIAS__.Plot_data@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6759 |
-- Name: COLUMN analytical_stem.stem_dbh_cm; Type: COMMENT; Schema: public; Owner: -
|
|
6760 | 6760 |
-- |
6761 | 6761 |
|
6762 |
COMMENT ON COLUMN analytical_stem."stem_dbh[_cm]__@SALVIAS__.Plot_data@vegpath.org" IS '"Diameter at breast height of this stem (usually taken at 1.3 meters, but may vary)"';
|
|
6762 |
COMMENT ON COLUMN analytical_stem.stem_dbh_cm IS '"Diameter at breast height of this stem (usually taken at 1.3 meters, but may vary)"';
|
|
6763 | 6763 |
|
6764 | 6764 |
|
6765 | 6765 |
-- |
6766 |
-- Name: COLUMN analytical_stem."stemHeight[_m]__@VegBank__.stemCount@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6766 |
-- Name: COLUMN analytical_stem.stem_height_m; Type: COMMENT; Schema: public; Owner: -
|
|
6767 | 6767 |
-- |
6768 | 6768 |
|
6769 |
COMMENT ON COLUMN analytical_stem."stemHeight[_m]__@VegBank__.stemCount@vegpath.org" IS '"The measured height of the stem in meters"';
|
|
6769 |
COMMENT ON COLUMN analytical_stem.stem_height_m IS '"The measured height of the stem in meters"';
|
|
6770 | 6770 |
|
6771 | 6771 |
|
6772 | 6772 |
-- |
6773 |
-- Name: COLUMN analytical_stem."[tag=]identificationLabel__@VegX__.individual@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6773 |
-- Name: COLUMN analytical_stem.tag; Type: COMMENT; Schema: public; Owner: -
|
|
6774 | 6774 |
-- |
6775 | 6775 |
|
6776 |
COMMENT ON COLUMN analytical_stem."[tag=]identificationLabel__@VegX__.individual@vegpath.org" IS '"A label that is associated with an individual (e.g. a numerical tree tag)"';
|
|
6776 |
COMMENT ON COLUMN analytical_stem.tag IS '"A label that is associated with an individual (e.g. a numerical tree tag)"';
|
|
6777 | 6777 |
|
6778 | 6778 |
|
6779 | 6779 |
-- |
6780 |
-- Name: COLUMN analytical_stem."relativeX[_m]__@VegX__.individualOrganismObs@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6780 |
-- Name: COLUMN analytical_stem.relative_x_m; Type: COMMENT; Schema: public; Owner: -
|
|
6781 | 6781 |
-- |
6782 | 6782 |
|
6783 |
COMMENT ON COLUMN analytical_stem."relativeX[_m]__@VegX__.individualOrganismObs@vegpath.org" IS '"The X-coordinate of the related item position in m. The user will enter the relative position of related item with respect to the plot origin (in meters) with the x-axis defined by the plot azimuth."';
|
|
6783 |
COMMENT ON COLUMN analytical_stem.relative_x_m IS '"The X-coordinate of the related item position in m. The user will enter the relative position of related item with respect to the plot origin (in meters) with the x-axis defined by the plot azimuth."';
|
|
6784 | 6784 |
|
6785 | 6785 |
|
6786 | 6786 |
-- |
6787 |
-- Name: COLUMN analytical_stem."relativeY[_m]__@VegX__.individualOrganismObs@vegpath.org"; Type: COMMENT; Schema: public; Owner: -
|
|
6787 |
-- Name: COLUMN analytical_stem.relative_y_m; Type: COMMENT; Schema: public; Owner: -
|
|
6788 | 6788 |
-- |
6789 | 6789 |
|
6790 |
COMMENT ON COLUMN analytical_stem."relativeY[_m]__@VegX__.individualOrganismObs@vegpath.org" IS '"The Y-coordinate of the relatedSpatialItem position in m. The user will enter the relative position of relatedSpatialItems with respect to the plot origin (in meters) with the y-axis defined by the plot azimuth."';
|
|
6790 |
COMMENT ON COLUMN analytical_stem.relative_y_m IS '"The Y-coordinate of the relatedSpatialItem position in m. The user will enter the relative position of relatedSpatialItems with respect to the plot origin (in meters) with the y-axis defined by the plot azimuth."';
|
|
6791 | 6791 |
|
6792 | 6792 |
|
6793 | 6793 |
-- |
Also available in: Unified diff
schemas/public_.sql: view_full_occurrence_individual, analytical_stem: renamed columns to shortened names at Brian M's request (e-mail from Martha on 2014-8-12 at 17:37PT). note that this change has already been made on vegbiendev.