Hello
I use TopBraid Free Edition. I try to create a new property with the help 
of CONSTRUCT rule. The property should have a propertyChainAxiom. I use the 
following test rule:
CONSTRUCT {
    ?r a owl:ObjectProperty .
    ?r owl:propertyChainAxiom _:b0 .
    _:b0 rdf:first rdf:nil .
}
WHERE {
    BIND (IRI("abc") AS ?r) .
}

I bind the rule to a class and create an instance of this class. Then I 
start inference process. And it goes into infinite loop. What did I make 
wrong?
Thanks in advance!

-- 
You received this message because you are subscribed to the Google Group 
"TopBraid Suite Users", the topics of which include Enterprise Vocabulary 
Network (EVN), Reference Data Manager (RDM), TopBraid Composer, TopBraid Live, 
TopBraid Insight, 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