@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/32be10ed-4e5a-4994-a380-50e0d70c03f3> a dcat:Dataset ;
    dct:description "REST API for access Missouri employee phone directory" ;
    dct:identifier <https://data.mo.gov/api/views/2448-477a> ;
    dct:issued "2012-02-02"^^xsd:date ;
    dct:modified "2021-09-08"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Missouri Employee Phone Directory API" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Willmichel81" ;
            vcard:hasEmail <mailto:no-reply@data.mo.gov> ] ;
    dcat:keyword "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "phone",
        "rest-api" ;
    dcat:theme <%7BGovernment%7D> .

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

