{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://aircraftinfo.net/graph/manufacturers/auster.json#organization",
      "name": "AUSTER",
      "subjectOf": {
        "@id": "https://aircraftinfo.net/graph/manufacturers/auster.json#dataset"
      },
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "Aircraft Type Count",
          "value": 3
        },
        {
          "@type": "PropertyValue",
          "name": "AircraftInfo Registration Count",
          "value": 4
        }
      ]
    },
    {
      "@type": "Dataset",
      "@id": "https://aircraftinfo.net/graph/manufacturers/auster.json#dataset",
      "name": "AUSTER AircraftInfo manufacturer graph",
      "url": "https://aircraftinfo.net/graph/manufacturers/auster.json",
      "encodingFormat": "application/ld+json",
      "about": {
        "@id": "https://aircraftinfo.net/graph/manufacturers/auster.json#organization"
      }
    },
    {
      "@type": "ItemList",
      "@id": "https://aircraftinfo.net/graph/manufacturers/auster.json#aircraft-list",
      "name": "AUSTER aircraft types",
      "numberOfItems": 3,
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Auster 5j1",
          "url": "https://aircraftinfo.net/aircraft-types/auster-5j1",
          "item": {
            "@id": "https://aircraftinfo.net/aircraft-types/auster-5j1#aircraft"
          }
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Auster Aop 9",
          "url": "https://aircraftinfo.net/aircraft-types/auster-aop-9",
          "item": {
            "@id": "https://aircraftinfo.net/aircraft-types/auster-aop-9#aircraft"
          }
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "Auster Mark 6",
          "url": "https://aircraftinfo.net/aircraft-types/auster-mark-6",
          "item": {
            "@id": "https://aircraftinfo.net/aircraft-types/auster-mark-6#aircraft"
          }
        }
      ]
    }
  ]
}
