-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Jena 3.0.1
-
Component/s: None
-
Labels:None
I think there is a syntax error at https://github.com/apache/jena/blob/master/jena-core/src/main/resources/etc/owl-b.rules#L310:
[sameIndividualAs3: (?X owl:sameAs ?Y), (?X rdf:type owl:Thing), (?Y rdf:type old:Thing)
-> (?X owl:sameIndividualAs ?Y) ]
old:Thing doesn't appear to be any well known class that could make sense here