diff --git a/statvar_imports/USA/NHTSA_FARS_CrashData/README.md b/statvar_imports/USA/NHTSA_FARS_CrashData/README.md new file mode 100644 index 0000000000..5ead10b85d --- /dev/null +++ b/statvar_imports/USA/NHTSA_FARS_CrashData/README.md @@ -0,0 +1,20 @@ +# USA - NHTSA FARS Crash Data + +- source: https://www.nhtsa.gov/file-downloads?p=nhtsa/downloads/FARS/, + +- how to download data: Manual download from source. + +- type of place: Country, State and County. + +- statvars: Demographics + +- years: 1975 to 2022 + +- place_resolution: FIPS code present in data sheet. + +### How to run: + +`python3 stat_var_processor.py --input_data=.csv --pv_map=statvar_imports/USA/NHTSA_FARS_CrashData/pv_map/_pvmap.csv --config=statvar_imports/USA/NHTSA_FARS_CrashData/test_data/common_metadata.csv --output_path=--output_path=` + +#### Example +`python3 stat_var_processor.py --input_data=statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_input/accident_1975Onwards_data.csv --pv_map=statvar_imports/USA/NHTSA_FARS_CrashData/pv_map/accident_1975Onwards_pvmap.csv --config=statvar_imports/USA/NHTSA_FARS_CrashData/test_data/common_metadata.csv --output_path=--output_path=statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_output/accident_1975Onwards` \ No newline at end of file diff --git a/statvar_imports/USA/NHTSA_FARS_CrashData/common_metadata.csv b/statvar_imports/USA/NHTSA_FARS_CrashData/common_metadata.csv new file mode 100644 index 0000000000..df6f839fa0 --- /dev/null +++ b/statvar_imports/USA/NHTSA_FARS_CrashData/common_metadata.csv @@ -0,0 +1,15 @@ +parameter,value +url,https://www.nhtsa.gov/file-downloads?p=nhtsa/downloads/FARS/ +description,Data on fatal motor vehicle crashes in the USA. +#place_type,"country, state, county" +#places_within,country/USA +start_date,1975 +end_date,2022 +release_frequency,P1Y +process, +comments, +#places_resolved_csv,FIPS codes present in data sheet +multi_value_properties,"observationDate, observationAbout, observationPeriod" +header_rows,1 +output_columns,"observationAbout,observationDate,variableMeasured,value,unit,observationPeriod" +word_delimiter,"""""" \ No newline at end of file diff --git a/statvar_imports/USA/NHTSA_FARS_CrashData/pv_map/accident_1975Onwards_pvmap.csv b/statvar_imports/USA/NHTSA_FARS_CrashData/pv_map/accident_1975Onwards_pvmap.csv new file mode 100644 index 0000000000..0165bc6ecf --- /dev/null +++ b/statvar_imports/USA/NHTSA_FARS_CrashData/pv_map/accident_1975Onwards_pvmap.csv @@ -0,0 +1,122 @@ +key,Prop,Value,,,,,,,,,,,,,,,,,,,,,,,, +YEAR,Number,{Number},#Eval,"Year=""19{Number}"" if Number>70 and Number<98 else ""{Number}""",,,,,,,,,,,,,,,,,,,,,, +DAY,#Format,Day={Number:02d},,,,,,,,,,,,,,,,,,,,,,,, +DAY:99,#ignore,skip,,,,,,,,,,,,,,,,,,,,,,,, +MONTH,#Format,Month={Number:02d},,,,,,,,,,,,,,,,,,,,,,,, +MONTH:99,#ignore,skip,,,,,,,,,,,,,,,,,,,,,,,, +HOUR,observationDate,{Year},observationPeriod,,observationAbout,geoId/{State},observationDate,{Year}-{Month},,,,,,,,,,,,,,,,,, +MINUTE,observationAbout,geoId/{State}{County},observationDate,{Year}-{Month}-{Day},measurementMethod,DataCommonsAggregate,observationAbout,country/USA,,,,,,,,,,,,,,,,,, +STATE,#Format,State={Number:02d},,,,,,,,,,,,,,,,,,,,,,,, +COUNTY,#Format,County={Number:03d},,,,,,,,,,,,,,,,,,,,,,,, +FATALS,measuredProperty,count,populationType,MortalityEvent,causeOfDeath,VehicleCrashIncident,name,"""Count of mortality event in vehicle crash incident""",#Aggregate,sum,value,{Number},description,"""Count of the number of fatally injured people in the crash and is derived by counting all people with “Injury Severity” of 4 in the crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=86""",,,,,,,,,, +CITY,measuredProperty,count,populationType,VehicleCrashIncident,name,"""Count of vehicle crash incident""",#Aggregate,sum,value,1,,,,,,,,,,,,,,,, +PEDS,measuredProperty,count,populationType,Person,vehicleOccupantType,NotMotorVehicleOccupant,crashInvolvement,InvolvedInCrash,vehicleStatus,"""""",name,"""Count of number of person not a motor vehicle occupant involved in crash""",#Aggregate,sum,value,{Number},,,,,,,,,, +PERNOTMVIT,measuredProperty,count,populationType,Person,vehicleOccupantType,NonMotorists,crashInvolvement,InvolvedInCrash,vehicleStatus,"""""",name,"""Count of the number of non-motorists in the crash""",#Aggregate,sum,value,{Number},description,"""The number of non-motorists in the crash. A non-motorist is defined as a pedestrian, a cyclist, an occupant of a motor vehicle not in-transport, a person riding a horse, an occupant of an animal drawn conveyance, person associated with non-motorist conveyance (e.g., baby carriage, skateboard, wheelchair), or an other non-motorist(e.g., person outside a trafficway, person in a house)""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=39""",,,,,, +VE_FORMS,measuredProperty,count,populationType,Vehicle,crashInvolvement,InvolvedInCrash,vehicleStatus,InTransport,,,name,"""Count of the number of vehicles in-transport involved in crash""",vehicleOccupantType,"""""",#Aggregate,sum,value,{Number},description,"""Count of the number of motor vehicles in-transport involved in the crash. Legally parked vehicles are not included""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=41""",,,, +PVH_INVL,measuredProperty,count,populationType,Vehicle,crashInvolvement,InvolvedInCrash,vehicleStatus,Parked,,,name,"""Count of number of parked vehicle involved in crash""",vehicleOccupantType,"""""",#Aggregate,sum,value,{Number},,,,,,,, +PERSONS,measuredProperty,count,populationType,Person,vehicleOccupantType,MotorVehicleOccupant,crashInvolvement,InvolvedInCrash,vehicleStatus,"""""",name,"""Count of number of person motor vehicle occupant involved in crash""",#Aggregate,sum,value,{Number},,,,,,,,,, +PERMVIT,measuredProperty,count,populationType,Person,vehicleOccupantType,Motorists,crashInvolvement,InvolvedInCrash,vehicleStatus,"""""",name,"""Count of the number of motorists in the crash""",#Aggregate,sum,value,{Number},description,"""Count of the number of motorists in the crash. A motorist is a driver, passenger, or unknown occupant type of a motor vehicle in-transport""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=44""",,,,,, +CL_TWAY:1,locationType,InterstateRoad,CLTWAY,interstate road,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:2,locationType,OtherLimitedAccessLocation,CLTWAY,other limited access location,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:3,locationType,NHTSA_OtherUSRoute,CLTWAY,other US route,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:4,locationType,OtherStateRoute,CLTWAY,other state route,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:5,locationType,OtherMajorArterialRoad,CLTWAY,othe major arterial road,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:6,locationType,CountyRoad,CLTWAY,county road,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:7,locationType,LocalStreet,CLTWAY,local street,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:8,locationType,NHTSA_OtherLocation,CLTWAY,other location,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:9,locationType,NHTSA_UnknownLocation,CLTWAY,unknown location,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:1,locationType,InterstateRoad,ROUTE,interstate road,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:2,locationType,USHighway,ROUTE,US highway,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:3,locationType,StateHighway,ROUTE,state highway,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:4,locationType,CountyRoad,ROUTE,county road,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:5,locationType,LocalStreetTownship,ROUTE,local street township,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:6,locationType,LocalStreetMunicipality,ROUTE,local street municipality,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:7,locationType,LocalStreetFrontageRoad,ROUTE,local street frontage road,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:8,locationType,NHTSA_OtherLocation,ROUTE,other location,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:9,locationType,NHTSA_UnknownLocation,ROUTE,unknown location,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +NHS:0,locationType,NotOnNationalHighway,NH,that is not part of the national highway system,NATHIGH,not on national highway,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident occured {NATHIGH}""",description,"""Count of crash incident occurred on a trafficway {NH}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=54""" +NHS:1,locationType,NationalHighway,NH,that is part of the national highway system,NATHIGH,on national highway,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident occured {NATHIGH}""",description,"""Count of crash incident occurred on a trafficway {NH}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=54""" +NHS:9,#Ignore,skip value,value,1,,,,,,,,,,,,,,,,,,,,,, +SP_JUR:0,jurisdiction,NoSpecialJurisdiction,SP,no special jurisdiction,SEPJUR,no special jurisdiction,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +SP_JUR:1,jurisdiction,NationalParkService,SP,national park service qualifies as a special jurisdiction,SEPJUR,national park service,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +SP_JUR:2,jurisdiction,MilitaryJurisdiction,SP,military qualifies as a special jurisdiction,SEPJUR,military,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +SP_JUR:3,jurisdiction,IndianReservation,SP,indian reservation qualifies as a special jurisdiction,SEPJUR,indian reservation,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +SP_JUR:4,jurisdiction,CollegeOrUniversityCampus,SP,college or university campus qualifies as a special jurisdiction,SEPJUR,college or university campus,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +SP_JUR:5,jurisdiction,OtherFederalProperty,SP,other federal property qualifies as a special jurisdiction,SEPJUR,other federal property,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +SP_JUR:8,jurisdiction,NHTSA_OtherJurisdiction,SP,other location qualifies as a special jurisdiction,SEPJUR,other location,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +SP_JUR:9,jurisdiction,NHTSA_UnknownJurisdiction,SP,unknown location qualifies as a special jurisdiction,SEPJUR,unknown location,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +MAN_COLL:0,mannerOfCollision,CollisionNotWithMotorVehicleInTransport,ORIENTATION,collision not with motor vehicle in transport,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the first harmful event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:1,mannerOfCollision,RearEndCollision,ORIENTATION,rear end collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the first harmful event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:2,mannerOfCollision,HeadOnCollision,ORIENTATION,head on collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the first harmful event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:3,mannerOfCollision,RearToRearCollision,ORIENTATION,rear to rear collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the first harmful event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:4,mannerOfCollision,AngleCollision,ORIENTATION,angle collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the first harmful event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:5,mannerOfCollision,SideswipeSameDirectionCollision,ORIENTATION,sideswipe same direction collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the first harmful event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:6,mannerOfCollision,SideswipeOppositeDirectionCollision,ORIENTATION,sideswipe opposite direction collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the first harmful event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:7,mannerOfCollision,SideswipeCollision,ORIENTATION,sideswipe collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the first harmful event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:9,mannerOfCollision,NHTSA_UnknownOrientation,ORIENTATION,unknown orientation of collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the first harmful event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +TYP_INT:1,roadIntersectionType,NotAnIntersection,INTER,not an intersection,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:2,roadIntersectionType,FourWayIntersection,INTER,four way intersection,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:3,roadIntersectionType,TIntersection,INTER,T-intersection,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:4,roadIntersectionType,YIntersection,INTER,Y-intersection,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:5,roadIntersectionType,TrafficCircle,INTER,traffic circle,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:6,roadIntersectionType,Roundabout,INTER,round about,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:7,roadIntersectionType,FivePointOrMore,INTER,five point or more,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:10,roadIntersectionType,LIntersection,INTER,L-intersection,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:11,roadIntersectionType,NHTSA_OtherIntersectionType,INTER,other intersection type,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:8,roadIntersectionType,NHTSA_NotReportedIntersectionType,INTER,not reported intersection type,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:98,roadIntersectionType,NHTSA_NotReportedIntersectionType,INTER,not reported intersection type,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:9,roadIntersectionType,NHTSA_UnknownIntersectionType,INTER,unknown intersection type,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:99,roadIntersectionType,ReportedAsUnknown,INTER,reported as unknown,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +REL_ROAD:1,locationType,OnRoadway,LCRASH,on roadway,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the first harmful event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:2,locationType,OnShoulder,LCRASH,on shoulder,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the first harmful event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:3,locationType,OnMedian,LCRASH,on median,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the first harmful event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:4,locationType,OnRoadside,LCRASH,on roadside,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the first harmful event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:5,locationType,OutsideRightOfWay,LCRASH,on outside righ to fway,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the first harmful event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:6,locationType,OffRoadway,LCRASH,off roadway,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the first harmful event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:7,locationType,ParkingLane,LCRASH,in parking lane,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the first harmful event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:8,locationType,GoreRoad,LCRASH,on gore road,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the first harmful event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:9,locationType,NHTSA_UnknownLocationType,LCRASH,on unknown location type,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the first harmful event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:10,locationType,RoadSeparator,LCRASH,on road separator,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the first harmful event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:11,locationType,ContinuousLeftTurnLane,LCRASH,on continuous left turn lane,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the first harmful event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:12,locationType,PedestrianRefugeIslandOrTrafficIsland,LCRASH,on pedestrian refuge island or traffic island,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the first harmful event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:98,locationType,NHTSA_NotReportedLocationType,LCRASH,not reported location type,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the first harmful event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:99,locationType,NHTSA_UnknownLocationType,LCRASH,unknown location type,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the first harmful event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +C_M_ZONE:0,workZoneType,NotAWorkZone,ZONE,in no work zone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {ZONE}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {ZONE} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""",, +C_M_ZONE:1,workZoneType,Construction,ZONE,in construction work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {ZONE}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {ZONE} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +C_M_ZONE:2,workZoneType,Maintenance,ZONE,in maintenance work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {ZONE}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {ZONE} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +C_M_ZONE:3,workZoneType,Construction__Maintenance__Utility,ZONE,in construction or maintenance or utility work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {ZONE}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {ZONE} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +C_M_ZONE:4,workZoneType,NHTSA_UnknownWorkzone,ZONE,work zone type unknown,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {ZONE}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {ZONE} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +C_M_ZONE:8,workZoneType,NHTSA_WorkzoneNotReported,ZONE,not reported work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {ZONE}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {ZONE} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +WRK_ZONE:0,workZoneType,NotAWorkZone,WRK,in no work zone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {WRK}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {WRK} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""",, +WRK_ZONE:1,workZoneType,Construction,WRK,in construction work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {WRK}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {WRK} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +WRK_ZONE:2,workZoneType,Maintenance,WRK,in maintenance work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {WRK}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {WRK} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +WRK_ZONE:3,workZoneType,Utility,WRK,in utility work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {WRK}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {WRK} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +WRK_ZONE:4,workZoneType,NHTSA_UnknownWorkzone,WRK,work zone type unknown,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {WRK}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {WRK} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +WRK_ZONE:8,workZoneType,NHTSA_WorkzoneNotReported,WRK,not reported work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {WRK}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {WRK} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +LGT_COND:1,lightCondition,Daylight,LIGHT,daylight,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:2,lightCondition,Dark,LIGHT,dark,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:3,lightCondition,DarkButLighted,LIGHT,dark but lighted,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:4,lightCondition,Dawn,LIGHT,dawn,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:5,lightCondition,Dusk,LIGHT,dusk,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:6,lightCondition,UnknownLight,LIGHT,unknown light,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:7,lightCondition,NHTSA_OtherLightLevel,LIGHT,other,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:8,lightCondition,NHTSA_LightLevelNotReported ,LIGHT,not reported,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:9,lightCondition,NHTSA_UnknownLightLevel,LIGHT,unknown,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +WEATHER:0,weatherCondition,NoAdverseWeatherCondition,CONDITION,no adverse atmospheric condition,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:1,weatherCondition,NoAdverseWeatherCondition,CONDITION,no adverse atmospheric condition,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:2,weatherCondition,Rain__Mist,CONDITION,rain or mist atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:3,weatherCondition,Sleet__Hail,CONDITION,sleet or hail atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:4,weatherCondition,Snow,CONDITION,snow atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:5,weatherCondition,Fog__Smoke__Smog,CONDITION,fog or smoke or smog atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:6,weatherCondition,SevereCrosswind,CONDITION,severe crosswind atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:7,weatherCondition,BlowingSandOrSoilOrDirt,CONDITION,blowing sand or soil or dirt atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:8,weatherCondition,NHTSA_OtherWeatherCondition,CONDITION,other atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:9,weatherCondition,NHTSA_UnknownWeather,CONDITION,unknown atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:10,weatherCondition,Cloudy,CONDITION,cloudy atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:11,weatherCondition,BlowingSnow,CONDITION,blowing snow atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:12,weatherCondition,FreezingRain__Drizzle,CONDITION,freezing rain or drizzle atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:98,weatherCondition,NHTSA_WeatherNotReported,CONDITION,not reported atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:99,weatherCondition,NHTSA_UnknownWeather,CONDITION,unknown atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +SCH_BUS:0,vehicleType,NotASchoolBus,measuredProperty,count,populationType,VehicleCrashIncident,crashInvolvement,InvolvedInCrash,#Aggregate,sum,value,1,name,"""Count of crash incident where school bus, or motor vehicle functioning as a school bus, is not related to the crash""",vehicleOccupantType,"""""",vehicleStatus,"""""",,,,,,,, +SCH_BUS:8,#Ignore,skip value,value,1,,,,,,,,,,,,,,,,,,,,,, +SCH_BUS:1,vehicleType,SchoolBus,measuredProperty,count,populationType,VehicleCrashIncident,crashInvolvement,InvolvedInCrash,#Aggregate,sum,value,1,name,"""Count of crash incident where school bus, or motor vehicle functioning as a school bus, is related to the crash""",vehicleOccupantType,"""""",vehicleStatus,"""""",,,,,,,, \ No newline at end of file diff --git a/statvar_imports/USA/NHTSA_FARS_CrashData/pv_map/accident_1982_1986_pvmap.csv b/statvar_imports/USA/NHTSA_FARS_CrashData/pv_map/accident_1982_1986_pvmap.csv new file mode 100644 index 0000000000..082219d6f5 --- /dev/null +++ b/statvar_imports/USA/NHTSA_FARS_CrashData/pv_map/accident_1982_1986_pvmap.csv @@ -0,0 +1,120 @@ +key,prop,value,,,,,,,,,,,,,,,,,,,,,,,, +YEAR,#Eval,"Year=""19{Number}"" if Number>70 and Number<98 else ""{Number}""",,,,,,,,,,,,,,,,,,,,,,,, +DAY,#Format,Day={Number:02d},,,,,,,,,,,,,,,,,,,,,,,, +DAY:99,#ignore,skip,,,,,,,,,,,,,,,,,,,,,,,, +MONTH,#Format,Month={Number:02d},,,,,,,,,,,,,,,,,,,,,,,, +MONTH:99,#ignore,skip,,,,,,,,,,,,,,,,,,,,,,,, +HOUR,observationDate,{Year},observationPeriod,,observationAbout,geoId/{State},observationDate,{Year}-{Month},,,,,,,,,,,,,,,,,, +MINUTE,observationAbout,geoId/{State}{County},observationDate,{Year}-{Month}-{Day},measurementMethod,DataCommonsAggregate,observationAbout,country/USA,,,,,,,,,,,,,,,,,, +STATE,#Format,State={Number:02d},,,,,,,,,,,,,,,,,,,,,,,, +COUNTY,#Format,County={Number:03d},,,,,,,,,,,,,,,,,,,,,,,, +FATALS,measuredProperty,count,populationType,MortalityEvent,causeOfDeath,VehicleCrashIncident,name,Count of mortality event in vehicle crash incident,#Aggregate,sum,value,{Number},description,Count of the number of fatally injured people in the crash and is derived by counting all people with “Injury Severity” of 4 in the crash,descriptionUrl,https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=86,,,,,,,,,, +CITY,measuredProperty,count,populationType,VehicleCrashIncident,name,Count of vehicle crash incident,#Aggregate,sum,value,1,,,,,,,,,,,,,,,, +PEDS,measuredProperty,count,populationType,Person,vehicleOccupantType,NotMotorVehicleOccupant,crashInvolvement,InvolvedInCrash,vehicleStatus,"""""",name,"""Count of number of person not a motor vehicle occupant involved in crash""",#Aggregate,sum,value,{Number},,,,,,,,,, +PERNOTMVIT,measuredProperty,count,populationType,Person,vehicleOccupantType,NonMotorists,crashInvolvement,InvolvedInCrash,vehicleStatus,"""""",name,"""Count of the number of non-motorists in the crash""",#Aggregate,sum,value,{Number},description,"""The number of non-motorists in the crash. A non-motorist is defined as a pedestrian, a cyclist, an occupant of a motor vehicle not in-transport, a person riding a horse, an occupant of an animal drawn conveyance, person associated with non-motorist conveyance (e.g., baby carriage, skateboard, wheelchair), or an other non-motorist(e.g., person outside a trafficway, person in a house)""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=39""",,,,,, +VE_FORMS,measuredProperty,count,populationType,Vehicle,crashInvolvement,InvolvedInCrash,vehicleStatus,InTransport,,,name,"""Count of the number of vehicles in-transport involved in crash""",vehicleOccupantType,"""""",#Aggregate,sum,value,{Number},description,"""Count of the number of motor vehicles in-transport involved in the crash. Legally parked vehicles are not included""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=41""",,,, +PVH_INVL,measuredProperty,count,populationType,Vehicle,crashInvolvement,InvolvedInCrash,vehicleStatus,Parked,,,name,"""Count of number of parked vehicle involved in crash""",vehicleOccupantType,"""""",#Aggregate,sum,value,{Number},,,,,,,, +PERSONS,measuredProperty,count,populationType,Person,vehicleOccupantType,MotorVehicleOccupant,crashInvolvement,InvolvedInCrash,vehicleStatus,"""""",name,"""Count of number of person motor vehicle occupant involved in crash""",#Aggregate,sum,value,{Number},,,,,,,,,, +PERMVIT,measuredProperty,count,populationType,Person,vehicleOccupantType,Motorists,crashInvolvement,InvolvedInCrash,vehicleStatus,"""""",name,"""Count of the number of motorists in the crash""",#Aggregate,sum,value,{Number},description,"""Count of the number of motorists in the crash. A motorist is a driver, passenger, or unknown occupant type of a motor vehicle in-transport""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=44""",,,,,, +CL_TWAY:1,locationType,InterstateRoad,CLTWAY,interstate road,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:2,locationType,NHTSA_OtherUSRoute,CLTWAY,other US route,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:3,locationType,OtherStateRoute,CLTWAY,other state route,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:4,locationType,CountyRoad,CLTWAY,county road,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:5,locationType,LocalStreet,CLTWAY,local street,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:8,locationType,NHTSA_OtherLocation,CLTWAY,other location,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:9,locationType,NHTSA_UnknownLocation,CLTWAY,unknown location,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:1,locationType,InterstateRoad,ROUTE,interstate road,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:2,locationType,USHighway,ROUTE,US highway,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:3,locationType,StateHighway,ROUTE,state highway,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:4,locationType,CountyRoad,ROUTE,county road,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:5,locationType,LocalStreetTownship,ROUTE,local street township,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:6,locationType,LocalStreetMunicipality,ROUTE,local street municipality,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:7,locationType,LocalStreetFrontageRoad,ROUTE,local street frontage road,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:8,locationType,NHTSA_OtherLocation,ROUTE,other location,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:9,locationType,NHTSA_UnknownLocation,ROUTE,unknown location,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +NHS:0,locationType,NotOnNationalHighway,NH,that is not part of the national highway system,NATHIGH,not on national highway,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident occured {NATHIGH}""",description,"""Count of crash incident occurred on a trafficway {NH}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=54""" +NHS:1,locationType,NationalHighway,NH,that is part of the national highway system,NATHIGH,on national highway,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident occured {NATHIGH}""",description,"""Count of crash incident occurred on a trafficway {NH}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=54""" +NHS:9,#Ignore,skip value,value,1,,,,,,,,,,,,,,,,,,,,,, +SP_JUR:0,jurisdiction,NoSpecialJurisdiction,SP,no special jurisdiction,SEPJUR,no special jurisdiction,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +SP_JUR:1,jurisdiction,NationalParkService,SP,national park service qualifies as a special jurisdiction,SEPJUR,national park service,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +SP_JUR:2,jurisdiction,MilitaryJurisdiction,SP,military qualifies as a special jurisdiction,SEPJUR,military,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +SP_JUR:3,jurisdiction,IndianReservation,SP,indian reservation qualifies as a special jurisdiction,SEPJUR,indian reservation,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +SP_JUR:4,jurisdiction,CollegeOrUniversityCampus,SP,college or university campus qualifies as a special jurisdiction,SEPJUR,college or university campus,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +SP_JUR:5,jurisdiction,OtherFederalProperty,SP,other federal property qualifies as a special jurisdiction,SEPJUR,other federal property,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +SP_JUR:8,jurisdiction,NHTSA_OtherJurisdiction,SP,other location qualifies as a special jurisdiction,SEPJUR,other location,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +SP_JUR:9,jurisdiction,NHTSA_UnknownJurisdiction,SP,unknown location qualifies as a special jurisdiction,SEPJUR,unknown location,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +MAN_COLL:0,mannerOfCollision,CollisionNotWithMotorVehicleInTransport,ORIENTATION,collision not with motor vehicle in transport,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:1,mannerOfCollision,RearEndCollision,ORIENTATION,rear end collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:2,mannerOfCollision,HeadOnCollision,ORIENTATION,head on collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:3,mannerOfCollision,RearToRearCollision,ORIENTATION,rear to rear collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:4,mannerOfCollision,AngleCollision,ORIENTATION,angle collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:5,mannerOfCollision,SideswipeSameDirectionCollision,ORIENTATION,sideswipe same direction collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:6,mannerOfCollision,SideswipeOppositeDirectionCollision,ORIENTATION,sideswipe opposite direction collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:7,mannerOfCollision,SideswipeCollision,ORIENTATION,sideswipe collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:9,mannerOfCollision,NHTSA_UnknownOrientation,ORIENTATION,unknown orientation of collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +TYP_INT:1,roadIntersectionType,NotAnIntersection,INTER,not an intersection,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:2,roadIntersectionType,FourWayIntersection,INTER,four way intersection,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:3,roadIntersectionType,TIntersection,INTER,T-intersection,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:4,roadIntersectionType,YIntersection,INTER,Y-intersection,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:5,roadIntersectionType,TrafficCircle,INTER,traffic circle,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:6,roadIntersectionType,Roundabout,INTER,round about,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:7,roadIntersectionType,FivePointOrMore,INTER,five point or more,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:10,roadIntersectionType,LIntersection,INTER,L-intersection,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:11,roadIntersectionType,NHTSA_OtherIntersectionType,INTER,other intersection type,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:8,roadIntersectionType,NHTSA_NotReportedIntersectionType,INTER,not reported intersection type,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:98,roadIntersectionType,NHTSA_NotReportedIntersectionType,INTER,not reported intersection type,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:9,roadIntersectionType,NHTSA_UnknownIntersectionType,INTER,unknown intersection type,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:99,roadIntersectionType,ReportedAsUnknown,INTER,reported as unknown,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +REL_ROAD:1,locationType,OnRoadway,LCRASH,on roadway,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:2,locationType,OnShoulder,LCRASH,on shoulder,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:3,locationType,OnMedian,LCRASH,on median,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:4,locationType,OnRoadside,LCRASH,on roadside,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:5,locationType,OutsideRightOfWay,LCRASH,on outside righ to fway,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:6,locationType,OffRoadway,LCRASH,off roadway,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:7,locationType,ParkingLane,LCRASH,in parking lane,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:8,locationType,GoreRoad,LCRASH,on gore road,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:9,locationType,NHTSA_UnknownLocationType,LCRASH,on unknown location type,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:10,locationType,RoadSeparator,LCRASH,on road separator,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:11,locationType,ContinuousLeftTurnLane,LCRASH,on continuous left turn lane,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:12,locationType,PedestrianRefugeIslandOrTrafficIsland,LCRASH,on pedestrian refuge island or traffic island,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:98,locationType,NHTSA_NotReportedLocationType,LCRASH,not reported location type,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:99,locationType,NHTSA_UnknownLocationType,LCRASH,unknown location type,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +C_M_ZONE:0,workZoneType,NotAWorkZone,ZONE,in no work zone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {ZONE}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {ZONE} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""",, +C_M_ZONE:1,workZoneType,Construction,ZONE,in construction work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {ZONE}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {ZONE} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +C_M_ZONE:2,workZoneType,Maintenance,ZONE,in maintenance work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {ZONE}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {ZONE} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +C_M_ZONE:3,workZoneType,Construction__Maintenance__Utility,ZONE,in construction or maintenance or utility work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {ZONE}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {ZONE} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +C_M_ZONE:4,workZoneType,NHTSA_UnknownWorkzone,ZONE,work zone type unknown,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {ZONE}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {ZONE} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +C_M_ZONE:8,workZoneType,NHTSA_WorkzoneNotReported,ZONE,not reported work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {ZONE}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {ZONE} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +WRK_ZONE:0,workZoneType,NotAWorkZone,WRK,in no work zone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {WRK}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {WRK} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""",, +WRK_ZONE:1,workZoneType,Construction,WRK,in construction work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {WRK}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {WRK} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +WRK_ZONE:2,workZoneType,Maintenance,WRK,in maintenance work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {WRK}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {WRK} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +WRK_ZONE:3,workZoneType,Utility,WRK,in utility work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {WRK}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {WRK} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +WRK_ZONE:4,workZoneType,NHTSA_UnknownWorkzone,WRK,work zone type unknown,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {WRK}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {WRK} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +WRK_ZONE:8,workZoneType,NHTSA_WorkzoneNotReported,WRK,not reported work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {WRK}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {WRK} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +LGT_COND:1,lightCondition,Daylight,LIGHT,daylight,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:2,lightCondition,Dark,LIGHT,dark,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:3,lightCondition,DarkButLighted,LIGHT,dark but lighted,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:4,lightCondition,Dawn,LIGHT,dawn,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:5,lightCondition,Dusk,LIGHT,dusk,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:6,lightCondition,UnknownLight,LIGHT,unknown light,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:7,lightCondition,NHTSA_OtherLightLevel,LIGHT,other,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:8,lightCondition,NHTSA_LightLevelNotReported ,LIGHT,not reported,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:9,lightCondition,NHTSA_UnknownLightLevel,LIGHT,unknown,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +WEATHER:0,weatherCondition,NoAdverseWeatherCondition,CONDITION,no adverse atmospheric condition,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:1,weatherCondition,NoAdverseWeatherCondition,CONDITION,no adverse atmospheric condition,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:2,weatherCondition,Rain__Mist,CONDITION,rain or mist atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:3,weatherCondition,Sleet__Hail,CONDITION,sleet or hail atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:4,weatherCondition,Snow,CONDITION,snow atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:5,weatherCondition,Fog__Smoke__Smog,CONDITION,fog or smoke or smog atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:6,weatherCondition,SevereCrosswind,CONDITION,severe crosswind atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:7,weatherCondition,BlowingSandOrSoilOrDirt,CONDITION,blowing sand or soil or dirt atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:8,weatherCondition,NHTSA_OtherWeatherCondition,CONDITION,other atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:9,weatherCondition,NHTSA_UnknownWeather,CONDITION,unknown atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:10,weatherCondition,Cloudy,CONDITION,cloudy atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:11,weatherCondition,BlowingSnow,CONDITION,blowing snow atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:12,weatherCondition,FreezingRain__Drizzle,CONDITION,freezing rain or drizzle atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:98,weatherCondition,NHTSA_WeatherNotReported,CONDITION,not reported atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:99,weatherCondition,NHTSA_UnknownWeather,CONDITION,unknown atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +SCH_BUS:0,vehicleType,NotASchoolBus,measuredProperty,count,populationType,VehicleCrashIncident,crashInvolvement,InvolvedInCrash,#Aggregate,sum,value,1,name,"""Count of crash incident where school bus, or motor vehicle functioning as a school bus, is not related to the crash""",vehicleOccupantType,"""""",vehicleStatus,"""""",,,,,,,, +SCH_BUS:8,#Ignore,skip value,value,1,,,,,,,,,,,,,,,,,,,,,, +SCH_BUS:1,vehicleType,SchoolBus,measuredProperty,count,populationType,VehicleCrashIncident,crashInvolvement,InvolvedInCrash,#Aggregate,sum,value,1,name,"""Count of crash incident where school bus, or motor vehicle functioning as a school bus, is related to the crash""",vehicleOccupantType,"""""",vehicleStatus,"""""",,,,,,,, \ No newline at end of file diff --git a/statvar_imports/USA/NHTSA_FARS_CrashData/pv_map/accident_2002_onwards_pvmap.csv b/statvar_imports/USA/NHTSA_FARS_CrashData/pv_map/accident_2002_onwards_pvmap.csv new file mode 100644 index 0000000000..f8885c61ea --- /dev/null +++ b/statvar_imports/USA/NHTSA_FARS_CrashData/pv_map/accident_2002_onwards_pvmap.csv @@ -0,0 +1,127 @@ +key,Prop,value,,,,,,,,,,,,,,,,,,,,,,,, +YEAR,#Eval,"Year=""19{Number}"" if Number>70 and Number<98 else ""{Number}""",,,,,,,,,,,,,,,,,,,,,,,, +DAY,#Format,Day={Number:02d},,,,,,,,,,,,,,,,,,,,,,,, +DAY:99,#ignore,skip,,,,,,,,,,,,,,,,,,,,,,,, +MONTH,#Format,Month={Number:02d},,,,,,,,,,,,,,,,,,,,,,,, +MONTH:99,#ignore,skip,,,,,,,,,,,,,,,,,,,,,,,, +HOUR,observationDate,{Year},observationPeriod,,observationAbout,geoId/{State},observationDate,{Year}-{Month},,,,,,,,,,,,,,,,,, +MINUTE,observationAbout,geoId/{State}{County},observationDate,{Year}-{Month}-{Day},measurementMethod,DataCommonsAggregate,observationAbout,country/USA,,,,,,,,,,,,,,,,,, +STATE,#Format,State={Number:02d},,,,,,,,,,,,,,,,,,,,,,,, +COUNTY,#Format,County={Number:03d},,,,,,,,,,,,,,,,,,,,,,,, +FATALS,measuredProperty,count,populationType,MortalityEvent,causeOfDeath,VehicleCrashIncident,name,Count of mortality event in vehicle crash incident,#Aggregate,sum,value,{Number},description,Count of the number of fatally injured people in the crash and is derived by counting all people with “Injury Severity” of 4 in the crash,descriptionUrl,https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=86,,,,,,,,,, +CITY,measuredProperty,count,populationType,VehicleCrashIncident,name,Count of vehicle crash incident,#Aggregate,sum,value,1,,,,,,,,,,,,,,,, +PEDS,measuredProperty,count,populationType,Person,vehicleOccupantType,NotMotorVehicleOccupant,crashInvolvement,InvolvedInCrash,vehicleStatus,"""""",name,"""Count of number of person not a motor vehicle occupant involved in crash""",#Aggregate,sum,value,{Number},,,,,,,,,, +PERNOTMVIT,measuredProperty,count,populationType,Person,vehicleOccupantType,NonMotorists,crashInvolvement,InvolvedInCrash,vehicleStatus,"""""",name,"""Count of the number of non-motorists in the crash""",#Aggregate,sum,value,{Number},description,"""The number of non-motorists in the crash. A non-motorist is defined as a pedestrian, a cyclist, an occupant of a motor vehicle not in-transport, a person riding a horse, an occupant of an animal drawn conveyance, person associated with non-motorist conveyance (e.g., baby carriage, skateboard, wheelchair), or an other non-motorist(e.g., person outside a trafficway, person in a house)""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=39""",,,,,, +VE_FORMS,measuredProperty,count,populationType,Vehicle,crashInvolvement,InvolvedInCrash,vehicleStatus,InTransport,,,name,"""Count of the number of vehicles in-transport involved in crash""",vehicleOccupantType,"""""",#Aggregate,sum,value,{Number},description,"""Count of the number of motor vehicles in-transport involved in the crash. Legally parked vehicles are not included""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=41""",,,, +PVH_INVL,measuredProperty,count,populationType,Vehicle,crashInvolvement,InvolvedInCrash,vehicleStatus,Parked,,,name,"""Count of number of parked vehicle involved in crash""",vehicleOccupantType,"""""",#Aggregate,sum,value,{Number},,,,,,,, +PERSONS,measuredProperty,count,populationType,Person,vehicleOccupantType,MotorVehicleOccupant,crashInvolvement,InvolvedInCrash,vehicleStatus,"""""",name,"""Count of number of person motor vehicle occupant involved in crash""",#Aggregate,sum,value,{Number},,,,,,,,,, +PERMVIT,measuredProperty,count,populationType,Person,vehicleOccupantType,Motorists,crashInvolvement,InvolvedInCrash,vehicleStatus,"""""",name,"""Count of the number of motorists in the crash""",#Aggregate,sum,value,{Number},description,"""Count of the number of motorists in the crash. A motorist is a driver, passenger, or unknown occupant type of a motor vehicle in-transport""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=44""",,,,,, +CL_TWAY:1,locationType,InterstateRoad,CLTWAY,interstate road,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:2,locationType,OtherLimitedAccessLocation,CLTWAY,other limited access location,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:3,locationType,NHTSA_OtherUSRoute,CLTWAY,other US route,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:4,locationType,OtherStateRoute,CLTWAY,other state route,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:5,locationType,OtherMajorArterialRoad,CLTWAY,other major arterial road,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:6,locationType,CountyRoad,CLTWAY,county road,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:7,locationType,LocalStreet,CLTWAY,local street,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:8,locationType,NHTSA_OtherLocation,CLTWAY,other location,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +CL_TWAY:9,locationType,NHTSA_UnknownLocation,CLTWAY,unknown location,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {CLTWAY}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {CLTWAY}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:1,locationType,InterstateRoad,ROUTE,interstate road,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:2,locationType,USHighway,ROUTE,US highway,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:3,locationType,StateHighway,ROUTE,state highway,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:4,locationType,CountyRoad,ROUTE,county road,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:5,locationType,LocalStreetTownship,ROUTE,local street township,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:6,locationType,LocalStreetMunicipality,ROUTE,local street municipality,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:7,locationType,LocalStreetFrontageRoad,ROUTE,local street frontage road,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:8,locationType,NHTSA_OtherLocation,ROUTE,other location,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +ROUTE:9,locationType,NHTSA_UnknownLocation,ROUTE,unknown location,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {ROUTE}""",description,"""Count of crash incident where the route signing of the trafficway on which the crash occurred is {ROUTE}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=51""",, +NHS:0,locationType,NotOnNationalHighway,NH,that is not part of the national highway system,NATHIGH,not on national highway,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident occured {NATHIGH}""",description,"""Count of crash incident occurred on a trafficway {NH}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=54""" +NHS:1,locationType,NationalHighway,NH,that is part of the national highway system,NATHIGH,on national highway,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident occured {NATHIGH}""",description,"""Count of crash incident occurred on a trafficway {NH}""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=54""" +NHS:9,#Ignore,skip value,value,1,,,,,,,,,,,,,,,,,,,,,, +SP_JUR:0,jurisdiction,NoSpecialJurisdiction,SP,no special jurisdiction,SEPJUR,no special jurisdiction,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +SP_JUR:1,jurisdiction,NationalParkService,SP,national park service qualifies as a special jurisdiction,SEPJUR,national park service,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +SP_JUR:2,jurisdiction,MilitaryJurisdiction,SP,military qualifies as a special jurisdiction,SEPJUR,military,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +SP_JUR:3,jurisdiction,IndianReservation,SP,indian reservation qualifies as a special jurisdiction,SEPJUR,indian reservation,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +SP_JUR:4,jurisdiction,CollegeOrUniversityCampus,SP,college or university campus qualifies as a special jurisdiction,SEPJUR,college or university campus,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +SP_JUR:5,jurisdiction,OtherFederalProperty,SP,other federal property qualifies as a special jurisdiction,SEPJUR,other federal property,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +SP_JUR:8,jurisdiction,NHTSA_OtherJurisdiction,SP,other location qualifies as a special jurisdiction,SEPJUR,other location,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +SP_JUR:9,jurisdiction,NHTSA_UnknownJurisdiction,SP,unknown location qualifies as a special jurisdiction,SEPJUR,unknown location,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident on {SEPJUR}""",description,"""Count of crash incident where location on the trafficway where the crash occurred is {SP} even though it may be patrolled by State, county or local police""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=55""" +MAN_COLL:0,mannerOfCollision,CollisionNotWithMotorVehicleInTransport,ORIENTATION,collision not with motor vehicle in transport,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:1,mannerOfCollision,RearEndCollision,ORIENTATION,rear end collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:2,mannerOfCollision,HeadOnCollision,ORIENTATION,head on collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:3,mannerOfCollision,FrontToSideSameDirectionCollision,ORIENTATION,front to side same direction collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:4,mannerOfCollision,FrontToSideOppositeDirectionCollision,ORIENTATION,front to side opposite direction collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:5,mannerOfCollision,SideswipeSameDirectionCollision,ORIENTATION,sideswipe same direction collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:6,mannerOfCollision,AngleCollision,ORIENTATION,angle collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:7,mannerOfCollision,SideswipeSameDirectionCollision,ORIENTATION,sideswipe same direction collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:8,mannerOfCollision,SideswipeOppositeDirectionCollision,ORIENTATION,sideswipe opposite direction collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:9,mannerOfCollision,RearToSideCollision,ORIENTATION,rear to side collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:10,mannerOfCollision,RearToRearCollision,ORIENTATION,rear to rear collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:11,mannerOfCollision,NHTSA_OtherOrientation,ORIENTATION,other orientation of collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:98,mannerOfCollision,NHTSA_NotReportedOrientation,ORIENTATION,not reported orientation of collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +MAN_COLL:99,mannerOfCollision,NHTSA_UnknownOrientation,ORIENTATION,unknown orientation of collision,measuredProperty,count,populationType,VehicleCrashIncident,crashType,CollisionCrash,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {ORIENTATION}",description,"""Count of crash incident where {ORIENTATION} of two motor vehicles in-transport when they are involved in the First Harmful Event of a collision crash""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=63""" +TYP_INT:1,roadIntersectionType,NotAnIntersection,INTER,not an intersection,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:2,roadIntersectionType,FourWayIntersection,INTER,four way intersection,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:3,roadIntersectionType,TIntersection,INTER,T-intersection,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:4,roadIntersectionType,YIntersection,INTER,Y-intersection,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:5,roadIntersectionType,TrafficCircle,INTER,traffic circle,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:6,roadIntersectionType,Roundabout,INTER,round about,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:7,roadIntersectionType,FivePointOrMore,INTER,five point or more,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:10,roadIntersectionType,LIntersection,INTER,L-intersection,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:11,roadIntersectionType,NHTSA_OtherIntersectionType,INTER,other intersection type,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:8,roadIntersectionType,NHTSA_NotReportedIntersectionType,INTER,not reported intersection type,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:98,roadIntersectionType,NHTSA_NotReportedIntersectionType,INTER,not reported intersection type,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:9,roadIntersectionType,NHTSA_UnknownIntersectionType,INTER,unknown intersection type,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +TYP_INT:99,roadIntersectionType,ReportedAsUnknown,INTER,reported as unknown,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where road intersection type is {INTER}""",,,,,, +REL_ROAD:1,locationType,OnRoadway,LCRASH,on roadway,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:2,locationType,OnShoulder,LCRASH,on shoulder,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:3,locationType,OnMedian,LCRASH,on median,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:4,locationType,OnRoadside,LCRASH,on roadside,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:5,locationType,OutsideRightOfWay,LCRASH,on outside righ to fway,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:6,locationType,OffRoadway,LCRASH,off roadway,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:7,locationType,ParkingLane,LCRASH,in parking lane,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:8,locationType,GoreRoad,LCRASH,on gore road,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:9,locationType,NHTSA_UnknownLocationType,LCRASH,on unknown location type,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:10,locationType,RoadSeparator,LCRASH,on road separator,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:11,locationType,ContinuousLeftTurnLane,LCRASH,on continuous left turn lane,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:12,locationType,PedestrianRefugeIslandOrTrafficIsland,LCRASH,on pedestrian refuge island or traffic island,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:98,locationType,NHTSA_NotReportedLocationType,LCRASH,not reported location type,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +REL_ROAD:99,locationType,NHTSA_UnknownLocationType,LCRASH,unknown location type,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {LCRASH}""",description,"""Count of crash incident where location of the crash is {LCRASH} as it relates to its position within or outside the trafficway based on the First Harmful Event.""",descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=69""",, +C_M_ZONE:0,workZoneType,NotAWorkZone,ZONE,in no work zone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {ZONE}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {ZONE} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""",, +C_M_ZONE:1,workZoneType,Construction,ZONE,in construction work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {ZONE}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {ZONE} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +C_M_ZONE:2,workZoneType,Maintenance,ZONE,in maintenance work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {ZONE}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {ZONE} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +C_M_ZONE:3,workZoneType,Construction__Maintenance__Utility,ZONE,in construction or maintenance or utility work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {ZONE}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {ZONE} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +C_M_ZONE:4,workZoneType,NHTSA_UnknownWorkzone,ZONE,work zone type unknown,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {ZONE}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {ZONE} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +C_M_ZONE:8,workZoneType,NHTSA_WorkzoneNotReported,ZONE,not reported work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {ZONE}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {ZONE} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +WRK_ZONE:0,workZoneType,NotAWorkZone,WRK,in no work zone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {WRK}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {WRK} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""",, +WRK_ZONE:1,workZoneType,Construction,WRK,in construction work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {WRK}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {WRK} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +WRK_ZONE:2,workZoneType,Maintenance,WRK,in maintenance work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {WRK}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {WRK} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +WRK_ZONE:3,workZoneType,Utility,WRK,in utility work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {WRK}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {WRK} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +WRK_ZONE:4,workZoneType,NHTSA_UnknownWorkzone,WRK,work zone type unknown,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {WRK}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {WRK} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +WRK_ZONE:8,workZoneType,NHTSA_WorkzoneNotReported,WRK,not reported work zone,locationType,WorkZone,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident {WRK}""",description,"""Count of crash incidentin in which the first harmful event occurs within the boundaries of {WRK} or on an approach to or exit from a work zone, resulting from an activity, behavior, or control related to the movement of the traffic units through the work zone """,descriptionUrl,"""https://crashstats.nhtsa.dot.gov/Api/Public/ViewPublication/813417#page=70""" +LGT_COND:1,lightCondition,Daylight,LIGHT,daylight,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:2,lightCondition,Dark,LIGHT,dark,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:3,lightCondition,DarkButLighted,LIGHT,dark but lighted,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:4,lightCondition,Dawn,LIGHT,dawn,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:5,lightCondition,Dusk,LIGHT,dusk,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:6,lightCondition,UnknownLight,LIGHT,unknown light,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:7,lightCondition,NHTSA_OtherLightLevel,LIGHT,other,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:8,lightCondition,NHTSA_LightLevelNotReported ,LIGHT,not reported,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +LGT_COND:9,lightCondition,NHTSA_UnknownLightLevel,LIGHT,unknown,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {LIGHT} level of light at the time of the crash""",,,,,, +WEATHER:0,weatherCondition,NoAdverseWeatherCondition,CONDITION,no adverse atmospheric condition,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:1,weatherCondition,NoAdverseWeatherCondition,CONDITION,no adverse atmospheric condition,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:2,weatherCondition,Rain__Mist,CONDITION,rain or mist atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:3,weatherCondition,Sleet__Hail,CONDITION,sleet or hail atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:4,weatherCondition,Snow,CONDITION,snow atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:5,weatherCondition,Fog__Smoke__Smog,CONDITION,fog or smoke or smog atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:6,weatherCondition,SevereCrosswind,CONDITION,severe crosswind atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:7,weatherCondition,BlowingSandOrSoilOrDirt,CONDITION,blowing sand or soil or dirt atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:8,weatherCondition,NHTSA_OtherWeatherCondition,CONDITION,other atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:9,weatherCondition,NHTSA_UnknownWeather,CONDITION,unknown atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:10,weatherCondition,Cloudy,CONDITION,cloudy atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:11,weatherCondition,BlowingSnow,CONDITION,blowing snow atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:12,weatherCondition,FreezingRain__Drizzle,CONDITION,freezing rain or drizzle atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:98,weatherCondition,NHTSA_WeatherNotReported,CONDITION,not reported atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +WEATHER:99,weatherCondition,NHTSA_UnknownWeather,CONDITION,unknown atmospheric conditions,measuredProperty,count,populationType,VehicleCrashIncident,#Aggregate,sum,value,1,crashInvolvement,"""""",vehicleOccupantType,"""""",vehicleStatus,"""""",name,"""Count of crash incident where {CONDITION} existed at the time of the crash""",,,,,, +SCH_BUS:0,vehicleType,NotASchoolBus,measuredProperty,count,populationType,VehicleCrashIncident,crashInvolvement,InvolvedInCrash,#Aggregate,sum,value,1,name,"""Count of crash incident where school bus, or motor vehicle functioning as a school bus, is not related to the crash""",vehicleOccupantType,"""""",vehicleStatus,"""""",,,,,,,, +SCH_BUS:8,#Ignore,skip value,value,1,,,,,,,,,,,,,,,,,,,,,, +SCH_BUS:1,vehicleType,SchoolBus,measuredProperty,count,populationType,VehicleCrashIncident,crashInvolvement,InvolvedInCrash,#Aggregate,sum,value,1,name,"""Count of crash incident where school bus, or motor vehicle functioning as a school bus, is related to the crash""",vehicleOccupantType,"""""",vehicleStatus,"""""",,,,,,,, \ No newline at end of file diff --git a/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_input/accident_1975Onwards_data.csv b/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_input/accident_1975Onwards_data.csv new file mode 100644 index 0000000000..d5b167d9d0 --- /dev/null +++ b/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_input/accident_1975Onwards_data.csv @@ -0,0 +1,25 @@ +STATE,COUNTY,MONTH,DAY,YEAR,HOUR,MINUTE,VE_FORMS,PERSONS,VEHICLES,LAND_USE,CL_TWAY,ROAD_FNC,TA_1_CL,SP_JUR,HARM_EV,MAN_COLL,REL_JUNC,REL_ROAD,ROAD_FLO,NO_LANES,SP_LIMIT,ALIGNMNT,PROFILE,PAVE_TYP,SUR_COND,TRA_CONT,LGT_COND,WEATHER,HIT_RUN,C_M_ZONE,NOT_HOUR,NOT_MIN,ARR_HOUR,ARR_MIN,SCH_BUS,CF1,CF2,CF3,FATALS,DAY_WEEK,DRUNK_DR,ST_CASE,CITY,RAIL +1,95,1,4,75,22,24,3,3,,1,3,,,0,12,2,1,1,3,4,55,1,1,2,2,0,2,1,0,,99,99,22,40,1,0,0,0,1,7,0,10001,400,******* +1,95,1,2,75,4,30,1,2,,2,4,,,0,18,0,1,5,4,2,50,2,1,2,1,0,2,1,0,,99,99,4,50,1,0,0,0,1,5,0,10002,110,******* +1,35,1,1,75,4,0,1,1,,2,6,,,0,1,0,1,4,4,2,55,1,2,2,1,0,2,1,0,,99,99,5,40,1,0,0,0,1,4,0,10003,0,******* +1,77,1,2,75,14,50,1,3,,2,6,,,0,27,0,1,4,4,2,55,2,1,2,1,0,1,1,0,,99,99,17,20,1,0,0,0,1,5,0,10004,0,******* +1,97,1,5,75,20,0,1,1,,1,7,,,0,28,0,1,2,4,2,35,1,1,1,1,0,2,1,0,,99,99,20,10,1,0,0,0,1,1,0,10005,2100,******* +1,65,1,4,75,15,0,2,4,,2,4,,,0,12,4,5,1,4,2,55,1,2,2,1,0,1,1,0,,99,99,15,15,,0,0,0,1,7,0,10006,0,******* +1,89,1,8,75,13,20,1,1,,2,7,,,0,17,0,1,2,4,2,55,1,1,2,2,0,1,2,0,,99,99,13,30,,0,0,0,1,4,0,10007,2225,******* +1,69,1,4,75,1,15,1,1,,1,7,,,0,1,0,2,6,3,2,55,2,2,2,2,0,2,2,0,,99,99,1,40,,0,0,0,1,7,0,10008,2961,******* +1,73,1,6,75,17,40,1,2,,1,3,,,0,8,0,1,1,3,2,50,1,1,2,1,0,6,1,0,,99,99,17,52,,0,0,0,1,2,0,10009,1270,******* +1,101,1,3,75,17,44,2,5,,1,3,,,0,12,4,5,1,3,2,40,1,2,2,2,3,2,2,0,,99,99,17,58,,1,0,0,1,6,0,10010,2130,******* +1,3,1,10,75,23,0,1,1,,2,1,,,0,1,0,1,6,3,2,55,1,1,2,1,0,2,1,0,,99,99,23,45,,0,0,0,1,6,0,10011,0,******* +1,47,1,5,75,17,48,2,2,,2,3,,,0,12,1,2,1,3,2,55,1,2,2,1,0,2,9,0,,99,99,17,59,,0,0,0,1,1,0,10012,0,******* +1,117,1,11,75,15,55,1,1,,2,4,,,0,27,0,1,5,4,2,55,1,2,2,1,0,1,1,0,,99,99,16,50,,0,0,0,1,7,0,10013,0,******* +1,61,1,10,75,22,50,1,3,,2,4,,,0,14,1,1,2,4,2,55,1,1,2,2,0,2,1,0,,99,99,23,10,,0,0,0,2,6,0,10014,0,******* +1,117,1,13,75,18,10,1,2,,2,3,,,0,8,0,1,1,3,2,55,1,2,2,1,0,2,1,0,,99,99,18,20,,0,0,0,1,2,0,10015,2405,******* +1,101,1,8,75,21,30,1,3,,1,7,,,0,18,0,2,5,4,2,25,1,2,2,2,4,2,9,0,,99,99,21,42,,0,0,0,1,4,0,10016,2130,******* +1,97,1,11,75,16,1,1,2,,1,7,,,0,8,0,1,1,4,5,35,1,1,2,1,0,1,1,0,,99,99,16,8,,0,0,0,1,7,0,10017,2100,******* +1,95,1,7,75,18,30,2,2,,2,4,,,0,12,4,2,1,4,2,55,1,1,2,1,0,2,1,0,,99,99,18,45,,0,0,0,1,3,0,10018,0,******* +1,99,1,12,75,3,21,1,2,,2,3,,,0,7,0,1,5,4,2,55,2,2,2,1,0,2,1,0,,99,99,4,0,,0,0,0,1,1,0,10019,0,******* +1,73,1,17,75,99,99,1,1,,1,6,,,0,1,0,1,4,3,2,45,1,1,2,1,0,2,1,0,,99,99,24,0,,0,0,0,1,6,0,10020,1850,******* +1,41,1,15,75,8,30,1,1,,2,6,,,0,19,0,5,4,4,2,55,1,1,2,1,0,1,1,0,,99,99,10,40,,0,0,0,1,4,0,10021,0,******* +1,73,1,25,75,17,0,1,4,,1,7,,,0,14,1,5,2,4,2,25,2,2,2,1,0,6,1,0,,99,99,17,10,,0,0,0,1,7,1,10022,350,******* +1,117,1,10,75,15,20,1,2,,2,6,,,0,1,0,1,1,4,2,55,1,2,2,2,0,2,2,0,,99,99,16,20,,1,0,0,1,6,0,10023,0,******* +1,109,1,18,75,18,0,3,6,,2,4,,,0,12,2,1,1,3,2,55,2,2,2,1,0,2,1,0,,99,99,18,13,,0,0,0,1,7,0,10024,0,******* \ No newline at end of file diff --git a/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_input/accident_1982_1986_data.csv b/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_input/accident_1982_1986_data.csv new file mode 100644 index 0000000000..da4423e3d8 --- /dev/null +++ b/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_input/accident_1982_1986_data.csv @@ -0,0 +1,25 @@ +STATE,COUNTY,MONTH,DAY,YEAR,HOUR,MINUTE,VE_FORMS,PERSONS,LAND_USE,ROAD_FNC,FED_AID,CL_TWAY,SP_JUR,HARM_EV,MAN_COLL,REL_JUNC,REL_ROAD,TWAY_FLO,NO_LANES,SP_LIMIT,ALIGNMNT,PROFILE,PAVE_TYP,SUR_COND,TRA_CONT,T_CONT_F,HIT_RUN,LGT_COND,WEATHER,C_M_ZONE,NOT_HOUR,NOT_MIN,ARR_HOUR,ARR_MIN,SCH_BUS,CF1,CF2,CF3,FATALS,DAY_WEEK,DRUNK_DR,ST_CASE,CITY,MILEPT,TWAY_ID,RAIL +1,53,1,4,85,8,10,1,1,2,3,2,2,0,34,0,1,6,1,2,55,2,1,2,1,0,0,0,1,1,0,99,99,8,30,0,2,0,0,1,6,0,10002,0,814,31,0 +1,85,1,6,85,5,45,1,2,1,3,2,2,0,27,0,1,6,2,5,55,1,1,2,1,0,0,0,2,1,0,99,99,6,30,0,0,0,0,1,1,1,10003,9997,1093,80,0 +1,119,1,6,85,4,5,1,1,2,3,2,2,0,24,0,1,6,1,2,55,1,1,2,1,0,0,0,2,1,0,4,41,4,58,0,0,0,0,1,1,0,10004,0,220,80,0 +1,89,1,4,85,20,45,1,1,2,8,8,4,0,42,0,1,6,1,2,55,1,2,2,4,0,0,0,2,1,0,0,0,0,0,0,0,0,0,1,6,1,10005,0,0,1338,0 +1,45,1,5,85,0,45,1,1,2,8,8,4,0,32,0,1,6,1,2,55,1,2,2,1,0,0,0,2,1,0,0,0,0,0,0,0,0,0,1,7,1,10006,0,0,1097,0 +1,9,1,2,85,2,0,1,3,2,3,2,2,0,35,0,1,6,1,2,55,1,1,2,1,0,0,0,2,1,0,0,0,0,0,0,0,0,0,1,4,1,10007,0,3120,31,0 +1,3,1,11,85,23,17,1,2,2,8,8,4,0,1,0,1,1,1,2,55,1,2,2,1,40,3,0,2,1,0,23,27,23,36,0,0,0,0,2,6,0,10008,0,0,1729,0 +1,83,1,10,85,16,42,2,3,1,3,2,2,0,12,4,2,1,2,2,50,1,2,2,2,0,0,0,5,2,0,99,99,17,45,0,0,0,0,1,5,0,10009,170,99999,72,0 +1,97,1,8,85,4,15,1,1,2,3,2,2,0,31,0,1,6,1,2,45,1,1,2,1,0,0,0,2,1,0,4,32,4,50,0,0,0,0,1,3,1,10010,0,108,45,0 +1,53,1,12,85,14,0,1,1,2,3,2,2,0,1,0,1,1,1,2,55,2,1,2,1,0,0,0,1,1,0,14,13,14,23,0,0,0,0,1,7,1,10011,0,72,29,0 +1,97,1,11,85,23,45,1,2,2,6,7,3,0,30,0,1,6,1,2,45,2,2,2,1,0,0,0,2,1,0,0,1,0,18,0,0,0,0,1,6,0,10012,0,46,193,0 +1,41,1,10,85,18,20,1,2,2,8,8,4,0,8,0,1,2,1,2,55,1,1,2,1,0,0,0,2,1,0,99,99,18,35,0,0,0,0,1,5,0,10013,0,0,1069,0 +1,97,1,6,85,17,49,1,2,1,8,8,5,0,8,0,2,1,2,2,35,1,1,2,1,0,0,0,3,1,0,17,50,17,57,0,0,0,0,1,1,0,10014,2100,0,6510,0 +1,125,1,4,85,6,30,2,2,2,1,1,1,0,23,0,1,2,2,2,55,1,1,1,4,0,0,0,4,4,0,6,43,6,59,0,0,0,0,1,6,0,10015,0,799,59,0 +1,119,1,10,85,10,15,2,2,2,6,7,3,0,12,2,1,1,1,2,55,1,1,2,2,0,0,0,1,1,0,99,99,10,52,0,0,0,0,1,5,0,10016,0,1738,17,0 +1,21,1,10,85,9,40,1,1,2,8,8,4,0,22,0,1,2,1,2,55,1,2,2,2,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,5,0,10017,0,0,1134,0 +1,9,1,13,85,2,0,1,1,2,8,8,4,0,42,0,1,6,1,2,55,1,1,2,1,0,0,0,2,1,0,0,0,0,0,0,0,0,0,1,1,1,10018,0,0,1073,0 +1,73,1,1,85,15,52,1,2,1,8,8,4,0,43,0,1,6,1,2,35,2,2,2,1,0,0,0,1,1,0,99,99,99,99,0,0,0,0,1,3,0,10019,2960,0,5172,0 +1,89,1,17,85,6,40,2,2,2,6,7,3,0,12,2,1,1,1,2,55,1,1,2,2,0,0,0,1,2,0,99,99,6,53,0,0,0,0,2,5,0,10020,0,3291,53,0 +1,89,1,19,85,0,15,1,1,2,3,2,2,0,43,0,1,3,2,2,55,2,1,2,1,0,0,0,2,1,0,0,19,0,26,0,0,0,0,1,7,1,10021,0,868,72,0 +1,103,1,17,85,9,10,1,1,2,8,8,4,0,42,0,1,6,1,2,55,2,2,2,2,0,0,0,1,1,0,9,20,9,30,0,0,0,0,1,5,0,10022,0,0,21,0 +1,73,1,22,85,14,18,1,1,2,8,8,4,0,19,0,1,5,1,2,30,1,2,2,1,20,3,0,1,1,0,99,99,14,28,0,0,0,0,1,3,0,10023,0,0,5193,0 +1,107,1,16,85,12,5,2,3,2,3,2,2,0,12,2,1,1,1,2,55,2,2,2,2,0,0,0,1,2,0,12,44,13,1,0,0,0,0,1,4,0,10024,0,115,82,0 +1,15,1,17,85,7,0,2,3,2,6,7,3,0,12,2,1,1,1,2,55,1,1,2,2,0,0,0,1,3,0,7,15,7,22,0,2,0,0,2,5,0,10025,0,2375,9,0 \ No newline at end of file diff --git a/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_input/accident_2002_onwards_data.csv b/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_input/accident_2002_onwards_data.csv new file mode 100644 index 0000000000..f69b302ec5 --- /dev/null +++ b/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_input/accident_2002_onwards_data.csv @@ -0,0 +1,25 @@ +STATE,ST_CASE,VE_TOTAL,VE_FORMS,PEDS,PERSONS,COUNTY,CITY,DAY,MONTH,YEAR,DAY_WEEK,HOUR,MINUTE,NHS,ROAD_FNC,ROUTE,TWAY_ID,TWAY_ID2,MILEPT,LATITUDE,LONGITUD,SP_JUR,HARM_EV,MAN_COLL,RELJCT1,RELJCT2,TYP_INT,REL_ROAD,WRK_ZONE,LGT_COND,WEATHER1,WEATHER2,WEATHER,SCH_BUS,RAIL,NOT_HOUR,NOT_MIN,ARR_HOUR,ARR_MIN,HOSP_HR,HOSP_MN,CF1,CF2,CF3,FATALS,DRUNK_DR +1,10001,1,1,0,2,81,2340,15,1,2010,6,4,10,1,11,1,I-85,,621,32.64106389,-85.35469167,0,42,0,0,1,1,4,0,3,1,0,1,0,0,99,99,4,20,99,99,0,0,0,1,1 +1,10002,1,1,0,1,35,1080,11,1,2010,2,6,0,0,16,6,5010,,0,31.43044722,-86.95669444,0,30,0,0,1,1,4,0,3,1,0,1,0,0,99,99,6,9,99,99,0,0,0,1,0 +1,10003,3,3,0,3,97,2100,14,1,2010,5,15,10,0,12,2,US-SR 42,4639,0,30.69163056,-88.08577778,0,12,11,0,2,3,1,0,1,1,0,1,0,0,99,99,15,16,99,99,0,0,0,1,0 +1,10004,2,2,0,2,115,160,21,1,2010,5,1,16,0,14,2,US-SR 53,,2400,33.8687,-86.29116389,0,12,2,0,1,1,1,0,3,2,0,2,0,0,99,99,1,16,88,88,0,0,0,1,0 +1,10005,2,2,0,2,117,0,4,1,2010,2,6,38,1,11,1,I-65,,2440,33.30974167,-86.78722222,0,12,7,0,1,1,1,1,4,1,0,1,0,0,99,99,6,49,88,88,0,0,0,1,0 +1,10006,1,1,0,1,21,0,1,1,2010,6,5,34,1,1,1,I-65,,2043,32.78581389,-86.57450833,0,32,0,0,1,1,4,0,4,2,0,2,0,0,99,99,5,40,88,88,0,0,0,1,0 +1,10007,1,1,0,2,97,0,1,1,2010,6,2,40,0,4,3,SR-188,,45,30.46146389,-88.29401944,0,53,0,0,1,1,4,0,3,2,0,2,0,0,99,99,3,15,99,99,0,0,0,2,0 +1,10008,1,1,0,4,9,0,2,1,2010,7,15,37,0,3,3,SR-75,7842,334,33.99555556,-86.43900278,0,31,0,0,3,1,4,0,3,1,0,1,0,0,99,99,15,45,99,99,0,0,0,1,0 +1,10009,1,1,0,2,51,0,2,1,2010,7,9,55,0,4,4,1209,,0,32.70871667,-86.14818611,0,1,0,0,1,1,4,0,1,1,0,1,0,0,99,99,10,10,99,99,0,0,0,1,0 +1,10010,2,2,0,4,113,0,3,1,2010,1,13,50,0,4,3,SR-165,1119,202,32.25259444,-85.00338333,0,12,6,0,2,3,1,0,1,1,0,1,0,0,99,99,14,36,99,99,0,0,0,1,1 +1,10011,1,1,0,1,95,0,4,1,2010,2,5,50,0,4,4,1409,,0,34.32906111,-86.16592222,0,17,0,0,1,1,4,0,4,1,0,1,0,0,99,99,6,4,88,88,0,0,0,1,0 +1,10012,1,1,0,3,91,0,4,1,2010,2,16,20,0,5,4,1258,,0,31.9941,-87.86773056,0,42,0,0,1,1,4,0,1,1,0,1,0,0,99,99,16,51,99,99,0,0,0,1,1 +1,10013,1,1,0,3,125,0,5,1,2010,3,23,30,0,5,4,1100,,0,33.06655,-87.53685278,0,42,0,0,1,1,4,0,6,1,0,1,0,0,99,99,23,53,99,99,0,0,0,1,1 +1,10014,2,2,0,2,9,1600,6,1,2010,4,17,1,0,3,3,SR-160,,47,33.88872778,-86.76163056,0,12,2,0,1,1,1,0,3,1,0,1,0,0,99,99,5,8,99,99,0,0,0,1,0 +1,10015,1,1,0,1,47,0,6,1,2010,4,15,21,0,4,4,1056,,0,32.58800833,-86.92938056,0,34,0,0,1,1,4,0,1,1,0,1,0,0,99,99,15,45,88,88,0,0,0,1,0 +1,10016,2,2,0,2,127,0,7,1,2010,5,9,5,0,4,3,SR-269,,318,33.69823889,-87.25543611,0,12,2,0,1,1,1,0,1,1,0,1,0,0,99,99,9,20,99,99,0,0,0,1,0 +1,10017,1,1,0,4,19,0,7,1,2010,5,15,0,0,3,3,SR-68,,251,34.23519444,-85.79175278,0,1,0,0,1,1,4,0,1,4,0,4,0,0,99,99,15,39,99,99,0,0,0,1,0 +1,10018,2,2,0,3,99,0,7,1,2010,5,13,30,1,2,2,US-SR 12,,670,31.50969444,-87.48523611,0,12,6,0,1,1,1,0,1,2,0,2,0,0,99,99,14,0,99,99,0,0,0,2,0 +1,10019,1,1,0,2,101,0,10,1,2010,1,4,37,1,3,2,US-SR 53,,932,32.03341944,-86.03257222,0,53,0,0,1,1,4,0,3,1,0,1,0,0,99,99,5,12,99,99,0,0,0,1,1 +1,10020,2,2,0,3,43,0,7,1,2010,5,16,49,1,2,2,US-SR 74,,654,34.20842222,-87.05831944,0,12,6,0,1,1,1,0,5,4,0,4,0,0,99,99,17,15,99,99,0,0,0,1,0 +1,10021,2,2,0,3,95,0,7,1,2010,5,16,34,0,3,3,SR-75,,522,34.21050556,-86.28487222,0,12,6,0,1,1,1,0,3,1,0,1,0,0,99,99,16,56,99,99,0,0,0,1,0 +1,10022,1,1,1,1,55,0,11,1,2010,2,6,28,0,2,2,US-SR 25,7856,2241,34.07256944,-85.9192,0,8,0,0,3,3,1,0,1,1,0,1,0,0,99,99,6,39,99,99,0,0,0,1,0 +1,10023,2,2,0,2,103,890,11,1,2010,2,13,4,1,2,3,SR-67,8231,0,34.54016667,-86.91805833,0,12,6,0,2,3,1,0,1,1,0,1,0,0,99,99,13,8,99,99,0,0,0,1,0 +1,10024,2,2,1,2,49,0,12,1,2010,3,15,5,0,4,3,SR-168,,153,34.25094722,-86.10614167,0,8,0,0,8,1,1,0,1,1,0,1,0,0,99,99,15,21,99,99,0,0,0,1,0 \ No newline at end of file diff --git a/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_output/accident_1975Onwards.csv b/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_output/accident_1975Onwards.csv new file mode 100644 index 0000000000..d8f2f003ed --- /dev/null +++ b/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_output/accident_1975Onwards.csv @@ -0,0 +1,1098 @@ +observationAbout,observationDate,variableMeasured,value,unit,observationPeriod +dcid:geoId/01095,1975-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,6,,P1M +dcid:country/USA,1975-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,32,,P1M +dcid:geoId/01,1975-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,32,,P1M +dcid:geoId/01095,1975,dcid:Count_Vehicle_InvolvedInCrash_InTransport,6,,P1Y +dcid:country/USA,1975,dcid:Count_Vehicle_InvolvedInCrash_InTransport,32,,P1Y +dcid:geoId/01,1975,dcid:Count_Vehicle_InvolvedInCrash_InTransport,32,,P1Y +dcid:geoId/01095,1975-01-04,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1D +dcid:country/USA,1975-01-04,dcid:Count_Vehicle_InvolvedInCrash_InTransport,6,,P1D +dcid:geoId/01,1975-01-04,dcid:Count_Vehicle_InvolvedInCrash_InTransport,6,,P1D +dcid:geoId/01095,1975-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,7,,P1M +dcid:country/USA,1975-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,55,,P1M +dcid:geoId/01,1975-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,55,,P1M +dcid:geoId/01095,1975,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,7,,P1Y +dcid:country/USA,1975,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,55,,P1Y +dcid:geoId/01,1975,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,55,,P1Y +dcid:geoId/01095,1975-01-04,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:country/USA,1975-01-04,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,8,,P1D +dcid:geoId/01,1975-01-04,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,8,,P1D +dcid:geoId/01095,1975-01,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,6,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,6,,P1M +dcid:geoId/01095,1975,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,6,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,6,,P1Y +dcid:geoId/01095,1975-01-04,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:country/USA,1975-01-04,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:geoId/01,1975-01-04,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:geoId/01095,1975-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,24,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,24,,P1M +dcid:geoId/01095,1975,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,24,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,24,,P1Y +dcid:geoId/01095,1975-01-04,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1975-01-04,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1D +dcid:geoId/01,1975-01-04,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1D +dcid:geoId/01095,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,2,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,2,,P1M +dcid:geoId/01095,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,2,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,2,,P1Y +dcid:geoId/01095,1975-01-04,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:country/USA,1975-01-04,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:geoId/01,1975-01-04,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:geoId/01095,1975-01,dcid:Count_VehicleCrashIncident_OnRoadway,2,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_OnRoadway,10,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_OnRoadway,10,,P1M +dcid:geoId/01095,1975,dcid:Count_VehicleCrashIncident_OnRoadway,2,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_OnRoadway,10,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_OnRoadway,10,,P1Y +dcid:geoId/01095,1975-01-04,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:country/USA,1975-01-04,dcid:Count_VehicleCrashIncident_OnRoadway,2,,P1D +dcid:geoId/01,1975-01-04,dcid:Count_VehicleCrashIncident_OnRoadway,2,,P1D +dcid:geoId/01095,1975-01,dcid:Count_VehicleCrashIncident_Dark,3,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_Dark,16,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_Dark,16,,P1M +dcid:geoId/01095,1975,dcid:Count_VehicleCrashIncident_Dark,3,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_Dark,16,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_Dark,16,,P1Y +dcid:geoId/01095,1975-01-04,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:country/USA,1975-01-04,dcid:Count_VehicleCrashIncident_Dark,2,,P1D +dcid:geoId/01,1975-01-04,dcid:Count_VehicleCrashIncident_Dark,2,,P1D +dcid:geoId/01095,1975-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,3,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,18,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,18,,P1M +dcid:geoId/01095,1975,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,3,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,18,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,18,,P1Y +dcid:geoId/01095,1975-01-04,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,1975-01-04,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1D +dcid:geoId/01,1975-01-04,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1D +dcid:geoId/01095,1975-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,2,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,5,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,5,,P1M +dcid:geoId/01095,1975,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,2,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,5,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,5,,P1Y +dcid:geoId/01095,1975-01-04,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,1,,P1D +dcid:country/USA,1975-01-04,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,1,,P1D +dcid:geoId/01,1975-01-04,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,1,,P1D +dcid:geoId/01095,1975-01,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1M +dcid:country/USA,1975-01,dcid:Count_MortalityEvent_VehicleCrashIncident,25,,P1M +dcid:geoId/01,1975-01,dcid:Count_MortalityEvent_VehicleCrashIncident,25,,P1M +dcid:geoId/01095,1975,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1Y +dcid:country/USA,1975,dcid:Count_MortalityEvent_VehicleCrashIncident,25,,P1Y +dcid:geoId/01,1975,dcid:Count_MortalityEvent_VehicleCrashIncident,25,,P1Y +dcid:geoId/01095,1975-01-04,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-04,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1D +dcid:geoId/01,1975-01-04,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1D +dcid:geoId/01095,1975-01,dcid:Count_VehicleCrashIncident,3,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident,24,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident,24,,P1M +dcid:geoId/01095,1975,dcid:Count_VehicleCrashIncident,3,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident,24,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident,24,,P1Y +dcid:geoId/01095,1975-01-04,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-04,dcid:Count_VehicleCrashIncident,3,,P1D +dcid:geoId/01,1975-01-04,dcid:Count_VehicleCrashIncident,3,,P1D +dcid:geoId/01095,1975-01-02,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:country/USA,1975-01-02,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01,1975-01-02,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01095,1975-01-02,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:country/USA,1975-01-02,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,5,,P1D +dcid:geoId/01,1975-01-02,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,5,,P1D +dcid:geoId/01095,1975-01,dcid:Count_VehicleCrashIncident_OtherStateRoute,2,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_OtherStateRoute,6,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_OtherStateRoute,6,,P1M +dcid:geoId/01095,1975-01-02,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:country/USA,1975-01-02,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01,1975-01-02,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01095,1975,dcid:Count_VehicleCrashIncident_OtherStateRoute,2,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_OtherStateRoute,6,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_OtherStateRoute,6,,P1Y +dcid:geoId/01095,1975-01-02,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1975-01-02,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1D +dcid:geoId/01,1975-01-02,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1D +dcid:geoId/01095,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,16,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,16,,P1M +dcid:geoId/01095,1975-01-02,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1975-01-02,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1D +dcid:geoId/01,1975-01-02,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1D +dcid:geoId/01095,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,16,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,16,,P1Y +dcid:geoId/01095,1975-01,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,4,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,4,,P1M +dcid:geoId/01095,1975-01-02,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1D +dcid:country/USA,1975-01-02,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1D +dcid:geoId/01,1975-01-02,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1D +dcid:geoId/01095,1975,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,4,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,4,,P1Y +dcid:geoId/01095,1975-01-02,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:country/USA,1975-01-02,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01,1975-01-02,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01095,1975-01-02,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,1975-01-02,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1D +dcid:geoId/01,1975-01-02,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1D +dcid:geoId/01095,1975-01-02,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,1,,P1D +dcid:country/USA,1975-01-02,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,2,,P1D +dcid:geoId/01,1975-01-02,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,2,,P1D +dcid:geoId/01095,1975-01-02,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-02,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1D +dcid:geoId/01,1975-01-02,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1D +dcid:geoId/01095,1975-01-02,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-02,dcid:Count_VehicleCrashIncident,2,,P1D +dcid:geoId/01,1975-01-02,dcid:Count_VehicleCrashIncident,2,,P1D +dcid:geoId/01035,1975-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:geoId/01035,1975-01-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:country/USA,1975-01-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01,1975-01-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01035,1975,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:geoId/01035,1975-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1M +dcid:geoId/01035,1975-01-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:country/USA,1975-01-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01,1975-01-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01035,1975,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1Y +dcid:geoId/01035,1975-01,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_CountyRoad,5,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_CountyRoad,5,,P1M +dcid:geoId/01035,1975-01-01,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:country/USA,1975-01-01,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:geoId/01,1975-01-01,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:geoId/01035,1975,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_CountyRoad,5,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_CountyRoad,5,,P1Y +dcid:geoId/01035,1975-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01035,1975-01-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1975-01-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,1975-01-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01035,1975,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01035,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01035,1975-01-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1975-01-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,1975-01-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01035,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01035,1975-01,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_OnRoadside,4,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_OnRoadside,4,,P1M +dcid:geoId/01035,1975-01-01,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:country/USA,1975-01-01,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01,1975-01-01,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01035,1975,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_OnRoadside,4,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_OnRoadside,4,,P1Y +dcid:geoId/01035,1975-01,dcid:Count_VehicleCrashIncident_Dark,1,,P1M +dcid:geoId/01035,1975-01-01,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:country/USA,1975-01-01,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01,1975-01-01,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01035,1975,dcid:Count_VehicleCrashIncident_Dark,1,,P1Y +dcid:geoId/01035,1975-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01035,1975-01-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,1975-01-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,1975-01-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01035,1975,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01035,1975-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,1,,P1M +dcid:geoId/01035,1975-01-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,1,,P1D +dcid:country/USA,1975-01-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,1,,P1D +dcid:geoId/01,1975-01-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,1,,P1D +dcid:geoId/01035,1975,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,1,,P1Y +dcid:geoId/01035,1975-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01035,1975-01-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1975-01-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01035,1975,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01035,1975-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01035,1975-01-01,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-01,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1975-01-01,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01035,1975,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01077,1975-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:geoId/01077,1975-01-02,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01077,1975,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:geoId/01077,1975-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1M +dcid:geoId/01077,1975-01-02,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01077,1975,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1Y +dcid:geoId/01077,1975-01,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1M +dcid:geoId/01077,1975-01-02,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:country/USA,1975-01-02,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:geoId/01,1975-01-02,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:geoId/01077,1975,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1Y +dcid:geoId/01077,1975-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01077,1975-01-02,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01077,1975,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01077,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01077,1975-01-02,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01077,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01077,1975-01,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1M +dcid:geoId/01077,1975-01-02,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:country/USA,1975-01-02,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01,1975-01-02,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01077,1975,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1Y +dcid:geoId/01077,1975-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_Daylight,6,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_Daylight,6,,P1M +dcid:geoId/01077,1975-01-02,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:country/USA,1975-01-02,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01,1975-01-02,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01077,1975,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_Daylight,6,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_Daylight,6,,P1Y +dcid:geoId/01077,1975-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01077,1975-01-02,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01077,1975,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01077,1975-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,1,,P1M +dcid:geoId/01077,1975-01-02,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,1,,P1D +dcid:geoId/01077,1975,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,1,,P1Y +dcid:geoId/01077,1975-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01077,1975-01-02,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01077,1975,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01077,1975-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01077,1975-01-02,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01077,1975,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01097,1975-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1M +dcid:geoId/01097,1975,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1Y +dcid:geoId/01097,1975-01-05,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:country/USA,1975-01-05,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1D +dcid:geoId/01,1975-01-05,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1D +dcid:geoId/01097,1975-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1M +dcid:geoId/01097,1975,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1Y +dcid:geoId/01097,1975-01-05,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:country/USA,1975-01-05,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01,1975-01-05,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01097,1975-01,dcid:Count_VehicleCrashIncident_LocalStreet,2,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_LocalStreet,6,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_LocalStreet,6,,P1M +dcid:geoId/01097,1975,dcid:Count_VehicleCrashIncident_LocalStreet,2,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_LocalStreet,6,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_LocalStreet,6,,P1Y +dcid:geoId/01097,1975-01-05,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1D +dcid:country/USA,1975-01-05,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1D +dcid:geoId/01,1975-01-05,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1D +dcid:geoId/01097,1975-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1M +dcid:geoId/01097,1975,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1Y +dcid:geoId/01097,1975-01-05,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1975-01-05,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1D +dcid:geoId/01,1975-01-05,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1D +dcid:geoId/01097,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1M +dcid:geoId/01097,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1Y +dcid:geoId/01097,1975-01-05,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1975-01-05,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,1975-01-05,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01097,1975-01,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_OnShoulder,4,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_OnShoulder,4,,P1M +dcid:geoId/01097,1975,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_OnShoulder,4,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_OnShoulder,4,,P1Y +dcid:geoId/01097,1975-01-05,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1D +dcid:country/USA,1975-01-05,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1D +dcid:geoId/01,1975-01-05,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1D +dcid:geoId/01097,1975-01,dcid:Count_VehicleCrashIncident_Dark,1,,P1M +dcid:geoId/01097,1975,dcid:Count_VehicleCrashIncident_Dark,1,,P1Y +dcid:geoId/01097,1975-01-05,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:country/USA,1975-01-05,dcid:Count_VehicleCrashIncident_Dark,2,,P1D +dcid:geoId/01,1975-01-05,dcid:Count_VehicleCrashIncident_Dark,2,,P1D +dcid:geoId/01097,1975-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1M +dcid:geoId/01097,1975,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1Y +dcid:geoId/01097,1975-01-05,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,1975-01-05,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,1975-01-05,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01097,1975-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,1,,P1M +dcid:geoId/01097,1975,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,1,,P1Y +dcid:geoId/01097,1975-01-05,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,1,,P1D +dcid:country/USA,1975-01-05,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,1,,P1D +dcid:geoId/01,1975-01-05,dcid:Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus,1,,P1D +dcid:geoId/01097,1975-01,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1M +dcid:geoId/01097,1975,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1Y +dcid:geoId/01097,1975-01-05,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-05,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1D +dcid:geoId/01,1975-01-05,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1D +dcid:geoId/01097,1975-01,dcid:Count_VehicleCrashIncident,2,,P1M +dcid:geoId/01097,1975,dcid:Count_VehicleCrashIncident,2,,P1Y +dcid:geoId/01097,1975-01-05,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-05,dcid:Count_VehicleCrashIncident,2,,P1D +dcid:geoId/01,1975-01-05,dcid:Count_VehicleCrashIncident,2,,P1D +dcid:geoId/01065,1975-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1M +dcid:geoId/01065,1975,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1Y +dcid:geoId/01065,1975-01-04,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01065,1975-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1M +dcid:geoId/01065,1975,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1Y +dcid:geoId/01065,1975-01-04,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1D +dcid:geoId/01065,1975-01,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1M +dcid:geoId/01065,1975,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1Y +dcid:geoId/01065,1975-01-04,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:country/USA,1975-01-04,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01,1975-01-04,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01065,1975-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01065,1975,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01065,1975-01-04,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01065,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,3,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,3,,P1M +dcid:geoId/01065,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,3,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,3,,P1Y +dcid:geoId/01065,1975-01-04,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1D +dcid:country/USA,1975-01-04,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1D +dcid:geoId/01,1975-01-04,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1D +dcid:geoId/01065,1975-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:geoId/01065,1975,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:geoId/01065,1975-01-04,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01065,1975-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:geoId/01065,1975,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:geoId/01065,1975-01-04,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:country/USA,1975-01-04,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01,1975-01-04,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01065,1975-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01065,1975,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01065,1975-01-04,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01065,1975-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01065,1975,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01065,1975-01-04,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01065,1975-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01065,1975,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01065,1975-01-04,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01089,1975-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:geoId/01089,1975-01-08,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:country/USA,1975-01-08,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01,1975-01-08,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01089,1975,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:geoId/01089,1975-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1M +dcid:geoId/01089,1975-01-08,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:country/USA,1975-01-08,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1D +dcid:geoId/01,1975-01-08,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1D +dcid:geoId/01089,1975,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1Y +dcid:geoId/01089,1975-01,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1M +dcid:geoId/01089,1975-01-08,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1D +dcid:country/USA,1975-01-08,dcid:Count_VehicleCrashIncident_LocalStreet,2,,P1D +dcid:geoId/01,1975-01-08,dcid:Count_VehicleCrashIncident_LocalStreet,2,,P1D +dcid:geoId/01089,1975,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1Y +dcid:geoId/01089,1975-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01089,1975-01-08,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1975-01-08,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1D +dcid:geoId/01,1975-01-08,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1D +dcid:geoId/01089,1975,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01089,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01089,1975-01-08,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1975-01-08,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1D +dcid:geoId/01,1975-01-08,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1D +dcid:geoId/01089,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01089,1975-01,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1M +dcid:geoId/01089,1975-01-08,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1D +dcid:country/USA,1975-01-08,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1D +dcid:geoId/01,1975-01-08,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1D +dcid:geoId/01089,1975,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1Y +dcid:geoId/01089,1975-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:geoId/01089,1975-01-08,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:country/USA,1975-01-08,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01,1975-01-08,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01089,1975,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:geoId/01089,1975-01,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_RainOrMist,4,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_RainOrMist,4,,P1M +dcid:geoId/01089,1975-01-08,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:country/USA,1975-01-08,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:geoId/01,1975-01-08,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:geoId/01089,1975,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_RainOrMist,4,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_RainOrMist,4,,P1Y +dcid:geoId/01089,1975-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01089,1975-01-08,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-08,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1D +dcid:geoId/01,1975-01-08,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1D +dcid:geoId/01089,1975,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01089,1975-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01089,1975-01-08,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-08,dcid:Count_VehicleCrashIncident,2,,P1D +dcid:geoId/01,1975-01-08,dcid:Count_VehicleCrashIncident,2,,P1D +dcid:geoId/01089,1975,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01069,1975-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:geoId/01069,1975,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:geoId/01069,1975-01-04,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01069,1975-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1M +dcid:geoId/01069,1975,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1Y +dcid:geoId/01069,1975-01-04,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01069,1975-01,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1M +dcid:geoId/01069,1975,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1Y +dcid:geoId/01069,1975-01-04,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1D +dcid:country/USA,1975-01-04,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1D +dcid:geoId/01,1975-01-04,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1D +dcid:geoId/01069,1975-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01069,1975,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01069,1975-01-04,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01069,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01069,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01069,1975-01-04,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1975-01-04,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,1975-01-04,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01069,1975-01,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_OffRoadway,2,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_OffRoadway,2,,P1M +dcid:geoId/01069,1975,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_OffRoadway,2,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_OffRoadway,2,,P1Y +dcid:geoId/01069,1975-01-04,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:country/USA,1975-01-04,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01,1975-01-04,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01069,1975-01,dcid:Count_VehicleCrashIncident_Dark,1,,P1M +dcid:geoId/01069,1975,dcid:Count_VehicleCrashIncident_Dark,1,,P1Y +dcid:geoId/01069,1975-01-04,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01069,1975-01,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1M +dcid:geoId/01069,1975,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1Y +dcid:geoId/01069,1975-01-04,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:country/USA,1975-01-04,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:geoId/01,1975-01-04,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:geoId/01069,1975-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01069,1975,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01069,1975-01-04,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01069,1975-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01069,1975,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01069,1975-01-04,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01073,1975-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1M +dcid:geoId/01073,1975,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1Y +dcid:geoId/01073,1975-01-06,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:country/USA,1975-01-06,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01,1975-01-06,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01073,1975-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,7,,P1M +dcid:geoId/01073,1975,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,7,,P1Y +dcid:geoId/01073,1975-01-06,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:country/USA,1975-01-06,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01,1975-01-06,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01073,1975-01,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1M +dcid:geoId/01073,1975,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1Y +dcid:geoId/01073,1975-01-06,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:country/USA,1975-01-06,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:geoId/01,1975-01-06,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:geoId/01073,1975-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1M +dcid:geoId/01073,1975,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1Y +dcid:geoId/01073,1975-01-06,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1975-01-06,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,1975-01-06,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01073,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1M +dcid:geoId/01073,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1Y +dcid:geoId/01073,1975-01-06,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1975-01-06,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,1975-01-06,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01073,1975-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:geoId/01073,1975,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:geoId/01073,1975-01-06,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:country/USA,1975-01-06,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01,1975-01-06,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01073,1975-01,dcid:Count_VehicleCrashIncident_UnknownLight,2,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_UnknownLight,2,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_UnknownLight,2,,P1M +dcid:geoId/01073,1975,dcid:Count_VehicleCrashIncident_UnknownLight,2,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_UnknownLight,2,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_UnknownLight,2,,P1Y +dcid:geoId/01073,1975-01-06,dcid:Count_VehicleCrashIncident_UnknownLight,1,,P1D +dcid:country/USA,1975-01-06,dcid:Count_VehicleCrashIncident_UnknownLight,1,,P1D +dcid:geoId/01,1975-01-06,dcid:Count_VehicleCrashIncident_UnknownLight,1,,P1D +dcid:geoId/01073,1975-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,3,,P1M +dcid:geoId/01073,1975,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,3,,P1Y +dcid:geoId/01073,1975-01-06,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,1975-01-06,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,1975-01-06,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01073,1975-01,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1M +dcid:geoId/01073,1975,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1Y +dcid:geoId/01073,1975-01-06,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-06,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1975-01-06,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01073,1975-01,dcid:Count_VehicleCrashIncident,3,,P1M +dcid:geoId/01073,1975,dcid:Count_VehicleCrashIncident,3,,P1Y +dcid:geoId/01073,1975-01-06,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-06,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1975-01-06,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01101,1975-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1M +dcid:geoId/01101,1975-01-03,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:country/USA,1975-01-03,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01,1975-01-03,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01101,1975,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1Y +dcid:geoId/01101,1975-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,8,,P1M +dcid:geoId/01101,1975-01-03,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,5,,P1D +dcid:country/USA,1975-01-03,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,5,,P1D +dcid:geoId/01,1975-01-03,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,5,,P1D +dcid:geoId/01101,1975,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,8,,P1Y +dcid:geoId/01101,1975-01,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1M +dcid:geoId/01101,1975-01-03,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:country/USA,1975-01-03,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:geoId/01,1975-01-03,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:geoId/01101,1975,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1Y +dcid:geoId/01101,1975-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1M +dcid:geoId/01101,1975-01-03,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1975-01-03,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,1975-01-03,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01101,1975,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1Y +dcid:geoId/01101,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1M +dcid:geoId/01101,1975-01-03,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1D +dcid:country/USA,1975-01-03,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1D +dcid:geoId/01,1975-01-03,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1D +dcid:geoId/01101,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1Y +dcid:geoId/01101,1975-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:geoId/01101,1975-01-03,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:country/USA,1975-01-03,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01,1975-01-03,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01101,1975,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:geoId/01101,1975-01,dcid:Count_VehicleCrashIncident_Dark,2,,P1M +dcid:geoId/01101,1975-01-03,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:country/USA,1975-01-03,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01,1975-01-03,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01101,1975,dcid:Count_VehicleCrashIncident_Dark,2,,P1Y +dcid:geoId/01101,1975-01,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1M +dcid:geoId/01101,1975-01-03,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:country/USA,1975-01-03,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:geoId/01,1975-01-03,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:geoId/01101,1975,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1Y +dcid:geoId/01101,1975-01,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1M +dcid:geoId/01101,1975-01-03,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-03,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1975-01-03,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01101,1975,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1Y +dcid:geoId/01101,1975-01,dcid:Count_VehicleCrashIncident,2,,P1M +dcid:geoId/01101,1975-01-03,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-03,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1975-01-03,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01101,1975,dcid:Count_VehicleCrashIncident,2,,P1Y +dcid:geoId/01003,1975-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:geoId/01003,1975,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:geoId/01003,1975-01-10,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:country/USA,1975-01-10,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1D +dcid:geoId/01,1975-01-10,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1D +dcid:geoId/01003,1975-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1M +dcid:geoId/01003,1975,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1Y +dcid:geoId/01003,1975-01-10,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:country/USA,1975-01-10,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,6,,P1D +dcid:geoId/01,1975-01-10,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,6,,P1D +dcid:geoId/01003,1975-01,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1M +dcid:geoId/01003,1975,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1Y +dcid:geoId/01003,1975-01-10,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1D +dcid:country/USA,1975-01-10,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1D +dcid:geoId/01,1975-01-10,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1D +dcid:geoId/01003,1975-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01003,1975,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01003,1975-01-10,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1975-01-10,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1D +dcid:geoId/01,1975-01-10,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1D +dcid:geoId/01003,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01003,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01003,1975-01-10,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1975-01-10,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1D +dcid:geoId/01,1975-01-10,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1D +dcid:geoId/01003,1975-01,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1M +dcid:geoId/01003,1975,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1Y +dcid:geoId/01003,1975-01-10,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:country/USA,1975-01-10,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01,1975-01-10,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01003,1975-01,dcid:Count_VehicleCrashIncident_Dark,1,,P1M +dcid:geoId/01003,1975,dcid:Count_VehicleCrashIncident_Dark,1,,P1Y +dcid:geoId/01003,1975-01-10,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:country/USA,1975-01-10,dcid:Count_VehicleCrashIncident_Dark,3,,P1D +dcid:geoId/01,1975-01-10,dcid:Count_VehicleCrashIncident_Dark,3,,P1D +dcid:geoId/01003,1975-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01003,1975,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01003,1975-01-10,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,1975-01-10,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1D +dcid:geoId/01,1975-01-10,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1D +dcid:geoId/01003,1975-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01003,1975,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01003,1975-01-10,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-10,dcid:Count_MortalityEvent_VehicleCrashIncident,4,,P1D +dcid:geoId/01,1975-01-10,dcid:Count_MortalityEvent_VehicleCrashIncident,4,,P1D +dcid:geoId/01003,1975-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01003,1975,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01003,1975-01-10,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-10,dcid:Count_VehicleCrashIncident,3,,P1D +dcid:geoId/01,1975-01-10,dcid:Count_VehicleCrashIncident,3,,P1D +dcid:geoId/01047,1975-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1M +dcid:geoId/01047,1975,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1Y +dcid:geoId/01047,1975-01-05,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01047,1975-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1M +dcid:geoId/01047,1975,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1Y +dcid:geoId/01047,1975-01-05,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01047,1975-01,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1M +dcid:geoId/01047,1975,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1Y +dcid:geoId/01047,1975-01-05,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:country/USA,1975-01-05,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:geoId/01,1975-01-05,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:geoId/01047,1975-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01047,1975,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01047,1975-01-05,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01047,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_RearEndCollision,1,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_RearEndCollision,3,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_RearEndCollision,3,,P1M +dcid:geoId/01047,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_RearEndCollision,1,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_RearEndCollision,3,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_RearEndCollision,3,,P1Y +dcid:geoId/01047,1975-01-05,dcid:Count_VehicleCrashIncident_CollisionCrash_RearEndCollision,1,,P1D +dcid:country/USA,1975-01-05,dcid:Count_VehicleCrashIncident_CollisionCrash_RearEndCollision,1,,P1D +dcid:geoId/01,1975-01-05,dcid:Count_VehicleCrashIncident_CollisionCrash_RearEndCollision,1,,P1D +dcid:geoId/01047,1975-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:geoId/01047,1975,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:geoId/01047,1975-01-05,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:country/USA,1975-01-05,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01,1975-01-05,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01047,1975-01,dcid:Count_VehicleCrashIncident_Dark,1,,P1M +dcid:geoId/01047,1975,dcid:Count_VehicleCrashIncident_Dark,1,,P1Y +dcid:geoId/01047,1975-01-05,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01047,1975-01,dcid:Count_VehicleCrashIncident_NHTSAUnknownWeather,1,,P1M +dcid:country/USA,1975-01,dcid:Count_VehicleCrashIncident_NHTSAUnknownWeather,2,,P1M +dcid:geoId/01,1975-01,dcid:Count_VehicleCrashIncident_NHTSAUnknownWeather,2,,P1M +dcid:geoId/01047,1975,dcid:Count_VehicleCrashIncident_NHTSAUnknownWeather,1,,P1Y +dcid:country/USA,1975,dcid:Count_VehicleCrashIncident_NHTSAUnknownWeather,2,,P1Y +dcid:geoId/01,1975,dcid:Count_VehicleCrashIncident_NHTSAUnknownWeather,2,,P1Y +dcid:geoId/01047,1975-01-05,dcid:Count_VehicleCrashIncident_NHTSAUnknownWeather,1,,P1D +dcid:country/USA,1975-01-05,dcid:Count_VehicleCrashIncident_NHTSAUnknownWeather,1,,P1D +dcid:geoId/01,1975-01-05,dcid:Count_VehicleCrashIncident_NHTSAUnknownWeather,1,,P1D +dcid:geoId/01047,1975-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01047,1975,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01047,1975-01-05,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01047,1975-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01047,1975,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01047,1975-01-05,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01117,1975-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1M +dcid:geoId/01117,1975-01-11,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:country/USA,1975-01-11,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01,1975-01-11,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01117,1975,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1Y +dcid:geoId/01117,1975-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,5,,P1M +dcid:geoId/01117,1975-01-11,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:country/USA,1975-01-11,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01,1975-01-11,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01117,1975,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,5,,P1Y +dcid:geoId/01117,1975-01,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1M +dcid:geoId/01117,1975-01-11,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:country/USA,1975-01-11,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01,1975-01-11,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01117,1975,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1Y +dcid:geoId/01117,1975-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1M +dcid:geoId/01117,1975-01-11,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1975-01-11,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1D +dcid:geoId/01,1975-01-11,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1D +dcid:geoId/01117,1975,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1Y +dcid:geoId/01117,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,3,,P1M +dcid:geoId/01117,1975-01-11,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1975-01-11,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1D +dcid:geoId/01,1975-01-11,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1D +dcid:geoId/01117,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,3,,P1Y +dcid:geoId/01117,1975-01,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1M +dcid:geoId/01117,1975-01-11,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1D +dcid:country/USA,1975-01-11,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1D +dcid:geoId/01,1975-01-11,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1D +dcid:geoId/01117,1975,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1Y +dcid:geoId/01117,1975-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:geoId/01117,1975-01-11,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:country/USA,1975-01-11,dcid:Count_VehicleCrashIncident_Daylight,2,,P1D +dcid:geoId/01,1975-01-11,dcid:Count_VehicleCrashIncident_Daylight,2,,P1D +dcid:geoId/01117,1975,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:geoId/01117,1975-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1M +dcid:geoId/01117,1975-01-11,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,1975-01-11,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1D +dcid:geoId/01,1975-01-11,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1D +dcid:geoId/01117,1975,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1Y +dcid:geoId/01117,1975-01,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1M +dcid:geoId/01117,1975-01-11,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-11,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1D +dcid:geoId/01,1975-01-11,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1D +dcid:geoId/01117,1975,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1Y +dcid:geoId/01117,1975-01,dcid:Count_VehicleCrashIncident,3,,P1M +dcid:geoId/01117,1975-01-11,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-11,dcid:Count_VehicleCrashIncident,2,,P1D +dcid:geoId/01,1975-01-11,dcid:Count_VehicleCrashIncident,2,,P1D +dcid:geoId/01117,1975,dcid:Count_VehicleCrashIncident,3,,P1Y +dcid:geoId/01061,1975-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:geoId/01061,1975,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:geoId/01061,1975-01-10,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01061,1975-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1M +dcid:geoId/01061,1975,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1Y +dcid:geoId/01061,1975-01-10,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01061,1975-01,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1M +dcid:geoId/01061,1975,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1Y +dcid:geoId/01061,1975-01-10,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:country/USA,1975-01-10,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01,1975-01-10,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01061,1975-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01061,1975,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01061,1975-01-10,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01061,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_RearEndCollision,1,,P1M +dcid:geoId/01061,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_RearEndCollision,1,,P1Y +dcid:geoId/01061,1975-01-10,dcid:Count_VehicleCrashIncident_CollisionCrash_RearEndCollision,1,,P1D +dcid:country/USA,1975-01-10,dcid:Count_VehicleCrashIncident_CollisionCrash_RearEndCollision,1,,P1D +dcid:geoId/01,1975-01-10,dcid:Count_VehicleCrashIncident_CollisionCrash_RearEndCollision,1,,P1D +dcid:geoId/01061,1975-01,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1M +dcid:geoId/01061,1975,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1Y +dcid:geoId/01061,1975-01-10,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1D +dcid:country/USA,1975-01-10,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1D +dcid:geoId/01,1975-01-10,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1D +dcid:geoId/01061,1975-01,dcid:Count_VehicleCrashIncident_Dark,1,,P1M +dcid:geoId/01061,1975,dcid:Count_VehicleCrashIncident_Dark,1,,P1Y +dcid:geoId/01061,1975-01-10,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01061,1975-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01061,1975,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01061,1975-01-10,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01061,1975-01,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1M +dcid:geoId/01061,1975,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1Y +dcid:geoId/01061,1975-01-10,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1D +dcid:geoId/01061,1975-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01061,1975,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01061,1975-01-10,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01117,1975-01-13,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:country/USA,1975-01-13,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01,1975-01-13,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01117,1975-01-13,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:country/USA,1975-01-13,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01,1975-01-13,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01117,1975-01,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1M +dcid:geoId/01117,1975-01-13,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:country/USA,1975-01-13,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:geoId/01,1975-01-13,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:geoId/01117,1975,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1Y +dcid:geoId/01117,1975-01-13,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1975-01-13,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,1975-01-13,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01117,1975-01-13,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1975-01-13,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,1975-01-13,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01117,1975-01,dcid:Count_VehicleCrashIncident_OnRoadway,2,,P1M +dcid:geoId/01117,1975-01-13,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:country/USA,1975-01-13,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01,1975-01-13,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01117,1975,dcid:Count_VehicleCrashIncident_OnRoadway,2,,P1Y +dcid:geoId/01117,1975-01,dcid:Count_VehicleCrashIncident_Dark,2,,P1M +dcid:geoId/01117,1975-01-13,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:country/USA,1975-01-13,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01,1975-01-13,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01117,1975,dcid:Count_VehicleCrashIncident_Dark,2,,P1Y +dcid:geoId/01117,1975-01-13,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,1975-01-13,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,1975-01-13,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01117,1975-01-13,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-13,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1975-01-13,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01117,1975-01-13,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-13,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1975-01-13,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01101,1975-01-08,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01101,1975-01-08,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01101,1975-01,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1M +dcid:geoId/01101,1975-01-08,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1D +dcid:geoId/01101,1975,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1Y +dcid:geoId/01101,1975-01-08,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01101,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01101,1975-01-08,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01101,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01101,1975-01,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1M +dcid:geoId/01101,1975-01-08,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1D +dcid:country/USA,1975-01-08,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1D +dcid:geoId/01,1975-01-08,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1D +dcid:geoId/01101,1975,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1Y +dcid:geoId/01101,1975-01-08,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:country/USA,1975-01-08,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01,1975-01-08,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01101,1975-01,dcid:Count_VehicleCrashIncident_NHTSAUnknownWeather,1,,P1M +dcid:geoId/01101,1975-01-08,dcid:Count_VehicleCrashIncident_NHTSAUnknownWeather,1,,P1D +dcid:country/USA,1975-01-08,dcid:Count_VehicleCrashIncident_NHTSAUnknownWeather,1,,P1D +dcid:geoId/01,1975-01-08,dcid:Count_VehicleCrashIncident_NHTSAUnknownWeather,1,,P1D +dcid:geoId/01101,1975,dcid:Count_VehicleCrashIncident_NHTSAUnknownWeather,1,,P1Y +dcid:geoId/01101,1975-01-08,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01101,1975-01-08,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01097,1975-01-11,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01097,1975-01-11,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01097,1975-01-11,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1D +dcid:country/USA,1975-01-11,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1D +dcid:geoId/01,1975-01-11,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1D +dcid:geoId/01097,1975-01-11,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01097,1975-01-11,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01097,1975-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:geoId/01097,1975-01-11,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:country/USA,1975-01-11,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01,1975-01-11,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01097,1975,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:geoId/01097,1975-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:geoId/01097,1975-01-11,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01097,1975,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:geoId/01097,1975-01-11,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01097,1975-01-11,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01097,1975-01-11,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01095,1975-01-07,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:country/USA,1975-01-07,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01,1975-01-07,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01095,1975-01-07,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:country/USA,1975-01-07,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01,1975-01-07,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01095,1975-01-07,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:country/USA,1975-01-07,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01,1975-01-07,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01095,1975-01-07,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1975-01-07,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,1975-01-07,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01095,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1M +dcid:geoId/01095,1975-01-07,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1D +dcid:country/USA,1975-01-07,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1D +dcid:geoId/01,1975-01-07,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1D +dcid:geoId/01095,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1Y +dcid:geoId/01095,1975-01-07,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:country/USA,1975-01-07,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01,1975-01-07,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01095,1975-01-07,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:country/USA,1975-01-07,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01,1975-01-07,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01095,1975-01-07,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,1975-01-07,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,1975-01-07,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01095,1975-01-07,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-07,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1975-01-07,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01095,1975-01-07,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-07,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1975-01-07,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01099,1975-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:country/USA,1975-01-12,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01099,1975-01-12,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01,1975-01-12,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01099,1975,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:geoId/01099,1975-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1M +dcid:country/USA,1975-01-12,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01099,1975-01-12,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01,1975-01-12,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01099,1975,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1Y +dcid:geoId/01099,1975-01,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1M +dcid:country/USA,1975-01-12,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:geoId/01099,1975-01-12,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:geoId/01,1975-01-12,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:geoId/01099,1975,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1Y +dcid:geoId/01099,1975-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:country/USA,1975-01-12,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01099,1975-01-12,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,1975-01-12,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01099,1975,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01099,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:country/USA,1975-01-12,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01099,1975-01-12,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,1975-01-12,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01099,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01099,1975-01,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1M +dcid:country/USA,1975-01-12,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1D +dcid:geoId/01099,1975-01-12,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1D +dcid:geoId/01,1975-01-12,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1D +dcid:geoId/01099,1975,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1Y +dcid:geoId/01099,1975-01,dcid:Count_VehicleCrashIncident_Dark,1,,P1M +dcid:country/USA,1975-01-12,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01099,1975-01-12,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01,1975-01-12,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01099,1975,dcid:Count_VehicleCrashIncident_Dark,1,,P1Y +dcid:geoId/01099,1975-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:country/USA,1975-01-12,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01099,1975-01-12,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,1975-01-12,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01099,1975,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01099,1975-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:country/USA,1975-01-12,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01099,1975-01-12,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1975-01-12,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01099,1975,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01099,1975-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:country/USA,1975-01-12,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01099,1975-01-12,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1975-01-12,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01099,1975,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01073,1975-01-17,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:country/USA,1975-01-17,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01,1975-01-17,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01073,1975-01-17,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:country/USA,1975-01-17,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01,1975-01-17,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01073,1975-01,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1M +dcid:geoId/01073,1975-01-17,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:country/USA,1975-01-17,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:geoId/01,1975-01-17,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:geoId/01073,1975,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1Y +dcid:geoId/01073,1975-01-17,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1975-01-17,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,1975-01-17,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01073,1975-01-17,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1975-01-17,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,1975-01-17,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01073,1975-01,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1M +dcid:geoId/01073,1975-01-17,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:country/USA,1975-01-17,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01,1975-01-17,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01073,1975,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1Y +dcid:geoId/01073,1975-01,dcid:Count_VehicleCrashIncident_Dark,1,,P1M +dcid:geoId/01073,1975-01-17,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:country/USA,1975-01-17,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01,1975-01-17,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01073,1975,dcid:Count_VehicleCrashIncident_Dark,1,,P1Y +dcid:geoId/01073,1975-01-17,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,1975-01-17,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,1975-01-17,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01073,1975-01-17,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-17,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1975-01-17,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01073,1975-01-17,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-17,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1975-01-17,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-15,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01041,1975-01-15,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01,1975-01-15,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01041,1975-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:geoId/01041,1975,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:country/USA,1975-01-15,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01041,1975-01-15,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01,1975-01-15,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01041,1975-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1M +dcid:geoId/01041,1975,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1Y +dcid:country/USA,1975-01-15,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:geoId/01041,1975-01-15,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:geoId/01,1975-01-15,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:geoId/01041,1975-01,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1M +dcid:geoId/01041,1975,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1Y +dcid:country/USA,1975-01-15,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01041,1975-01-15,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,1975-01-15,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01041,1975-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01041,1975,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:country/USA,1975-01-15,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01041,1975-01-15,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,1975-01-15,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01041,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01041,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:country/USA,1975-01-15,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01041,1975-01-15,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01,1975-01-15,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01041,1975-01,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1M +dcid:geoId/01041,1975,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1Y +dcid:country/USA,1975-01-15,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01041,1975-01-15,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01,1975-01-15,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01041,1975-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:geoId/01041,1975,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:country/USA,1975-01-15,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01041,1975-01-15,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,1975-01-15,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01041,1975-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01041,1975,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:country/USA,1975-01-15,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01041,1975-01-15,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1975-01-15,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01041,1975-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01041,1975,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:country/USA,1975-01-15,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01041,1975-01-15,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1975-01-15,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01041,1975-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01041,1975,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01073,1975-01-25,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:country/USA,1975-01-25,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01,1975-01-25,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01073,1975-01-25,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1D +dcid:country/USA,1975-01-25,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1D +dcid:geoId/01,1975-01-25,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1D +dcid:geoId/01073,1975-01,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1M +dcid:geoId/01073,1975-01-25,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1D +dcid:country/USA,1975-01-25,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1D +dcid:geoId/01,1975-01-25,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1D +dcid:geoId/01073,1975,dcid:Count_VehicleCrashIncident_LocalStreet,1,,P1Y +dcid:geoId/01073,1975-01-25,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1975-01-25,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,1975-01-25,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01073,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_RearEndCollision,1,,P1M +dcid:geoId/01073,1975-01-25,dcid:Count_VehicleCrashIncident_CollisionCrash_RearEndCollision,1,,P1D +dcid:country/USA,1975-01-25,dcid:Count_VehicleCrashIncident_CollisionCrash_RearEndCollision,1,,P1D +dcid:geoId/01,1975-01-25,dcid:Count_VehicleCrashIncident_CollisionCrash_RearEndCollision,1,,P1D +dcid:geoId/01073,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_RearEndCollision,1,,P1Y +dcid:geoId/01073,1975-01,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1M +dcid:geoId/01073,1975-01-25,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1D +dcid:country/USA,1975-01-25,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1D +dcid:geoId/01,1975-01-25,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1D +dcid:geoId/01073,1975,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1Y +dcid:geoId/01073,1975-01-25,dcid:Count_VehicleCrashIncident_UnknownLight,1,,P1D +dcid:country/USA,1975-01-25,dcid:Count_VehicleCrashIncident_UnknownLight,1,,P1D +dcid:geoId/01,1975-01-25,dcid:Count_VehicleCrashIncident_UnknownLight,1,,P1D +dcid:geoId/01073,1975-01-25,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,1975-01-25,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,1975-01-25,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01073,1975-01-25,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-25,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1975-01-25,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01073,1975-01-25,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1975-01-25,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1975-01-25,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01117,1975-01-10,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01117,1975-01-10,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01117,1975-01,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1M +dcid:geoId/01117,1975,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1Y +dcid:geoId/01117,1975-01-10,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:country/USA,1975-01-10,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:geoId/01,1975-01-10,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:geoId/01117,1975-01-10,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01117,1975-01-10,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01117,1975-01-10,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:country/USA,1975-01-10,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01,1975-01-10,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01117,1975-01-10,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01117,1975-01,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1M +dcid:geoId/01117,1975,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1Y +dcid:geoId/01117,1975-01-10,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:country/USA,1975-01-10,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:geoId/01,1975-01-10,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:geoId/01117,1975-01-10,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01117,1975-01-10,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01109,1975-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1M +dcid:country/USA,1975-01-18,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1D +dcid:geoId/01109,1975-01-18,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1D +dcid:geoId/01,1975-01-18,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1D +dcid:geoId/01109,1975,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1Y +dcid:geoId/01109,1975-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,6,,P1M +dcid:country/USA,1975-01-18,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,6,,P1D +dcid:geoId/01109,1975-01-18,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,6,,P1D +dcid:geoId/01,1975-01-18,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,6,,P1D +dcid:geoId/01109,1975,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,6,,P1Y +dcid:geoId/01109,1975-01,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1M +dcid:country/USA,1975-01-18,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01109,1975-01-18,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01,1975-01-18,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01109,1975,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1Y +dcid:geoId/01109,1975-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:country/USA,1975-01-18,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01109,1975-01-18,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,1975-01-18,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01109,1975,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01109,1975-01,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1M +dcid:country/USA,1975-01-18,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:geoId/01109,1975-01-18,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:geoId/01,1975-01-18,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:geoId/01109,1975,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1Y +dcid:geoId/01109,1975-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:country/USA,1975-01-18,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01109,1975-01-18,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01,1975-01-18,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01109,1975,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:geoId/01109,1975-01,dcid:Count_VehicleCrashIncident_Dark,1,,P1M +dcid:country/USA,1975-01-18,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01109,1975-01-18,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01,1975-01-18,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01109,1975,dcid:Count_VehicleCrashIncident_Dark,1,,P1Y +dcid:geoId/01109,1975-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:country/USA,1975-01-18,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01109,1975-01-18,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,1975-01-18,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01109,1975,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01109,1975-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:country/USA,1975-01-18,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01109,1975-01-18,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1975-01-18,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01109,1975,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01109,1975-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:country/USA,1975-01-18,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01109,1975-01-18,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1975-01-18,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01109,1975,dcid:Count_VehicleCrashIncident,1,,P1Y \ No newline at end of file diff --git a/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_output/accident_1975Onwards.tmcf b/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_output/accident_1975Onwards.tmcf new file mode 100644 index 0000000000..1cdef496a7 --- /dev/null +++ b/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_output/accident_1975Onwards.tmcf @@ -0,0 +1,10 @@ +Node: E:Data->E0 +observationAbout: C:Data->observationAbout +observationDate: C:Data->observationDate +variableMeasured: C:Data->variableMeasured +value: C:Data->value +unit: C:Data->unit +observationPeriod: C:Data->observationPeriod +#Aggregate: sum +measurementMethod: DataCommonsAggregate +typeOf: dcs:StatVarObservation \ No newline at end of file diff --git a/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_output/accident_1982_1986.csv b/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_output/accident_1982_1986.csv new file mode 100644 index 0000000000..931b49748b --- /dev/null +++ b/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_output/accident_1982_1986.csv @@ -0,0 +1,1209 @@ +observationAbout,observationDate,variableMeasured,value,unit,observationPeriod +dcid:geoId/01053,1985,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1Y +dcid:country/USA,1985,dcid:Count_Vehicle_InvolvedInCrash_InTransport,30,,P1Y +dcid:geoId/01,1985,dcid:Count_Vehicle_InvolvedInCrash_InTransport,30,,P1Y +dcid:geoId/01053,1985-01-04,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:country/USA,1985-01-04,dcid:Count_Vehicle_InvolvedInCrash_InTransport,4,,P1D +dcid:geoId/01,1985-01-04,dcid:Count_Vehicle_InvolvedInCrash_InTransport,4,,P1D +dcid:geoId/01053,1985-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1M +dcid:country/USA,1985-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,30,,P1M +dcid:geoId/01,1985-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,30,,P1M +dcid:geoId/01053,1985,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1Y +dcid:country/USA,1985,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,41,,P1Y +dcid:geoId/01,1985,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,41,,P1Y +dcid:geoId/01053,1985-01-04,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:country/USA,1985-01-04,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1D +dcid:geoId/01,1985-01-04,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1D +dcid:geoId/01053,1985-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1M +dcid:country/USA,1985-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,41,,P1M +dcid:geoId/01,1985-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,41,,P1M +dcid:geoId/01053,1985,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,2,,P1Y +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,9,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,9,,P1Y +dcid:geoId/01053,1985-01-04,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:country/USA,1985-01-04,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:geoId/01,1985-01-04,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:geoId/01053,1985-01,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,2,,P1M +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,9,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,9,,P1M +dcid:geoId/01053,1985,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1Y +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,24,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,24,,P1Y +dcid:geoId/01053,1985-01-04,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1985-01-04,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1D +dcid:geoId/01,1985-01-04,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1D +dcid:geoId/01053,1985-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1M +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,24,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,24,,P1M +dcid:geoId/01053,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1Y +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,19,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,19,,P1Y +dcid:geoId/01053,1985-01-04,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1985-01-04,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,3,,P1D +dcid:geoId/01,1985-01-04,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,3,,P1D +dcid:geoId/01053,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1M +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,19,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,19,,P1M +dcid:geoId/01053,1985,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1Y +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_OffRoadway,11,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_OffRoadway,11,,P1Y +dcid:geoId/01053,1985-01-04,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:country/USA,1985-01-04,dcid:Count_VehicleCrashIncident_OffRoadway,2,,P1D +dcid:geoId/01,1985-01-04,dcid:Count_VehicleCrashIncident_OffRoadway,2,,P1D +dcid:geoId/01053,1985-01,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1M +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_OffRoadway,11,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_OffRoadway,11,,P1M +dcid:geoId/01053,1985,dcid:Count_VehicleCrashIncident_Daylight,2,,P1Y +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_Daylight,10,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_Daylight,10,,P1Y +dcid:geoId/01053,1985-01-04,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:country/USA,1985-01-04,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01,1985-01-04,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01053,1985-01,dcid:Count_VehicleCrashIncident_Daylight,2,,P1M +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_Daylight,10,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_Daylight,10,,P1M +dcid:geoId/01053,1985,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1Y +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,19,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,19,,P1Y +dcid:geoId/01053,1985-01-04,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,1985-01-04,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1D +dcid:geoId/01,1985-01-04,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1D +dcid:geoId/01053,1985-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1M +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,19,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,19,,P1M +dcid:geoId/01053,1985,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1Y +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_NotAWorkZone,24,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_NotAWorkZone,24,,P1Y +dcid:geoId/01053,1985-01-04,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:country/USA,1985-01-04,dcid:Count_VehicleCrashIncident_NotAWorkZone,3,,P1D +dcid:geoId/01,1985-01-04,dcid:Count_VehicleCrashIncident_NotAWorkZone,3,,P1D +dcid:geoId/01053,1985-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1M +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,24,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,24,,P1M +dcid:geoId/01053,1985,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1Y +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,24,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,24,,P1Y +dcid:geoId/01053,1985-01-04,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:country/USA,1985-01-04,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,3,,P1D +dcid:geoId/01,1985-01-04,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,3,,P1D +dcid:geoId/01053,1985-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1M +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,24,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,24,,P1M +dcid:geoId/01053,1985,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1Y +dcid:country/USA,1985,dcid:Count_MortalityEvent_VehicleCrashIncident,27,,P1Y +dcid:geoId/01,1985,dcid:Count_MortalityEvent_VehicleCrashIncident,27,,P1Y +dcid:geoId/01053,1985-01-04,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1985-01-04,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1D +dcid:geoId/01,1985-01-04,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1D +dcid:geoId/01053,1985-01,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1M +dcid:country/USA,1985-01,dcid:Count_MortalityEvent_VehicleCrashIncident,27,,P1M +dcid:geoId/01,1985-01,dcid:Count_MortalityEvent_VehicleCrashIncident,27,,P1M +dcid:geoId/01053,1985,dcid:Count_VehicleCrashIncident,2,,P1Y +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident,24,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident,24,,P1Y +dcid:geoId/01053,1985-01-04,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1985-01-04,dcid:Count_VehicleCrashIncident,3,,P1D +dcid:geoId/01,1985-01-04,dcid:Count_VehicleCrashIncident,3,,P1D +dcid:geoId/01053,1985-01,dcid:Count_VehicleCrashIncident,2,,P1M +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident,24,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident,24,,P1M +dcid:geoId/01085,1985,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:geoId/01085,1985-01-06,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:country/USA,1985-01-06,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1D +dcid:geoId/01,1985-01-06,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1D +dcid:geoId/01085,1985-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:geoId/01085,1985,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1Y +dcid:geoId/01085,1985-01-06,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:country/USA,1985-01-06,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,5,,P1D +dcid:geoId/01,1985-01-06,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,5,,P1D +dcid:geoId/01085,1985-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1M +dcid:geoId/01085,1985,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1Y +dcid:geoId/01085,1985-01-06,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:country/USA,1985-01-06,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,2,,P1D +dcid:geoId/01,1985-01-06,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,2,,P1D +dcid:geoId/01085,1985-01,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1M +dcid:geoId/01085,1985,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01085,1985-01-06,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1985-01-06,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1D +dcid:geoId/01,1985-01-06,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1D +dcid:geoId/01085,1985-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01085,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01085,1985-01-06,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1985-01-06,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,3,,P1D +dcid:geoId/01,1985-01-06,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,3,,P1D +dcid:geoId/01085,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01085,1985,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1Y +dcid:geoId/01085,1985-01-06,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:country/USA,1985-01-06,dcid:Count_VehicleCrashIncident_OffRoadway,2,,P1D +dcid:geoId/01,1985-01-06,dcid:Count_VehicleCrashIncident_OffRoadway,2,,P1D +dcid:geoId/01085,1985-01,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1M +dcid:geoId/01085,1985,dcid:Count_VehicleCrashIncident_Dark,1,,P1Y +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_Dark,11,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_Dark,11,,P1Y +dcid:geoId/01085,1985-01-06,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:country/USA,1985-01-06,dcid:Count_VehicleCrashIncident_Dark,2,,P1D +dcid:geoId/01,1985-01-06,dcid:Count_VehicleCrashIncident_Dark,2,,P1D +dcid:geoId/01085,1985-01,dcid:Count_VehicleCrashIncident_Dark,1,,P1M +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_Dark,11,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_Dark,11,,P1M +dcid:geoId/01085,1985,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01085,1985-01-06,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,1985-01-06,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,3,,P1D +dcid:geoId/01,1985-01-06,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,3,,P1D +dcid:geoId/01085,1985-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01085,1985,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01085,1985-01-06,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:country/USA,1985-01-06,dcid:Count_VehicleCrashIncident_NotAWorkZone,3,,P1D +dcid:geoId/01,1985-01-06,dcid:Count_VehicleCrashIncident_NotAWorkZone,3,,P1D +dcid:geoId/01085,1985-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01085,1985,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01085,1985-01-06,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:country/USA,1985-01-06,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,3,,P1D +dcid:geoId/01,1985-01-06,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,3,,P1D +dcid:geoId/01085,1985-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01085,1985,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01085,1985-01-06,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1985-01-06,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1D +dcid:geoId/01,1985-01-06,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1D +dcid:geoId/01085,1985-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01085,1985,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01085,1985-01-06,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1985-01-06,dcid:Count_VehicleCrashIncident,3,,P1D +dcid:geoId/01,1985-01-06,dcid:Count_VehicleCrashIncident,3,,P1D +dcid:geoId/01085,1985-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01119,1985,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1Y +dcid:geoId/01119,1985-01-06,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01119,1985-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1M +dcid:geoId/01119,1985,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1Y +dcid:geoId/01119,1985-01-06,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01119,1985-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1M +dcid:geoId/01119,1985,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1Y +dcid:geoId/01119,1985-01-06,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:geoId/01119,1985-01,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1M +dcid:geoId/01119,1985,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1Y +dcid:geoId/01119,1985-01-06,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01119,1985-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1M +dcid:geoId/01119,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01119,1985-01-06,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01119,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01119,1985,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1Y +dcid:geoId/01119,1985-01-06,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01119,1985-01,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1M +dcid:geoId/01119,1985,dcid:Count_VehicleCrashIncident_Dark,1,,P1Y +dcid:geoId/01119,1985-01-06,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01119,1985-01,dcid:Count_VehicleCrashIncident_Dark,1,,P1M +dcid:geoId/01119,1985,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1Y +dcid:geoId/01119,1985-01-06,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01119,1985-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1M +dcid:geoId/01119,1985,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1Y +dcid:geoId/01119,1985-01-06,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01119,1985-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1M +dcid:geoId/01119,1985,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1Y +dcid:geoId/01119,1985-01-06,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01119,1985-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1M +dcid:geoId/01119,1985,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1Y +dcid:geoId/01119,1985-01-06,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01119,1985-01,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1M +dcid:geoId/01119,1985,dcid:Count_VehicleCrashIncident,2,,P1Y +dcid:geoId/01119,1985-01-06,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01119,1985-01,dcid:Count_VehicleCrashIncident,2,,P1M +dcid:geoId/01089,1985,dcid:Count_Vehicle_InvolvedInCrash_InTransport,4,,P1Y +dcid:geoId/01089,1985-01-04,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01089,1985-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,4,,P1M +dcid:geoId/01089,1985,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1Y +dcid:geoId/01089,1985-01-04,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01089,1985-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1M +dcid:geoId/01089,1985,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1Y +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_OtherStateRoute,9,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_OtherStateRoute,9,,P1Y +dcid:geoId/01089,1985-01-04,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:country/USA,1985-01-04,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01,1985-01-04,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01089,1985-01,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1M +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_OtherStateRoute,9,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_OtherStateRoute,9,,P1M +dcid:geoId/01089,1985,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1Y +dcid:geoId/01089,1985-01-04,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01089,1985-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1M +dcid:geoId/01089,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1Y +dcid:geoId/01089,1985-01-04,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01089,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1M +dcid:geoId/01089,1985,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1Y +dcid:geoId/01089,1985-01-04,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01089,1985-01,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1M +dcid:geoId/01089,1985,dcid:Count_VehicleCrashIncident_Dark,2,,P1Y +dcid:geoId/01089,1985-01-04,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:country/USA,1985-01-04,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01,1985-01-04,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01089,1985-01,dcid:Count_VehicleCrashIncident_Dark,2,,P1M +dcid:geoId/01089,1985,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1Y +dcid:geoId/01089,1985-01-04,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01089,1985-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1M +dcid:geoId/01089,1985,dcid:Count_VehicleCrashIncident_NotAWorkZone,3,,P1Y +dcid:geoId/01089,1985-01-04,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01089,1985-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,3,,P1M +dcid:geoId/01089,1985,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,3,,P1Y +dcid:geoId/01089,1985-01-04,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01089,1985-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,3,,P1M +dcid:geoId/01089,1985,dcid:Count_MortalityEvent_VehicleCrashIncident,4,,P1Y +dcid:geoId/01089,1985-01-04,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01089,1985-01,dcid:Count_MortalityEvent_VehicleCrashIncident,4,,P1M +dcid:geoId/01089,1985,dcid:Count_VehicleCrashIncident,3,,P1Y +dcid:geoId/01089,1985-01-04,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01089,1985-01,dcid:Count_VehicleCrashIncident,3,,P1M +dcid:geoId/01045,1985,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:geoId/01045,1985-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:geoId/01045,1985-01-05,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:country/USA,1985-01-05,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01,1985-01-05,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01045,1985,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1Y +dcid:geoId/01045,1985-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1M +dcid:geoId/01045,1985-01-05,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:country/USA,1985-01-05,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01,1985-01-05,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01045,1985,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1Y +dcid:geoId/01045,1985-01,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1M +dcid:geoId/01045,1985-01-05,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:country/USA,1985-01-05,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01,1985-01-05,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01045,1985,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01045,1985-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01045,1985-01-05,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1985-01-05,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,1985-01-05,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01045,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01045,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01045,1985-01-05,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1985-01-05,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,1985-01-05,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01045,1985,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1Y +dcid:geoId/01045,1985-01,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1M +dcid:geoId/01045,1985-01-05,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:country/USA,1985-01-05,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01,1985-01-05,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01045,1985,dcid:Count_VehicleCrashIncident_Dark,1,,P1Y +dcid:geoId/01045,1985-01,dcid:Count_VehicleCrashIncident_Dark,1,,P1M +dcid:geoId/01045,1985-01-05,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:country/USA,1985-01-05,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01,1985-01-05,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01045,1985,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01045,1985-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01045,1985-01-05,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,1985-01-05,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,1985-01-05,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01045,1985,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01045,1985-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01045,1985-01-05,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:country/USA,1985-01-05,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01,1985-01-05,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01045,1985,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01045,1985-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01045,1985-01-05,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:country/USA,1985-01-05,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01,1985-01-05,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01045,1985,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01045,1985-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01045,1985-01-05,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1985-01-05,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1985-01-05,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01045,1985,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01045,1985-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01045,1985-01-05,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1985-01-05,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1985-01-05,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01009,1985,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1Y +dcid:geoId/01009,1985-01-02,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01,1985-01-02,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:country/USA,1985-01-02,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01009,1985-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1M +dcid:geoId/01009,1985,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1Y +dcid:geoId/01009,1985-01-02,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01,1985-01-02,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:country/USA,1985-01-02,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01009,1985-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1M +dcid:geoId/01009,1985,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1Y +dcid:geoId/01009,1985-01-02,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:geoId/01,1985-01-02,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:country/USA,1985-01-02,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:geoId/01009,1985-01,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1M +dcid:geoId/01009,1985,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1Y +dcid:geoId/01009,1985-01-02,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,1985-01-02,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1985-01-02,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01009,1985-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1M +dcid:geoId/01009,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1Y +dcid:geoId/01009,1985-01-02,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,1985-01-02,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1985-01-02,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01009,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1M +dcid:geoId/01009,1985,dcid:Count_VehicleCrashIncident_OffRoadway,2,,P1Y +dcid:geoId/01009,1985-01-02,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01,1985-01-02,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:country/USA,1985-01-02,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01009,1985-01,dcid:Count_VehicleCrashIncident_OffRoadway,2,,P1M +dcid:geoId/01009,1985,dcid:Count_VehicleCrashIncident_Dark,2,,P1Y +dcid:geoId/01009,1985-01-02,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01,1985-01-02,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:country/USA,1985-01-02,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01009,1985-01,dcid:Count_VehicleCrashIncident_Dark,2,,P1M +dcid:geoId/01009,1985,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1Y +dcid:geoId/01009,1985-01-02,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,1985-01-02,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,1985-01-02,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01009,1985-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1M +dcid:geoId/01009,1985,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1Y +dcid:geoId/01009,1985-01-02,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01,1985-01-02,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:country/USA,1985-01-02,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01009,1985-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1M +dcid:geoId/01009,1985,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1Y +dcid:geoId/01009,1985-01-02,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01,1985-01-02,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:country/USA,1985-01-02,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01009,1985-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1M +dcid:geoId/01009,1985,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1Y +dcid:geoId/01009,1985-01-02,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1985-01-02,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1985-01-02,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01009,1985-01,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1M +dcid:geoId/01009,1985,dcid:Count_VehicleCrashIncident,2,,P1Y +dcid:geoId/01009,1985-01-02,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1985-01-02,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1985-01-02,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01009,1985-01,dcid:Count_VehicleCrashIncident,2,,P1M +dcid:geoId/01003,1985,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:geoId/01003,1985-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:country/USA,1985-01-11,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01,1985-01-11,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01003,1985-01-11,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01003,1985,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1Y +dcid:geoId/01003,1985-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1M +dcid:country/USA,1985-01-11,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1D +dcid:geoId/01,1985-01-11,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1D +dcid:geoId/01003,1985-01-11,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01003,1985,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1Y +dcid:geoId/01003,1985-01,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1M +dcid:country/USA,1985-01-11,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01,1985-01-11,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01003,1985-01-11,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01003,1985,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01003,1985-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:country/USA,1985-01-11,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1D +dcid:geoId/01,1985-01-11,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1D +dcid:geoId/01003,1985-01-11,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01003,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01003,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:country/USA,1985-01-11,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1D +dcid:geoId/01,1985-01-11,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1D +dcid:geoId/01003,1985-01-11,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_OnRoadway,8,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_OnRoadway,8,,P1Y +dcid:geoId/01003,1985,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_OnRoadway,8,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_OnRoadway,8,,P1M +dcid:geoId/01003,1985-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:country/USA,1985-01-11,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01,1985-01-11,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01003,1985-01-11,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01003,1985,dcid:Count_VehicleCrashIncident_Dark,1,,P1Y +dcid:geoId/01003,1985-01,dcid:Count_VehicleCrashIncident_Dark,1,,P1M +dcid:country/USA,1985-01-11,dcid:Count_VehicleCrashIncident_Dark,2,,P1D +dcid:geoId/01,1985-01-11,dcid:Count_VehicleCrashIncident_Dark,2,,P1D +dcid:geoId/01003,1985-01-11,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01003,1985,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01003,1985-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:country/USA,1985-01-11,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1D +dcid:geoId/01,1985-01-11,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1D +dcid:geoId/01003,1985-01-11,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01003,1985,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01003,1985-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:country/USA,1985-01-11,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1D +dcid:geoId/01,1985-01-11,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1D +dcid:geoId/01003,1985-01-11,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01003,1985,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01003,1985-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:country/USA,1985-01-11,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1D +dcid:geoId/01,1985-01-11,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1D +dcid:geoId/01003,1985-01-11,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01003,1985,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1Y +dcid:geoId/01003,1985-01,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1M +dcid:country/USA,1985-01-11,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1D +dcid:geoId/01,1985-01-11,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1D +dcid:geoId/01003,1985-01-11,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1D +dcid:geoId/01003,1985,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01003,1985-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:country/USA,1985-01-11,dcid:Count_VehicleCrashIncident,2,,P1D +dcid:geoId/01,1985-01-11,dcid:Count_VehicleCrashIncident,2,,P1D +dcid:geoId/01003,1985-01-11,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01083,1985,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1Y +dcid:geoId/01083,1985-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1M +dcid:geoId/01083,1985-01-10,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:country/USA,1985-01-10,dcid:Count_Vehicle_InvolvedInCrash_InTransport,6,,P1D +dcid:geoId/01,1985-01-10,dcid:Count_Vehicle_InvolvedInCrash_InTransport,6,,P1D +dcid:geoId/01083,1985,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1Y +dcid:geoId/01083,1985-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1M +dcid:geoId/01083,1985-01-10,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:country/USA,1985-01-10,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,8,,P1D +dcid:geoId/01,1985-01-10,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,8,,P1D +dcid:geoId/01083,1985,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1Y +dcid:geoId/01083,1985-01,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1M +dcid:geoId/01083,1985-01-10,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:country/USA,1985-01-10,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:geoId/01,1985-01-10,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:geoId/01083,1985,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01083,1985-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01083,1985-01-10,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1985-01-10,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,4,,P1D +dcid:geoId/01,1985-01-10,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,4,,P1D +dcid:geoId/01083,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1Y +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1Y +dcid:geoId/01083,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1M +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1M +dcid:geoId/01083,1985-01-10,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1D +dcid:country/USA,1985-01-10,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1D +dcid:geoId/01,1985-01-10,dcid:Count_VehicleCrashIncident_CollisionCrash_AngleCollision,1,,P1D +dcid:geoId/01083,1985,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:geoId/01083,1985-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:geoId/01083,1985-01-10,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:country/USA,1985-01-10,dcid:Count_VehicleCrashIncident_OnRoadway,2,,P1D +dcid:geoId/01,1985-01-10,dcid:Count_VehicleCrashIncident_OnRoadway,2,,P1D +dcid:geoId/01083,1985,dcid:Count_VehicleCrashIncident_Dusk,1,,P1Y +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_Dusk,1,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_Dusk,1,,P1Y +dcid:geoId/01083,1985-01,dcid:Count_VehicleCrashIncident_Dusk,1,,P1M +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_Dusk,1,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_Dusk,1,,P1M +dcid:geoId/01083,1985-01-10,dcid:Count_VehicleCrashIncident_Dusk,1,,P1D +dcid:country/USA,1985-01-10,dcid:Count_VehicleCrashIncident_Dusk,1,,P1D +dcid:geoId/01,1985-01-10,dcid:Count_VehicleCrashIncident_Dusk,1,,P1D +dcid:geoId/01083,1985,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1Y +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_RainOrMist,3,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_RainOrMist,3,,P1Y +dcid:geoId/01083,1985-01,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1M +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_RainOrMist,3,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_RainOrMist,3,,P1M +dcid:geoId/01083,1985-01-10,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:country/USA,1985-01-10,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:geoId/01,1985-01-10,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:geoId/01083,1985,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01083,1985-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01083,1985-01-10,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:country/USA,1985-01-10,dcid:Count_VehicleCrashIncident_NotAWorkZone,4,,P1D +dcid:geoId/01,1985-01-10,dcid:Count_VehicleCrashIncident_NotAWorkZone,4,,P1D +dcid:geoId/01083,1985,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01083,1985-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01083,1985-01-10,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:country/USA,1985-01-10,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,4,,P1D +dcid:geoId/01,1985-01-10,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,4,,P1D +dcid:geoId/01083,1985,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01083,1985-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01083,1985-01-10,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1985-01-10,dcid:Count_MortalityEvent_VehicleCrashIncident,4,,P1D +dcid:geoId/01,1985-01-10,dcid:Count_MortalityEvent_VehicleCrashIncident,4,,P1D +dcid:geoId/01083,1985,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01083,1985-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01083,1985-01-10,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1985-01-10,dcid:Count_VehicleCrashIncident,4,,P1D +dcid:geoId/01,1985-01-10,dcid:Count_VehicleCrashIncident,4,,P1D +dcid:geoId/01097,1985,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1Y +dcid:country/USA,1985-01-08,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01097,1985-01-08,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01,1985-01-08,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01097,1985-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1M +dcid:geoId/01097,1985,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,5,,P1Y +dcid:country/USA,1985-01-08,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01097,1985-01-08,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01,1985-01-08,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01097,1985-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,5,,P1M +dcid:geoId/01097,1985,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1Y +dcid:country/USA,1985-01-08,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:geoId/01097,1985-01-08,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:geoId/01,1985-01-08,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:geoId/01097,1985-01,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1M +dcid:geoId/01097,1985,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1Y +dcid:country/USA,1985-01-08,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01097,1985-01-08,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,1985-01-08,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01097,1985-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1M +dcid:geoId/01097,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,3,,P1Y +dcid:country/USA,1985-01-08,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01097,1985-01-08,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,1985-01-08,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01097,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,3,,P1M +dcid:geoId/01097,1985,dcid:Count_VehicleCrashIncident_OffRoadway,2,,P1Y +dcid:country/USA,1985-01-08,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01097,1985-01-08,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01,1985-01-08,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01097,1985-01,dcid:Count_VehicleCrashIncident_OffRoadway,2,,P1M +dcid:geoId/01097,1985,dcid:Count_VehicleCrashIncident_Dark,2,,P1Y +dcid:country/USA,1985-01-08,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01097,1985-01-08,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01,1985-01-08,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01097,1985-01,dcid:Count_VehicleCrashIncident_Dark,2,,P1M +dcid:geoId/01097,1985,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,3,,P1Y +dcid:country/USA,1985-01-08,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01097,1985-01-08,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,1985-01-08,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01097,1985-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,3,,P1M +dcid:geoId/01097,1985,dcid:Count_VehicleCrashIncident_NotAWorkZone,3,,P1Y +dcid:country/USA,1985-01-08,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01097,1985-01-08,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01,1985-01-08,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01097,1985-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,3,,P1M +dcid:geoId/01097,1985,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,3,,P1Y +dcid:country/USA,1985-01-08,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01097,1985-01-08,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01,1985-01-08,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01097,1985-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,3,,P1M +dcid:geoId/01097,1985,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1Y +dcid:country/USA,1985-01-08,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01097,1985-01-08,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1985-01-08,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01097,1985-01,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1M +dcid:geoId/01097,1985,dcid:Count_VehicleCrashIncident,3,,P1Y +dcid:country/USA,1985-01-08,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01097,1985-01-08,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1985-01-08,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01097,1985-01,dcid:Count_VehicleCrashIncident,3,,P1M +dcid:geoId/01053,1985-01-12,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:country/USA,1985-01-12,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01,1985-01-12,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01053,1985-01-12,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:country/USA,1985-01-12,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01,1985-01-12,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01053,1985-01-12,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:country/USA,1985-01-12,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:geoId/01,1985-01-12,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:geoId/01053,1985-01-12,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1985-01-12,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,1985-01-12,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01053,1985-01-12,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1985-01-12,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,1985-01-12,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01053,1985,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:geoId/01053,1985-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:geoId/01053,1985-01-12,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:country/USA,1985-01-12,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01,1985-01-12,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01053,1985-01-12,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:country/USA,1985-01-12,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01,1985-01-12,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01053,1985-01-12,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,1985-01-12,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,1985-01-12,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01053,1985-01-12,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:country/USA,1985-01-12,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01,1985-01-12,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01053,1985-01-12,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:country/USA,1985-01-12,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01,1985-01-12,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01053,1985-01-12,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1985-01-12,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1985-01-12,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01053,1985-01-12,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1985-01-12,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1985-01-12,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01097,1985-01-11,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01097,1985-01-11,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,4,,P1Y +dcid:geoId/01097,1985,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,4,,P1Y +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,4,,P1M +dcid:geoId/01097,1985-01,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,4,,P1M +dcid:country/USA,1985-01-11,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:geoId/01097,1985-01-11,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:geoId/01,1985-01-11,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:geoId/01097,1985-01-11,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01097,1985-01-11,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1985-01-11,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01097,1985-01-11,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01,1985-01-11,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01097,1985-01-11,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01097,1985-01-11,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01097,1985-01-11,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01097,1985-01-11,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01097,1985-01-11,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01097,1985-01-11,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01041,1985,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:geoId/01041,1985-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:geoId/01041,1985-01-10,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01041,1985,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1Y +dcid:geoId/01041,1985-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1M +dcid:geoId/01041,1985-01-10,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01041,1985,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1Y +dcid:geoId/01041,1985-01,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1M +dcid:country/USA,1985-01-10,dcid:Count_VehicleCrashIncident_OtherStateRoute,2,,P1D +dcid:geoId/01,1985-01-10,dcid:Count_VehicleCrashIncident_OtherStateRoute,2,,P1D +dcid:geoId/01041,1985-01-10,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01041,1985,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01041,1985-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01041,1985-01-10,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01041,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01041,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:country/USA,1985-01-10,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1D +dcid:geoId/01,1985-01-10,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1D +dcid:geoId/01041,1985-01-10,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_OnShoulder,3,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_OnShoulder,3,,P1Y +dcid:geoId/01041,1985,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1Y +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_OnShoulder,3,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_OnShoulder,3,,P1M +dcid:geoId/01041,1985-01,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1M +dcid:country/USA,1985-01-10,dcid:Count_VehicleCrashIncident_OnShoulder,2,,P1D +dcid:geoId/01,1985-01-10,dcid:Count_VehicleCrashIncident_OnShoulder,2,,P1D +dcid:geoId/01041,1985-01-10,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1D +dcid:geoId/01041,1985,dcid:Count_VehicleCrashIncident_Dark,1,,P1Y +dcid:geoId/01041,1985-01,dcid:Count_VehicleCrashIncident_Dark,1,,P1M +dcid:country/USA,1985-01-10,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01,1985-01-10,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01041,1985-01-10,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01041,1985,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01041,1985-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:country/USA,1985-01-10,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,3,,P1D +dcid:geoId/01,1985-01-10,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,3,,P1D +dcid:geoId/01041,1985-01-10,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01041,1985,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01041,1985-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01041,1985-01-10,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01041,1985,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01041,1985-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01041,1985-01-10,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01041,1985,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01041,1985-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01041,1985-01-10,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01041,1985,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01041,1985-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01041,1985-01-10,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01097,1985-01-06,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01097,1985-01-06,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_OtherMajorArterialRoad,1,,P1Y +dcid:geoId/01097,1985,dcid:Count_VehicleCrashIncident_OtherMajorArterialRoad,1,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_OtherMajorArterialRoad,1,,P1Y +dcid:country/USA,1985-01-06,dcid:Count_VehicleCrashIncident_OtherMajorArterialRoad,1,,P1D +dcid:geoId/01097,1985-01-06,dcid:Count_VehicleCrashIncident_OtherMajorArterialRoad,1,,P1D +dcid:geoId/01,1985-01-06,dcid:Count_VehicleCrashIncident_OtherMajorArterialRoad,1,,P1D +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_OtherMajorArterialRoad,1,,P1M +dcid:geoId/01097,1985-01,dcid:Count_VehicleCrashIncident_OtherMajorArterialRoad,1,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_OtherMajorArterialRoad,1,,P1M +dcid:geoId/01097,1985-01-06,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01097,1985-01-06,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01097,1985,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:country/USA,1985-01-06,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01097,1985-01-06,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01,1985-01-06,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01097,1985-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1Y +dcid:geoId/01097,1985,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1Y +dcid:country/USA,1985-01-06,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:geoId/01097,1985-01-06,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:geoId/01,1985-01-06,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1M +dcid:geoId/01097,1985-01,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1M +dcid:geoId/01097,1985-01-06,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01097,1985-01-06,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01097,1985-01-06,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01097,1985-01-06,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01097,1985-01-06,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01125,1985,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1Y +dcid:geoId/01125,1985-01-04,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01125,1985-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1M +dcid:geoId/01125,1985,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1Y +dcid:geoId/01125,1985-01-04,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01125,1985-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1M +dcid:geoId/01125,1985,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1Y +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1Y +dcid:geoId/01125,1985-01-04,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1D +dcid:country/USA,1985-01-04,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1D +dcid:geoId/01,1985-01-04,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1D +dcid:geoId/01125,1985-01,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1M +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1M +dcid:geoId/01125,1985,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01125,1985-01-04,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01125,1985-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01125,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01125,1985-01-04,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01125,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01125,1985,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1Y +dcid:geoId/01125,1985-01-04,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1D +dcid:country/USA,1985-01-04,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1D +dcid:geoId/01,1985-01-04,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1D +dcid:geoId/01125,1985-01,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1M +dcid:geoId/01125,1985,dcid:Count_VehicleCrashIncident_Dawn,1,,P1Y +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_Dawn,1,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_Dawn,1,,P1Y +dcid:geoId/01125,1985-01-04,dcid:Count_VehicleCrashIncident_Dawn,1,,P1D +dcid:country/USA,1985-01-04,dcid:Count_VehicleCrashIncident_Dawn,1,,P1D +dcid:geoId/01,1985-01-04,dcid:Count_VehicleCrashIncident_Dawn,1,,P1D +dcid:geoId/01125,1985-01,dcid:Count_VehicleCrashIncident_Dawn,1,,P1M +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_Dawn,1,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_Dawn,1,,P1M +dcid:geoId/01125,1985,dcid:Count_VehicleCrashIncident_Snow,1,,P1Y +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_Snow,1,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_Snow,1,,P1Y +dcid:geoId/01125,1985-01-04,dcid:Count_VehicleCrashIncident_Snow,1,,P1D +dcid:country/USA,1985-01-04,dcid:Count_VehicleCrashIncident_Snow,1,,P1D +dcid:geoId/01,1985-01-04,dcid:Count_VehicleCrashIncident_Snow,1,,P1D +dcid:geoId/01125,1985-01,dcid:Count_VehicleCrashIncident_Snow,1,,P1M +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_Snow,1,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_Snow,1,,P1M +dcid:geoId/01125,1985,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01125,1985-01-04,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01125,1985-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01125,1985,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01125,1985-01-04,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01125,1985-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01125,1985,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01125,1985-01-04,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01125,1985-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01125,1985,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01125,1985-01-04,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01125,1985-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01119,1985-01-10,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01119,1985-01-10,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01119,1985,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1Y +dcid:geoId/01119,1985-01,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1M +dcid:country/USA,1985-01-10,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:geoId/01119,1985-01-10,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:geoId/01,1985-01-10,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:geoId/01119,1985-01-10,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,4,,P1Y +dcid:geoId/01119,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,4,,P1Y +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,4,,P1M +dcid:geoId/01119,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,4,,P1M +dcid:country/USA,1985-01-10,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:geoId/01119,1985-01-10,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:geoId/01,1985-01-10,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:geoId/01119,1985,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:geoId/01119,1985-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:geoId/01119,1985-01-10,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01119,1985,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:geoId/01119,1985-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:country/USA,1985-01-10,dcid:Count_VehicleCrashIncident_Daylight,2,,P1D +dcid:geoId/01119,1985-01-10,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01,1985-01-10,dcid:Count_VehicleCrashIncident_Daylight,2,,P1D +dcid:geoId/01119,1985-01-10,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01119,1985-01-10,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01119,1985-01-10,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01119,1985-01-10,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01119,1985-01-10,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01021,1985,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:geoId/01021,1985-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:geoId/01021,1985-01-10,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01021,1985,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1Y +dcid:geoId/01021,1985-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1M +dcid:geoId/01021,1985-01-10,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01021,1985,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1Y +dcid:geoId/01021,1985-01,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1M +dcid:geoId/01021,1985-01-10,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01021,1985,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01021,1985-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01021,1985-01-10,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01021,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01021,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01021,1985-01-10,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01021,1985,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1Y +dcid:geoId/01021,1985-01,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1M +dcid:geoId/01021,1985-01-10,dcid:Count_VehicleCrashIncident_OnShoulder,1,,P1D +dcid:geoId/01021,1985,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:geoId/01021,1985-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:geoId/01021,1985-01-10,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01021,1985,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01021,1985-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01021,1985-01-10,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01021,1985,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01021,1985-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01021,1985-01-10,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01021,1985,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01021,1985-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01021,1985-01-10,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01021,1985,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01021,1985-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01021,1985-01-10,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01021,1985,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01021,1985-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01021,1985-01-10,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01009,1985-01-13,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01,1985-01-13,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:country/USA,1985-01-13,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01009,1985-01-13,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01,1985-01-13,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:country/USA,1985-01-13,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01009,1985,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1Y +dcid:geoId/01009,1985-01-13,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01,1985-01-13,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:country/USA,1985-01-13,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01009,1985-01,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1M +dcid:geoId/01009,1985-01-13,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,1985-01-13,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1985-01-13,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01009,1985-01-13,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,1985-01-13,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1985-01-13,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01009,1985-01-13,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01,1985-01-13,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:country/USA,1985-01-13,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01009,1985-01-13,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01,1985-01-13,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:country/USA,1985-01-13,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01009,1985-01-13,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,1985-01-13,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,1985-01-13,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01009,1985-01-13,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01,1985-01-13,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:country/USA,1985-01-13,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01009,1985-01-13,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01,1985-01-13,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:country/USA,1985-01-13,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01009,1985-01-13,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1985-01-13,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1985-01-13,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01009,1985-01-13,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1985-01-13,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1985-01-13,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01073,1985,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1Y +dcid:country/USA,1985-01-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01073,1985-01-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01,1985-01-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01073,1985-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1M +dcid:geoId/01073,1985,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1Y +dcid:country/USA,1985-01-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01073,1985-01-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01,1985-01-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01073,1985-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1M +dcid:geoId/01073,1985,dcid:Count_VehicleCrashIncident_OtherStateRoute,2,,P1Y +dcid:country/USA,1985-01-01,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01073,1985-01-01,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01,1985-01-01,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01073,1985-01,dcid:Count_VehicleCrashIncident_OtherStateRoute,2,,P1M +dcid:geoId/01073,1985,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1Y +dcid:country/USA,1985-01-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01073,1985-01-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,1985-01-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01073,1985-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1M +dcid:geoId/01073,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1Y +dcid:country/USA,1985-01-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01073,1985-01-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,1985-01-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01073,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1M +dcid:geoId/01073,1985,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1Y +dcid:country/USA,1985-01-01,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01073,1985-01-01,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01,1985-01-01,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01073,1985-01,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1M +dcid:geoId/01073,1985,dcid:Count_VehicleCrashIncident_Daylight,2,,P1Y +dcid:country/USA,1985-01-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01073,1985-01-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01,1985-01-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01073,1985-01,dcid:Count_VehicleCrashIncident_Daylight,2,,P1M +dcid:geoId/01073,1985,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1Y +dcid:country/USA,1985-01-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01073,1985-01-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,1985-01-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01073,1985-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1M +dcid:geoId/01073,1985,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1Y +dcid:country/USA,1985-01-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01073,1985-01-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01,1985-01-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01073,1985-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1M +dcid:geoId/01073,1985,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1Y +dcid:country/USA,1985-01-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01073,1985-01-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01,1985-01-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01073,1985-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1M +dcid:geoId/01073,1985,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1Y +dcid:country/USA,1985-01-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01073,1985-01-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1985-01-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01073,1985-01,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1M +dcid:geoId/01073,1985,dcid:Count_VehicleCrashIncident,2,,P1Y +dcid:country/USA,1985-01-01,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01073,1985-01-01,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1985-01-01,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01073,1985-01,dcid:Count_VehicleCrashIncident,2,,P1M +dcid:geoId/01089,1985-01-17,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:country/USA,1985-01-17,dcid:Count_Vehicle_InvolvedInCrash_InTransport,5,,P1D +dcid:geoId/01,1985-01-17,dcid:Count_Vehicle_InvolvedInCrash_InTransport,5,,P1D +dcid:geoId/01089,1985-01-17,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:country/USA,1985-01-17,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,6,,P1D +dcid:geoId/01,1985-01-17,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,6,,P1D +dcid:geoId/01089,1985,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1Y +dcid:geoId/01089,1985-01-17,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:country/USA,1985-01-17,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,2,,P1D +dcid:geoId/01,1985-01-17,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,2,,P1D +dcid:geoId/01089,1985-01,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1M +dcid:geoId/01089,1985-01-17,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1985-01-17,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1D +dcid:geoId/01,1985-01-17,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1D +dcid:geoId/01089,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1Y +dcid:geoId/01089,1985-01-17,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:country/USA,1985-01-17,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,2,,P1D +dcid:geoId/01,1985-01-17,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,2,,P1D +dcid:geoId/01089,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1M +dcid:geoId/01089,1985,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:geoId/01089,1985-01-17,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:country/USA,1985-01-17,dcid:Count_VehicleCrashIncident_OnRoadway,2,,P1D +dcid:geoId/01,1985-01-17,dcid:Count_VehicleCrashIncident_OnRoadway,2,,P1D +dcid:geoId/01089,1985-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:geoId/01089,1985,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:geoId/01089,1985-01-17,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:country/USA,1985-01-17,dcid:Count_VehicleCrashIncident_Daylight,3,,P1D +dcid:geoId/01,1985-01-17,dcid:Count_VehicleCrashIncident_Daylight,3,,P1D +dcid:geoId/01089,1985-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:geoId/01089,1985,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1Y +dcid:geoId/01089,1985-01-17,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:country/USA,1985-01-17,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:geoId/01,1985-01-17,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:geoId/01089,1985-01,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1M +dcid:geoId/01089,1985-01-17,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:country/USA,1985-01-17,dcid:Count_VehicleCrashIncident_NotAWorkZone,3,,P1D +dcid:geoId/01,1985-01-17,dcid:Count_VehicleCrashIncident_NotAWorkZone,3,,P1D +dcid:geoId/01089,1985-01-17,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:country/USA,1985-01-17,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,3,,P1D +dcid:geoId/01,1985-01-17,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,3,,P1D +dcid:geoId/01089,1985-01-17,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1D +dcid:country/USA,1985-01-17,dcid:Count_MortalityEvent_VehicleCrashIncident,5,,P1D +dcid:geoId/01,1985-01-17,dcid:Count_MortalityEvent_VehicleCrashIncident,5,,P1D +dcid:geoId/01089,1985-01-17,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1985-01-17,dcid:Count_VehicleCrashIncident,3,,P1D +dcid:geoId/01,1985-01-17,dcid:Count_VehicleCrashIncident,3,,P1D +dcid:geoId/01089,1985-01-19,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:country/USA,1985-01-19,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01,1985-01-19,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01089,1985-01-19,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:country/USA,1985-01-19,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01,1985-01-19,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01089,1985,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1Y +dcid:geoId/01089,1985-01-19,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:country/USA,1985-01-19,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:geoId/01,1985-01-19,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:geoId/01089,1985-01,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1M +dcid:geoId/01089,1985-01-19,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1985-01-19,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,1985-01-19,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01089,1985-01-19,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1985-01-19,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,1985-01-19,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01089,1985,dcid:Count_VehicleCrashIncident_OnMedian,1,,P1Y +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_OnMedian,1,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_OnMedian,1,,P1Y +dcid:geoId/01089,1985-01-19,dcid:Count_VehicleCrashIncident_OnMedian,1,,P1D +dcid:country/USA,1985-01-19,dcid:Count_VehicleCrashIncident_OnMedian,1,,P1D +dcid:geoId/01,1985-01-19,dcid:Count_VehicleCrashIncident_OnMedian,1,,P1D +dcid:geoId/01089,1985-01,dcid:Count_VehicleCrashIncident_OnMedian,1,,P1M +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_OnMedian,1,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_OnMedian,1,,P1M +dcid:geoId/01089,1985-01-19,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:country/USA,1985-01-19,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01,1985-01-19,dcid:Count_VehicleCrashIncident_Dark,1,,P1D +dcid:geoId/01089,1985-01-19,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,1985-01-19,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,1985-01-19,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01089,1985-01-19,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:country/USA,1985-01-19,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01,1985-01-19,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01089,1985-01-19,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:country/USA,1985-01-19,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01,1985-01-19,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01089,1985-01-19,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1985-01-19,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1985-01-19,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01089,1985-01-19,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,1985-01-19,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1985-01-19,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01103,1985,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:geoId/01103,1985-01-17,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01103,1985-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:geoId/01103,1985,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1Y +dcid:geoId/01103,1985-01-17,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01103,1985-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1M +dcid:geoId/01103,1985,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1Y +dcid:geoId/01103,1985-01-17,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01,1985-01-17,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:country/USA,1985-01-17,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01103,1985-01,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1M +dcid:geoId/01103,1985,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01103,1985-01-17,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01103,1985-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01103,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01103,1985-01-17,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,1985-01-17,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1985-01-17,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01103,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01103,1985,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1Y +dcid:geoId/01103,1985-01-17,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01,1985-01-17,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:country/USA,1985-01-17,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1D +dcid:geoId/01103,1985-01,dcid:Count_VehicleCrashIncident_OffRoadway,1,,P1M +dcid:geoId/01103,1985,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:geoId/01103,1985-01-17,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01103,1985-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:geoId/01103,1985,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01103,1985-01-17,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,1985-01-17,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,1985-01-17,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01103,1985-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01103,1985,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01103,1985-01-17,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01103,1985-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01103,1985,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01103,1985-01-17,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01103,1985-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01103,1985,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01103,1985-01-17,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01103,1985-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01103,1985,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01103,1985-01-17,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01103,1985-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:country/USA,1985-01-22,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01073,1985-01-22,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01,1985-01-22,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:country/USA,1985-01-22,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01073,1985-01-22,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01,1985-01-22,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:country/USA,1985-01-22,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01073,1985-01-22,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:geoId/01,1985-01-22,dcid:Count_VehicleCrashIncident_OtherStateRoute,1,,P1D +dcid:country/USA,1985-01-22,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01073,1985-01-22,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,1985-01-22,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,1985-01-22,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01073,1985-01-22,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,1985-01-22,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1Y +dcid:geoId/01073,1985,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1Y +dcid:country/USA,1985-01-22,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1D +dcid:geoId/01073,1985-01-22,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1D +dcid:geoId/01,1985-01-22,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1D +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1M +dcid:geoId/01073,1985-01,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_OutsideRightOfWay,1,,P1M +dcid:country/USA,1985-01-22,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01073,1985-01-22,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01,1985-01-22,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:country/USA,1985-01-22,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01073,1985-01-22,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,1985-01-22,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,1985-01-22,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01073,1985-01-22,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01,1985-01-22,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:country/USA,1985-01-22,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01073,1985-01-22,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01,1985-01-22,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:country/USA,1985-01-22,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01073,1985-01-22,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1985-01-22,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,1985-01-22,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01073,1985-01-22,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1985-01-22,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01107,1985,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1Y +dcid:country/USA,1985-01-16,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01,1985-01-16,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01107,1985-01-16,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01107,1985-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1M +dcid:geoId/01107,1985,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1Y +dcid:country/USA,1985-01-16,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01,1985-01-16,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01107,1985-01-16,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01107,1985-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1M +dcid:geoId/01107,1985,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1Y +dcid:country/USA,1985-01-16,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:geoId/01,1985-01-16,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:geoId/01107,1985-01-16,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1D +dcid:geoId/01107,1985-01,dcid:Count_VehicleCrashIncident_OtherLimitedAccessLocation,1,,P1M +dcid:geoId/01107,1985,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:country/USA,1985-01-16,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,1985-01-16,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01107,1985-01-16,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01107,1985-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01107,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1Y +dcid:country/USA,1985-01-16,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:geoId/01,1985-01-16,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:geoId/01107,1985-01-16,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:geoId/01107,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1M +dcid:geoId/01107,1985,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:country/USA,1985-01-16,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01,1985-01-16,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01107,1985-01-16,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01107,1985-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:geoId/01107,1985,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:country/USA,1985-01-16,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01,1985-01-16,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01107,1985-01-16,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01107,1985-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:geoId/01107,1985,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1Y +dcid:country/USA,1985-01-16,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:geoId/01,1985-01-16,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:geoId/01107,1985-01-16,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:geoId/01107,1985-01,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1M +dcid:geoId/01107,1985,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:country/USA,1985-01-16,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01,1985-01-16,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01107,1985-01-16,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01107,1985-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01107,1985,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:country/USA,1985-01-16,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01,1985-01-16,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01107,1985-01-16,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01107,1985-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01107,1985,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:country/USA,1985-01-16,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1985-01-16,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01107,1985-01-16,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01107,1985-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01107,1985,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:country/USA,1985-01-16,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,1985-01-16,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01107,1985-01-16,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01107,1985-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01015,1985,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1Y +dcid:geoId/01015,1985-01-17,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01015,1985-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1M +dcid:geoId/01015,1985,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1Y +dcid:geoId/01015,1985-01-17,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01015,1985-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1M +dcid:geoId/01015,1985,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1Y +dcid:geoId/01015,1985-01-17,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1D +dcid:geoId/01015,1985-01,dcid:Count_VehicleCrashIncident_NHTSAOtherUSRoute,1,,P1M +dcid:geoId/01015,1985,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01015,1985-01-17,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01015,1985-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01015,1985,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1Y +dcid:geoId/01015,1985-01-17,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:geoId/01015,1985-01,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1M +dcid:geoId/01015,1985,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:geoId/01015,1985-01-17,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01015,1985-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:geoId/01015,1985,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:geoId/01015,1985-01-17,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01015,1985-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:geoId/01015,1985,dcid:Count_VehicleCrashIncident_SleetOrHail,1,,P1Y +dcid:geoId/01,1985,dcid:Count_VehicleCrashIncident_SleetOrHail,1,,P1Y +dcid:country/USA,1985,dcid:Count_VehicleCrashIncident_SleetOrHail,1,,P1Y +dcid:geoId/01015,1985-01-17,dcid:Count_VehicleCrashIncident_SleetOrHail,1,,P1D +dcid:geoId/01,1985-01-17,dcid:Count_VehicleCrashIncident_SleetOrHail,1,,P1D +dcid:country/USA,1985-01-17,dcid:Count_VehicleCrashIncident_SleetOrHail,1,,P1D +dcid:geoId/01015,1985-01,dcid:Count_VehicleCrashIncident_SleetOrHail,1,,P1M +dcid:geoId/01,1985-01,dcid:Count_VehicleCrashIncident_SleetOrHail,1,,P1M +dcid:country/USA,1985-01,dcid:Count_VehicleCrashIncident_SleetOrHail,1,,P1M +dcid:geoId/01015,1985,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01015,1985-01-17,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01015,1985-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01015,1985,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01015,1985-01-17,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01015,1985-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01015,1985,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1Y +dcid:geoId/01015,1985-01-17,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1D +dcid:geoId/01015,1985-01,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1M +dcid:geoId/01015,1985,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01015,1985-01-17,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01015,1985-01,dcid:Count_VehicleCrashIncident,1,,P1M \ No newline at end of file diff --git a/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_output/accident_1982_1986.tmcf b/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_output/accident_1982_1986.tmcf new file mode 100644 index 0000000000..1cdef496a7 --- /dev/null +++ b/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_output/accident_1982_1986.tmcf @@ -0,0 +1,10 @@ +Node: E:Data->E0 +observationAbout: C:Data->observationAbout +observationDate: C:Data->observationDate +variableMeasured: C:Data->variableMeasured +value: C:Data->value +unit: C:Data->unit +observationPeriod: C:Data->observationPeriod +#Aggregate: sum +measurementMethod: DataCommonsAggregate +typeOf: dcs:StatVarObservation \ No newline at end of file diff --git a/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_output/accident_2002_onwards.csv b/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_output/accident_2002_onwards.csv new file mode 100644 index 0000000000..f02f379fdb --- /dev/null +++ b/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_output/accident_2002_onwards.csv @@ -0,0 +1,1590 @@ +observationAbout,observationDate,variableMeasured,value,unit,observationPeriod +dcid:geoId/01081,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:country/USA,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,36,,P1Y +dcid:geoId/01,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,36,,P1Y +dcid:geoId/01081,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:country/USA,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,36,,P1M +dcid:geoId/01,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,36,,P1M +dcid:geoId/01081,2010-01-15,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:country/USA,2010-01-15,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01,2010-01-15,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01081,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1Y +dcid:country/USA,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,2,,P1Y +dcid:geoId/01,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,2,,P1Y +dcid:geoId/01081,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1M +dcid:country/USA,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,2,,P1M +dcid:geoId/01,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,2,,P1M +dcid:geoId/01081,2010-01-15,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:country/USA,2010-01-15,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01,2010-01-15,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01081,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1Y +dcid:country/USA,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,55,,P1Y +dcid:geoId/01,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,55,,P1Y +dcid:geoId/01081,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1M +dcid:country/USA,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,55,,P1M +dcid:geoId/01,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,55,,P1M +dcid:geoId/01081,2010-01-15,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:country/USA,2010-01-15,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01,2010-01-15,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01081,2010,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident,24,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident,24,,P1Y +dcid:geoId/01081,2010-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident,24,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident,24,,P1M +dcid:geoId/01081,2010-01-15,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,2010-01-15,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-15,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01081,2010,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1Y +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_NationalHighway,7,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_NationalHighway,7,,P1Y +dcid:geoId/01081,2010-01,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1M +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_NationalHighway,7,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_NationalHighway,7,,P1M +dcid:geoId/01081,2010-01-15,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1D +dcid:country/USA,2010-01-15,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1D +dcid:geoId/01,2010-01-15,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1D +dcid:geoId/01081,2010,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1Y +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_InterstateRoad,3,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_InterstateRoad,3,,P1Y +dcid:geoId/01081,2010-01,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1M +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_InterstateRoad,3,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_InterstateRoad,3,,P1M +dcid:geoId/01081,2010-01-15,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1D +dcid:country/USA,2010-01-15,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1D +dcid:geoId/01,2010-01-15,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1D +dcid:geoId/01081,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,24,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,24,,P1Y +dcid:geoId/01081,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,24,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,24,,P1M +dcid:geoId/01081,2010-01-15,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,2010-01-15,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,2010-01-15,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01081,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,14,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,14,,P1Y +dcid:geoId/01081,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,14,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,14,,P1M +dcid:geoId/01081,2010-01-15,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,2010-01-15,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,2010-01-15,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01081,2010,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1Y +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_NotAnIntersection,20,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_NotAnIntersection,20,,P1Y +dcid:geoId/01081,2010-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1M +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,20,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,20,,P1M +dcid:geoId/01081,2010-01-15,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:country/USA,2010-01-15,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01,2010-01-15,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01081,2010,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1Y +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_OnRoadside,12,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_OnRoadside,12,,P1Y +dcid:geoId/01081,2010-01,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1M +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_OnRoadside,12,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_OnRoadside,12,,P1M +dcid:geoId/01081,2010-01-15,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:country/USA,2010-01-15,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01,2010-01-15,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01081,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,23,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,23,,P1Y +dcid:geoId/01081,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,23,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,23,,P1M +dcid:geoId/01081,2010-01-15,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:country/USA,2010-01-15,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01,2010-01-15,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01081,2010,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1Y +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_DarkButLighted,8,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_DarkButLighted,8,,P1Y +dcid:geoId/01081,2010-01,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1M +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_DarkButLighted,8,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_DarkButLighted,8,,P1M +dcid:geoId/01081,2010-01-15,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:country/USA,2010-01-15,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:geoId/01,2010-01-15,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:geoId/01081,2010,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,18,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,18,,P1Y +dcid:geoId/01081,2010-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,18,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,18,,P1M +dcid:geoId/01081,2010-01-15,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,2010-01-15,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,2010-01-15,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01081,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,24,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,24,,P1Y +dcid:geoId/01081,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,24,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,24,,P1M +dcid:geoId/01081,2010-01-15,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:country/USA,2010-01-15,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01,2010-01-15,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01081,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:country/USA,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,26,,P1Y +dcid:geoId/01,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,26,,P1Y +dcid:geoId/01081,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:country/USA,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,26,,P1M +dcid:geoId/01,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,26,,P1M +dcid:geoId/01081,2010-01-15,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,2010-01-15,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-15,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01035,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:country/USA,2010-01-11,dcid:Count_Vehicle_InvolvedInCrash_InTransport,4,,P1D +dcid:geoId/01035,2010-01-11,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_Vehicle_InvolvedInCrash_InTransport,4,,P1D +dcid:geoId/01035,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:geoId/01035,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1Y +dcid:country/USA,2010-01-11,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,1,,P1D +dcid:geoId/01035,2010-01-11,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,1,,P1D +dcid:geoId/01035,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1M +dcid:geoId/01035,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1Y +dcid:country/USA,2010-01-11,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1D +dcid:geoId/01035,2010-01-11,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1D +dcid:geoId/01035,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1M +dcid:geoId/01035,2010,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:country/USA,2010-01-11,dcid:Count_VehicleCrashIncident,3,,P1D +dcid:geoId/01035,2010-01-11,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_VehicleCrashIncident,3,,P1D +dcid:geoId/01035,2010-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,17,,P1Y +dcid:geoId/01035,2010,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,17,,P1Y +dcid:country/USA,2010-01-11,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,2,,P1D +dcid:geoId/01035,2010-01-11,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,2,,P1D +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,17,,P1M +dcid:geoId/01035,2010-01,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,17,,P1M +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_LocalStreetMunicipality,1,,P1Y +dcid:geoId/01035,2010,dcid:Count_VehicleCrashIncident_LocalStreetMunicipality,1,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_LocalStreetMunicipality,1,,P1Y +dcid:country/USA,2010-01-11,dcid:Count_VehicleCrashIncident_LocalStreetMunicipality,1,,P1D +dcid:geoId/01035,2010-01-11,dcid:Count_VehicleCrashIncident_LocalStreetMunicipality,1,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_VehicleCrashIncident_LocalStreetMunicipality,1,,P1D +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_LocalStreetMunicipality,1,,P1M +dcid:geoId/01035,2010-01,dcid:Count_VehicleCrashIncident_LocalStreetMunicipality,1,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_LocalStreetMunicipality,1,,P1M +dcid:geoId/01035,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:country/USA,2010-01-11,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1D +dcid:geoId/01035,2010-01-11,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1D +dcid:geoId/01035,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01035,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:country/USA,2010-01-11,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1D +dcid:geoId/01035,2010-01-11,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1D +dcid:geoId/01035,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01035,2010,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1Y +dcid:country/USA,2010-01-11,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01035,2010-01-11,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01035,2010-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1M +dcid:geoId/01035,2010,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1Y +dcid:country/USA,2010-01-11,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01035,2010-01-11,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01035,2010-01,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1M +dcid:geoId/01035,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:country/USA,2010-01-11,dcid:Count_VehicleCrashIncident_NotAWorkZone,3,,P1D +dcid:geoId/01035,2010-01-11,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_VehicleCrashIncident_NotAWorkZone,3,,P1D +dcid:geoId/01035,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01035,2010,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1Y +dcid:country/USA,2010-01-11,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:geoId/01035,2010-01-11,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:geoId/01035,2010-01,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1M +dcid:geoId/01035,2010,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:country/USA,2010-01-11,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,3,,P1D +dcid:geoId/01035,2010-01-11,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,3,,P1D +dcid:geoId/01035,2010-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01035,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:country/USA,2010-01-11,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,3,,P1D +dcid:geoId/01035,2010-01-11,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,3,,P1D +dcid:geoId/01035,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01035,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:country/USA,2010-01-11,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1D +dcid:geoId/01035,2010-01-11,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1D +dcid:geoId/01035,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01097,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,4,,P1Y +dcid:geoId/01097,2010-01-14,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1D +dcid:country/USA,2010-01-14,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1D +dcid:geoId/01,2010-01-14,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1D +dcid:geoId/01097,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,4,,P1M +dcid:geoId/01097,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1Y +dcid:geoId/01097,2010-01-14,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:country/USA,2010-01-14,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01,2010-01-14,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01097,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1M +dcid:geoId/01097,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,5,,P1Y +dcid:geoId/01097,2010-01-14,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:country/USA,2010-01-14,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01,2010-01-14,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01097,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,5,,P1M +dcid:geoId/01097,2010,dcid:Count_VehicleCrashIncident,2,,P1Y +dcid:geoId/01097,2010-01-14,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,2010-01-14,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-14,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01097,2010-01,dcid:Count_VehicleCrashIncident,2,,P1M +dcid:geoId/01097,2010,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,2,,P1Y +dcid:geoId/01097,2010-01-14,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:country/USA,2010-01-14,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01,2010-01-14,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01097,2010-01,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,2,,P1M +dcid:geoId/01097,2010,dcid:Count_VehicleCrashIncident_USHighway,1,,P1Y +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_USHighway,6,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_USHighway,6,,P1Y +dcid:geoId/01097,2010-01-14,dcid:Count_VehicleCrashIncident_USHighway,1,,P1D +dcid:country/USA,2010-01-14,dcid:Count_VehicleCrashIncident_USHighway,1,,P1D +dcid:geoId/01,2010-01-14,dcid:Count_VehicleCrashIncident_USHighway,1,,P1D +dcid:geoId/01097,2010-01,dcid:Count_VehicleCrashIncident_USHighway,1,,P1M +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_USHighway,6,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_USHighway,6,,P1M +dcid:geoId/01097,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1Y +dcid:geoId/01097,2010-01-14,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,2010-01-14,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,2010-01-14,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01097,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1M +dcid:geoId/01097,2010,dcid:Count_VehicleCrashIncident_TIntersection,1,,P1Y +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_TIntersection,4,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_TIntersection,4,,P1Y +dcid:geoId/01097,2010-01-14,dcid:Count_VehicleCrashIncident_TIntersection,1,,P1D +dcid:country/USA,2010-01-14,dcid:Count_VehicleCrashIncident_TIntersection,1,,P1D +dcid:geoId/01,2010-01-14,dcid:Count_VehicleCrashIncident_TIntersection,1,,P1D +dcid:geoId/01097,2010-01,dcid:Count_VehicleCrashIncident_TIntersection,1,,P1M +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_TIntersection,4,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_TIntersection,4,,P1M +dcid:geoId/01097,2010,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_OnRoadway,12,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_OnRoadway,12,,P1Y +dcid:geoId/01097,2010-01-14,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:country/USA,2010-01-14,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01,2010-01-14,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01097,2010-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_OnRoadway,12,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_OnRoadway,12,,P1M +dcid:geoId/01097,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1Y +dcid:geoId/01097,2010-01-14,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:country/USA,2010-01-14,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01,2010-01-14,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01097,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1M +dcid:geoId/01097,2010,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_Daylight,11,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_Daylight,11,,P1Y +dcid:geoId/01097,2010-01-14,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:country/USA,2010-01-14,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01,2010-01-14,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01097,2010-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_Daylight,11,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_Daylight,11,,P1M +dcid:geoId/01097,2010,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01097,2010-01-14,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,2010-01-14,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,2010-01-14,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01097,2010-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01097,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1Y +dcid:geoId/01097,2010-01-14,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:country/USA,2010-01-14,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01,2010-01-14,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01097,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1M +dcid:geoId/01097,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1Y +dcid:geoId/01097,2010-01-14,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,2010-01-14,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-14,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01097,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1M +dcid:geoId/01115,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1Y +dcid:geoId/01115,2010-01-21,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:country/USA,2010-01-21,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01,2010-01-21,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01115,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1M +dcid:geoId/01115,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1Y +dcid:geoId/01115,2010-01-21,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:country/USA,2010-01-21,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01,2010-01-21,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01115,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1M +dcid:geoId/01115,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1Y +dcid:geoId/01115,2010-01-21,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:country/USA,2010-01-21,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01,2010-01-21,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01115,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1M +dcid:geoId/01115,2010,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01115,2010-01-21,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,2010-01-21,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-21,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01115,2010-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01115,2010,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1Y +dcid:geoId/01115,2010-01-21,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:country/USA,2010-01-21,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01,2010-01-21,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01115,2010-01,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1M +dcid:geoId/01115,2010,dcid:Count_VehicleCrashIncident_USHighway,1,,P1Y +dcid:geoId/01115,2010-01-21,dcid:Count_VehicleCrashIncident_USHighway,1,,P1D +dcid:country/USA,2010-01-21,dcid:Count_VehicleCrashIncident_USHighway,1,,P1D +dcid:geoId/01,2010-01-21,dcid:Count_VehicleCrashIncident_USHighway,1,,P1D +dcid:geoId/01115,2010-01,dcid:Count_VehicleCrashIncident_USHighway,1,,P1M +dcid:geoId/01115,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01115,2010-01-21,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,2010-01-21,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,2010-01-21,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01115,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01115,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1Y +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,3,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,3,,P1Y +dcid:geoId/01115,2010-01-21,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:country/USA,2010-01-21,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:geoId/01,2010-01-21,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:geoId/01115,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1M +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,3,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,3,,P1M +dcid:geoId/01115,2010,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1Y +dcid:geoId/01115,2010-01-21,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:country/USA,2010-01-21,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01,2010-01-21,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01115,2010-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1M +dcid:geoId/01115,2010,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:geoId/01115,2010-01-21,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:country/USA,2010-01-21,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01,2010-01-21,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01115,2010-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:geoId/01115,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01115,2010-01-21,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:country/USA,2010-01-21,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01,2010-01-21,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01115,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01115,2010,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1Y +dcid:geoId/01115,2010-01-21,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:country/USA,2010-01-21,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:geoId/01,2010-01-21,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:geoId/01115,2010-01,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1M +dcid:geoId/01115,2010,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1Y +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_RainOrMist,4,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_RainOrMist,4,,P1Y +dcid:geoId/01115,2010-01-21,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:country/USA,2010-01-21,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:geoId/01,2010-01-21,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:geoId/01115,2010-01,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1M +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_RainOrMist,4,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_RainOrMist,4,,P1M +dcid:geoId/01115,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01115,2010-01-21,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:country/USA,2010-01-21,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01,2010-01-21,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01115,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01115,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01115,2010-01-21,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,2010-01-21,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-21,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01115,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01117,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1Y +dcid:country/USA,2010-01-04,dcid:Count_Vehicle_InvolvedInCrash_InTransport,4,,P1D +dcid:geoId/01117,2010-01-04,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01,2010-01-04,dcid:Count_Vehicle_InvolvedInCrash_InTransport,4,,P1D +dcid:geoId/01117,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1M +dcid:geoId/01117,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1Y +dcid:country/USA,2010-01-04,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01117,2010-01-04,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01,2010-01-04,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01117,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1M +dcid:geoId/01117,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1Y +dcid:country/USA,2010-01-04,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,6,,P1D +dcid:geoId/01117,2010-01-04,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01,2010-01-04,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,6,,P1D +dcid:geoId/01117,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1M +dcid:geoId/01117,2010,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:country/USA,2010-01-04,dcid:Count_VehicleCrashIncident,3,,P1D +dcid:geoId/01117,2010-01-04,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-04,dcid:Count_VehicleCrashIncident,3,,P1D +dcid:geoId/01117,2010-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01117,2010,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1Y +dcid:country/USA,2010-01-04,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1D +dcid:geoId/01117,2010-01-04,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1D +dcid:geoId/01,2010-01-04,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1D +dcid:geoId/01117,2010-01,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1M +dcid:geoId/01117,2010,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1Y +dcid:country/USA,2010-01-04,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1D +dcid:geoId/01117,2010-01-04,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1D +dcid:geoId/01,2010-01-04,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1D +dcid:geoId/01117,2010-01,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1M +dcid:geoId/01117,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:country/USA,2010-01-04,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1D +dcid:geoId/01117,2010-01-04,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,2010-01-04,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,3,,P1D +dcid:geoId/01117,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeCollision,1,,P1Y +dcid:geoId/01117,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeCollision,1,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeCollision,1,,P1Y +dcid:country/USA,2010-01-04,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeCollision,1,,P1D +dcid:geoId/01117,2010-01-04,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeCollision,1,,P1D +dcid:geoId/01,2010-01-04,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeCollision,1,,P1D +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeCollision,1,,P1M +dcid:geoId/01117,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeCollision,1,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeCollision,1,,P1M +dcid:geoId/01117,2010,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1Y +dcid:country/USA,2010-01-04,dcid:Count_VehicleCrashIncident_NotAnIntersection,3,,P1D +dcid:geoId/01117,2010-01-04,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01,2010-01-04,dcid:Count_VehicleCrashIncident_NotAnIntersection,3,,P1D +dcid:geoId/01117,2010-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1M +dcid:geoId/01117,2010,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:country/USA,2010-01-04,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01117,2010-01-04,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01,2010-01-04,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01117,2010-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_WorkZone_Construction,1,,P1Y +dcid:geoId/01117,2010,dcid:Count_VehicleCrashIncident_WorkZone_Construction,1,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_WorkZone_Construction,1,,P1Y +dcid:country/USA,2010-01-04,dcid:Count_VehicleCrashIncident_WorkZone_Construction,1,,P1D +dcid:geoId/01117,2010-01-04,dcid:Count_VehicleCrashIncident_WorkZone_Construction,1,,P1D +dcid:geoId/01,2010-01-04,dcid:Count_VehicleCrashIncident_WorkZone_Construction,1,,P1D +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_WorkZone_Construction,1,,P1M +dcid:geoId/01117,2010-01,dcid:Count_VehicleCrashIncident_WorkZone_Construction,1,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_WorkZone_Construction,1,,P1M +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_Dawn,3,,P1Y +dcid:geoId/01117,2010,dcid:Count_VehicleCrashIncident_Dawn,1,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_Dawn,3,,P1Y +dcid:country/USA,2010-01-04,dcid:Count_VehicleCrashIncident_Dawn,2,,P1D +dcid:geoId/01117,2010-01-04,dcid:Count_VehicleCrashIncident_Dawn,1,,P1D +dcid:geoId/01,2010-01-04,dcid:Count_VehicleCrashIncident_Dawn,2,,P1D +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_Dawn,3,,P1M +dcid:geoId/01117,2010-01,dcid:Count_VehicleCrashIncident_Dawn,1,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_Dawn,3,,P1M +dcid:geoId/01117,2010,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:country/USA,2010-01-04,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,3,,P1D +dcid:geoId/01117,2010-01-04,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,2010-01-04,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,3,,P1D +dcid:geoId/01117,2010-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01117,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:country/USA,2010-01-04,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,3,,P1D +dcid:geoId/01117,2010-01-04,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01,2010-01-04,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,3,,P1D +dcid:geoId/01117,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01117,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:country/USA,2010-01-04,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1D +dcid:geoId/01117,2010-01-04,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-04,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1D +dcid:geoId/01117,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01021,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:geoId/01021,2010-01-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:country/USA,2010-01-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01,2010-01-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01021,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:geoId/01021,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1Y +dcid:geoId/01021,2010-01-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:country/USA,2010-01-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01,2010-01-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01021,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1M +dcid:geoId/01021,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1Y +dcid:geoId/01021,2010-01-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:country/USA,2010-01-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01,2010-01-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01021,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1M +dcid:geoId/01021,2010,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01021,2010-01-01,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,2010-01-01,dcid:Count_VehicleCrashIncident,2,,P1D +dcid:geoId/01,2010-01-01,dcid:Count_VehicleCrashIncident,2,,P1D +dcid:geoId/01021,2010-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01021,2010,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1Y +dcid:geoId/01021,2010-01-01,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1D +dcid:country/USA,2010-01-01,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1D +dcid:geoId/01,2010-01-01,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1D +dcid:geoId/01021,2010-01,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1M +dcid:geoId/01021,2010,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1Y +dcid:geoId/01021,2010-01-01,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1D +dcid:country/USA,2010-01-01,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1D +dcid:geoId/01,2010-01-01,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1D +dcid:geoId/01021,2010-01,dcid:Count_VehicleCrashIncident_InterstateRoad,1,,P1M +dcid:geoId/01021,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01021,2010-01-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,2010-01-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1D +dcid:geoId/01,2010-01-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1D +dcid:geoId/01021,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01021,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01021,2010-01-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,2010-01-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1D +dcid:geoId/01,2010-01-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1D +dcid:geoId/01021,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01021,2010,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1Y +dcid:geoId/01021,2010-01-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:country/USA,2010-01-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,2,,P1D +dcid:geoId/01,2010-01-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,2,,P1D +dcid:geoId/01021,2010-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1M +dcid:geoId/01021,2010,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1Y +dcid:geoId/01021,2010-01-01,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:country/USA,2010-01-01,dcid:Count_VehicleCrashIncident_OnRoadside,2,,P1D +dcid:geoId/01,2010-01-01,dcid:Count_VehicleCrashIncident_OnRoadside,2,,P1D +dcid:geoId/01021,2010-01,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1M +dcid:geoId/01021,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01021,2010-01-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:country/USA,2010-01-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1D +dcid:geoId/01,2010-01-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1D +dcid:geoId/01021,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01021,2010,dcid:Count_VehicleCrashIncident_Dawn,1,,P1Y +dcid:geoId/01021,2010-01-01,dcid:Count_VehicleCrashIncident_Dawn,1,,P1D +dcid:country/USA,2010-01-01,dcid:Count_VehicleCrashIncident_Dawn,1,,P1D +dcid:geoId/01,2010-01-01,dcid:Count_VehicleCrashIncident_Dawn,1,,P1D +dcid:geoId/01021,2010-01,dcid:Count_VehicleCrashIncident_Dawn,1,,P1M +dcid:geoId/01021,2010,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1Y +dcid:geoId/01021,2010-01-01,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:country/USA,2010-01-01,dcid:Count_VehicleCrashIncident_RainOrMist,2,,P1D +dcid:geoId/01,2010-01-01,dcid:Count_VehicleCrashIncident_RainOrMist,2,,P1D +dcid:geoId/01021,2010-01,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1M +dcid:geoId/01021,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01021,2010-01-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:country/USA,2010-01-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1D +dcid:geoId/01,2010-01-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1D +dcid:geoId/01021,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01021,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01021,2010-01-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,2010-01-01,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1D +dcid:geoId/01,2010-01-01,dcid:Count_MortalityEvent_VehicleCrashIncident,3,,P1D +dcid:geoId/01021,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01097,2010-01-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01097,2010-01-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01097,2010-01-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01097,2010-01-01,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01097,2010-01-01,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:country/USA,2010-01-01,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01,2010-01-01,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01097,2010,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1Y +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_StateHighway,9,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_StateHighway,9,,P1Y +dcid:geoId/01097,2010-01-01,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1D +dcid:country/USA,2010-01-01,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1D +dcid:geoId/01,2010-01-01,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1D +dcid:geoId/01097,2010-01,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1M +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_StateHighway,9,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_StateHighway,9,,P1M +dcid:geoId/01097,2010-01-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01097,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01097,2010-01-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01097,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01097,2010,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1Y +dcid:geoId/01097,2010-01-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01097,2010-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1M +dcid:geoId/01097,2010,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1Y +dcid:geoId/01097,2010-01-01,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01097,2010-01,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1M +dcid:geoId/01097,2010-01-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01097,2010,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1Y +dcid:geoId/01097,2010-01-01,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:country/USA,2010-01-01,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:geoId/01,2010-01-01,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:geoId/01097,2010-01,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1M +dcid:geoId/01097,2010,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1Y +dcid:geoId/01097,2010-01-01,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:geoId/01097,2010-01,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1M +dcid:geoId/01097,2010-01-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01097,2010-01-01,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1D +dcid:geoId/01009,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1Y +dcid:country/USA,2010-01-02,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01009,2010-01-02,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01,2010-01-02,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01009,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1M +dcid:geoId/01009,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1Y +dcid:country/USA,2010-01-02,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01009,2010-01-02,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01,2010-01-02,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01009,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1M +dcid:geoId/01009,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,6,,P1Y +dcid:country/USA,2010-01-02,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,6,,P1D +dcid:geoId/01009,2010-01-02,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1D +dcid:geoId/01,2010-01-02,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,6,,P1D +dcid:geoId/01009,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,6,,P1M +dcid:geoId/01009,2010,dcid:Count_VehicleCrashIncident,2,,P1Y +dcid:country/USA,2010-01-02,dcid:Count_VehicleCrashIncident,2,,P1D +dcid:geoId/01009,2010-01-02,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-02,dcid:Count_VehicleCrashIncident,2,,P1D +dcid:geoId/01009,2010-01,dcid:Count_VehicleCrashIncident,2,,P1M +dcid:geoId/01009,2010,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,2,,P1Y +dcid:country/USA,2010-01-02,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,2,,P1D +dcid:geoId/01009,2010-01-02,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01,2010-01-02,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,2,,P1D +dcid:geoId/01009,2010-01,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,2,,P1M +dcid:geoId/01009,2010,dcid:Count_VehicleCrashIncident_StateHighway,2,,P1Y +dcid:country/USA,2010-01-02,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1D +dcid:geoId/01009,2010-01-02,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1D +dcid:geoId/01,2010-01-02,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1D +dcid:geoId/01009,2010-01,dcid:Count_VehicleCrashIncident_StateHighway,2,,P1M +dcid:geoId/01009,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1Y +dcid:country/USA,2010-01-02,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1D +dcid:geoId/01009,2010-01-02,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,2010-01-02,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1D +dcid:geoId/01009,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1M +dcid:geoId/01009,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:country/USA,2010-01-02,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1D +dcid:geoId/01009,2010-01-02,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,2010-01-02,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1D +dcid:geoId/01009,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01009,2010,dcid:Count_VehicleCrashIncident_NotAnIntersection,2,,P1Y +dcid:country/USA,2010-01-02,dcid:Count_VehicleCrashIncident_NotAnIntersection,2,,P1D +dcid:geoId/01009,2010-01-02,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01,2010-01-02,dcid:Count_VehicleCrashIncident_NotAnIntersection,2,,P1D +dcid:geoId/01009,2010-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,2,,P1M +dcid:geoId/01009,2010,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1Y +dcid:country/USA,2010-01-02,dcid:Count_VehicleCrashIncident_OnRoadside,2,,P1D +dcid:geoId/01009,2010-01-02,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01,2010-01-02,dcid:Count_VehicleCrashIncident_OnRoadside,2,,P1D +dcid:geoId/01009,2010-01,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1M +dcid:geoId/01009,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1Y +dcid:country/USA,2010-01-02,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1D +dcid:geoId/01009,2010-01-02,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01,2010-01-02,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1D +dcid:geoId/01009,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1M +dcid:geoId/01009,2010,dcid:Count_VehicleCrashIncident_DarkButLighted,2,,P1Y +dcid:country/USA,2010-01-02,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:geoId/01009,2010-01-02,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:geoId/01,2010-01-02,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:geoId/01009,2010-01,dcid:Count_VehicleCrashIncident_DarkButLighted,2,,P1M +dcid:geoId/01009,2010,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1Y +dcid:country/USA,2010-01-02,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1D +dcid:geoId/01009,2010-01-02,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,2010-01-02,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1D +dcid:geoId/01009,2010-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1M +dcid:geoId/01009,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1Y +dcid:country/USA,2010-01-02,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1D +dcid:geoId/01009,2010-01-02,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01,2010-01-02,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1D +dcid:geoId/01009,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1M +dcid:geoId/01009,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1Y +dcid:country/USA,2010-01-02,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1D +dcid:geoId/01009,2010-01-02,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-02,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1D +dcid:geoId/01009,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1M +dcid:geoId/01051,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:geoId/01051,2010-01-02,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01051,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:geoId/01051,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1Y +dcid:geoId/01051,2010-01-02,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01051,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1M +dcid:geoId/01051,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1Y +dcid:geoId/01051,2010-01-02,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01051,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1M +dcid:geoId/01051,2010,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01051,2010-01-02,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01051,2010-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01051,2010,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1Y +dcid:geoId/01051,2010-01-02,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01051,2010-01,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1M +dcid:geoId/01051,2010,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1Y +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_CountyRoad,5,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_CountyRoad,5,,P1Y +dcid:geoId/01051,2010-01-02,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:country/USA,2010-01-02,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:geoId/01,2010-01-02,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:geoId/01051,2010-01,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1M +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_CountyRoad,5,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_CountyRoad,5,,P1M +dcid:geoId/01051,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01051,2010-01-02,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01051,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01051,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01051,2010-01-02,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01051,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01051,2010,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1Y +dcid:geoId/01051,2010-01-02,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01051,2010-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1M +dcid:geoId/01051,2010,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1Y +dcid:geoId/01051,2010-01-02,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01051,2010-01,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1M +dcid:geoId/01051,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01051,2010-01-02,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01051,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01051,2010,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:geoId/01051,2010-01-02,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:country/USA,2010-01-02,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01,2010-01-02,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01051,2010-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:geoId/01051,2010,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01051,2010-01-02,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01051,2010-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01051,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01051,2010-01-02,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01051,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01051,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01051,2010-01-02,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01051,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01113,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1Y +dcid:geoId/01113,2010-01-03,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:country/USA,2010-01-03,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01,2010-01-03,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01113,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1M +dcid:geoId/01113,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1Y +dcid:geoId/01113,2010-01-03,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:country/USA,2010-01-03,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01,2010-01-03,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01113,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1M +dcid:geoId/01113,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1Y +dcid:geoId/01113,2010-01-03,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1D +dcid:country/USA,2010-01-03,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1D +dcid:geoId/01,2010-01-03,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1D +dcid:geoId/01113,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1M +dcid:geoId/01113,2010,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01113,2010-01-03,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,2010-01-03,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-03,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01113,2010-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01113,2010,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1Y +dcid:geoId/01113,2010-01-03,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:country/USA,2010-01-03,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01,2010-01-03,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01113,2010-01,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1M +dcid:geoId/01113,2010,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1Y +dcid:geoId/01113,2010-01-03,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1D +dcid:country/USA,2010-01-03,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1D +dcid:geoId/01,2010-01-03,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1D +dcid:geoId/01113,2010-01,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1M +dcid:geoId/01113,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01113,2010-01-03,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,2010-01-03,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,2010-01-03,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01113,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01113,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,1,,P1Y +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,5,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,5,,P1Y +dcid:geoId/01113,2010-01-03,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,1,,P1D +dcid:country/USA,2010-01-03,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,1,,P1D +dcid:geoId/01,2010-01-03,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,1,,P1D +dcid:geoId/01113,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,1,,P1M +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,5,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,5,,P1M +dcid:geoId/01113,2010,dcid:Count_VehicleCrashIncident_TIntersection,1,,P1Y +dcid:geoId/01113,2010-01-03,dcid:Count_VehicleCrashIncident_TIntersection,1,,P1D +dcid:country/USA,2010-01-03,dcid:Count_VehicleCrashIncident_TIntersection,1,,P1D +dcid:geoId/01,2010-01-03,dcid:Count_VehicleCrashIncident_TIntersection,1,,P1D +dcid:geoId/01113,2010-01,dcid:Count_VehicleCrashIncident_TIntersection,1,,P1M +dcid:geoId/01113,2010,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:geoId/01113,2010-01-03,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:country/USA,2010-01-03,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01,2010-01-03,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01113,2010-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:geoId/01113,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01113,2010-01-03,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:country/USA,2010-01-03,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01,2010-01-03,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01113,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01113,2010,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:geoId/01113,2010-01-03,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:country/USA,2010-01-03,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01,2010-01-03,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01113,2010-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:geoId/01113,2010,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01113,2010-01-03,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,2010-01-03,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,2010-01-03,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01113,2010-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01113,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01113,2010-01-03,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:country/USA,2010-01-03,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01,2010-01-03,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01113,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01113,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01113,2010-01-03,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,2010-01-03,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-03,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01113,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01095,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1Y +dcid:geoId/01095,2010-01-04,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01095,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1M +dcid:geoId/01095,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1Y +dcid:geoId/01095,2010-01-04,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01095,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1M +dcid:geoId/01095,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1Y +dcid:geoId/01095,2010-01-04,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01095,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1M +dcid:geoId/01095,2010,dcid:Count_VehicleCrashIncident,2,,P1Y +dcid:geoId/01095,2010-01-04,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01095,2010-01,dcid:Count_VehicleCrashIncident,2,,P1M +dcid:geoId/01095,2010,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,2,,P1Y +dcid:geoId/01095,2010-01-04,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:country/USA,2010-01-04,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,2,,P1D +dcid:geoId/01,2010-01-04,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,2,,P1D +dcid:geoId/01095,2010-01,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,2,,P1M +dcid:geoId/01095,2010,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1Y +dcid:geoId/01095,2010-01-04,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:country/USA,2010-01-04,dcid:Count_VehicleCrashIncident_CountyRoad,2,,P1D +dcid:geoId/01,2010-01-04,dcid:Count_VehicleCrashIncident_CountyRoad,2,,P1D +dcid:geoId/01095,2010-01,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1M +dcid:geoId/01095,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1Y +dcid:geoId/01095,2010-01-04,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01095,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1M +dcid:geoId/01095,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01095,2010-01-04,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,2010-01-04,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1D +dcid:geoId/01,2010-01-04,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,2,,P1D +dcid:geoId/01095,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01095,2010,dcid:Count_VehicleCrashIncident_NotAnIntersection,2,,P1Y +dcid:geoId/01095,2010-01-04,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01095,2010-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,2,,P1M +dcid:geoId/01095,2010,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1Y +dcid:geoId/01095,2010-01-04,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:country/USA,2010-01-04,dcid:Count_VehicleCrashIncident_OnRoadside,2,,P1D +dcid:geoId/01,2010-01-04,dcid:Count_VehicleCrashIncident_OnRoadside,2,,P1D +dcid:geoId/01095,2010-01,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1M +dcid:geoId/01095,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1Y +dcid:geoId/01095,2010-01-04,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:country/USA,2010-01-04,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1D +dcid:geoId/01,2010-01-04,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1D +dcid:geoId/01095,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1M +dcid:geoId/01095,2010,dcid:Count_VehicleCrashIncident_Dawn,1,,P1Y +dcid:geoId/01095,2010-01-04,dcid:Count_VehicleCrashIncident_Dawn,1,,P1D +dcid:geoId/01095,2010-01,dcid:Count_VehicleCrashIncident_Dawn,1,,P1M +dcid:geoId/01095,2010,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1Y +dcid:geoId/01095,2010-01-04,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01095,2010-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1M +dcid:geoId/01095,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1Y +dcid:geoId/01095,2010-01-04,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01095,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1M +dcid:geoId/01095,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1Y +dcid:geoId/01095,2010-01-04,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01095,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1M +dcid:geoId/01091,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:geoId/01091,2010-01-04,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01091,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:geoId/01091,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1Y +dcid:geoId/01091,2010-01-04,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01091,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1M +dcid:geoId/01091,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1Y +dcid:geoId/01091,2010-01-04,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01091,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1M +dcid:geoId/01091,2010,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01091,2010-01-04,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01091,2010-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01091,2010,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1Y +dcid:geoId/01091,2010-01-04,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01091,2010-01,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1M +dcid:geoId/01091,2010,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1Y +dcid:geoId/01091,2010-01-04,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:geoId/01091,2010-01,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1M +dcid:geoId/01091,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01091,2010-01-04,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01091,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01091,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01091,2010-01-04,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01091,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01091,2010,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1Y +dcid:geoId/01091,2010-01-04,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01091,2010-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1M +dcid:geoId/01091,2010,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1Y +dcid:geoId/01091,2010-01-04,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01091,2010-01,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1M +dcid:geoId/01091,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01091,2010-01-04,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01091,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01091,2010,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:country/USA,2010-01-04,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01091,2010-01-04,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01,2010-01-04,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01091,2010-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:geoId/01091,2010,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01091,2010-01-04,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01091,2010-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01091,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01091,2010-01-04,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01091,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01091,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01091,2010-01-04,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01091,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01125,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:country/USA,2010-01-05,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01125,2010-01-05,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01,2010-01-05,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01125,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:geoId/01125,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1Y +dcid:country/USA,2010-01-05,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01125,2010-01-05,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01,2010-01-05,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01125,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1M +dcid:geoId/01125,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1Y +dcid:country/USA,2010-01-05,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01125,2010-01-05,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01,2010-01-05,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01125,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1M +dcid:geoId/01125,2010,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:country/USA,2010-01-05,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01125,2010-01-05,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-05,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01125,2010-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01125,2010,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1Y +dcid:country/USA,2010-01-05,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01125,2010-01-05,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01,2010-01-05,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01125,2010-01,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1M +dcid:geoId/01125,2010,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1Y +dcid:country/USA,2010-01-05,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:geoId/01125,2010-01-05,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:geoId/01,2010-01-05,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:geoId/01125,2010-01,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1M +dcid:geoId/01125,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:country/USA,2010-01-05,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01125,2010-01-05,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,2010-01-05,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01125,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01125,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:country/USA,2010-01-05,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01125,2010-01-05,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,2010-01-05,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01125,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01125,2010,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1Y +dcid:country/USA,2010-01-05,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01125,2010-01-05,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01,2010-01-05,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01125,2010-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1M +dcid:geoId/01125,2010,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1Y +dcid:country/USA,2010-01-05,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01125,2010-01-05,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01,2010-01-05,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01125,2010-01,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1M +dcid:geoId/01125,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:country/USA,2010-01-05,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01125,2010-01-05,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01,2010-01-05,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01125,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_UnknownLight,1,,P1Y +dcid:geoId/01125,2010,dcid:Count_VehicleCrashIncident_UnknownLight,1,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_UnknownLight,1,,P1Y +dcid:country/USA,2010-01-05,dcid:Count_VehicleCrashIncident_UnknownLight,1,,P1D +dcid:geoId/01125,2010-01-05,dcid:Count_VehicleCrashIncident_UnknownLight,1,,P1D +dcid:geoId/01,2010-01-05,dcid:Count_VehicleCrashIncident_UnknownLight,1,,P1D +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_UnknownLight,1,,P1M +dcid:geoId/01125,2010-01,dcid:Count_VehicleCrashIncident_UnknownLight,1,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_UnknownLight,1,,P1M +dcid:geoId/01125,2010,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:country/USA,2010-01-05,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01125,2010-01-05,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,2010-01-05,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01125,2010-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01125,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:country/USA,2010-01-05,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01125,2010-01-05,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01,2010-01-05,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01125,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01125,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:country/USA,2010-01-05,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01125,2010-01-05,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-05,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01125,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:country/USA,2010-01-06,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1D +dcid:geoId/01009,2010-01-06,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01,2010-01-06,dcid:Count_Vehicle_InvolvedInCrash_InTransport,3,,P1D +dcid:country/USA,2010-01-06,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01009,2010-01-06,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01,2010-01-06,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:country/USA,2010-01-06,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01009,2010-01-06,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01,2010-01-06,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:country/USA,2010-01-06,dcid:Count_VehicleCrashIncident,2,,P1D +dcid:geoId/01009,2010-01-06,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-06,dcid:Count_VehicleCrashIncident,2,,P1D +dcid:country/USA,2010-01-06,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,2,,P1D +dcid:geoId/01009,2010-01-06,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01,2010-01-06,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,2,,P1D +dcid:country/USA,2010-01-06,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1D +dcid:geoId/01009,2010-01-06,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1D +dcid:geoId/01,2010-01-06,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1D +dcid:country/USA,2010-01-06,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1D +dcid:geoId/01009,2010-01-06,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,2010-01-06,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,2,,P1D +dcid:geoId/01009,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1Y +dcid:country/USA,2010-01-06,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:geoId/01009,2010-01-06,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:geoId/01,2010-01-06,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:geoId/01009,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1M +dcid:country/USA,2010-01-06,dcid:Count_VehicleCrashIncident_NotAnIntersection,2,,P1D +dcid:geoId/01009,2010-01-06,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01,2010-01-06,dcid:Count_VehicleCrashIncident_NotAnIntersection,2,,P1D +dcid:geoId/01009,2010,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:country/USA,2010-01-06,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01009,2010-01-06,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01,2010-01-06,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01009,2010-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:country/USA,2010-01-06,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1D +dcid:geoId/01009,2010-01-06,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01,2010-01-06,dcid:Count_VehicleCrashIncident_NotAWorkZone,2,,P1D +dcid:country/USA,2010-01-06,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:geoId/01009,2010-01-06,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:geoId/01,2010-01-06,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:country/USA,2010-01-06,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1D +dcid:geoId/01009,2010-01-06,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,2010-01-06,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1D +dcid:country/USA,2010-01-06,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1D +dcid:geoId/01009,2010-01-06,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01,2010-01-06,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,2,,P1D +dcid:country/USA,2010-01-06,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1D +dcid:geoId/01009,2010-01-06,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-06,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1D +dcid:geoId/01047,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:geoId/01047,2010-01-06,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01047,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:geoId/01047,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1Y +dcid:geoId/01047,2010-01-06,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01047,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1M +dcid:geoId/01047,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1Y +dcid:geoId/01047,2010-01-06,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01047,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1M +dcid:geoId/01047,2010,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01047,2010-01-06,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01047,2010-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01047,2010,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1Y +dcid:geoId/01047,2010-01-06,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01047,2010-01,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1M +dcid:geoId/01047,2010,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1Y +dcid:geoId/01047,2010-01-06,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:country/USA,2010-01-06,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:geoId/01,2010-01-06,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1D +dcid:geoId/01047,2010-01,dcid:Count_VehicleCrashIncident_CountyRoad,1,,P1M +dcid:geoId/01047,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01047,2010-01-06,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01047,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01047,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01047,2010-01-06,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,2010-01-06,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,2010-01-06,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01047,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01047,2010,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1Y +dcid:geoId/01047,2010-01-06,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01047,2010-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1M +dcid:geoId/01047,2010,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1Y +dcid:geoId/01047,2010-01-06,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:country/USA,2010-01-06,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01,2010-01-06,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01047,2010-01,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1M +dcid:geoId/01047,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01047,2010-01-06,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01047,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01047,2010,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:geoId/01047,2010-01-06,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:country/USA,2010-01-06,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01,2010-01-06,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01047,2010-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:geoId/01047,2010,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01047,2010-01-06,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01047,2010-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01047,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01047,2010-01-06,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01047,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01047,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01047,2010-01-06,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01047,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01127,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1Y +dcid:geoId/01127,2010-01-07,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:country/USA,2010-01-07,dcid:Count_Vehicle_InvolvedInCrash_InTransport,9,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_Vehicle_InvolvedInCrash_InTransport,9,,P1D +dcid:geoId/01127,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1M +dcid:geoId/01127,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1Y +dcid:geoId/01127,2010-01-07,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:country/USA,2010-01-07,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01127,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1M +dcid:geoId/01127,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1Y +dcid:geoId/01127,2010-01-07,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:country/USA,2010-01-07,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,15,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,15,,P1D +dcid:geoId/01127,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1M +dcid:geoId/01127,2010,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01127,2010-01-07,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,2010-01-07,dcid:Count_VehicleCrashIncident,5,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_VehicleCrashIncident,5,,P1D +dcid:geoId/01127,2010-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01127,2010,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1Y +dcid:geoId/01127,2010-01-07,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:country/USA,2010-01-07,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,3,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,3,,P1D +dcid:geoId/01127,2010-01,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1M +dcid:geoId/01127,2010,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1Y +dcid:geoId/01127,2010-01-07,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1D +dcid:country/USA,2010-01-07,dcid:Count_VehicleCrashIncident_StateHighway,3,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_VehicleCrashIncident_StateHighway,3,,P1D +dcid:geoId/01127,2010-01,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1M +dcid:geoId/01127,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01127,2010-01-07,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,2010-01-07,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,5,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,5,,P1D +dcid:geoId/01127,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01127,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1Y +dcid:geoId/01127,2010-01-07,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:country/USA,2010-01-07,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1D +dcid:geoId/01127,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_HeadOnCollision,1,,P1M +dcid:geoId/01127,2010,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1Y +dcid:geoId/01127,2010-01-07,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:country/USA,2010-01-07,dcid:Count_VehicleCrashIncident_NotAnIntersection,5,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_VehicleCrashIncident_NotAnIntersection,5,,P1D +dcid:geoId/01127,2010-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1M +dcid:geoId/01127,2010,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:geoId/01127,2010-01-07,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:country/USA,2010-01-07,dcid:Count_VehicleCrashIncident_OnRoadway,4,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_VehicleCrashIncident_OnRoadway,4,,P1D +dcid:geoId/01127,2010-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:geoId/01127,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01127,2010-01-07,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:country/USA,2010-01-07,dcid:Count_VehicleCrashIncident_NotAWorkZone,5,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_VehicleCrashIncident_NotAWorkZone,5,,P1D +dcid:geoId/01127,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01127,2010,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:geoId/01127,2010-01-07,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:country/USA,2010-01-07,dcid:Count_VehicleCrashIncident_Daylight,3,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_VehicleCrashIncident_Daylight,3,,P1D +dcid:geoId/01127,2010-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:geoId/01127,2010,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01127,2010-01-07,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,2010-01-07,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,2,,P1D +dcid:geoId/01127,2010-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01127,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01127,2010-01-07,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:country/USA,2010-01-07,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,5,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,5,,P1D +dcid:geoId/01127,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01127,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01127,2010-01-07,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,2010-01-07,dcid:Count_MortalityEvent_VehicleCrashIncident,6,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_MortalityEvent_VehicleCrashIncident,6,,P1D +dcid:geoId/01127,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01019,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:geoId/01019,2010-01-07,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01019,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:geoId/01019,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1Y +dcid:geoId/01019,2010-01-07,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01019,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1M +dcid:geoId/01019,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1Y +dcid:geoId/01019,2010-01-07,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1D +dcid:geoId/01019,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,4,,P1M +dcid:geoId/01019,2010,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01019,2010-01-07,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01019,2010-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01019,2010,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1Y +dcid:geoId/01019,2010-01-07,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01019,2010-01,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1M +dcid:geoId/01019,2010,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1Y +dcid:geoId/01019,2010-01-07,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1D +dcid:geoId/01019,2010-01,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1M +dcid:geoId/01019,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01019,2010-01-07,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01019,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01019,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:country/USA,2010-01-07,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01019,2010-01-07,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01019,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01019,2010,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1Y +dcid:geoId/01019,2010-01-07,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01019,2010-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1M +dcid:geoId/01019,2010,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1Y +dcid:country/USA,2010-01-07,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01019,2010-01-07,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01019,2010-01,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1M +dcid:geoId/01019,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01019,2010-01-07,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01019,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01019,2010,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:geoId/01019,2010-01-07,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01019,2010-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_Snow,2,,P1Y +dcid:geoId/01019,2010,dcid:Count_VehicleCrashIncident_Snow,1,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_Snow,2,,P1Y +dcid:country/USA,2010-01-07,dcid:Count_VehicleCrashIncident_Snow,2,,P1D +dcid:geoId/01019,2010-01-07,dcid:Count_VehicleCrashIncident_Snow,1,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_VehicleCrashIncident_Snow,2,,P1D +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_Snow,2,,P1M +dcid:geoId/01019,2010-01,dcid:Count_VehicleCrashIncident_Snow,1,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_Snow,2,,P1M +dcid:geoId/01019,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01019,2010-01-07,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01019,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01019,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01019,2010-01-07,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01019,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01099,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1Y +dcid:geoId/01099,2010-01-07,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01099,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1M +dcid:geoId/01099,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1Y +dcid:geoId/01099,2010-01-07,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01099,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1M +dcid:geoId/01099,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1Y +dcid:geoId/01099,2010-01-07,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01099,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1M +dcid:geoId/01099,2010,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01099,2010-01-07,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01099,2010-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01099,2010,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1Y +dcid:country/USA,2010-01-07,dcid:Count_VehicleCrashIncident_NationalHighway,2,,P1D +dcid:geoId/01099,2010-01-07,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_VehicleCrashIncident_NationalHighway,2,,P1D +dcid:geoId/01099,2010-01,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1M +dcid:geoId/01099,2010,dcid:Count_VehicleCrashIncident_USHighway,1,,P1Y +dcid:country/USA,2010-01-07,dcid:Count_VehicleCrashIncident_USHighway,2,,P1D +dcid:geoId/01099,2010-01-07,dcid:Count_VehicleCrashIncident_USHighway,1,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_VehicleCrashIncident_USHighway,2,,P1D +dcid:geoId/01099,2010-01,dcid:Count_VehicleCrashIncident_USHighway,1,,P1M +dcid:geoId/01099,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01099,2010-01-07,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01099,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01099,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,1,,P1Y +dcid:country/USA,2010-01-07,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,3,,P1D +dcid:geoId/01099,2010-01-07,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,1,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,3,,P1D +dcid:geoId/01099,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,1,,P1M +dcid:geoId/01099,2010,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1Y +dcid:geoId/01099,2010-01-07,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01099,2010-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1M +dcid:geoId/01099,2010,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:geoId/01099,2010-01-07,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01099,2010-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:geoId/01099,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01099,2010-01-07,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01099,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01099,2010,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:geoId/01099,2010-01-07,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01099,2010-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:geoId/01099,2010,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1Y +dcid:country/USA,2010-01-07,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:geoId/01099,2010-01-07,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1D +dcid:geoId/01099,2010-01,dcid:Count_VehicleCrashIncident_RainOrMist,1,,P1M +dcid:geoId/01099,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01099,2010-01-07,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01099,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01099,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1Y +dcid:geoId/01099,2010-01-07,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1D +dcid:geoId/01099,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,2,,P1M +dcid:geoId/01101,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:country/USA,2010-01-10,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01101,2010-01-10,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01,2010-01-10,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01101,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:geoId/01101,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1Y +dcid:country/USA,2010-01-10,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01101,2010-01-10,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01,2010-01-10,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01101,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1M +dcid:geoId/01101,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1Y +dcid:country/USA,2010-01-10,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01101,2010-01-10,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01,2010-01-10,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01101,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1M +dcid:geoId/01101,2010,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:country/USA,2010-01-10,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01101,2010-01-10,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-10,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01101,2010-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01101,2010,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1Y +dcid:country/USA,2010-01-10,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1D +dcid:geoId/01101,2010-01-10,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1D +dcid:geoId/01,2010-01-10,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1D +dcid:geoId/01101,2010-01,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1M +dcid:geoId/01101,2010,dcid:Count_VehicleCrashIncident_USHighway,1,,P1Y +dcid:country/USA,2010-01-10,dcid:Count_VehicleCrashIncident_USHighway,1,,P1D +dcid:geoId/01101,2010-01-10,dcid:Count_VehicleCrashIncident_USHighway,1,,P1D +dcid:geoId/01,2010-01-10,dcid:Count_VehicleCrashIncident_USHighway,1,,P1D +dcid:geoId/01101,2010-01,dcid:Count_VehicleCrashIncident_USHighway,1,,P1M +dcid:geoId/01101,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:country/USA,2010-01-10,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01101,2010-01-10,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,2010-01-10,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01101,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01101,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:country/USA,2010-01-10,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01101,2010-01-10,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,2010-01-10,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01101,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01101,2010,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1Y +dcid:country/USA,2010-01-10,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01101,2010-01-10,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01,2010-01-10,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01101,2010-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1M +dcid:geoId/01101,2010,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1Y +dcid:country/USA,2010-01-10,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01101,2010-01-10,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01,2010-01-10,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1D +dcid:geoId/01101,2010-01,dcid:Count_VehicleCrashIncident_OnRoadside,1,,P1M +dcid:geoId/01101,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:country/USA,2010-01-10,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01101,2010-01-10,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01,2010-01-10,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01101,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01101,2010,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1Y +dcid:country/USA,2010-01-10,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:geoId/01101,2010-01-10,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:geoId/01,2010-01-10,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:geoId/01101,2010-01,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1M +dcid:geoId/01101,2010,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:country/USA,2010-01-10,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01101,2010-01-10,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,2010-01-10,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01101,2010-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01101,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:country/USA,2010-01-10,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01101,2010-01-10,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01,2010-01-10,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01101,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01101,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:country/USA,2010-01-10,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01101,2010-01-10,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-10,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01101,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01043,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1Y +dcid:geoId/01043,2010-01-07,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01043,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1M +dcid:geoId/01043,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1Y +dcid:geoId/01043,2010-01-07,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01043,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1M +dcid:geoId/01043,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1Y +dcid:geoId/01043,2010-01-07,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01043,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1M +dcid:geoId/01043,2010,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01043,2010-01-07,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01043,2010-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01043,2010,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1Y +dcid:geoId/01043,2010-01-07,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1D +dcid:geoId/01043,2010-01,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1M +dcid:geoId/01043,2010,dcid:Count_VehicleCrashIncident_USHighway,1,,P1Y +dcid:geoId/01043,2010-01-07,dcid:Count_VehicleCrashIncident_USHighway,1,,P1D +dcid:geoId/01043,2010-01,dcid:Count_VehicleCrashIncident_USHighway,1,,P1M +dcid:geoId/01043,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01043,2010-01-07,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01043,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01043,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,1,,P1Y +dcid:geoId/01043,2010-01-07,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,1,,P1D +dcid:geoId/01043,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,1,,P1M +dcid:geoId/01043,2010,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1Y +dcid:geoId/01043,2010-01-07,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01043,2010-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1M +dcid:geoId/01043,2010,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:geoId/01043,2010-01-07,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01043,2010-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:geoId/01043,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01043,2010-01-07,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01043,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01043,2010,dcid:Count_VehicleCrashIncident_Dusk,1,,P1Y +dcid:country/USA,2010,dcid:Count_VehicleCrashIncident_Dusk,1,,P1Y +dcid:geoId/01,2010,dcid:Count_VehicleCrashIncident_Dusk,1,,P1Y +dcid:geoId/01043,2010-01-07,dcid:Count_VehicleCrashIncident_Dusk,1,,P1D +dcid:country/USA,2010-01-07,dcid:Count_VehicleCrashIncident_Dusk,1,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_VehicleCrashIncident_Dusk,1,,P1D +dcid:geoId/01043,2010-01,dcid:Count_VehicleCrashIncident_Dusk,1,,P1M +dcid:country/USA,2010-01,dcid:Count_VehicleCrashIncident_Dusk,1,,P1M +dcid:geoId/01,2010-01,dcid:Count_VehicleCrashIncident_Dusk,1,,P1M +dcid:geoId/01043,2010,dcid:Count_VehicleCrashIncident_Snow,1,,P1Y +dcid:geoId/01043,2010-01-07,dcid:Count_VehicleCrashIncident_Snow,1,,P1D +dcid:geoId/01043,2010-01,dcid:Count_VehicleCrashIncident_Snow,1,,P1M +dcid:geoId/01043,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01043,2010-01-07,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01043,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01043,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01043,2010-01-07,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01043,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01095,2010-01-07,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01095,2010-01-07,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01095,2010-01-07,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,3,,P1D +dcid:geoId/01095,2010-01-07,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01095,2010-01-07,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01095,2010,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1Y +dcid:geoId/01095,2010-01-07,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1D +dcid:geoId/01095,2010-01,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1M +dcid:geoId/01095,2010-01-07,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01095,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,1,,P1Y +dcid:geoId/01095,2010-01-07,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,1,,P1D +dcid:geoId/01095,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,1,,P1M +dcid:geoId/01095,2010-01-07,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01095,2010,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:geoId/01095,2010-01-07,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01095,2010-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:geoId/01095,2010-01-07,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01095,2010,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1Y +dcid:geoId/01095,2010-01-07,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:country/USA,2010-01-07,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:geoId/01,2010-01-07,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1D +dcid:geoId/01095,2010-01,dcid:Count_VehicleCrashIncident_DarkButLighted,1,,P1M +dcid:geoId/01095,2010-01-07,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01095,2010-01-07,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01095,2010-01-07,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01055,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1Y +dcid:geoId/01055,2010-01-11,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1D +dcid:geoId/01055,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,1,,P1M +dcid:geoId/01055,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,1,,P1Y +dcid:geoId/01055,2010-01-11,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,1,,P1D +dcid:geoId/01055,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,1,,P1M +dcid:geoId/01055,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1Y +dcid:geoId/01055,2010-01-11,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1D +dcid:geoId/01055,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,1,,P1M +dcid:geoId/01055,2010,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01055,2010-01-11,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01055,2010-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01055,2010,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1Y +dcid:geoId/01055,2010-01-11,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01055,2010-01,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1M +dcid:geoId/01055,2010,dcid:Count_VehicleCrashIncident_USHighway,1,,P1Y +dcid:country/USA,2010-01-11,dcid:Count_VehicleCrashIncident_USHighway,1,,P1D +dcid:geoId/01055,2010-01-11,dcid:Count_VehicleCrashIncident_USHighway,1,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_VehicleCrashIncident_USHighway,1,,P1D +dcid:geoId/01055,2010-01,dcid:Count_VehicleCrashIncident_USHighway,1,,P1M +dcid:geoId/01055,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01055,2010-01-11,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01055,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01055,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01055,2010-01-11,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01055,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01055,2010,dcid:Count_VehicleCrashIncident_TIntersection,1,,P1Y +dcid:country/USA,2010-01-11,dcid:Count_VehicleCrashIncident_TIntersection,2,,P1D +dcid:geoId/01055,2010-01-11,dcid:Count_VehicleCrashIncident_TIntersection,1,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_VehicleCrashIncident_TIntersection,2,,P1D +dcid:geoId/01055,2010-01,dcid:Count_VehicleCrashIncident_TIntersection,1,,P1M +dcid:geoId/01055,2010,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:country/USA,2010-01-11,dcid:Count_VehicleCrashIncident_OnRoadway,2,,P1D +dcid:geoId/01055,2010-01-11,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_VehicleCrashIncident_OnRoadway,2,,P1D +dcid:geoId/01055,2010-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:geoId/01055,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01055,2010-01-11,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01055,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01055,2010,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:country/USA,2010-01-11,dcid:Count_VehicleCrashIncident_Daylight,2,,P1D +dcid:geoId/01055,2010-01-11,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_VehicleCrashIncident_Daylight,2,,P1D +dcid:geoId/01055,2010-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:geoId/01055,2010,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01055,2010-01-11,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01055,2010-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01055,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01055,2010-01-11,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01055,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01055,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01055,2010-01-11,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01055,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01103,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1Y +dcid:geoId/01103,2010-01-11,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01103,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1M +dcid:geoId/01103,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1Y +dcid:geoId/01103,2010-01-11,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1D +dcid:geoId/01103,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,0,,P1M +dcid:geoId/01103,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1Y +dcid:geoId/01103,2010-01-11,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01103,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1M +dcid:geoId/01103,2010,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01103,2010-01-11,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01103,2010-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01103,2010,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1Y +dcid:geoId/01103,2010-01-11,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1D +dcid:country/USA,2010-01-11,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1D +dcid:geoId/01103,2010-01,dcid:Count_VehicleCrashIncident_NationalHighway,1,,P1M +dcid:geoId/01103,2010,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1Y +dcid:geoId/01103,2010-01-11,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1D +dcid:country/USA,2010-01-11,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1D +dcid:geoId/01103,2010-01,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1M +dcid:geoId/01103,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01103,2010-01-11,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01103,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01103,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,1,,P1Y +dcid:geoId/01103,2010-01-11,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,1,,P1D +dcid:country/USA,2010-01-11,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,1,,P1D +dcid:geoId/01,2010-01-11,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,1,,P1D +dcid:geoId/01103,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision,1,,P1M +dcid:geoId/01103,2010,dcid:Count_VehicleCrashIncident_TIntersection,1,,P1Y +dcid:geoId/01103,2010-01-11,dcid:Count_VehicleCrashIncident_TIntersection,1,,P1D +dcid:geoId/01103,2010-01,dcid:Count_VehicleCrashIncident_TIntersection,1,,P1M +dcid:geoId/01103,2010,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:geoId/01103,2010-01-11,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01103,2010-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:geoId/01103,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01103,2010-01-11,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01103,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01103,2010,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:geoId/01103,2010-01-11,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01103,2010-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:geoId/01103,2010,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01103,2010-01-11,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01103,2010-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01103,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01103,2010-01-11,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01103,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01103,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01103,2010-01-11,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01103,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01049,2010,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1Y +dcid:geoId/01049,2010-01,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1M +dcid:geoId/01049,2010-01-12,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:country/USA,2010-01-12,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01,2010-01-12,dcid:Count_Vehicle_InvolvedInCrash_InTransport,2,,P1D +dcid:geoId/01049,2010,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,1,,P1Y +dcid:geoId/01049,2010-01,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,1,,P1M +dcid:geoId/01049,2010-01-12,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,1,,P1D +dcid:country/USA,2010-01-12,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,1,,P1D +dcid:geoId/01,2010-01-12,dcid:Count_Person_InvolvedInCrash_NotMotorVehicleOccupant,1,,P1D +dcid:geoId/01049,2010,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1Y +dcid:geoId/01049,2010-01,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1M +dcid:geoId/01049,2010-01-12,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:country/USA,2010-01-12,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01,2010-01-12,dcid:Count_Person_InvolvedInCrash_MotorVehicleOccupant,2,,P1D +dcid:geoId/01049,2010,dcid:Count_VehicleCrashIncident,1,,P1Y +dcid:geoId/01049,2010-01,dcid:Count_VehicleCrashIncident,1,,P1M +dcid:geoId/01049,2010-01-12,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:country/USA,2010-01-12,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-12,dcid:Count_VehicleCrashIncident,1,,P1D +dcid:geoId/01049,2010,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1Y +dcid:geoId/01049,2010-01,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1M +dcid:geoId/01049,2010-01-12,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:country/USA,2010-01-12,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01,2010-01-12,dcid:Count_VehicleCrashIncident_NotOnNationalHighway,1,,P1D +dcid:geoId/01049,2010,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1Y +dcid:geoId/01049,2010-01,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1M +dcid:geoId/01049,2010-01-12,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1D +dcid:country/USA,2010-01-12,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1D +dcid:geoId/01,2010-01-12,dcid:Count_VehicleCrashIncident_StateHighway,1,,P1D +dcid:geoId/01049,2010,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1Y +dcid:geoId/01049,2010-01,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1M +dcid:geoId/01049,2010-01-12,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:country/USA,2010-01-12,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01,2010-01-12,dcid:Count_VehicleCrashIncident_NoSpecialJurisdiction,1,,P1D +dcid:geoId/01049,2010,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1Y +dcid:geoId/01049,2010-01,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1M +dcid:geoId/01049,2010-01-12,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:country/USA,2010-01-12,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01,2010-01-12,dcid:Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport,1,,P1D +dcid:geoId/01049,2010,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1Y +dcid:geoId/01049,2010-01,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1M +dcid:geoId/01049,2010-01-12,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:country/USA,2010-01-12,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01,2010-01-12,dcid:Count_VehicleCrashIncident_NotAnIntersection,1,,P1D +dcid:geoId/01049,2010,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1Y +dcid:geoId/01049,2010-01,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1M +dcid:geoId/01049,2010-01-12,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:country/USA,2010-01-12,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01,2010-01-12,dcid:Count_VehicleCrashIncident_OnRoadway,1,,P1D +dcid:geoId/01049,2010,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1Y +dcid:geoId/01049,2010-01,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1M +dcid:geoId/01049,2010-01-12,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:country/USA,2010-01-12,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01,2010-01-12,dcid:Count_VehicleCrashIncident_NotAWorkZone,1,,P1D +dcid:geoId/01049,2010,dcid:Count_VehicleCrashIncident_Daylight,1,,P1Y +dcid:geoId/01049,2010-01,dcid:Count_VehicleCrashIncident_Daylight,1,,P1M +dcid:geoId/01049,2010-01-12,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:country/USA,2010-01-12,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01,2010-01-12,dcid:Count_VehicleCrashIncident_Daylight,1,,P1D +dcid:geoId/01049,2010,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1Y +dcid:geoId/01049,2010-01,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1M +dcid:geoId/01049,2010-01-12,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:country/USA,2010-01-12,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01,2010-01-12,dcid:Count_VehicleCrashIncident_NoAdverseWeatherCondition,1,,P1D +dcid:geoId/01049,2010,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1Y +dcid:geoId/01049,2010-01,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1M +dcid:geoId/01049,2010-01-12,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:country/USA,2010-01-12,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01,2010-01-12,dcid:Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus,1,,P1D +dcid:geoId/01049,2010,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1Y +dcid:geoId/01049,2010-01,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1M +dcid:geoId/01049,2010-01-12,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:country/USA,2010-01-12,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D +dcid:geoId/01,2010-01-12,dcid:Count_MortalityEvent_VehicleCrashIncident,1,,P1D \ No newline at end of file diff --git a/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_output/accident_2002_onwards.tmcf b/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_output/accident_2002_onwards.tmcf new file mode 100644 index 0000000000..1cdef496a7 --- /dev/null +++ b/statvar_imports/USA/NHTSA_FARS_CrashData/test_data/sample_output/accident_2002_onwards.tmcf @@ -0,0 +1,10 @@ +Node: E:Data->E0 +observationAbout: C:Data->observationAbout +observationDate: C:Data->observationDate +variableMeasured: C:Data->variableMeasured +value: C:Data->value +unit: C:Data->unit +observationPeriod: C:Data->observationPeriod +#Aggregate: sum +measurementMethod: DataCommonsAggregate +typeOf: dcs:StatVarObservation \ No newline at end of file