# `djangordf.properties` Declarative property descriptors. Each property owns its RDF serialisation (`to_rdf`) and deserialisation (`from_rdf`) and supports `many=True/False` cardinality. ```{eval-rst} .. automodule:: djangordf.properties :members: :show-inheritance: ```