Query only specific entities
If one only needs results for certain entities the /{entity_index}
endpoint can be used. This makes it possible to look - for example - just for results in organizations or persons.
Usage
/{entity_index}/{id}
/{entity_index}/search
entity_index | contains types |
---|---|
persons | schema.org/Person |
events | schema.org/Event |
works | schema.org/CreativeWork |
organizations | schema.org/Organization |
topics | schema.org/Thing |
geo | schema.org/Place |
slub-resources | schema.org/CreativeWork |
For usage of /{entity_index}/search
, compare to /search
Example
$ curl -X GET "https://data.slub-dresden.de/persons/search?q=name:Erich+K%C3%A4stner"