Hi Reto,

Thanks a lot for the pointer.
I will look at the clerezza, rdf smusher to get a better idea.

Regards,
Dileepa


On Mon, Aug 26, 2013 at 6:17 PM, Reto Bachmann-Gmür <r...@wymiwyg.com>wrote:

> Hi Dileepa
>
>
> Basic co-reference rule to be used is :
> > {?p a owl:IFP. ?a ?p ?x. ?b ?p ?x) => {?a :coref ?b}
> > {?p a owl:FP . ?a ?p ?x. ?a ?p ?y.) => { ?x :coref ?y}
> >
> > IFP : inverse-functional property
> > FP : functional property
> > coref : co-referent
> >
>
> :coref is owl:sameAs.
>
> You might be interested in checking out
>
> http://clerezza.apache.org/apidocs/org/apache/clerezza/rdf/utils/Smusher.htmlwhich
> does smashing based on IFP, it should be quite straight forward to
> support FP as well. Also a map could be used to reduce the time complexity.
>
> For guessing identity when there is no IFP or FP you might use a tool like
> LIMES or SILK.
>
> Cheers,
> Reto
>

Reply via email to