@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e> a dcat:Dataset ;
    dct:description """The scripts below are used to run the Geothermal Exploration Artificial Intelligence developed within the "Detection of Potential Geothermal Exploration Sites from Hyperspectral Images via Deep Learning" project. It includes all scripts for pre-processing and processing, including:
- Land Surface Temperature K-Means classifier
- Labeling AI using Self Organizing Maps (SOM)
- Post-processing for Permanent Scatterer InSAR (PSInSAR) analysis with SOM
- Mineral marker summarizing
- Artificial Intelligence (AI) Data splitting: creates data set from a single raster file
- Artificial Intelligence Model: creates AI from a single data set, after splitting in Train, Validation and Test subsets
- AI Mapper: creates a classification map based on a raster file
 """ ;
    dct:identifier <https://data.openei.org/submissions/4080> ;
    dct:issued "2021-04-27T06:00:00+00:00"^^xsd:dateTime ;
    dct:modified "2021-06-09T21:22:13+00:00"^^xsd:dateTime ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((-119.9582 32.7136, -112.8941 32.7136, -112.8941 40.4756, -119.9582 40.4756, -119.9582 32.7136))"^^gsp:wktLiteral ] ;
    dct:title "Programs and Code for Geothermal Exploration Artificial Intelligence" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Jim Moraga" ;
            vcard:hasEmail <mailto:jmoraga@mines.edu> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/0aa74d99-a5b5-4c25-bf1b-ee4d657097cd>,
        <https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/0f9e4b97-bb7b-44d0-8e17-c8b2049ac185>,
        <https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/17f5b113-8ef7-42f3-916d-bd364b6df0f6>,
        <https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/1fbfee34-b606-4c8f-85aa-c8be56f4c606>,
        <https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/3ec4df28-4d75-44d5-bbb6-fa9aae03639d>,
        <https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/5910142a-2be8-4e75-8af8-ff9bb9a69f46>,
        <https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/65d29939-dc86-4cde-adab-e2e314d96172>,
        <https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/6d2a7757-cedd-4d30-af53-30bcf4c915ae>,
        <https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/9cbb9529-fb4d-4f16-abe1-f493319130ab>,
        <https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/b24923f2-82b3-4a94-a7a6-63d5495b82f8>,
        <https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/c47f0da8-bfb2-4f6b-b82f-2a4222ccd63a> ;
    dcat:keyword "ai",
        "amerigeo",
        "amerigeoss",
        "anomaly-detection",
        "artificial-intelligence",
        "blind",
        "ckan",
        "code",
        "deep-learning",
        "energy",
        "exploration",
        "geo",
        "geoss",
        "geothermal",
        "geothermal-ai",
        "geothermal-exploration",
        "k-mean",
        "k-means",
        "land-surface-temperature",
        "landsat-adr-lst",
        "lst",
        "machine-learning",
        "national",
        "north-america",
        "numpy",
        "python",
        "r_",
        "raster",
        "remote-sensing",
        "sbatch",
        "self-organizing-map",
        "shell",
        "shell-scripts",
        "site-detection",
        "slurm",
        "tensorflow",
        "united-states" .

<https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/0aa74d99-a5b5-4c25-bf1b-ee4d657097cd> a dcat:Distribution ;
    dct:description """Post-processing for PSInSAR analysis with SOM
R scripts that use the CVS output from Sarproz to generate SOM-ready data (by cropping data and recalculating slopes), and later classifies the data using Self Organizing Maps (SOM).
Must be run in order:
01_psi_to_som.R
02_displacement_som.R
Additional documentation in Roxygen format within each file.
""" ;
    dct:format "ZIP" ;
    dct:issued "2022-08-08T12:09:51.398090"^^xsd:dateTime ;
    dct:modified "2025-11-20T18:54:20.600209"^^xsd:dateTime ;
    dct:title "Displacement SOM R Scripts.zip" ;
    dcat:accessURL <https://gdr.openei.org/files/1307/displacement_som_r_scripts.zip> ;
    dcat:mediaType "application/zip" .

<https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/0f9e4b97-bb7b-44d0-8e17-c8b2049ac185> a dcat:Distribution ;
    dct:description """Mineral marker summarizing R scripts to summarize the outputs from ENVI target detection for further data fusion. Outputs the results of CEM, SAM, ACE, MF, MTMF, OSP, TCIMF, TCIMF and MTTCIMF.
Also, shows automatic clustering results using several algorithms (  "IJDefault",  "Intermodes",  "IsoData",  "Minimum",  "Moments",  "Otsu",  "RenyiEntropy") to obtain cutoff thresholds for the anomaly detectors.""" ;
    dct:format "ZIP" ;
    dct:issued "2022-08-08T12:09:51.398097"^^xsd:dateTime ;
    dct:modified "2025-11-20T18:54:20.600606"^^xsd:dateTime ;
    dct:title "Mineral Markers.zip" ;
    dcat:accessURL <https://gdr.openei.org/files/1307/mineral_markers.zip> ;
    dcat:mediaType "application/zip" .

<https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/17f5b113-8ef7-42f3-916d-bd364b6df0f6> a dcat:Distribution ;
    dct:description "Compressed directory with scripts to to be used to run the Geothermal AI and related python scripts in an HPC environment with SLURM." ;
    dct:format "ZIP" ;
    dct:issued "2022-08-08T12:09:51.398124"^^xsd:dateTime ;
    dct:modified "2025-11-20T18:54:20.603243"^^xsd:dateTime ;
    dct:title "Sbatch Scripts.zip" ;
    dcat:accessURL <https://gdr.openei.org/files/1307/sbatch_scripts.zip> ;
    dcat:mediaType "application/zip" .

<https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/1fbfee34-b606-4c8f-85aa-c8be56f4c606> a dcat:Distribution ;
    dct:description "Creates a Geothermal AI model from labeled data. This is the main program to create, train and use an ANN to classify regions based on geothermal potential. Requires Python 3 and multiple Python software packages." ;
    dct:format "py" ;
    dct:issued "2022-08-08T12:09:51.398120"^^xsd:dateTime ;
    dct:modified "2025-11-20T18:54:20.602865"^^xsd:dateTime ;
    dct:title "DOE GeoAI.py" ;
    dcat:accessURL <https://gdr.openei.org/files/1307/doe_geoai.py> ;
    dcat:mediaType "application/octet-stream" .

<https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/3ec4df28-4d75-44d5-bbb6-fa9aae03639d> a dcat:Distribution ;
    dct:description "Python and Shell (SLURM) scripts to create a dataset, build an AI and map using the created AI. It requires Python 3, TensorFlow 2.4, and a machine with one or multiple GPUs" ;
    dct:format "ZIP" ;
    dct:issued "2022-08-08T12:09:51.398074"^^xsd:dateTime ;
    dct:modified "2025-11-20T18:54:20.599402"^^xsd:dateTime ;
    dct:title "DOE ANN.zip" ;
    dcat:accessURL <https://gdr.openei.org/files/1307/doe-ann.zip> ;
    dcat:mediaType "application/zip" .

<https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/5910142a-2be8-4e75-8af8-ff9bb9a69f46> a dcat:Distribution ;
    dct:description """Land Surface Temperature K-Means Classifier
R scripts to extract data, classify through K-Means  and save final result for Land Surface Temperature anomalies (hot areas) from Landsat ADR LST data.""" ;
    dct:format "ZIP" ;
    dct:issued "2022-08-08T12:09:51.398084"^^xsd:dateTime ;
    dct:modified "2025-11-20T18:54:20.599802"^^xsd:dateTime ;
    dct:title "LST R Scripts.zip" ;
    dcat:accessURL <https://gdr.openei.org/files/1307/lst_r_scripts.zip> ;
    dcat:mediaType "application/zip" .

<https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/65d29939-dc86-4cde-adab-e2e314d96172> a dcat:Distribution ;
    dct:description "README for the Geothermal AI. Provides a guide on how to properly run the provided code in this submission." ;
    dct:format "md" ;
    dct:issued "2022-08-08T12:09:51.398108"^^xsd:dateTime ;
    dct:modified "2025-11-20T18:54:20.601735"^^xsd:dateTime ;
    dct:title "README.md" ;
    dcat:accessURL <https://gdr.openei.org/files/1307/README.md> ;
    dcat:mediaType "application/octet-stream" .

<https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/6d2a7757-cedd-4d30-af53-30bcf4c915ae> a dcat:Distribution ;
    dct:description "Maps the classification from a raster image using a trained AI model. Requires Python 3 and multiple Python software packages such as NumPy and OSGeo." ;
    dct:format "py" ;
    dct:issued "2022-08-08T12:09:51.398116"^^xsd:dateTime ;
    dct:modified "2025-11-20T18:54:20.602492"^^xsd:dateTime ;
    dct:title "DOE ANN Map.py" ;
    dcat:accessURL <https://gdr.openei.org/files/1307/doe_ann_map.py> ;
    dcat:mediaType "application/octet-stream" .

<https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/9cbb9529-fb4d-4f16-abe1-f493319130ab> a dcat:Distribution ;
    dct:description "Shell script to extract relevant files from a directory with Landsat 8 ADR LST compressed files." ;
    dct:format "sh" ;
    dct:issued "2022-08-08T12:09:51.398101"^^xsd:dateTime ;
    dct:modified "2025-11-20T18:54:20.600992"^^xsd:dateTime ;
    dct:title "LST Extract.sh" ;
    dcat:accessURL <https://gdr.openei.org/files/1307/lst_extract.sh> ;
    dcat:mediaType "application/octet-stream" .

<https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/b24923f2-82b3-4a94-a7a6-63d5495b82f8> a dcat:Distribution ;
    dct:description "Libraries to be used with the Geothermal AI and related python scripts." ;
    dct:format "ZIP" ;
    dct:issued "2022-08-08T12:09:51.398112"^^xsd:dateTime ;
    dct:modified "2025-11-20T18:54:20.602108"^^xsd:dateTime ;
    dct:title "DOE TIFF.zip" ;
    dcat:accessURL <https://gdr.openei.org/files/1307/doe_tiff.zip> ;
    dcat:mediaType "application/zip" .

<https://data.amerigeoss.org/dataset/301b63da-b03b-4a6c-aa24-82669b5ea09e/resource/c47f0da8-bfb2-4f6b-b82f-2a4222ccd63a> a dcat:Distribution ;
    dct:description "Creates the data set for the Geo AI. More information of this code can be found in the README within this submission." ;
    dct:format "py" ;
    dct:issued "2022-08-08T12:09:51.398105"^^xsd:dateTime ;
    dct:modified "2025-11-20T18:54:20.601370"^^xsd:dateTime ;
    dct:title "Create DOE Dataset.py" ;
    dcat:accessURL <https://gdr.openei.org/files/1307/create_doe_dataset.py> ;
    dcat:mediaType "application/octet-stream" .

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

