Data Product Geographic Coverage
Entity
Name: Data Product Geographic Coverage
Mapping of data products to their corresponding geographic coverage.
Details
- Industry Domain:
Universal - Relational Table Name:
DATA_PRODUCT_GEOGRAPHIC_COVERAGE - JSON View Name:
DATA_PRODUCT_GEOGRAPHIC_COVERAGE#JSON - Ontology Class:
core:DataProductGeographicCoverage
Table: Properties
| Name | General Data Type | Oracle Data Type | Relational Column | Required? | Primary Key? | Validations | Related Graph Object |
|---|---|---|---|---|---|---|---|
| data product uuid | string | VARCHAR2 | DATA_PRODUCT_UUID |
Yes | Yes | Must match regex pattern: ^\S{1,}$ |
core:DataProductGeographicCoverage |
| geographic overlap uuid | string | VARCHAR2 | GEOGRAPHIC_OVERLAP_UUID |
Yes | Yes | Must match regex pattern: ^\S{1,}$ |
core:DataProductGeographicCoverage |
| country code | string | VARCHAR2 | COUNTRY_CODE |
Must match values in enumerated list from graph | geo:Country | ||
| subterritory code | string | VARCHAR2 | SUBTERRITORY_CODE |
Must match regex pattern: [A-Z]{2}-[A-Z]{2} |
geo:Subterritory |