Properties
Property | Type | Description | Example |
---|---|---|---|
className | String | discriminator used by the system to identity the extension type | "gov.sciencebase.catalog.item.facet.NGGDPPFacet" |
verticalExtentMin | String | Vertical extent information can be provided and is especially useful for rock core samples. Specification of extent can contain three elements, in following order: unit of measure (meter), maximum depth, minimum depth. Example: m,35.4,0 for a rock core measured at maximum depth of 35.4 meters from the surface. | "0" |
verticalExtentMax | String | See above. | "35.4" |
verticalExtentUnits | String | See above. | "meters" |
alternateGeometry | String | The underlying collection resource may use an alternate method of storing a geospatial footprint. If so, this text field should be used to describe the authoritative source for geographic location and how the simple coordinates were derived. | "A footprint within ScienceBase item: https://beta.sciencebase.gov/catalog/item/5693e0e3e4b0b119864fbe6e" |
supplementalInformation | String | This field is used to provide specific information about how to access the physical data represented by the metadata record. This may be general for the entire collection (e.g., a URL to another Web site) or a reference to an online resource such as an ordering system with a specific ID. Example: ResourceID: 2003-01-0050, Repository: Arizona Geological Survey, Contact: Mining Records Curator, Address: 1520 West Adams St Phoenix AZ 85007, E-mail: inquiries@azgs.az.gov, Phone: 602- 771-1601. | "ResourceID: 2003-01-0050, Repository: Arizona Geological Survey, Contact: Mining Records Curator, Address: 1520 West Adams St Phoenix AZ 85007, E-mail: inquiries@azgs.az.gov, Phone: 602- 771-1601" |
Example
{
verticalExtentMax: "35.4",
verticalExtentUnits: "Meters",
supplementalInformation: "ResourceID: 2003-01-0050, Repository: Arizona Geological Survey, Contact: Mining Records Curator, Address: 1520 West Adams St Phoenix AZ 85007, E-mail: inquiries@azgs.az.gov, Phone: 602- 771-1601",
alternateGeometry: "ScienceBase Footprint",
className: "gov.sciencebase.catalog.item.facet.NGGDPPFacet"
}