OpenRiskNet / tess

Repository with metadata info about events and tutorials to be harvested by ELIXIR TeSS.
MIT License
0 stars 0 forks source link

add example BioSchemas:Event JSON-LD #1

Open egonw opened 5 years ago

egonw commented 5 years ago

Related to https://github.com/OpenRiskNet/home/issues/45

egonw commented 5 years ago

OK, I had a go at it: https://openrisknet.github.io/tess/sitemap.xml

egonw commented 5 years ago

cc @njall @mkuzak

njall commented 5 years ago

Hi Egon,

Sorry about the delay. My workload has been crazy lately. It looks like the idea is provide a repository of JSONLD snippets listing relevant events/tutorials that TeSS can pick up by following the URLs contained in the sitemap.

Will there be pages showing this data too, or is it intended to be a hidden site that is only surfaced in TeSS?

If the former and you wanted to make it a publicly viewable site that shows off this data, then the sitemap would be useful. The sitemap could also be generated using a jekyll plugin to lower the maintenance costs.

If the latter; TeSS doesn't really need the sitemap here. We can write a script to git pull the repo and load any .jsonld files we find.

egonw commented 5 years ago

The .jsonld may not actually all end up in the same location/folder, but we could do it like that. Using the sitemap.xml would give us a bit more flexibility, e.g. to use subfolders, and to decide which JSON-LD files are ready for indexing, etc.