Irene is correct.  Composer will automatically strip off some of the triples generated by an OWL reasoner, such as {?x rdfs:subClassOf ?x}, as this would create odd effects in the class tree.  And other things as well.  I think this is the overall process for  any OWL-based reasoner 1) set up model, 2) run inferences, 3) filter interferences that are disruptive and add no value.

-- Scott

On 6/22/12 11:10 AM, Irene Polikoff wrote:

Go to Inferences menu, then Configure Inferences... Check “Customize settings for <your graph>”, then check “Complete mode”.

 

Irene Polikoff

 

From: [email protected] [mailto:[email protected]] On Behalf Of PaulZH
Sent: Friday, June 22, 2012 10:50 AM
To: [email protected]
Subject: [topbraid-users] Re: difference in OWLIM inference results between used in SPARQLMotion versus from within TBC

 



Having a class hiërarchy
owl:Thing
    dcterms:Agent
         overheid: Agent
               overheid:Organisatie
                       overheid:Overheidsorganisatie
                              overheid:Gemeente

a) using a SPARQLMotion script
1) import RDF from workspace
2) applyOWLIM



For every :x rdf:type overheid:Gemeente OWLIM generates as expected:
:x rdf:type overheid:Overheidsorganisatie
:x rdf:type overheid:Organisatie
:x rdf:type overheid:Agent
:x rdf:type dcterms:Agent
:x rdf:type owl:Thing
:x rdf:type rdfs:Resource

    b) using TBC
run Inferences with engine OWLIM
none of those rdf:type statements are generated

What needs to be done to get the same results in TBC?

Paul

--
-- 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

--
-- 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

--
-- 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