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
RDFWriter
always uses theodml.resources.section_subclasses.yaml
when exporting an odml document to RDF.Add a
rdf_subclass=True
flag to theRDFWriter
and ensure that the RDF Subclassing feature is not used if theRDFWriter
is run with flagrdf_subclass=False
.