@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/3fed42da-4273-4ae9-8771-1e83630d012c> a dcat:Dataset ;
    dct:description "Railroad Safety Advisories issued by the Federal Railroad Administration" ;
    dct:identifier "DOT-308" ;
    dct:issued "2011-01-18"^^xsd:date ;
    dct:language "{en-US}" ;
    dct:modified "2018-12-19"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Railroad Safety Advisories" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Dan Morgan" ;
            vcard:hasEmail <mailto:opendata@dot.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/3fed42da-4273-4ae9-8771-1e83630d012c/resource/5e492a6b-92f4-4759-b1b7-7035716f3652> ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "ckan",
        "data-gov",
        "geo",
        "geoss",
        "interpretation",
        "law",
        "national",
        "north-america",
        "railroad",
        "safety",
        "transportation",
        "united-states" ;
    dcat:theme <%7BTransportation%7D> .

<https://data.amerigeoss.org/dataset/3fed42da-4273-4ae9-8771-1e83630d012c/resource/5e492a6b-92f4-4759-b1b7-7035716f3652> a dcat:Distribution ;
    dct:format "HTML" ;
    dct:issued "2020-11-12T12:33:46.304017"^^xsd:dateTime ;
    dct:modified "2025-11-21T05:14:58.993830"^^xsd:dateTime ;
    dct:title "Web Page" ;
    dcat:accessURL <http://www.fra.dot.gov/Pages/350.shtml> ;
    dcat:mediaType "text/html" .

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

