Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Discovery Profile

Resources:

The Discovery profile defines properties to document the spatial or temporal extent of the resource content or subject, and to document variables that are specified in a structured dataset. These properties are not included in core based on the observation that the information is not necessarily applicable to any kind of resource.

See also graphical presentation of Discovery Profile

Artefacts for the Discovery profile are in this Github repository (TBD--update link to release tag)

Core elements

See Core

Discovery metadata requirements

Implementation of Discovery Extensions

Instance of the Discovery profile must conform to the requirements of the core profile. The discovery profile adds these additional properties on the base Dataset element:

Metadata profile identifier

Variables in the data

The metadata about a dataset should include a list of variables that the dataset contains. Variable metadata should minimally specify the name of the variable as it appears in the dataset. That name should be qualified by a controlled vocabulary or other semantic resource (e.g. represented by a resolvable URI), or minimally some descriptive text.

Variable (PropertyValue)

Variable (StatisticalVariable)

Temporal coverage

Temporal coverage is encoded as an array. It can be expressed in several ways: a calendar/clock dateTime or date-time interval using ISO 8601 serialization, a named time-ordinal era, an interval bounded by time-ordinal eras, or with a numeric coordinate in a temporal reference system.

Calendar date / clock time instant

Calendar date / clock time interval

Time ordinal era interval

Geologic age interval (abbreviated form)

Geographic extent

Required if the resource has a geographic extent for its subject — a bounding rectangle, line, or point. To support cross-domain searches based on geospatial location, location coordinates must be given in decimal degrees using the WGS 84 datum. Other systems for describing location can be provided as alternate descriptions, recognizing that they may not be meaningful to some metadata harvesting agents. Spatial coverage is encoded as an array.

Named place

  "schema:spatialCoverage": [{
    "@type": "schema:Place",
    "schema:name": {string} or {schema:DefinedTerm}
  }]

Bounding box

Curvilinear trace

Point location

Other serialization

Quality information for discovery

A text statement documenting quality of the resource should be included in schema:description. If there are quality policies or certificates that apply, these should be specified in schema:publishingPrinciples. Quality measurements or assessment protocols that have an output result specific to this resource can be specified using dqv:hasQualityMeasurement.

Measuement technique