You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, Skosmos does not list JSON-LD version of the vocabulary (its data dump) on the vocabulary page, even though it may be declared and downloaded via the REST API.
The culprit seems to be here (see the code below); there is no treatment for JSON-LD.
As application/ld+json is already in supported formats, no other changes are required. EasyRdf interprets .jsonld files as such so no dc:format declaration is required (just tested).
The text was updated successfully, but these errors were encountered:
At the moment, Skosmos does not list JSON-LD version of the vocabulary (its data dump) on the vocabulary page, even though it may be declared and downloaded via the REST API.
The culprit seems to be here (see the code below); there is no treatment for JSON-LD.
Skosmos/view/vocab-shared.twig
Lines 58 to 76 in 91a30e5
As
application/ld+json
is already in supported formats, no other changes are required. EasyRdf interprets.jsonld
files as such so nodc:format
declaration is required (just tested).The text was updated successfully, but these errors were encountered: