@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/2238b639-8c1c-453b-93bd-7c43a3f3fd56> a dcat:Dataset ;
    dct:description """Field measurements of mean flow and turbulence parameters at the Kvichak river prior to and after the deployment of ORPC's RivGen hydrokinetic turbine. Data description and turbine wake analysis are presented in the attached manuscript "Wake measurements from a hydrokinetic river turbine" by Guerra and Thomson (recently submitted to Renewable Energy).
There are three data sets: NoTurbine (prior to deployment), Not_Operational_Turbine (turbine underwater, but not operational), and Operational_Turbine. The data has been quality controlled and organized into a three-dimensional grid using a local coordinate system described in the paper. All data sets are in Matlab format (.mat). 

Variables available in the data sets are:
qx: X coordinate matrix (m)
qy: Y coordinate matrix (m)
z : z coordinate vector (m)
lat : grid cell latitude (degrees)
lon: grid cell longitude (degrees)
U : velocity magnitude (m/s)
Ux: x velocity (m/s)
Vy: y velocity (m/s)
W: vertical velocity (m/s)
Pseudo_beam.b_i: pseudo-along beam velocities (i = 1 to 4) (m/s) (structure with raw data within each grid cell)
beam5.b5: 5th-beam velocity (m/s) (structure with raw data within each grid cell)
tke: turbulent kinetic energy (m2/s2)
epsilon: TKE dissipation rate (m2/s3)
Reynolds stresses: uu, vv, ww, uw, vw (m2/s2)

Variables from the Not Operational Turbine data set are identified with _T
Variables from the Operational Turbine data set are identified with _TO""" ;
    dct:identifier <https://data.openei.org/submissions/7920> ;
    dct:issued "2018-02-27T07:00:00+00:00"^^xsd:dateTime ;
    dct:modified "2020-06-30T16:27:20+00:00"^^xsd:dateTime ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((-157.0481 58.4824, -155.3892 58.4824, -155.3892 60.0398, -157.0481 60.0398, -157.0481 58.4824))"^^gsp:wktLiteral ] ;
    dct:title "ORPC RivGen Hydrokinetic Turbine Wake Characterization" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Maricarmen Guerra" ;
            vcard:hasEmail <mailto:mguerrap@uw.edu> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/2238b639-8c1c-453b-93bd-7c43a3f3fd56/resource/41648828-61ec-46da-ac06-c77bb8e2e7f4>,
        <https://data.amerigeoss.org/dataset/2238b639-8c1c-453b-93bd-7c43a3f3fd56/resource/72c9ee7e-3bc0-4955-8403-1e48e221c9a7>,
        <https://data.amerigeoss.org/dataset/2238b639-8c1c-453b-93bd-7c43a3f3fd56/resource/ab5be151-1132-4543-8d1a-07e1de59330a>,
        <https://data.amerigeoss.org/dataset/2238b639-8c1c-453b-93bd-7c43a3f3fd56/resource/d3344f06-7e5d-4000-84ff-23ca96dd5cc4> ;
    dcat:keyword "3d",
        "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "cec",
        "characterization",
        "cross-flow",
        "cross-flow-turbine",
        "current",
        "data-collection",
        "energy",
        "energy-loss",
        "evolution",
        "field-test",
        "flow",
        "hydrokinetic",
        "marine",
        "matlab",
        "mean-flow",
        "mhk",
        "orpc",
        "parameters",
        "resource",
        "reynolds-stress",
        "river",
        "rivgen",
        "turbine",
        "turbulence",
        "velocity",
        "wake",
        "wake-data" .

<https://data.amerigeoss.org/dataset/2238b639-8c1c-453b-93bd-7c43a3f3fd56/resource/41648828-61ec-46da-ac06-c77bb8e2e7f4> a dcat:Distribution ;
    dct:description "Data set for an underwater operational turbine (includes wake)" ;
    dct:format "mat" ;
    dct:issued "2025-01-11T23:34:54.395932"^^xsd:dateTime ;
    dct:modified "2025-09-24T09:21:12.363854"^^xsd:dateTime ;
    dct:title "Operational Turbine Wake Data.mat" ;
    dcat:accessURL <https://mhkdr.openei.org/files/248/Operational_Turbine.mat> ;
    dcat:mediaType "application/octet-stream" .

<https://data.amerigeoss.org/dataset/2238b639-8c1c-453b-93bd-7c43a3f3fd56/resource/72c9ee7e-3bc0-4955-8403-1e48e221c9a7> a dcat:Distribution ;
    dct:description "Data set for turbine underwater, but not operational. Includes wake for a braked turbine" ;
    dct:format "mat" ;
    dct:issued "2025-01-11T23:34:54.395930"^^xsd:dateTime ;
    dct:modified "2025-09-24T09:21:12.362739"^^xsd:dateTime ;
    dct:title "Not Operational Turbine Wake Data.mat" ;
    dcat:accessURL <https://mhkdr.openei.org/files/248/Not_Operational_Turbine.mat> ;
    dcat:mediaType "application/octet-stream" .

<https://data.amerigeoss.org/dataset/2238b639-8c1c-453b-93bd-7c43a3f3fd56/resource/ab5be151-1132-4543-8d1a-07e1de59330a> a dcat:Distribution ;
    dct:description "Research manuscript recently submitted to Renewable Energy Journal. Includes methods, results, discussion, and conclusions. Steady state assumptions included as an appendix." ;
    dct:format "PDF" ;
    dct:issued "2025-01-11T23:34:54.395924"^^xsd:dateTime ;
    dct:modified "2025-09-24T09:21:12.360349"^^xsd:dateTime ;
    dct:title "Renewable Energy Journal Manuscript.pdf" ;
    dcat:accessURL <https://mhkdr.openei.org/files/248/Guerra_Thomson_Wake2018_submission.pdf> ;
    dcat:mediaType "application/pdf" .

<https://data.amerigeoss.org/dataset/2238b639-8c1c-453b-93bd-7c43a3f3fd56/resource/d3344f06-7e5d-4000-84ff-23ca96dd5cc4> a dcat:Distribution ;
    dct:description "Data set for no turbine conditions (natural river conditions)" ;
    dct:format "mat" ;
    dct:issued "2025-01-11T23:34:54.395928"^^xsd:dateTime ;
    dct:modified "2025-09-24T09:21:12.361606"^^xsd:dateTime ;
    dct:title "No Turbine Wake Data.mat" ;
    dcat:accessURL <https://mhkdr.openei.org/files/248/No_Turbine.mat> ;
    dcat:mediaType "application/octet-stream" .

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

