@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/896de712-4cc6-505e-8db4-63287abd8eb9> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:type "organization" ;
            foaf:homepage <https://source.coop/dynamical> ;
            foaf:name "dynamical.org" ] ;
    dct:description "See readme: https://dynamical.org/catalog/asos-parquet/" ;
    dct:identifier "896de712-4cc6-505e-8db4-63287abd8eb9" ;
    dct:issued "2026-02-05T18:50:19.484000+00:00"^^xsd:dateTime ;
    dct:modified "2026-02-09T17:07:41.515000+00:00"^^xsd:dateTime ;
    dct:publisher <https://mldata.opendata.ai/organization/441e8055-15d1-45a6-b961-412973905554> ;
    dct:title "Global Airport Weather GeoParquet (1940-present)" .

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

