Of Phrases for Architecture Relationships
LESSON
Of Phrases for Architecture Relationships
By the end of this lesson, you will be able to...
Use
ofphrases to make part, source, ownership, and architecture relationships visible.Choose between a possessive, a compound, and an
ofphrase from the relationship the reader needs to understand.Replace a vague
ofphrase withfrom,for, orbywhen source, purpose, or agent is the real meaning.Idea in one sentence: An
ofphrase puts the main noun first and then explains its relationship to another noun.
Core Insight
An architecture reviewer reads this note:
The edge of the network is exposed to the public internet.
The source of the event is unclear.
The owner of the data should approve the change.
Each sentence starts with the noun the reader needs to inspect: edge, source, or owner. The of phrase then supplies the relationship:
- the edge belongs to or is part of the network;
- the event comes from a source;
- the owner has responsibility for the data.
This is useful when the architecture object should remain visible at the front of the phrase, or when the relationship is too long or too structural for a compact possessive.
Compare a more compressed version:
the network's edge
the event's source
the data's owner
These can be grammatical, but they do not always feel equally clear. The data's owner may be fine in a short context. The owner of the data collected during the migration is easier to extend and inspect because owner stays visible while the data description grows.
The Small Situation
Mina is describing a payment architecture for a reader who was not in the design meeting. Her map contains these relationships:
network -> edge exposed to the internet
event -> source produced it
data -> owner approves changes
queue -> contents are requests
service -> contract defines its boundary
She writes:
The edge of the network is public.
The source of the event is the payment service.
The owner of the data approves schema changes.
The contents of the queue are payment requests.
The service's contract defines the API boundary.
The last sentence uses a possessive because the service-to-contract relationship is compact and direct. The other sentences use of because they describe a part, source, owner, or contents relationship where the main noun is the object being inspected.
The Naive Idea
The tempting rule is “Use a possessive for every relationship between two nouns.” That can create dense or misleading phrases:
the network's public internet edge's policy
the migration's data's owner's approval
the queue's payment requests' contents
Another tempting rule is “Use of for everything”:
the request of the mobile app
the alert of the service
the change of the team
These phrases may be understandable, but the relationship is often not ownership. The request came from the mobile app. The alert was produced by the service. The change was proposed by or made by the team.
The form should follow the relationship, not a translation habit.
The Basic Shape of an Of Phrase
The pattern is:
head noun + of + related noun phrase
Examples:
the edge of the network
the source of the event
the owner of the data
the contents of the queue
the schema of the database
The first noun is the head. It is the category the whole phrase names. The phrase answers a question about that head:
| Phrase | Head noun | Relationship question |
|---|---|---|
the edge of the network |
edge | Edge of what? |
the source of the event |
source | Source of what? |
the owner of the data |
owner | Owner of what? |
the contents of the queue |
contents | Contents of what? |
the schema of the database |
schema | Schema of what? |
This is different from a compound. In database schema, the compound names a stable category and the final noun is the head. In the schema of the database, the head schema comes first and the phrase explicitly connects it to one database.
When Of Is Better Than a Possessive
Use of when the related noun is long, already modified, or structurally important:
the owner of the data collected during the migration
the source of the event that triggered the retry
the edge of the network between the public and private zones
A possessive chain would be harder to read:
the migration's collected data's owner
the retry-triggering event's source
the public-and-private-zones network's edge
Use of when the head noun should remain visible at the beginning of a design explanation:
The owner of the data reviews the schema change.
The source of the event determines which service receives it.
The reader sees the decision-maker or source before processing the longer description.
When a Possessive or Compound Is Better
Use a possessive when the owner is short and responsibility or control is clear:
the service's contract
the team's runbook
the worker's lease
Use a compound when the phrase names a stable technical category:
API contract
request queue
database schema
event source
Compare the three forms:
the service's contract # one service and its associated contract
the contract of the service # grammatical, but often heavier for simple ownership
the service contract # a category of contract related to services
The first is usually best when one service's responsibility is the point. The second is useful when the head noun must stay first or the owner phrase is long. The third is useful as a stable category, but it may not identify one service.
Choose the Preposition from the Meaning
Of is useful, but it is not a universal relationship word. Replace it when another preposition states the meaning more precisely:
| Intended relationship | Better form | Example |
|---|---|---|
| source or origin | from |
the request from the mobile app |
| purpose or destination | for |
the queue for payment requests |
| agent or producer | by |
the event produced by the service |
| content or part | of |
the contents of the queue |
| owner or responsibility | possessive or of |
the service's contract; the owner of the data |
Compare:
the alert of the service
the alert from the service
the alert produced by the service
The first is vague. The second identifies the source. The third identifies the producer. Choose the phrase that answers the reader's actual question.
A Worked Trace: Make an Architecture Map Readable
Start with a relationship map:
network -> edge -> public internet
event -> source -> payment service
data -> owner -> platform team
queue -> contents -> payment requests
Turn it into a paragraph.
| Map input | Draft phrase | Repair | Why |
|---|---|---|---|
| network -> edge | the network's public edge |
the edge of the network exposed to the public internet |
The longer phrase makes the boundary and exposure explicit. |
| event -> source | the event's service |
the source of the event |
The head source is the architecture question. |
| data -> owner | the team's data |
the owner of the data |
The team may be responsible, but the role matters more than possession. |
| queue -> contents | the queue's requests |
the contents of the queue |
Contents names what the reader is inspecting. |
The finished paragraph is:
The edge of the network is exposed to the public internet. The source of the event is the payment service. The owner of the data is the platform team. The contents of the queue are payment requests.
The input was a map of relationships. The transition made the inspected noun explicit and selected a preposition or possessive for each relationship. The output is longer than a compact label, but a new reader can follow the architecture without guessing.
Compare the naive version:
The network's public edge is exposed. The event's service is the payment service. The team's data is involved. The queue's requests are payment requests.
The naive version puts nouns together, but several phrases answer the wrong question or make responsibility sound like ownership.
Check: The request came from a mobile application. Which phrase names the source clearly?
A) the request of the mobile application
B) the request from the mobile application
C) the mobile application's request source of
Think first, then reveal.
Answer: B. From expresses origin. Of would not make the source relationship as clear in this sentence.
Read the Head First
An of phrase is especially helpful when the architecture noun is the thing the reader must classify or act on. Begin with that head noun, then read the rest as a relationship, not as a second equal noun.
In the owner of the data, the decision-maker is owner. The data tells us what the owner is responsible for. In the source of the event, the object under investigation is source; the event supplies its scope. In the contents of the queue, contents tells us what to inspect, while the queue tells us where those contents belong.
This order helps in long phrases:
the owner [of the data collected during the migration]
the source [of the event that triggered the retry]
The brackets are only a reading aid. They show that the head remains visible even when the relationship contains extra detail. If the reader cannot identify that head quickly, split the sentence rather than adding more nouns.
Trade-offs and Limits
The trade-off is between explicit relationships and compact noun phrases. The service's contract is efficient when the service's responsibility is obvious. The contract of the payment service used by the mobile client is longer, but it keeps several relationships inspectable.
An of phrase can also become vague when the relationship is not named:
the change of the service
the event of the worker
the data of the team
Ask whether the intended meaning is from, for, by, owned by, or used by. A precise preposition may be better than a short of phrase.
Long of chains have a limit too:
the owner of the source of the data of the failed request
Split the idea when the reader must hold too many relationships:
The failed request came from the mobile client. The data source belongs to the platform team.
The signal to simplify is a question such as “What is the head noun?”, “What does of mean here?”, or “Who actually produced this?” The next lesson will handle another source of density: multiple modifiers before a head noun.
Check: Which sentence is clearest when a service produced an event?
A) The source of the event was the payment service.
B) The event of the payment service was sourced.
C) The payment service event of the source was clear.
Think first, then reveal.
Answer: A. The source of the event makes the inspected noun and relationship clear. B and C hide the relationship in unnatural noun order.
Common Confusions
Confusion: of always means ownership
Why it is tempting:
Many phrases translate as “of” in another language, and ownership is one common relationship.
Better model:
Of can express part, content, source, property, or association. In the edge of the network, the edge is a part or boundary. In the contents of the queue, the queue contains the contents.
Confusion: a possessive is always shorter and better
Why it is tempting:
The service's contract is shorter than the contract of the service.
Better model:
Use the possessive for a short clear owner. Use of when the head noun should come first or the relationship needs a longer description: the owner of the data collected during migration.
Confusion: compounds, possessives, and of phrases mean exactly the same thing
Why it is tempting:
They can contain the same nouns: database schema, the database's schema, the schema of the database.
Better model:
The compound names a category. The possessive links one identified owner to a related noun. The of phrase makes the head and relationship explicit. Choose from the reader's question.
Practice
Rewrite this architecture note. Use a possessive, compound, of, from, for, or by where it makes the relationship clearer:
The event's service is unclear. The queue's payment requests came from the mobile application. The data's owner should review the schema. The service contract defines the boundary.
Try it before reading the model.
Model answer:
The source of the event is unclear. The payment requests in the queue came from the mobile application. The owner of the data should review the schema. The service's contract defines the boundary.
Another good answer could write The queue for payment requests received requests from the mobile application if the purpose of the queue matters more than its contents. A strong answer should:
- put the inspected head noun where the reader can find it;
- use
offor source, owner, part, or contents when that relationship is the point; - use
from,for, orbywhen those prepositions state the relation more precisely; - preserve the compound
payment requestsas a stable technical category; - avoid an
ofchain that makes the architecture harder to trace.
Daily Practice Lines
- The source of the event is the payment service.
- The owner of the data should review the change.
- The queue for payment requests received traffic from the mobile application.
The first line names an architecture source. The second reuses the ownership distinction from lesson 012. The third combines a purpose relationship with a source relationship.
Resources
- [ARTICLE] Cambridge Dictionary Grammar: Nouns and
ofphrases - Review noun relationships expressed withofand the importance of the head noun. - [ARTICLE] Cambridge Dictionary Grammar: Possessives - Compare possessives with longer relationship phrases.
- [ARTICLE] Microsoft Writing Style Guide: Word choice - Prefer the preposition that states source, purpose, or agency clearly.
Key Takeaways
- An
ofphrase puts the head noun first:the source of the event,the edge of the network. - Use
offor part, content, source, owner, or structural relationships when the head noun should remain visible. - Use a possessive for a short, clear owner relationship and a compound for a stable technical category.
- Replace vague
ofwithfrom,for, orbywhen the intended relationship is source, purpose, or agent. - Expand or split long
ofchains when the reader can no longer trace the architecture.
← Back to Technical English: Nouns, Articles, and Countability