Us Chemical Safety And Hazard Investigation Board Context

JSON-LD context defining the semantic vocabulary for Us Chemical Safety And Hazard Investigation Board from US Chemical Safety and Hazard Investigation Board.

2 Classes 34 Properties 5 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dct: http://purl.org/dc/terms/
dcat: https://www.w3.org/ns/dcat#
csb: https://www.csb.gov/

Classes

GovernmentOrganization Dataset

Properties

Property Type Container
ChemicalIncident reference
Investigation reference
SafetyRecommendation reference
ChemicalFacility reference
HazardousChemical reference
incidentId string
incidentDate date
incidentTime time
facilityName string
facilityLocation reference
facilityType string
naicsCode string
incidentType string
chemicalsInvolved set
chemicalName string
casNumber string
quantity decimal
quantityUnit string
hazardClass string
fatalities integer
injuries integer
evacuated integer
investigationStatus string
investigationReport reference
recommendations set
recommendationNumber string
recipientOrganization string
rootCauses set
regulatoryNotifications set
issueDate date
publisher reference
description string
title string
modified date

JSON-LD Document

us-chemical-safety-and-hazard-investigation-board-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dct": "http://purl.org/dc/terms/",
    "dcat": "https://www.w3.org/ns/dcat#",
    "csb": "https://www.csb.gov/",

    "ChemicalIncident": {
      "@id": "schema:Event",
      "@type": "@id"
    },
    "Investigation": {
      "@id": "schema:Observation",
      "@type": "@id"
    },
    "SafetyRecommendation": {
      "@id": "schema:Action",
      "@type": "@id"
    },
    "ChemicalFacility": {
      "@id": "schema:Organization",
      "@type": "@id"
    },
    "HazardousChemical": {
      "@id": "schema:Drug",
      "@type": "@id"
    },

    "incidentId": {
      "@id": "schema:identifier",
      "@type": "xsd:string"
    },
    "incidentDate": {
      "@id": "schema:startDate",
      "@type": "xsd:date"
    },
    "incidentTime": {
      "@id": "schema:startTime",
      "@type": "xsd:time"
    },
    "facilityName": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "facilityLocation": {
      "@id": "schema:location",
      "@type": "@id"
    },
    "facilityType": {
      "@id": "schema:additionalType",
      "@type": "xsd:string"
    },
    "naicsCode": {
      "@id": "schema:naics",
      "@type": "xsd:string"
    },
    "incidentType": {
      "@id": "schema:additionalType",
      "@type": "xsd:string"
    },
    "chemicalsInvolved": {
      "@id": "csb:chemicalsInvolved",
      "@container": "@set"
    },
    "chemicalName": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "casNumber": {
      "@id": "schema:identifier",
      "@type": "xsd:string"
    },
    "quantity": {
      "@id": "schema:quantity",
      "@type": "xsd:decimal"
    },
    "quantityUnit": {
      "@id": "schema:unitCode",
      "@type": "xsd:string"
    },
    "hazardClass": {
      "@id": "schema:additionalType",
      "@type": "xsd:string"
    },
    "fatalities": {
      "@id": "csb:fatalities",
      "@type": "xsd:integer"
    },
    "injuries": {
      "@id": "csb:injuries",
      "@type": "xsd:integer"
    },
    "evacuated": {
      "@id": "csb:evacuated",
      "@type": "xsd:integer"
    },
    "investigationStatus": {
      "@id": "csb:investigationStatus",
      "@type": "xsd:string"
    },
    "investigationReport": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "recommendations": {
      "@id": "csb:recommendations",
      "@container": "@set"
    },
    "recommendationNumber": {
      "@id": "schema:identifier",
      "@type": "xsd:string"
    },
    "recipientOrganization": {
      "@id": "schema:recipient",
      "@type": "xsd:string"
    },
    "rootCauses": {
      "@id": "csb:rootCauses",
      "@container": "@set"
    },
    "regulatoryNotifications": {
      "@id": "csb:regulatoryNotifications",
      "@container": "@set"
    },
    "issueDate": {
      "@id": "schema:datePublished",
      "@type": "xsd:date"
    },

    "GovernmentOrganization": "schema:GovernmentOrganization",
    "Dataset": "dcat:Dataset",
    "publisher": {
      "@id": "dct:publisher",
      "@type": "@id"
    },
    "description": {
      "@id": "dct:description",
      "@type": "xsd:string"
    },
    "title": {
      "@id": "dct:title",
      "@type": "xsd:string"
    },
    "modified": {
      "@id": "dct:modified",
      "@type": "xsd:date"
    }
  }
}