@prefix schema: <http://schema.org/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix eli: <http://data.europa.eu/eli/ontology#> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix hydra: <http://www.w3.org/ns/hydra/core#> .
@prefix cv: <http://data.europa.eu/m8g/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix schemas: <https://schema.org/> .
@prefix rov: <http://www.w3.org/ns/regorg#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix cpsv: <http://purl.org/vocab/cpsv#> .

<https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue> a skos:ConceptScheme;
  dcterms:title "IMKL-ProtectedAreaTypeValue"@en, "IMKL-ProtectedAreaTypeValue"@nl;
  dcterms:description "Classification of protected area types."@en, "Classificatie van protected areatypes."@nl;
  dcterms:creator <https://org.belgif.be/id/CbeRegisteredEntity/0795547478>;
  dcterms:rightsHolder <https://org.belgif.be/id/CbeRegisteredEntity/0795547478>;
  owl:versionInfo "3.0";
  dcterms:modified "2025-02-13"^^xsd:date;
  dcterms:source <https://github.com/belgif/ICEGthema-imkl>;
  skos:hasTopConcept <https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue/drinkingWaterExtractionArea>,
    <https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue/geothermalInstallation>,
    <https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue/infiltrationArea>, <https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue/otherProtectedArea>,
    <https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue/undergroundGasStorage> .

<https://org.belgif.be/id/CbeRegisteredEntity/0795547478> rov:legalName "Vlaams Datanutsbedrijf"@en,
    "Vlaams Datanutsbedrijf"@nl .

<https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue/drinkingWaterExtractionArea>
  a skos:Concept;
  skos:inScheme <https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue>;
  skos:notation "drinkingWaterExtractionArea";
  skos:prefLabel "Drinking water extraction area"@en, "Drinkwaterwingebied"@nl;
  dcterms:description "Area in which a water company extracts groundwater for the production of drinking water."@en,
    "Gebied waarin een watermaatschappij grondwater oppompt voor de productie van drinkwater."@nl;
  schemas:startDate "2024-01-01"^^xsd:date;
  schemas:endDate "9999-12-31"^^xsd:date;
  skos:topConceptOf <https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue> .

<https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue/geothermalInstallation>
  a skos:Concept;
  skos:inScheme <https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue>;
  skos:notation "geothermalInstallation";
  skos:prefLabel "Geothermal installation"@en, "Geothermische installatie"@nl;
  dcterms:description "Area in which a large geothermal plant occurs."@en, "Gebied waarin een grote geothermische installatie voorkomt."@nl;
  schemas:startDate "2024-01-01"^^xsd:date;
  schemas:endDate "9999-12-31"^^xsd:date;
  skos:topConceptOf <https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue> .

<https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue/infiltrationArea> a skos:Concept;
  skos:inScheme <https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue>;
  skos:notation "infiltrationArea";
  skos:prefLabel "Infiltration area"@en, "Infiltratiegebied"@nl;
  dcterms:description "Area intended for the infiltration of water into the soil."@en,
    "Gebied bestemd voor de infiltratie van water in de grond."@nl;
  schemas:startDate "2024-01-01"^^xsd:date;
  schemas:endDate "9999-12-31"^^xsd:date;
  skos:topConceptOf <https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue> .

<https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue/otherProtectedArea> a skos:Concept;
  skos:inScheme <https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue>;
  skos:notation "otherProtectedArea";
  skos:prefLabel "Other protected area"@en, "Ander beschermd gebied"@nl;
  dcterms:description "Area protected for another reason."@en, "Het gebied is om een andere reden beschermd."@nl;
  schemas:startDate "2024-01-01"^^xsd:date;
  schemas:endDate "9999-12-31"^^xsd:date;
  skos:topConceptOf <https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue> .

<https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue/undergroundGasStorage> a
    skos:Concept;
  skos:inScheme <https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue>;
  skos:notation "undergroundGasStorage";
  skos:prefLabel "Underground gas storage"@en, "Ondergrondse gasopslag"@nl;
  dcterms:description "Area used for underground gas storage."@en, "Gebied gebruikt voor de ondergrondse opslag van gas."@nl;
  schemas:startDate "2024-01-01"^^xsd:date;
  schemas:endDate "9999-12-31"^^xsd:date;
  skos:topConceptOf <https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue> .

<http://vocab.belgif.be/void#IMKL-ProtectedAreaTypeValue> a void:Dataset;
  dcterms:title "IMKL-ProtectedAreaTypeValue"@en, "IMKL-ProtectedAreaTypeValue"@nl;
  dcterms:description "Classification of protected area types."@en, "Classificatie van protected areatypes."@nl,
    "Area in which a water company extracts groundwater for the production of drinking water."@en,
    "Gebied waarin een watermaatschappij grondwater oppompt voor de productie van drinkwater."@nl,
    "Area in which a large geothermal plant occurs."@en, "Gebied waarin een grote geothermische installatie voorkomt."@nl,
    "Area intended for the infiltration of water into the soil."@en, "Gebied bestemd voor de infiltratie van water in de grond."@nl,
    "Area protected for another reason."@en, "Het gebied is om een andere reden beschermd."@nl,
    "Area used for underground gas storage."@en, "Gebied gebruikt voor de ondergrondse opslag van gas."@nl;
  dcterms:source <https://github.com/belgif/ICEGthema-imkl>;
  dcterms:modified "2026-06-30T11:01:43.014Z"^^xsd:dateTime;
  foaf:homepage <http://vocab.belgif.be/>;
  void:dataDump <http://vocab.belgif.be/dataset/IMKL-ProtectedAreaTypeValue>;
  void:feature <http://www.w3.org/ns/formats/N-Triples>, <http://www.w3.org/ns/formats/Turtle>,
    <http://www.w3.org/ns/formats/JSON-LD>;
  void:uriLookupEndpoint <http://vocab.belgif.be/_ldf/IMKL-ProtectedAreaTypeValue>,
    <http://vocab.belgif.be/_ldf>;
  void:rootResource <https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue>;
  void:exampleResource <https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue/drinkingWaterExtractionArea>,
    <https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue/geothermalInstallation>,
    <https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue/infiltrationArea>, <https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue/otherProtectedArea>,
    <https://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue/undergroundGasStorage>;
  void:triples "67"^^xsd:long;
  void:uriSpace "http://vocab.belgif.be/auth/IMKL-ProtectedAreaTypeValue";
  void:vocabulary <http://www.w3.org/2004/02/skos/core#> .
