A layered semantic data foundation for multi-agency emergency response analysis and prediction. Built on real San Francisco 911 dispatch data — 141 million triples from 7.2 million records.
| Class | Object properties (→ target) | Key datatype properties |
|---|---|---|
| Incident | hasResponse → Response · hasCallType → CallType · hasLocation → Location · hasSeverity → SeverityLevel | cadNumber · receivedTimestamp · priorityCode · responseCount · totalResolutionMinutes |
| Response | responseTo → Incident · hasUnit → Unit | dispatchTimestamp · onSceneTimestamp · responseTimeMinutes |
| Unit | belongsToAgency → Agency | unitId · unitType |
| Agency | — | title |
| CallType | realizationOf → IncidentConcept · hasAgency → Agency | — |
| IncidentConcept | — | description |
| Location | inNeighborhood → Neighborhood · inStationArea → StationArea | address · latitude · longitude · zipCode |
| PredictionSet | hasPrediction → Prediction | modelName · featureSet · accuracy |
| Prediction | predictsIncident → Incident | predictedProbability · predictedClass |