United States European Command · JSON-LD Context

United States European Command Context

JSON-LD context defining the semantic vocabulary for United States European Command from United States European Command.

3 Classes 10 Properties 3 Namespaces
View Context View on GitHub

Namespaces

eucom: https://www.eucom.mil/ontology/
mil: https://ontology.mil/
dcterms: http://purl.org/dc/terms/

Classes

GovernmentOrganization MilitaryCommand CombatantCommand

Properties

Property Type Container
commandId reference
name
abbreviation
commandType
headquarters
areaOfResponsibility
commander
subordinateCommands
websiteUrl reference
missionStatement

JSON-LD Document

united-states-european-command-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "eucom": "https://www.eucom.mil/ontology/",
    "mil": "https://ontology.mil/",
    "dcterms": "http://purl.org/dc/terms/",

    "GovernmentOrganization": "GovernmentOrganization",
    "MilitaryCommand": "eucom:MilitaryCommand",
    "CombatantCommand": "mil:CombatantCommand",

    "commandId": {
      "@id": "eucom:commandId",
      "@type": "@id"
    },
    "name": {
      "@id": "schema:name"
    },
    "abbreviation": {
      "@id": "eucom:abbreviation"
    },
    "commandType": {
      "@id": "mil:commandType"
    },
    "headquarters": {
      "@id": "schema:location"
    },
    "areaOfResponsibility": {
      "@id": "mil:areaOfResponsibility"
    },
    "commander": {
      "@id": "schema:employee"
    },
    "subordinateCommands": {
      "@id": "schema:subOrganization"
    },
    "websiteUrl": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "missionStatement": {
      "@id": "schema:description"
    }
  }
}