home.social

#virtuosordbms — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #virtuosordbms, aggregated by home.social.

  1. Tools used:

    1. Anthropic’s Claude Code as the AI agent

    2. DeepSeek-v4 as the LLM

    3. Virtuoso Data Spaces platform, comprising:

    * A WebDAV-based filesystem for hosting generated RDF, HTML, and Markdown documents
    * A high-performance DBMS engine that automatically ingests and manages these documents
    * Support for RDF graphs and relational tables accessible via SQL, SPARQL, GraphQL, etc. (note: we also have openCypher and GQL in the works to bury all distractions)

    #VirtuosoRDBMS

  2. What’s going on here?

    Prompts are being processed through queries executed against a Knowledge Graph (KG)—all thanks to loose coupling. The target KG could reside locally, live on the Web, or be part of the vast Linked Open Data (LOD) cloud.

    #A2A #MCP #VirtuosoRDBMS #AI #Agentic #GenAI

  3. Architecture? As depicted in the attached image.

    BTW -- @Google Gemini can generate pretty accurate diagrams using @drawio XML!

    #A2A #MCP #OPAL #VirtuosoRDBMS #AI #Agentic

  4. A simple GUI-based screencast demo of the @openlink AI Layer (OPAL), showing what’s now possible via MCP + A2A—namely, composing and orchestrating agentic workflows through loosely coupled software.

    How?

    An Agent Host routes tasks to Agents via A2A. Agents then invoke MCP-accessible tools (functions, procedures, APIs) described using JSON/YAML and exposed via OpenAPI.

    Just another example of the Semantic Web vision in action—modernized for the AI era. 😀

    #MCP #A2A #VirtuosoRDBMS #OPAL

  5. Here’s a DataTwingler AI Agent configuration in Markdown, designed for interacting with UniProt’s massive Knowledge Graph, which consists of 210 billion machine-computable statements of fact, meticulously curated by domain experts.

    github.com/OpenLinkSoftware/As

    This AI Agent enables scalable, explainable, and verifiable AI interactions with UniProt’s Knowledge Graph, seamlessly integrating LLMs with high-quality biomedical data via its #VirtuosoRDBMS-based SPARQL query services endpoint.

  6. UniProt’s latest publicly accessible Knowledge Graph now contains 210,122,358,019 RDF triples—powered by our (@openlink) #VirtuosoRDBMS open-source edition, live on the Web and available to AI Agents, Applications and Services across life sciences, genomics, bioinformatics, molecular biology, and related fields.

    Utility?

    210,122,358,019 factual statements, curated by domain experts, in subject, predicate, and object sentence form—all accessible via a live SPARQL Query Service endpoint.

  7. Boom! The OpenLink Software AI Layer (#OPAL) now supports Anthropic's #Claude language models. See comments for a #DataTwingler #AI Agent demo executing #SPARQL and #SQL queries via a live #VirtuosoRDBMS instance. Screencast Demo: www.openlinksw.com/data/screenc...

  8. Boom!

    The OpenLink Software #AI Layer (#OPAL) now supports AnthropicAI's #Claude language models.

    See comments for a #DataTwingler AI Agent demo executing #SPARQL and #SQL queries via a live #VirtuosoRDBMS instance.

    Remember, query scope is SPARQL, #ODBC, or #JDBC accessible data sources.

    #GenAI #UseCase #DBpedia #KnowledgeGraph #LinkedData #LODCloud

  9. Boom!

    A high-performance platform for managing data as relational tables or graphs—this #VirtuosoRDBMS edition powers the massive #LODCloud #KnowledgeGraph, fueling modern #AI Agents with domain-expert curated #DataSpaces.

    #OpenSource #SQL #SPARQL #GenAI #LinkedData

  10. Q: Can recent #GenAI innovations really optimize Customer Support?

    A: Absolutely! With #Firefox’s recent #LLM integration, I can even demonstrate this benefit via split-screen using our #VirtuosoRDBMS support assistant and #CustomGPT.

    See: openlinksw.com/data/gifs/firef

    #SmartAgent #AI #UseCase

  11. I've published a detailed article about #ChatGPT hallucination minimization using predefined #SPARQL-based query templates scoped to Linked Open Data (LOD) Cloud Knowledge Graphs such as #UniProtKB, #RHEA, #chEBI, and #OMIM.

    Read: linkedin.com/pulse/reducing-ha .

    #HowTo #UseCase #VirtuosoRDBMS #SemanticWeb #LinkedData #KnowledgeGraph #AI #GenAI

  12. Retrieval Augmented Generation (RAG) is a technique for hallucination minimization when exploiting the prowess of #LLM-based natural language processors and code generators.

    Example.

    netid-qa.openlinksw.com:8443/c

    Answering Data Access Drivers related questions.

    #ODBC #SQL #SPARQL #RAG #HowTo #AI #LLMs #VirtuosoRDBMS

  13. Virtuoso 08.03.3339 PAGO edition for the Amazon Web Services (#AWS) cloud is now live.

    Highlights include:

    * #IndieAuth & #RelMeAuth auth protocols support for self-sovereign identity (#SSI)
    * #ActivityPub & #ActivityStreams Support
    * #OpenAI Web Service import and export
    * Enhanced native support of both #JSON and #JSONLD

    Product Page: aws.amazon.com/marketplace/pp/

    #KnowledgeGraph #VirtuosoRDBMS #SQL #SPARQL #LinkedData #DBMS #GraphDatabase #SemanticWeb

  14. Virtuoso 08.03.3339 PAGO edition for the Amazon Web Services (#AWS) cloud is now live.

    Highlights include:

    * #IndieAuth & #RelMeAuth auth protocols support for self-sovereign identity (#SSI)
    * #ActivityPub & #ActivityStreams Support
    * #OpenAI Web Service import and export
    * Enhanced native support of both #JSON and #JSONLD

    Product Page: aws.amazon.com/marketplace/pp/

    #KnowledgeGraph #VirtuosoRDBMS #SQL #SPARQL #LinkedData #DBMS #GraphDatabase #SemanticWeb

  15. Virtuoso 08.03.3339 PAGO edition for the Amazon Web Services (#AWS) cloud is now live.

    Highlights include:

    * #IndieAuth & #RelMeAuth auth protocols support for self-sovereign identity (#SSI)
    * #ActivityPub & #ActivityStreams Support
    * #OpenAI Web Service import and export
    * Enhanced native support of both #JSON and #JSONLD

    Product Page: aws.amazon.com/marketplace/pp/

    #KnowledgeGraph #VirtuosoRDBMS #SQL #SPARQL #LinkedData #DBMS #GraphDatabase #SemanticWeb

  16. What's going on here?

    Three #VirtuosoRDBMS hosted stored procedures/functions that handle #SQL, #SPARQL, or #SPASQL declarative query language processing. Plus native #Websockets support for duplex comms.

    #OpenAI's completions #API for #ChatGPT that supports external function invocation using callbacks.

    An #HTML based single-page app providing a thin skin that provides a basic conversation interface.

  17. What's going on here?

    Three #VirtuosoRDBMS hosted stored procedures/functions that handle #SQL, #SPARQL, or #SPASQL declarative query language processing. Plus native #Websockets support for duplex comms.

    #OpenAI's completions #API for #ChatGPT that supports external function invocation using callbacks.

    An #HTML based single-page app providing a thin skin that provides a basic conversation interface.

  18. What's going on here?

    Three #VirtuosoRDBMS hosted stored procedures/functions that handle #SQL, #SPARQL, or #SPASQL declarative query language processing. Plus native #Websockets support for duplex comms.

    #OpenAI's completions #API for #ChatGPT that supports external function invocation using callbacks.

    An #HTML based single-page app providing a thin skin that provides a basic conversation interface.

  19. What's going on here?

    Three #VirtuosoRDBMS hosted stored procedures/functions that handle #SQL, #SPARQL, or #SPASQL declarative query language processing. Plus native #Websockets support for duplex comms.

    #OpenAI's completions #API for #ChatGPT that supports external function invocation using callbacks.

    An #HTML based single-page app providing a thin skin that provides a basic conversation interface.

  20. What's going on here?

    Three #VirtuosoRDBMS hosted stored procedures/functions that handle #SQL, #SPARQL, or #SPASQL declarative query language processing. Plus native #Websockets support for duplex comms.

    #OpenAI's completions #API for #ChatGPT that supports external function invocation using callbacks.

    An #HTML based single-page app providing a thin skin that provides a basic conversation interface.

  21. Loose coupling with Knowledge Graphs offers an #LLM hallucination minimization solution.

    You can pull this off using our #VirtuosoRDBMS via the #ChatGPT #SPARQL plugin that we recently released.

    Example: chat.openai.com/share/38fba060

    Or from within an instance, courtesy of #OpenAI external function integration.

    Example: netid-qa.openlinksw.com:8443/c

    #KnowledgeGraph #SemanticWeb #LinkedData #ChatGPT #SPARQL #UseCase #OpenAPI #WebWeWant #CDO #CIO #CMO #CTO

  22. Here's a screencast demonstration showcasing a #ChatGPT prompt for obtaining a machine-computable description of a webpage, in #JSONLD format.

    youtu.be/k7O3UoZqwQo

    Note, this feature requires #GPT4 with Web Browsing enabled.

    #SEO #SSEO #LinkedData #SemanticWeb #SPARQL #HowTo #LLMs #AI #AGI #VirtuosoRDBMS

  23. #Screencast demonstrating the power of hyperlinks as tools for self-sovereign identity, featuring usage of the RelAuthMe authentication protocol in our #VirtuosoRDBMS atop #OAuth Identity Provider (IdP) services provided by #Mastodon and #GitHub.

    youtu.be/9nHoRLVIGQg

    #RelAuthMe #OAuth #Identity #Authenticity #SSI #Privacy #NetID #YouID #WebID #ABAC

  24. #Screencast demonstrating the power of hyperlinks as tools for self-sovereign identity, featuring usage of the RelAuthMe authentication protocol in our #VirtuosoRDBMS atop #OAuth Identity Provider (IdP) services provided by #Mastodon and #GitHub.

    youtu.be/9nHoRLVIGQg

    #RelAuthMe #OAuth #Identity #Authenticity #SSI #Privacy #NetID #YouID #WebID #ABAC

  25. #Screencast demonstrating the power of hyperlinks as tools for self-sovereign identity, featuring usage of the RelAuthMe authentication protocol in our #VirtuosoRDBMS atop #OAuth Identity Provider (IdP) services provided by #Mastodon and #GitHub.

    youtu.be/9nHoRLVIGQg

    #RelAuthMe #OAuth #Identity #Authenticity #SSI #Privacy #NetID #YouID #WebID #ABAC

  26. #Screencast demonstrating the power of hyperlinks as tools for self-sovereign identity, featuring usage of the RelAuthMe authentication protocol in our #VirtuosoRDBMS atop #OAuth Identity Provider (IdP) services provided by #Mastodon and #GitHub.

    youtu.be/9nHoRLVIGQg

    #RelAuthMe #OAuth #Identity #Authenticity #SSI #Privacy #NetID #YouID #WebID #ABAC

  27. #Screencast demonstrating the power of hyperlinks as tools for self-sovereign identity, featuring usage of the RelAuthMe authentication protocol in our #VirtuosoRDBMS atop #OAuth Identity Provider (IdP) services provided by #Mastodon and #GitHub.

    youtu.be/9nHoRLVIGQg

    #RelAuthMe #OAuth #Identity #Authenticity #SSI #Privacy #NetID #YouID #WebID #ABAC

  28. The Virtuoso Multi-Protocol Authentication Layer (VAL) now includes support for the #RelAuthMe authentication protocol.

    Benefit?
    Link In Bio style profile doc integration with fine-grained acls that protect both #SQL- and #SPARQL-accessible data in a #VirtuosoRDBMS instance.

    #SSI #Privacy #LinkedData #Identity #ABAC

  29. The Virtuoso Multi-Protocol Authentication Layer (VAL) now includes support for the #RelAuthMe authentication protocol.

    Benefit?
    Link In Bio style profile doc integration with fine-grained acls that protect both #SQL- and #SPARQL-accessible data in a #VirtuosoRDBMS instance.

    #SSI #Privacy #LinkedData #Identity #ABAC

  30. The Virtuoso Multi-Protocol Authentication Layer (VAL) now includes support for the #RelAuthMe authentication protocol.

    Benefit?
    Link In Bio style profile doc integration with fine-grained acls that protect both #SQL- and #SPARQL-accessible data in a #VirtuosoRDBMS instance.

    #SSI #Privacy #LinkedData #Identity #ABAC