@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/1b47f36d-c94f-50e3-8e27-c2bba101b2e9> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:type "organization" ;
            foaf:homepage <https://source.coop/smartmaps> ;
            foaf:name "UN Smart Maps Group" ] ;
    dct:description """WEBP elevation tiles, with mapbox pixel packing, packaged in PMTiles. 
Source data are NASADEM and Global Map data.
Pleese see https://qiita.com/T-ubu/items/c7bb5697b51f245ef163 for technical details. 
Observable demo is https://observablehq.com/d/652ef8ca26776146. """ ;
    dct:identifier "1b47f36d-c94f-50e3-8e27-c2bba101b2e9" ;
    dct:issued "2024-04-06T00:31:10.749389+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 "Smart Maps Global Elevation Tiles" ;
    dcat:distribution <https://mldata.opendata.ai/dataset/1b47f36d-c94f-50e3-8e27-c2bba101b2e9/resource/74d41cff-2a90-4394-bd67-58f78243588f>,
        <https://mldata.opendata.ai/dataset/1b47f36d-c94f-50e3-8e27-c2bba101b2e9/resource/dd0acee4-6c93-4d25-845e-8ce0b2bd730d> .

<https://mldata.opendata.ai/dataset/1b47f36d-c94f-50e3-8e27-c2bba101b2e9/resource/74d41cff-2a90-4394-bd67-58f78243588f> a dcat:Distribution ;
    dct:format "PMTILES" ;
    dct:issued "2026-06-18T14:06:41.616116"^^xsd:dateTime ;
    dct:modified "2026-06-18T14:06:41.614237"^^xsd:dateTime ;
    dct:title "gel.pmtiles" ;
    dcat:accessURL <https://data.source.coop/smartmaps/gel/gel.pmtiles> ;
    dcat:byteSize "195962954103"^^xsd:nonNegativeInteger .

<https://mldata.opendata.ai/dataset/1b47f36d-c94f-50e3-8e27-c2bba101b2e9/resource/dd0acee4-6c93-4d25-845e-8ce0b2bd730d> a dcat:Distribution ;
    dct:format "MD" ;
    dct:issued "2026-06-18T14:06:41.616110"^^xsd:dateTime ;
    dct:modified "2026-06-18T14:06:41.614119"^^xsd:dateTime ;
    dct:title "README.md" ;
    dcat:accessURL <https://data.source.coop/smartmaps/gel/README.md> ;
    dcat:byteSize "2030"^^xsd:nonNegativeInteger .

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

