@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/282c0c3c-0f56-40cc-b19f-e8c877657ec3> a dcat:Dataset ;
    dct:description "The dataset includes the latitude and longitude of an airport's checkpoint." ;
    dct:identifier "TSA-efb5aac8-88ae-41d6-8130-b5d1c1abafaa" ;
    dct:issued "2025-09-24T16:21:25.430193"^^xsd:dateTime ;
    dct:modified "2024-02-22T12:25:27-05:00"^^xsd:dateTime ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Airport Checkpoint Locations" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Open Data (MGMT)" ;
            vcard:hasEmail <mailto:edmo@hq.dhs.gov> ] ;
    dcat:keyword "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "checkpoint" .

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

