New for 10.1.5 (draft preview). This page previews a feature shipping in FrameworX 10.1.5 (planned April 2026). The feature is not available in 10.1.4 or earlier. Content under review.

AI skill: import an RDF/OWL/ISA-88/ISA-95/IOF ontology file into the FrameworX Unified Namespace using the import_graph_model MCP tool.

AI IntegrationPlatform Skills Library → Import Industrial Ontology


When to invoke

Preconditions

  1. Solution open in Designer (check via get_state).
  2. User has AllowEditTags permission.
  3. Source file reachable from Designer, OR an inline RDF/JSON string, OR a SPARQL endpoint URL.

Steps

  1. Confirm the solution is the right target. If not, offer to create_solution or open_solution.
  2. Pick a policy: iof for IOF ontologies, isa88 for batch hierarchies, custom-starter for unknown schemas. Ask the user if unsure.
  3. Run dry-run first:
    import_graph_model(source="file", file_path="C:/.../file.rj", policy="iof", dry_run=true)
  4. Summarize the dry-run to the user: class count, instance count, warnings[]. Flag cycles and multi-parent cases.
  5. On user approval, re-run with dry_run=false.
  6. Call generate_uns_visual(scope="full") to verify the imported structure visually.

Gotchas to surface

See also