Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rdf4j-dev] owl:sameAs not correctly working

Hi all,

Using this query I expect that bob has 2 children, bobby and roberta as Bob owl:sameAs robert:

SELECT ?child
WHERE {
  <http://www.example.com/sameas#bob> <http://www.example.com/sameas#fatherOf> ?child .
}

My ontology is attached.

Could you have a look? When executing the query inferencing is enabled in the workbench.

Kind regards,
Johan,

Attachment: sameas.owl
Description: Binary data


Back to the top