generated from opengeospatial/bblock-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support DAG array as option for direct schema reference. Update docs …
…with new descirption options.
- Loading branch information
1 parent
f7c1e42
commit c1030cc
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
identifier-prefix: ogc.ogc-utils.prov | ||
|
||
name: JSON schema for W3C PROV model | ||
abstract: Defines 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 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) | ||