@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/5a115b0d-e3ef-4d8c-96de-58ad84476235> a dcat:Dataset ;
    dct:description "Curious about our progress in the population and jobs forecast? Learn more about here." ;
    dct:identifier <https://data.austintexas.gov/api/views/j5a7-yk8d> ;
    dct:issued "2017-09-05"^^xsd:date ;
    dct:modified "2017-10-02"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Imagine Austin Population and Jobs Forecast" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Zachary Stern" ;
            vcard:hasEmail <mailto:no-reply@data.austintexas.gov> ] ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "ckan",
        "geo",
        "geoss",
        "imagine-austin",
        "indicators",
        "national",
        "north-america",
        "population",
        "united-states" .

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

