Skip to content

Instantly share code, notes, and snippets.

@arbakker
Last active September 27, 2019 11:01
Show Gist options
  • Save arbakker/6e98ea1fcd76ac7ebe4aa8efe74c3bf7 to your computer and use it in GitHub Desktop.
Save arbakker/6e98ea1fcd76ac7ebe4aa8efe74c3bf7 to your computer and use it in GitHub Desktop.
Voorbeeld NL profiel op ISO19119 versie 2.0 (geannoteerd met links naar spec)
<?xml version="1.0" encoding="UTF-8"?>
<gmd:MD_Metadata
xmlns:srv="http://www.isotc211.org/2005/srv"
xmlns:gml="http://www.opengis.net/gml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:csw="http://www.opengis.net/cat/csw/2.0.2"
xmlns:gmd="http://www.isotc211.org/2005/gmd"
xmlns:gmx="http://www.isotc211.org/2005/gmx"
xmlns:gts="http://www.isotc211.org/2005/gts"
xmlns:gco="http://www.isotc211.org/2005/gco"
xmlns:xlink="http://www.w3.org/1999/xlink"
xsi:schemaLocation="http://www.isotc211.org/2005/gmd
http://schemas.opengis.net/csw/2.0.2/profiles/apiso/1.0.0/apiso.xsd">
<!-- Voorbeeld document voor Metadata voor services -->
<gmd:fileIdentifier>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#metadata-unieke-identifier -->
<!-- Unieke identifier van dit metadata voor services document -->
<!-- Voorbeeld: 5dd8ac05-a616-4848-9f93-be216c5a96c6 -->
<gco:CharacterString>5dd8ac05-a616-4848-9f93-be216c5a96c6</gco:CharacterString>
</gmd:fileIdentifier>
<gmd:language>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#taal-van-de-metadata -->
<!-- Codering van de metadata taal in 3 letterige ISO 639-2 code -->
<!-- attribuut codeList bevat de verwijzing naar de ISO 639-2 online codelijst -->
<!-- attribuut codeListValue bevat de 3 letter ISO 639-2 code voor de taal -->
<!-- het label van het element LanguageCode bevat de uitgeschreven waarde in de taal die wordt aangegeven door de codeListValue -->
<gmd:LanguageCode codeList="http://www.loc.gov/standards/iso639-2/" codeListValue="dut">Nederlands</gmd:LanguageCode>
</gmd:language>
<gmd:characterSet>
<!--- https://docs.geostandaarden.nl/md/mdprofiel-iso19115/#x5-2-8-karakterset-van-de-bron -->
<gmd:MD_CharacterSetCode
codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_CharacterSetCode"
codeListValue="utf8"/>
</gmd:characterSet>
<gmd:hierarchyLevel>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#hiërarchieniveau -->
<!-- Vaste waarde voor INSPIRE services is "service" -->
<gmd:MD_ScopeCode
codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_ScopeCode"
codeListValue="service"/>
</gmd:hierarchyLevel>
<gmd:hierarchyLevelName>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#hiërarchieniveaunaam -->
<gco:CharacterString>Naam van het niveau waar deze metadata betrekking op heeft, bv service</gco:CharacterString>
</gmd:hierarchyLevelName>
<gmd:contact>
<gmd:CI_ResponsibleParty>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#verantwoordelijke-organisatie-metadata -->
<!-- Organisatie die verantwoordelijk is voor de metadata van de service. Komt logischerwijs overeen met -->
<!-- element WMS_Capabilities/Capability/inspire_vs:ExtendedCapabilities/inspire_common:MetadataPointOfContact -->
<gmd:organisationName>
<gmx:Anchor xlink:href="https://www.organisatie.nl/nl/over-organisatie/organisatie">Organisatie naam</gmx:Anchor></gmd:organisationName>
<gmd:contactInfo>
<gmd:CI_Contact>
<gmd:address>
<gmd:CI_Address>
<gmd:electronicMailAddress>
<gco:CharacterString>[email protected]</gco:CharacterString>
</gmd:electronicMailAddress>
</gmd:CI_Address>
</gmd:address>
</gmd:CI_Contact>
</gmd:contactInfo>
<gmd:role>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#verantwoordelijke-organisatie-metadata:-rol -->
<!-- Voor INSPIRE vaste waarde pointOfContact -->
<gmd:CI_RoleCode
codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_RoleCode"
codeListValue="pointOfContact"/>
</gmd:role>
</gmd:CI_ResponsibleParty>
</gmd:contact>
<gmd:dateStamp>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#metadatadatum -->
<!-- Datum waarop de metadata is aangemaakt -->
<gco:Date>2018-05-01</gco:Date>
</gmd:dateStamp>
<gmd:metadataStandardName>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#metadata-standaard-naam -->
<gco:CharacterString>ISO 19119</gco:CharacterString>
</gmd:metadataStandardName>
<gmd:metadataStandardVersion>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#metadatastandaard-versie -->
<gco:CharacterString>Nederlands metadata profiel op ISO 19119 voor services 2.0</gco:CharacterString>
</gmd:metadataStandardVersion>
<gmd:identificationInfo>
<srv:SV_ServiceIdentification>
<gmd:citation>
<gmd:CI_Citation>
<gmd:title>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#titel-van-de-bron -->
<!-- Dit element moet overeen komen met element WMS_Capabilities/Service/Title in het Capabilities bestand-->
<gco:CharacterString>Naam van de service (*)</gco:CharacterString>
</gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#datum-van-de-bron -->
<!-- Datum waarop de service is aangemaakt -->
<gco:Date>2019-05-01</gco:Date>
</gmd:date>
<gmd:dateType>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#datum-type-van-de-bron -->
<gmd:CI_DateTypeCode
codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
codeListValue="creation"/>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:citation>
<gmd:abstract>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#samenvatting -->
<!-- Dit element moet overeenkomen met het element WMS_Capabilities/Service/Abstract in het Capabilities bestand-->
<gco:CharacterString>Samenvatting (*)</gco:CharacterString>
</gmd:abstract>
<gmd:pointOfContact>
<gmd:CI_ResponsibleParty>
<!-- De organisatie die verantwoordelijk is voor de service -->
<gmd:organisationName>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#verantwoordelijke-organisatie-bron -->
<!-- Dit element moet overeenkomen met het element WMS_Capabilities/Service/ContactInformation/ContactPersonPrimary/ContactOrganisation in het Capabilities bestand-->
<gco:CharacterString>Naam organisatie verantwoordelijk voor de service (*)</gco:CharacterString>
</gmd:organisationName>
<gmd:contactInfo>
<gmd:CI_Contact>
<gmd:address>
<gmd:CI_Address>
<gmd:electronicMailAddress>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#verantwoordelijke-organisatie-bron-email -->
<!-- Dit element moet overeenkomen met het element WMS_Capabilities/Service/ContactInformation/ContactElectronicMailAddress in het Capabilities bestand-->
<gco:CharacterString>[email protected]</gco:CharacterString>
</gmd:electronicMailAddress>
</gmd:CI_Address>
</gmd:address>
</gmd:CI_Contact>
</gmd:contactInfo>
<gmd:role>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#verantwoordelijke-organisatie-bron:-rol -->
<gmd:CI_RoleCode
codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_RoleCode"
codeListValue="author"/>
</gmd:role>
</gmd:CI_ResponsibleParty>
</gmd:pointOfContact>
<gmd:descriptiveKeywords>
<!-- De descriptive keywords komen logischerwijs overeen met de elementen onder WMS_Capabilities/Services/KeywordList-->
<!-- en de elementen WMS_Capabilities/Capability/inspire_vs:ExtendedCapabilities/inspire_common:MandatoryKeyword en -->
<!-- WMS_Capabilities/Capability/inspire_vs:ExtendedCapabilities/inspire_common:Keyword uit het Capabilities bestand -->
<gmd:MD_Keywords>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#trefwoord -->
<!-- Voor INSPIRE Minimaal 1 van de verplichte keywords uit metadata IR Deel 4 -->
<gmd:keyword>
<!-- Moet overeenkomen met element WMS_Capabilities/Capability/inspire_vs:ExtendedCapabilities/inspire_common:MandatoryKeyword in het Capabilities bestand-->
<!-- infoMapAccessService is het keyword voor een INSPIRE WMS -->
<gco:CharacterString>infoMapAccessService</gco:CharacterString>
</gmd:keyword>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<!-- Voorbeeld van een keyword afkomstig uit een Thesaurus -->
<gmd:keyword>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#trefwoord -->
<!-- Moet overeenkomen met element WMS_Capabilities/Capability/inspire_vs:ExtendedCapability/inspire_common:Keyword in het Capabilities bestand-->
<!-- waarin het INSPIRE thema zoals gedefinieerd in de GEMET Thesaurus is opgenomen-->
<!-- Naam van het INSPIRE thema zoals gedefinieerd in de GEMET Thesaurus en geschreven in de taal van dit metadata document -->
<gmx:Anchor
xlink:href="http://www.eionet.europa.eu/gemet/nl/inspire-theme/ps">Beschermde gebieden</gmx:Anchor>
</gmd:keyword>
<gmd:thesaurusName>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#thesaurus -->
<!-- De GEMET Thesaurus waarin het INSPIRE thema is gedefinieerd -->
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="http://www.eionet.europa.eu/gemet/nl/inspire-themes/">GEMET - INSPIRE themes, version 1.0</gmx:Anchor>
</gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#thesaurusdatum -->
<gco:Date>2008-06-01</gco:Date>
</gmd:date>
<gmd:dateType>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#thesaurusdatum-type -->
<gmd:CI_DateTypeCode
codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode"
codeListValue="publication"
>publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:resourceConstraints>
<gmd:MD_Constraints>
<gmd:useLimitation>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#gebruiksbeperkingen -->
<!--Toepassingen waarvoor de service niet geschikt is. -->
<gco:CharacterString>Gebruiksbeperkingen (*) Toepassingen waarvoor de service niet geschikt is, bv niet geschikt voor navigatie</gco:CharacterString>
</gmd:useLimitation>
</gmd:MD_Constraints>
</gmd:resourceConstraints>
<gmd:resourceConstraints>
<gmd:MD_LegalConstraints>
<!-- Moet overeenkomen met element WMS_Capabilities/Service/AccessConstraints in het Capabilities bestand -->
<!-- Als er geen gebruiksrestricties zijn: otherRestrictions bij element MD_RestrictionCode en verwijzing naar Public Domain verklaring of CC0 bij otherConstraints -->
<!-- Anders een andere Creative commons licentie, als dat niet volstaat een geogedeeld licentie aanmaken en bij otherConstraints de verwijzing naar die licentie opnemen. -->
<!-- Voor INSPIRE daarnaast een code uit de codelijst ConditionsApplyingToAccessAndUse opnemen in een tweede otherConstraints element binnen hetzelfde MD_LegalConstraints element -->
<gmd:accessConstraints>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#juridische-toegangsrestricties -->
<gmd:MD_RestrictionCode codeListValue="otherRestrictions" codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode"/>
</gmd:accessConstraints>
<gmd:otherConstraints>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#overige-beperkingen -->
<gmx:Anchor xlink:href="https://creativecommons.org/publicdomain/mark/1.0/deed.nl">Geen beperkingen</gmx:Anchor>
</gmd:otherConstraints>
<gmd:otherConstraints>
<gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/ConditionsApplyingToAccessAndUse/noConditionsApply">Geen beperkingen</gmx:Anchor>
</gmd:otherConstraints>
</gmd:MD_LegalConstraints>
</gmd:resourceConstraints>
<gmd:resourceConstraints>
<gmd:MD_LegalConstraints>
<!-- Voor INSPIRE daarnaast een code uit de codelijst LimitationsOnPublicAccess opnemen in een tweede MD_LegalConstraints element -->
<gmd:accessConstraints>
<gmd:MD_RestrictionCode codeListValue="otherRestrictions" codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode"/>
</gmd:accessConstraints>
<gmd:otherConstraints>
<gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/noLimitations">Geen beperkingen</gmx:Anchor>
</gmd:otherConstraints>
</gmd:MD_LegalConstraints>
</gmd:resourceConstraints>
<srv:serviceType>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#service-type -->
<!-- Moet overeenkomen met element WMS_Capabilities/Capability/inspire_vs:ExtendedCapabilities/inspire_common:SpatialDataServiceType -->
<!-- Vaste waarde "view" -->
<gco:LocalName>view</gco:LocalName>
</srv:serviceType>
<srv:extent>
<gmd:EX_Extent>
<gmd:geographicElement>
<gmd:EX_GeographicBoundingBox>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#omgrenzende-rechthoek -->
<!-- Moet overeenkomen met element WMS_Capabilities/Capability/Layer/Ex_GeographicBoundingBox in het Capabilities bestand -->
<gmd:westBoundLongitude>
<gco:Decimal>2.99</gco:Decimal>
</gmd:westBoundLongitude>
<gmd:eastBoundLongitude>
<gco:Decimal>7.63</gco:Decimal>
</gmd:eastBoundLongitude>
<gmd:southBoundLatitude>
<gco:Decimal>50.51</gco:Decimal>
</gmd:southBoundLatitude>
<gmd:northBoundLatitude>
<gco:Decimal>53.79</gco:Decimal>
</gmd:northBoundLatitude>
</gmd:EX_GeographicBoundingBox>
</gmd:geographicElement>
</gmd:EX_Extent>
</srv:extent>
<srv:couplingType>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#koppel-type -->
<!-- Vaste waarde "tight" voor een View of download service-->
<srv:SV_CouplingType
codeList="http://www.isotc211.org/2005/iso19119/resources/Codelist/gmxCodelists.xml#SV_CouplingType"
codeListValue="tight"/>
</srv:couplingType>
<srv:containsOperations>
<!-- Beschrijft minimaal 1 operatie van de service, voor de hand ligt GetCapabilities -->
<!-- Nederlands WMS en WFS Profiel legt ook alle andere (GetMap, GetFeatureInfo, GetLegendURL, etc.) operaties vast -->
<!-- Deze zijn makkelijk te genereren vanuit de Capabilities, maar bij handmatige invoer van een metadata -->
<!-- voor services document zou je kunnen volstaan met alleen de beschrijving van GetCapabilities -->
<srv:SV_OperationMetadata>
<srv:operationName>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#operatie-naam -->
<!-- Name van de operatie, bv GetCapabilities -->
<gco:CharacterString>Naam van de operatie, bv GetCapabilities</gco:CharacterString>
</srv:operationName>
<srv:DCP>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#DCP -->
<srv:DCPList
codeList="http://www.isotc211.org/2005/iso19119/resources/Codelist/gmxCodelists.xml#DCPList"
codeListValue="WebServices"/>
</srv:DCP>
<srv:connectPoint>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#connectie-url -->
<!-- het accessPoint van de service, waarin de operaties en endpoints zijn opgenomen. -->
<!-- Bij OGC services is dat de URL naar het capabilities document-->
<gmd:CI_OnlineResource>
<gmd:linkage>
<gmd:URL>http://www.url_naar_de_capabilities_van_de_service</gmd:URL>
</gmd:linkage>
</gmd:CI_OnlineResource>
</srv:connectPoint>
<!-- Conditioneel (INSPIRE)-->
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#parameter-naam -->
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#parameter-optionaliteit -->
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#parameter-herhaalbaarheid -->
</srv:SV_OperationMetadata>
</srv:containsOperations>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#gekoppelde-bron -->
<!-- Het attribuut xlink:href moet een URI bevatten naar het MD_DataIdentification deel in de XML van het metadata record van de dataset-->
<srv:operatesOn xlink:href="http://nationaalgeoregister.nl/geonetwork/srv/dut/inspire?SERVICE=CSW&amp;version=2.0.2&amp;REQUEST=GetRecordById&amp;ID=4e2ef670-cddd-11dd-ad8b-0800200c9a66&amp;OUTPUTSCHEMA=http://www.isotc211.org/2005/gmd&amp;ELEMENTSETNAME=full#MD_DataIdentification"/>
</srv:SV_ServiceIdentification>
</gmd:identificationInfo>
<gmd:distributionInfo>
<gmd:MD_Distribution>
<gmd:transferOptions>
<gmd:MD_DigitalTransferOptions>
<gmd:onLine>
<gmd:CI_OnlineResource>
<gmd:linkage>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#url -->
<!-- Verwijzing naar het Capabilities document van de service-->
<gmd:URL>http://www.url_naar_de_capabilities_van_de_service</gmd:URL>
</gmd:linkage>
<gmd:protocol>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#protocol -->
<gmx:Anchor xlink:href="http://www.opengeospatial.org/standards/wms">OGC:WMS</gmx:Anchor>
</gmd:protocol>
<gmd:description>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#omschrijving -->
<gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/OnLineDescriptionCode/accessPoint">accessPoint</gmx:Anchor>
</gmd:description>
</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>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#niveau-kwaliteitsbeschrijving -->
<gmd:MD_ScopeCode
codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_ScopeCode"
codeListValue="service"/>
</gmd:level>
<gmd:levelDescription>
<gmd:MD_ScopeDescription>
<gmd:other>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#niveau-kwaliteitsbeschrijving-naam -->
<gco:CharacterString>Naam van het niveau waarop de kwaliteitsinformatie betrekking heeft, bv service</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>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#specificatie -->
<gmx:Anchor
xlink:href="https://eur-lex.europa.eu/eli/reg/2009/976">VERORDENING (EG) Nr. 976/2009 VAN DE COMMISSIE van 19 oktober 2009 tot uitvoering van Richtlijn 2007/2/EG van het Europees Parlement en de Raad wat betreft de netwerkdiensten</gmx:Anchor>
</gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#specificatiedatum -->
<gco:Date>2009-10-19</gco:Date>
</gmd:date>
<gmd:dateType>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#specificatiedatum-type -->
<gmd:CI_DateTypeCode 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>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#verklaring -->
<gco:CharacterString>Nadere uitleg bij het al dan niet volledig voldoen aan de specificatie</gco:CharacterString>
</gmd:explanation>
<gmd:pass>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#conformiteit-indicatie-met-de-specificatie -->
<gco:Boolean>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>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#specificatie -->
<gmx:Anchor
xlink:href="http://inspire.ec.europa.eu/documents/technical-guidance-implementation-inspire-view-services-1">Technical Guidance for the implementation of INSPIRE View Services</gmx:Anchor>
</gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#specificatiedatum -->
<gco:Date>2013-04-04</gco:Date>
</gmd:date>
<gmd:dateType>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#specificatiedatum-type -->
<gmd:CI_DateTypeCode
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>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#verklaring -->
<gco:CharacterString>Nadere uitleg bij het al dan niet volledig voldoen aan de specificatie</gco:CharacterString>
</gmd:explanation>
<gmd:pass>
<!-- https://docs.geostandaarden.nl/md/mdprofiel-iso19119/#conformiteit-indicatie-met-de-specificatie -->
<gco:Boolean>true</gco:Boolean>
</gmd:pass>
</gmd:DQ_ConformanceResult>
</gmd:result>
</gmd:DQ_DomainConsistency>
</gmd:report>
</gmd:DQ_DataQuality>
</gmd:dataQualityInfo>
</gmd:MD_Metadata>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment