diff --git a/_sources/ai/chat/bblock.json b/_sources/ai/chat/bblock.json new file mode 100644 index 0000000..bb741cd --- /dev/null +++ b/_sources/ai/chat/bblock.json @@ -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 +} diff --git a/_sources/ai/chat/examples.yaml b/_sources/ai/chat/examples.yaml new file mode 100644 index 0000000..fd29b77 --- /dev/null +++ b/_sources/ai/chat/examples.yaml @@ -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 + diff --git a/_sources/ai/wispera/bblock.json b/_sources/ai/wispera/bblock.json new file mode 100644 index 0000000..a459ce0 --- /dev/null +++ b/_sources/ai/wispera/bblock.json @@ -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 +} diff --git a/_sources/ai/wispera/examples.yaml b/_sources/ai/wispera/examples.yaml new file mode 100644 index 0000000..fd29b77 --- /dev/null +++ b/_sources/ai/wispera/examples.yaml @@ -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 + diff --git a/_sources/kg-toolkit/bblock.json b/_sources/kg-toolkit/bblock.json new file mode 100644 index 0000000..4fa6351 --- /dev/null +++ b/_sources/kg-toolkit/bblock.json @@ -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 +} diff --git a/_sources/kg-toolkit/examples.yaml b/_sources/kg-toolkit/examples.yaml new file mode 100644 index 0000000..fd29b77 --- /dev/null +++ b/_sources/kg-toolkit/examples.yaml @@ -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 + diff --git a/_sources/prov/trace/bblock.json b/_sources/prov/trace/bblock.json index d470793..c191f6d 100644 --- a/_sources/prov/trace/bblock.json +++ b/_sources/prov/trace/bblock.json @@ -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 } diff --git a/bblocks-config-local.yml b/bblocks-config-local.yml index 81ef6a6..9706927 100644 --- a/bblocks-config-local.yml +++ b/bblocks-config-local.yml @@ -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' \ No newline at end of file + # 'https://analytic-transparency.surroundaustralia.github.io/': 'https://vigilant-adventure-g6z66n1.pages.github.io/build/register.json' \ No newline at end of file diff --git a/bblocks-config.yaml b/bblocks-config.yaml index fc629bb..42d6e7f 100644 --- a/bblocks-config.yaml +++ b/bblocks-config.yaml @@ -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)