belgif / inspire-dcat

INSPIRE - DCAT-AP mapping
Creative Commons Zero v1.0 Universal
2 stars 3 forks source link

dcat:DataService/dcat:enpointURL & dcat:DataService/dcat:endpointDescription #10

Closed CMath04 closed 2 years ago

CMath04 commented 2 years ago

In the current implementation of the XSL:

  <gmd:distributionInfo>
      <gmd:MD_Distribution>
         <gmd:transferOptions>
            <gmd:MD_DigitalTransferOptions>
               <gmd:onLine>
                  <gmd:CI_OnlineResource>
                     <gmd:linkage>
                        <gmd:URL>https://wms.ngi.be/inspire23/utility/wms?service=wms&amp;version=1.3.0&amp;request=GetCapabilities</gmd:URL>
                     </gmd:linkage>
                     <gmd:protocol>
                        <gco:CharacterString>OGC:WMS</gco:CharacterString>
                     </gmd:protocol>
                     <!-- ... -->
                  </gmd:CI_OnlineResource>
               </gmd:onLine>
            </gmd:MD_DigitalTransferOptions>
         </gmd:transferOptions>
      </gmd:MD_Distribution>
  </gmd:distributionInfo>

Mapped to;

<dcat:endpointURL rdf:resource="https://wms.ngi.be/inspire23/utility/wms"/>
<dcat:endpointDescription rdf:resource="https://wms.ngi.be/inspire23/utility/wms?service=wms&amp;version=1.3.0&amp;request=GetCapabilities"/>

Should we stick with this implementation or this is need to be changed ?

celinevil commented 2 years ago

Yes. We keep the original implementation. So, in this case dcat:endpointURL should have that https://wms.ngi.be/inspire23/utility/wms?service=wms&amp;version=1.3.0&amp;request=GetCapabilities.