@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/6d4a30c0-9fbd-435c-842d-41153771ff9d> a dcat:Dataset ;
    dct:description "test" ;
    dct:identifier "c5bd69ae-7c98-4787-beb6-cb347ebf329f" ;
    dct:issued "2022-04-07"^^xsd:date ;
    dct:modified "2022-04-05"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "NADAC" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Medicaid.gov" ;
            vcard:hasEmail <mailto:Medicaid.gov@cms.hhs.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/6d4a30c0-9fbd-435c-842d-41153771ff9d/resource/77fd5533-f30d-4e22-96bf-3cb678bcc794> ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "ckan",
        "geo",
        "geoss",
        "medicaid",
        "national",
        "north-america",
        "united-states" .

<https://data.amerigeoss.org/dataset/6d4a30c0-9fbd-435c-842d-41153771ff9d/resource/77fd5533-f30d-4e22-96bf-3cb678bcc794> a dcat:Distribution ;
    dct:description "national-average-drug-acquisition-cost-04-06-2022.csv" ;
    dct:format "CSV" ;
    dct:issued "2022-04-21T01:31:51.740551"^^xsd:dateTime ;
    dct:modified "2025-11-22T12:44:18.435430"^^xsd:dateTime ;
    dct:title "Comma Separated Values File" ;
    dcat:accessURL <https://download.medicaid.gov/data/national-average-drug-acquisition-cost-04-06-2022.csv> ;
    dcat:mediaType "text/csv" .

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

