- filter out statements with value types we don't support
- "type" for the value type might be a reserved keyword
example query:
{
item(id: "Q71") {
statements {
property {
id
}
value {
type
content
}
}
}
}