Hi,
Is there an effective way via sparql to first identify and then dedupe a
list of uri's that have been inferred to be the same via
inverseFunctionalProperty rule?

For example
define sql:table-option "index rdf_quad" define input:inference
"wsf_inference_rule1"
SELECT *
WHERE {<http://localhost:8890/OE/sales_reps/SALES_REP_ID/145#this> ?p ?o}

and

define sql:table-option "index rdf_quad" define input:inference
"wsf_inference_rule1"
SELECT *
WHERE {<http://localhost:8890/HR/employees/EMPLOYEE_ID/145#this> ?p ?o}

will return exactly the same results as they've been identified as the same
using IVP.

So first up. What is a query I can run the will confirm that they are indeed
the same.

Secondly if I have a list of 10 uri's. Is there a way of quickly deduping
down to a set that describes the unique list of entities?

Cheers
Mark

Reply via email to