-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Hey @karelklima, thanks for this cool library! I just started using it.
In the docs you write:
Setting the RDF type is recommended for optimal performance.
Why, exactly?
What if one wants to query a polymorphic property? E.g. schema:potentialAction takes AchieveAction, AssessAction, ConsumeAction etc.
potentialAction: {
"@array": true,
"@id": schema.potentialAction,
"@schema": {
"@type": ???, // Leaving out @type altogether makes the query really slow.
...
}
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested