2

Animal_Loverclass は、 と呼ばれる 3 つのプロパティを持つクラスですhasPet

Personスミスは 3 匹の動物を飼育しており、クラスに属しています。

この時点で、ルールが機能するときに smith を animal_lover クラスに自動的に含めるルール (.pie) をどのように記述すればよいでしょうか?

Prefices {
    test : http://www.example.com/test#
    rdf : http://www.w3.org/1999/02/22-rdf-syntax-ns#
    owl : http://www.w3.org/2002/07/owl#
    xsd : http://www.w3.org/2001/XMLSchema#
    rdfs : http://www.w3.org/2000/01/rdf-schema#
}
Axioms {}

Rules {
    Id: rule1
        a <test:hasPet> b
        a <test:hasPet> d
        a <test:hasPet> c           
        -----------------------
        a <rdf:type> <test:Animal_Lover>
}

このルールは機能しません。

4

1 に答える 1