-
Notifications
You must be signed in to change notification settings - Fork 12
Introduce Jurisdiction related terminologies. #502
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
Introduce Jurisdiction related terminologies. #502
Conversation
|
We may want to have the following for covering jurisdiction/geopolitical coverage under the category "jurisdiction":
SubnationalEntity and SubnationalAutonomousEntity we could also leave out for now because there are a lot and they are less important for our current use case |
* Add new controlled terms: 'SovereignState', 'SupranationalBody', 'SubnationalEntity', 'SubnationalAutonomousEntity', and 'GeopoliticalGroup'.
|
Why do we need such fine-grained detail? This is going to be painful to use in practice. My feeling is that "address" as a string is sufficient for scientific purposes. If people need to do more fine-grained analysis, they can parse the strings. |
|
@apdavison address as a string will not work (not reliable for getting the information we need and would even then require code to interpret). we need explicitly the jurisdiction for several cases (e.g. legal home of organisations, ethics jurisdiction for datasets). @Raphael-Gazzotti I would say we do not need SubnationalEntity for the current cases. We could potentially leave out the GeopoliticalGroup for now (because strictly speaking these are not having any legal jurisdiction power). |
|
@Raphael-Gazzotti reduce to SovereignState (synonym: country), SupranationalBody (e.g. European Union) |
lzehl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove:
- LegalEntityType (different PR after discussing on #507)
- SubnationalAutonomousEntity
- SubnationalEntity
- GeopoliticalGroup
…omousEntity', and 'GeopoliticalGroup'.
|
@Raphael-Gazzotti @apdavison we need to remember to add those schemas as terminologies to Terminology |
Controlled terms for openMetadataInitiative/openMINDS_core#513