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. |
Serialize the UNS back to an RDF/OWL graph file for diff, archive, or upload to a triple store.
Technical Reference → Solution → Designer → Settings and Tools → Export → UNS as RDF/OWL Graph
N-Triples as the mental model. The Unified Namespace is a triple store by construction. Every UserType, Tag, AssetTree folder, and member corresponds to one or more RDF triples of the form |
.rj). W3C RDF/JSON. Default for graph round-trip..jsonld). Falls back to RDF/JSON in 10.1.5 with a warning. Native emitter ships in a future release.<SolutionName>_UNS_Graph.rj (or .jsonld).export_graph_model(format="rj", policy="iof") |
See skill Skill Export UNS as RDF.
Faithful round-trip at the UserType / Tag / member-def level. Columns expand back to triples:
FrameworX column | OWL emission |
|---|---|
| Subject IRI (class, individual, or predicate). |
|
|
|
|
|
|
|
|
| Individual triples keyed by |
owl:Restriction flavor (someValuesFrom / allValuesFrom / cardinality). FX captures target type, not restriction style.owl:unionOf / owl:intersectionOf anonymous classes. Flattened at import.Ontology stewards who need full OWL axiom fidelity should keep their source ontology as the truth and use FrameworX for operational data.
The exporter reads cold-start .dbsln values so the same solution produces the same graph every time. Runtime modifications to @Tag.X.Attributes made by scripts do NOT round-trip automatically. If you want runtime updates in the next export, run the promote_retentive_attributes MCP tool first. It copies the retentive overlay back into the cold-start columns.
Direct POST-to-SPARQL-endpoint is not in 10.1.5. Upload the exported file to GraphDB / Stardog / Fuseki manually. Direct push is on a future roadmap.
Related: Industrial Ontology Integration How-to · Import an OWL/RDF ontology into your UNS · Generate a visual report of your UNS · Industrial Ontology Demo