@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/90a33830-cc89-4f7e-b12c-11d8838d5207> a dcat:Dataset ;
    dct:description "A collection of charts from the ERS website." ;
    dct:identifier "90a33830-cc89-4f7e-b12c-11d8838d5207" ;
    dct:issued "2025-11-30T17:43:08.825274"^^xsd:dateTime ;
    dct:modified "2025-11-30T17:43:08.825278"^^xsd:dateTime ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Chart Gallery" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Website Administrator" ;
            vcard:hasEmail <mailto:webadmin@ers.usda.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/90a33830-cc89-4f7e-b12c-11d8838d5207/resource/bd0855ea-e139-4b41-9c0a-f77733363170> ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "ckan",
        "geo",
        "geoss",
        "national",
        "north-america",
        "united-states" .

<https://data.amerigeoss.org/dataset/90a33830-cc89-4f7e-b12c-11d8838d5207/resource/bd0855ea-e139-4b41-9c0a-f77733363170> a dcat:Distribution ;
    dct:description "Hundreds of charts by topic." ;
    dct:format "PNG" ;
    dct:issued "2018-02-04T00:02:03.169930"^^xsd:dateTime ;
    dct:modified "2025-11-30T17:43:08.819281"^^xsd:dateTime ;
    dct:title "Gallery" ;
    dcat:accessURL <http://www.ers.usda.gov/data-products/chart-gallery.aspx> ;
    dcat:mediaType "image/png" .

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

