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

21. Geolocation Tag - Appl.Profile Overviewer, Literature Repo.: example and question #10

Open
ACz-UniBi opened this issue Oct 19, 2018 · 2 comments

Comments

@ACz-UniBi
Copy link
Member

ACz-UniBi commented Oct 19, 2018

another Example, with separated geoLocation's

<geoLocations>
<geoLocation>
<geoLocationPoint>29.952944 -28.592028</geoLocationPoint>
<geoLocationPlace>Meteor Seamount</geoLocationPlace>
</geoLocation>
<geoLocation>
<geoLocationBox>41.090 -71.032 42.893 -68.211</geoLocationBox>
<geoLocationPlace>Atlantic Ocean</geoLocationPlace>
</geoLocation>
</geoLocations>

and question:

Is the use of geoLocationBox and geoLocationPoint and/or geoLocationPolygon in the same geoLocation tag possible and wishing?

@joschirr
Copy link
Member

joschirr commented Nov 6, 2018

I don't know if it makes sense but obviously this is supported:
http://schema.datacite.org/meta/kernel-4.1/metadata.xsd

@ACz-UniBi
Copy link
Member Author

Yes, the schema of datacite mixed this too. It makes sense if a

geoLocationPolygon/Box is mixed with geoLocationPoint and one geoLocationPlace which describe the whole area in a geoLocation tag. But it doesn't make sense if more the one geoLocationPlace are written in a geoLocation tag because the relation between placeName and geoPlace is lost.

This example separates this and makes it clearer, I think.

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