@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/63a195f8-35ff-4e2c-a73e-ff5d1ff87964> a dcat:Dataset ;
    dct:description "The Multiple Kernel Anomaly Detection (MKAD) algorithm is designed for anomaly detection over a set of files." ;
    dct:identifier "OCIO-Fitara-129" ;
    dct:issued "2015-01-07"^^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: Multiple Kernel Anomaly Detection (MKAD) Algorithm" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Dennis Koga" ;
            vcard:hasEmail <mailto:dennis.koga@nasa.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/63a195f8-35ff-4e2c-a73e-ff5d1ff87964/resource/5129c943-075f-4f4b-86f6-706746a0293b> ;
    dcat:keyword "algorithm",
        "amerigeo",
        "amerigeoss",
        "ckan",
        "foqa",
        "geo",
        "geoss",
        "mkad",
        "multiple-kernel-anomaly-detection",
        "national",
        "north-america",
        "ocsvm",
        "one-class-support-vector-machine",
        "united-states" ;
    dcat:theme <%7BManagement/Operations%7D> .

<https://data.amerigeoss.org/dataset/63a195f8-35ff-4e2c-a73e-ff5d1ff87964/resource/5129c943-075f-4f4b-86f6-706746a0293b> a dcat:Distribution ;
    dct:description "MKAD.tar.gz" ;
    dct:format "TAR" ;
    dct:issued "2020-11-12T04:08:50.875835"^^xsd:dateTime ;
    dct:modified "2025-11-22T05:51:34.789077"^^xsd:dateTime ;
    dct:title "TAR Compressed File" ;
    dcat:accessURL <http://ti.arc.nasa.gov/m/opensource/downloads/MKAD.tar.gz> ;
    dcat:mediaType "application/x-tar" .

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

