Stanbol Home

The RESTful Semantic Engine

Entityhub Query

Subresource /query

Description Allows to parse JSON serialized field queries to the Entityhub. Only Entities managed by the Emtityhub are searched
Request -X POST -H "Content-Type:application/json" --data "@fieldQuery.json" /entityhub/query
Parameter The JSON serialised FieldQuery
Produces The results of the query serialised in the format as specified by the Accept header

Example

curl -X POST -H "Content-Type:application/json" --data "@fieldQuery.json" https://enrich.acdh.oeaw.ac.at/entityhub/query

Note: "@fieldQuery.json" links to a local file that contains the parsed Fieldquery (see ection "FieldQuery JSON format" for examples).