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:
-
Whether n10s is supported in AuraDB Professional Trial
-
Whether it needs to be enabled manually
-
Which Aura tier supports n10s and RDF/TTL import features
-
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.