Skip to content
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

Harvest ESRI Open Data via DCAT #4541

Open
jamessewell opened this issue Mar 24, 2020 · 2 comments
Open

Harvest ESRI Open Data via DCAT #4541

jamessewell opened this issue Mar 24, 2020 · 2 comments
Labels
stale stale issue flagged for closure.

Comments

@jamessewell
Copy link

I've done some searching - but I don't think this is directly possible at the moment.

ESRI open data provides a data.json file in the DCAT format. Other solutions like CKAN are capable of using this for harvest.

An example: https://vicroadsopendata-vicroadsmaps.opendata.arcgis.com/data.json

Cheers,
James

@fxprunayre
Copy link
Member

An option would be to use something like #4034 but needs some more work.

@stijngoedertier
Copy link
Contributor

See also the harvester for the DCAT-AP schema plugin https://github.com/metadata101/dcat-ap1.1

Because it uses Apache Jena to read the RDF, it can deal with several RDF syntaxes: json-lod, rdf/xml, ttl, etc.

Currently, the harvester inserts metadata as DCAT-AP RDF-XML, but you can also make it work for other schemas like ISO19139. Basically, you will need to write an XSLT similar to this one rdf-to-xml.xsl and a Java Harvester similar to this one.

@ticheler ticheler added the stale stale issue flagged for closure. label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale stale issue flagged for closure.
Projects
None yet
Development

No branches or pull requests

4 participants