@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/5f058451-3c91-5934-a366-5f5bbf7aa1e1> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:type "person" ;
            vcard:hasEmail <mailto:cholmes@9eo.org> ;
            foaf:homepage <https://source.coop/cholmes> ;
            foaf:name "Chris Holmes" ] ;
    dct:description "A set of files to enable adding an [administrative division](https://github.com/fiboa/administrative-division-extension) column to GeoParquet data. Initially just an Overture 'divisions' file from January 2025 filtered to just be 'country'. Hopefully will add other options here. Can be used in [geoparquet-tools](https://github.com/cholmes/geoparquet-tools) 'add country-codes'" ;
    dct:identifier "5f058451-3c91-5934-a366-5f5bbf7aa1e1" ;
    dct:issued "2025-01-21T23:36:15.705000+00:00"^^xsd:dateTime ;
    dct:modified "2025-08-21T16:39:55.567000+00:00"^^xsd:dateTime ;
    dct:publisher <https://mldata.opendata.ai/organization/441e8055-15d1-45a6-b961-412973905554> ;
    dct:title "Open Administrative Boundaries" ;
    dcat:distribution <https://mldata.opendata.ai/dataset/5f058451-3c91-5934-a366-5f5bbf7aa1e1/resource/89e44c31-f783-453e-8cd7-e90f937400db> .

<https://mldata.opendata.ai/dataset/5f058451-3c91-5934-a366-5f5bbf7aa1e1/resource/89e44c31-f783-453e-8cd7-e90f937400db> a dcat:Distribution ;
    dct:format "PARQUET" ;
    dct:issued "2026-06-18T14:34:50.910505"^^xsd:dateTime ;
    dct:modified "2026-06-18T14:34:50.908660"^^xsd:dateTime ;
    dct:title "countries.parquet" ;
    dcat:accessURL <https://data.source.coop/cholmes/admin-boundaries/countries.parquet> ;
    dcat:byteSize "77209891"^^xsd:nonNegativeInteger .

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

