Currently the RDFWriter always uses the odml.resources.section_subclasses.yaml when exporting an odml document to RDF.
Add a rdf_subclass=True flag to the RDFWriter and ensure that the RDF Subclassing feature is not used if the RDFWriter is run with flag rdf_subclass=False.
Currently the
RDFWriteralways uses theodml.resources.section_subclasses.yamlwhen exporting an odml document to RDF.Add a
rdf_subclass=Trueflag to theRDFWriterand ensure that the RDF Subclassing feature is not used if theRDFWriteris run with flagrdf_subclass=False.