@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix geosparql: <http://www.opengis.net/ont/geosparql#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dane.kielce.eu/pl/en/datasets/pomniki-przyrody> a dcat:Dataset ;
  dct:identifier "1fde7592-8fc0-4345-8079-78e4e9677634" ;
  dct:title "Natural monuments" ;
  dct:description "A spatial dataset showing natural monuments in the City of Kielce." ;
  dct:issued "2025-05-20T14:16:48+02:00"^^xsd:dateTime ;
  dct:modified "2026-07-17T15:27:10+02:00"^^xsd:dateTime ;
  dcat:landingPage <https://dane.kielce.eu/pl/en/datasets/pomniki-przyrody> ;
  dct:license <https://creativecommons.org/licenses/by/4.0/deed.en> ;
  dct:conformsTo <https://semiceu.github.io/DCAT-AP/drafts/3.0.2/> ;
  dct:publisher [ a foaf:Organization ; foaf:name "Kielce City Hall" ]
  ; dcat:keyword "Environment and nature"
  ; dcat:keyword "Natural monuments"
  ; dct:spatial [ a dct:Location ; dcat:bbox "POLYGON((20.52558756 50.81772899,20.66899789 50.81772899,20.66899789 50.91001888,20.52558756 50.91001888,20.52558756 50.81772899))"^^geosparql:wktLiteral ]
  ; dct:source [ dct:title "ISDP" ; dct:description "Source system for spatial and register data." ; dct:type "system" ]
  ; dcat:distribution [ <https://dane.kielce.eu/pl/en/datasets/pomniki-przyrody/resources/019edef5-84da-7728-80ce-ad902cafe4ea/download#distribution> a dcat:Distribution ; dct:title "pomniki_przyrody.fgb" ; dct:format "flatgeobuf" ; dcat:downloadURL <https://dane.kielce.eu/pl/en/datasets/pomniki-przyrody/resources/019edef5-84da-7728-80ce-ad902cafe4ea/download> ; dct:modified "2026-06-19T10:18:12+02:00"^^xsd:dateTime ; dct:spatial [ a dct:Location ; dcat:bbox "POLYGON((20.52558756 50.81772899,20.66899789 50.81772899,20.66899789 50.91001888,20.52558756 50.91001888,20.52558756 50.81772899))"^^geosparql:wktLiteral ] ]
  ; dcat:distribution [ <https://dane.kielce.eu/pl/en/datasets/pomniki-przyrody/resources/019edef5-8937-70e1-8364-29a02c302e26/download#distribution> a dcat:Distribution ; dct:title "pomniki_przyrody.geojson" ; dct:format "geojson" ; dcat:downloadURL <https://dane.kielce.eu/pl/en/datasets/pomniki-przyrody/resources/019edef5-8937-70e1-8364-29a02c302e26/download> ; dct:modified "2026-06-19T10:18:13+02:00"^^xsd:dateTime ; dct:spatial [ a dct:Location ; dcat:bbox "POLYGON((20.52558756 50.81772899,20.66899789 50.81772899,20.66899789 50.91001888,20.52558756 50.91001888,20.52558756 50.81772899))"^^geosparql:wktLiteral ] ]
  ; dcat:distribution [ <https://dane.kielce.eu/pl/en/datasets/pomniki-przyrody/resources/019edef5-8717-77ca-b4cc-b67c72011eba/download#distribution> a dcat:Distribution ; dct:title "pomniki_przyrody.gpkg" ; dct:format "gpkg" ; dcat:downloadURL <https://dane.kielce.eu/pl/en/datasets/pomniki-przyrody/resources/019edef5-8717-77ca-b4cc-b67c72011eba/download> ; dct:modified "2026-06-19T10:18:13+02:00"^^xsd:dateTime ; dct:spatial [ a dct:Location ; dcat:bbox "POLYGON((20.52558756 50.81772899,20.66899789 50.81772899,20.66899789 50.91001888,20.52558756 50.91001888,20.52558756 50.81772899))"^^geosparql:wktLiteral ] ]
  ; dcat:distribution [ <https://dane.kielce.eu/pl/en/datasets/pomniki-przyrody/resources/019edef5-8b90-7509-ab42-b494f525392f/download#distribution> a dcat:Distribution ; dct:title "pomniki_przyrody.parquet" ; dct:format "parquet" ; dcat:downloadURL <https://dane.kielce.eu/pl/en/datasets/pomniki-przyrody/resources/019edef5-8b90-7509-ab42-b494f525392f/download> ; dct:modified "2026-06-19T10:18:14+02:00"^^xsd:dateTime ; dct:spatial [ a dct:Location ; dcat:bbox "POLYGON((20.52558756 50.81772899,20.66899789 50.81772899,20.66899789 50.91001888,20.52558756 50.91001888,20.52558756 50.81772899))"^^geosparql:wktLiteral ] ]
  .

<https://creativecommons.org/licenses/by/4.0/deed.en> rdfs:label "Creative Commons Attribution 4.0 International" .
