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 ontology file into the FrameworX Unified Namespace using the import_graph_model MCP tool. Ships with policy starters for ISA-88 and IOF.
AI Integration → Platform Skills Library → Import Industrial Ontology
get_state).AllowEditTags permission..rj) reachable from Designer, OR an inline RDF/JSON string. Other serializations (JSON-LD, Turtle, RDF/XML, N-Triples on disk) are on the roadmap — use .rj for reliable import in 10.1.5. If the user has only a SPARQL endpoint, fetch the graph via WebData first and pass the RDF/JSON response as inline content.create_solution or open_solution.iof for IOF ontologies, isa88 for batch hierarchies, custom for unknown schemas (or omit the parameter for defaults). Ask the user if unsure.import_graph_model(source="file", file_path="C:/.../file.rj", policy="iof", dry_run=true)
warnings[]. Flag cycles and multi-parent cases.dry_run=false.generate_uns_visual(scope="full") to verify the imported structure visually..rj (RDF/JSON). If the user has Turtle, JSON-LD, RDF/XML, or N-Triples, ask them to convert to RDF/JSON first (many graph tools offer this export). Non-.rj formats are on the roadmap; today the import will fail or silently fall back./Attr convention. Typed individuals become tags at <path>/<name>/Attr. Folders auto-create. Explain if the user is surprised by the trailing /Attr.skip (user edits win). Ask before switching to overwrite.Attributes do not round-trip automatically. Run promote_retentive_attributes first if the user expects them to.