@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/3f229209-70b8-4b63-89ca-f07e9636a3d7> a dcat:Dataset ;
    dct:description "This blog post was posted by Josh Rosenthal on August 10, 2015" ;
    dct:identifier <https://healthdata.gov/api/views/v9sf-a85e> ;
    dct:issued "2015-08-10"^^xsd:date ;
    dct:modified "2015-08-10"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Blog | Public Health Data Wins" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "HS Office of the Chief Data Officer" ;
            vcard:hasEmail <mailto:healthdata@hhs.gov> ] ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "ckan",
        "cms",
        "geo",
        "geoss",
        "health-data",
        "national",
        "north-america",
        "united-states" ;
    dcat:theme <%7BBlog%7D> .

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

