Air Force Reserve · JSON-LD Context

Afrc Context

JSON-LD context defining the semantic vocabulary for Afrc from Air Force Reserve.

3 Classes 9 Properties 3 Namespaces
View Context View on GitHub

Namespaces

afrc: https://www.afrc.af.mil/schema/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

ReserveMember ReserveUnit CareerOpportunity

Properties

Property Type Container
serviceNumber string
rank string
name string
description string
unit string
afsc string
location string
mission string
enlistmentDate date

JSON-LD Document

afrc-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "afrc": "https://www.afrc.af.mil/schema/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "ReserveMember": "afrc:ReserveMember",
    "ReserveUnit": "afrc:ReserveUnit",
    "CareerOpportunity": "afrc:CareerOpportunity",
    "serviceNumber": {
      "@id": "afrc:service_number",
      "@type": "xsd:string"
    },
    "rank": {
      "@id": "afrc:rank",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "description": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "unit": {
      "@id": "afrc:unit",
      "@type": "xsd:string"
    },
    "afsc": {
      "@id": "afrc:afsc",
      "@type": "xsd:string"
    },
    "location": {
      "@id": "schema:location",
      "@type": "xsd:string"
    },
    "mission": {
      "@id": "afrc:mission",
      "@type": "xsd:string"
    },
    "enlistmentDate": {
      "@id": "schema:dateCreated",
      "@type": "xsd:date"
    }
  }
}