@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/ff28e8e5-8542-4e81-9794-91ecba89ea88> a dcat:Dataset ;
    dct:description "A list of individual public APIs maintained by the US government." ;
    dct:identifier "ff28e8e5-8542-4e81-9794-91ecba89ea88" ;
    dct:issued "2025-12-02T10:41:49.017112"^^xsd:dateTime ;
    dct:modified "2025-12-02T10:41:49.017116"^^xsd:dateTime ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "List of Government APIs" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Richard G Brooks" ;
            vcard:hasEmail <mailto:richard.g.brooks@gsa.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/ff28e8e5-8542-4e81-9794-91ecba89ea88/resource/0bcad709-0254-4c0c-b525-c3d12838633a> ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "ckan",
        "geo",
        "geoss",
        "national",
        "north-america",
        "united-states" .

<https://data.amerigeoss.org/dataset/ff28e8e5-8542-4e81-9794-91ecba89ea88/resource/0bcad709-0254-4c0c-b525-c3d12838633a> a dcat:Distribution ;
    dct:description "individual_apis.json" ;
    dct:format "JSON" ;
    dct:issued "2016-03-29T07:31:27.779729"^^xsd:dateTime ;
    dct:modified "2025-12-02T10:41:49.010854"^^xsd:dateTime ;
    dct:title "List of Government APIs" ;
    dcat:accessURL <https://pages.18f.gov/API-All-the-X/data/individual_apis.json> .

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

