@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.amerigeoss.org/dataset/1cdc1025-e1f7-4bb6-8b71-ea2656e3c98a> a dcat:Dataset ;
    dct:description "Testing EDG-staging ingestion of bounding-box data." ;
    dct:identifier "69c3afaf-d20b-4f6b-a5fc-a30dbb1c54f9" ;
    dct:issued "2025-09-24T05:18:21.060430"^^xsd:dateTime ;
    dct:modified "2021-09-15"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((0.0000 0.0000, 0.0000 10.0000, 10.0000 10.0000, 10.0000 0.0000, 0.0000 0.0000))"^^gsp:wktLiteral ] ;
    dct:title "Testing Bounding-Box" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Alejandro Montilla" ;
            vcard:hasEmail <mailto:montilla.alex@epa.gov> ] ;
    dcat:keyword "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "bounding",
        "box" .

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

