Skip to content

Commit 3930758

Browse files
authored
Add files via upload
1 parent c019c4c commit 3930758

9 files changed

Lines changed: 1202 additions & 0 deletions
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Data Provenance",
3+
"abstract": "Lineage and provenance information for EBV phenology datasets and derived phenology indicators.",
4+
"status": "under-development",
5+
"dateTimeAddition": "2026-04-30T00:00:00Z",
6+
"itemClass": "schema",
7+
"register": "ogc-building-block-register",
8+
"version": "0.1",
9+
"dependsOn": [
10+
"syke.ebv.phenology.phenology-indicators"
11+
]
12+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"@context": {
3+
"prov": "http://www.w3.org/ns/prov#",
4+
"dcterms": "http://purl.org/dc/terms/",
5+
"ebv": "https://maytetoscano.github.io/bblock-ebv-bioclima/vocab/#",
6+
"type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type",
7+
"title": "dcterms:title",
8+
"description": "dcterms:description",
9+
"source_dataset": "dcterms:source",
10+
"agents": "prov:Agent",
11+
"entities": "prov:Entity",
12+
"activities": "prov:Activity",
13+
"lineage": "prov:wasDerivedFrom",
14+
"derived_indicator_summary": "ebv:derived_indicator_summary",
15+
"quality_and_limitations": "ebv:quality_and_limitations"
16+
}
17+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Data Provenance for Phenology Indicators
2+
3+
This Building Block documents the lineage of derived EBV phenology indicators.
4+
5+
The provenance example describes how national-scale annual phenology indicators were derived from the original NetCDF dataset for Finland. It records:
6+
7+
- source dataset metadata
8+
- agents involved in creation, derivation and publication
9+
- source, intermediate and derived entities
10+
- processing activities
11+
- methodological parameters
12+
- quality and interpretation limitations
13+
14+
The provenance follows a PROV-O inspired structure using `prov:Entity`, `prov:Activity`, `prov:Agent`, `prov:used`, `prov:wasGeneratedBy`, `prov:wasAssociatedWith` and related concepts.
15+
16+
The example is designed to support transparency and reproducibility. It does not by itself make the derived indicators policy-grade evidence.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
- title: Provenance for Finland EBV phenology indicators
2+
content: examples/finland-phenology-indicators-provenance.json
3+
snippets:
4+
- language: json
5+
ref: examples/finland-phenology-indicators-provenance.json
6+
7+
- title: Provenance for Finland EBV phenology indicators (JSON-LD)
8+
content: examples/finland-phenology-indicators-provenance.jsonld
9+
snippets:
10+
- language: json
11+
ref: examples/finland-phenology-indicators-provenance.jsonld

0 commit comments

Comments
 (0)