@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/4ea53449-b7ff-4f18-802d-0376a0d8a28a> a dcat:Dataset ;
    dct:description "Weather reports including precipitation and snowfall totals measured at different locations by the CT Department of Transportation. Reports are developed for individual weather events." ;
    dct:identifier <https://data.ct.gov/api/views/megi-jdev> ;
    dct:issued "2017-02-09"^^xsd:date ;
    dct:modified "2021-03-24"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Regional Weather Reports (CT Department of Transportation Weather Roundup)" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Tyler Kleykamp" ;
            vcard:hasEmail <mailto:no-reply@data.ct.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/4ea53449-b7ff-4f18-802d-0376a0d8a28a/resource/9240338d-e308-47fd-8b07-8eee425895cf> ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "ckan",
        "geo",
        "geoss",
        "national",
        "north-america",
        "precipitation",
        "snow",
        "snowfall",
        "united-states",
        "weather" ;
    dcat:theme <%7BTransportation%7D> .

<https://data.amerigeoss.org/dataset/4ea53449-b7ff-4f18-802d-0376a0d8a28a/resource/9240338d-e308-47fd-8b07-8eee425895cf> a dcat:Distribution ;
    dct:description "Regional weather reports from the CT Department of Transportation." ;
    dct:format "HTML" ;
    dct:issued "2020-11-12T14:56:53.662985"^^xsd:dateTime ;
    dct:modified "2025-11-21T14:40:18.829272"^^xsd:dateTime ;
    dct:title "Regional Weather Reports" ;
    dcat:accessURL <http://www.dotdata.ct.gov/WeatherRoundUp/WRU_Index.HTM> ;
    dcat:mediaType "text/html" .

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

