@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/04fb3567-a5fb-4e4f-b035-187e5730b56e> a dcat:Dataset ;
    dct:description "ESRI polygon feature class representing the City of Somerville, Massachusetts city boundary." ;
    dct:identifier <https://data.somervillema.gov/api/views/pz4k-wh6e> ;
    dct:issued "2017-04-12"^^xsd:date ;
    dct:modified "2025-02-04"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "City Limits" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Keith Johnson" ;
            vcard:hasEmail <mailto:data@somervillema.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/04fb3567-a5fb-4e4f-b035-187e5730b56e/resource/3570bfc0-147e-481c-a5be-4ddfc8b7a9ff> ;
    dcat:keyword "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "city-limits",
        "maps",
        "spatial-data" ;
    dcat:theme <%7B%22GIS%20Data%22%7D> .

<https://data.amerigeoss.org/dataset/04fb3567-a5fb-4e4f-b035-187e5730b56e/resource/3570bfc0-147e-481c-a5be-4ddfc8b7a9ff> a dcat:Distribution ;
    dct:format "ZIP" ;
    dct:issued "2023-09-22T13:17:43.668482"^^xsd:dateTime ;
    dct:modified "2025-09-23T16:27:58.878571"^^xsd:dateTime ;
    dct:title "Zip File" ;
    dcat:accessURL <https://data.somervillema.gov/download/pz4k-wh6e/application/x-zip-compressed> ;
    dcat:mediaType "application/x-zip-compressed" .

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

