[
https://issues.apache.org/jira/browse/JENA-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marco Brandizi updated JENA-1016:
---------------------------------
Description:
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
:-)
was:
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, which makes sense here :-)
> Typo in owl-b.rules
> -------------------
>
> Key: JENA-1016
> URL: https://issues.apache.org/jira/browse/JENA-1016
> Project: Apache Jena
> Issue Type: Bug
> Reporter: Marco Brandizi
> Original Estimate: 1m
> Remaining Estimate: 1m
>
> 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 :-)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)