Skip to content

Commit b23175a

Browse files
committed
Fix data property assertion
1 parent e0ab504 commit b23175a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ofn_2_ldtab/translation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pub fn ofn_2_thick_triple(v: &Value) -> Value {
7474
axiom_translation::translate_negative_object_property_assertion_axiom(v)
7575
}
7676
Some("DataPropertyAssertion") => {
77-
axiom_translation::translate_object_property_assertion_axiom(v)
77+
axiom_translation::translate_data_property_assertion_axiom(v)
7878
}
7979
Some("NegativeDataPropertyAssertion") => {
8080
axiom_translation::translate_negative_data_property_assertion_axiom(v)

0 commit comments

Comments
 (0)