@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/019cd387-de03-4a56-b399-7be71fc3dd18> a dcat:Dataset ;
    dct:description "A sampling of Flight Attendant reports involving aircraft cabin issues." ;
    dct:identifier "NASA-811" ;
    dct:issued "2018-06-25"^^xsd:date ;
    dct:modified "2025-03-31"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Aviation Safety Reporting System: Flight Attendant Reports" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Linda J. Connell" ;
            vcard:hasEmail <mailto:linda.j.connell@nasa.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/019cd387-de03-4a56-b399-7be71fc3dd18/resource/6248db80-c634-41bb-9d06-cddaea49e4bf> ;
    dcat:keyword "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "attendant",
        "aviation",
        "cabin",
        "flight",
        "hazard",
        "safety" ;
    dcat:theme <%7BAerospace%7D> .

<https://data.amerigeoss.org/dataset/019cd387-de03-4a56-b399-7be71fc3dd18/resource/6248db80-c634-41bb-9d06-cddaea49e4bf> a dcat:Distribution ;
    dct:description "flt_attendant.pdf" ;
    dct:format "PDF" ;
    dct:issued "2020-11-12T04:28:56.882073"^^xsd:dateTime ;
    dct:modified "2025-09-23T15:12:47.498216"^^xsd:dateTime ;
    dct:title "PDF File" ;
    dcat:accessURL <http://asrs.arc.nasa.gov/docs/rpsts/flt_attendant.pdf> ;
    dcat:mediaType "application/pdf" .

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

