@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/61d2bd79-22c8-50c3-9d2b-d9c1ee0e8f18> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:type "person" ;
            vcard:hasEmail <mailto:max@developmentseed.org> ;
            foaf:homepage <https://source.coop/maxrjones> ;
            foaf:name "Max Jones" ] ;
    dct:description "No description provided." ;
    dct:identifier "61d2bd79-22c8-50c3-9d2b-d9c1ee0e8f18" ;
    dct:issued "2026-04-29T21:56:37.287000+00:00"^^xsd:dateTime ;
    dct:modified "2026-04-29T21:56:37.287000+00:00"^^xsd:dateTime ;
    dct:publisher <https://mldata.opendata.ai/organization/441e8055-15d1-45a6-b961-412973905554> ;
    dct:title "ice-fusion-demo" .

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

