On 10/28/2012 11:21 PM, Bruce Whealton wrote:
I mentioned the problem I had opening up an existing ontology inside TBC and you asked what did I see and what did I expect to see.  I expected to see a nice hierarchy of classes and properties.  That was exactly what I saw in Protege.  In TBC, I couldn't find any of the classes or properties that I knew existed in the ontology.  
See my comments again and your question: > I was 
> able to do this in Protege editor but I did something wrong in TBC.  I 
> created a project for this first then I put the ontology into the project 
> folder and then I opened it by double clicking on it in TBC. 

...and?  Was there an error?  What didn't happen that you expected?

Unfortunately, I'm still not sure what I can do to help you.  I can state the rules for viewing a class hierarchy, which is the same for any ontology editor:
  - any resource of type owl:Class will appear as a subclass of owl:Thing
  - any resource of type rdfs:Class will appear as a subclass of rdfs:Resource

I cannot state whether Protégé does this faithfully or what it may have done with your data model.

As stated, there are a couple of ways of viewing your data other than from the class hierarchy -  see http://www.topquadrant.com/products/TBS_FAQ.html#TBC6

1) Use the Triples View: Window > Show View > Triples to see all triples in the file

2) Use the SPARQL View and query the data.  For example, the following will find all OWL class definitions:

SELECT *
WHERE
{  ?s a owl:Class .
}

Beyond that, you may need to send screen shots or examples of your data for us to be able to help you any further.

-- Scott


--
-- You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), TopBraid Composer, TopBraid Live,
TopBraid Ensemble, SPARQLMotion, SPARQL Web Pages 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
 
 

Reply via email to