ckan / ckanext-dcat

CKAN ♥ DCAT
164 stars 142 forks source link

Introduce interface method `after_parsing` #196

Closed seitenbau-govdata closed 3 years ago

seitenbau-govdata commented 3 years ago

Adds a new harvester interface method which is called just after the content from the remote RDF file has been parsed.

It allows to interact with the RDF parser instance, which can be useful to work with the graph and put it to other stores, e.g. a triple store.