@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/2239ace9-e720-4601-979e-9f45d9173801> a dcat:Dataset ;
    dct:description "Press kit for ISS mission Expedition 13 from 03/2006-09/2006. Press kits contain information about each mission overview, crew, mission timeline, benefits, and media contact information." ;
    dct:identifier "OCIO-Fitara-25" ;
    dct:issued "2006-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 13 Press Kit" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Brian Dunbar" ;
            vcard:hasEmail <mailto:brian.dunbar@nasa.gov> ] ;
    dcat:keyword "13",
        "2006",
        "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" .

