{
"status": "OK",
"data": {
"OAI_ORE": {
"displayName": "OAI_ORE",
"mediaType": "application/json",
"isHarvestable": false,
"isVisibleInUserInterface": true
},
...
"schema.org": {
"displayName": "Schema.org JSON-LD",
"mediaType": "application/ld+json",
"isHarvestable": false,
"isVisibleInUserInterface": true
},
...
"croissant": {
"displayName": "Croissant",
"mediaType": "application/json",
"isHarvestable": false,
"isVisibleInUserInterface": true
},
...
}
As a side note, it might be interesting to show which formats are based on Schema.org.
From https://dataverse.harvard.edu/api/info/exportFormats it's hard to tell which formats are based on JSON-LD. Only one of three (
schema.org) is clearlyapplication/ld+json:For
croissantI opened this pull request (it also adds a profile, like this:application/ld+json; profile="http://mlcommons.org/croissant/1.0"):Should we make a similar change for
OAI_ORE? The spec at https://www.openarchives.org/ore/0.9/jsonld seems to preferapplication/ld+json:As a side note, it might be interesting to show which formats are based on Schema.org.