@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/53a310a7-5782-4abf-a43d-3860acc7f3cd> a dcat:Dataset ;
    dct:description "This spreadsheet with US geothermal district heating system data includes the system year, location, size, cost, technical specs and funding sources." ;
    dct:identifier <https://data.openei.org/submissions/4072> ;
    dct:issued "2020-11-02T07:00:00+00:00"^^xsd:dateTime ;
    dct:modified "2021-05-17T15:06:49+00:00"^^xsd:dateTime ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((-129.4064 23.6246, -61.9175 23.6246, -61.9175 50.0601, -129.4064 50.0601, -129.4064 23.6246))"^^gsp:wktLiteral ] ;
    dct:title "US Geothermal District Heating Data" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Jody Robins" ;
            vcard:hasEmail <mailto:jody.robins@nrel.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/53a310a7-5782-4abf-a43d-3860acc7f3cd/resource/880c6db8-77d9-4ae6-b4f1-e5b50dc14e5e> ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "ckan",
        "direct-use",
        "district-heat",
        "energy",
        "geo",
        "geoss",
        "geothermal",
        "national",
        "north-america",
        "united-states" .

<https://data.amerigeoss.org/dataset/53a310a7-5782-4abf-a43d-3860acc7f3cd/resource/880c6db8-77d9-4ae6-b4f1-e5b50dc14e5e> a dcat:Distribution ;
    dct:description "US geothermal district heating systems data" ;
    dct:format "XLS" ;
    dct:issued "2021-07-17T07:53:17.408465"^^xsd:dateTime ;
    dct:modified "2025-11-21T17:56:59.334884"^^xsd:dateTime ;
    dct:title "US Geothermal District Heating data FINAL.xlsx" ;
    dcat:accessURL <https://gdr.openei.org/files/1282/US%20Geothermal%20District%20Heating%20data%20FINAL.xlsx> ;
    dcat:mediaType "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" .

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

