Skip to content

Commit e0ab504

Browse files
committed
Remove 'plain' literals
1 parent 06928b5 commit e0ab504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ofn_2_ldtab/util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub fn translate_literal(s: &str) -> Value {
1818
None => json!("Error"),
1919
}
2020
} else {
21-
json!("_plain")
21+
json!("<http://www.w3.org/2001/XMLSchema#string>")
2222
}
2323
}
2424

0 commit comments

Comments
 (0)