https://github.com/hydroshare/hsmodels/blob/main/hsmodels/schemas/resource.py#L201
The missing properties can be found on the django model for ToolResourceMetadata https://github.com/hydroshare/hydroshare/blob/develop/hs_tools_resource/models.py#L541
Add these properties to the model here along with tests demonstrating (de)serialization of the RDF xml.
https://github.com/hydroshare/hsmodels/blob/main/hsmodels/schemas/resource.py#L201
The missing properties can be found on the django model for ToolResourceMetadata https://github.com/hydroshare/hydroshare/blob/develop/hs_tools_resource/models.py#L541
Add these properties to the model here along with tests demonstrating (de)serialization of the RDF xml.