@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/1fa0e4fa-db2c-4677-ae1d-1dbf3a7dd89e> a dcat:Dataset ;
    dct:description "Remarks given by the Director of the U.S. Office of Personnel Management (OPM) on visits with the public" ;
    dct:identifier "OPM-Comm-0003" ;
    dct:issued "2025-11-20T09:30:01.408820"^^xsd:dateTime ;
    dct:language "{en-US}" ;
    dct:modified "2014"^^xsd:gYear ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Director's Speeches and Remarks" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Dena Bunis" ;
            vcard:hasEmail <mailto:dena.bunis@opm.gov> ] ;
    dcat:keyword "agency-director",
        "amerigeo",
        "amerigeoss",
        "ckan",
        "geo",
        "geoss",
        "national",
        "north-america",
        "remarks",
        "speech",
        "united-states" .

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

