@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/3a7269af-c417-5877-a2ea-481a9dbc92be> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:type "person" ;
            foaf:homepage <https://source.coop/sarahgamal> ;
            foaf:name "sarah gamal" ] ;
    dct:description "This repository includes geospatial dataset of Places (AOIs) in GeoParquet Format For Riyadh Region, Saudi Arabia derived from Overture Maps, last updated on 20 December 2024." ;
    dct:identifier "3a7269af-c417-5877-a2ea-481a9dbc92be" ;
    dct:issued "2024-11-24T09:15:10.557000+00:00"^^xsd:dateTime ;
    dct:modified "2025-08-21T16:39:55.569000+00:00"^^xsd:dateTime ;
    dct:publisher <https://mldata.opendata.ai/organization/441e8055-15d1-45a6-b961-412973905554> ;
    dct:title "Overture Maps - Places Dataset - Riyadh, Saudi Arabia" ;
    dcat:distribution <https://mldata.opendata.ai/dataset/3a7269af-c417-5877-a2ea-481a9dbc92be/resource/3e29fa30-7e3a-47de-9089-2d387a0f678b> .

<https://mldata.opendata.ai/dataset/3a7269af-c417-5877-a2ea-481a9dbc92be/resource/3e29fa30-7e3a-47de-9089-2d387a0f678b> a dcat:Distribution ;
    dct:format "PARQUET" ;
    dct:issued "2026-06-18T14:34:36.140841"^^xsd:dateTime ;
    dct:modified "2026-06-18T14:34:36.138994"^^xsd:dateTime ;
    dct:title "riyadh_places.parquet" ;
    dcat:accessURL <https://data.source.coop/sarahgamal/overture-places-riyadh/riyadh_places.parquet> ;
    dcat:byteSize "2827001"^^xsd:nonNegativeInteger .

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

