@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/289f5f65-b4ca-43e1-b176-1be4c2b4696e> a dcat:Dataset ;
    dct:description "Press kit for ISS mission Expedition 02 from 03/2001-08/2001. Press kits contain information about each mission overview, crew, mission timeline, benefits, and media contact information." ;
    dct:identifier "OCIO-Fitara-14" ;
    dct:issued "2001-12-31"^^xsd:date ;
    dct:modified "2025-04-01"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "ISS Expedition 02 Press Kit" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Brian Dunbar" ;
            vcard:hasEmail <mailto:brian.dunbar@nasa.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/289f5f65-b4ca-43e1-b176-1be4c2b4696e/resource/8466570a-3c73-4483-8a15-1c54a45e622c> ;
    dcat:keyword "2001",
        "2_",
        "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "crew",
        "expedition",
        "iss",
        "launch",
        "mission",
        "press-kit",
        "schedule" .

<https://data.amerigeoss.org/dataset/289f5f65-b4ca-43e1-b176-1be4c2b4696e/resource/8466570a-3c73-4483-8a15-1c54a45e622c> a dcat:Distribution ;
    dct:description "Press Kit PDF" ;
    dct:format "PDF" ;
    dct:issued "2020-11-12T05:05:17.778603"^^xsd:dateTime ;
    dct:modified "2025-09-24T16:46:42.668325"^^xsd:dateTime ;
    dct:title "ISS 02 Press Kit" ;
    dcat:accessURL <http://spaceflight.nasa.gov/station/crew/exp2/exp2_presskit.pdf> ;
    dcat:mediaType "application/pdf" .

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

