@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://mldata.opendata.ai/dataset/94826237-5de8-5640-bd23-496e47846305> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:type "person" ;
            vcard:hasEmail <mailto:trobinet@stanford.edu> ;
            foaf:homepage <https://source.coop/robinett> ;
            foaf:name "Trent Walker Robinett" ] ;
    dct:description "Sentinel-1 based Live Fuel Moisture Content dataset. This is implemented via the method described in Rao et al., 2020, Remote Sensing of Environment: \"SAR-enhanced mapping of live fuel moisture content\"" ;
    dct:identifier "94826237-5de8-5640-bd23-496e47846305" ;
    dct:issued "2026-06-12T15:50:25.364000+00:00"^^xsd:dateTime ;
    dct:modified "2026-06-12T15:50:25.364000+00:00"^^xsd:dateTime ;
    dct:publisher <https://mldata.opendata.ai/organization/441e8055-15d1-45a6-b961-412973905554> ;
    dct:title "s1_lfmc" .

<https://mldata.opendata.ai/organization/441e8055-15d1-45a6-b961-412973905554> a foaf:Agent ;
    foaf:name "Source Cooperative" .

