Looking at the definition of OWL 2 property chains in owlrl.spin.rdf:

# prp-spo2-2
CONSTRUCT {
    ?u1 ?p ?u3 .
}
WHERE {
    ?p owl:propertyChainAxiom ?x .
    ?x list:length 2 .
    ?x list:index ( 0 ?p1 ) .
    ?x list:index ( 1 ?p2 ) .
    ?u1 ?p1 ?u2 .
    ?u2 ?p2 ?u3 .
}

it seems that any property chain axiom containing more than two
properties is not supported. Am I reading this correctly and if so,
are there plans to extend it in future?

Regards,
Gerrit

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

Reply via email to