@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/0e8b0717-5e90-48d2-a787-f46000769e5f> a dcat:Dataset ;
    dct:description "ESRI point feature class representing City of Somerville, Massachusetts squares, hills and other commonly referenced locations." ;
    dct:identifier <https://data.somervillema.gov/api/views/y6ii-trws> ;
    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 "Place Names" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Keith Johnson" ;
            vcard:hasEmail <mailto:data@somervillema.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/0e8b0717-5e90-48d2-a787-f46000769e5f/resource/fb85eb00-fd44-444c-9f05-2748bc71031f> ;
    dcat:keyword "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "geographic-place-names",
        "maps",
        "points-of-interest",
        "spatial-data" ;
    dcat:theme <%7B%22GIS%20Data%22%7D> .

<https://data.amerigeoss.org/dataset/0e8b0717-5e90-48d2-a787-f46000769e5f/resource/fb85eb00-fd44-444c-9f05-2748bc71031f> a dcat:Distribution ;
    dct:format "ZIP" ;
    dct:issued "2020-11-10T16:58:53.133287"^^xsd:dateTime ;
    dct:modified "2025-09-23T20:10:22.450032"^^xsd:dateTime ;
    dct:title "Zip File" ;
    dcat:accessURL <https://data.somervillema.gov/download/y6ii-trws/application/zip> ;
    dcat:mediaType "application/zip" .

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

