Skip to content

Commit

Permalink
reinstate original examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Nov 18, 2024
1 parent 286b8d6 commit 2bd57a6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _sources/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@
# how to reference a schema from a different bblock?
schema-ref: "#/$defs/Activity"

- title: Provenance Chain
content: |-
DAG defined by an object list.
snippets:
- language: json
ref: examples/example.json
base-uri: http://www.example.com/exampleEntity/

- title: Qualified Generation
content: |-
A [qualified generation](https://www.w3.org/TR/prov-o/#qualifiedGeneration) example.
snippets:
- language: json
ref: examples/example-activityinfluence.json
base-uri: http://www.example.com/exampleEntity/

- title: LLM Example
content: |-
A provenance chain for Large Language Model.
Expand Down

0 comments on commit 2bd57a6

Please sign in to comment.