opencaesar / owl-adapter

The OML adapter for OWL
Apache License 2.0
0 stars 2 forks source link

error in SWRL rules generation for reified relationships #1

Closed StevenJenkinsJPL closed 4 years ago

StevenJenkinsJPL commented 5 years ago

xSource(?r, ?s) ^ xTarget(?r, ?t) -> x(?s, ?s)

should be

xSource(?r, ?s) ^ xTarget(?r, ?t) -> x(?s, ?t)

melaasar commented 4 years ago

Fixed