US Army · JSON-LD Context

Us Army Context

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

20 Classes 7 Properties 4 Namespaces
View Context View on GitHub

Namespaces

dct: http://purl.org/dc/terms/
foaf: http://xmlns.com/foaf/0.1/
xsd: http://www.w3.org/2001/XMLSchema#
army: https://www.army.mil/vocab/

Classes

GovernmentOrganization NewsArticle Event Person ImageObject id title summary body author tags sourceOrg ArmyArticle ArmyEvent ArmyNewsItem ArmyUnit MilitaryCommand ArmyInstallation location category

Properties

Property Type Container
publishedDate dateTime
updatedDate dateTime
imageUrl reference
url reference
USARMY GovernmentOrganization
startDate dateTime
endDate dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "dct": "http://purl.org/dc/terms/",
    "foaf": "http://xmlns.com/foaf/0.1/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "army": "https://www.army.mil/vocab/",

    "GovernmentOrganization": "GovernmentOrganization",
    "NewsArticle": "NewsArticle",
    "Event": "Event",
    "Person": "Person",
    "ImageObject": "ImageObject",

    "id": "@id",
    "title": "headline",
    "summary": "description",
    "body": "articleBody",
    "author": "author",
    "publishedDate": {
      "@id": "datePublished",
      "@type": "xsd:dateTime"
    },
    "updatedDate": {
      "@id": "dateModified",
      "@type": "xsd:dateTime"
    },
    "tags": "keywords",
    "imageUrl": {
      "@id": "image",
      "@type": "@id"
    },
    "url": {
      "@id": "url",
      "@type": "@id"
    },
    "sourceOrg": "publisher",

    "ArmyArticle": "army:ArmyArticle",
    "ArmyEvent": "army:ArmyEvent",
    "ArmyNewsItem": "army:ArmyNewsItem",
    "ArmyUnit": "army:ArmyUnit",
    "MilitaryCommand": "army:MilitaryCommand",
    "ArmyInstallation": "army:ArmyInstallation",

    "USARMY": {
      "@id": "army:USARMY",
      "@type": "GovernmentOrganization"
    },

    "startDate": {
      "@id": "startDate",
      "@type": "xsd:dateTime"
    },
    "endDate": {
      "@id": "endDate",
      "@type": "xsd:dateTime"
    },
    "location": "location",
    "category": "eventStatus"
  }
}