Fix bug in RDF generation in R4B

This commit is contained in:
Grahame Grieve 2022-09-15 08:58:52 +02:00
parent 35233ee1e5
commit f4aed6f2a2
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ public class RdfParser extends RdfParserBase {
}
protected void composeDataType(Complex t, String parentType, String name, DataType element, int index) {
composeDataType(t, parentType, name, element, index);
composeElement(t, parentType, name, element, index);
}