{
  "@context": {
    "schema": "https://schema.org/",
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  },
  "@graph": [
    {
      "@type": "schema:Organization",
      "@id": "https://directorated.com/#organization",
      "schema:name": "The Directorate",
      "schema:alternateName": "DIRECT",
      "schema:description": "A political and military syndicate in the Star Citizen universe. Heavy handed shakedown tactics since 2012.",
      "schema:slogan": "PER ASPERA AD ASTRA — Through hardships to the stars.",
      "schema:url": "https://directorated.com",
      "schema:foundingDate": "2012",
      "schema:founder": { "@type": "schema:Person", "schema:name": "hej" },
      "schema:numberOfEmployees": { "@type": "schema:QuantitativeValue", "schema:minValue": 200 },
      "schema:knowsAbout": ["Star Citizen", "Planetside 2", "Space Combat", "Piracy", "Tactical Operations"],
      "schema:areaServed": "Known Space",
      "schema:keywords": "star citizen org, space pirate syndicate, gaming community, ruthless",
      "schema:sameAs": [
        "https://robertsspaceindustries.com/orgs/DIRECT",
        "https://steamcommunity.com/groups/directorate",
        "https://www.reddit.com/r/Directorate/",
        "https://twitter.com/directorated"
      ]
    },
    {
      "@type": "schema:WebSite",
      "@id": "https://directorated.com/#website",
      "schema:name": "The Directorate",
      "schema:url": "https://directorated.com",
      "schema:publisher": { "@id": "https://directorated.com/#organization" },
      "schema:description": "Official website of The Directorate — a ruthless political and military syndicate operating in the Star Citizen universe. Enlist today."
    },
    {
      "@type": "schema:CreativeWork",
      "@id": "https://directorated.com/star-citizen/",
      "schema:name": "Star Citizen Squadron",
      "schema:description": "Directorate Star Citizen organization at RSI. A political and military syndicate bent on protecting humanity from internal and external threats.",
      "schema:about": "Star Citizen",
      "schema:publisher": { "@id": "https://directorated.com/#organization" }
    },
    {
      "@type": "schema:NGO",
      "schema:name": "Directorate Star Citizen Org",
      "schema:purpose": "Political and military syndicate operating in the Star Citizen persistent universe. Heavy handed shakedown tactics, piracy, resource control, and tactical superiority.",
      "schema:memberOf": { "@type": "schema:Organization", "schema:name": "RSI" }
    }
  ]
}
