Skip to content
Snippets Groups Projects
Commit f1ab5561 authored by anonymous's avatar anonymous
Browse files
parents 6c5b4562 7e731b78
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,13 @@ class ODSHDCATdeProfile(DCATdeProfile):
return dataset_dict
return dataset_dict
def graph_from_dataset(self, dataset_dict, dataset_ref):
super(ODSHDCATdeProfile,self).graph_from_dataset(dataset_dict, dataset_ref)
# Enhance Distributions
# <dcatde:contributorID rdf:resource="http://dcat-ap.de/def/contributors/schleswigHolstein"/>
self.g.add((dataset_ref, DCATDE.contributorID, rdflib.URIRef("http://dcat-ap.de/def/contributors/schleswigHolstein")))
_RESOURCE_FORMATS_IMPORT = None
_RESOURCE_FORMATS_EXPORT = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment