ai_graph

Function ai_graph 

Source
pub async fn ai_graph(
    description: String,
    output_path: String,
) -> Result<RunResult>
Expand description

Generate an RDF ontology using AI from a description

§Arguments

  • description - What the ontology should represent
  • output_path - Where to save the generated ontology (.ttl file)

§Example

await aiGraph('User management ontology', 'users.ttl');