generated from opengeospatial/bblock-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbblocks-config.yaml
15 lines (10 loc) · 976 Bytes
/
bblocks-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
identifier-prefix: ogc.ogc-utils.prov
name: JSON schema for W3C PROV model
abstract: Defines a standardised JSON schema for PROV ontology elements - supporting a graph structure based on an array of objects implementing PROV defined classes with object cross references.
description: |
Provenance defined using the [W3C PROV-O model](https://www.w3.org/TR/prov-o/) is a DAG (non-cyclic graph) based on three main object types: Entity, Activity and Agent.
This repository defines a JSON schema and matching JSON-LD context for this model, using the canonical terminology used in the PROV ontology as element names.
It also defines a context for an optional schema property "has_provenance" that can be used to wrap a provenance graph as an array of such objects, to extend the property prov:wasGeneratedBy (whose range is one or more Entity objects) with an explicit schema.
![](https://www.w3.org/TR/prov-o/diagrams/starting-points.svg)
imports:
- default