Skip to content
Snippets Groups Projects
Commit 76f68436 authored by Isa H's avatar Isa H
Browse files

added "@type" "skos:Concept" in suggest response

parent eb9780ed
Branches
No related tags found
No related merge requests found
......@@ -70,6 +70,8 @@ public abstract class AbstractTerm {
labelArray.put(labelValueObj);
labelArray.put(labelLangObj);
// add type, fixed
output.put("@type", "skos:Concept");
output.put("skos:prefLabel", labelArray);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment