iodepo / odis-arch

Development of the Ocean Data and Information System (ODIS) architecture
https://book.odis.org/
27 stars 16 forks source link

Connection between RDA (Research Data Australia) & ODIS #173

Open jmckenna opened 1 year ago

jmckenna commented 1 year ago

(placeholder to track upcoming development & discussions between RDA & Ocean InfoHub)

lizwoods commented 1 year ago

Hi Jeff,

As discussed at our online meeting ARDC would provide a "handcrafted" site map for initial investigations. Could you please use https://researchdata.edu.au/home/sitemap/?ds=64 as the sitemap? This sitemap has listed url elements that have embedded JSON-LD. A change request has been raised to optionally change these urls to the actual JSON-LD file.

jmckenna commented 1 year ago

thanks @lizwoods it looks like a good test indeed, will add it into the ODIS config and see. thanks!

jmckenna commented 1 year ago

@lizwoods the first initial step is completed: nightly check on your sitemap, which returns 1,971 valid resources with JSON-LD, excellent. The next step is the big one, bringing this into the ODIS graph... @fils there is a new 'rda' entry in sources.yaml in the schema-dev branch.

jmckenna commented 10 months ago

@lizwoods :

Regarding adding &format=json to the sitemap requests, it causes all of our tools to break.

I believe this is because the content-type headers in the response for https://researchdata.edu.au/home/sitemap/?ds=384 are set to application/xml

but for https://researchdata.edu.au/home/sitemap/?ds=384&format=json the content-type headers in the response are set to text/plain, and therefore the url is rejected as a sitemap.

Thoughts?