{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://aircraftinfo.net/graph/manufacturers/phantom.json#organization",
      "name": "PHANTOM",
      "subjectOf": {
        "@id": "https://aircraftinfo.net/graph/manufacturers/phantom.json#dataset"
      },
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "Aircraft Type Count",
          "value": 3
        },
        {
          "@type": "PropertyValue",
          "name": "AircraftInfo Registration Count",
          "value": 3
        }
      ]
    },
    {
      "@type": "Dataset",
      "@id": "https://aircraftinfo.net/graph/manufacturers/phantom.json#dataset",
      "name": "PHANTOM AircraftInfo manufacturer graph",
      "url": "https://aircraftinfo.net/graph/manufacturers/phantom.json",
      "encodingFormat": "application/ld+json",
      "about": {
        "@id": "https://aircraftinfo.net/graph/manufacturers/phantom.json#organization"
      }
    },
    {
      "@type": "ItemList",
      "@id": "https://aircraftinfo.net/graph/manufacturers/phantom.json#aircraft-list",
      "name": "PHANTOM aircraft types",
      "numberOfItems": 3,
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Phantom Phantom",
          "url": "https://aircraftinfo.net/aircraft-types/phantom-phantom",
          "item": {
            "@id": "https://aircraftinfo.net/aircraft-types/phantom-phantom#aircraft"
          }
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Phantom Phantom-A1",
          "url": "https://aircraftinfo.net/aircraft-types/phantom-phantom-a1",
          "item": {
            "@id": "https://aircraftinfo.net/aircraft-types/phantom-phantom-a1#aircraft"
          }
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "Phantom X-1",
          "url": "https://aircraftinfo.net/aircraft-types/phantom-x-1",
          "item": {
            "@id": "https://aircraftinfo.net/aircraft-types/phantom-x-1#aircraft"
          }
        }
      ]
    }
  ]
}
