JSKOS is a JSON format with mapping to RDF. This allows for JSON and RDF tools but some environments better use XML. An official XML representation may help to support this use case.
Meanwhile a straightforward transformation from JSKOS to XML is possible with yq (since version 4). For instance a NDJSON file with concepts can be transformed this way:
JSKOS is a JSON format with mapping to RDF. This allows for JSON and RDF tools but some environments better use XML. An official XML representation may help to support this use case.
Meanwhile a straightforward transformation from JSKOS to XML is possible with yq (since version 4). For instance a NDJSON file with concepts can be transformed this way:
A non-normative section about JSKOS/XML should be added to the specification.