-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the DCAT2 schema plugin #183
Add the DCAT2 schema plugin #183
Conversation
@jeanpommier @fxprunayre you have worked on the plugin, could you please react on @jahow outputs about what seems to miss in the dcat editor, are we missing some confirmation, or is it well known that the feature is not implemented ? @jahow I think we should go for a submodule instead ? So we can contribute the enhancements/fixes we're going to make within the schema. |
Find the current status on the plugin |
To have the keywords autocompletion, you have to enable the virtual "all" thesaurus. This was an opinionated (and discussed) choice: to keep the edition ultra simple, we choose to limit the keywords entry to a single thesaurus. |
Taken from https://github.com/metadata101/dcat2 * added schema as a submodule * added module reference in gn-schemas * added dependency and artifact refs in web module
313cbaf
to
4ad23c0
Compare
it is now a submodule. |
This commit is a squash of geonetwork/core-geonetwork#5942 A simple harvester which takes a URL expecting for now a JSON document and loop over document identified by a JSONPointer and applying an XSL to convert to ISO format. This should allow GeoNetwork to harvest some of the opendata portal providing all various search API providing JSON response usually. Harvester / Simple URL / Paging and basic opendatasoft support. Json harvester: fix merge conflicts jsonHarvester: handle JSONLD format with @ in tag names jsonHarvester: add ESRI JSONLD DCAT transformation hack: to remove, extract uuid from URIs jsonHarvester: extract uuid from identifier https://data-atmo-hdf.opendata.arcgis.com/datasets/bac17d7d05a34242a8b22c535ecdb13d will extract bac17d7d05a34242a8b22c535ecdb13d
4ad23c0
to
4918e66
Compare
The DCAT2 plugin now points to a forked branch containing an ESRI DCAT conversion xsl
used by ODS to compute exports links
98f941a
to
052ac47
Compare
Followed instructions here: https://github.com/geonetwork/core-geonetwork/wiki/GeoNetwork-DCAT2-codesprint-April-2021#development
To do: