You received this message because you are subscribed to a topic in the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/topbraid-users/975Tv5ukhog/unsubscribe.
To unsubscribe from this group and all its topics, send an email to topbraid-user...@googlegroups.com.
Simon,
TopBraid workspace implements graphs as specified by the relevant W3C specifications. A TopBraid workspace defines a dataset consisting of multiple named graphs. Each file in the workspace that either directly contains RDF triples (such as a .TTL file) or is a connector to an external data source (such as SPARQL Endpoint, RDFa site or external database) is a named graph.
Each graph needs an identity and TopBraid uses baseURI as graphs’ identity. Without having a way to identify graphs, it would not be possible to act on owl:import statements as there would be no way to identify what is being imported. Nor would it be possible to say which graph is being queried in a SPARQL query.
For more information, please refer to Help -> TopBraid Composer > RDF and TopBraid >Named Graphs and Base URIs in TopBraid
Regards,
Irene