Stanbol Home

The RESTful Semantic Engine

Entityhub Site Manager

Service Endpoint /entityhub/sites

Subresource /query

Description Allows to parse JSON serialized field queries to the sites endpoint.
Request -X POST -H "Content-Type:application/json" --data "@fieldQuery.json" /entityhub/sites/query
Parameter query: the JSON serialised FieldQuery (see section "FieldQuery JSON format" below)
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/sites/query

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