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.
clarify typing and update bblock import refs.
- Loading branch information
1 parent
570db65
commit 883efb4
Showing
3 changed files
with
34 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,20 @@ | ||
## Provenance chain | ||
|
||
A schema defining objects that may be referenced or nested as a chain of activities. | ||
A JSON schema defining objects that may be referenced or nested as a chain of Activities, Entities or Agents (or subclasses thereof) | ||
|
||
This schema implements the PROV vocabulary semantics. | ||
This schema implements the PROV vocabulary semantics (through JSON-LD mapping directly to the PROV-O RDF model.) | ||
|
||
## Object typing | ||
|
||
Object typing needs to be explicit to support effective semantic mapping to the PROV vocabulary, and to support schema validation scope clarity (using the right sub-schema for objects in a collection representing the directed graph model of PROV). | ||
|
||
`provType` may be used to map to the subClasses of the Provenance vocabulary. | ||
|
||
Custom application object types are explicit (`activityType`, `agentType`, `entityType` to support schema validation clarity). | ||
|
||
|
||
|
||
Note that entityType is optional and may be replaced by `featureType` for compatibility with the OGC Feature implementation (implicitly always an Entity) | ||
|
||
likewise the use of the property `type` is not specified to allow compatibility with GeoJSON features that must have this property with a constant value ("Feature" or "FeatureCollection"). | ||
|
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 |
---|---|---|
|
@@ -11,3 +11,5 @@ description: | | |
![](https://www.w3.org/TR/prov-o/diagrams/starting-points.svg) | ||
imports: | ||
- default |