Skip to content

Instantly share code, notes, and snippets.

@balmas
Last active October 14, 2020 19:08
Show Gist options
  • Save balmas/ff9ae018feaccfb8fbda4dff618bf4a8 to your computer and use it in GitHub Desktop.
Save balmas/ff9ae018feaccfb8fbda4dff618bf4a8 to your computer and use it in GitHub Desktop.
Use Case morphsvc#38 Sample Query Response
{
"data": {
"wordAnnotations": [
{
"target": {
"lemma": {
"representation": "afore",
"pos": "VERB",
"principalParts": []
}
},
"assertions": [
{
"subject": {
"IRI": "proto2_lemmas/whitlatabsum",
"representation": "absum",
"pos": "VERB",
"langpos": null,
"principalParts": []
},
"predicate": "isLemmaVariant",
"object": {
"IRI": "proto2_lemmas/whitlatafore",
"representation": "afore",
"pos": "VERB",
"langpos": null,
"principalParts": []
},
"qualifiers": {
"prefer": "proto2_lemmas/whitlatabsum"
}
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment