@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/0994d11a-ec85-49a6-8fc2-a4c85eb03fe9> a dcat:Dataset ;
    dct:description "NASA Open Data Public Data List. This machine readable file contains meta-records for NASA open data sets." ;
    dct:identifier "NASA-1000" ;
    dct:issued "2015-02-26"^^xsd:date ;
    dct:modified "2025-04-01"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "NASA Public Data Listing" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Jason Duley" ;
            vcard:hasEmail <mailto:jason.duley@nasa.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/0994d11a-ec85-49a6-8fc2-a4c85eb03fe9/resource/b3f917c1-b764-4f84-b71e-f148369e3a00> ;
    dcat:keyword "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "data-json",
        "ocio",
        "open-data",
        "pdl" ;
    dcat:theme <%7BManagement/Operations%7D> .

<https://data.amerigeoss.org/dataset/0994d11a-ec85-49a6-8fc2-a4c85eb03fe9/resource/b3f917c1-b764-4f84-b71e-f148369e3a00> a dcat:Distribution ;
    dct:description "data.json" ;
    dct:format "JSON" ;
    dct:issued "2020-11-12T04:54:59.910270"^^xsd:dateTime ;
    dct:modified "2025-09-23T18:04:54.981016"^^xsd:dateTime ;
    dct:title "JSON File" ;
    dcat:accessURL <http://data.nasa.gov/data.json> ;
    dcat:mediaType "application/json" .

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

