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

<https://data.amerigeoss.org/dataset/7060b944-a6f7-45f2-ba39-cca34185a938> a dcat:Dataset ;
    dct:description "Federal trafficking penalties" ;
    dct:identifier "412" ;
    dct:issued "2013-12-11T00:00:00"^^xsd:dateTime ;
    dct:modified "2013-12-11T00:00:00"^^xsd:dateTime ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Federal trafficking penalties" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Steven Purkeypile" ;
            vcard:hasEmail <mailto:Steven.J.Purkeypile@usdoj.gov> ] ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "ckan",
        "geo",
        "geoss",
        "national",
        "north-america",
        "penalties",
        "united-states" .

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

