n10s Plugin Availability in AuraDB Professional Trial

Hi Team,

I am currently using an AuraDB Professional Trial instance on AWS us-east-1.

Instance Details:

  • AuraDB Professional Trial

  • AWS / us-east-1

  • 2GB Memory

I am trying to use the Neosemantics (n10s) plugin for RDF/TTL ontology import and SHACL validation.

However, when I run:

SHOW PROCEDURES
YIELD name
WHERE name CONTAINS 'n10s'
RETURN name;

no procedures are returned.

Also, commands like:

CALL n10s.graphconfig.show();

result in:
“The procedure n10s.graphconfig.show() was not found.”

APOC procedures are available in the instance.

Could you please confirm:

  1. Whether n10s is supported in AuraDB Professional Trial

  2. Whether it needs to be enabled manually

  3. Which Aura tier supports n10s and RDF/TTL import features

  4. Whether SHACL validation and inferencing are supported in AuraDB

Our use case involves ontology ingestion, TTL import, semantic graph configuration, and GraphRAG workflows.

Thank you.

Hi Rudeshwa,

The n10s plugin is not installed in Aura, and AuraDB doesn't permit custom server-side plugins. Let me ping some folks internally - they may have some questions around your use case.

Have you checked out rdflib-neo4j - RDFLib Store backed by neo4j - Neo4j Labs - its supported in AuraDB, and a little birdie told me that some big new things are "coming soon"