What is “GBR”?
GBR stands for Gesellschaft bürgerlichen Rechts (German), a general partnership used primarily in Austria, Switzerland, Germany. The suffix signals that the business has unlimited liability and is privately held.
Full meaning & translation
The full form is Gesellschaft bürgerlichen Rechts, a German-language term. It translates literally as “Civil law partnership or society under civil law.” You may also encounter it abbreviated or written as ges burgerlichen rechts, gesbr, gesell burgerlichen rechts, gesellschaft burgerlichen rechts.
Where it's used
GBR appears in company names registered in the following 3 jurisdictions:
What it tells you about the company
Equivalent forms around the world
These are the closest structural equivalents to GBR in other jurisdictions — same entity category, different national law.
Normalizing “GBR” in your data
When matching or deduplicating company records, the legal suffix is noise — “Acme GBR” and “Acme” should resolve to the same entity. One API call strips it and returns a stable canonical form:
curl -X POST https://api.ambect.com/v1/normalize/company \
-H "Authorization: Bearer $AMBECT_KEY" \
-H "Content-Type: application/json" \
-d '{"name": "Acme GBR", "country": "at"}'{
"data": {
"canonical": "acme gbr",
"legal_type": null,
"tokens": [
"acme",
"gbr"
]
},
"meta": {
"pipeline": [
"lowercase",
"legal_suffix"
],
"confidence": 0.99
}
}Frequently asked questions
What does GBR stand for?
GBR stands for Gesellschaft bürgerlichen Rechts (German), which translates as "Civil law partnership or society under civil law".
Is a GBR public or private?
A GBR is a private entity — its shares are not publicly listed or traded on a stock exchange.
What is the liability in a GBR?
Members of a GBR have unlimited personal liability — they can be held responsible for the entity's debts beyond their initial investment.
Which countries use GBR?
GBR is used in Austria, Switzerland, Germany.
Need to normalize GBR at scale? The Ambect API handles it across 100+ countries in under 5 ms.
Try the live normalizer free →