Hi John,
On Aug 15, 2011, at 7:00 PM, John Perdoni wrote: > Hi , I wonder if you could clarify how the .tbc form file is associated with > a .n3 or .ttl file. Having read the help files I see that the forms a created > using forms.owl, but I can see no reference to this namespace as having been > imported to an ontology with modified forms for each class instance. > > If I want to change the format of a file from .n3 to.ttl how can I keep or > reassociate the form information with that file as an aside, .n3 and .ttl are (in Jena at least) the same output, except for the file ending. > > ie if I use the File---Export---Export/Merge/Convert RDF Graphs option to > export a .n3 as a .ttl file, (ticking only the file in question and not other > imports) once I reopen this file it has lost all its form information. Use Save As... and change the name there. The association between the forms and the actual ontology is via the file name only, i.e. take the file name and add .tbc for the file containing the form metadata. So ex.ttl automatically gets the form definitions from a file ex.ttl.tbc (if it exists). Regards, Holger -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include TopBraid Composer, TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-users?hl=en
