@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/0be1d82c-9d8b-430c-a500-32c457bb6e84> a dcat:Dataset ;
    dct:description "GRIN is a collection of over a thousand images of significant historical interest scanned at high-resolution in several sizes. This collection is intended for the media, publishers, and the general public looking for high-quality photographs." ;
    dct:identifier "NASA-0000052" ;
    dct:issued "2018-06-25"^^xsd:date ;
    dct:modified "2025-07-17"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Great Images in NASA" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Steve Garber" ;
            vcard:hasEmail <mailto:histinfo@hq.nasa.gov> ] ;
    dcat:keyword "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "aeronautics",
        "astronomy",
        "earth-science",
        "historical-research",
        "information-systems",
        "international",
        "people",
        "space-exploration",
        "space-science" .

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

