{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "dct": "http://purl.org/dc/terms/", "mil": "https://www.centcom.mil/", "MilitaryCommand": { "@id": "schema:GovernmentOrganization", "@type": "@id" }, "PressRelease": { "@id": "schema:NewsArticle", "@type": "@id" }, "MilitaryOperation": { "@id": "schema:Event", "@type": "@id" }, "commandName": { "@id": "schema:name", "@type": "xsd:string" }, "areaOfResponsibility": { "@id": "schema:areaServed", "@type": "xsd:string" }, "headquarters": { "@id": "schema:location", "@type": "@id" }, "commanderName": { "@id": "schema:employee", "@type": "xsd:string" }, "releaseDate": { "@id": "schema:datePublished", "@type": "xsd:date" }, "releaseTitle": { "@id": "schema:headline", "@type": "xsd:string" }, "releaseBody": { "@id": "schema:articleBody", "@type": "xsd:string" }, "country": { "@id": "schema:addressCountry", "@type": "xsd:string" }, "region": { "@id": "schema:areaServed", "@type": "xsd:string" }, "partnerNation": { "@id": "schema:affiliation", "@type": "@id" }, "GovernmentOrganization": "schema:GovernmentOrganization", "publisher": { "@id": "dct:publisher", "@type": "@id" }, "description": { "@id": "dct:description", "@type": "xsd:string" }, "title": { "@id": "dct:title", "@type": "xsd:string" }, "modified": { "@id": "dct:modified", "@type": "xsd:date" } } }