0

身の危険が迫った時にだけ発現する能力だから

I know there are two relative clauses in the above sentence, as shown below. Example structure is [verb/sentence]noun/main clause]

Relative clause 1: [身の危険が迫った]時]

Relative clause 2: [発現する]能力]

I know that clauses are made with the "sentence/verb + noun" construct, and the main clause extends to the end of the sentence unless in the case a second/third/etc relative clause exists, at which point the main clause will end where the next relative clause begins.

In the above case however, the particle に already exists in the first main clause, which makes me highly doubt the だけ particle is being used with the first clause (despite me knowing that particles can be combined in different ways; and this might be a case of seeing a combination I've not encountered before). This dictionary has a example of にだけ, and this answer gives a possible meaning which failed to answer my question.

Which clause is the だけ particle attached to, the first one (thereby making the first main clause 時にだけ), or the second one (thereby making the second relative clause だけ発現する)?

My best guess for the entire sentence would be that the だけ is attached to the 身の危険が迫った時に(だけ) clause, but I would still like to have a secondary opinion.

Toyu_Frey
  • 1,470
  • 8
  • 19
  • 3
    I feel like you’re making a fundamental mistake of trying to cut your sentence into chunks, while grammar is actually a tree. E.g., if we take the simpler sentence of just “表現する能力だから” it’s not 表現する | 能力だから but rather it’s [[表現する]能力]だから. The thing which comes before だ is a noun, and that noun isn’t 能力 itself but rather all of 表現する能力 (actually technically a “noun phrase”, not just “noun”, but that’s just terminology). This becomes even more relevant when you consider your full sentence. Maybe try adding your best guess at a tree structure for the entire sentence? – Darius Jahandarie Sep 11 '19 at 19:12
  • @DariusJahandarie My mistake, I was trying to show where the verb ended and the noun began for those unfamiliar with relative clauses. Your example does it better than mine. – Toyu_Frey Sep 11 '19 at 20:02
  • A relative clause must end with a verb (or an adjective), but your "relative clause 1" and "relative clause 2" are both clearly violating this basic rule. Something ending with に is never a relative clause because に is not a verb but a case particle. – naruto Sep 11 '19 at 20:04
  • @naruto The way I had the question set up before editing it to reflect Darius's comment had both relative clauses ending with a verb, with a separate section for the main clause/noun bit. – Toyu_Frey Sep 11 '19 at 20:10
  • 1
    I think you may have still missed my point about the entire sentence being a single tree. Here’s an example of another sentence 来週東京に行く人はいますか? → [[[[来週][東京に]行く]人]は]いますか? The 東京に being deep in the tree shows that it connects to 行く, same with 来週 connecting to 行く. Could you try for your sentence? – Darius Jahandarie Sep 11 '19 at 20:41
  • @DariusJahandarie I'm sorry Darius, I don't fully understand what you mean by "the entire sentence being a single tree" other than that everything before は in your example is somehow individually connected to 行く, like how individual tree branches are connected to a single trunk. Maybe you can put your previous comments and reply in a answer? – Toyu_Frey Sep 11 '19 at 23:08
  • 2
    Does this help? https://imgur.com/duyESDL – Darius Jahandarie Sep 11 '19 at 23:39
  • @DariusJahandarie The image does show a tree-structure for the words, but in terms of explaining why and how each tree is different, no it does not. – Toyu_Frey Sep 12 '19 at 03:31
  • 1
    I recommend dropping everything else you are doing and staring at that image until you understand it. It’s fully self-explanatory and self-contained. This is the problem you’ve been having in the majority of questions you’ve asked on this site. – Darius Jahandarie Sep 12 '19 at 03:50
  • Let us [continue this discussion in chat](https://chat.stackexchange.com/rooms/98568/discussion-between-toyu-frey-and-darius-jahandarie). – Toyu_Frey Sep 12 '19 at 04:01
  • 1
    @DariusJahandarie That image made me laugh out loud uncontrollably. Thanks for sharing – Ringil Sep 12 '19 at 04:06

1 Answers1

4

Without the だけ and だから, you have a long noun phrase, which you could parse...

[〈(身の危険が迫った)時に〉発現する]能力

身の危険が迫った modifies 時.

[身の危険が迫った]時に = lit. "at times [when physical danger is approaching]"

身の危険が迫った時に発現する modifies 能力.

[(身の危険が迫った)時に発現する]能力 = lit. "ability [that appears at times (when physical danger is approaching)]


Adding だけ:

「~~時に...」 = "... when ~~"
→ 「~~時にだけ...」 = "... only when ~~"

So,

「身の危険が迫った時にだけ発現する」 = "appears only when physical danger is approaching"

The だけ modifies 身の危険が迫った時に.


Adding だから:

「身の危険が迫った時にだけ発現する能力だから」
lit. "Because (it) is the ability that appears only when physical danger is approaching."
→ "Because it's the ability that appears only when you're in danger." / "Because the ability appears only when you're in danger."  

~だから consists of the copula だ + particle から. Depending on context, から at the end of a sentence can mean "Because..." or "..., you know." etc.

Chocolate
  • 62,056
  • 5
  • 95
  • 199
  • I figured that だけ was attached to に, like you showed; but wasn't a hundred percent certain on what it modified. – Toyu_Frey Sep 12 '19 at 03:44