Skip to content

Commit

Permalink
Add descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Oct 4, 2024
1 parent d3c5624 commit b9f0bf1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions _sources/semantic-uplift/pre-and-post-uplift/bblock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Pre and Post Semantic Uplift example",
"abstract": "A sample building block to show how semantic uplift can be customized",
"status": "under-development",
"dateTimeAddition": "2024-10-03T11:31:00+02:00",
"itemClass": "schema",
Expand Down
6 changes: 6 additions & 0 deletions _sources/semantic-uplift/pre-and-post-uplift/description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This building block defines two custom semantic uplift steps:

* A pre-processing (i.e, on the JSON documents, before applying the JSON-LD context) JQ step to create two
properties (`three` with the value `3`, and `doubleString` with the value of the `string` property twice).
* A post-processing (i.e., on the RDF graph, after the JSON-LD context has been applied) SPARQL Update
query where two new predicates (`ex2:hasFour` and `ex2:nineBound`) are added to all subjects of `ex:hasTwo`.
1 change: 1 addition & 0 deletions _sources/transforms/transforms-example/bblock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Transforms example",
"abstract": "A sample building block to showcase transforms",
"status": "under-development",
"dateTimeAddition": "2024-10-03T11:31:00+02:00",
"itemClass": "schema",
Expand Down

0 comments on commit b9f0bf1

Please sign in to comment.