Skip to content

Commit

Permalink
FIx translation of different individuals
Browse files Browse the repository at this point in the history
  • Loading branch information
ckindermann committed Aug 29, 2024
1 parent fccd94d commit 41dfe5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ofn_2_ldtab/axiom_translation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ pub fn translate_different_individuals_axiom(v: &Value) -> Value {
"graph":"graph", //TODO
"subject":blank_node,
"predicate":"owl:AllDifferent",
"object": {"owl:members":[{"object":operands, "datatype":"_JSON"}]}, //TODO remove datatype
"object": {"owl:distinctMembers":[{"object":operands, "datatype":"_JSON"}],"rdf:type":[{"datatype":"_IRI","object":"owl:AllDifferent"}]},
"datatype":"_JSON",
"annotation":annotation});
triple
Expand Down

0 comments on commit 41dfe5a

Please sign in to comment.