SEMICeu / iso-19139-to-dcat-ap

Reference XSLT-based implementation of GeoDCAT-AP
European Union Public License 1.2
15 stars 9 forks source link

dct:spatial should have dct:Location content #27

Closed pvgenuchten closed 3 years ago

pvgenuchten commented 3 years ago

I had challenges validating dct:spatial in a dcat validator, for me below xml worked:

<dct:spatial>
         <dct:Location rdf:about="https://example.com/7273cd98-5af0-45e5-b31a-8b8ac3a5875d#spatial">
            <dcat:bbox rdf:datatype="http://www.opengis.net/ont/geosparql#wktLiteral"><![CDATA[POLYGON((14.52 69.06,24.00 69.06,24.00 65.29,14.52 65.29,14.52 69.06))]]></dcat:bbox>
         </dct:Location>
      </dct:spatial>
andrea-perego commented 3 years ago

Thanks for reporting this issue, @pvgenuchten .

Actually, this problem should have been fixed by PR https://github.com/SEMICeu/iso-19139-to-dcat-ap/pull/23 .

Could you please check if, by using the current version of the XSLT, you still get the same validation error?

andrea-perego commented 3 years ago

@pvgenuchten , is this problem now solved? Can we close this issue?