@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/4261fb20-dbfc-4f78-bb1b-556a96ba9e0b> a dcat:Dataset ;
    dct:description "This submission contains the source code of the Hydrothermal Finite Element Simulator used for the Treasure Island and UC Berkeley campus geothermal simulation. It contains a report that summarizes the development and validation of this Hydrothermal Finite Element Simulator, with a case study on Treasure Island site. It also contains a report that investigates the feasibility of upgrading the existing campus energy delivery system at UC Berkeley to a fifth-generation district heating and cooling system that includes geothermal heat/cold storage." ;
    dct:identifier <https://data.openei.org/submissions/5653> ;
    dct:issued "2021-08-01T06:00:00+00:00"^^xsd:dateTime ;
    dct:modified "2022-02-16T16:14:45+00:00"^^xsd:dateTime ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((-180.0000 -83.0000, 180.0000 -83.0000, 180.0000 83.0000, -180.0000 83.0000, -180.0000 -83.0000))"^^gsp:wktLiteral ] ;
    dct:title "An HPC-Based Hydrothermal Finite Element Simulator for Modeling Underground Geothermal Behavior with Example Simulations on The Treasure Island and UC Berkeley Campus" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Zhenxiang Su" ;
            vcard:hasEmail <mailto:zhenxiang_su@berkeley.edu> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/4261fb20-dbfc-4f78-bb1b-556a96ba9e0b/resource/4db1ffb8-c0b4-4e10-965f-249b6f71b6d9>,
        <https://data.amerigeoss.org/dataset/4261fb20-dbfc-4f78-bb1b-556a96ba9e0b/resource/601faee4-dbcb-46b6-ae9b-cdd48e9faf87>,
        <https://data.amerigeoss.org/dataset/4261fb20-dbfc-4f78-bb1b-556a96ba9e0b/resource/809b0a39-d8cc-4fe2-9ece-4169c85ac4e1>,
        <https://data.amerigeoss.org/dataset/4261fb20-dbfc-4f78-bb1b-556a96ba9e0b/resource/d21cbf66-bb9e-4b32-a07d-c0670f5ce4e8>,
        <https://data.amerigeoss.org/dataset/4261fb20-dbfc-4f78-bb1b-556a96ba9e0b/resource/f40d98b6-2429-40cd-b175-2a1c8969c9e2> ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "c_",
        "ckan",
        "community-scale",
        "coupled-hydrothermal-modeling",
        "deal-ii",
        "district-cooling",
        "district-heating",
        "district-heating-and-cooling-system",
        "energy",
        "energy-delivery",
        "energy-storage",
        "finite-element",
        "geo",
        "geoss",
        "geothermal",
        "geothermal-storage",
        "goethermal-energy-storage",
        "ground-source-heat-pump",
        "national",
        "north-america",
        "parallel-computing",
        "simulation",
        "subsurface-heat-response",
        "treasure-island",
        "uc-berkeley",
        "uc-berkeley-campus",
        "united-states" .

<https://data.amerigeoss.org/dataset/4261fb20-dbfc-4f78-bb1b-556a96ba9e0b/resource/4db1ffb8-c0b4-4e10-965f-249b6f71b6d9> a dcat:Distribution ;
    dct:description "Thermo-Hydro Code for Berkeley Campus simulation. The input parameters, initial and boundary conditions could be modified in the header file globalvariables.h, initialvalues.h and boundaryvalues.h in include folder. After compiling the code, in working directory with the executable: create inputfiles folder and put input files here; create outputfiles folder and the outputs will be generated here" ;
    dct:format "HTML" ;
    dct:issued "2022-08-08T12:38:28.285909"^^xsd:dateTime ;
    dct:modified "2025-11-21T07:02:32.331392"^^xsd:dateTime ;
    dct:title "Thermo-Hydro Code for Berkeley Campus simulation" ;
    dcat:accessURL <https://github.com/zs0930/thm/tree/thm-UCB> ;
    dcat:mediaType "text/html" .

<https://data.amerigeoss.org/dataset/4261fb20-dbfc-4f78-bb1b-556a96ba9e0b/resource/601faee4-dbcb-46b6-ae9b-cdd48e9faf87> a dcat:Distribution ;
    dct:description "This report investigates the feasibility of upgrading the existing campus energy delivery system at UC Berkeley to a fifth-generation district heating and cooling system that includes geothermal heat/cold storage." ;
    dct:format "PDF" ;
    dct:issued "2022-08-08T12:38:28.285905"^^xsd:dateTime ;
    dct:modified "2025-11-21T07:02:32.331010"^^xsd:dateTime ;
    dct:title "Community Geothermal Modeling of UC Berkeley Campus.pdf" ;
    dcat:accessURL <https://gdr.openei.org/files/1359/Community%20Geothermal%20Modeling%20of%20UC%20Berkeley%20Campus.pdf> ;
    dcat:mediaType "application/pdf" .

<https://data.amerigeoss.org/dataset/4261fb20-dbfc-4f78-bb1b-556a96ba9e0b/resource/809b0a39-d8cc-4fe2-9ece-4169c85ac4e1> a dcat:Distribution ;
    dct:description "This report summarizes the development and validation of this Hydrothermal Finite Element Simulator, with a case study on Treasure Island site." ;
    dct:format "PDF" ;
    dct:issued "2022-08-08T12:38:28.285895"^^xsd:dateTime ;
    dct:modified "2025-11-21T07:02:32.330172"^^xsd:dateTime ;
    dct:title "Development of HPC-based hydrothermal FE simulator using deal.II.pdf" ;
    dcat:accessURL <https://gdr.openei.org/files/1359/Development%20of%20HPC-based%20hydrothermal%20FE%20simulator%20using%20deal.II.pdf> ;
    dcat:mediaType "application/pdf" .

<https://data.amerigeoss.org/dataset/4261fb20-dbfc-4f78-bb1b-556a96ba9e0b/resource/d21cbf66-bb9e-4b32-a07d-c0670f5ce4e8> a dcat:Distribution ;
    dct:description "Thermo-Hydro Code with Treasure Island example. The input parameters, initial and boundary conditions could be modified in the header file globalvariables.h, initialvalues.h and boundaryvalues.h in include folder. After compiling the code, in working directory with the executable: create inputfiles folder and put input files here; create outputfiles folder and the outputs will be generated here" ;
    dct:format "HTML" ;
    dct:issued "2022-08-08T12:38:28.285901"^^xsd:dateTime ;
    dct:modified "2025-11-21T07:02:32.330603"^^xsd:dateTime ;
    dct:title "Thermo-Hydro Code with Treasure Island example" ;
    dcat:accessURL <https://github.com/cb-geo/thm/tree/TI_convect> ;
    dcat:mediaType "text/html" .

<https://data.amerigeoss.org/dataset/4261fb20-dbfc-4f78-bb1b-556a96ba9e0b/resource/f40d98b6-2429-40cd-b175-2a1c8969c9e2> a dcat:Distribution ;
    dct:description "The mesh file of UC Berkeley campus. Should be put in the build/inputfiles folder of Thermo-Hydro Code for Berkeley Campus simulation." ;
    dct:format "msh" ;
    dct:issued "2022-08-08T12:38:28.285913"^^xsd:dateTime ;
    dct:modified "2025-11-21T07:02:32.331768"^^xsd:dateTime ;
    dct:title "Berkeley Campus Mesh.msh" ;
    dcat:accessURL <https://gdr.openei.org/files/1359/Berkeley_geo3.msh> ;
    dcat:mediaType "application/octet-stream" .

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

