@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/44a55817-e16c-470d-a4eb-f3561ee53b10> a dcat:Dataset ;
    dct:description "Block GP is a Gaussian Process regression framework for multimodal data, that can be an order of magnitude more scalable than existing state-of-the-art nonlinear regression algorithms. The framework builds local Gaussian Processes on semantically meaningful partitions of the data and provides higher prediction accuracy than a single global model with very high confidence." ;
    dct:identifier "OCIO-Fitara-113" ;
    dct:issued "2015-07-21"^^xsd:date ;
    dct:modified "2020-01-29"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "ARC Code TI: Block-GP: Scalable Gaussian Process Regression" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Dennis Koga" ;
            vcard:hasEmail <mailto:dennis.koga@nasa.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/44a55817-e16c-470d-a4eb-f3561ee53b10/resource/e6a133fa-046d-4678-bcf6-af0d5d2bb01a> ;
    dcat:keyword "algorithm",
        "amerigeo",
        "amerigeoss",
        "block-gp",
        "ckan",
        "code-ti",
        "data",
        "gaussian",
        "geo",
        "geoss",
        "multimodal",
        "national",
        "north-america",
        "regression",
        "scalable",
        "united-states" ;
    dcat:theme <%7BManagement/Operations%7D> .

<https://data.amerigeoss.org/dataset/44a55817-e16c-470d-a4eb-f3561ee53b10/resource/e6a133fa-046d-4678-bcf6-af0d5d2bb01a> a dcat:Distribution ;
    dct:description "BlockGP.tar.gz" ;
    dct:format "TAR" ;
    dct:issued "2020-11-12T04:48:08.430877"^^xsd:dateTime ;
    dct:modified "2025-11-21T08:32:26.245138"^^xsd:dateTime ;
    dct:title "TAR Compressed File" ;
    dcat:accessURL <http://ti.arc.nasa.gov/m/opensource/downloads/BlockGP.tar.gz> ;
    dcat:mediaType "application/x-tar" .

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

