@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.amerigeoss.org/dataset/3e9539dc-c371-4318-aa16-636650a4b55a> a dcat:Dataset ;
    dct:description "The Pedestrian Crash Data Study (PCDS) collected detailed data on motor vehicle vs pedestrian crashes." ;
    dct:identifier "DOT-289" ;
    dct:issued "1999-09-17"^^xsd:date ;
    dct:language "{en-US}" ;
    dct:modified "2021-10-29"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((-124.7333 24.5442, -124.7333 49.3886, -66.9548 49.3886, -66.9548 24.5442, -124.7333 24.5442))"^^gsp:wktLiteral ] ;
    dct:title "The Pedestrian Crash Data Study (PCDS)" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Gregory A. Radja" ;
            vcard:hasEmail <mailto:greg.radja@dot.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/3e9539dc-c371-4318-aa16-636650a4b55a/resource/8cf52441-1b14-451b-b96e-050e3cbeb487> ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "ckan",
        "crash",
        "geo",
        "geoss",
        "injury",
        "motor-vehicle",
        "national",
        "north-america",
        "pedestrian",
        "united-states",
        "vehicle" ;
    dcat:theme <%7BTransportation%7D> .

<https://data.amerigeoss.org/dataset/3e9539dc-c371-4318-aa16-636650a4b55a/resource/8cf52441-1b14-451b-b96e-050e3cbeb487> a dcat:Distribution ;
    dct:format "ZIP" ;
    dct:issued "2020-12-02T15:52:20.165388"^^xsd:dateTime ;
    dct:modified "2025-11-21T04:14:02.772227"^^xsd:dateTime ;
    dct:title "SAS File" ;
    dcat:accessURL <https://www.nhtsa.gov/content/nhtsa-ftp/179896> ;
    dcat:mediaType "application/zip" .

<https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> a foaf:Agent ;
    foaf:name "US Migrating" .

