- From: Nikita Ogievetsky <nogievet@cogx.com>
- Date: Mon, 5 Nov 2001 09:33:00 -0800
- To: <www-rdf-interest@w3.org>
Received on Monday, 5 November 2001 09:29:26 UTC
Does anybody know a way to express
an inference rule that from:
<person rdf:ID="A">
<hasBrother>
<person>
<hasDaughter rdf:resource="#C"/>
</person>
</hasBrother>
</person>
follows:
<person rdf:ID="A">
<hasNiece rdf:resource="#C">
</person>
In other words:
{hasNiece} = {hasBrother X hasDaughter}
I had been pondering over this for some time
and could not find an answer neither myself nor by asking some other people.
Thanks,
--Nikita.
Received on Monday, 5 November 2001 09:29:26 UTC