United States Fire Administration Context

JSON-LD context defining the semantic vocabulary for United States Fire Administration from United States Fire Administration.

3 Classes 13 Properties 3 Namespaces
View Context View on GitHub

Namespaces

fema: https://www.fema.gov/ontology/
usfa: https://www.usfa.fema.gov/ontology/
dcterms: http://purl.org/dc/terms/

Classes

DisasterDeclaration FireIncident GovernmentOrganization

Properties

Property Type Container
disasterNumber reference
declarationType
declarationTitle
state
declarationDate schema:Date
incidentType
incidentBeginDate schema:Date
incidentEndDate schema:Date
fdid
incidentDate schema:Date
propertyLoss schema:MonetaryAmount
civilianDeaths schema:Integer
firefighterDeaths schema:Integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "fema": "https://www.fema.gov/ontology/",
    "usfa": "https://www.usfa.fema.gov/ontology/",
    "dcterms": "http://purl.org/dc/terms/",

    "DisasterDeclaration": "fema:DisasterDeclaration",
    "FireIncident": "usfa:FireIncident",
    "GovernmentOrganization": "GovernmentOrganization",

    "disasterNumber": {
      "@id": "fema:disasterNumber",
      "@type": "@id"
    },
    "declarationType": {
      "@id": "fema:declarationType"
    },
    "declarationTitle": {
      "@id": "schema:name"
    },
    "state": {
      "@id": "schema:addressRegion"
    },
    "declarationDate": {
      "@id": "schema:datePublished",
      "@type": "schema:Date"
    },
    "incidentType": {
      "@id": "fema:incidentType"
    },
    "incidentBeginDate": {
      "@id": "schema:startDate",
      "@type": "schema:Date"
    },
    "incidentEndDate": {
      "@id": "schema:endDate",
      "@type": "schema:Date"
    },
    "fdid": {
      "@id": "usfa:fireDepartmentId"
    },
    "incidentDate": {
      "@id": "schema:dateCreated",
      "@type": "schema:Date"
    },
    "propertyLoss": {
      "@id": "schema:price",
      "@type": "schema:MonetaryAmount"
    },
    "civilianDeaths": {
      "@id": "usfa:civilianDeaths",
      "@type": "schema:Integer"
    },
    "firefighterDeaths": {
      "@id": "usfa:firefighterDeaths",
      "@type": "schema:Integer"
    }
  }
}