We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue, @pvgenuchten .
Actually, this problem should have been fixed by PR #23 .
Could you please check if, by using the current version of the XSLT, you still get the same validation error?
Sorry, something went wrong.
@pvgenuchten , is this problem now solved? Can we close this issue?
No branches or pull requests
I had challenges validating dct:spatial in a dcat validator, for me below xml worked:
The text was updated successfully, but these errors were encountered: