@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/1617bd02-9706-47a1-b8c6-da6917fdd2a5> a dcat:Dataset ;
    dct:description "Development Services Department Annual report for the fiscal year of 2020." ;
    dct:identifier <https://data.austintexas.gov/api/views/jbfg-najt> ;
    dct:issued "2020-11-03"^^xsd:date ;
    dct:modified "2021-01-19"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "DSD FY2020 Annual Report" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "DSD Open Data PIO & Marketing (Development Services)" ;
            vcard:hasEmail <mailto:no-reply@data.austintexas.gov> ] ;
    dcat:keyword "2020-annual-report",
        "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "development-services" ;
    dcat:theme <%7B%22Building%20and%20Development%22%7D> .

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

