You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,10 +65,17 @@ Creating structured data files (or schemas) manually can be complex and error-pr
65
65
66
66
***Documentation Generation** – Generate documentation from JSON schemas, with export to a Markdown file.
67
67
68
-
***AI-Assisted Schema/Data Creation and Editing** – Use AI to help create or edit schemas and instance data with natural language inputs.
68
+
***AI-Assisted Schema/Data Creation and Editing** – Use AI to help create or edit schemas and instance data with natural language inputs.
69
69
70
-
***AI-Assisted Transformation of Instance Data** – Automatically transform existing instance data to conform to the target schema using AI-generated mappings, which are then applied deterministically. This also works for very large documents.
70
+
***AI-Assisted Transformation of Instance Data** – Automatically transform existing instance data to conform to the target schema using AI-generated mappings, which are then applied deterministically. This also works for very large documents.
71
71
72
+
***Transformation to JSON-LD** – Convert JSON data to JSON-LD using AI-assisted RML mapping.
73
+
74
+
***RDF Authoring Panel** – Inspect and edit RDF data through two synchronized tabs: **Context** and **Triples** in RDF Panel.
75
+
76
+
***RDF Data Exploration** – Run AI-assisted SPARQL queries on RDF data and inspect or visualize the results.
77
+
78
+
***Knowledge Graph Visualization** – Display RDF triples as an interactive graph, synchronized with the JSON-LD document.
72
79
73
80
🛠️ Development
74
81
---------------
@@ -107,7 +114,7 @@ Explore how to use MetaConfigurator with real-world examples:
107
114
108
115
***[External References](./documentation_user/examples/external_references)** – Learn how to handle external references in MetaConfigurator.
109
116
110
-
117
+
***[RDF Panel](./documentation_user/examples/rdf)** – Learn how to use MetaConfigurator to explore Semantic data.
111
118
112
119
📚 Read the full [User Documentation](./documentation_user).
0 commit comments