Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cookbook/sections/data-publishers/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ include::publishing-wcmp2-historical-data.adoc[]

include::publishing-wcmp2-retired-data.adoc[]

include::publishing-wcmp2-provenance.adoc[]

include::publishing-wnm-access-control.adoc[]

include::publishing-wnm-access-embedded-data.adoc[]
Expand Down
18 changes: 18 additions & 0 deletions cookbook/sections/data-publishers/publishing-wcmp2-provenance.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
=== Publishing a WMO Core Metadata Profile record with data provenance

Data provenance provides the ability to describe an audit trail for the lifecycle of a given dataset.

In WCMP2, one can provide linkages to provenance information via a dedicated link object.

.Expressing data provenance as a WCMP2 link
[source,json]
----
{
"rel": "describedBy",
"type": "text/html",
"title": "Provenance information for this dataset",
"href": "https://example.org/dataset1.html"
}
----

As with any WCMP2 link, the URL itself is defined by the data publisher. The ``describedBy`` attribute (which is an https://www.iana.org/assignments/link-relations/link-relations.xhtml[official IANA link relation]) is the signal for identifying data provenance by a user assessing and reviewing dataset history and lineage.