@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/244cc984-da7e-4486-84ef-2bc8795af96a> a dcat:Dataset ;
    dct:description "Press kit for ISS mission Expedition 21/22 from 10/2009-03/2010. Press kits contain information about each mission overview, crew, mission timeline, benefits, and media contact information." ;
    dct:identifier "OCIO-Fitara-33" ;
    dct:issued "2010-12-31"^^xsd:date ;
    dct:modified "2025-07-17"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "ISS Expedition 21/22 Press Kit" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Brian Dunbar" ;
            vcard:hasEmail <mailto:brian.dunbar@nasa.gov> ] ;
    dcat:keyword "2009",
        "2010",
        "21",
        "22",
        "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "crew",
        "expedition",
        "iss",
        "launch",
        "mission",
        "press-kit",
        "schedule" .

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

