@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/06a81347-5dc5-47fe-b0fc-40b3fd532b87> a dcat:Dataset ;
    dct:description "test" ;
    dct:identifier "1c884ac9-8a9d-404c-beb5-c290e6281a0f" ;
    dct:issued "2022-06-28"^^xsd:date ;
    dct:modified "2022-06-24"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "State Medicaid and CHIP Applications, Eligibility Determinations, and Enrollment Data-test" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Medicaid.gov" ;
            vcard:hasEmail <mailto:Medicaid.gov@cms.hhs.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/06a81347-5dc5-47fe-b0fc-40b3fd532b87/resource/71bea662-1e06-481f-ad1c-646847ee729e> ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "applications",
        "child-enrollment",
        "chip",
        "ckan",
        "eligibility-determinations",
        "enrollment",
        "geo",
        "geoss",
        "medicaid",
        "national",
        "north-america",
        "united-states" ;
    dcat:theme <%7BEnrollment%7D> .

<https://data.amerigeoss.org/dataset/06a81347-5dc5-47fe-b0fc-40b3fd532b87/resource/71bea662-1e06-481f-ad1c-646847ee729e> a dcat:Distribution ;
    dct:description "test" ;
    dct:format "CSV" ;
    dct:issued "2022-06-28T04:34:10.718189"^^xsd:dateTime ;
    dct:modified "2025-11-19T20:33:42.406106"^^xsd:dateTime ;
    dct:title "State Medicaid and CHIP Applications, Eligibility Determinations, and Enrollment Data" ;
    dcat:accessURL <https://data.medicaid.gov/sites/default/files/uploaded_resources/StateMedicaidandCHIPTest.csv> ;
    dcat:mediaType "text/csv" .

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

