Hypernym for individuals, organizations, possibly other things
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty{ margin-bottom:0;
}
up vote
3
down vote
favorite
I'm building a budgeting database application/program and I'm looking for two words as names of tables or variables in it. This question seeks one of them:
It encompasses the following: The table in question (that I'm looking for the name to call it) will (currently) hold 5 records: a record for myself, one for my wife, and one each for each of our three businesses. But that list might change when say our son grows up and becomes another record in this table, or we start another business, or whatever.
Some databases text books etc. suggest the word "parties" for entities like this, but I find that word too generic. I'm hoping to find something a little less vague, but also not quite the mouthful "PeopleAndOrganizations" might be. lol.
I'd welcome and be grateful for any suggestions!
Edit/update: As Roger Sinasohn pointed out in the comments for my other similar question: yes, I'm looking for a countable noun.
An example sentence could be where I click a button to delete a bunch of these records, and need to pop up a confirmation warning first:
"Do you really want to delete these whatevers?"
I'd really rather not have to say "Do you really want to delete these people and organisations?" or whatever.
It doesn't have to be one word. eg. another question asked for a hypernym for anywhere that serves food (restaurant, cafe, fast-food place, etc.). If that's what I was looking for here, then "eating establishment" might be ok. But if more than one word, it can't just be a string of all the words I'm trying to find the hypernym for (people and organisations).
hypernyms
add a comment |
up vote
3
down vote
favorite
I'm building a budgeting database application/program and I'm looking for two words as names of tables or variables in it. This question seeks one of them:
It encompasses the following: The table in question (that I'm looking for the name to call it) will (currently) hold 5 records: a record for myself, one for my wife, and one each for each of our three businesses. But that list might change when say our son grows up and becomes another record in this table, or we start another business, or whatever.
Some databases text books etc. suggest the word "parties" for entities like this, but I find that word too generic. I'm hoping to find something a little less vague, but also not quite the mouthful "PeopleAndOrganizations" might be. lol.
I'd welcome and be grateful for any suggestions!
Edit/update: As Roger Sinasohn pointed out in the comments for my other similar question: yes, I'm looking for a countable noun.
An example sentence could be where I click a button to delete a bunch of these records, and need to pop up a confirmation warning first:
"Do you really want to delete these whatevers?"
I'd really rather not have to say "Do you really want to delete these people and organisations?" or whatever.
It doesn't have to be one word. eg. another question asked for a hypernym for anywhere that serves food (restaurant, cafe, fast-food place, etc.). If that's what I was looking for here, then "eating establishment" might be ok. But if more than one word, it can't just be a string of all the words I'm trying to find the hypernym for (people and organisations).
hypernyms
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I'm building a budgeting database application/program and I'm looking for two words as names of tables or variables in it. This question seeks one of them:
It encompasses the following: The table in question (that I'm looking for the name to call it) will (currently) hold 5 records: a record for myself, one for my wife, and one each for each of our three businesses. But that list might change when say our son grows up and becomes another record in this table, or we start another business, or whatever.
Some databases text books etc. suggest the word "parties" for entities like this, but I find that word too generic. I'm hoping to find something a little less vague, but also not quite the mouthful "PeopleAndOrganizations" might be. lol.
I'd welcome and be grateful for any suggestions!
Edit/update: As Roger Sinasohn pointed out in the comments for my other similar question: yes, I'm looking for a countable noun.
An example sentence could be where I click a button to delete a bunch of these records, and need to pop up a confirmation warning first:
"Do you really want to delete these whatevers?"
I'd really rather not have to say "Do you really want to delete these people and organisations?" or whatever.
It doesn't have to be one word. eg. another question asked for a hypernym for anywhere that serves food (restaurant, cafe, fast-food place, etc.). If that's what I was looking for here, then "eating establishment" might be ok. But if more than one word, it can't just be a string of all the words I'm trying to find the hypernym for (people and organisations).
hypernyms
I'm building a budgeting database application/program and I'm looking for two words as names of tables or variables in it. This question seeks one of them:
It encompasses the following: The table in question (that I'm looking for the name to call it) will (currently) hold 5 records: a record for myself, one for my wife, and one each for each of our three businesses. But that list might change when say our son grows up and becomes another record in this table, or we start another business, or whatever.
Some databases text books etc. suggest the word "parties" for entities like this, but I find that word too generic. I'm hoping to find something a little less vague, but also not quite the mouthful "PeopleAndOrganizations" might be. lol.
I'd welcome and be grateful for any suggestions!
Edit/update: As Roger Sinasohn pointed out in the comments for my other similar question: yes, I'm looking for a countable noun.
An example sentence could be where I click a button to delete a bunch of these records, and need to pop up a confirmation warning first:
"Do you really want to delete these whatevers?"
I'd really rather not have to say "Do you really want to delete these people and organisations?" or whatever.
It doesn't have to be one word. eg. another question asked for a hypernym for anywhere that serves food (restaurant, cafe, fast-food place, etc.). If that's what I was looking for here, then "eating establishment" might be ok. But if more than one word, it can't just be a string of all the words I'm trying to find the hypernym for (people and organisations).
hypernyms
hypernyms
edited 1 hour ago
asked Oct 2 at 4:14
DavidT
262
262
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
In your other question, you mentioned that entity did not fit what you were looking for in that case. Would it not work here? From the Oxford Dictionaries:
entity
noun
A thing with distinct and independent existence.
‘Church and empire were fused in a single entity’
It could work but it has two issues. 1. "Entity" is a word used in database parlance. When designing and defining a database application one of the first things you do is figure out all the "entities" - basically all the tables. Doesn't rule it out but I'd prefer not to use that word for anything actually in the database app itself, if possible. But also 2. I think it's too generic. Agreed it can have the meaning I'm looking for but it can have too many other meanings as well. I'd choose party before entity if we can't think of anything better. :) Still, thanks!
– DavidT
Oct 3 at 16:57
As I mentioned in your other question (great questions, btw), it makes a difference whether this is purely internal nomenclature or external. As an example, the term table has a very different meaning to a developer than it does to a user. If you're looking for something solely for internal use, I would argue it is more important to have good documentation (inline and separate) than perfectly named tables and fields. For external use (i.e., something that users would see and use to describe some part of the system), the fact that entity has a specific meaning to DBAs is irrelevant.
– Roger Sinasohn
Oct 3 at 17:43
Note also that context goes a long way to help determine meaning. I doubt anyone read the first sentence of your question and thought you were looking for a name for your dining room table.
– Roger Sinasohn
Oct 3 at 17:44
You're right about the distinction between internal and external nomenclature. I'd say I'm looking for something suitable for both. As you note, for internal, with suitable documentation, I could use pretty much anything (in which case I'd probably just run with "parties"), but I want something that makes sense externally also. I added a sample sentence for where that might be useful.
– DavidT
1 hour ago
add a comment |
up vote
0
down vote
As long as we talk only about individuals & organizations, a possible hypernym in this context is taxpayer. This should work in most countries as both organizations (whether profit-making or not) and individuals with stake in them are required to be registered as taxpayers (even if they end up paying zero-tax).
Wikipedia:
Taxpayer
A taxpayer is a person or organization (such as a company) subject to
pay a tax. Taxpayers have an Identification Number, a reference number
issued by a government to its citizens.
Virtually every human being
is a taxpayer at some point.
Taxpayers can be classified into two
major categories – individual and corporation. A corporation is a
legal entity that is separate from the owners for tax purposes.
Husband and wife are often one taxpayer.
– michael.hor257k
Nov 1 at 7:21
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
In your other question, you mentioned that entity did not fit what you were looking for in that case. Would it not work here? From the Oxford Dictionaries:
entity
noun
A thing with distinct and independent existence.
‘Church and empire were fused in a single entity’
It could work but it has two issues. 1. "Entity" is a word used in database parlance. When designing and defining a database application one of the first things you do is figure out all the "entities" - basically all the tables. Doesn't rule it out but I'd prefer not to use that word for anything actually in the database app itself, if possible. But also 2. I think it's too generic. Agreed it can have the meaning I'm looking for but it can have too many other meanings as well. I'd choose party before entity if we can't think of anything better. :) Still, thanks!
– DavidT
Oct 3 at 16:57
As I mentioned in your other question (great questions, btw), it makes a difference whether this is purely internal nomenclature or external. As an example, the term table has a very different meaning to a developer than it does to a user. If you're looking for something solely for internal use, I would argue it is more important to have good documentation (inline and separate) than perfectly named tables and fields. For external use (i.e., something that users would see and use to describe some part of the system), the fact that entity has a specific meaning to DBAs is irrelevant.
– Roger Sinasohn
Oct 3 at 17:43
Note also that context goes a long way to help determine meaning. I doubt anyone read the first sentence of your question and thought you were looking for a name for your dining room table.
– Roger Sinasohn
Oct 3 at 17:44
You're right about the distinction between internal and external nomenclature. I'd say I'm looking for something suitable for both. As you note, for internal, with suitable documentation, I could use pretty much anything (in which case I'd probably just run with "parties"), but I want something that makes sense externally also. I added a sample sentence for where that might be useful.
– DavidT
1 hour ago
add a comment |
up vote
0
down vote
In your other question, you mentioned that entity did not fit what you were looking for in that case. Would it not work here? From the Oxford Dictionaries:
entity
noun
A thing with distinct and independent existence.
‘Church and empire were fused in a single entity’
It could work but it has two issues. 1. "Entity" is a word used in database parlance. When designing and defining a database application one of the first things you do is figure out all the "entities" - basically all the tables. Doesn't rule it out but I'd prefer not to use that word for anything actually in the database app itself, if possible. But also 2. I think it's too generic. Agreed it can have the meaning I'm looking for but it can have too many other meanings as well. I'd choose party before entity if we can't think of anything better. :) Still, thanks!
– DavidT
Oct 3 at 16:57
As I mentioned in your other question (great questions, btw), it makes a difference whether this is purely internal nomenclature or external. As an example, the term table has a very different meaning to a developer than it does to a user. If you're looking for something solely for internal use, I would argue it is more important to have good documentation (inline and separate) than perfectly named tables and fields. For external use (i.e., something that users would see and use to describe some part of the system), the fact that entity has a specific meaning to DBAs is irrelevant.
– Roger Sinasohn
Oct 3 at 17:43
Note also that context goes a long way to help determine meaning. I doubt anyone read the first sentence of your question and thought you were looking for a name for your dining room table.
– Roger Sinasohn
Oct 3 at 17:44
You're right about the distinction between internal and external nomenclature. I'd say I'm looking for something suitable for both. As you note, for internal, with suitable documentation, I could use pretty much anything (in which case I'd probably just run with "parties"), but I want something that makes sense externally also. I added a sample sentence for where that might be useful.
– DavidT
1 hour ago
add a comment |
up vote
0
down vote
up vote
0
down vote
In your other question, you mentioned that entity did not fit what you were looking for in that case. Would it not work here? From the Oxford Dictionaries:
entity
noun
A thing with distinct and independent existence.
‘Church and empire were fused in a single entity’
In your other question, you mentioned that entity did not fit what you were looking for in that case. Would it not work here? From the Oxford Dictionaries:
entity
noun
A thing with distinct and independent existence.
‘Church and empire were fused in a single entity’
answered Oct 2 at 4:57
Roger Sinasohn
9,73611949
9,73611949
It could work but it has two issues. 1. "Entity" is a word used in database parlance. When designing and defining a database application one of the first things you do is figure out all the "entities" - basically all the tables. Doesn't rule it out but I'd prefer not to use that word for anything actually in the database app itself, if possible. But also 2. I think it's too generic. Agreed it can have the meaning I'm looking for but it can have too many other meanings as well. I'd choose party before entity if we can't think of anything better. :) Still, thanks!
– DavidT
Oct 3 at 16:57
As I mentioned in your other question (great questions, btw), it makes a difference whether this is purely internal nomenclature or external. As an example, the term table has a very different meaning to a developer than it does to a user. If you're looking for something solely for internal use, I would argue it is more important to have good documentation (inline and separate) than perfectly named tables and fields. For external use (i.e., something that users would see and use to describe some part of the system), the fact that entity has a specific meaning to DBAs is irrelevant.
– Roger Sinasohn
Oct 3 at 17:43
Note also that context goes a long way to help determine meaning. I doubt anyone read the first sentence of your question and thought you were looking for a name for your dining room table.
– Roger Sinasohn
Oct 3 at 17:44
You're right about the distinction between internal and external nomenclature. I'd say I'm looking for something suitable for both. As you note, for internal, with suitable documentation, I could use pretty much anything (in which case I'd probably just run with "parties"), but I want something that makes sense externally also. I added a sample sentence for where that might be useful.
– DavidT
1 hour ago
add a comment |
It could work but it has two issues. 1. "Entity" is a word used in database parlance. When designing and defining a database application one of the first things you do is figure out all the "entities" - basically all the tables. Doesn't rule it out but I'd prefer not to use that word for anything actually in the database app itself, if possible. But also 2. I think it's too generic. Agreed it can have the meaning I'm looking for but it can have too many other meanings as well. I'd choose party before entity if we can't think of anything better. :) Still, thanks!
– DavidT
Oct 3 at 16:57
As I mentioned in your other question (great questions, btw), it makes a difference whether this is purely internal nomenclature or external. As an example, the term table has a very different meaning to a developer than it does to a user. If you're looking for something solely for internal use, I would argue it is more important to have good documentation (inline and separate) than perfectly named tables and fields. For external use (i.e., something that users would see and use to describe some part of the system), the fact that entity has a specific meaning to DBAs is irrelevant.
– Roger Sinasohn
Oct 3 at 17:43
Note also that context goes a long way to help determine meaning. I doubt anyone read the first sentence of your question and thought you were looking for a name for your dining room table.
– Roger Sinasohn
Oct 3 at 17:44
You're right about the distinction between internal and external nomenclature. I'd say I'm looking for something suitable for both. As you note, for internal, with suitable documentation, I could use pretty much anything (in which case I'd probably just run with "parties"), but I want something that makes sense externally also. I added a sample sentence for where that might be useful.
– DavidT
1 hour ago
It could work but it has two issues. 1. "Entity" is a word used in database parlance. When designing and defining a database application one of the first things you do is figure out all the "entities" - basically all the tables. Doesn't rule it out but I'd prefer not to use that word for anything actually in the database app itself, if possible. But also 2. I think it's too generic. Agreed it can have the meaning I'm looking for but it can have too many other meanings as well. I'd choose party before entity if we can't think of anything better. :) Still, thanks!
– DavidT
Oct 3 at 16:57
It could work but it has two issues. 1. "Entity" is a word used in database parlance. When designing and defining a database application one of the first things you do is figure out all the "entities" - basically all the tables. Doesn't rule it out but I'd prefer not to use that word for anything actually in the database app itself, if possible. But also 2. I think it's too generic. Agreed it can have the meaning I'm looking for but it can have too many other meanings as well. I'd choose party before entity if we can't think of anything better. :) Still, thanks!
– DavidT
Oct 3 at 16:57
As I mentioned in your other question (great questions, btw), it makes a difference whether this is purely internal nomenclature or external. As an example, the term table has a very different meaning to a developer than it does to a user. If you're looking for something solely for internal use, I would argue it is more important to have good documentation (inline and separate) than perfectly named tables and fields. For external use (i.e., something that users would see and use to describe some part of the system), the fact that entity has a specific meaning to DBAs is irrelevant.
– Roger Sinasohn
Oct 3 at 17:43
As I mentioned in your other question (great questions, btw), it makes a difference whether this is purely internal nomenclature or external. As an example, the term table has a very different meaning to a developer than it does to a user. If you're looking for something solely for internal use, I would argue it is more important to have good documentation (inline and separate) than perfectly named tables and fields. For external use (i.e., something that users would see and use to describe some part of the system), the fact that entity has a specific meaning to DBAs is irrelevant.
– Roger Sinasohn
Oct 3 at 17:43
Note also that context goes a long way to help determine meaning. I doubt anyone read the first sentence of your question and thought you were looking for a name for your dining room table.
– Roger Sinasohn
Oct 3 at 17:44
Note also that context goes a long way to help determine meaning. I doubt anyone read the first sentence of your question and thought you were looking for a name for your dining room table.
– Roger Sinasohn
Oct 3 at 17:44
You're right about the distinction between internal and external nomenclature. I'd say I'm looking for something suitable for both. As you note, for internal, with suitable documentation, I could use pretty much anything (in which case I'd probably just run with "parties"), but I want something that makes sense externally also. I added a sample sentence for where that might be useful.
– DavidT
1 hour ago
You're right about the distinction between internal and external nomenclature. I'd say I'm looking for something suitable for both. As you note, for internal, with suitable documentation, I could use pretty much anything (in which case I'd probably just run with "parties"), but I want something that makes sense externally also. I added a sample sentence for where that might be useful.
– DavidT
1 hour ago
add a comment |
up vote
0
down vote
As long as we talk only about individuals & organizations, a possible hypernym in this context is taxpayer. This should work in most countries as both organizations (whether profit-making or not) and individuals with stake in them are required to be registered as taxpayers (even if they end up paying zero-tax).
Wikipedia:
Taxpayer
A taxpayer is a person or organization (such as a company) subject to
pay a tax. Taxpayers have an Identification Number, a reference number
issued by a government to its citizens.
Virtually every human being
is a taxpayer at some point.
Taxpayers can be classified into two
major categories – individual and corporation. A corporation is a
legal entity that is separate from the owners for tax purposes.
Husband and wife are often one taxpayer.
– michael.hor257k
Nov 1 at 7:21
add a comment |
up vote
0
down vote
As long as we talk only about individuals & organizations, a possible hypernym in this context is taxpayer. This should work in most countries as both organizations (whether profit-making or not) and individuals with stake in them are required to be registered as taxpayers (even if they end up paying zero-tax).
Wikipedia:
Taxpayer
A taxpayer is a person or organization (such as a company) subject to
pay a tax. Taxpayers have an Identification Number, a reference number
issued by a government to its citizens.
Virtually every human being
is a taxpayer at some point.
Taxpayers can be classified into two
major categories – individual and corporation. A corporation is a
legal entity that is separate from the owners for tax purposes.
Husband and wife are often one taxpayer.
– michael.hor257k
Nov 1 at 7:21
add a comment |
up vote
0
down vote
up vote
0
down vote
As long as we talk only about individuals & organizations, a possible hypernym in this context is taxpayer. This should work in most countries as both organizations (whether profit-making or not) and individuals with stake in them are required to be registered as taxpayers (even if they end up paying zero-tax).
Wikipedia:
Taxpayer
A taxpayer is a person or organization (such as a company) subject to
pay a tax. Taxpayers have an Identification Number, a reference number
issued by a government to its citizens.
Virtually every human being
is a taxpayer at some point.
Taxpayers can be classified into two
major categories – individual and corporation. A corporation is a
legal entity that is separate from the owners for tax purposes.
As long as we talk only about individuals & organizations, a possible hypernym in this context is taxpayer. This should work in most countries as both organizations (whether profit-making or not) and individuals with stake in them are required to be registered as taxpayers (even if they end up paying zero-tax).
Wikipedia:
Taxpayer
A taxpayer is a person or organization (such as a company) subject to
pay a tax. Taxpayers have an Identification Number, a reference number
issued by a government to its citizens.
Virtually every human being
is a taxpayer at some point.
Taxpayers can be classified into two
major categories – individual and corporation. A corporation is a
legal entity that is separate from the owners for tax purposes.
answered Nov 1 at 7:04
alwayslearning
25k53492
25k53492
Husband and wife are often one taxpayer.
– michael.hor257k
Nov 1 at 7:21
add a comment |
Husband and wife are often one taxpayer.
– michael.hor257k
Nov 1 at 7:21
Husband and wife are often one taxpayer.
– michael.hor257k
Nov 1 at 7:21
Husband and wife are often one taxpayer.
– michael.hor257k
Nov 1 at 7:21
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fenglish.stackexchange.com%2fquestions%2f466457%2fhypernym-for-individuals-organizations-possibly-other-things%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown