action europeana_get_single_record_turtle { label: "get single record in turtle format)" provider: europeana method: GET path: "/record/v2/{collectionId}/{recordId}.ttl" encoding: json input: { type: "object" properties: { collectionId: { type: "string" } lang: { type: "string" } profile: { type: "string" } recordId: { type: "string" } wskey: { type: "string" } } required: ["collectionId", "recordId", "wskey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }