Project

General

Profile

« Previous | Next » 

Revision 14484

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.

View differences:

trunk/schemas/vegbien.my.sql
3277 3277
--
3278 3278

  
3279 3279
CREATE TABLE view_full_occurrence_individual (
3280
    `datasource__@Brad__.identifier_examples@vegpath.org` varchar(255) NOT NULL,
3281
    `country__@DwC__@vegpath.org` varchar(255),
3282
    `stateProvince__@DwC__@vegpath.org` varchar(255),
3283
    `county__@DwC__@vegpath.org` varchar(255),
3284
    `locality__@DwC__@vegpath.org` varchar(255),
3285
    `decimalLatitude__@DwC__@vegpath.org` double,
3286
    `decimalLongitude__@DwC__@vegpath.org` double,
3287
    `coordinateUncertaintyInMeters__@DwC__@vegpath.org` double,
3288
    `georeferenceSources__@DwC__@vegpath.org` coordinatesource,
3289
    `georeferenceProtocol__@DwC__@vegpath.org` varchar(255),
3290
    geovalid_bien int(11),
3291
    `isNewWorld_bien` int(11),
3292
    `projectID__@VegX__.plotObservation@vegpath.org` varchar(255),
3293
    `projectContributor[s]__@VegBank__@vegpath.org` varchar(255),
3294
    `locationID__@DwC__@vegpath.org` varchar(255) NOT NULL,
3295
    `plotName__@VegX__.plot@vegpath.org` varchar(255),
3296
    `subplot__@SALVIAS__.Plot_data@vegpath.org` varchar(255),
3297
    location__cultivated__bien int(1),
3298
    `locationevent.locationevent_id__@VegBIEN__.public@vegpath.org` int(11),
3299
    `eventDate__@DwC__@vegpath.org` date,
3300
    `(-minimum-)ElevationInMeters__@DwC__@vegpath.org` double,
3301
    `slopeAspect[_deg]__@VegX__.plot@vegpath.org` double,
3302
    `slopeGradient[_deg]__@VegX__.plot@vegpath.org` double,
3303
    `plot.area[_ha]__@VegX__@vegpath.org` double,
3304
    `samplingProtocol__@DwC__@vegpath.org` varchar(255),
3305
    `temperature[_C]__@VegX__.plotObs.obsCond@vegpath.org` double,
3306
    `precip_mm__@SALVIAS__.Plot_metadata@vegpath.org` double,
3307
    `stratumName__@VegX__.stratum@vegpath.org` varchar(255),
3308
    `communityConcept.name__@VegX__.communityDet@vegpath.org` varchar(255),
3309
    `observationContributor[s]__@VegBank__@vegpath.org` varchar(255),
3310
    `[custodial_]institutionCode[s]__@DwC__@vegpath.org` varchar(255),
3311
    `collectionCode__@DwC__@vegpath.org` varchar(255),
3312
    `catalogNumber__@DwC__@vegpath.org` varchar(255),
3313
    `occurrenceID__@DwC__@vegpath.org` varchar(255),
3314
    `recordedBy__@DwC__@vegpath.org` varchar(255),
3315
    `recordNumber__@DwC__@vegpath.org` varchar(255),
3316
    `(-Earliest-)DateCollected__-2007-04-17__@DwC__.hist@vegpath.org` date,
3317
    `[verbatim_]family__@DwC__@vegpath.org` varchar(255),
3318
    `[verbatim_]scientificName__@DwC__@vegpath.org` varchar(255),
3319
    `identifiedBy__@DwC__@vegpath.org` varchar(255),
3320
    `dateIdentified__@DwC__@vegpath.org` date,
3321
    `identificationRemarks__@DwC__@vegpath.org` varchar(255),
3322
    `Family_matched__@TNRS__@vegpath.org` varchar(255),
3323
    `Name_matched__@TNRS__@vegpath.org` varchar(255),
3324
    `Name_matched_author__@TNRS__@vegpath.org` varchar(255),
3325
    `[higher_plant_group~]higherClassification__@DwC__@vegpath.org` higher_plant_group,
3326
    `taxonomicStatus__@DwC__@vegpath.org` varchar(255),
3280
    datasource varchar(255) NOT NULL,
3281
    country varchar(255),
3282
    state_province varchar(255),
3283
    county varchar(255),
3284
    locality varchar(255),
3285
    latitude double,
3286
    longitude double,
3287
    coord_uncertainty_m double,
3288
    georef_sources varchar(255),
3289
    georef_protocol varchar(255),
3290
    is_geovalid int(11),
3291
    is_new_world int(11),
3292
    project_id varchar(255),
3293
    project_contributors varchar(255),
3294
    location_id varchar(255) NOT NULL,
3295
    plot_name varchar(255),
3296
    subplot varchar(255),
3297
    is_location_cultivated int(1),
3298
    locationevent_id int(11),
3299
    event_date date,
3300
    elevation_m double,
3301
    slope_aspect_deg double,
3302
    slope_gradient_deg double,
3303
    plot_area_ha double,
3304
    sampling_protocol varchar(255),
3305
    temperature_c double,
3306
    precip_mm double,
3307
    stratum_name varchar(255),
3308
    community_concept_name varchar(255),
3309
    observation_contributors varchar(255),
3310
    custodial_institution_codes varchar(255),
3311
    collection_code varchar(255),
3312
    catalog_number varchar(255),
3313
    occurrence_id varchar(255),
3314
    recorded_by varchar(255),
3315
    record_number varchar(255),
3316
    date_collected date,
3317
    verbatim_family varchar(255),
3318
    verbatim_scientific_name varchar(255),
3319
    identified_by varchar(255),
3320
    date_identified date,
3321
    identification_remarks varchar(255),
3322
    family_matched varchar(255),
3323
    name_matched varchar(255),
3324
    name_matched_author varchar(255),
3325
    higher_plant_group varchar(255),
3326
    taxonomic_status varchar(255),
3327 3327
    scrubbed_family varchar(255),
3328 3328
    scrubbed_genus varchar(255),
3329 3329
    scrubbed_specific_epithet varchar(255),
......
3331 3331
    scrubbed_taxon_name_no_author varchar(255),
3332 3332
    scrubbed_author varchar(255),
3333 3333
    scrubbed_taxon_name_with_author varchar(255),
3334
    `speciesBinomialWithMorphospecies__@VegCore__@vegpath.org` varchar(255),
3335
    `[growth_form=]habit__@SALVIAS__.Plot_data@vegpath.org` growthform,
3336
    `reproductiveCondition__@DwC__@vegpath.org` varchar(255),
3337
    cultivated_bien int(11),
3338
    `cultivatedBasis_bien` varchar(255),
3339
    `occurrenceRemarks__@DwC__@vegpath.org` varchar(255),
3340
    `coverPercent__@VegX__.attribute.ordinal@vegpath.org` double,
3341
    `taxonObservation[.id]__@VegBank__@vegpath.org` varchar(255),
3342
    `taxonNameUsageConcept.authorCode__@VegX__@vegpath.org` varchar(255),
3343
    `aggregateOrganismObservation.id__@VegX__@vegpath.org` varchar(255),
3344
    `individualOrganismObservation.id__@VegX__@vegpath.org` varchar(255),
3345
    `individualID__@DwC__@vegpath.org` varchar(255),
3346
    `individualCount__@DwC__@vegpath.org` int(11),
3347
    `plantobservation.``_id__@VegBIEN__.public@vegpath.org` int(11),
3348
    `TAXONOBSERVATION_ID__@VegBank__.taxonObservation@vegpath.org` int(11) NOT NULL
3334
    scrubbed_species_binomial_with_morphospecies varchar(255),
3335
    growth_form varchar(255),
3336
    reproductive_condition varchar(255),
3337
    is_cultivated int(11),
3338
    is_cultivated_basis varchar(255),
3339
    occurrence_remarks varchar(255),
3340
    cover_percent double,
3341
    taxon_observation_id varchar(255),
3342
    taxon_name_usage_concept_author_code varchar(255),
3343
    aggregate_organism_observation_id varchar(255),
3344
    individual_organism_observation_id varchar(255),
3345
    individual_id varchar(255),
3346
    individual_count int(11),
3347
    plantobservation_id int(11),
3348
    taxonobservation_id int(11) NOT NULL
3349 3349
);
3350 3350

  
3351 3351

  
......
3357 3357

  
3358 3358

  
3359 3359
--
3360
-- Name: COLUMN view_full_occurrence_individual.`datasource__@Brad__.identifier_examples@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3360
-- Name: COLUMN view_full_occurrence_individual.datasource; Type: COMMENT; Schema: public; Owner: -
3361 3361
--
3362 3362

  
3363 3363

  
3364 3364

  
3365 3365

  
3366 3366
--
3367
-- Name: COLUMN view_full_occurrence_individual.`country__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3367
-- Name: COLUMN view_full_occurrence_individual.country; Type: COMMENT; Schema: public; Owner: -
3368 3368
--
3369 3369

  
3370 3370

  
3371 3371

  
3372 3372

  
3373 3373
--
3374
-- Name: COLUMN view_full_occurrence_individual.`stateProvince__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3374
-- Name: COLUMN view_full_occurrence_individual.state_province; Type: COMMENT; Schema: public; Owner: -
3375 3375
--
3376 3376

  
3377 3377

  
3378 3378

  
3379 3379

  
3380 3380
--
3381
-- Name: COLUMN view_full_occurrence_individual.`county__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3381
-- Name: COLUMN view_full_occurrence_individual.county; Type: COMMENT; Schema: public; Owner: -
3382 3382
--
3383 3383

  
3384 3384

  
3385 3385

  
3386 3386

  
3387 3387
--
3388
-- Name: COLUMN view_full_occurrence_individual.`locality__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3388
-- Name: COLUMN view_full_occurrence_individual.locality; Type: COMMENT; Schema: public; Owner: -
3389 3389
--
3390 3390

  
3391 3391

  
3392 3392

  
3393 3393

  
3394 3394
--
3395
-- Name: COLUMN view_full_occurrence_individual.`decimalLatitude__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3395
-- Name: COLUMN view_full_occurrence_individual.latitude; Type: COMMENT; Schema: public; Owner: -
3396 3396
--
3397 3397

  
3398 3398

  
3399 3399

  
3400 3400

  
3401 3401
--
3402
-- Name: COLUMN view_full_occurrence_individual.`decimalLongitude__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3402
-- Name: COLUMN view_full_occurrence_individual.longitude; Type: COMMENT; Schema: public; Owner: -
3403 3403
--
3404 3404

  
3405 3405

  
3406 3406

  
3407 3407

  
3408 3408
--
3409
-- Name: COLUMN view_full_occurrence_individual.`coordinateUncertaintyInMeters__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3409
-- Name: COLUMN view_full_occurrence_individual.coord_uncertainty_m; Type: COMMENT; Schema: public; Owner: -
3410 3410
--
3411 3411

  
3412 3412

  
3413 3413

  
3414 3414

  
3415 3415
--
3416
-- Name: COLUMN view_full_occurrence_individual.`georeferenceSources__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3416
-- Name: COLUMN view_full_occurrence_individual.georef_sources; Type: COMMENT; Schema: public; Owner: -
3417 3417
--
3418 3418

  
3419 3419

  
3420 3420

  
3421 3421

  
3422 3422
--
3423
-- Name: COLUMN view_full_occurrence_individual.`georeferenceProtocol__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3423
-- Name: COLUMN view_full_occurrence_individual.georef_protocol; Type: COMMENT; Schema: public; Owner: -
3424 3424
--
3425 3425

  
3426 3426

  
3427 3427

  
3428 3428

  
3429 3429
--
3430
-- Name: COLUMN view_full_occurrence_individual.geovalid_bien; Type: COMMENT; Schema: public; Owner: -
3430
-- Name: COLUMN view_full_occurrence_individual.is_geovalid; Type: COMMENT; Schema: public; Owner: -
3431 3431
--
3432 3432

  
3433 3433

  
3434 3434

  
3435 3435

  
3436 3436
--
3437
-- Name: COLUMN view_full_occurrence_individual.`isNewWorld_bien`; Type: COMMENT; Schema: public; Owner: -
3437
-- Name: COLUMN view_full_occurrence_individual.is_new_world; Type: COMMENT; Schema: public; Owner: -
3438 3438
--
3439 3439

  
3440 3440

  
3441 3441

  
3442 3442

  
3443 3443
--
3444
-- Name: COLUMN view_full_occurrence_individual.`projectID__@VegX__.plotObservation@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3444
-- Name: COLUMN view_full_occurrence_individual.project_id; Type: COMMENT; Schema: public; Owner: -
3445 3445
--
3446 3446

  
3447 3447

  
3448 3448

  
3449 3449

  
3450 3450
--
3451
-- Name: COLUMN view_full_occurrence_individual.`projectContributor[s]__@VegBank__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3451
-- Name: COLUMN view_full_occurrence_individual.project_contributors; Type: COMMENT; Schema: public; Owner: -
3452 3452
--
3453 3453

  
3454 3454

  
3455 3455

  
3456 3456

  
3457 3457
--
3458
-- Name: COLUMN view_full_occurrence_individual.`locationID__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3458
-- Name: COLUMN view_full_occurrence_individual.location_id; Type: COMMENT; Schema: public; Owner: -
3459 3459
--
3460 3460

  
3461 3461

  
3462 3462

  
3463 3463

  
3464 3464
--
3465
-- Name: COLUMN view_full_occurrence_individual.`plotName__@VegX__.plot@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3465
-- Name: COLUMN view_full_occurrence_individual.plot_name; Type: COMMENT; Schema: public; Owner: -
3466 3466
--
3467 3467

  
3468 3468

  
3469 3469

  
3470 3470

  
3471 3471
--
3472
-- Name: COLUMN view_full_occurrence_individual.`subplot__@SALVIAS__.Plot_data@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3472
-- Name: COLUMN view_full_occurrence_individual.subplot; Type: COMMENT; Schema: public; Owner: -
3473 3473
--
3474 3474

  
3475 3475

  
3476 3476

  
3477 3477

  
3478 3478
--
3479
-- Name: COLUMN view_full_occurrence_individual.location__cultivated__bien; Type: COMMENT; Schema: public; Owner: -
3479
-- Name: COLUMN view_full_occurrence_individual.is_location_cultivated; Type: COMMENT; Schema: public; Owner: -
3480 3480
--
3481 3481

  
3482 3482

  
3483 3483

  
3484 3484

  
3485 3485
--
3486
-- Name: COLUMN view_full_occurrence_individual.`locationevent.locationevent_id__@VegBIEN__.public@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3486
-- Name: COLUMN view_full_occurrence_individual.locationevent_id; Type: COMMENT; Schema: public; Owner: -
3487 3487
--
3488 3488

  
3489 3489

  
3490 3490

  
3491 3491

  
3492 3492
--
3493
-- Name: COLUMN view_full_occurrence_individual.`eventDate__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3493
-- Name: COLUMN view_full_occurrence_individual.event_date; Type: COMMENT; Schema: public; Owner: -
3494 3494
--
3495 3495

  
3496 3496

  
3497 3497

  
3498 3498

  
3499 3499
--
3500
-- Name: COLUMN view_full_occurrence_individual.`(-minimum-)ElevationInMeters__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3500
-- Name: COLUMN view_full_occurrence_individual.elevation_m; Type: COMMENT; Schema: public; Owner: -
3501 3501
--
3502 3502

  
3503 3503

  
3504 3504

  
3505 3505

  
3506 3506
--
3507
-- Name: COLUMN view_full_occurrence_individual.`slopeAspect[_deg]__@VegX__.plot@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3507
-- Name: COLUMN view_full_occurrence_individual.slope_aspect_deg; Type: COMMENT; Schema: public; Owner: -
3508 3508
--
3509 3509

  
3510 3510

  
3511 3511

  
3512 3512

  
3513 3513
--
3514
-- Name: COLUMN view_full_occurrence_individual.`slopeGradient[_deg]__@VegX__.plot@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3514
-- Name: COLUMN view_full_occurrence_individual.slope_gradient_deg; Type: COMMENT; Schema: public; Owner: -
3515 3515
--
3516 3516

  
3517 3517

  
3518 3518

  
3519 3519

  
3520 3520
--
3521
-- Name: COLUMN view_full_occurrence_individual.`plot.area[_ha]__@VegX__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3521
-- Name: COLUMN view_full_occurrence_individual.plot_area_ha; Type: COMMENT; Schema: public; Owner: -
3522 3522
--
3523 3523

  
3524 3524

  
3525 3525

  
3526 3526

  
3527 3527
--
3528
-- Name: COLUMN view_full_occurrence_individual.`samplingProtocol__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3528
-- Name: COLUMN view_full_occurrence_individual.sampling_protocol; Type: COMMENT; Schema: public; Owner: -
3529 3529
--
3530 3530

  
3531 3531

  
3532 3532

  
3533 3533

  
3534 3534
--
3535
-- Name: COLUMN view_full_occurrence_individual.`temperature[_C]__@VegX__.plotObs.obsCond@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3535
-- Name: COLUMN view_full_occurrence_individual.temperature_c; Type: COMMENT; Schema: public; Owner: -
3536 3536
--
3537 3537

  
3538 3538

  
3539 3539

  
3540 3540

  
3541 3541
--
3542
-- Name: COLUMN view_full_occurrence_individual.`precip_mm__@SALVIAS__.Plot_metadata@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3542
-- Name: COLUMN view_full_occurrence_individual.precip_mm; Type: COMMENT; Schema: public; Owner: -
3543 3543
--
3544 3544

  
3545 3545

  
3546 3546

  
3547 3547

  
3548 3548
--
3549
-- Name: COLUMN view_full_occurrence_individual.`stratumName__@VegX__.stratum@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3549
-- Name: COLUMN view_full_occurrence_individual.stratum_name; Type: COMMENT; Schema: public; Owner: -
3550 3550
--
3551 3551

  
3552 3552

  
3553 3553

  
3554 3554

  
3555 3555
--
3556
-- Name: COLUMN view_full_occurrence_individual.`communityConcept.name__@VegX__.communityDet@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3556
-- Name: COLUMN view_full_occurrence_individual.community_concept_name; Type: COMMENT; Schema: public; Owner: -
3557 3557
--
3558 3558

  
3559 3559

  
3560 3560

  
3561 3561

  
3562 3562
--
3563
-- Name: COLUMN view_full_occurrence_individual.`observationContributor[s]__@VegBank__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3563
-- Name: COLUMN view_full_occurrence_individual.observation_contributors; Type: COMMENT; Schema: public; Owner: -
3564 3564
--
3565 3565

  
3566 3566

  
3567 3567

  
3568 3568

  
3569 3569
--
3570
-- Name: COLUMN view_full_occurrence_individual.`[custodial_]institutionCode[s]__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3570
-- Name: COLUMN view_full_occurrence_individual.custodial_institution_codes; Type: COMMENT; Schema: public; Owner: -
3571 3571
--
3572 3572

  
3573 3573

  
3574 3574

  
3575 3575

  
3576 3576
--
3577
-- Name: COLUMN view_full_occurrence_individual.`collectionCode__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3577
-- Name: COLUMN view_full_occurrence_individual.collection_code; Type: COMMENT; Schema: public; Owner: -
3578 3578
--
3579 3579

  
3580 3580

  
3581 3581

  
3582 3582

  
3583 3583
--
3584
-- Name: COLUMN view_full_occurrence_individual.`catalogNumber__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3584
-- Name: COLUMN view_full_occurrence_individual.catalog_number; Type: COMMENT; Schema: public; Owner: -
3585 3585
--
3586 3586

  
3587 3587

  
3588 3588

  
3589 3589

  
3590 3590
--
3591
-- Name: COLUMN view_full_occurrence_individual.`occurrenceID__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3591
-- Name: COLUMN view_full_occurrence_individual.occurrence_id; Type: COMMENT; Schema: public; Owner: -
3592 3592
--
3593 3593

  
3594 3594

  
3595 3595

  
3596 3596

  
3597 3597
--
3598
-- Name: COLUMN view_full_occurrence_individual.`recordedBy__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3598
-- Name: COLUMN view_full_occurrence_individual.recorded_by; Type: COMMENT; Schema: public; Owner: -
3599 3599
--
3600 3600

  
3601 3601

  
3602 3602

  
3603 3603

  
3604 3604
--
3605
-- Name: COLUMN view_full_occurrence_individual.`recordNumber__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3605
-- Name: COLUMN view_full_occurrence_individual.record_number; Type: COMMENT; Schema: public; Owner: -
3606 3606
--
3607 3607

  
3608 3608

  
3609 3609

  
3610 3610

  
3611 3611
--
3612
-- Name: COLUMN view_full_occurrence_individual.`(-Earliest-)DateCollected__-2007-04-17__@DwC__.hist@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3612
-- Name: COLUMN view_full_occurrence_individual.date_collected; Type: COMMENT; Schema: public; Owner: -
3613 3613
--
3614 3614

  
3615 3615

  
3616 3616

  
3617 3617

  
3618 3618
--
3619
-- Name: COLUMN view_full_occurrence_individual.`[verbatim_]family__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3619
-- Name: COLUMN view_full_occurrence_individual.verbatim_family; Type: COMMENT; Schema: public; Owner: -
3620 3620
--
3621 3621

  
3622 3622

  
3623 3623

  
3624 3624

  
3625 3625
--
3626
-- Name: COLUMN view_full_occurrence_individual.`[verbatim_]scientificName__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3626
-- Name: COLUMN view_full_occurrence_individual.verbatim_scientific_name; Type: COMMENT; Schema: public; Owner: -
3627 3627
--
3628 3628

  
3629 3629

  
3630 3630

  
3631 3631

  
3632 3632
--
3633
-- Name: COLUMN view_full_occurrence_individual.`identifiedBy__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3633
-- Name: COLUMN view_full_occurrence_individual.identified_by; Type: COMMENT; Schema: public; Owner: -
3634 3634
--
3635 3635

  
3636 3636

  
3637 3637

  
3638 3638

  
3639 3639
--
3640
-- Name: COLUMN view_full_occurrence_individual.`dateIdentified__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3640
-- Name: COLUMN view_full_occurrence_individual.date_identified; Type: COMMENT; Schema: public; Owner: -
3641 3641
--
3642 3642

  
3643 3643

  
3644 3644

  
3645 3645

  
3646 3646
--
3647
-- Name: COLUMN view_full_occurrence_individual.`identificationRemarks__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3647
-- Name: COLUMN view_full_occurrence_individual.identification_remarks; Type: COMMENT; Schema: public; Owner: -
3648 3648
--
3649 3649

  
3650 3650

  
3651 3651

  
3652 3652

  
3653 3653
--
3654
-- Name: COLUMN view_full_occurrence_individual.`Family_matched__@TNRS__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3654
-- Name: COLUMN view_full_occurrence_individual.family_matched; Type: COMMENT; Schema: public; Owner: -
3655 3655
--
3656 3656

  
3657 3657

  
3658 3658

  
3659 3659

  
3660 3660
--
3661
-- Name: COLUMN view_full_occurrence_individual.`Name_matched__@TNRS__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3661
-- Name: COLUMN view_full_occurrence_individual.name_matched; Type: COMMENT; Schema: public; Owner: -
3662 3662
--
3663 3663

  
3664 3664

  
3665 3665

  
3666 3666

  
3667 3667
--
3668
-- Name: COLUMN view_full_occurrence_individual.`Name_matched_author__@TNRS__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3668
-- Name: COLUMN view_full_occurrence_individual.name_matched_author; Type: COMMENT; Schema: public; Owner: -
3669 3669
--
3670 3670

  
3671 3671

  
3672 3672

  
3673 3673

  
3674 3674
--
3675
-- Name: COLUMN view_full_occurrence_individual.`[higher_plant_group~]higherClassification__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3675
-- Name: COLUMN view_full_occurrence_individual.higher_plant_group; Type: COMMENT; Schema: public; Owner: -
3676 3676
--
3677 3677

  
3678 3678

  
3679 3679

  
3680 3680

  
3681 3681
--
3682
-- Name: COLUMN view_full_occurrence_individual.`taxonomicStatus__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3682
-- Name: COLUMN view_full_occurrence_individual.taxonomic_status; Type: COMMENT; Schema: public; Owner: -
3683 3683
--
3684 3684

  
3685 3685

  
......
3735 3735

  
3736 3736

  
3737 3737
--
3738
-- Name: COLUMN view_full_occurrence_individual.`speciesBinomialWithMorphospecies__@VegCore__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3738
-- Name: COLUMN view_full_occurrence_individual.scrubbed_species_binomial_with_morphospecies; Type: COMMENT; Schema: public; Owner: -
3739 3739
--
3740 3740

  
3741 3741

  
3742 3742

  
3743 3743

  
3744 3744
--
3745
-- Name: COLUMN view_full_occurrence_individual.`[growth_form=]habit__@SALVIAS__.Plot_data@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3745
-- Name: COLUMN view_full_occurrence_individual.growth_form; Type: COMMENT; Schema: public; Owner: -
3746 3746
--
3747 3747

  
3748 3748

  
3749 3749

  
3750 3750

  
3751 3751
--
3752
-- Name: COLUMN view_full_occurrence_individual.`reproductiveCondition__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3752
-- Name: COLUMN view_full_occurrence_individual.reproductive_condition; Type: COMMENT; Schema: public; Owner: -
3753 3753
--
3754 3754

  
3755 3755

  
3756 3756

  
3757 3757

  
3758 3758
--
3759
-- Name: COLUMN view_full_occurrence_individual.cultivated_bien; Type: COMMENT; Schema: public; Owner: -
3759
-- Name: COLUMN view_full_occurrence_individual.is_cultivated; Type: COMMENT; Schema: public; Owner: -
3760 3760
--
3761 3761

  
3762 3762

  
3763 3763

  
3764 3764

  
3765 3765
--
3766
-- Name: COLUMN view_full_occurrence_individual.`cultivatedBasis_bien`; Type: COMMENT; Schema: public; Owner: -
3766
-- Name: COLUMN view_full_occurrence_individual.is_cultivated_basis; Type: COMMENT; Schema: public; Owner: -
3767 3767
--
3768 3768

  
3769 3769

  
3770 3770

  
3771 3771

  
3772 3772
--
3773
-- Name: COLUMN view_full_occurrence_individual.`occurrenceRemarks__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3773
-- Name: COLUMN view_full_occurrence_individual.occurrence_remarks; Type: COMMENT; Schema: public; Owner: -
3774 3774
--
3775 3775

  
3776 3776

  
3777 3777

  
3778 3778

  
3779 3779
--
3780
-- Name: COLUMN view_full_occurrence_individual.`coverPercent__@VegX__.attribute.ordinal@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3780
-- Name: COLUMN view_full_occurrence_individual.cover_percent; Type: COMMENT; Schema: public; Owner: -
3781 3781
--
3782 3782

  
3783 3783

  
3784 3784

  
3785 3785

  
3786 3786
--
3787
-- Name: COLUMN view_full_occurrence_individual.`taxonObservation[.id]__@VegBank__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3787
-- Name: COLUMN view_full_occurrence_individual.taxon_observation_id; Type: COMMENT; Schema: public; Owner: -
3788 3788
--
3789 3789

  
3790 3790

  
3791 3791

  
3792 3792

  
3793 3793
--
3794
-- Name: COLUMN view_full_occurrence_individual.`taxonNameUsageConcept.authorCode__@VegX__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3794
-- Name: COLUMN view_full_occurrence_individual.taxon_name_usage_concept_author_code; Type: COMMENT; Schema: public; Owner: -
3795 3795
--
3796 3796

  
3797 3797

  
3798 3798

  
3799 3799

  
3800 3800
--
3801
-- Name: COLUMN view_full_occurrence_individual.`aggregateOrganismObservation.id__@VegX__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3801
-- Name: COLUMN view_full_occurrence_individual.aggregate_organism_observation_id; Type: COMMENT; Schema: public; Owner: -
3802 3802
--
3803 3803

  
3804 3804

  
3805 3805

  
3806 3806

  
3807 3807
--
3808
-- Name: COLUMN view_full_occurrence_individual.`individualOrganismObservation.id__@VegX__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3808
-- Name: COLUMN view_full_occurrence_individual.individual_organism_observation_id; Type: COMMENT; Schema: public; Owner: -
3809 3809
--
3810 3810

  
3811 3811

  
3812 3812

  
3813 3813

  
3814 3814
--
3815
-- Name: COLUMN view_full_occurrence_individual.`individualID__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3815
-- Name: COLUMN view_full_occurrence_individual.individual_id; Type: COMMENT; Schema: public; Owner: -
3816 3816
--
3817 3817

  
3818 3818

  
3819 3819

  
3820 3820

  
3821 3821
--
3822
-- Name: COLUMN view_full_occurrence_individual.`individualCount__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3822
-- Name: COLUMN view_full_occurrence_individual.individual_count; Type: COMMENT; Schema: public; Owner: -
3823 3823
--
3824 3824

  
3825 3825

  
3826 3826

  
3827 3827

  
3828 3828
--
3829
-- Name: COLUMN view_full_occurrence_individual.`plantobservation.``_id__@VegBIEN__.public@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3829
-- Name: COLUMN view_full_occurrence_individual.plantobservation_id; Type: COMMENT; Schema: public; Owner: -
3830 3830
--
3831 3831

  
3832 3832

  
3833 3833

  
3834 3834

  
3835 3835
--
3836
-- Name: COLUMN view_full_occurrence_individual.`TAXONOBSERVATION_ID__@VegBank__.taxonObservation@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3836
-- Name: COLUMN view_full_occurrence_individual.taxonobservation_id; Type: COMMENT; Schema: public; Owner: -
3837 3837
--
3838 3838

  
3839 3839

  
......
3854 3854

  
3855 3855

  
3856 3856
--
3857
-- Name: COLUMN analytical_stem.`datasource__@Brad__.identifier_examples@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3857
-- Name: COLUMN analytical_stem.datasource; Type: COMMENT; Schema: public; Owner: -
3858 3858
--
3859 3859

  
3860 3860

  
3861 3861

  
3862 3862

  
3863 3863
--
3864
-- Name: COLUMN analytical_stem.`country__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3864
-- Name: COLUMN analytical_stem.country; Type: COMMENT; Schema: public; Owner: -
3865 3865
--
3866 3866

  
3867 3867

  
3868 3868

  
3869 3869

  
3870 3870
--
3871
-- Name: COLUMN analytical_stem.`stateProvince__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3871
-- Name: COLUMN analytical_stem.state_province; Type: COMMENT; Schema: public; Owner: -
3872 3872
--
3873 3873

  
3874 3874

  
3875 3875

  
3876 3876

  
3877 3877
--
3878
-- Name: COLUMN analytical_stem.`county__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3878
-- Name: COLUMN analytical_stem.county; Type: COMMENT; Schema: public; Owner: -
3879 3879
--
3880 3880

  
3881 3881

  
3882 3882

  
3883 3883

  
3884 3884
--
3885
-- Name: COLUMN analytical_stem.`locality__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3885
-- Name: COLUMN analytical_stem.locality; Type: COMMENT; Schema: public; Owner: -
3886 3886
--
3887 3887

  
3888 3888

  
3889 3889

  
3890 3890

  
3891 3891
--
3892
-- Name: COLUMN analytical_stem.`decimalLatitude__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3892
-- Name: COLUMN analytical_stem.latitude; Type: COMMENT; Schema: public; Owner: -
3893 3893
--
3894 3894

  
3895 3895

  
3896 3896

  
3897 3897

  
3898 3898
--
3899
-- Name: COLUMN analytical_stem.`decimalLongitude__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3899
-- Name: COLUMN analytical_stem.longitude; Type: COMMENT; Schema: public; Owner: -
3900 3900
--
3901 3901

  
3902 3902

  
3903 3903

  
3904 3904

  
3905 3905
--
3906
-- Name: COLUMN analytical_stem.`coordinateUncertaintyInMeters__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3906
-- Name: COLUMN analytical_stem.coord_uncertainty_m; Type: COMMENT; Schema: public; Owner: -
3907 3907
--
3908 3908

  
3909 3909

  
3910 3910

  
3911 3911

  
3912 3912
--
3913
-- Name: COLUMN analytical_stem.`georeferenceSources__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3913
-- Name: COLUMN analytical_stem.georef_sources; Type: COMMENT; Schema: public; Owner: -
3914 3914
--
3915 3915

  
3916 3916

  
3917 3917

  
3918 3918

  
3919 3919
--
3920
-- Name: COLUMN analytical_stem.`georeferenceProtocol__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3920
-- Name: COLUMN analytical_stem.georef_protocol; Type: COMMENT; Schema: public; Owner: -
3921 3921
--
3922 3922

  
3923 3923

  
3924 3924

  
3925 3925

  
3926 3926
--
3927
-- Name: COLUMN analytical_stem.geovalid_bien; Type: COMMENT; Schema: public; Owner: -
3927
-- Name: COLUMN analytical_stem.is_geovalid; Type: COMMENT; Schema: public; Owner: -
3928 3928
--
3929 3929

  
3930 3930

  
3931 3931

  
3932 3932

  
3933 3933
--
3934
-- Name: COLUMN analytical_stem.`isNewWorld_bien`; Type: COMMENT; Schema: public; Owner: -
3934
-- Name: COLUMN analytical_stem.is_new_world; Type: COMMENT; Schema: public; Owner: -
3935 3935
--
3936 3936

  
3937 3937

  
3938 3938

  
3939 3939

  
3940 3940
--
3941
-- Name: COLUMN analytical_stem.`projectID__@VegX__.plotObservation@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3941
-- Name: COLUMN analytical_stem.project_id; Type: COMMENT; Schema: public; Owner: -
3942 3942
--
3943 3943

  
3944 3944

  
3945 3945

  
3946 3946

  
3947 3947
--
3948
-- Name: COLUMN analytical_stem.`projectContributor[s]__@VegBank__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3948
-- Name: COLUMN analytical_stem.project_contributors; Type: COMMENT; Schema: public; Owner: -
3949 3949
--
3950 3950

  
3951 3951

  
3952 3952

  
3953 3953

  
3954 3954
--
3955
-- Name: COLUMN analytical_stem.`locationID__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3955
-- Name: COLUMN analytical_stem.location_id; Type: COMMENT; Schema: public; Owner: -
3956 3956
--
3957 3957

  
3958 3958

  
3959 3959

  
3960 3960

  
3961 3961
--
3962
-- Name: COLUMN analytical_stem.`plotName__@VegX__.plot@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3962
-- Name: COLUMN analytical_stem.plot_name; Type: COMMENT; Schema: public; Owner: -
3963 3963
--
3964 3964

  
3965 3965

  
3966 3966

  
3967 3967

  
3968 3968
--
3969
-- Name: COLUMN analytical_stem.`subplot__@SALVIAS__.Plot_data@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3969
-- Name: COLUMN analytical_stem.subplot; Type: COMMENT; Schema: public; Owner: -
3970 3970
--
3971 3971

  
3972 3972

  
3973 3973

  
3974 3974

  
3975 3975
--
3976
-- Name: COLUMN analytical_stem.location__cultivated__bien; Type: COMMENT; Schema: public; Owner: -
3976
-- Name: COLUMN analytical_stem.is_location_cultivated; Type: COMMENT; Schema: public; Owner: -
3977 3977
--
3978 3978

  
3979 3979

  
3980 3980

  
3981 3981

  
3982 3982
--
3983
-- Name: COLUMN analytical_stem.`locationevent.locationevent_id__@VegBIEN__.public@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3983
-- Name: COLUMN analytical_stem.locationevent_id; Type: COMMENT; Schema: public; Owner: -
3984 3984
--
3985 3985

  
3986 3986

  
3987 3987

  
3988 3988

  
3989 3989
--
3990
-- Name: COLUMN analytical_stem.`eventDate__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3990
-- Name: COLUMN analytical_stem.event_date; Type: COMMENT; Schema: public; Owner: -
3991 3991
--
3992 3992

  
3993 3993

  
3994 3994

  
3995 3995

  
3996 3996
--
3997
-- Name: COLUMN analytical_stem.`(-minimum-)ElevationInMeters__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
3997
-- Name: COLUMN analytical_stem.elevation_m; Type: COMMENT; Schema: public; Owner: -
3998 3998
--
3999 3999

  
4000 4000

  
4001 4001

  
4002 4002

  
4003 4003
--
4004
-- Name: COLUMN analytical_stem.`slopeAspect[_deg]__@VegX__.plot@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4004
-- Name: COLUMN analytical_stem.slope_aspect_deg; Type: COMMENT; Schema: public; Owner: -
4005 4005
--
4006 4006

  
4007 4007

  
4008 4008

  
4009 4009

  
4010 4010
--
4011
-- Name: COLUMN analytical_stem.`slopeGradient[_deg]__@VegX__.plot@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4011
-- Name: COLUMN analytical_stem.slope_gradient_deg; Type: COMMENT; Schema: public; Owner: -
4012 4012
--
4013 4013

  
4014 4014

  
4015 4015

  
4016 4016

  
4017 4017
--
4018
-- Name: COLUMN analytical_stem.`plot.area[_ha]__@VegX__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4018
-- Name: COLUMN analytical_stem.plot_area_ha; Type: COMMENT; Schema: public; Owner: -
4019 4019
--
4020 4020

  
4021 4021

  
4022 4022

  
4023 4023

  
4024 4024
--
4025
-- Name: COLUMN analytical_stem.`samplingProtocol__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4025
-- Name: COLUMN analytical_stem.sampling_protocol; Type: COMMENT; Schema: public; Owner: -
4026 4026
--
4027 4027

  
4028 4028

  
4029 4029

  
4030 4030

  
4031 4031
--
4032
-- Name: COLUMN analytical_stem.`temperature[_C]__@VegX__.plotObs.obsCond@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4032
-- Name: COLUMN analytical_stem.temperature_c; Type: COMMENT; Schema: public; Owner: -
4033 4033
--
4034 4034

  
4035 4035

  
4036 4036

  
4037 4037

  
4038 4038
--
4039
-- Name: COLUMN analytical_stem.`precip_mm__@SALVIAS__.Plot_metadata@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4039
-- Name: COLUMN analytical_stem.precip_mm; Type: COMMENT; Schema: public; Owner: -
4040 4040
--
4041 4041

  
4042 4042

  
4043 4043

  
4044 4044

  
4045 4045
--
4046
-- Name: COLUMN analytical_stem.`stratumName__@VegX__.stratum@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4046
-- Name: COLUMN analytical_stem.stratum_name; Type: COMMENT; Schema: public; Owner: -
4047 4047
--
4048 4048

  
4049 4049

  
4050 4050

  
4051 4051

  
4052 4052
--
4053
-- Name: COLUMN analytical_stem.`communityConcept.name__@VegX__.communityDet@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4053
-- Name: COLUMN analytical_stem.community_concept_name; Type: COMMENT; Schema: public; Owner: -
4054 4054
--
4055 4055

  
4056 4056

  
4057 4057

  
4058 4058

  
4059 4059
--
4060
-- Name: COLUMN analytical_stem.`observationContributor[s]__@VegBank__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4060
-- Name: COLUMN analytical_stem.observation_contributors; Type: COMMENT; Schema: public; Owner: -
4061 4061
--
4062 4062

  
4063 4063

  
4064 4064

  
4065 4065

  
4066 4066
--
4067
-- Name: COLUMN analytical_stem.`[custodial_]institutionCode[s]__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4067
-- Name: COLUMN analytical_stem.custodial_institution_codes; Type: COMMENT; Schema: public; Owner: -
4068 4068
--
4069 4069

  
4070 4070

  
4071 4071

  
4072 4072

  
4073 4073
--
4074
-- Name: COLUMN analytical_stem.`collectionCode__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4074
-- Name: COLUMN analytical_stem.collection_code; Type: COMMENT; Schema: public; Owner: -
4075 4075
--
4076 4076

  
4077 4077

  
4078 4078

  
4079 4079

  
4080 4080
--
4081
-- Name: COLUMN analytical_stem.`catalogNumber__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4081
-- Name: COLUMN analytical_stem.catalog_number; Type: COMMENT; Schema: public; Owner: -
4082 4082
--
4083 4083

  
4084 4084

  
4085 4085

  
4086 4086

  
4087 4087
--
4088
-- Name: COLUMN analytical_stem.`occurrenceID__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4088
-- Name: COLUMN analytical_stem.occurrence_id; Type: COMMENT; Schema: public; Owner: -
4089 4089
--
4090 4090

  
4091 4091

  
4092 4092

  
4093 4093

  
4094 4094
--
4095
-- Name: COLUMN analytical_stem.`recordedBy__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4095
-- Name: COLUMN analytical_stem.recorded_by; Type: COMMENT; Schema: public; Owner: -
4096 4096
--
4097 4097

  
4098 4098

  
4099 4099

  
4100 4100

  
4101 4101
--
4102
-- Name: COLUMN analytical_stem.`recordNumber__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4102
-- Name: COLUMN analytical_stem.record_number; Type: COMMENT; Schema: public; Owner: -
4103 4103
--
4104 4104

  
4105 4105

  
4106 4106

  
4107 4107

  
4108 4108
--
4109
-- Name: COLUMN analytical_stem.`(-Earliest-)DateCollected__-2007-04-17__@DwC__.hist@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4109
-- Name: COLUMN analytical_stem.date_collected; Type: COMMENT; Schema: public; Owner: -
4110 4110
--
4111 4111

  
4112 4112

  
4113 4113

  
4114 4114

  
4115 4115
--
4116
-- Name: COLUMN analytical_stem.`[verbatim_]family__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4116
-- Name: COLUMN analytical_stem.verbatim_family; Type: COMMENT; Schema: public; Owner: -
4117 4117
--
4118 4118

  
4119 4119

  
4120 4120

  
4121 4121

  
4122 4122
--
4123
-- Name: COLUMN analytical_stem.`[verbatim_]scientificName__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4123
-- Name: COLUMN analytical_stem.verbatim_scientific_name; Type: COMMENT; Schema: public; Owner: -
4124 4124
--
4125 4125

  
4126 4126

  
4127 4127

  
4128 4128

  
4129 4129
--
4130
-- Name: COLUMN analytical_stem.`identifiedBy__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4130
-- Name: COLUMN analytical_stem.identified_by; Type: COMMENT; Schema: public; Owner: -
4131 4131
--
4132 4132

  
4133 4133

  
4134 4134

  
4135 4135

  
4136 4136
--
4137
-- Name: COLUMN analytical_stem.`dateIdentified__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4137
-- Name: COLUMN analytical_stem.date_identified; Type: COMMENT; Schema: public; Owner: -
4138 4138
--
4139 4139

  
4140 4140

  
4141 4141

  
4142 4142

  
4143 4143
--
4144
-- Name: COLUMN analytical_stem.`identificationRemarks__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4144
-- Name: COLUMN analytical_stem.identification_remarks; Type: COMMENT; Schema: public; Owner: -
4145 4145
--
4146 4146

  
4147 4147

  
4148 4148

  
4149 4149

  
4150 4150
--
4151
-- Name: COLUMN analytical_stem.`Family_matched__@TNRS__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4151
-- Name: COLUMN analytical_stem.family_matched; Type: COMMENT; Schema: public; Owner: -
4152 4152
--
4153 4153

  
4154 4154

  
4155 4155

  
4156 4156

  
4157 4157
--
4158
-- Name: COLUMN analytical_stem.`Name_matched__@TNRS__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4158
-- Name: COLUMN analytical_stem.name_matched; Type: COMMENT; Schema: public; Owner: -
4159 4159
--
4160 4160

  
4161 4161

  
4162 4162

  
4163 4163

  
4164 4164
--
4165
-- Name: COLUMN analytical_stem.`Name_matched_author__@TNRS__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4165
-- Name: COLUMN analytical_stem.name_matched_author; Type: COMMENT; Schema: public; Owner: -
4166 4166
--
4167 4167

  
4168 4168

  
4169 4169

  
4170 4170

  
4171 4171
--
4172
-- Name: COLUMN analytical_stem.`[higher_plant_group~]higherClassification__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4172
-- Name: COLUMN analytical_stem.higher_plant_group; Type: COMMENT; Schema: public; Owner: -
4173 4173
--
4174 4174

  
4175 4175

  
4176 4176

  
4177 4177

  
4178 4178
--
4179
-- Name: COLUMN analytical_stem.`taxonomicStatus__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4179
-- Name: COLUMN analytical_stem.taxonomic_status; Type: COMMENT; Schema: public; Owner: -
4180 4180
--
4181 4181

  
4182 4182

  
......
4232 4232

  
4233 4233

  
4234 4234
--
4235
-- Name: COLUMN analytical_stem.`speciesBinomialWithMorphospecies__@VegCore__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4235
-- Name: COLUMN analytical_stem.scrubbed_species_binomial_with_morphospecies; Type: COMMENT; Schema: public; Owner: -
4236 4236
--
4237 4237

  
4238 4238

  
4239 4239

  
4240 4240

  
4241 4241
--
4242
-- Name: COLUMN analytical_stem.`[growth_form=]habit__@SALVIAS__.Plot_data@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4242
-- Name: COLUMN analytical_stem.growth_form; Type: COMMENT; Schema: public; Owner: -
4243 4243
--
4244 4244

  
4245 4245

  
4246 4246

  
4247 4247

  
4248 4248
--
4249
-- Name: COLUMN analytical_stem.`reproductiveCondition__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4249
-- Name: COLUMN analytical_stem.reproductive_condition; Type: COMMENT; Schema: public; Owner: -
4250 4250
--
4251 4251

  
4252 4252

  
4253 4253

  
4254 4254

  
4255 4255
--
4256
-- Name: COLUMN analytical_stem.cultivated_bien; Type: COMMENT; Schema: public; Owner: -
4256
-- Name: COLUMN analytical_stem.is_cultivated; Type: COMMENT; Schema: public; Owner: -
4257 4257
--
4258 4258

  
4259 4259

  
4260 4260

  
4261 4261

  
4262 4262
--
4263
-- Name: COLUMN analytical_stem.`cultivatedBasis_bien`; Type: COMMENT; Schema: public; Owner: -
4263
-- Name: COLUMN analytical_stem.is_cultivated_basis; Type: COMMENT; Schema: public; Owner: -
4264 4264
--
4265 4265

  
4266 4266

  
4267 4267

  
4268 4268

  
4269 4269
--
4270
-- Name: COLUMN analytical_stem.`occurrenceRemarks__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4270
-- Name: COLUMN analytical_stem.occurrence_remarks; Type: COMMENT; Schema: public; Owner: -
4271 4271
--
4272 4272

  
4273 4273

  
4274 4274

  
4275 4275

  
4276 4276
--
4277
-- Name: COLUMN analytical_stem.`coverPercent__@VegX__.attribute.ordinal@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4277
-- Name: COLUMN analytical_stem.cover_percent; Type: COMMENT; Schema: public; Owner: -
4278 4278
--
4279 4279

  
4280 4280

  
4281 4281

  
4282 4282

  
4283 4283
--
4284
-- Name: COLUMN analytical_stem.`taxonObservation[.id]__@VegBank__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4284
-- Name: COLUMN analytical_stem.taxon_observation_id; Type: COMMENT; Schema: public; Owner: -
4285 4285
--
4286 4286

  
4287 4287

  
4288 4288

  
4289 4289

  
4290 4290
--
4291
-- Name: COLUMN analytical_stem.`taxonNameUsageConcept.authorCode__@VegX__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4291
-- Name: COLUMN analytical_stem.taxon_name_usage_concept_author_code; Type: COMMENT; Schema: public; Owner: -
4292 4292
--
4293 4293

  
4294 4294

  
4295 4295

  
4296 4296

  
4297 4297
--
4298
-- Name: COLUMN analytical_stem.`aggregateOrganismObservation.id__@VegX__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4298
-- Name: COLUMN analytical_stem.aggregate_organism_observation_id; Type: COMMENT; Schema: public; Owner: -
4299 4299
--
4300 4300

  
4301 4301

  
4302 4302

  
4303 4303

  
4304 4304
--
4305
-- Name: COLUMN analytical_stem.`individualOrganismObservation.id__@VegX__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4305
-- Name: COLUMN analytical_stem.individual_organism_observation_id; Type: COMMENT; Schema: public; Owner: -
4306 4306
--
4307 4307

  
4308 4308

  
4309 4309

  
4310 4310

  
4311 4311
--
4312
-- Name: COLUMN analytical_stem.`individualID__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4312
-- Name: COLUMN analytical_stem.individual_id; Type: COMMENT; Schema: public; Owner: -
4313 4313
--
4314 4314

  
4315 4315

  
4316 4316

  
4317 4317

  
4318 4318
--
4319
-- Name: COLUMN analytical_stem.`individualCount__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4319
-- Name: COLUMN analytical_stem.individual_count; Type: COMMENT; Schema: public; Owner: -
4320 4320
--
4321 4321

  
4322 4322

  
4323 4323

  
4324 4324

  
4325 4325
--
4326
-- Name: COLUMN analytical_stem.`stem_dbh[_cm]__@SALVIAS__.Plot_data@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4326
-- Name: COLUMN analytical_stem.stem_dbh_cm; Type: COMMENT; Schema: public; Owner: -
4327 4327
--
4328 4328

  
4329 4329

  
4330 4330

  
4331 4331

  
4332 4332
--
4333
-- Name: COLUMN analytical_stem.`stemHeight[_m]__@VegBank__.stemCount@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4333
-- Name: COLUMN analytical_stem.stem_height_m; Type: COMMENT; Schema: public; Owner: -
4334 4334
--
4335 4335

  
4336 4336

  
4337 4337

  
4338 4338

  
4339 4339
--
4340
-- Name: COLUMN analytical_stem.`[tag=]identificationLabel__@VegX__.individual@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4340
-- Name: COLUMN analytical_stem.tag; Type: COMMENT; Schema: public; Owner: -
4341 4341
--
4342 4342

  
4343 4343

  
4344 4344

  
4345 4345

  
4346 4346
--
4347
-- Name: COLUMN analytical_stem.`relativeX[_m]__@VegX__.individualOrganismObs@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4347
-- Name: COLUMN analytical_stem.relative_x_m; Type: COMMENT; Schema: public; Owner: -
4348 4348
--
4349 4349

  
4350 4350

  
4351 4351

  
4352 4352

  
4353 4353
--
4354
-- Name: COLUMN analytical_stem.`relativeY[_m]__@VegX__.individualOrganismObs@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4354
-- Name: COLUMN analytical_stem.relative_y_m; Type: COMMENT; Schema: public; Owner: -
4355 4355
--
4356 4356

  
4357 4357

  
4358 4358

  
4359 4359

  
4360 4360
--
4361
-- Name: COLUMN analytical_stem.`stemCode__@VegBank__.stemLocation@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
4361
-- Name: COLUMN analytical_stem.stem_code; Type: COMMENT; Schema: public; Owner: -
4362 4362
--
4363 4363

  
4364 4364

  
......
5828 5828

  
5829 5829

  
5830 5830
--
5831
-- Name: COLUMN `plot.**`.`datasource__@Brad__.identifier_examples@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
5831
-- Name: COLUMN `plot.**`.datasource; Type: COMMENT; Schema: public; Owner: -
5832 5832
--
5833 5833

  
5834 5834

  
5835 5835

  
5836 5836

  
5837 5837
--
5838
-- Name: COLUMN `plot.**`.`country__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
5838
-- Name: COLUMN `plot.**`.country; Type: COMMENT; Schema: public; Owner: -
5839 5839
--
5840 5840

  
5841 5841

  
5842 5842

  
5843 5843

  
5844 5844
--
5845
-- Name: COLUMN `plot.**`.`stateProvince__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
5845
-- Name: COLUMN `plot.**`.state_province; Type: COMMENT; Schema: public; Owner: -
5846 5846
--
5847 5847

  
5848 5848

  
5849 5849

  
5850 5850

  
5851 5851
--
5852
-- Name: COLUMN `plot.**`.`county__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
5852
-- Name: COLUMN `plot.**`.county; Type: COMMENT; Schema: public; Owner: -
5853 5853
--
5854 5854

  
5855 5855

  
5856 5856

  
5857 5857

  
5858 5858
--
5859
-- Name: COLUMN `plot.**`.`locality__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
5859
-- Name: COLUMN `plot.**`.locality; Type: COMMENT; Schema: public; Owner: -
5860 5860
--
5861 5861

  
5862 5862

  
5863 5863

  
5864 5864

  
5865 5865
--
5866
-- Name: COLUMN `plot.**`.`decimalLatitude__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
5866
-- Name: COLUMN `plot.**`.latitude; Type: COMMENT; Schema: public; Owner: -
5867 5867
--
5868 5868

  
5869 5869

  
5870 5870

  
5871 5871

  
5872 5872
--
5873
-- Name: COLUMN `plot.**`.`decimalLongitude__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
5873
-- Name: COLUMN `plot.**`.longitude; Type: COMMENT; Schema: public; Owner: -
5874 5874
--
5875 5875

  
5876 5876

  
5877 5877

  
5878 5878

  
5879 5879
--
5880
-- Name: COLUMN `plot.**`.`coordinateUncertaintyInMeters__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
5880
-- Name: COLUMN `plot.**`.coord_uncertainty_m; Type: COMMENT; Schema: public; Owner: -
5881 5881
--
5882 5882

  
5883 5883

  
5884 5884

  
5885 5885

  
5886 5886
--
5887
-- Name: COLUMN `plot.**`.`georeferenceSources__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
5887
-- Name: COLUMN `plot.**`.georef_sources; Type: COMMENT; Schema: public; Owner: -
5888 5888
--
5889 5889

  
5890 5890

  
5891 5891

  
5892 5892

  
5893 5893
--
5894
-- Name: COLUMN `plot.**`.`georeferenceProtocol__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
5894
-- Name: COLUMN `plot.**`.georef_protocol; Type: COMMENT; Schema: public; Owner: -
5895 5895
--
5896 5896

  
5897 5897

  
5898 5898

  
5899 5899

  
5900 5900
--
5901
-- Name: COLUMN `plot.**`.geovalid_bien; Type: COMMENT; Schema: public; Owner: -
5901
-- Name: COLUMN `plot.**`.is_geovalid; Type: COMMENT; Schema: public; Owner: -
5902 5902
--
5903 5903

  
5904 5904

  
5905 5905

  
5906 5906

  
5907 5907
--
5908
-- Name: COLUMN `plot.**`.`isNewWorld_bien`; Type: COMMENT; Schema: public; Owner: -
5908
-- Name: COLUMN `plot.**`.is_new_world; Type: COMMENT; Schema: public; Owner: -
5909 5909
--
5910 5910

  
5911 5911

  
5912 5912

  
5913 5913

  
5914 5914
--
5915
-- Name: COLUMN `plot.**`.`projectID__@VegX__.plotObservation@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
5915
-- Name: COLUMN `plot.**`.project_id; Type: COMMENT; Schema: public; Owner: -
5916 5916
--
5917 5917

  
5918 5918

  
5919 5919

  
5920 5920

  
5921 5921
--
5922
-- Name: COLUMN `plot.**`.`projectContributor[s]__@VegBank__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
5922
-- Name: COLUMN `plot.**`.project_contributors; Type: COMMENT; Schema: public; Owner: -
5923 5923
--
5924 5924

  
5925 5925

  
5926 5926

  
5927 5927

  
5928 5928
--
5929
-- Name: COLUMN `plot.**`.`locationID__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
5929
-- Name: COLUMN `plot.**`.location_id; Type: COMMENT; Schema: public; Owner: -
5930 5930
--
5931 5931

  
5932 5932

  
5933 5933

  
5934 5934

  
5935 5935
--
5936
-- Name: COLUMN `plot.**`.`plotName__@VegX__.plot@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
5936
-- Name: COLUMN `plot.**`.plot_name; Type: COMMENT; Schema: public; Owner: -
5937 5937
--
5938 5938

  
5939 5939

  
5940 5940

  
5941 5941

  
5942 5942
--
5943
-- Name: COLUMN `plot.**`.`subplot__@SALVIAS__.Plot_data@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
5943
-- Name: COLUMN `plot.**`.subplot; Type: COMMENT; Schema: public; Owner: -
5944 5944
--
5945 5945

  
5946 5946

  
5947 5947

  
5948 5948

  
5949 5949
--
5950
-- Name: COLUMN `plot.**`.location__cultivated__bien; Type: COMMENT; Schema: public; Owner: -
5950
-- Name: COLUMN `plot.**`.is_location_cultivated; Type: COMMENT; Schema: public; Owner: -
5951 5951
--
5952 5952

  
5953 5953

  
5954 5954

  
5955 5955

  
5956 5956
--
5957
-- Name: COLUMN `plot.**`.`locationevent.locationevent_id__@VegBIEN__.public@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
5957
-- Name: COLUMN `plot.**`.locationevent_id; Type: COMMENT; Schema: public; Owner: -
5958 5958
--
5959 5959

  
5960 5960

  
5961 5961

  
5962 5962

  
5963 5963
--
5964
-- Name: COLUMN `plot.**`.`eventDate__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
5964
-- Name: COLUMN `plot.**`.event_date; Type: COMMENT; Schema: public; Owner: -
5965 5965
--
5966 5966

  
5967 5967

  
5968 5968

  
5969 5969

  
5970 5970
--
5971
-- Name: COLUMN `plot.**`.`(-minimum-)ElevationInMeters__@DwC__@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
5971
-- Name: COLUMN `plot.**`.elevation_m; Type: COMMENT; Schema: public; Owner: -
5972 5972
--
5973 5973

  
5974 5974

  
5975 5975

  
5976 5976

  
5977 5977
--
5978
-- Name: COLUMN `plot.**`.`slopeAspect[_deg]__@VegX__.plot@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
5978
-- Name: COLUMN `plot.**`.slope_aspect_deg; Type: COMMENT; Schema: public; Owner: -
5979 5979
--
5980 5980

  
5981 5981

  
5982 5982

  
5983 5983

  
5984 5984
--
5985
-- Name: COLUMN `plot.**`.`slopeGradient[_deg]__@VegX__.plot@vegpath.org`; Type: COMMENT; Schema: public; Owner: -
5985
-- Name: COLUMN `plot.**`.slope_gradient_deg; Type: COMMENT; Schema: public; Owner: -
5986 5986
--
5987 5987

  
5988 5988

  
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff