@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/7399e0bb-1601-4871-9c40-5c20208a8d69> a dcat:Dataset ;
    dct:description "Directory of all CIOs in the Commerce Department" ;
    dct:identifier "DOC-10001" ;
    dct:issued "2015-08-15"^^xsd:date ;
    dct:language "{us-EN}" ;
    dct:modified "2016-08-31"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Commerce Bureau IT Leadership Directory" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Public Affairs" ;
            vcard:hasEmail <mailto:publicaffairs@doc.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/7399e0bb-1601-4871-9c40-5c20208a8d69/resource/ff021d3f-e57a-4dd5-ac64-6484fb53c436> ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "cio",
        "ckan",
        "geo",
        "geoss",
        "it-leadership-directory",
        "national",
        "north-america",
        "united-states" .

<https://data.amerigeoss.org/dataset/7399e0bb-1601-4871-9c40-5c20208a8d69/resource/ff021d3f-e57a-4dd5-ac64-6484fb53c436> a dcat:Distribution ;
    dct:description "Listing of all persons designated as a CIO within the Department of Commerce" ;
    dct:format "JSON" ;
    dct:issued "2020-11-12T14:44:07.008804"^^xsd:dateTime ;
    dct:modified "2025-11-22T16:52:32.225102"^^xsd:dateTime ;
    dct:title "Bureau CIO Direcrtory" ;
    dcat:accessURL <http://www.commerce.gov/digitalstrategy/bureaudirectory.json> ;
    dcat:mediaType "application/json" .

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

