@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/803e78ba-8364-41d5-9cb5-28bc108194f2> a dcat:Dataset ;
    dct:description "The NASA LSP website features a history of past spacecraft launches, going back to the launch of the Deep Space 1 mission to present." ;
    dct:identifier "NASA-918" ;
    dct:issued "1998-01-01"^^xsd:date ;
    dct:modified "2020-01-29"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "NASA Launch Services Program (LSP) Launch History" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Brian Dunbar" ;
            vcard:hasEmail <mailto:brian.dunbar@nasa.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/803e78ba-8364-41d5-9cb5-28bc108194f2/resource/96d27cb5-5547-4c9f-94c0-c27e1d4e910b> ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "ckan",
        "earths-bridge-to-space",
        "expedition",
        "geo",
        "geoss",
        "history",
        "landing",
        "launch",
        "national",
        "north-america",
        "schedule",
        "support",
        "time",
        "united-states" ;
    dcat:theme <%7BManagement/Operations%7D> .

<https://data.amerigeoss.org/dataset/803e78ba-8364-41d5-9cb5-28bc108194f2/resource/96d27cb5-5547-4c9f-94c0-c27e1d4e910b> a dcat:Distribution ;
    dct:description "default.aspx" ;
    dct:issued "2020-11-12T04:57:46.364841"^^xsd:dateTime ;
    dct:modified "2025-11-22T23:53:48.890005"^^xsd:dateTime ;
    dct:title "Web Resource" ;
    dcat:accessURL <https://lsp.ksc.nasa.gov/launchhistory/f/default.aspx> ;
    dcat:mediaType "application/html" .

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

