Skip to main content

Web Service Method: Request Subtree of Concept or Concept Scheme

Abstract

Web Service Method: Request Subtree of Concept or Concept Scheme

Description

Returns a list of all narrower concepts (recursively) of a given concept or concept scheme.

Note

This request is similar to the Web Service Method: Request Child Concepts of Concept Schemes or Concepts using the property 'transitive'. The subtree request provides the full hierarchy information of the subbranch.

URL: /PoolParty/api/thesaurus/{project}/subtree

Request

Supported Methods

GET

Path Variables

Variable

Comment

{project}

The UUID or the URI supplement (textual identifier) of the project to be used.

HTTP Parameters

Parameter

Comment

Type

Required

root

URI of the concept or concept scheme for which child nodes should be retrieved.

String

true

properties

List of concept properties that should be fetched. E.g. you can choose a list like: skos:altLabel, skos:hiddenLabel, skos:definition, skos:broader

See full list of Retrieve Properties in API Requests.

String

false

language

Only narrower concepts with labels in this language will be displayed. If no language is given, the default language of the project will be used.

String

false

ResponseReturns

Array of concepts and narrowers of the selected concept or concept scheme.

Attribute

Type

Comment

concept

List of objects

Contains uri, prefLabel, narrowers

narrowers

List of objects

Contains concept and narrowers

Basic Pattern

http://<server>/PoolParty/api/thesaurus/<project-id>/subtree?root=<uri-of-root-node>
Examples

Example Request

http://vocabulary.semantic-web.at/PoolParty/api/thesaurus/1DDFEF08-2277-0001-2C3A-1A005A00E7A0/subtree?root=http://vocabulary.semantic-web.at/cocktails/8d052dfc-44bf-4985-8ce3-4564570a161b

Example Response

 {
    "concept": {
      "uri": "http://vocabulary.semantic-web.at/cocktails/54702498-ad42-4af6-b28a-2276215450da",
      "prefLabel": "Mixed drink",
      "narrowers": [
        "http://vocabulary.semantic-web.at/cocktails/12f4790a-560f-4e1c-b57a-53b8171ae39a",
        "http://vocabulary.semantic-web.at/cocktails/2c032fe6-a518-44be-851a-dbf1c253be63",
        "http://vocabulary.semantic-web.at/cocktails/43111fc3-3b59-420c-a588-024cd2d33896",
        "http://vocabulary.semantic-web.at/cocktails/7e5afb63-30ec-42b4-a9f5-f61fc456107d",
        "http://vocabulary.semantic-web.at/cocktails/9c287d15-c699-4f56-bd65-bf8cc75a2cca",
        "http://vocabulary.semantic-web.at/cocktails/b0885ae3-68e1-453d-8669-119e8464ff5f",
        "http://vocabulary.semantic-web.at/cocktails/b33091cd-8c57-45e3-a89b-9de91ffce1e8",
        "http://vocabulary.semantic-web.at/cocktails/b65b6d98-400f-47cf-94c7-d2566f10cf64"
      ]
    },
    "narrowers": [
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/9c287d15-c699-4f56-bd65-bf8cc75a2cca",
          "prefLabel": "Planter's Punch"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/b0885ae3-68e1-453d-8669-119e8464ff5f",
          "prefLabel": "Americano"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/b33091cd-8c57-45e3-a89b-9de91ffce1e8",
          "prefLabel": "Gin sour"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/7e5afb63-30ec-42b4-a9f5-f61fc456107d",
          "prefLabel": "Espresso Martini"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/b65b6d98-400f-47cf-94c7-d2566f10cf64",
          "prefLabel": "Shooter",
          "narrowers": [
            "http://vocabulary.semantic-web.at/cocktails/4efda48d-6c56-47e5-bf98-bf8918ff58eb",
            "http://vocabulary.semantic-web.at/cocktails/cd66d6ff-559f-43ea-a754-ac613a87325d"
          ]
        },
        "narrowers": [
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/cd66d6ff-559f-43ea-a754-ac613a87325d",
              "prefLabel": "B-52"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/4efda48d-6c56-47e5-bf98-bf8918ff58eb",
              "prefLabel": "Fireball"
            },
            "narrowers": []
          }
        ]
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/12f4790a-560f-4e1c-b57a-53b8171ae39a",
          "prefLabel": "Sea Breeze"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/2c032fe6-a518-44be-851a-dbf1c253be63",
          "prefLabel": "Moscow mule"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/43111fc3-3b59-420c-a588-024cd2d33896",
          "prefLabel": "Singapore Sling"
        },
        "narrowers": []
      }
    ]
  },
  {
    "concept": {
      "uri": "http://vocabulary.semantic-web.at/cocktails/204cd4e7-58d7-4417-837a-7f9cc41663c8",
      "prefLabel": "Wine cocktail",
      "narrowers": [
        "http://vocabulary.semantic-web.at/cocktails/2c682ed8-e2ba-473e-8cb7-979598080e18",
        "http://vocabulary.semantic-web.at/cocktails/4d15a643-f7c7-4ee5-8f56-4ebd2bcf74b5",
        "http://vocabulary.semantic-web.at/cocktails/61a18ebf-fd92-4ef1-8ab1-bfd3c26867b9",
        "http://vocabulary.semantic-web.at/cocktails/698723d7-e8b8-410e-91a8-9bdc867b3f8a",
        "http://vocabulary.semantic-web.at/cocktails/a73d88e9-0c50-45d2-b364-9dec5abe206d",
        "http://vocabulary.semantic-web.at/cocktails/b8075344-1e6d-4348-bdee-83948203a974",
        "http://vocabulary.semantic-web.at/cocktails/c2249dc0-0529-4a11-ad82-5d710b5e9c31",
        "http://vocabulary.semantic-web.at/cocktails/ea946e07-e812-4492-a0ed-124d73bfbba7"
      ]
    },
    "narrowers": [
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/2c682ed8-e2ba-473e-8cb7-979598080e18",
          "prefLabel": "Spritz Veneziano"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/ea946e07-e812-4492-a0ed-124d73bfbba7",
          "prefLabel": "Kir"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/4d15a643-f7c7-4ee5-8f56-4ebd2bcf74b5",
          "prefLabel": "Barracuda"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/61a18ebf-fd92-4ef1-8ab1-bfd3c26867b9",
          "prefLabel": "Champagne cocktail"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/698723d7-e8b8-410e-91a8-9bdc867b3f8a",
          "prefLabel": "Bellini"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/b8075344-1e6d-4348-bdee-83948203a974",
          "prefLabel": "Rose"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/c2249dc0-0529-4a11-ad82-5d710b5e9c31",
          "prefLabel": "Mimosa"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/a73d88e9-0c50-45d2-b364-9dec5abe206d",
          "prefLabel": "French 75"
        },
        "narrowers": []
      }
    ]
  },
  {
    "concept": {
      "uri": "http://vocabulary.semantic-web.at/cocktails/87cf1079-05d6-44da-acbe-c94b3ba52bd7",
      "prefLabel": "Duo and trio cocktails",
      "narrowers": [
        "http://vocabulary.semantic-web.at/cocktails/099726a2-ec4b-4b0f-b4e4-e6f25cdfd685",
        "http://vocabulary.semantic-web.at/cocktails/45788a96-1fde-486b-80fc-31ad243bba31",
        "http://vocabulary.semantic-web.at/cocktails/52117ab2-dcb8-4d28-a366-ddd932e58219"
      ]
    },
    "narrowers": [
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/45788a96-1fde-486b-80fc-31ad243bba31",
          "prefLabel": "Godfather"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/52117ab2-dcb8-4d28-a366-ddd932e58219",
          "prefLabel": "French Connection"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/099726a2-ec4b-4b0f-b4e4-e6f25cdfd685",
          "prefLabel": "Stinger"
        },
        "narrowers": []
      }
    ]
  },
  {
    "concept": {
      "uri": "http://vocabulary.semantic-web.at/cocktails/5ac37bec-e4b9-4d43-9bcc-8d6954903c25",
      "prefLabel": "IBA Official Cocktail",
      "narrowers": [
        "http://vocabulary.semantic-web.at/cocktails/b9bf3799-a4e4-47f7-9aea-7697cc998a34",
        "http://vocabulary.semantic-web.at/cocktails/caae2ea0-7e60-400b-a2bb-14ef79720668",
        "http://vocabulary.semantic-web.at/cocktails/ccee1079-43df-4ff1-bef0-d15d3dc8fa6f"
      ]
    },
    "narrowers": [
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/b9bf3799-a4e4-47f7-9aea-7697cc998a34",
          "prefLabel": "Contemporary Classics",
          "narrowers": [
            "http://vocabulary.semantic-web.at/cocktails/0f8cc862-9056-49be-b636-cd22f8d7282d",
            "http://vocabulary.semantic-web.at/cocktails/117bd4d2-6da3-4d69-8c79-bc1d873b5010",
            "http://vocabulary.semantic-web.at/cocktails/12f4790a-560f-4e1c-b57a-53b8171ae39a",
            "http://vocabulary.semantic-web.at/cocktails/13b85b5c-7f69-4871-bb08-3cd5281f6039",
            "http://vocabulary.semantic-web.at/cocktails/1529fd23-9c55-45d7-b8c6-b0fc229a3871",
            "http://vocabulary.semantic-web.at/cocktails/268fb62f-8ef1-45cd-844f-8c7da85a6a0b",
            "http://vocabulary.semantic-web.at/cocktails/2c032fe6-a518-44be-851a-dbf1c253be63",
            "http://vocabulary.semantic-web.at/cocktails/2d85fb1b-96cb-4c48-8df5-707032f34e71",
            "http://vocabulary.semantic-web.at/cocktails/33d9a47f-0622-4b0f-ad1b-62eb96fc6799",
            "http://vocabulary.semantic-web.at/cocktails/43111fc3-3b59-420c-a588-024cd2d33896",
            "http://vocabulary.semantic-web.at/cocktails/45788a96-1fde-486b-80fc-31ad243bba31",
            "http://vocabulary.semantic-web.at/cocktails/4792b0b8-0046-47ca-8c2a-f3ad58922182",
            "http://vocabulary.semantic-web.at/cocktails/4f85cadd-4fd4-4ffc-a78d-cddb0763fa4b",
            "http://vocabulary.semantic-web.at/cocktails/52117ab2-dcb8-4d28-a366-ddd932e58219",
            "http://vocabulary.semantic-web.at/cocktails/55c40695-8b41-41ed-8c6a-70fe6930067e",
            "http://vocabulary.semantic-web.at/cocktails/61a18ebf-fd92-4ef1-8ab1-bfd3c26867b9",
            "http://vocabulary.semantic-web.at/cocktails/698723d7-e8b8-410e-91a8-9bdc867b3f8a",
            "http://vocabulary.semantic-web.at/cocktails/926b14fe-1b83-4f46-bbf9-f946be1889aa",
            "http://vocabulary.semantic-web.at/cocktails/a73d88e9-0c50-45d2-b364-9dec5abe206d",
            "http://vocabulary.semantic-web.at/cocktails/b8075344-1e6d-4348-bdee-83948203a974",
            "http://vocabulary.semantic-web.at/cocktails/bca7bc6d-6709-48b8-ae52-fe194c212398",
            "http://vocabulary.semantic-web.at/cocktails/bee1e709-b317-4f46-b06f-a22367baefdf",
            "http://vocabulary.semantic-web.at/cocktails/c2249dc0-0529-4a11-ad82-5d710b5e9c31",
            "http://vocabulary.semantic-web.at/cocktails/c3b197cc-8583-4e2f-8e45-3a7fed1309c1",
            "http://vocabulary.semantic-web.at/cocktails/c8f4f6bd-4ac1-456a-a3aa-595e4b93d979",
            "http://vocabulary.semantic-web.at/cocktails/ce8f4591-ccd4-4d90-a761-244115d64061",
            "http://vocabulary.semantic-web.at/cocktails/dff0a7f4-ded0-48d5-bd31-881b70fbe36a",
            "http://vocabulary.semantic-web.at/cocktails/ea946e07-e812-4492-a0ed-124d73bfbba7",
            "http://vocabulary.semantic-web.at/cocktails/eddf4894-1683-44e9-9ee3-7920d3729d71",
            "http://vocabulary.semantic-web.at/cocktails/f01f6a10-01a5-4810-860f-d3a52fd36b1b"
          ]
        },
        "narrowers": [
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/268fb62f-8ef1-45cd-844f-8c7da85a6a0b",
              "prefLabel": "Bloody Mary"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/45788a96-1fde-486b-80fc-31ad243bba31",
              "prefLabel": "Godfather"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/ea946e07-e812-4492-a0ed-124d73bfbba7",
              "prefLabel": "Kir"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/1529fd23-9c55-45d7-b8c6-b0fc229a3871",
              "prefLabel": "Mint julep"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/0f8cc862-9056-49be-b636-cd22f8d7282d",
              "prefLabel": "Harvey Wallbanger"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/dff0a7f4-ded0-48d5-bd31-881b70fbe36a",
              "prefLabel": "Sex on the Beach"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/12f4790a-560f-4e1c-b57a-53b8171ae39a",
              "prefLabel": "Sea Breeze"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/b8075344-1e6d-4348-bdee-83948203a974",
              "prefLabel": "Rose"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/43111fc3-3b59-420c-a588-024cd2d33896",
              "prefLabel": "Singapore Sling"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/52117ab2-dcb8-4d28-a366-ddd932e58219",
              "prefLabel": "French Connection"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/61a18ebf-fd92-4ef1-8ab1-bfd3c26867b9",
              "prefLabel": "Champagne cocktail"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/698723d7-e8b8-410e-91a8-9bdc867b3f8a",
              "prefLabel": "Bellini"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/2d85fb1b-96cb-4c48-8df5-707032f34e71",
              "prefLabel": "Margarita"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/55c40695-8b41-41ed-8c6a-70fe6930067e",
              "prefLabel": "Tequila Sunrise"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/c3b197cc-8583-4e2f-8e45-3a7fed1309c1",
              "prefLabel": "Irish coffee"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/926b14fe-1b83-4f46-bbf9-f946be1889aa",
              "prefLabel": "Hemingway Special"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/2c032fe6-a518-44be-851a-dbf1c253be63",
              "prefLabel": "Moscow mule"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/117bd4d2-6da3-4d69-8c79-bc1d873b5010",
              "prefLabel": "Grasshopper"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/c2249dc0-0529-4a11-ad82-5d710b5e9c31",
              "prefLabel": "Mimosa"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/f01f6a10-01a5-4810-860f-d3a52fd36b1b",
              "prefLabel": "Cuba Libre"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/a73d88e9-0c50-45d2-b364-9dec5abe206d",
              "prefLabel": "French 75"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/4f85cadd-4fd4-4ffc-a78d-cddb0763fa4b",
              "prefLabel": "Cosmopolitan"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/c8f4f6bd-4ac1-456a-a3aa-595e4b93d979",
              "prefLabel": "Godmother"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/33d9a47f-0622-4b0f-ad1b-62eb96fc6799",
              "prefLabel": "Black Russian"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/eddf4894-1683-44e9-9ee3-7920d3729d71",
              "prefLabel": "Horse's Neck"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/13b85b5c-7f69-4871-bb08-3cd5281f6039",
              "prefLabel": "Golden dream"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/4792b0b8-0046-47ca-8c2a-f3ad58922182",
              "prefLabel": "Piña colada"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/bee1e709-b317-4f46-b06f-a22367baefdf",
              "prefLabel": "Mojito"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/bca7bc6d-6709-48b8-ae52-fe194c212398",
              "prefLabel": "Caipirinha"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/ce8f4591-ccd4-4d90-a761-244115d64061",
              "prefLabel": "Long Island Iced Tea"
            },
            "narrowers": []
          }
        ]
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/caae2ea0-7e60-400b-a2bb-14ef79720668",
          "prefLabel": "The Unforgettables",
          "narrowers": [
            "http://vocabulary.semantic-web.at/cocktails/099726a2-ec4b-4b0f-b4e4-e6f25cdfd685",
            "http://vocabulary.semantic-web.at/cocktails/0bbdca98-077b-48d1-99d6-47eca59c442c",
            "http://vocabulary.semantic-web.at/cocktails/1576f08f-5936-4071-b85e-d4e85f31c303",
            "http://vocabulary.semantic-web.at/cocktails/1d5b39cc-fcab-48b2-bb24-9840b7e34d64",
            "http://vocabulary.semantic-web.at/cocktails/21b94d69-280e-4546-be1a-fdd1d9aa5d32",
            "http://vocabulary.semantic-web.at/cocktails/22f838ea-3c2b-4b63-99d1-fdb6280b5705",
            "http://vocabulary.semantic-web.at/cocktails/2c3083d2-8650-4460-b019-cae7aea38f14",
            "http://vocabulary.semantic-web.at/cocktails/36671f9c-904a-4629-937a-519d094ecefc",
            "http://vocabulary.semantic-web.at/cocktails/383ea520-07b2-4dc9-8827-8fc84fb7749c",
            "http://vocabulary.semantic-web.at/cocktails/40ab50e9-66f1-411b-8220-ef8f05273542",
            "http://vocabulary.semantic-web.at/cocktails/44cc99c1-28ac-4c50-a55d-7244b2c5c07b",
            "http://vocabulary.semantic-web.at/cocktails/53a05366-d473-4eb4-ac66-0d0119e0b759",
            "http://vocabulary.semantic-web.at/cocktails/60d3a991-48d3-4e73-9d62-5961893fd311",
            "http://vocabulary.semantic-web.at/cocktails/76c0e55c-22df-4489-9551-4fe8a6a649f8",
            "http://vocabulary.semantic-web.at/cocktails/785b30fd-1eb4-445b-8247-7e1e57b35b0f",
            "http://vocabulary.semantic-web.at/cocktails/79d4686d-4f5b-4067-a2ef-99beccc51242",
            "http://vocabulary.semantic-web.at/cocktails/85669fcc-a38a-4ceb-ae23-90ae3fb7e16c",
            "http://vocabulary.semantic-web.at/cocktails/8ff588a8-d5ad-4e34-aee9-8f6de16ca30c",
            "http://vocabulary.semantic-web.at/cocktails/9c287d15-c699-4f56-bd65-bf8cc75a2cca",
            "http://vocabulary.semantic-web.at/cocktails/a0fba95c-d29e-4954-8800-f5e6de1e6f86",
            "http://vocabulary.semantic-web.at/cocktails/b0885ae3-68e1-453d-8669-119e8464ff5f",
            "http://vocabulary.semantic-web.at/cocktails/b3834414-af63-4e6f-9c3c-6c353e9600ee",
            "http://vocabulary.semantic-web.at/cocktails/bab016bd-2fd5-4809-bfe7-3225d25f116d",
            "http://vocabulary.semantic-web.at/cocktails/be3653af-d585-43f7-b8ce-ad75b1bd7aad",
            "http://vocabulary.semantic-web.at/cocktails/c151ee28-45d2-4128-8587-1f1b69060d9d",
            "http://vocabulary.semantic-web.at/cocktails/c3ae5830-1bfd-4f37-afc9-3e88849d03cf",
            "http://vocabulary.semantic-web.at/cocktails/cfa8539e-ede2-42ec-b563-d084ddb33280",
            "http://vocabulary.semantic-web.at/cocktails/e039633b-03c1-47bd-a705-a104a4323e45",
            "http://vocabulary.semantic-web.at/cocktails/f632b16d-1490-4587-a637-fb393d7b1e7f",
            "http://vocabulary.semantic-web.at/cocktails/fb278b46-3c67-48b0-b9eb-7ea037294f5f"
          ]
        },
        "narrowers": [
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/a0fba95c-d29e-4954-8800-f5e6de1e6f86",
              "prefLabel": "Martini"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/fb278b46-3c67-48b0-b9eb-7ea037294f5f",
              "prefLabel": "Old Fashioned"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/21b94d69-280e-4546-be1a-fdd1d9aa5d32",
              "prefLabel": "Alexander"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/cfa8539e-ede2-42ec-b563-d084ddb33280",
              "prefLabel": "Porto flip"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/8ff588a8-d5ad-4e34-aee9-8f6de16ca30c",
              "prefLabel": "The Monkey Gland"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/2c3083d2-8650-4460-b019-cae7aea38f14",
              "prefLabel": "Paradise"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/0bbdca98-077b-48d1-99d6-47eca59c442c",
              "prefLabel": "Aviation"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/60d3a991-48d3-4e73-9d62-5961893fd311",
              "prefLabel": "Bacardi cocktail"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/44cc99c1-28ac-4c50-a55d-7244b2c5c07b",
              "prefLabel": "Casino"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/785b30fd-1eb4-445b-8247-7e1e57b35b0f",
              "prefLabel": "Mary Pickford"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/40ab50e9-66f1-411b-8220-ef8f05273542",
              "prefLabel": "Negroni"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/1576f08f-5936-4071-b85e-d4e85f31c303",
              "prefLabel": "Sazerac"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/9c287d15-c699-4f56-bd65-bf8cc75a2cca",
              "prefLabel": "Planter's Punch"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/79d4686d-4f5b-4067-a2ef-99beccc51242",
              "prefLabel": "Screwdriver"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/85669fcc-a38a-4ceb-ae23-90ae3fb7e16c",
              "prefLabel": "Derby"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/36671f9c-904a-4629-937a-519d094ecefc",
              "prefLabel": "White Lady"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/099726a2-ec4b-4b0f-b4e4-e6f25cdfd685",
              "prefLabel": "Stinger"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/1d5b39cc-fcab-48b2-bb24-9840b7e34d64",
              "prefLabel": "Tuxedo"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/22f838ea-3c2b-4b63-99d1-fdb6280b5705",
              "prefLabel": "Between the Sheets"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/383ea520-07b2-4dc9-8827-8fc84fb7749c",
              "prefLabel": "John Collins"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/53a05366-d473-4eb4-ac66-0d0119e0b759",
              "prefLabel": "Gin Fizz"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/c3ae5830-1bfd-4f37-afc9-3e88849d03cf",
              "prefLabel": "Clover Club Cocktail"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/c151ee28-45d2-4128-8587-1f1b69060d9d",
              "prefLabel": "Ramos Gin Fizz"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/b0885ae3-68e1-453d-8669-119e8464ff5f",
              "prefLabel": "Americano"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/f632b16d-1490-4587-a637-fb393d7b1e7f",
              "prefLabel": "Manhattan"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/bab016bd-2fd5-4809-bfe7-3225d25f116d",
              "prefLabel": "Daiquiri"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/b3834414-af63-4e6f-9c3c-6c353e9600ee",
              "prefLabel": "Angel Face"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/76c0e55c-22df-4489-9551-4fe8a6a649f8",
              "prefLabel": "Whiskey sour"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/e039633b-03c1-47bd-a705-a104a4323e45",
              "prefLabel": "Sidecar"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/be3653af-d585-43f7-b8ce-ad75b1bd7aad",
              "prefLabel": "Rusty Nail"
            },
            "narrowers": []
          }
        ]
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/ccee1079-43df-4ff1-bef0-d15d3dc8fa6f",
          "prefLabel": "New Era Drinks",
          "narrowers": [
            "http://vocabulary.semantic-web.at/cocktails/11d68913-3a30-4591-bc41-25fea3f38520",
            "http://vocabulary.semantic-web.at/cocktails/236b36df-93ca-4408-836c-133ace53798a",
            "http://vocabulary.semantic-web.at/cocktails/2c682ed8-e2ba-473e-8cb7-979598080e18",
            "http://vocabulary.semantic-web.at/cocktails/43b786b6-a1f1-4b7f-a5d9-be43d386ffb4",
            "http://vocabulary.semantic-web.at/cocktails/4d15a643-f7c7-4ee5-8f56-4ebd2bcf74b5",
            "http://vocabulary.semantic-web.at/cocktails/563bf7e0-0f40-41b6-a749-c4e94760204d",
            "http://vocabulary.semantic-web.at/cocktails/680c7429-30a7-4044-b32f-e28c99dcb9f4",
            "http://vocabulary.semantic-web.at/cocktails/72a77af2-bbee-4b75-871f-a96dcd3a452b",
            "http://vocabulary.semantic-web.at/cocktails/7e4a73d5-f73d-4890-972c-f3dfd6952fd8",
            "http://vocabulary.semantic-web.at/cocktails/7e5afb63-30ec-42b4-a9f5-f61fc456107d",
            "http://vocabulary.semantic-web.at/cocktails/a47e8f08-057a-45f2-8398-9be51ed351fc",
            "http://vocabulary.semantic-web.at/cocktails/a5db05ca-eda3-41ef-a8ab-ba77b3e4baba",
            "http://vocabulary.semantic-web.at/cocktails/b00a123f-a2b5-49d2-8325-a81d1d26ddc6",
            "http://vocabulary.semantic-web.at/cocktails/b970d408-39ca-49b0-98fc-838f96c94608",
            "http://vocabulary.semantic-web.at/cocktails/bed073f2-de84-4322-a490-4f34ec54c6d1",
            "http://vocabulary.semantic-web.at/cocktails/cd66d6ff-559f-43ea-a754-ac613a87325d"
          ]
        },
        "narrowers": [
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/2c682ed8-e2ba-473e-8cb7-979598080e18",
              "prefLabel": "Spritz Veneziano"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/236b36df-93ca-4408-836c-133ace53798a",
              "prefLabel": "Lemon Drop Martini"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/43b786b6-a1f1-4b7f-a5d9-be43d386ffb4",
              "prefLabel": "Pisco Sour"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/4d15a643-f7c7-4ee5-8f56-4ebd2bcf74b5",
              "prefLabel": "Barracuda"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/b00a123f-a2b5-49d2-8325-a81d1d26ddc6",
              "prefLabel": "Vesper"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/563bf7e0-0f40-41b6-a749-c4e94760204d",
              "prefLabel": "Bramble"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/cd66d6ff-559f-43ea-a754-ac613a87325d",
              "prefLabel": "B-52"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/680c7429-30a7-4044-b32f-e28c99dcb9f4",
              "prefLabel": "French Martini"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/bed073f2-de84-4322-a490-4f34ec54c6d1",
              "prefLabel": "Dark 'N' Stormy"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/a5db05ca-eda3-41ef-a8ab-ba77b3e4baba",
              "prefLabel": "Vampiro"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/7e4a73d5-f73d-4890-972c-f3dfd6952fd8",
              "prefLabel": "Tommy's Margarita"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/7e5afb63-30ec-42b4-a9f5-f61fc456107d",
              "prefLabel": "Espresso Martini"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/b970d408-39ca-49b0-98fc-838f96c94608",
              "prefLabel": "Yellow Bird"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/a47e8f08-057a-45f2-8398-9be51ed351fc",
              "prefLabel": "Kamikaze"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/11d68913-3a30-4591-bc41-25fea3f38520",
              "prefLabel": "Dirty Martini"
            },
            "narrowers": []
          },
          {
            "concept": {
              "uri": "http://vocabulary.semantic-web.at/cocktails/72a77af2-bbee-4b75-871f-a96dcd3a452b",
              "prefLabel": "Russian Spring Punch"
            },
            "narrowers": []
          }
        ]
      }
    ]
  },
  {
    "concept": {
      "uri": "http://vocabulary.semantic-web.at/cocktails/7516b400-963a-4151-8fdc-f6b23bad1dd5",
      "prefLabel": "Sour",
      "narrowers": [
        "http://vocabulary.semantic-web.at/cocktails/2d85fb1b-96cb-4c48-8df5-707032f34e71",
        "http://vocabulary.semantic-web.at/cocktails/36671f9c-904a-4629-937a-519d094ecefc",
        "http://vocabulary.semantic-web.at/cocktails/43b786b6-a1f1-4b7f-a5d9-be43d386ffb4",
        "http://vocabulary.semantic-web.at/cocktails/53a05366-d473-4eb4-ac66-0d0119e0b759",
        "http://vocabulary.semantic-web.at/cocktails/76c0e55c-22df-4489-9551-4fe8a6a649f8",
        "http://vocabulary.semantic-web.at/cocktails/7e4a73d5-f73d-4890-972c-f3dfd6952fd8",
        "http://vocabulary.semantic-web.at/cocktails/a47e8f08-057a-45f2-8398-9be51ed351fc",
        "http://vocabulary.semantic-web.at/cocktails/b33091cd-8c57-45e3-a89b-9de91ffce1e8",
        "http://vocabulary.semantic-web.at/cocktails/bab016bd-2fd5-4809-bfe7-3225d25f116d",
        "http://vocabulary.semantic-web.at/cocktails/bca7bc6d-6709-48b8-ae52-fe194c212398",
        "http://vocabulary.semantic-web.at/cocktails/c151ee28-45d2-4128-8587-1f1b69060d9d",
        "http://vocabulary.semantic-web.at/cocktails/e039633b-03c1-47bd-a705-a104a4323e45"
      ]
    },
    "narrowers": [
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/c151ee28-45d2-4128-8587-1f1b69060d9d",
          "prefLabel": "Ramos Gin Fizz"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/43b786b6-a1f1-4b7f-a5d9-be43d386ffb4",
          "prefLabel": "Pisco Sour"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/b33091cd-8c57-45e3-a89b-9de91ffce1e8",
          "prefLabel": "Gin sour"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/36671f9c-904a-4629-937a-519d094ecefc",
          "prefLabel": "White Lady"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/7e4a73d5-f73d-4890-972c-f3dfd6952fd8",
          "prefLabel": "Tommy's Margarita"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/bab016bd-2fd5-4809-bfe7-3225d25f116d",
          "prefLabel": "Daiquiri"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/2d85fb1b-96cb-4c48-8df5-707032f34e71",
          "prefLabel": "Margarita"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/53a05366-d473-4eb4-ac66-0d0119e0b759",
          "prefLabel": "Gin Fizz"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/76c0e55c-22df-4489-9551-4fe8a6a649f8",
          "prefLabel": "Whiskey sour"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/a47e8f08-057a-45f2-8398-9be51ed351fc",
          "prefLabel": "Kamikaze"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/bca7bc6d-6709-48b8-ae52-fe194c212398",
          "prefLabel": "Caipirinha"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/e039633b-03c1-47bd-a705-a104a4323e45",
          "prefLabel": "Sidecar"
        },
        "narrowers": []
      }
    ]
  },
  {
    "concept": {
      "uri": "http://vocabulary.semantic-web.at/cocktails/b523727e-7f49-4e1b-9c09-55002ee3a81e",
      "prefLabel": "Apéritif and digestif",
      "narrowers": [
        "http://vocabulary.semantic-web.at/cocktails/2c3083d2-8650-4460-b019-cae7aea38f14",
        "http://vocabulary.semantic-web.at/cocktails/2c682ed8-e2ba-473e-8cb7-979598080e18",
        "http://vocabulary.semantic-web.at/cocktails/ea946e07-e812-4492-a0ed-124d73bfbba7"
      ]
    },
    "narrowers": [
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/2c682ed8-e2ba-473e-8cb7-979598080e18",
          "prefLabel": "Spritz Veneziano"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/ea946e07-e812-4492-a0ed-124d73bfbba7",
          "prefLabel": "Kir"
        },
        "narrowers": []
      },
      {
        "concept": {
          "uri": "http://vocabulary.semantic-web.at/cocktails/2c3083d2-8650-4460-b019-cae7aea38f14",
          "prefLabel": "Paradise"
        },
        "narrowers": []
      }
    ]
  }
]