diff --git a/src/test/java/de/landsh/opendata/csw2dcat/MDMetadata2DatasetTests.java b/src/test/java/de/landsh/opendata/csw2dcat/MDMetadata2DatasetTests.java
index 51e0f95d12efee577bb19d0a86c7bf6c8aa59f40..4efad2c3b217181e5118b4325d631e14b1b1fe72 100644
--- a/src/test/java/de/landsh/opendata/csw2dcat/MDMetadata2DatasetTests.java
+++ b/src/test/java/de/landsh/opendata/csw2dcat/MDMetadata2DatasetTests.java
@@ -1176,12 +1176,16 @@ public class MDMetadata2DatasetTests {
         final Document inputDocument = saxReader.read(getClass().getResourceAsStream("/e95c2bed-84c0-4e7c-a194-1568887fc355.xml"));
         final Resource result = service.convert(inputDocument);
 
+        assertTrue(collectApplicableLegislation(result).contains("http://data.europa.eu/eli/dir/2007/2/2019-06-26"));
+    }
+
+    private Set<String> collectApplicableLegislation( Resource result) {
         Set<String> conformsTo = new HashSet<>();
-        StmtIterator it = result.listProperties(PROPERTY_applicable_Legislation);
+        StmtIterator it = result.listProperties(DCATAP.applicableLegislation);
         while (it.hasNext()) {
             conformsTo.add(it.next().getResource().getURI());
         }
-        assertTrue(conformsTo.contains("http://data.europa.eu/eli/dir/2007/2/2019-06-26"));
+        return conformsTo;
     }
 
     /**
@@ -1426,4 +1430,31 @@ public class MDMetadata2DatasetTests {
         assertTrue(result.hasProperty(DCAT.servesDataset, ResourceFactory.createResource("https://registry.gdi-de.org/id/de.sh/7164d86e-8c55-4e08-ab1f-601b3002d1d1")));
     }
 
+    @Test
+    public void createDataService_withHvdMark() throws DocumentException {
+        final Document inputDocument = saxReader.read(getClass().getResourceAsStream("/64d6fe33-407e-438c-b11d-122cdb7ff63a.xml"));
+
+        final Resource result = service.createDataService(inputDocument.getRootElement(), ModelFactory.createDefaultModel());
+
+        assertNotNull(result);
+        assertTrue(result.hasProperty(RDF.type, DCAT.DataService));
+        assertEquals("INSPIRE WMS SH Existierende Bodennutzung ALKIS (Darstellungsdienst)",
+                result.getRequiredProperty(DCTerms.title).getLiteral().getString());
+        assertEquals("Dieser Dienst stellt für das INSPIRE-Thema Bodennutzung (Existierende Bodennutzung) aus ALKIS umgesetzte Daten bereit.",
+                result.getRequiredProperty(DCTerms.description).getLiteral().getString());
+
+        assertTrue(result.hasProperty(DCTerms.license, ResourceFactory.createResource("http://dcat-ap.de/def/licenses/cc-by/4.0")));
+        assertTrue(result.hasLiteral(DCATAPde.licenseAttributionByText, "© GeoBasis-DE/LVermGeo SH/CC BY 4.0"));
+        assertEquals("2024-12-10", result.getProperty(DCTerms.modified).getLiteral().getString());
+        assertEquals("https://service.gdi-sh.de/SH_INSPIREVIEW_AIII_ELU?service=WMS&version=1.3.0&request=GetCapabilities",
+                result.getProperty(DCAT.endpointDescription).getResource().getURI());
+        assertEquals("https://service.gdi-sh.de/SH_INSPIREVIEW_AIII_ELU",
+                result.getProperty(DCAT.endpointURL).getResource().getURI());
+        assertTrue(result.hasProperty(DCAT.servesDataset, ResourceFactory.createResource("https://registry.gdi-de.org/id/de.sh/f5626e31-7674-446b-be64-af93d494cd0b")));
+
+        assertTrue(collectApplicableLegislation(result) .contains( "http://data.europa.eu/eli/reg_impl/2023/138/oj"));
+        assertEquals("http://data.europa.eu/bna/c_ac64a52d",
+                result.getPropertyResourceValue(DCATAP.hvdCategory).getURI());
+    }
+
 }
diff --git a/src/test/resources/64d6fe33-407e-438c-b11d-122cdb7ff63a.xml b/src/test/resources/64d6fe33-407e-438c-b11d-122cdb7ff63a.xml
new file mode 100644
index 0000000000000000000000000000000000000000..0f7ac21ae6057f3327f4affc40c8d42a58bd14b2
--- /dev/null
+++ b/src/test/resources/64d6fe33-407e-438c-b11d-122cdb7ff63a.xml
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8"?><gmd:MD_Metadata  xmlns:csw="http://www.opengis.net/cat/csw/2.0.2" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/gml/3.2 http://schemas.opengis.net/gml/3.2.1/gml.xsd http://www.isotc211.org/2005/gmd http://schemas.opengis.net/iso/19139/20070417/gmd/gmd.xsd http://www.isotc211.org/2005/gco http://schemas.opengis.net/iso/19139/20070417/gco/gco.xsd http://www.isotc211.org/2005/srv http://schemas.opengis.net/iso/19139/20070417/srv/1.0/srv.xsd http://www.isotc211.org/2005/gmx http://schemas.opengis.net/iso/19139/20070417/gmx/gmx.xsd"><gmd:fileIdentifier><gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">64d6fe33-407e-438c-b11d-122cdb7ff63a</gco:CharacterString></gmd:fileIdentifier><gmd:language><LanguageCode xmlns="http://www.isotc211.org/2005/gmd" codeList="http://www.loc.gov/standards/iso639-2/" codeListValue="ger"/></gmd:language><gmd:characterSet><MD_CharacterSetCode xmlns="http://www.isotc211.org/2005/gmd" codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8"/></gmd:characterSet><gmd:hierarchyLevel><MD_ScopeCode xmlns="http://www.isotc211.org/2005/gmd" codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_ScopeCode" codeListValue="service"/></gmd:hierarchyLevel><gmd:hierarchyLevelName><gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">service</gco:CharacterString></gmd:hierarchyLevelName><gmd:contact><gmd:CI_ResponsibleParty><gmd:individualName><gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Servicestelle SH-MIS</gco:CharacterString></gmd:individualName><gmd:organisationName><gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Landesamt für Vermessung und Geoinformation Schleswig-Holstein</gco:CharacterString></gmd:organisationName><gmd:positionName><gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Ansprechpartner für Metadaten</gco:CharacterString></gmd:positionName><gmd:contactInfo><gmd:CI_Contact><gmd:address><gmd:CI_Address><gmd:deliveryPoint><gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Mercatorstraße 1</gco:CharacterString></gmd:deliveryPoint><gmd:city><gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Kiel</gco:CharacterString></gmd:city><gmd:administrativeArea><gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Schleswig-Holstein</gco:CharacterString></gmd:administrativeArea><gmd:postalCode><gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">24106</gco:CharacterString></gmd:postalCode><gmd:country><gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">Deutschland</gco:CharacterString></gmd:country><gmd:electronicMailAddress><gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">SH-MIS@LVermGeo.landsh.de</gco:CharacterString></gmd:electronicMailAddress></gmd:CI_Address></gmd:address><gmd:onlineResource><gmd:CI_OnlineResource><gmd:linkage><gmd:URL>https://www.gdi-sh.de/gdish/DE/AufgabenZiele/_documents/SHMIS.html</gmd:URL></gmd:linkage></gmd:CI_OnlineResource></gmd:onlineResource></gmd:CI_Contact></gmd:contactInfo><gmd:role><gmd:CI_RoleCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact">pointOfContact</gmd:CI_RoleCode></gmd:role></gmd:CI_ResponsibleParty></gmd:contact><gmd:dateStamp><gco:Date xmlns:gco="http://www.isotc211.org/2005/gco">2024-12-10</gco:Date></gmd:dateStamp><gmd:metadataStandardName><gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">ISO19119</gco:CharacterString></gmd:metadataStandardName><gmd:metadataStandardVersion><gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">2005/PDAM 1</gco:CharacterString></gmd:metadataStandardVersion><gmd:referenceSystemInfo><gmd:MD_ReferenceSystem><gmd:referenceSystemIdentifier><gmd:RS_Identifier><gmd:code><gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengis.net/def/crs/EPSG/0/25832">EPSG:25832</gmx:Anchor></gmd:code></gmd:RS_Identifier></gmd:referenceSystemIdentifier></gmd:MD_ReferenceSystem></gmd:referenceSystemInfo><gmd:referenceSystemInfo><gmd:MD_ReferenceSystem><gmd:referenceSystemIdentifier><gmd:RS_Identifier><gmd:code><gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengis.net/def/crs/EPSG/0/4258">EPSG:4258</gmx:Anchor></gmd:code></gmd:RS_Identifier></gmd:referenceSystemIdentifier></gmd:MD_ReferenceSystem></gmd:referenceSystemInfo><gmd:referenceSystemInfo><gmd:MD_ReferenceSystem><gmd:referenceSystemIdentifier><gmd:RS_Identifier><gmd:code><gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengis.net/def/crs/EPSG/0/4326">EPSG:4326</gmx:Anchor></gmd:code></gmd:RS_Identifier></gmd:referenceSystemIdentifier></gmd:MD_ReferenceSystem></gmd:referenceSystemInfo><gmd:referenceSystemInfo><gmd:MD_ReferenceSystem><gmd:referenceSystemIdentifier><gmd:RS_Identifier><gmd:code><gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengis.net/def/crs/EPSG/0/3034">EPSG:3034</gmx:Anchor></gmd:code></gmd:RS_Identifier></gmd:referenceSystemIdentifier></gmd:MD_ReferenceSystem></gmd:referenceSystemInfo><gmd:referenceSystemInfo><gmd:MD_ReferenceSystem><gmd:referenceSystemIdentifier><gmd:RS_Identifier><gmd:code><gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengis.net/def/crs/EPSG/0/3035">EPSG:3035</gmx:Anchor></gmd:code></gmd:RS_Identifier></gmd:referenceSystemIdentifier></gmd:MD_ReferenceSystem></gmd:referenceSystemInfo><gmd:referenceSystemInfo><gmd:MD_ReferenceSystem><gmd:referenceSystemIdentifier><gmd:RS_Identifier><gmd:code><gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengis.net/def/crs/EPSG/0/25833">EPSG:25833</gmx:Anchor></gmd:code></gmd:RS_Identifier></gmd:referenceSystemIdentifier></gmd:MD_ReferenceSystem></gmd:referenceSystemInfo><gmd:referenceSystemInfo><gmd:MD_ReferenceSystem><gmd:referenceSystemIdentifier><gmd:RS_Identifier><gmd:code><gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengis.net/def/crs/EPSG/0/3044">EPSG:3044</gmx:Anchor></gmd:code></gmd:RS_Identifier></gmd:referenceSystemIdentifier></gmd:MD_ReferenceSystem></gmd:referenceSystemInfo><gmd:referenceSystemInfo><gmd:MD_ReferenceSystem><gmd:referenceSystemIdentifier><gmd:RS_Identifier><gmd:code><gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengis.net/def/crs/EPSG/0/3045">EPSG:3045</gmx:Anchor></gmd:code></gmd:RS_Identifier></gmd:referenceSystemIdentifier></gmd:MD_ReferenceSystem></gmd:referenceSystemInfo><gmd:referenceSystemInfo><gmd:MD_ReferenceSystem><gmd:referenceSystemIdentifier><gmd:RS_Identifier><gmd:code><gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengis.net/def/crs/EPSG/0/3857">EPSG:3857</gmx:Anchor></gmd:code></gmd:RS_Identifier></gmd:referenceSystemIdentifier></gmd:MD_ReferenceSystem></gmd:referenceSystemInfo><gmd:referenceSystemInfo><gmd:MD_ReferenceSystem><gmd:referenceSystemIdentifier><gmd:RS_Identifier><gmd:code><gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengis.net/def/crs/EPSG/0/31467">EPSG:31467</gmx:Anchor></gmd:code></gmd:RS_Identifier></gmd:referenceSystemIdentifier></gmd:MD_ReferenceSystem></gmd:referenceSystemInfo><gmd:referenceSystemInfo><gmd:MD_ReferenceSystem><gmd:referenceSystemIdentifier><gmd:RS_Identifier><gmd:code><gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengis.net/def/crs/EPSG/0/31463">EPSG:31463</gmx:Anchor></gmd:code></gmd:RS_Identifier></gmd:referenceSystemIdentifier></gmd:MD_ReferenceSystem></gmd:referenceSystemInfo><gmd:referenceSystemInfo><gmd:MD_ReferenceSystem><gmd:referenceSystemIdentifier><gmd:RS_Identifier><gmd:code><gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengis.net/def/crs/EPSG/0/31468">EPSG:31468</gmx:Anchor></gmd:code></gmd:RS_Identifier></gmd:referenceSystemIdentifier></gmd:MD_ReferenceSystem></gmd:referenceSystemInfo><gmd:referenceSystemInfo><gmd:MD_ReferenceSystem><gmd:referenceSystemIdentifier><gmd:RS_Identifier><gmd:code><gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengis.net/def/crs/EPSG/0/31464">EPSG:31464</gmx:Anchor></gmd:code></gmd:RS_Identifier></gmd:referenceSystemIdentifier></gmd:MD_ReferenceSystem></gmd:referenceSystemInfo><gmd:identificationInfo xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:srv="http://www.isotc211.org/2005/srv"><srv:SV_ServiceIdentification><gmd:citation><gmd:CI_Citation><gmd:title><gco:CharacterString>INSPIRE WMS SH Existierende Bodennutzung ALKIS (Darstellungsdienst)</gco:CharacterString></gmd:title><gmd:alternateTitle><gco:CharacterString>SH_AIII_WMS_ELU_ALKIS</gco:CharacterString></gmd:alternateTitle><gmd:date><gmd:CI_Date><gmd:date><gco:Date>2023-04-14</gco:Date></gmd:date><gmd:dateType><CI_DateTypeCode xmlns="http://www.isotc211.org/2005/gmd" codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="creation"/></gmd:dateType></gmd:CI_Date></gmd:date><gmd:date><gmd:CI_Date><gmd:date><gco:Date>2023-04-14</gco:Date></gmd:date><gmd:dateType><CI_DateTypeCode xmlns="http://www.isotc211.org/2005/gmd" codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication"/></gmd:dateType></gmd:CI_Date></gmd:date><gmd:date><gmd:CI_Date><gmd:date><gco:Date>2024-04-15</gco:Date></gmd:date><gmd:dateType><CI_DateTypeCode xmlns="http://www.isotc211.org/2005/gmd" codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision"/></gmd:dateType></gmd:CI_Date></gmd:date><gmd:identifier><gmd:MD_Identifier><gmd:code><gco:CharacterString>https://registry.gdi-de.org/id/de.sh/64d6fe33-407e-438c-b11d-122cdb7ff63a</gco:CharacterString></gmd:code></gmd:MD_Identifier></gmd:identifier></gmd:CI_Citation></gmd:citation><gmd:abstract><gco:CharacterString>Dieser Dienst stellt für das INSPIRE-Thema Bodennutzung (Existierende Bodennutzung) aus ALKIS umgesetzte Daten bereit.</gco:CharacterString></gmd:abstract><gmd:pointOfContact><gmd:CI_ResponsibleParty><gmd:individualName><gco:CharacterString>Koordinierungsstelle GDI-SH</gco:CharacterString></gmd:individualName><gmd:organisationName><gco:CharacterString>Landesamt für Vermessung und Geoinformation Schleswig-Holstein</gco:CharacterString></gmd:organisationName><gmd:contactInfo><gmd:CI_Contact><gmd:address><gmd:CI_Address><gmd:deliveryPoint><gco:CharacterString>Mercatorstraße 1</gco:CharacterString></gmd:deliveryPoint><gmd:city><gco:CharacterString>Kiel</gco:CharacterString></gmd:city><gmd:administrativeArea><gco:CharacterString>Schleswig-Holstein</gco:CharacterString></gmd:administrativeArea><gmd:postalCode><gco:CharacterString>24106</gco:CharacterString></gmd:postalCode><gmd:country><gco:CharacterString>Deutschland</gco:CharacterString></gmd:country><gmd:electronicMailAddress><gco:CharacterString>GDI-SH@LVermGeo.landsh.de</gco:CharacterString></gmd:electronicMailAddress></gmd:CI_Address></gmd:address><gmd:onlineResource><gmd:CI_OnlineResource><gmd:linkage><gmd:URL>https://www.gdi-sh.de/gdish/DE/Organisation/_documents/Kst_GDISH.html</gmd:URL></gmd:linkage></gmd:CI_OnlineResource></gmd:onlineResource></gmd:CI_Contact></gmd:contactInfo><gmd:role><gmd:CI_RoleCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact">pointOfContact</gmd:CI_RoleCode></gmd:role></gmd:CI_ResponsibleParty></gmd:pointOfContact><gmd:resourceMaintenance><gmd:MD_MaintenanceInformation><gmd:maintenanceAndUpdateFrequency><MD_MaintenanceFrequencyCode xmlns="http://www.isotc211.org/2005/gmd" codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_MaintenanceFrequencyCode" codeListValue="asNeeded"/></gmd:maintenanceAndUpdateFrequency></gmd:MD_MaintenanceInformation></gmd:resourceMaintenance><gmd:descriptiveKeywords><gmd:MD_Keywords><gmd:keyword><gco:CharacterString>inspireidentifiziert</gco:CharacterString></gmd:keyword><gmd:keyword><gco:CharacterString>opendata</gco:CharacterString></gmd:keyword></gmd:MD_Keywords></gmd:descriptiveKeywords><gmd:descriptiveKeywords><gmd:MD_Keywords><gmd:keyword><gco:CharacterString>Schleswig-Holstein</gco:CharacterString></gmd:keyword><gmd:keyword><gco:CharacterString>SH</gco:CharacterString></gmd:keyword><gmd:type><MD_KeywordTypeCode xmlns="http://www.isotc211.org/2005/gmd" codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place"/></gmd:type></gmd:MD_Keywords></gmd:descriptiveKeywords><gmd:descriptiveKeywords><gmd:MD_Keywords><gmd:keyword><gco:CharacterString>Bodennutzung</gco:CharacterString></gmd:keyword><gmd:keyword><gco:CharacterString>Geobasisdaten</gco:CharacterString></gmd:keyword><gmd:keyword><gco:CharacterString>AdV</gco:CharacterString></gmd:keyword><gmd:keyword><gco:CharacterString>WMS</gco:CharacterString></gmd:keyword><gmd:keyword><gco:CharacterString>AdV-OWS-Basisprofil</gco:CharacterString></gmd:keyword><gmd:keyword><gco:CharacterString>AdV-WMS-Profil 5.0.0</gco:CharacterString></gmd:keyword><gmd:keyword><gco:CharacterString>AdV-INSPIRE-Produktspezifikation (Version 2.0.0)</gco:CharacterString></gmd:keyword><gmd:keyword><gco:CharacterString>INSPIRE_WMS_SH_Existierende_Bodennutzung_ALKIS</gco:CharacterString></gmd:keyword><gmd:keyword><gco:CharacterString>ALKIS</gco:CharacterString></gmd:keyword><gmd:keyword><gco:CharacterString>Amtliches Liegenschaftskatasterinformationssystem</gco:CharacterString></gmd:keyword><gmd:keyword><gco:CharacterString>infoMapAccessService</gco:CharacterString></gmd:keyword><gmd:thesaurusName><gmd:CI_Citation><gmd:title><gco:CharacterString>GEMET - INSPIRE themes, version 1.0</gco:CharacterString></gmd:title><gmd:date><gmd:CI_Date><gmd:date><gco:Date>2009-06-30</gco:Date></gmd:date><gmd:dateType><CI_DateTypeCode xmlns="http://www.isotc211.org/2005/gmd" codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication"/></gmd:dateType></gmd:CI_Date></gmd:date></gmd:CI_Citation></gmd:thesaurusName></gmd:MD_Keywords></gmd:descriptiveKeywords><gmd:descriptiveKeywords><gmd:MD_Keywords><gmd:keyword><gco:CharacterString>Georaum</gco:CharacterString></gmd:keyword><gmd:thesaurusName><gmd:CI_Citation><gmd:title><gco:CharacterString>High-value dataset categories</gco:CharacterString></gmd:title><gmd:date><gmd:CI_Date><gmd:date><gco:Date>2023-09-27</gco:Date></gmd:date><gmd:dateType><CI_DateTypeCode xmlns="http://www.isotc211.org/2005/gmd" codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication"/></gmd:dateType></gmd:CI_Date></gmd:date></gmd:CI_Citation></gmd:thesaurusName></gmd:MD_Keywords></gmd:descriptiveKeywords><gmd:resourceConstraints xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink"><gmd:MD_LegalConstraints><gmd:accessConstraints><MD_RestrictionCode xmlns="http://www.isotc211.org/2005/gmd" codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode" codeListValue="otherRestrictions"/></gmd:accessConstraints><gmd:otherConstraints><gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/noLimitations">Es gelten keine Zugriffsbeschränkungen</gmx:Anchor></gmd:otherConstraints></gmd:MD_LegalConstraints></gmd:resourceConstraints><gmd:resourceConstraints xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink"><gmd:MD_LegalConstraints><gmd:useConstraints><MD_RestrictionCode xmlns="http://www.isotc211.org/2005/gmd" codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode" codeListValue="otherRestrictions"/></gmd:useConstraints><gmd:otherConstraints><gco:CharacterString>Für die Nutzung der Daten ist die Creative Commons (CC BY 4.0) – Namensnennung 4.0 International anzuwenden. Die Lizenz ist über http://creativecommons.org/licenses/by/4.0 abrufbar. Der Quellenvermerk lautet "© GeoBasis-DE/LVermGeo SH/CC BY 4.0"</gco:CharacterString></gmd:otherConstraints><gmd:otherConstraints><gco:CharacterString>{"id":"cc-by/4.0","name":"Creative Commons Namensnennung – 4.0 International (CC BY 4.0)","url":"http://creativecommons.org/licenses/by/4.0/","quelle":"© GeoBasis-DE/LVermGeo SH/CC BY 4.0"}</gco:CharacterString></gmd:otherConstraints></gmd:MD_LegalConstraints></gmd:resourceConstraints><srv:serviceType><gco:LocalName codeSpace="http://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType">view</gco:LocalName></srv:serviceType><srv:serviceTypeVersion><gco:CharacterString>OGC:WMS 1.3.0</gco:CharacterString></srv:serviceTypeVersion><srv:serviceTypeVersion><gco:CharacterString>OGC:WMS 1.1.1</gco:CharacterString></srv:serviceTypeVersion><extent xmlns="http://www.isotc211.org/2005/srv"><gmd:EX_Extent><gmd:geographicElement><gmd:EX_GeographicBoundingBox><gmd:extentTypeCode><gco:Boolean>true</gco:Boolean></gmd:extentTypeCode><gmd:westBoundLongitude><gco:Decimal>7.87</gco:Decimal></gmd:westBoundLongitude><gmd:eastBoundLongitude><gco:Decimal>11.32</gco:Decimal></gmd:eastBoundLongitude><gmd:southBoundLatitude><gco:Decimal>53.37</gco:Decimal></gmd:southBoundLatitude><gmd:northBoundLatitude><gco:Decimal>55.06</gco:Decimal></gmd:northBoundLatitude></gmd:EX_GeographicBoundingBox></gmd:geographicElement></gmd:EX_Extent></extent><srv:extent><gmd:EX_Extent><gmd:geographicElement><gmd:EX_GeographicDescription><gmd:geographicIdentifier><gmd:MD_Identifier><gmd:code><gco:CharacterString>01</gco:CharacterString></gmd:code></gmd:MD_Identifier></gmd:geographicIdentifier></gmd:EX_GeographicDescription></gmd:geographicElement></gmd:EX_Extent></srv:extent><srv:couplingType><SV_CouplingType xmlns="http://www.isotc211.org/2005/srv" codeList="tight" codeListValue="tight"/></srv:couplingType><srv:containsOperations><srv:SV_OperationMetadata><srv:operationName><gco:CharacterString>GetCapabilities</gco:CharacterString></srv:operationName><srv:DCP><DCPList xmlns="http://www.isotc211.org/2005/srv" codeList="WebService" codeListValue="HTTPGet"/></srv:DCP><srv:connectPoint><gmd:CI_OnlineResource><gmd:linkage><gmd:URL>https://service.gdi-sh.de/SH_INSPIREVIEW_AIII_ELU?service=WMS&amp;version=1.3.0&amp;request=GetCapabilities</gmd:URL></gmd:linkage></gmd:CI_OnlineResource></srv:connectPoint></srv:SV_OperationMetadata></srv:containsOperations><srv:containsOperations><srv:SV_OperationMetadata><srv:operationName><gco:CharacterString>GetMap</gco:CharacterString></srv:operationName><srv:DCP><DCPList xmlns="http://www.isotc211.org/2005/srv" codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#DCPList" codeListValue="HTTPGet"/></srv:DCP><srv:connectPoint><gmd:CI_OnlineResource><gmd:linkage><gmd:URL>https://service.gdi-sh.de/SH_INSPIREVIEW_AIII_ELU?</gmd:URL></gmd:linkage></gmd:CI_OnlineResource></srv:connectPoint></srv:SV_OperationMetadata></srv:containsOperations><srv:operatesOn xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://registry.gdi-de.org/id/de.sh/f5626e31-7674-446b-be64-af93d494cd0b"/></srv:SV_ServiceIdentification></gmd:identificationInfo><gmd:distributionInfo xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:srv="http://www.isotc211.org/2005/srv"><gmd:MD_Distribution><gmd:distributionFormat><gmd:MD_Format><gmd:name><gco:CharacterString>PNG</gco:CharacterString></gmd:name><gmd:version><gco:CharacterString>-</gco:CharacterString></gmd:version></gmd:MD_Format></gmd:distributionFormat><gmd:distributionFormat><gmd:MD_Format><gmd:name><gco:CharacterString>JPEG</gco:CharacterString></gmd:name><gmd:version><gco:CharacterString>-</gco:CharacterString></gmd:version></gmd:MD_Format></gmd:distributionFormat><gmd:distributionFormat><gmd:MD_Format><gmd:name><gco:CharacterString>GIF</gco:CharacterString></gmd:name><gmd:version><gco:CharacterString>-</gco:CharacterString></gmd:version></gmd:MD_Format></gmd:distributionFormat><gmd:distributor><gmd:MD_Distributor><gmd:distributorContact><gmd:CI_ResponsibleParty><gmd:individualName><gco:CharacterString>Koordinierungsstelle GDI-SH</gco:CharacterString></gmd:individualName><gmd:organisationName><gco:CharacterString>Landesamt für Vermessung und Geoinformation Schleswig-Holstein</gco:CharacterString></gmd:organisationName><gmd:contactInfo><gmd:CI_Contact><gmd:phone><gmd:CI_Telephone><gmd:voice><gco:CharacterString>+49 431 383 2019</gco:CharacterString></gmd:voice><gmd:facsimile><gco:CharacterString>+49 431 383 2099</gco:CharacterString></gmd:facsimile></gmd:CI_Telephone></gmd:phone><gmd:address><gmd:CI_Address><gmd:deliveryPoint><gco:CharacterString>Mercatorstraße 1</gco:CharacterString></gmd:deliveryPoint><gmd:city><gco:CharacterString>Kiel</gco:CharacterString></gmd:city><gmd:administrativeArea><gco:CharacterString>Schleswig-Holstein</gco:CharacterString></gmd:administrativeArea><gmd:postalCode><gco:CharacterString>24106</gco:CharacterString></gmd:postalCode><gmd:country><gco:CharacterString>Deutschland</gco:CharacterString></gmd:country><gmd:electronicMailAddress><gco:CharacterString>GDI-SH@LVermGeo.landsh.de</gco:CharacterString></gmd:electronicMailAddress></gmd:CI_Address></gmd:address></gmd:CI_Contact></gmd:contactInfo><gmd:role><gmd:CI_RoleCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact">pointOfContact</gmd:CI_RoleCode></gmd:role></gmd:CI_ResponsibleParty></gmd:distributorContact></gmd:MD_Distributor></gmd:distributor><gmd:transferOptions><gmd:MD_DigitalTransferOptions><gmd:onLine><gmd:CI_OnlineResource><gmd:linkage><gmd:URL>http://www.lvermgeosh.schleswig-holstein.de</gmd:URL></gmd:linkage><gmd:function><CI_OnLineFunctionCode xmlns="http://www.isotc211.org/2005/gmd" codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="information"/></gmd:function></gmd:CI_OnlineResource></gmd:onLine></gmd:MD_DigitalTransferOptions></gmd:transferOptions><gmd:transferOptions><gmd:MD_DigitalTransferOptions><gmd:onLine><gmd:CI_OnlineResource><gmd:linkage><gmd:URL>https://service.gdi-sh.de/SH_INSPIREVIEW_AIII_ELU?service=WMS&amp;version=1.3.0&amp;request=GetCapabilities</gmd:URL></gmd:linkage><gmd:function><CI_OnLineFunctionCode xmlns="http://www.isotc211.org/2005/gmd" codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="information"/></gmd:function></gmd:CI_OnlineResource></gmd:onLine></gmd:MD_DigitalTransferOptions></gmd:transferOptions></gmd:MD_Distribution></gmd:distributionInfo><gmd:dataQualityInfo><gmd:DQ_DataQuality><gmd:scope><gmd:DQ_Scope><gmd:level><MD_ScopeCode xmlns="http://www.isotc211.org/2005/gmd" codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_ScopeCode" codeListValue="service"/></gmd:level><gmd:levelDescription><gmd:MD_ScopeDescription><gmd:other><gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">INSPIRE Existierende Bodennutzung (AIII_ELU, Schleswig-Holstein, WMS)</gco:CharacterString></gmd:other></gmd:MD_ScopeDescription></gmd:levelDescription></gmd:DQ_Scope></gmd:scope><gmd:report><gmd:DQ_DomainConsistency><gmd:result><gmd:DQ_ConformanceResult><gmd:specification><gmd:CI_Citation><gmd:title><gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://inspire.ec.europa.eu/file/1521/download?token=rC4oOlLA">INSPIRE Data Specification on Land Use - Technical Guidelines</gmx:Anchor></gmd:title><gmd:date><gmd:CI_Date><gmd:date><gco:Date xmlns:gco="http://www.isotc211.org/2005/gco">2013-12-10</gco:Date></gmd:date><gmd:dateType><CI_DateTypeCode xmlns="http://www.isotc211.org/2005/gmd" codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication"/></gmd:dateType></gmd:CI_Date></gmd:date></gmd:CI_Citation></gmd:specification><gmd:explanation><gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">INSPIRE Annex-Thema "Bodennutzung"</gco:CharacterString></gmd:explanation><gmd:pass><gco:Boolean xmlns:gco="http://www.isotc211.org/2005/gco">true</gco:Boolean></gmd:pass></gmd:DQ_ConformanceResult></gmd:result></gmd:DQ_DomainConsistency></gmd:report><gmd:report><gmd:DQ_DomainConsistency><gmd:result><gmd:DQ_ConformanceResult><gmd:specification><gmd:CI_Citation><gmd:title><gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://data.europa.eu/eli/reg/2010/1089">VERORDNUNG (EG) Nr. 1089/2010 DER KOMMISSION vom 23. November 2010 zur Durchführung der Richtlinie 2007/2/EG des Europäischen Parlaments und des Rates hinsichtlich der Interoperabilität von Geodatensätzen und -diensten</gmx:Anchor></gmd:title><gmd:date><gmd:CI_Date><gmd:date><gco:Date xmlns:gco="http://www.isotc211.org/2005/gco">2010-12-08</gco:Date></gmd:date><gmd:dateType><CI_DateTypeCode xmlns="http://www.isotc211.org/2005/gmd" codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication"/></gmd:dateType></gmd:CI_Date></gmd:date></gmd:CI_Citation></gmd:specification><gmd:explanation><gco:CharacterString xmlns:gco="http://www.isotc211.org/2005/gco">INSPIRE Geodatensätze und -dienste</gco:CharacterString></gmd:explanation><gmd:pass><gco:Boolean xmlns:gco="http://www.isotc211.org/2005/gco">true</gco:Boolean></gmd:pass></gmd:DQ_ConformanceResult></gmd:result></gmd:DQ_DomainConsistency></gmd:report><gmd:report><gmd:DQ_DomainConsistency><gmd:result><gmd:DQ_ConformanceResult><gmd:specification><gmd:CI_Citation><gmd:title><gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://data.europa.eu/eli/reg/2009/976">VERORDNUNG (EG) Nr. 976/2009 DER KOMMISSION vom 19. Oktober 2009 zur Durchführung der Richtlinie 2007/2/EG des Europäischen Parlaments und des Rates hinsichtlich der Netzdienste</gmx:Anchor></gmd:title><gmd:date><gmd:CI_Date><gmd:date><gco:Date xmlns:gco="http://www.isotc211.org/2005/gco">2009-10-20</gco:Date></gmd:date><gmd:dateType><CI_DateTypeCode xmlns="http://www.isotc211.org/2005/gmd" codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication"/></gmd:dateType></gmd:CI_Date></gmd:date></gmd:CI_Citation></gmd:specification><gmd:explanation xmlns:gco="http://www.isotc211.org/2005/gco" gco:nilReason="missing"/><gmd:pass><gco:Boolean xmlns:gco="http://www.isotc211.org/2005/gco">true</gco:Boolean></gmd:pass></gmd:DQ_ConformanceResult></gmd:result></gmd:DQ_DomainConsistency></gmd:report></gmd:DQ_DataQuality></gmd:dataQualityInfo></gmd:MD_Metadata>