US Central Command · JSON-LD Context

Us Central Command Context

JSON-LD context defining the semantic vocabulary for Us Central Command from US Central Command.

1 Classes 17 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dct: http://purl.org/dc/terms/
mil: https://www.centcom.mil/

Classes

GovernmentOrganization

Properties

Property Type Container
MilitaryCommand reference
PressRelease reference
MilitaryOperation reference
commandName string
areaOfResponsibility string
headquarters reference
commanderName string
releaseDate date
releaseTitle string
releaseBody string
country string
region string
partnerNation reference
publisher reference
description string
title string
modified date

JSON-LD Document

us-central-command-context.jsonld Raw ↑
{
  "@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"
    }
  }
}