class Distribution(Resource):
def __init__(self, uri: str):
NewMetadataResource.__init__(self, uri)
self.rdf_types.add(DCAT.Distribution)
Change NewMetadataResource to Resource in def __init__
Release csvcubed-models v0.1.10
Update csvcubed pyproject.toml so that csvcubed depends on csvcubed-models v0.1.10. Release csvcubed and then update csvcubed-pmd to depend on latest version of csvcubed.
Change NewMetadataResource to Resource in
def __init__
Release csvcubed-models v0.1.10
Update csvcubed pyproject.toml so that csvcubed depends on csvcubed-models v0.1.10. Release csvcubed and then update csvcubed-pmd to depend on latest version of csvcubed.