Skip to content

Commit a1cc37b

Browse files
committed
Added Web-Algebra section to README
1 parent 4805514 commit a1cc37b

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,36 @@ The environment variable `JENA_HOME` is used by all the command line tools to co
218218

219219
These demo applications can be installed into a LinkedDataHub instance using `make install`. You will need to provide the path to your WebID certificate as well as its password.
220220

221+
## AI-Powered Automation
222+
223+
### [Web-Algebra](https://github.com/AtomGraph/Web-Algebra)
224+
225+
Web-Algebra enables AI agents to consume Linked Data and SPARQL as well as control and automate LinkedDataHub operations through natural language instructions.
226+
This innovative system translates human language into JSON-formatted RDF operations that can be executed against your LinkedDataHub instance.
227+
228+
**Key capabilities:**
229+
* **Natural Language to RDF Operations**: Translate complex instructions into executable semantic workflows
230+
* **LLM Agent Integration**: AI agents can compose and execute complex multi-step operations automatically
231+
* **Atomic Execution**: Complex workflows are compiled into optimized JSON "bytecode" that executes as a single unit
232+
* **Model Context Protocol (MCP)**: Interactive tools for AI assistants to manage LinkedDataHub content
233+
234+
**Example use cases:**
235+
236+
*Business Analytics:*
237+
> Analyze quarterly sales performance from our Northwind dataset, identify the top 5 customers by revenue, and create an interactive dashboard showing regional sales trends with automated alerts for territories underperforming by more than 15%
238+
239+
*FAIR Life Sciences Integration:*
240+
> Query federated endpoints for protein interaction data from UniProt, gene expression profiles from EBI, and clinical trial outcomes from ClinicalTrials.gov, then integrate these datasets through SPARQL CONSTRUCT queries, create cross-references using shared identifiers, and embed the unified knowledge graph into an interactive research article with live data visualizations
241+
242+
**Perfect for:**
243+
* Business intelligence automation and reporting
244+
* Federated biomedical data integration and analysis
245+
* AI-assisted research data discovery and linking
246+
* Natural language interfaces to knowledge graphs
247+
* Intelligent data processing and monitoring pipelines
248+
249+
See the [Web-Algebra repository](https://github.com/AtomGraph/Web-Algebra) for setup instructions and examples of AI agents managing LinkedDataHub instances.
250+
221251
## How to get involved
222252

223253
* contribute a new LDH application or modify [one of ours](https://github.com/AtomGraph/LinkedDataHub-Apps)

0 commit comments

Comments
 (0)