Hi @Laura_Firey!
After solving the Links and attributes not displaying between classes and their instances, a question arose.
I understand that inserting the data directly in the model will have unexpected and undesired behaviors.
You mentioned one can insert data to a named graph using the SPARQL Queries view, however, users like myself might need to use the Turtle Text Editor to work with our Named Graphs.
I tried adding a named graph to the Turtle file, like one can do in a TriG file, but that didn't work. I get this error:
1. How can one work with Named Graphs in Stardog Studio using the Text Editor?
Also, data from Named Graphs doesn't seem to be stored in the model file (text editor), and it seems to persist after removing models.
2. Where is the data from Named Graphs stored altogether?
Thanks in advance!