Hi Joakim,

if ontology2 owl:imports ontology1 and you have both files in TopBraid, the system will know that there is a dependency. Then, when you rename a resource, TopBraid will either automatically rename that resource (if the file is imported) or ask you whether it should also rename it in files that owl:import it.

I would encourage you to try it out in practice. Note that both files should be *saved* with TopBraid so that the system can inject some # comments into the header of the file which help manage such dependencies.

HTH
Holger



On 13/03/2017 17:03, joakim.soderberg via TopBraid Suite Users wrote:
Hi,

I am looking for a way to enforce consistency between two or more ontology files. Say for example /ontology1.ttl/ defines a class with an equivalence to another class in /ontology2.ttl/

ont1:Author
  rdf:type owl:Class ;
  owl:equivalentClass ont2:Writer ;

Assume someone makes an edit to ontology2.ttl and renames ont2:Writer to ont2:WriterPerson. The mapping in ontology1.ttl is no longer valid.
Can TopBraid detect this inconsistency and notify the editor?

thanks
-J
--
You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include the TopBraid Suite family of products and its base technologies such as SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to [email protected]
---
You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Group "TopBraid 
Suite Users", the topics of which include the TopBraid Suite family of products and 
its base technologies such as SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to [email protected]
--- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to