Skip to content

Metadata

ODP metadata exists at several levels:

Organise datasets: title/description, provider, dataset links
└─ Dataset(s)
Describe a dataset: attribution, coverage, access, publication
├─ File(s)
Filename, size, media type, timestamps, coverage
└─ Table
Schema, size, row/column counts, coverage
└─ Column(s)
Name/type/description, derived profiling

ODP metadata also comes from two sources:

  • User-managed: what is entered explicitly — titles, descriptions, tags, licenses and roles.
  • System-generated: what ODP derives from the data or from user actions — profiling statistics, geometry extent, file sizes, update log, and publish status.

Dataset metadata

Field Description Source DCAT mapping
idCanonical UUID for the dataset.Systemdct:identifier
titleHuman-readable name of the dataset.Userdct:title
descriptionMain narrative description of the dataset.Userdct:description
tagsKeywords to support search and navigation.Userdcat:keyword
providerPrimary source or organisation responsible for the data.Userdct:creator
maintainerParty responsible for ongoing care of the dataset on ODP.User
licenseTerms under which the dataset may be used.Userdct:license
citationRecommended citation text with optional link or DOI.Userdct:bibliographicCitation
DOIPersistent identifier for an original or ODP-published dataset.Mixed
documentation linksLinks to supporting documentation or related materials.Userfoaf:page / dcat:landingPage
geographical coverageSpatial extent of the dataset, used for search filtering and display.Userdct:spatial
temporal coverageTime period represented by the dataset.Userdct:temporal
additional infoNon-standard key-value metadata for dataset-specific context.User
publish statusLifecycle state: draft, in review, published, or archived.System
visibilityPublic or private access state.Systemdct:accessRights
published_atTimestamp when the dataset was published.Systemdct:issued
created_atTimestamp when the dataset record was created.Systemdct:created
updated_atTimestamp of the most recent update.Systemdct:modified

Collection metadata

Field Description Source DCAT mapping
idCanonical UUID for the collection.Systemdct:identifier
titleHuman-readable collection title.Userdct:title
descriptionDescription of the grouped body of work.Userdct:description
datasetsMember datasets that belong to this collection.Mixeddcat:dataset

File metadata

Files and tables have no meaningful DCAT equivalents — they are internal technical metadata.

Field Description Source
idInternal identifier for the uploaded file.System
nameFilename shown in dataset views.System
sizeFile size in bytes.System
createdTimestamp when the file was uploaded to ODP.System
updatedTimestamp of the most recent file update in ODP.System
mimetypeMIME type of the file.Mixed
geometrySpatial extent or geometry associated with the file.Mixed
propertiesArbitrary key-value metadata at the file level.User

Table and column metadata

Field Description Source
schemaSchema object representing the table structure and column definitions.System
nameColumn identifier in the table schema.Mixed
descriptionUser-provided description of the column's meaning.User
classSemantic type (geometry, latitude, longitude, etc.) that enables spatial ODP features.Mixed
indexPartitioning or indexing hint for improved query performance.Mixed
ingest_nameOriginal field name from the source file before ingestion.System
profiling statisticsSystem-derived statistics: top values, ranges, histograms, and spatial extents.System