Filtering over entity types

In the following query based on this example
match
entity $entity-type;
match
entity $entity-type;
Is there some way to filter the entities the variable $entity-type would range over? For example is there a way to say I want the variable $entity-type to range over entities books and its subtypes or entities specified in a list?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?