Department of Homeland Security · JSON-LD Context

Department Of Homeland Security Context

JSON-LD context defining the semantic vocabulary for Department Of Homeland Security from Department of Homeland Security.

0 Classes 6 Properties 1 Namespaces
View Context View on GitHub

Namespaces

dhs: https://www.dhs.gov/

Properties

Property Type Container
DisasterDeclaration
PublicAssistance
ImmigrationCase
FOIARequest
Vulnerability
NTASAlert

JSON-LD Document

department-of-homeland-security-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "dhs": "https://www.dhs.gov/",
    "DisasterDeclaration": {
      "@id": "https://schema.org/Event",
      "@context": {
        "disasterNumber": "https://schema.org/identifier",
        "state": "https://schema.org/addressRegion",
        "incidentType": "https://schema.org/category",
        "declarationDate": "https://schema.org/startDate",
        "title": "https://schema.org/name"
      }
    },
    "PublicAssistance": {
      "@id": "dhs:fema/public-assistance",
      "@context": {
        "applicantId": "https://schema.org/identifier",
        "disasterNumber": "https://schema.org/about",
        "obligatedAmount": "https://schema.org/amount",
        "category": "https://schema.org/category"
      }
    },
    "ImmigrationCase": {
      "@id": "dhs:uscis/case",
      "@context": {
        "receiptNumber": "https://schema.org/identifier",
        "formType": "https://schema.org/category",
        "status": "https://schema.org/actionStatus",
        "lastUpdated": "https://schema.org/dateModified"
      }
    },
    "FOIARequest": {
      "@id": "dhs:uscis/foia",
      "@context": {
        "requestNumber": "https://schema.org/identifier",
        "subject": "https://schema.org/about",
        "status": "https://schema.org/actionStatus",
        "submittedDate": "https://schema.org/dateSubmitted"
      }
    },
    "Vulnerability": {
      "@id": "dhs:cisa/kev",
      "@context": {
        "cveID": "https://schema.org/identifier",
        "vendorProject": "https://schema.org/manufacturer",
        "product": "https://schema.org/Product",
        "vulnerabilityName": "https://schema.org/name",
        "dateAdded": "https://schema.org/dateCreated",
        "shortDescription": "https://schema.org/description",
        "requiredAction": "https://schema.org/action",
        "dueDate": "https://schema.org/expires",
        "knownRansomwareCampaignUse": "https://schema.org/keywords"
      }
    },
    "NTASAlert": {
      "@id": "dhs:ntas",
      "@context": {
        "id": "https://schema.org/identifier",
        "title": "https://schema.org/name",
        "summary": "https://schema.org/description",
        "issuedAt": "https://schema.org/dateIssued",
        "expiresAt": "https://schema.org/expires"
      }
    }
  }
}