Just add to this, to find triples that do not appear in the Composer
interface (i.e. classes, properties), you can either use the Triples
View (Window > Show View > Triples) or submit q query in the SPARQL
View such as
SELECT *
WHERE
{ ?s ?p ?o .
}...and explore from there. See also http://groups.google.com/group/topbraid-users/browse_thread/thread/7902d89f832f9c0f -- Scott On Dec 28, 5:41 pm, Holger Knublauch <[email protected]> wrote: > On Dec 28, 2010, at 5:02 AM, Benson Margulies wrote: > > > My original problem is that TB reads the model, and immediately > > complains that I am lacking imports for no apparent reason, and then > > doesn't show me the actual ontology (unless I pull on 'show local > > resources' first). It's not a very big model. > > Benson, from the files that you have sent me off-list I am not able to > reproduce the problems you describe. You may need to provide more details and > step-by-step instructions. If the check for missing imports is annoying, you > can switch it off in the TBC Input/Output preferences. If nothing seems to > show up, then the model probably does not define any classes and properties, > but just instances (this was the case with one of the example files). > > 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
