@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/053c9c61-6172-4802-8a31-68b556193076> a dcat:Dataset ;
    dct:description "This API returns the US Census Block geography ID information given a passed Latitude and Longitude." ;
    dct:identifier "DOC-4559" ;
    dct:issued "2011-02-17"^^xsd:date ;
    dct:modified "2011-02-17"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Census API - By Coordinates" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Andrew MacRae" ;
            vcard:hasEmail <mailto:AMacRae@ntia.doc.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/053c9c61-6172-4802-8a31-68b556193076/resource/7131364c-824b-4d4a-858f-439dc74d0326> ;
    dcat:keyword "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "arra",
        "broadband",
        "broadband-data-improvement-act",
        "community-anchor-institutions",
        "fcc",
        "gov20",
        "national-broadband-map",
        "nsgic",
        "ntia",
        "opengov",
        "state-broadband-data-and-development-grant-program",
        "state-broadband-initiative" .

<https://data.amerigeoss.org/dataset/053c9c61-6172-4802-8a31-68b556193076/resource/7131364c-824b-4d4a-858f-439dc74d0326> a dcat:Distribution ;
    dct:format "JSON" ;
    dct:issued "2020-11-12T14:47:25.859413"^^xsd:dateTime ;
    dct:modified "2025-09-23T16:33:39.833370"^^xsd:dateTime ;
    dct:title "Web Page" ;
    dcat:accessURL <http://www.broadbandmap.gov/developer/api/census-api-by-coordinates> ;
    dcat:mediaType "application/json" .

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

