Skip to content
New issue

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

dct:spatial should have dct:Location content #27

Closed
pvgenuchten opened this issue Jan 27, 2021 · 2 comments
Closed

dct:spatial should have dct:Location content #27

pvgenuchten opened this issue Jan 27, 2021 · 2 comments

Comments

@pvgenuchten
Copy link

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
Copy link
Collaborator

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?

@andrea-perego
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants