@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://mldata.opendata.ai/dataset/101720ba-4236-524b-b881-8d2c6f7ef237> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:type "organization" ;
            foaf:homepage <https://source.coop/geovibes> ;
            foaf:name "geovibes" ] ;
    dct:description "Embedding zonal stats over FTW boundaries" ;
    dct:identifier "101720ba-4236-524b-b881-8d2c6f7ef237" ;
    dct:issued "2025-10-02T01:15:03.985000+00:00"^^xsd:dateTime ;
    dct:modified "2025-10-02T01:15:03.985000+00:00"^^xsd:dateTime ;
    dct:publisher <https://mldata.opendata.ai/organization/441e8055-15d1-45a6-b961-412973905554> ;
    dct:title "Embedding Fields of The World" .

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

