Skip to content

Commit

Permalink
refactor and link to analytical transparency information model compon…
Browse files Browse the repository at this point in the history
…ents.
  • Loading branch information
rob-metalinkage committed Nov 1, 2024
1 parent 9534284 commit 213cb4c
Show file tree
Hide file tree
Showing 9 changed files with 108 additions and 4 deletions.
22 changes: 22 additions & 0 deletions _sources/ai/chat/bblock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "AI Chat",
"abstract": "AI assistant Chat UI",
"status": "under-development",
"dateTimeAddition": "2023-05-19T00:00:00Z",
"itemClass": "schema",
"register": "ccm",
"version": "1.0",
"dateOfLastChange": "2023-05-19",
"sources": [
],
"maturity": "development",
"scope": "unstable",
"dependsOn": [
"sop.ui.kgtools.wispera"
],
"tags": [
"prov"
],
"group": "Apps",
"highlighted": true
}
12 changes: 12 additions & 0 deletions _sources/ai/chat/examples.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Prefixes will be used for all RDF Turtle resources so that they can be omitted from the actual snippets
# prefixes:
# dct: http://purl.org/dc/terms/

## List of examples
examples:
- title: Test

## Markdown content that will be shown for the example.
content:
UI example with a screen snapshot

21 changes: 21 additions & 0 deletions _sources/ai/wispera/bblock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Wispera AI Assitant",
"abstract": "API access to the Wispera AI sub-system enables access to multiple AI systems through a common framework.",
"status": "under-development",
"dateTimeAddition": "2023-05-19T00:00:00Z",
"itemClass": "schema",
"register": "ccm",
"version": "1.0",
"dateOfLastChange": "2023-05-19",
"sources": [
],
"maturity": "development",
"scope": "unstable",
"dependsOn": [
],
"tags": [
"prov"
],
"group": "Apps",
"highlighted": true
}
12 changes: 12 additions & 0 deletions _sources/ai/wispera/examples.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Prefixes will be used for all RDF Turtle resources so that they can be omitted from the actual snippets
# prefixes:
# dct: http://purl.org/dc/terms/

## List of examples
examples:
- title: Test

## Markdown content that will be shown for the example.
content:
UI example with a screen snapshot

23 changes: 23 additions & 0 deletions _sources/kg-toolkit/bblock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "KG UI toolkit",
"abstract": "Tools for accessing standard graph patterns in a UI",
"status": "under-development",
"dateTimeAddition": "2023-05-19T00:00:00Z",
"itemClass": "schema",
"register": "ccm",
"version": "1.0",
"dateOfLastChange": "2023-05-19",
"sources": [
],
"maturity": "development",
"scope": "unstable",
"dependsOn": [
"surround.ran.prov.trace",
"surround.ran.ui.graphs.radar"
],
"tags": [
"prov"
],
"group": "Apps",
"highlighted": true
}
12 changes: 12 additions & 0 deletions _sources/kg-toolkit/examples.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Prefixes will be used for all RDF Turtle resources so that they can be omitted from the actual snippets
# prefixes:
# dct: http://purl.org/dc/terms/

## List of examples
examples:
- title: Test

## Markdown content that will be shown for the example.
content:
UI example with a screen snapshot

6 changes: 4 additions & 2 deletions _sources/prov/trace/bblock.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
"maturity": "development",
"scope": "unstable",
"dependsOn": [
"bblocks://sop.at.activities.derivation"
"sop.at.activities.derivation",
"sop.at.entities.dataset"
],
"tags": [
"prov"],
"prov"
],
"group": "Activities",
"highlighted": true
}
2 changes: 1 addition & 1 deletion bblocks-config-local.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
imports-local:
# 'https://analytic-transparency.surroundaustralia.github.io/': '../analytic-transparency/'
'https://analytic-transparency.surroundaustralia.github.io/': 'https://vigilant-adventure-g6z66n1.pages.github.io/build/register.json'
# 'https://analytic-transparency.surroundaustralia.github.io/': 'https://vigilant-adventure-g6z66n1.pages.github.io/build/register.json'
2 changes: 1 addition & 1 deletion bblocks-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ identifier-prefix: sop.ui.kgtools
# List of imports ("default" is an alias for the main OGC Building Blocks Register)
imports:
# Analytical Transparency Information Framework
- https://analytic-transparency.surroundaustralia.github.io/
- https://surroundaustralia.github.io/analytic-transparency/


# SPARQL configuration (optional)
Expand Down

0 comments on commit 213cb4c

Please sign in to comment.