W3C home > Mailing lists > Public > www-rdf-interest@w3.org > November 2001

property inference rule

From: Nikita Ogievetsky <nogievet@cogx.com>
Date: Mon, 5 Nov 2001 09:33:00 -0800
Message-ID: <00fd01c1661f$f38f7910$0a01a8c0@COWS>
To: <www-rdf-interest@w3.org>
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

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:44:33 UTC