innoq/iqvoc_similar_terms

rewrite RDF serialization

Closed this issue · 1 comments

FND commented

The RDF serialization should be as simple as possible in order to allow users to process the data without requiring an RDF parser.

All we need is a list of labels, sorted alphabetically:

query:top skos:altLabel "car"@en, "forest"@en, "woods"@en.
FND commented

done with e5c7465 - do note the commit message!