rxn.chemutils.rdf.property_parser

Functions

parse_properties(properties)

Parse the properties given in the RDF into a nested dictionary.

serialize_properties(properties)

Do the reverse operation compared to parse_properties.

Classes

PropertyParser()

To parse properties given in a RDF / MDL into a nested dictionary.

PropertySerializer()

Do the reverse operation compared to PropertyParser.