@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/2eddf45e-a37e-48da-8aa8-056cefcee197> a dcat:Dataset ;
    dct:description "The Criminal Case Reporting System is designed to record and track criminal case activity." ;
    dct:identifier "1A2BFDAC-A613-4E4F-9B8D-26AC4DA9F686" ;
    dct:issued "2006-03-06"^^xsd:date ;
    dct:modified "2014-01-01"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((-180.0000 18.0000, -66.0000 18.0000, -66.0000 72.0000, -180.0000 72.0000, -180.0000 18.0000))"^^gsp:wktLiteral ] ;
    dct:title "Criminal Case Reporting System" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Pamela Johnson, U.S. EPA Office of Enforcement and Compliance Assurance (OECA)" ;
            vcard:hasEmail <mailto:Johnson.Pam@epa.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/2eddf45e-a37e-48da-8aa8-056cefcee197/resource/1e2960fa-558a-4f0b-87d5-17723b887d6f> ;
    dcat:keyword "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "criminal",
        "enforcement",
        "environment",
        "united-states" .

<https://data.amerigeoss.org/dataset/2eddf45e-a37e-48da-8aa8-056cefcee197/resource/1e2960fa-558a-4f0b-87d5-17723b887d6f> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2020-12-04T18:21:17.032363"^^xsd:dateTime ;
    dct:modified "2025-09-24T20:17:39.300078"^^xsd:dateTime ;
    dct:title "Comma Separated Values File" ;
    dcat:accessURL <https://www.epa.gov/enforcement/criminal-enforcement> ;
    dcat:mediaType "text/csv" .

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

