Skip to content

Instantly share code, notes, and snippets.

@expipiplus1
Created October 23, 2017 12:41
Show Gist options
  • Save expipiplus1/63ecbb81b37e9485f2c53e0ecdbf6b36 to your computer and use it in GitHub Desktop.
Save expipiplus1/63ecbb81b37e9485f2c53e0ecdbf6b36 to your computer and use it in GitHub Desktop.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix liden: <http://lid.aksw.org/en/> .
@prefix lexinfo: <http://lexinfo.net/ontologies/2.0/lexinfo.owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix lexvo: <http://lexvo.org/ontology#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
liden:a_short_fuse a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:a_short_fuse_sense ;
ontolex:canonicalForm liden:a_short_fuse_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "a short fuse"@en .
liden:a_short_fuse_form a ontolex:form ;
ontolex:writtenRep "a short fuse"@en .
liden:a_short_fuse_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:a_short_fuse_concept .
liden:a_short_fuse_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:a_short_fuse_sense ;
skos:definition "a quick temper"@en .
<http://lid.aksw.org/en/jack_of_all_trades++> a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:jack_of_all_trades_sense ;
ontolex:canonicalForm liden:jack_of_all_trades_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "jack of all trades"@en .
liden:jack_of_all_trades_form a ontolex:form ;
ontolex:writtenRep "jack of all trades"@en .
liden:jack_of_all_trades_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:jack_of_all_trades_concept .
liden:jack_of_all_trades_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:jack_of_all_trades_sense ;
skos:definition "someone that can do many different jobs."@en .
liden:a_shot_in_the_dark a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:a_shot_in_the_dark_sense ;
ontolex:canonicalForm liden:a_shot_in_the_dark_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "a shot in the dark"@en .
liden:a_shot_in_the_dark_form a ontolex:form ;
ontolex:writtenRep "a shot in the dark"@en .
liden:a_shot_in_the_dark_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:a_shot_in_the_dark_concept .
liden:a_shot_in_the_dark_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:a_shot_in_the_dark_sense ;
skos:definition "a wild guess; an attempt to do something when there is little chance of success"@en .
<http://lid.aksw.org/en/you_can_bet_your_life_on_that+> a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
ontolex:sense liden:you_can_bet_your_life_on_that_sense ;
ontolex:canonicalForm liden:you_can_bet_your_life_on_that_form ;
rdfs:label "you can bet your life on that "@en .
liden:you_can_bet_your_life_on_that_form a ontolex:form ;
ontolex:writtenRep "you can bet your life on that "@en .
liden:you_can_bet_your_life_on_that_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:you_can_bet_your_life_on_that_concept .
liden:you_can_bet_your_life_on_that_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:you_can_bet_your_life_on_that_sense ;
skos:definition "completely ​certain that something is ​true or will ​happen"@en .
liden:actions_speak_louder_than_words a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:actions_speak_louder_than_words_sense ;
ontolex:canonicalForm liden:actions_speak_louder_than_words_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "actions speak louder than words"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s14557138n> .
liden:actions_speak_louder_than_words_form a ontolex:form ;
ontolex:writtenRep "actions speak louder than words"@en .
liden:actions_speak_louder_than_words_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:actions_speak_louder_than_words_concept .
liden:actions_speak_louder_than_words_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:actions_speak_louder_than_words_sense ;
skos:definition "people's intentions can be judged better by what they do than what they say."@en .
liden:add_insult_to_injury a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:add_insult_to_injury_sense ;
ontolex:canonicalForm liden:add_insult_to_injury_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "add insult to injury"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13671032v> .
liden:add_insult_to_injury_form a ontolex:form ;
ontolex:writtenRep "add insult to injury"@en .
liden:add_insult_to_injury_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:add_insult_to_injury_concept .
liden:add_insult_to_injury_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:add_insult_to_injury_sense ;
skos:definition "make a bad situation even worse"@en .
liden:its_greek_to_me a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:its_greek_to_me_sense ;
ontolex:canonicalForm liden:its_greek_to_me_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "it's greek to me."@en .
liden:its_greek_to_me_form a ontolex:form ;
ontolex:writtenRep "it's greek to me."@en .
liden:its_greek_to_me_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:its_greek_to_me_concept .
liden:its_greek_to_me_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:its_greek_to_me_sense ;
skos:definition "meaningless and incomprehensible"@en .
liden:all_in_the_same_boat a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:all_in_the_same_boat_sense ;
ontolex:canonicalForm liden:all_in_the_same_boat_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "all in the same boat"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s03560716n> .
liden:all_in_the_same_boat_form a ontolex:form ;
ontolex:writtenRep "all in the same boat"@en .
liden:all_in_the_same_boat_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:all_in_the_same_boat_concept .
liden:all_in_the_same_boat_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:all_in_the_same_boat_sense ;
skos:definition "when everyone is facing the same challenges"@en .
liden:arm_and_a_leg a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:arm_and_a_leg_sense ;
ontolex:canonicalForm liden:arm_and_a_leg_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "arm and a leg"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13676929n> .
liden:arm_and_a_leg_form a ontolex:form ;
ontolex:writtenRep "arm and a leg"@en .
liden:arm_and_a_leg_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:arm_and_a_leg_concept .
liden:arm_and_a_leg_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:arm_and_a_leg_sense ;
skos:definition "very expensive; a large amount of money"@en .
liden:at_the_drop_of_a_hat a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:at_the_drop_of_a_hat_sense ;
ontolex:canonicalForm liden:at_the_drop_of_a_hat_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "at the drop of a hat"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s03481291n> .
liden:at_the_drop_of_a_hat_form a ontolex:form ;
ontolex:writtenRep "at the drop of a hat"@en .
liden:at_the_drop_of_a_hat_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:at_the_drop_of_a_hat_concept .
liden:at_the_drop_of_a_hat_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:at_the_drop_of_a_hat_sense ;
skos:definition "willing to do something immediately, on the slightest signal or urging"@en .
liden:back_to_square_one a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:back_to_square_one_sense ;
ontolex:canonicalForm liden:back_to_square_one_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "back to square one"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13726593r> .
liden:back_to_square_one_form a ontolex:form ;
ontolex:writtenRep "back to square one"@en .
liden:back_to_square_one_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:back_to_square_one_concept .
liden:back_to_square_one_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:back_to_square_one_sense ;
skos:definition "having to start all over again"@en .
liden:back_to_the_drawing_board a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:back_to_the_drawing_board_sense ;
ontolex:canonicalForm liden:back_to_the_drawing_board_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "back to the drawing board"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13682234r> .
liden:back_to_the_drawing_board_form a ontolex:form ;
ontolex:writtenRep "back to the drawing board"@en .
liden:back_to_the_drawing_board_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:back_to_the_drawing_board_concept .
liden:back_to_the_drawing_board_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:back_to_the_drawing_board_sense ;
skos:definition "when an attempt fails and it's time to start all over"@en .
liden:be_glad_to_see_the_back_of a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:be_glad_to_see_the_back_of_sense ;
ontolex:canonicalForm liden:be_glad_to_see_the_back_of_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "be glad to see the back of"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13695206v> .
liden:be_glad_to_see_the_back_of_form a ontolex:form ;
ontolex:writtenRep "be glad to see the back of"@en .
liden:be_glad_to_see_the_back_of_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:be_glad_to_see_the_back_of_concept .
liden:be_glad_to_see_the_back_of_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:be_glad_to_see_the_back_of_sense ;
skos:definition "be happy when a person leaves."@en .
liden:beat_a_dead_horse a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:beat_a_dead_horse_sense ;
ontolex:canonicalForm liden:beat_a_dead_horse_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "beat a dead horse"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00144528n> .
liden:beat_a_dead_horse_form a ontolex:form ;
ontolex:writtenRep "beat a dead horse"@en .
liden:beat_a_dead_horse_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:beat_a_dead_horse_concept .
liden:beat_a_dead_horse_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:beat_a_dead_horse_sense ;
skos:definition "to force an issue that has already ended"@en .
liden:beat_around_the_bush a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:beat_around_the_bush_sense ;
ontolex:canonicalForm liden:beat_around_the_bush_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "beat around the bush"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00083271v> .
liden:beat_around_the_bush_form a ontolex:form ;
ontolex:writtenRep "beat around the bush"@en .
liden:beat_around_the_bush_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:beat_around_the_bush_concept .
liden:beat_around_the_bush_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:beat_around_the_bush_sense ;
skos:definition "avoiding the main topic"@en .
liden:beck_and_call a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:beck_and_call_sense ;
ontolex:canonicalForm liden:beck_and_call_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "beck and call"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13730930n> .
liden:beck_and_call_form a ontolex:form ;
ontolex:writtenRep "beck and call"@en .
liden:beck_and_call_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:beck_and_call_concept .
liden:beck_and_call_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:beck_and_call_sense ;
skos:definition "to serve anyone or fulfill any wish."@en .
liden:behind_the_times a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:behind_the_times_sense ;
ontolex:canonicalForm liden:behind_the_times_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "behind the times"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13779794a> .
liden:behind_the_times_form a ontolex:form ;
ontolex:writtenRep "behind the times"@en .
liden:behind_the_times_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:behind_the_times_concept .
liden:behind_the_times_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:behind_the_times_sense ;
skos:definition "old-fashioned"@en .
liden:bet_your_bottom_dollar a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:bet_your_bottom_dollar_sense ;
ontolex:canonicalForm liden:bet_your_bottom_dollar_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "bet your bottom dollar"@en .
liden:bet_your_bottom_dollar_form a ontolex:form ;
ontolex:writtenRep "bet your bottom dollar"@en .
liden:bet_your_bottom_dollar_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:bet_your_bottom_dollar_concept .
liden:bet_your_bottom_dollar_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:bet_your_bottom_dollar_sense ;
skos:definition "absolutely sure about something or someone"@en .
liden:bite_off_more_than_you_can_chew a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:bite_off_more_than_you_can_chew_sense ;
ontolex:canonicalForm liden:bite_off_more_than_you_can_chew_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "bite off more than you can chew"@en .
liden:bite_off_more_than_you_can_chew_form a ontolex:form ;
ontolex:writtenRep "bite off more than you can chew"@en .
liden:bite_off_more_than_you_can_chew_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:bite_off_more_than_you_can_chew_concept .
liden:bite_off_more_than_you_can_chew_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:bite_off_more_than_you_can_chew_sense ;
skos:definition "to take on a task that is way too big."@en .
liden:bite_your_tongue a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:bite_your_tongue_sense ;
ontolex:canonicalForm liden:bite_your_tongue_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "bite your tongue"@en .
liden:bite_your_tongue_form a ontolex:form ;
ontolex:writtenRep "bite your tongue"@en .
liden:bite_your_tongue_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:bite_your_tongue_concept .
liden:bite_your_tongue_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:bite_your_tongue_sense ;
skos:definition "to stop yourself from saying something that you would really like to say"@en .
liden:blessing_in_disguise a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:blessing_in_disguise_sense ;
ontolex:canonicalForm liden:blessing_in_disguise_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "blessing in disguise"@en .
liden:blessing_in_disguise_form a ontolex:form ;
ontolex:writtenRep "blessing in disguise"@en .
liden:blessing_in_disguise_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:blessing_in_disguise_concept .
liden:blessing_in_disguise_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:blessing_in_disguise_sense ;
skos:definition "something good that isn't recognized at first"@en .
liden:bonehead a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:bonehead_sense ;
ontolex:canonicalForm liden:bonehead_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "bonehead"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00011336n> .
liden:bonehead_form a ontolex:form ;
ontolex:writtenRep "bonehead"@en .
liden:bonehead_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:bonehead_concept .
liden:bonehead_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:bonehead_sense ;
skos:definition "a stupid person"@en .
liden:bored_to_death a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:bored_to_death_sense ;
ontolex:canonicalForm liden:bored_to_death_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "bored to death"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s01699154n> .
liden:bored_to_death_form a ontolex:form ;
ontolex:writtenRep "bored to death"@en .
liden:bored_to_death_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:bored_to_death_concept .
liden:bored_to_death_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:bored_to_death_sense ;
skos:definition "extremely unhappy because something is not interesting or because you have nothing to do"@en .
liden:brass_monkey_weather a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:brass_monkey_weather_sense ;
ontolex:canonicalForm liden:brass_monkey_weather_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "brass monkey weather"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00012799n> .
liden:brass_monkey_weather_form a ontolex:form ;
ontolex:writtenRep "brass monkey weather"@en .
liden:brass_monkey_weather_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:brass_monkey_weather_concept .
liden:brass_monkey_weather_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:brass_monkey_weather_sense ;
skos:definition "extremely cold weather"@en .
liden:break_the_ice a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:break_the_ice_sense ;
ontolex:canonicalForm liden:break_the_ice_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "break the ice"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13602938v> .
liden:break_the_ice_form a ontolex:form ;
ontolex:writtenRep "break the ice"@en .
liden:break_the_ice_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:break_the_ice_concept .
liden:break_the_ice_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:break_the_ice_sense ;
skos:definition "to break initial awkwardness and start conversation"@en .
liden:butterflies_in_my_stomach a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:butterflies_in_my_stomach_sense ;
ontolex:canonicalForm liden:butterflies_in_my_stomach_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "butterflies in my stomach"@en .
liden:butterflies_in_my_stomach_form a ontolex:form ;
ontolex:writtenRep "butterflies in my stomach"@en .
liden:butterflies_in_my_stomach_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:butterflies_in_my_stomach_concept .
liden:butterflies_in_my_stomach_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:butterflies_in_my_stomach_sense ;
skos:definition "to be nervous"@en .
liden:buy_a_lemon a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:buy_a_lemon_sense ;
ontolex:canonicalForm liden:buy_a_lemon_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "buy a lemon"@en .
liden:buy_a_lemon_form a ontolex:form ;
ontolex:writtenRep "buy a lemon"@en .
liden:buy_a_lemon_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:buy_a_lemon_concept .
liden:buy_a_lemon_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:buy_a_lemon_sense ;
skos:definition "to buy a car that constantly gives problems soon after being purchased"@en .
liden:by_the_book a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:by_the_book_sense ;
ontolex:canonicalForm liden:by_the_book_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "by the book"@en .
liden:by_the_book_form a ontolex:form ;
ontolex:writtenRep "by the book"@en .
liden:by_the_book_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:by_the_book_concept .
liden:by_the_book_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:by_the_book_sense ;
skos:definition "following the rules literally"@en .
liden:call_it_a_night a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:call_it_a_night_sense ;
ontolex:canonicalForm liden:call_it_a_night_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "call it a night"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13724974v> .
liden:call_it_a_night_form a ontolex:form ;
ontolex:writtenRep "call it a night"@en .
liden:call_it_a_night_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:call_it_a_night_concept .
liden:call_it_a_night_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:call_it_a_night_sense ;
skos:definition "to stop an activity for the rest of the night"@en .
liden:cant_judge_a_book_by_its_cover a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:cant_judge_a_book_by_its_cover_sense ;
ontolex:canonicalForm liden:cant_judge_a_book_by_its_cover_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "can't judge a book by its cover"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00596263n> .
liden:cant_judge_a_book_by_its_cover_form a ontolex:form ;
ontolex:writtenRep "can't judge a book by its cover"@en .
liden:cant_judge_a_book_by_its_cover_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:cant_judge_a_book_by_its_cover_concept .
liden:cant_judge_a_book_by_its_cover_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:cant_judge_a_book_by_its_cover_sense ;
skos:definition "cannot judge something primarily on appearance."@en .
liden:cat_got_your_tongue a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:cat_got_your_tongue_sense ;
ontolex:canonicalForm liden:cat_got_your_tongue_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "cat got your tongue?"@en .
liden:cat_got_your_tongue_form a ontolex:form ;
ontolex:writtenRep "cat got your tongue?"@en .
liden:cat_got_your_tongue_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:cat_got_your_tongue_concept .
liden:cat_got_your_tongue_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:cat_got_your_tongue_sense ;
skos:definition "can’t you speak? (usually said to embarrass the other person)"@en .
liden:catch_22 a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:catch_22_sense ;
ontolex:canonicalForm liden:catch_22_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "catch 22"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00306113n> .
liden:catch_22_form a ontolex:form ;
ontolex:writtenRep "catch 22"@en .
liden:catch_22_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:catch_22_concept .
liden:catch_22_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:catch_22_sense ;
skos:definition "a paradoxical situation from which an individual cannot escape because of contradictory rules"@en .
liden:fall_between_two_stools a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:fall_between_two_stools_sense ;
ontolex:canonicalForm liden:fall_between_two_stools_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "fall between two stools"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13664089v> .
liden:fall_between_two_stools_form a ontolex:form ;
ontolex:writtenRep "fall between two stools"@en .
liden:fall_between_two_stools_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:fall_between_two_stools_concept .
liden:fall_between_two_stools_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:fall_between_two_stools_sense ;
skos:definition "to fail because of an inability to reconcile or choose between two courses of action."@en .
liden:come_a_long_way a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:come_a_long_way_sense ;
ontolex:canonicalForm liden:come_a_long_way_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "come a long way"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13705204v> .
liden:come_a_long_way_form a ontolex:form ;
ontolex:writtenRep "come a long way"@en .
liden:come_a_long_way_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:come_a_long_way_concept .
liden:come_a_long_way_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:come_a_long_way_sense ;
skos:definition "make a lot of progress and improvement"@en .
liden:cross_that_bridge_when_you_come_to_it a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:cross_that_bridge_when_you_come_to_it_sense ;
ontolex:canonicalForm liden:cross_that_bridge_when_you_come_to_it_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "cross that bridge when you come to it"@en .
liden:cross_that_bridge_when_you_come_to_it_form a ontolex:form ;
ontolex:writtenRep "cross that bridge when you come to it"@en .
liden:cross_that_bridge_when_you_come_to_it_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:cross_that_bridge_when_you_come_to_it_concept .
liden:cross_that_bridge_when_you_come_to_it_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:cross_that_bridge_when_you_come_to_it_sense ;
skos:definition "deal with a problem if and when it becomes necessary, not before."@en .
liden:cry_over_spilt_milk a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:cry_over_spilt_milk_sense ;
ontolex:canonicalForm liden:cry_over_spilt_milk_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "cry over spilt milk"@en .
liden:cry_over_spilt_milk_form a ontolex:form ;
ontolex:writtenRep "cry over spilt milk"@en .
liden:cry_over_spilt_milk_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:cry_over_spilt_milk_concept .
liden:cry_over_spilt_milk_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:cry_over_spilt_milk_sense ;
skos:definition "when you complain about a loss that cannot be recovered"@en .
liden:cut_corners a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:cut_corners_sense ;
ontolex:canonicalForm liden:cut_corners_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "cut corners"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00086219v> .
liden:cut_corners_form a ontolex:form ;
ontolex:writtenRep "cut corners"@en .
liden:cut_corners_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:cut_corners_concept .
liden:cut_corners_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:cut_corners_sense ;
skos:definition "to do something in the fastest or cheapest way"@en .
liden:cut_it_out a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:cut_it_out_sense ;
ontolex:canonicalForm liden:cut_it_out_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "cut it out!"@en .
liden:cut_it_out_form a ontolex:form ;
ontolex:writtenRep "cut it out!"@en .
liden:cut_it_out_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:cut_it_out_concept .
liden:cut_it_out_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:cut_it_out_sense ;
skos:definition "stop doing something bad"@en .
liden:cut_the_mustard a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:cut_the_mustard_sense ;
ontolex:canonicalForm liden:cut_the_mustard_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "cut the mustard"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13684887v> .
liden:cut_the_mustard_form a ontolex:form ;
ontolex:writtenRep "cut the mustard"@en .
liden:cut_the_mustard_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:cut_the_mustard_concept .
liden:cut_the_mustard_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:cut_the_mustard_sense ;
skos:definition "to succeed; to come up to expectations; adequate enough to compete or participate"@en .
liden:cut_to_the_chase a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:cut_to_the_chase_sense ;
ontolex:canonicalForm liden:cut_to_the_chase_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "cut to the chase"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13784973v> .
liden:cut_to_the_chase_form a ontolex:form ;
ontolex:writtenRep "cut to the chase"@en .
liden:cut_to_the_chase_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:cut_to_the_chase_concept .
liden:cut_to_the_chase_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:cut_to_the_chase_sense ;
skos:definition "leave out unnecessary details and just get to the point"@en .
liden:devils_advocate a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:devils_advocate_sense ;
ontolex:canonicalForm liden:devils_advocate_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "devil's advocate"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00026724n> .
liden:devils_advocate_form a ontolex:form ;
ontolex:writtenRep "devil's advocate"@en .
liden:devils_advocate_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:devils_advocate_concept .
liden:devils_advocate_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:devils_advocate_sense ;
skos:definition "one who takes a contrary position just for the sake of argument"@en .
liden:dont_put_all_your_eggs_in_one_basket a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:dont_put_all_your_eggs_in_one_basket_sense ;
ontolex:canonicalForm liden:dont_put_all_your_eggs_in_one_basket_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "don't put all your eggs in one basket"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s15174742n> .
liden:dont_put_all_your_eggs_in_one_basket_form a ontolex:form ;
ontolex:writtenRep "don't put all your eggs in one basket"@en .
liden:dont_put_all_your_eggs_in_one_basket_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:dont_put_all_your_eggs_in_one_basket_concept .
liden:dont_put_all_your_eggs_in_one_basket_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:dont_put_all_your_eggs_in_one_basket_sense ;
skos:definition "do not put all your resources in one possibility."@en .
liden:elvis_has_left_the_building a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:elvis_has_left_the_building_sense ;
ontolex:canonicalForm liden:elvis_has_left_the_building_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "elvis has left the building"@en .
liden:elvis_has_left_the_building_form a ontolex:form ;
ontolex:writtenRep "elvis has left the building"@en .
liden:elvis_has_left_the_building_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:elvis_has_left_the_building_concept .
liden:elvis_has_left_the_building_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:elvis_has_left_the_building_sense ;
skos:definition "the show has come to an end. it's all over."@en .
liden:far_cry_from a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:far_cry_from_sense ;
ontolex:canonicalForm liden:far_cry_from_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "far cry from"@en .
liden:far_cry_from_form a ontolex:form ;
ontolex:writtenRep "far cry from"@en .
liden:far_cry_from_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:far_cry_from_concept .
liden:far_cry_from_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:far_cry_from_sense ;
skos:definition "very different from."@en .
liden:feeling_a_bit_under_the_weather a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:feeling_a_bit_under_the_weather_sense ;
ontolex:canonicalForm liden:feeling_a_bit_under_the_weather_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "feeling a bit under the weather"@en .
liden:feeling_a_bit_under_the_weather_form a ontolex:form ;
ontolex:writtenRep "feeling a bit under the weather"@en .
liden:feeling_a_bit_under_the_weather_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:feeling_a_bit_under_the_weather_concept .
liden:feeling_a_bit_under_the_weather_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:feeling_a_bit_under_the_weather_sense ;
skos:definition "feeling slightly ill"@en .
liden:finding_a_needle_in_a_haystack a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:finding_a_needle_in_a_haystack_sense ;
ontolex:canonicalForm liden:finding_a_needle_in_a_haystack_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "finding a needle in a haystack"@en .
liden:finding_a_needle_in_a_haystack_form a ontolex:form ;
ontolex:writtenRep "finding a needle in a haystack"@en .
liden:finding_a_needle_in_a_haystack_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:finding_a_needle_in_a_haystack_concept .
liden:finding_a_needle_in_a_haystack_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:finding_a_needle_in_a_haystack_sense ;
skos:definition "virtually impossible to find"@en .
liden:from_the_horses_mouth a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:from_the_horses_mouth_sense ;
ontolex:canonicalForm liden:from_the_horses_mouth_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "from the horse's mouth"@en .
liden:from_the_horses_mouth_form a ontolex:form ;
ontolex:writtenRep "from the horse's mouth"@en .
liden:from_the_horses_mouth_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:from_the_horses_mouth_concept .
liden:from_the_horses_mouth_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:from_the_horses_mouth_sense ;
skos:definition "to hear something directly from the authoritative or dependable source"@en .
liden:get_over_it a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:get_over_it_sense ;
ontolex:canonicalForm liden:get_over_it_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "get over it"@en .
liden:get_over_it_form a ontolex:form ;
ontolex:writtenRep "get over it"@en .
liden:get_over_it_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:get_over_it_concept .
liden:get_over_it_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:get_over_it_sense ;
skos:definition "to move beyond something that is bothering you"@en .
liden:good_samaritan a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:good_samaritan_sense ;
ontolex:canonicalForm liden:good_samaritan_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "good samaritan"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00041079n> .
liden:good_samaritan_form a ontolex:form ;
ontolex:writtenRep "good samaritan"@en .
liden:good_samaritan_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:good_samaritan_concept .
liden:good_samaritan_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:good_samaritan_sense ;
skos:definition "one who helps others when they are in need, with no thought of a reward"@en .
liden:have_an_ax_to_grind a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:have_an_ax_to_grind_sense ;
ontolex:canonicalForm liden:have_an_ax_to_grind_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "have an ax to grind"@en .
liden:have_an_ax_to_grind_form a ontolex:form ;
ontolex:writtenRep "have an ax to grind"@en .
liden:have_an_ax_to_grind_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:have_an_ax_to_grind_concept .
liden:have_an_ax_to_grind_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:have_an_ax_to_grind_sense ;
skos:definition "to have something to complain about; to have a selfish reason for saying or doing something; to have a strong opinion about something that influences your actions"@en .
liden:head_over_heels a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:head_over_heels_sense ;
ontolex:canonicalForm liden:head_over_heels_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "head over heels"@en .
liden:head_over_heels_form a ontolex:form ;
ontolex:writtenRep "head over heels"@en .
liden:head_over_heels_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:head_over_heels_concept .
liden:head_over_heels_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:head_over_heels_sense ;
skos:definition "very excited and/or joyful, especially when in love"@en .
liden:hear_it_on_the_grapevine a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:hear_it_on_the_grapevine_sense ;
ontolex:canonicalForm liden:hear_it_on_the_grapevine_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "hear it on the grapevine"@en .
liden:hear_it_on_the_grapevine_form a ontolex:form ;
ontolex:writtenRep "hear it on the grapevine"@en .
liden:hear_it_on_the_grapevine_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:hear_it_on_the_grapevine_concept .
liden:hear_it_on_the_grapevine_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:hear_it_on_the_grapevine_sense ;
skos:definition "receive information indirectly, similar to a rumor"@en .
liden:high_five a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:high_five_sense ;
ontolex:canonicalForm liden:high_five_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "high five"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00217786n> .
liden:high_five_form a ontolex:form ;
ontolex:writtenRep "high five"@en .
liden:high_five_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:high_five_concept .
liden:high_five_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:high_five_sense ;
skos:definition "slapping palms above each others heads as celebration gesture"@en .
liden:hit_the_books a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:hit_the_books_sense ;
ontolex:canonicalForm liden:hit_the_books_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "hit the books"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00089360v> .
liden:hit_the_books_form a ontolex:form ;
ontolex:writtenRep "hit the books"@en .
liden:hit_the_books_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:hit_the_books_concept .
liden:hit_the_books_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:hit_the_books_sense ;
skos:definition "to study; prepare for class"@en .
liden:hit_the_nail_on_the_head a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:hit_the_nail_on_the_head_sense ;
ontolex:canonicalForm liden:hit_the_nail_on_the_head_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "hit the nail on the head"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13602775v> .
liden:hit_the_nail_on_the_head_form a ontolex:form ;
ontolex:writtenRep "hit the nail on the head"@en .
liden:hit_the_nail_on_the_head_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:hit_the_nail_on_the_head_concept .
liden:hit_the_nail_on_the_head_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:hit_the_nail_on_the_head_sense ;
skos:definition "do something or say something exactly right"@en .
liden:hit_the_sack a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:hit_the_sack_sense ;
ontolex:canonicalForm liden:hit_the_sack_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "hit the sack / sheets / hay"@en .
liden:hit_the_sack_form a ontolex:form ;
ontolex:writtenRep "hit the sack / sheets / hay"@en .
liden:hit_the_sack_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:hit_the_sack_concept .
liden:hit_the_sack_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:hit_the_sack_sense ;
skos:definition "to go to bed."@en .
liden:hocus_pocus a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:hocus_pocus_sense ;
ontolex:canonicalForm liden:hocus_pocus_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "hocus pocus"@en .
liden:hocus_pocus_form a ontolex:form ;
ontolex:writtenRep "hocus pocus"@en .
liden:hocus_pocus_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:hocus_pocus_concept .
liden:hocus_pocus_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:hocus_pocus_sense ;
skos:definition "in general, a term used in magic or trickery and also : meaningless talk or activity, often designed to draw attention away from and disguise what is actually happening; trickery"@en .
liden:hot_potato a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:hot_potato_sense ;
ontolex:canonicalForm liden:hot_potato_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "hot potato"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00044944n> .
liden:hot_potato_form a ontolex:form ;
ontolex:writtenRep "hot potato"@en .
liden:hot_potato_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:hot_potato_concept .
liden:hot_potato_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:hot_potato_sense ;
skos:definition "something that is difficult or dangerous to deal with"@en .
liden:hot_water a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:hot_water_sense ;
ontolex:canonicalForm liden:hot_water_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "hot water"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00044960n> .
liden:hot_water_form a ontolex:form ;
ontolex:writtenRep "hot water"@en .
liden:hot_water_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:hot_water_concept .
liden:hot_water_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:hot_water_sense ;
skos:definition "in trouble; in difficulties"@en .
liden:in_ages a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:in_ages_sense ;
ontolex:canonicalForm liden:in_ages_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "in ages"@en .
liden:in_ages_form a ontolex:form ;
ontolex:writtenRep "in ages"@en .
liden:in_ages_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:in_ages_concept .
liden:in_ages_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:in_ages_sense ;
skos:definition "for a very long time"@en .
liden:in_the_blink_of_an_eye a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:in_the_blink_of_an_eye_sense ;
ontolex:canonicalForm liden:in_the_blink_of_an_eye_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "in the blink of an eye"@en .
liden:in_the_blink_of_an_eye_form a ontolex:form ;
ontolex:writtenRep "in the blink of an eye"@en .
liden:in_the_blink_of_an_eye_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:in_the_blink_of_an_eye_concept .
liden:in_the_blink_of_an_eye_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:in_the_blink_of_an_eye_sense ;
skos:definition "in an extremely short time"@en .
liden:in_the_fast_lane a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:in_the_fast_lane_sense ;
ontolex:canonicalForm liden:in_the_fast_lane_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "in the fast lane"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13704110r> .
liden:in_the_fast_lane_form a ontolex:form ;
ontolex:writtenRep "in the fast lane"@en .
liden:in_the_fast_lane_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:in_the_fast_lane_concept .
liden:in_the_fast_lane_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:in_the_fast_lane_sense ;
skos:definition "a life filled with excitement"@en .
liden:its_a_small_world a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:its_a_small_world_sense ;
ontolex:canonicalForm liden:its_a_small_world_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "it's a small world"@en .
liden:its_a_small_world_form a ontolex:form ;
ontolex:writtenRep "it's a small world"@en .
liden:its_a_small_world_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:its_a_small_world_concept .
liden:its_a_small_world_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:its_a_small_world_sense ;
skos:definition "something you say when encountering a familiar person in an unexpected place."@en .
liden:juggle_frogs a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:juggle_frogs_sense ;
ontolex:canonicalForm liden:juggle_frogs_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "juggle frogs"@en .
liden:juggle_frogs_form a ontolex:form ;
ontolex:writtenRep "juggle frogs"@en .
liden:juggle_frogs_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:juggle_frogs_concept .
liden:juggle_frogs_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:juggle_frogs_sense ;
skos:definition "you are trying to do something very difficult."@en .
liden:keep_something_at_bay a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:keep_something_at_bay_sense ;
ontolex:canonicalForm liden:keep_something_at_bay_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "keep something at bay"@en .
liden:keep_something_at_bay_form a ontolex:form ;
ontolex:writtenRep "keep something at bay"@en .
liden:keep_something_at_bay_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:keep_something_at_bay_concept .
liden:keep_something_at_bay_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:keep_something_at_bay_sense ;
skos:definition "keep something away."@en .
liden:keep_your_eye_on_the_ball a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:keep_your_eye_on_the_ball_sense ;
ontolex:canonicalForm liden:keep_your_eye_on_the_ball_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "keep your eye on the ball"@en .
liden:keep_your_eye_on_the_ball_form a ontolex:form ;
ontolex:writtenRep "keep your eye on the ball"@en .
liden:keep_your_eye_on_the_ball_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:keep_your_eye_on_the_ball_concept .
liden:keep_your_eye_on_the_ball_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:keep_your_eye_on_the_ball_sense ;
skos:definition "paying close attention and understanding the situation well"@en .
liden:kick_the_bucket a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:kick_the_bucket_sense ;
ontolex:canonicalForm liden:kick_the_bucket_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "kick the bucket"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s03650753n> .
liden:kick_the_bucket_form a ontolex:form ;
ontolex:writtenRep "kick the bucket"@en .
liden:kick_the_bucket_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:kick_the_bucket_concept .
liden:kick_the_bucket_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:kick_the_bucket_sense ;
skos:definition "to die"@en .
liden:kill_two_birds_with_one_stone a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:kill_two_birds_with_one_stone_sense ;
ontolex:canonicalForm liden:kill_two_birds_with_one_stone_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "kill two birds with one stone"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13622424v> .
liden:kill_two_birds_with_one_stone_form a ontolex:form ;
ontolex:writtenRep "kill two birds with one stone"@en .
liden:kill_two_birds_with_one_stone_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:kill_two_birds_with_one_stone_concept .
liden:kill_two_birds_with_one_stone_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:kill_two_birds_with_one_stone_sense ;
skos:definition "accomplish two tasks with only one effort"@en .
liden:lend_a_hand a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:lend_a_hand_sense ;
ontolex:canonicalForm liden:lend_a_hand_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "lend a hand"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13727130v> .
liden:lend_a_hand_form a ontolex:form ;
ontolex:writtenRep "lend a hand"@en .
liden:lend_a_hand_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:lend_a_hand_concept .
liden:lend_a_hand_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:lend_a_hand_sense ;
skos:definition "to help; to give assistance"@en .
liden:let_sleeping_dogs_lie a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:let_sleeping_dogs_lie_sense ;
ontolex:canonicalForm liden:let_sleeping_dogs_lie_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "let sleeping dogs lie"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13679347v> .
liden:let_sleeping_dogs_lie_form a ontolex:form ;
ontolex:writtenRep "let sleeping dogs lie"@en .
liden:let_sleeping_dogs_lie_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:let_sleeping_dogs_lie_concept .
liden:let_sleeping_dogs_lie_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:let_sleeping_dogs_lie_sense ;
skos:definition "to avoid restarting a conflict"@en .
liden:let_the_cat_out_of_the_bag a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:let_the_cat_out_of_the_bag_sense ;
ontolex:canonicalForm liden:let_the_cat_out_of_the_bag_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "let the cat out of the bag"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00082976v> .
liden:let_the_cat_out_of_the_bag_form a ontolex:form ;
ontolex:writtenRep "let the cat out of the bag"@en .
liden:let_the_cat_out_of_the_bag_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:let_the_cat_out_of_the_bag_concept .
liden:let_the_cat_out_of_the_bag_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:let_the_cat_out_of_the_bag_sense ;
skos:definition "a secret or some hidden information has been revealed"@en .
liden:long_shot a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:long_shot_sense ;
ontolex:canonicalForm liden:long_shot_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "long shot"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00051938n> .
liden:long_shot_form a ontolex:form ;
ontolex:writtenRep "long shot"@en .
liden:long_shot_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:long_shot_concept .
liden:long_shot_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:long_shot_sense ;
skos:definition "something you try although it is unlikely to be successful"@en .
liden:long_time_no_see a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:long_time_no_see_sense ;
ontolex:canonicalForm liden:long_time_no_see_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "long time, no see!"@en .
liden:long_time_no_see_form a ontolex:form ;
ontolex:writtenRep "long time, no see!"@en .
liden:long_time_no_see_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:long_time_no_see_concept .
liden:long_time_no_see_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:long_time_no_see_sense ;
skos:definition "an expression used to greet someone who you have not seen for a long time"@en .
liden:look_like_a_million_dollars a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:look_like_a_million_dollars_sense ;
ontolex:canonicalForm liden:look_like_a_million_dollars_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "look like a million dollars"@en .
liden:look_like_a_million_dollars_form a ontolex:form ;
ontolex:writtenRep "look like a million dollars"@en .
liden:look_like_a_million_dollars_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:look_like_a_million_dollars_concept .
liden:look_like_a_million_dollars_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:look_like_a_million_dollars_sense ;
skos:definition "to be very well dressed; to look great"@en .
liden:loose_cannon a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:loose_cannon_sense ;
ontolex:canonicalForm liden:loose_cannon_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "loose cannon"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00051995n> .
liden:loose_cannon_form a ontolex:form ;
ontolex:writtenRep "loose cannon"@en .
liden:loose_cannon_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:loose_cannon_concept .
liden:loose_cannon_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:loose_cannon_sense ;
skos:definition "someone whose actions (especially speech) are unpredictable and uncontrollable"@en .
liden:lose_your_head a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:lose_your_head_sense ;
ontolex:canonicalForm liden:lose_your_head_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "lose your head"@en .
liden:lose_your_head_form a ontolex:form ;
ontolex:writtenRep "lose your head"@en .
liden:lose_your_head_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:lose_your_head_concept .
liden:lose_your_head_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:lose_your_head_sense ;
skos:definition "to become upset, confused or overly emotional about something"@en .
liden:lose_your_shirt a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:lose_your_shirt_sense ;
ontolex:canonicalForm liden:lose_your_shirt_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "lose your shirt"@en .
liden:lose_your_shirt_form a ontolex:form ;
ontolex:writtenRep "lose your shirt"@en .
liden:lose_your_shirt_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:lose_your_shirt_concept .
liden:lose_your_shirt_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:lose_your_shirt_sense ;
skos:definition "lose all their money through a bad investment, gambling,"@en .
liden:make_a_long_story_short a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:make_a_long_story_short_sense ;
ontolex:canonicalForm liden:make_a_long_story_short_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "make a long story short"@en .
liden:make_a_long_story_short_form a ontolex:form ;
ontolex:writtenRep "make a long story short"@en .
liden:make_a_long_story_short_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:make_a_long_story_short_concept .
liden:make_a_long_story_short_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:make_a_long_story_short_sense ;
skos:definition "come to the point - leave out details"@en .
liden:method_to_my_madness a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:method_to_my_madness_sense ;
ontolex:canonicalForm liden:method_to_my_madness_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "method to my madness"@en .
liden:method_to_my_madness_form a ontolex:form ;
ontolex:writtenRep "method to my madness"@en .
liden:method_to_my_madness_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:method_to_my_madness_concept .
liden:method_to_my_madness_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:method_to_my_madness_sense ;
skos:definition "an assertion that, despite one's approach seeming random, there actually is structure to it."@en .
liden:miss_the_boat a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:miss_the_boat_sense ;
ontolex:canonicalForm liden:miss_the_boat_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "miss the boat"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13679043v> .
liden:miss_the_boat_form a ontolex:form ;
ontolex:writtenRep "miss the boat"@en .
liden:miss_the_boat_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:miss_the_boat_concept .
liden:miss_the_boat_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:miss_the_boat_sense ;
skos:definition "to be too late; lose the opportunity; fail to take action"@en .
liden:money_talks a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:money_talks_sense ;
ontolex:canonicalForm liden:money_talks_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "money talks"@en .
liden:money_talks_form a ontolex:form ;
ontolex:writtenRep "money talks"@en .
liden:money_talks_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:money_talks_concept .
liden:money_talks_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:money_talks_sense ;
skos:definition "the influence of money trumps other influences"@en .
liden:mumbo_jumbo a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:mumbo_jumbo_sense ;
ontolex:canonicalForm liden:mumbo_jumbo_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "mumbo jumbo"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00056320n> .
liden:mumbo_jumbo_form a ontolex:form ;
ontolex:writtenRep "mumbo jumbo"@en .
liden:mumbo_jumbo_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:mumbo_jumbo_concept .
liden:mumbo_jumbo_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:mumbo_jumbo_sense ;
skos:definition "nonsense or meaningless speech or writing"@en .
liden:nest_egg a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:nest_egg_sense ;
ontolex:canonicalForm liden:nest_egg_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "nest egg"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00057358n> .
liden:nest_egg_form a ontolex:form ;
ontolex:writtenRep "nest egg"@en .
liden:nest_egg_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:nest_egg_concept .
liden:nest_egg_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:nest_egg_sense ;
skos:definition "savings set aside for future use"@en .
liden:not_a_spark_of_decency a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:not_a_spark_of_decency_sense ;
ontolex:canonicalForm liden:not_a_spark_of_decency_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "not a spark of decency"@en .
liden:not_a_spark_of_decency_form a ontolex:form ;
ontolex:writtenRep "not a spark of decency"@en .
liden:not_a_spark_of_decency_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:not_a_spark_of_decency_concept .
liden:not_a_spark_of_decency_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:not_a_spark_of_decency_sense ;
skos:definition "meaning: no manners"@en .
liden:not_playing_with_a_full_deck a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:not_playing_with_a_full_deck_sense ;
ontolex:canonicalForm liden:not_playing_with_a_full_deck_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "not playing with a full deck"@en .
liden:not_playing_with_a_full_deck_form a ontolex:form ;
ontolex:writtenRep "not playing with a full deck"@en .
liden:not_playing_with_a_full_deck_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:not_playing_with_a_full_deck_concept .
liden:not_playing_with_a_full_deck_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:not_playing_with_a_full_deck_sense ;
skos:definition "someone who lacks intelligence."@en .
liden:off_ones_rocker a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:off_ones_rocker_sense ;
ontolex:canonicalForm liden:off_ones_rocker_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "off one's rocker"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13744814a> .
liden:off_ones_rocker_form a ontolex:form ;
ontolex:writtenRep "off one's rocker"@en .
liden:off_ones_rocker_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:off_ones_rocker_concept .
liden:off_ones_rocker_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:off_ones_rocker_sense ;
skos:definition "crazy, demented, out of one's mind, in a confused or befuddled state of mind, senile."@en .
liden:off_the_hook a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:off_the_hook_sense ;
ontolex:canonicalForm liden:off_the_hook_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "off the hook"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s01397064n> .
liden:off_the_hook_form a ontolex:form ;
ontolex:writtenRep "off the hook"@en .
liden:off_the_hook_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:off_the_hook_concept .
liden:off_the_hook_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:off_the_hook_sense ;
skos:definition "freed from a blame or obligation; having avoided a difficult situation"@en .
liden:once_in_a_blue_moon a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:once_in_a_blue_moon_sense ;
ontolex:canonicalForm liden:once_in_a_blue_moon_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "once in a blue moon"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13739814r> .
liden:once_in_a_blue_moon_form a ontolex:form ;
ontolex:writtenRep "once in a blue moon"@en .
liden:once_in_a_blue_moon_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:once_in_a_blue_moon_concept .
liden:once_in_a_blue_moon_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:once_in_a_blue_moon_sense ;
skos:definition "something that happens very rarely"@en .
liden:once_in_a_while a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:once_in_a_while_sense ;
ontolex:canonicalForm liden:once_in_a_while_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "once in a while"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00114210r> .
liden:once_in_a_while_form a ontolex:form ;
ontolex:writtenRep "once in a while"@en .
liden:once_in_a_while_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:once_in_a_while_concept .
liden:once_in_a_while_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:once_in_a_while_sense ;
skos:definition "sometimes, not very often"@en .
liden:out_of_the_blue a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:out_of_the_blue_sense ;
ontolex:canonicalForm liden:out_of_the_blue_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "out of the blue"@en .
liden:out_of_the_blue_form a ontolex:form ;
ontolex:writtenRep "out of the blue"@en .
liden:out_of_the_blue_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:out_of_the_blue_concept .
liden:out_of_the_blue_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:out_of_the_blue_sense ;
skos:definition "something that suddenly and unexpectedly occurs"@en .
liden:over_my_dead_body a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:over_my_dead_body_sense ;
ontolex:canonicalForm liden:over_my_dead_body_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "over my dead body"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13680442r> .
liden:over_my_dead_body_form a ontolex:form ;
ontolex:writtenRep "over my dead body"@en .
liden:over_my_dead_body_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:over_my_dead_body_concept .
liden:over_my_dead_body_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:over_my_dead_body_sense ;
skos:definition "when you absolutely will not accept or allow something to happen"@en .
liden:over_the_top a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:over_the_top_sense ;
ontolex:canonicalForm liden:over_the_top_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "over the top"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13749680a> .
liden:over_the_top_form a ontolex:form ;
ontolex:writtenRep "over the top"@en .
liden:over_the_top_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:over_the_top_concept .
liden:over_the_top_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:over_the_top_sense ;
skos:definition "very excessive; outrageously overdone"@en .
liden:penny_for_your_thoughts a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:penny_for_your_thoughts_sense ;
ontolex:canonicalForm liden:penny_for_your_thoughts_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "penny for your thoughts"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00747686n> .
liden:penny_for_your_thoughts_form a ontolex:form ;
ontolex:writtenRep "penny for your thoughts"@en .
liden:penny_for_your_thoughts_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:penny_for_your_thoughts_concept .
liden:penny_for_your_thoughts_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:penny_for_your_thoughts_sense ;
skos:definition "asking someone what they are thinking about"@en .
liden:picture_paints_a_thousand_words a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:picture_paints_a_thousand_words_sense ;
ontolex:canonicalForm liden:picture_paints_a_thousand_words_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "picture paints a thousand words"@en .
liden:picture_paints_a_thousand_words_form a ontolex:form ;
ontolex:writtenRep "picture paints a thousand words"@en .
liden:picture_paints_a_thousand_words_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:picture_paints_a_thousand_words_concept .
liden:picture_paints_a_thousand_words_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:picture_paints_a_thousand_words_sense ;
skos:definition "a visual presentation is far more descriptive than words."@en .
liden:piece_of_cake a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:piece_of_cake_sense ;
ontolex:canonicalForm liden:piece_of_cake_form ;
lexvo:usedIn <http://dbpedia.org/resource/England> ;
rdfs:label "piece of cake"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00012997n> .
liden:piece_of_cake_form a ontolex:form ;
ontolex:writtenRep "piece of cake"@en .
liden:piece_of_cake_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:piece_of_cake_concept .
liden:piece_of_cake_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:piece_of_cake_sense ;
skos:definition "when some task is very easy"@en .
liden:play_second_fiddle a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:play_second_fiddle_sense ;
ontolex:canonicalForm liden:play_second_fiddle_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "play second fiddle"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13680462v> .
liden:play_second_fiddle_form a ontolex:form ;
ontolex:writtenRep "play second fiddle"@en .
liden:play_second_fiddle_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:play_second_fiddle_concept .
liden:play_second_fiddle_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:play_second_fiddle_sense ;
skos:definition "to be less important"@en .
liden:poker_face a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:poker_face_sense ;
ontolex:canonicalForm liden:poker_face_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "poker face"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00063273n> .
liden:poker_face_form a ontolex:form ;
ontolex:writtenRep "poker face"@en .
liden:poker_face_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:poker_face_concept .
liden:poker_face_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:poker_face_sense ;
skos:definition "an impassive facial expression hiding real feelings"@en .
liden:pull_the_plug a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:pull_the_plug_sense ;
ontolex:canonicalForm liden:pull_the_plug_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "pull the plug"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00092152v> .
liden:pull_the_plug_form a ontolex:form ;
ontolex:writtenRep "pull the plug"@en .
liden:pull_the_plug_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:pull_the_plug_concept .
liden:pull_the_plug_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:pull_the_plug_sense ;
skos:definition "to stop something; to bring something to an end"@en .
liden:pulling_someones_leg a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:pulling_someones_leg_sense ;
ontolex:canonicalForm liden:pulling_someones_leg_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "pulling someone's leg"@en .
liden:pulling_someones_leg_form a ontolex:form ;
ontolex:writtenRep "pulling someone's leg"@en .
liden:pulling_someones_leg_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:pulling_someones_leg_concept .
liden:pulling_someones_leg_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:pulling_someones_leg_sense ;
skos:definition "tricking someone as a joke"@en .
liden:scapegoat a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:scapegoat_sense ;
ontolex:canonicalForm liden:scapegoat_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "scapegoat"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00069508n> .
liden:scapegoat_form a ontolex:form ;
ontolex:writtenRep "scapegoat"@en .
liden:scapegoat_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:scapegoat_concept .
liden:scapegoat_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:scapegoat_sense ;
skos:definition "someone else who takes the blame"@en .
liden:see_eye_to_eye a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:see_eye_to_eye_sense ;
ontolex:canonicalForm liden:see_eye_to_eye_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "see eye to eye"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00093440v> .
liden:see_eye_to_eye_form a ontolex:form ;
ontolex:writtenRep "see eye to eye"@en .
liden:see_eye_to_eye_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:see_eye_to_eye_concept .
liden:see_eye_to_eye_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:see_eye_to_eye_sense ;
skos:definition "be in agreement"@en .
liden:shake_a_leg a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:shake_a_leg_sense ;
ontolex:canonicalForm liden:shake_a_leg_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "shake a leg"@en .
liden:shake_a_leg_form a ontolex:form ;
ontolex:writtenRep "shake a leg"@en .
liden:shake_a_leg_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:shake_a_leg_concept .
liden:shake_a_leg_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:shake_a_leg_sense ;
skos:definition "to go fast, hurry"@en .
liden:shy_away_from_a_daring_task a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:shy_away_from_a_daring_task_sense ;
ontolex:canonicalForm liden:shy_away_from_a_daring_task_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "shy away from a daring task"@en .
liden:shy_away_from_a_daring_task_form a ontolex:form ;
ontolex:writtenRep "shy away from a daring task"@en .
liden:shy_away_from_a_daring_task_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:shy_away_from_a_daring_task_concept .
liden:shy_away_from_a_daring_task_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:shy_away_from_a_daring_task_sense ;
skos:definition "avoid something due to fear or uncertainty"@en .
liden:slap_on_the_wrist a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:slap_on_the_wrist_sense ;
ontolex:canonicalForm liden:slap_on_the_wrist_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "slap on the wrist"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13713942n> .
liden:slap_on_the_wrist_form a ontolex:form ;
ontolex:writtenRep "slap on the wrist"@en .
liden:slap_on_the_wrist_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:slap_on_the_wrist_concept .
liden:slap_on_the_wrist_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:slap_on_the_wrist_sense ;
skos:definition "a very mild punishment"@en .
liden:sleep_on_it a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:sleep_on_it_sense ;
ontolex:canonicalForm liden:sleep_on_it_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "sleep on it"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13763701v> .
liden:sleep_on_it_form a ontolex:form ;
ontolex:writtenRep "sleep on it"@en .
liden:sleep_on_it_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:sleep_on_it_concept .
liden:sleep_on_it_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:sleep_on_it_sense ;
skos:definition "wait until the next day before making an important decision"@en .
liden:snake_in_the_grass a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:snake_in_the_grass_sense ;
ontolex:canonicalForm liden:snake_in_the_grass_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "snake in the grass"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00072377n> .
liden:snake_in_the_grass_form a ontolex:form ;
ontolex:writtenRep "snake in the grass"@en .
liden:snake_in_the_grass_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:snake_in_the_grass_concept .
liden:snake_in_the_grass_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:snake_in_the_grass_sense ;
skos:definition "a treacherous person, especially one who feigns friendship."@en .
liden:snug_as_a_bug_in_a_rug a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:snug_as_a_bug_in_a_rug_sense ;
ontolex:canonicalForm liden:snug_as_a_bug_in_a_rug_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "snug as a bug in a rug"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13742717a> .
liden:snug_as_a_bug_in_a_rug_form a ontolex:form ;
ontolex:writtenRep "snug as a bug in a rug"@en .
liden:snug_as_a_bug_in_a_rug_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:snug_as_a_bug_in_a_rug_concept .
liden:snug_as_a_bug_in_a_rug_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:snug_as_a_bug_in_a_rug_sense ;
skos:definition "warm and cozy; content"@en .
liden:speak_of_the_devil a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:speak_of_the_devil_sense ;
ontolex:canonicalForm liden:speak_of_the_devil_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "speak of the devil!"@en .
liden:speak_of_the_devil_form a ontolex:form ;
ontolex:writtenRep "speak of the devil!"@en .
liden:speak_of_the_devil_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:speak_of_the_devil_concept .
liden:speak_of_the_devil_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:speak_of_the_devil_sense ;
skos:definition "reference to a person who appears unexpectedly while being talked about"@en .
liden:spill_the_beans a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:spill_the_beans_sense ;
ontolex:canonicalForm liden:spill_the_beans_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "spill the beans"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00082976v> .
liden:spill_the_beans_form a ontolex:form ;
ontolex:writtenRep "spill the beans"@en .
liden:spill_the_beans_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:spill_the_beans_concept .
liden:spill_the_beans_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:spill_the_beans_sense ;
skos:definition "to expose a secret"@en .
liden:start_from_scratch a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:start_from_scratch_sense ;
ontolex:canonicalForm liden:start_from_scratch_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "start from scratch"@en .
liden:start_from_scratch_form a ontolex:form ;
ontolex:writtenRep "start from scratch"@en .
liden:start_from_scratch_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:start_from_scratch_concept .
liden:start_from_scratch_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:start_from_scratch_sense ;
skos:definition "to do it all over again from the beginning"@en .
liden:take_it_easy a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:take_it_easy_sense ;
ontolex:canonicalForm liden:take_it_easy_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "take it easy"@en .
liden:take_it_easy_form a ontolex:form ;
ontolex:writtenRep "take it easy"@en .
liden:take_it_easy_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:take_it_easy_concept .
liden:take_it_easy_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:take_it_easy_sense ;
skos:definition "to relax"@en .
liden:taste_of_your_own_medicine a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:taste_of_your_own_medicine_sense ;
ontolex:canonicalForm liden:taste_of_your_own_medicine_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "taste of your own medicine"@en .
liden:taste_of_your_own_medicine_form a ontolex:form ;
ontolex:writtenRep "taste of your own medicine"@en .
liden:taste_of_your_own_medicine_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:taste_of_your_own_medicine_concept .
liden:taste_of_your_own_medicine_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:taste_of_your_own_medicine_sense ;
skos:definition "means that something happens to you, or is done to you, that you have done to someone else"@en .
liden:the_ball_is_in_your_court a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:the_ball_is_in_your_court_sense ;
ontolex:canonicalForm liden:the_ball_is_in_your_court_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "the ball is in your court"@en .
liden:the_ball_is_in_your_court_form a ontolex:form ;
ontolex:writtenRep "the ball is in your court"@en .
liden:the_ball_is_in_your_court_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:the_ball_is_in_your_court_concept .
liden:the_ball_is_in_your_court_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:the_ball_is_in_your_court_sense ;
skos:definition "your turn to speak or act next"@en .
liden:the_last_straw a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:the_last_straw_sense ;
ontolex:canonicalForm liden:the_last_straw_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "the last straw"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s03800600n> .
liden:the_last_straw_form a ontolex:form ;
ontolex:writtenRep "the last straw"@en .
liden:the_last_straw_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:the_last_straw_concept .
liden:the_last_straw_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:the_last_straw_sense ;
skos:definition "the last little burden or problem that causes previous problems, which had been tolerated, to become unsupportable"@en .
liden:the_whole_nine_yards a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:the_whole_nine_yards_sense ;
ontolex:canonicalForm liden:the_whole_nine_yards_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "the whole nine yards"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13611674r> .
liden:the_whole_nine_yards_form a ontolex:form ;
ontolex:writtenRep "the whole nine yards"@en .
liden:the_whole_nine_yards_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:the_whole_nine_yards_concept .
liden:the_whole_nine_yards_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:the_whole_nine_yards_sense ;
skos:definition "everything, all of it"@en .
liden:time_out a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:time_out_sense ;
ontolex:canonicalForm liden:time_out_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "time out"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00012899n> .
liden:time_out_form a ontolex:form ;
ontolex:writtenRep "time out"@en .
liden:time_out_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:time_out_concept .
liden:time_out_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:time_out_sense ;
skos:definition "stop; take a break; calm down"@en .
liden:tip_of_the_iceberg a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:tip_of_the_iceberg_sense ;
ontolex:canonicalForm liden:tip_of_the_iceberg_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "tip of the iceberg"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00775986n> .
liden:tip_of_the_iceberg_form a ontolex:form ;
ontolex:writtenRep "tip of the iceberg"@en .
liden:tip_of_the_iceberg_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:tip_of_the_iceberg_concept .
liden:tip_of_the_iceberg_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:tip_of_the_iceberg_sense ;
skos:definition "the small easily visible part of a larger problem"@en .
liden:tossup a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:tossup_sense ;
ontolex:canonicalForm liden:tossup_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "toss-up"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00032000n> .
liden:tossup_form a ontolex:form ;
ontolex:writtenRep "toss-up"@en .
liden:tossup_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:tossup_concept .
liden:tossup_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:tossup_sense ;
skos:definition "a situation where two or more possibilities are equally likely"@en .
liden:turn_a_blind_eye a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:turn_a_blind_eye_sense ;
ontolex:canonicalForm liden:turn_a_blind_eye_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "turn a blind eye"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00493649n> .
liden:turn_a_blind_eye_form a ontolex:form ;
ontolex:writtenRep "turn a blind eye"@en .
liden:turn_a_blind_eye_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:turn_a_blind_eye_concept .
liden:turn_a_blind_eye_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:turn_a_blind_eye_sense ;
skos:definition "to ignore something you know is real and pretend you do not see it"@en .
liden:twentyfour_seven a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:twentyfour_seven_sense ;
ontolex:canonicalForm liden:twentyfour_seven_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "twenty-four/seven"@en .
liden:twentyfour_seven_form a ontolex:form ;
ontolex:writtenRep "twenty-four/seven"@en .
liden:twentyfour_seven_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:twentyfour_seven_concept .
liden:twentyfour_seven_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:twentyfour_seven_sense ;
skos:definition "all the time; continuous operation"@en .
liden:up_a_creek_without_a_paddle a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:up_a_creek_without_a_paddle_sense ;
ontolex:canonicalForm liden:up_a_creek_without_a_paddle_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "up a creek without a paddle"@en .
liden:up_a_creek_without_a_paddle_form a ontolex:form ;
ontolex:writtenRep "up a creek without a paddle"@en .
liden:up_a_creek_without_a_paddle_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:up_a_creek_without_a_paddle_concept .
liden:up_a_creek_without_a_paddle_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:up_a_creek_without_a_paddle_sense ;
skos:definition "in an unlucky/bad situation"@en .
liden:when_pigs_fly a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:when_pigs_fly_sense ;
ontolex:canonicalForm liden:when_pigs_fly_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "when pigs fly"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s01410941n> .
liden:when_pigs_fly_form a ontolex:form ;
ontolex:writtenRep "when pigs fly"@en .
liden:when_pigs_fly_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:when_pigs_fly_concept .
liden:when_pigs_fly_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:when_pigs_fly_sense ;
skos:definition "something that will never ever happen"@en .
liden:wouldnt_be_caught_dead a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:wouldnt_be_caught_dead_sense ;
ontolex:canonicalForm liden:wouldnt_be_caught_dead_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "wouldn't be caught dead"@en .
liden:wouldnt_be_caught_dead_form a ontolex:form ;
ontolex:writtenRep "wouldn't be caught dead"@en .
liden:wouldnt_be_caught_dead_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:wouldnt_be_caught_dead_concept .
liden:wouldnt_be_caught_dead_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:wouldnt_be_caught_dead_sense ;
skos:definition "would never like to do something"@en .
liden:you_bet a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:you_bet_sense ;
ontolex:canonicalForm liden:you_bet_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "you bet!"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s01931334n> .
liden:you_bet_form a ontolex:form ;
ontolex:writtenRep "you bet!"@en .
liden:you_bet_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:you_bet_concept .
liden:you_bet_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:you_bet_sense ;
skos:definition "sure, yes, of course"@en .
liden:your_guess_is_as_good_as_mine a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:your_guess_is_as_good_as_mine_sense ;
ontolex:canonicalForm liden:your_guess_is_as_good_as_mine_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "your guess is as good as mine"@en .
liden:your_guess_is_as_good_as_mine_form a ontolex:form ;
ontolex:writtenRep "your guess is as good as mine"@en .
liden:your_guess_is_as_good_as_mine_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:your_guess_is_as_good_as_mine_concept .
liden:your_guess_is_as_good_as_mine_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:your_guess_is_as_good_as_mine_sense ;
skos:definition "to have no idea, do not know the answer to a question"@en .
liden:zero_tolerance a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:zero_tolerance_sense ;
ontolex:canonicalForm liden:zero_tolerance_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "zero tolerance"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00082033n> .
liden:zero_tolerance_form a ontolex:form ;
ontolex:writtenRep "zero tolerance"@en .
liden:zero_tolerance_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:zero_tolerance_concept .
liden:zero_tolerance_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:zero_tolerance_sense ;
skos:definition "absolutely no toleration of even the smallest infraction of a rule"@en .
liden:zip_your_lip a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:zip_your_lip_sense ;
ontolex:canonicalForm liden:zip_your_lip_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "zip your lip"@en .
liden:zip_your_lip_form a ontolex:form ;
ontolex:writtenRep "zip your lip"@en .
liden:zip_your_lip_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:zip_your_lip_concept .
liden:zip_your_lip_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:zip_your_lip_sense ;
skos:definition "if someone tells you to zip your lip, they want to to shut up or keep quiet about something. ('zip it' is also used.)"@en .
liden:tit_for_tat a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:tit_for_tat_sense ;
ontolex:canonicalForm liden:tit_for_tat_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "tit for tat"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00077390n> .
liden:tit_for_tat_form a ontolex:form ;
ontolex:writtenRep "tit for tat"@en .
liden:tit_for_tat_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:tit_for_tat_concept .
liden:tit_for_tat_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:tit_for_tat_sense ;
skos:definition "an action done to revenge against a person who has done some wrong to you"@en .
liden:dont_wash_your_dirty_laundry_in_public a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:dont_wash_your_dirty_laundry_in_public_sense ;
ontolex:canonicalForm liden:dont_wash_your_dirty_laundry_in_public_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "don't wash your dirty laundry in public"@en .
liden:dont_wash_your_dirty_laundry_in_public_form a ontolex:form ;
ontolex:writtenRep "don't wash your dirty laundry in public"@en .
liden:dont_wash_your_dirty_laundry_in_public_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:dont_wash_your_dirty_laundry_in_public_concept .
liden:dont_wash_your_dirty_laundry_in_public_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:dont_wash_your_dirty_laundry_in_public_sense ;
skos:definition "people, especially couples, who argue in front of others or involve others in their personal problems and crises, are said to be washing their dirty laundry in public; making public things that are best left private."@en .
liden:dont_cry_over_spilt_milk a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:dont_cry_over_spilt_milk_sense ;
ontolex:canonicalForm liden:dont_cry_over_spilt_milk_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "don't cry over spilt milk"@en .
liden:dont_cry_over_spilt_milk_form a ontolex:form ;
ontolex:writtenRep "don't cry over spilt milk"@en .
liden:dont_cry_over_spilt_milk_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:dont_cry_over_spilt_milk_concept .
liden:dont_cry_over_spilt_milk_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:dont_cry_over_spilt_milk_sense ;
skos:definition "when something bad happens and nothing can be done to help it people say, 'don't cry over spilt milk'"@en .
liden:you_reap_what_you_sow a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:you_reap_what_you_sow_sense ;
ontolex:canonicalForm liden:you_reap_what_you_sow_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "you reap what you sow"@en .
liden:you_reap_what_you_sow_form a ontolex:form ;
ontolex:writtenRep "you reap what you sow"@en .
liden:you_reap_what_you_sow_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:you_reap_what_you_sow_concept .
liden:you_reap_what_you_sow_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:you_reap_what_you_sow_sense ;
skos:definition "this means that if you do bad things to people, bad things will happen to you, or good things if you do good things. it is normally used when someone has done something bad."@en .
liden:put_the_cart_before_the_horse a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:put_the_cart_before_the_horse_sense ;
ontolex:canonicalForm liden:put_the_cart_before_the_horse_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "put the cart before the horse"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13752487v> .
liden:put_the_cart_before_the_horse_form a ontolex:form ;
ontolex:writtenRep "put the cart before the horse"@en .
liden:put_the_cart_before_the_horse_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:put_the_cart_before_the_horse_concept .
liden:put_the_cart_before_the_horse_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:put_the_cart_before_the_horse_sense ;
skos:definition "doing things in a wrong manner"@en .
liden:brandnew a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:brandnew_sense ;
ontolex:canonicalForm liden:brandnew_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "brand-new"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00098811a> .
liden:brandnew_form a ontolex:form ;
ontolex:writtenRep "brand-new"@en .
liden:brandnew_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:brandnew_concept .
liden:brandnew_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:brandnew_sense ;
skos:definition "to get over, tottally new"@en .
liden:walk_on_thin_ice a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:walk_on_thin_ice_sense ;
ontolex:canonicalForm liden:walk_on_thin_ice_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "walk on thin ice"@en .
liden:walk_on_thin_ice_form a ontolex:form ;
ontolex:writtenRep "walk on thin ice"@en .
liden:walk_on_thin_ice_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:walk_on_thin_ice_concept .
liden:walk_on_thin_ice_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:walk_on_thin_ice_sense ;
skos:definition "to be careful"@en .
liden:third_wheel a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:third_wheel_sense ;
ontolex:canonicalForm liden:third_wheel_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "third wheel"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00579934n> .
liden:third_wheel_form a ontolex:form ;
ontolex:writtenRep "third wheel"@en .
liden:third_wheel_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:third_wheel_concept .
liden:third_wheel_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:third_wheel_sense ;
skos:definition "the third wheel may feel uncomfortable about watching the couple canoodle on his her her sofa, but none of this is taken into consideration."@en .
liden:the_shoemakers_son_always_goes_barefoot a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:the_shoemakers_son_always_goes_barefoot_sense ;
ontolex:canonicalForm liden:the_shoemakers_son_always_goes_barefoot_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "the shoemaker's son always goes barefoot"@en .
liden:the_shoemakers_son_always_goes_barefoot_form a ontolex:form ;
ontolex:writtenRep "the shoemaker's son always goes barefoot"@en .
liden:the_shoemakers_son_always_goes_barefoot_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:the_shoemakers_son_always_goes_barefoot_concept .
liden:the_shoemakers_son_always_goes_barefoot_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:the_shoemakers_son_always_goes_barefoot_sense ;
skos:definition "meaning that the family of a skilled or knowledgeable person are often the last to benefit from their expertise."@en .
liden:have_two_pennies_to_rub_together a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:have_two_pennies_to_rub_together_sense ;
ontolex:canonicalForm liden:have_two_pennies_to_rub_together_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "have two pennies to rub together"@en .
liden:have_two_pennies_to_rub_together_form a ontolex:form ;
ontolex:writtenRep "have two pennies to rub together"@en .
liden:have_two_pennies_to_rub_together_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:have_two_pennies_to_rub_together_concept .
liden:have_two_pennies_to_rub_together_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:have_two_pennies_to_rub_together_sense ;
skos:definition "a person very poor without any penny"@en .
liden:the_early_bird_gets_the_worm a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:the_early_bird_gets_the_worm_sense ;
ontolex:canonicalForm liden:the_early_bird_gets_the_worm_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "the early bird gets the worm"@en .
liden:the_early_bird_gets_the_worm_form a ontolex:form ;
ontolex:writtenRep "the early bird gets the worm"@en .
liden:the_early_bird_gets_the_worm_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:the_early_bird_gets_the_worm_concept .
liden:the_early_bird_gets_the_worm_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:the_early_bird_gets_the_worm_sense ;
skos:definition "success comes to those who prepare well and put in effort."@en .
liden:too_many_cooks_spoil_the_broth a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:too_many_cooks_spoil_the_broth_sense ;
ontolex:canonicalForm liden:too_many_cooks_spoil_the_broth_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "too many cooks spoil the broth"@en .
liden:too_many_cooks_spoil_the_broth_form a ontolex:form ;
ontolex:writtenRep "too many cooks spoil the broth"@en .
liden:too_many_cooks_spoil_the_broth_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:too_many_cooks_spoil_the_broth_concept .
liden:too_many_cooks_spoil_the_broth_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:too_many_cooks_spoil_the_broth_sense ;
skos:definition "if too many people are involved in a task or activity, it will not be done well."@en .
liden:hopping_mad a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:hopping_mad_sense ;
ontolex:canonicalForm liden:hopping_mad_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "hopping mad"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13686574a> .
liden:hopping_mad_form a ontolex:form ;
ontolex:writtenRep "hopping mad"@en .
liden:hopping_mad_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:hopping_mad_concept .
liden:hopping_mad_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:hopping_mad_sense ;
skos:definition "to be extremelly angry"@en .
liden:on_cloud_nine a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:on_cloud_nine_sense ;
ontolex:canonicalForm liden:on_cloud_nine_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "on cloud nine"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13701303a> .
liden:on_cloud_nine_form a ontolex:form ;
ontolex:writtenRep "on cloud nine"@en .
liden:on_cloud_nine_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:on_cloud_nine_concept .
liden:on_cloud_nine_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:on_cloud_nine_sense ;
skos:definition "in an extremely blissful state."@en .
liden:get_laid a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:get_laid_sense ;
ontolex:canonicalForm liden:get_laid_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "get laid"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00083081v> .
liden:get_laid_form a ontolex:form ;
ontolex:writtenRep "get laid"@en .
liden:get_laid_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:get_laid_concept .
liden:get_laid_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:get_laid_sense ;
skos:definition "to have sex"@en .
liden:bit_the_bullet a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:bit_the_bullet_sense ;
ontolex:canonicalForm liden:bit_the_bullet_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "bit the bullet"@en .
liden:bit_the_bullet_form a ontolex:form ;
ontolex:writtenRep "bit the bullet"@en .
liden:bit_the_bullet_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:bit_the_bullet_concept .
liden:bit_the_bullet_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:bit_the_bullet_sense ;
skos:definition "decide to do something difficult "@en .
liden:made_your_bed_now_lie a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:made_your_bed_now_lie_sense ;
ontolex:canonicalForm liden:made_your_bed_now_lie_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "made your bed, now lie"@en .
liden:made_your_bed_now_lie_form a ontolex:form ;
ontolex:writtenRep "made your bed, now lie"@en .
liden:made_your_bed_now_lie_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:made_your_bed_now_lie_concept .
liden:made_your_bed_now_lie_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:made_your_bed_now_lie_sense ;
skos:definition "you made a decision and now must accept its consequences."@en .
liden:scatterbrain a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:scatterbrain_sense ;
ontolex:canonicalForm liden:scatterbrain_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "scatterbrain"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00035893n> .
liden:scatterbrain_form a ontolex:form ;
ontolex:writtenRep "scatterbrain"@en .
liden:scatterbrain_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:scatterbrain_concept .
liden:scatterbrain_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:scatterbrain_sense ;
skos:definition "a person who tends to be disorganized and lacking in concentration."@en .
liden:run_into_the_sand a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:run_into_the_sand_sense ;
ontolex:canonicalForm liden:run_into_the_sand_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "run into the sand"@en .
liden:run_into_the_sand_form a ontolex:form ;
ontolex:writtenRep "run into the sand"@en .
liden:run_into_the_sand_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:run_into_the_sand_concept .
liden:run_into_the_sand_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:run_into_the_sand_sense ;
skos:definition "come to nothing"@en .
liden:be_in_seventh_heaven a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:be_in_seventh_heaven_sense ;
ontolex:canonicalForm liden:be_in_seventh_heaven_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "be in seventh heaven"@en .
liden:be_in_seventh_heaven_form a ontolex:form ;
ontolex:writtenRep "be in seventh heaven"@en .
liden:be_in_seventh_heaven_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:be_in_seventh_heaven_concept .
liden:be_in_seventh_heaven_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:be_in_seventh_heaven_sense ;
skos:definition "to be extremely happy"@en .
liden:whale_of_a_time a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:whale_of_a_time_sense ;
ontolex:canonicalForm liden:whale_of_a_time_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "whale of a time"@en .
liden:whale_of_a_time_form a ontolex:form ;
ontolex:writtenRep "whale of a time"@en .
liden:whale_of_a_time_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:whale_of_a_time_concept .
liden:whale_of_a_time_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:whale_of_a_time_sense ;
skos:definition "to enjoy yourself very much"@en .
liden:a_bitter_pill_to_swallow a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:a_bitter_pill_to_swallow_sense ;
ontolex:canonicalForm liden:a_bitter_pill_to_swallow_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "a bitter pill to swallow"@en .
liden:a_bitter_pill_to_swallow_form a ontolex:form ;
ontolex:writtenRep "a bitter pill to swallow"@en .
liden:a_bitter_pill_to_swallow_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:a_bitter_pill_to_swallow_concept .
liden:a_bitter_pill_to_swallow_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:a_bitter_pill_to_swallow_sense ;
skos:definition "something unpleasant that must be accepted or endured."@en .
liden:feel_the_pinch a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:feel_the_pinch_sense ;
ontolex:canonicalForm liden:feel_the_pinch_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "feel the pinch"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13653396v> .
liden:feel_the_pinch_form a ontolex:form ;
ontolex:writtenRep "feel the pinch"@en .
liden:feel_the_pinch_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:feel_the_pinch_concept .
liden:feel_the_pinch_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:feel_the_pinch_sense ;
skos:definition "to have problems with money"@en .
liden:cast_in_the_same_mould a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:cast_in_the_same_mould_sense ;
ontolex:canonicalForm liden:cast_in_the_same_mould_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "cast in the same mould"@en .
liden:cast_in_the_same_mould_form a ontolex:form ;
ontolex:writtenRep "cast in the same mould"@en .
liden:cast_in_the_same_mould_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:cast_in_the_same_mould_concept .
liden:cast_in_the_same_mould_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:cast_in_the_same_mould_sense ;
skos:definition "people or things very similar."@en .
liden:pennypincher a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:pennypincher_sense ;
ontolex:canonicalForm liden:pennypincher_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "penny-pincher"@en .
liden:pennypincher_form a ontolex:form ;
ontolex:writtenRep "penny-pincher"@en .
liden:pennypincher_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:pennypincher_concept .
liden:pennypincher_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:pennypincher_sense ;
skos:definition "a stingy person"@en .
liden:your_belly_button_is_bigger_than_your_stomach a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:your_belly_button_is_bigger_than_your_stomach_sense ;
ontolex:canonicalForm liden:your_belly_button_is_bigger_than_your_stomach_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "your belly button is bigger than your stomach"@en .
liden:your_belly_button_is_bigger_than_your_stomach_form a ontolex:form ;
ontolex:writtenRep "your belly button is bigger than your stomach"@en .
liden:your_belly_button_is_bigger_than_your_stomach_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:your_belly_button_is_bigger_than_your_stomach_concept .
liden:your_belly_button_is_bigger_than_your_stomach_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:your_belly_button_is_bigger_than_your_stomach_sense ;
skos:definition "you take on more responsibilities than you can handle."@en .
liden:bow_and_scrap a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:bow_and_scrap_sense ;
ontolex:canonicalForm liden:bow_and_scrap_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "bow and scrap"@en .
liden:bow_and_scrap_form a ontolex:form ;
ontolex:writtenRep "bow and scrap"@en .
liden:bow_and_scrap_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:bow_and_scrap_concept .
liden:bow_and_scrap_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:bow_and_scrap_sense ;
skos:definition "to try too hard to please someone in a position of authority"@en .
liden:pull_the_wool_over_ones_eyes a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:pull_the_wool_over_ones_eyes_sense ;
ontolex:canonicalForm liden:pull_the_wool_over_ones_eyes_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "pull the wool over one's eyes"@en .
liden:pull_the_wool_over_ones_eyes_form a ontolex:form ;
ontolex:writtenRep "pull the wool over one's eyes"@en .
liden:pull_the_wool_over_ones_eyes_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:pull_the_wool_over_ones_eyes_concept .
liden:pull_the_wool_over_ones_eyes_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:pull_the_wool_over_ones_eyes_sense ;
skos:definition "to deceive someone"@en .
liden:make_hair_stand_on_end a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:make_hair_stand_on_end_sense ;
ontolex:canonicalForm liden:make_hair_stand_on_end_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "make hair stand on end"@en .
liden:make_hair_stand_on_end_form a ontolex:form ;
ontolex:writtenRep "make hair stand on end"@en .
liden:make_hair_stand_on_end_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:make_hair_stand_on_end_concept .
liden:make_hair_stand_on_end_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:make_hair_stand_on_end_sense ;
skos:definition "to make someone feel very frightened "@en .
liden:thats_the_heart_of_the_matter a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:thats_the_heart_of_the_matter_sense ;
ontolex:canonicalForm liden:thats_the_heart_of_the_matter_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "that's the heart of the matter."@en .
liden:thats_the_heart_of_the_matter_form a ontolex:form ;
ontolex:writtenRep "that's the heart of the matter."@en .
liden:thats_the_heart_of_the_matter_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:thats_the_heart_of_the_matter_concept .
liden:thats_the_heart_of_the_matter_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:thats_the_heart_of_the_matter_sense ;
skos:definition "central or critical point of an issue."@en .
liden:give_the_third_degree_give_a_sound_trashing a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:give_the_third_degree_give_a_sound_trashing_sense ;
ontolex:canonicalForm liden:give_the_third_degree_give_a_sound_trashing_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "give the third degree, give a sound trashing"@en .
liden:give_the_third_degree_give_a_sound_trashing_form a ontolex:form ;
ontolex:writtenRep "give the third degree, give a sound trashing"@en .
liden:give_the_third_degree_give_a_sound_trashing_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:give_the_third_degree_give_a_sound_trashing_concept .
liden:give_the_third_degree_give_a_sound_trashing_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:give_the_third_degree_give_a_sound_trashing_sense ;
skos:definition "to interrogate"@en .
liden:a_voice_crying_in_the_wilderness a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:a_voice_crying_in_the_wilderness_sense ;
ontolex:canonicalForm liden:a_voice_crying_in_the_wilderness_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "a voice crying in the wilderness"@en .
liden:a_voice_crying_in_the_wilderness_form a ontolex:form ;
ontolex:writtenRep "a voice crying in the wilderness"@en .
liden:a_voice_crying_in_the_wilderness_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:a_voice_crying_in_the_wilderness_concept .
liden:a_voice_crying_in_the_wilderness_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:a_voice_crying_in_the_wilderness_sense ;
skos:definition "someone who expresses an idea"@en .
liden:naked_truth a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:naked_truth_sense ;
ontolex:canonicalForm liden:naked_truth_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "naked truth"@en .
liden:naked_truth_form a ontolex:form ;
ontolex:writtenRep "naked truth"@en .
liden:naked_truth_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:naked_truth_concept .
liden:naked_truth_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:naked_truth_sense ;
skos:definition "unadorned facts, without concealment or embellishment."@en .
liden:lame_duck a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:lame_duck_sense ;
ontolex:canonicalForm liden:lame_duck_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "lame duck"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00049777n> .
liden:lame_duck_form a ontolex:form ;
ontolex:writtenRep "lame duck"@en .
liden:lame_duck_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:lame_duck_concept .
liden:lame_duck_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:lame_duck_sense ;
skos:definition "someone who is in the last period of a term in an elective office"@en .
liden:draw_the_short_straw a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:draw_the_short_straw_sense ;
ontolex:canonicalForm liden:draw_the_short_straw_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "draw the short straw"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13769195v> .
liden:draw_the_short_straw_form a ontolex:form ;
ontolex:writtenRep "draw the short straw"@en .
liden:draw_the_short_straw_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:draw_the_short_straw_concept .
liden:draw_the_short_straw_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:draw_the_short_straw_sense ;
skos:definition "specially a group of people have chosen to perfom some unpleaseant task"@en .
liden:shoot_the_breeze a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:shoot_the_breeze_sense ;
ontolex:canonicalForm liden:shoot_the_breeze_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "shoot the breeze"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00084747v> .
liden:shoot_the_breeze_form a ontolex:form ;
ontolex:writtenRep "shoot the breeze"@en .
liden:shoot_the_breeze_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:shoot_the_breeze_concept .
liden:shoot_the_breeze_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:shoot_the_breeze_sense ;
skos:definition "to ​spend ​time ​talking about things that are not ​important:"@en .
liden:old_hand a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:old_hand_sense ;
ontolex:canonicalForm liden:old_hand_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "old hand"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00058801n> .
liden:old_hand_form a ontolex:form ;
ontolex:writtenRep "old hand"@en .
liden:old_hand_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:old_hand_concept .
liden:old_hand_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:old_hand_sense ;
skos:definition "a person who is experienced in or familiar with a subject, area, procedure, etc.:"@en .
liden:talk_hot_air a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:talk_hot_air_sense ;
ontolex:canonicalForm liden:talk_hot_air_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "talk hot air"@en .
liden:talk_hot_air_form a ontolex:form ;
ontolex:writtenRep "talk hot air"@en .
liden:talk_hot_air_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:talk_hot_air_concept .
liden:talk_hot_air_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:talk_hot_air_sense ;
skos:definition "to lie about something"@en .
liden:bone_of_contention a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:bone_of_contention_sense ;
ontolex:canonicalForm liden:bone_of_contention_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "bone of contention"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00012012n> .
liden:bone_of_contention_form a ontolex:form ;
ontolex:writtenRep "bone of contention"@en .
liden:bone_of_contention_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:bone_of_contention_concept .
liden:bone_of_contention_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:bone_of_contention_sense ;
skos:definition "the subject or point of an argument; an unsettled point of disagreement."@en .
liden:pandoras_box a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:pandoras_box_sense ;
ontolex:canonicalForm liden:pandoras_box_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "pandora's box"@en .
liden:pandoras_box_form a ontolex:form ;
ontolex:writtenRep "pandora's box"@en .
liden:pandoras_box_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:pandoras_box_concept .
liden:pandoras_box_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:pandoras_box_sense ;
skos:definition "a source of extensive but unforeseen troubles or problems:"@en .
liden:east_or_west_home_is_best a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:east_or_west_home_is_best_sense ;
ontolex:canonicalForm liden:east_or_west_home_is_best_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "east or west, home is best"@en .
liden:east_or_west_home_is_best_form a ontolex:form ;
ontolex:writtenRep "east or west, home is best"@en .
liden:east_or_west_home_is_best_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:east_or_west_home_is_best_concept .
liden:east_or_west_home_is_best_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:east_or_west_home_is_best_sense ;
skos:definition "home is the best place to be no matter where it is."@en .
liden:the_ends_justifies_the_means a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:the_ends_justifies_the_means_sense ;
ontolex:canonicalForm liden:the_ends_justifies_the_means_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "the ends justifies the means"@en .
liden:the_ends_justifies_the_means_form a ontolex:form ;
ontolex:writtenRep "the ends justifies the means"@en .
liden:the_ends_justifies_the_means_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:the_ends_justifies_the_means_concept .
liden:the_ends_justifies_the_means_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:the_ends_justifies_the_means_sense ;
skos:definition "you can use bad or immoral methods as long as you accomplish something good by using them"@en .
liden:the_forbidden_fruit_is_the_sweetest a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:the_forbidden_fruit_is_the_sweetest_sense ;
ontolex:canonicalForm liden:the_forbidden_fruit_is_the_sweetest_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "the forbidden fruit is the sweetest"@en .
liden:the_forbidden_fruit_is_the_sweetest_form a ontolex:form ;
ontolex:writtenRep "the forbidden fruit is the sweetest"@en .
liden:the_forbidden_fruit_is_the_sweetest_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:the_forbidden_fruit_is_the_sweetest_concept .
liden:the_forbidden_fruit_is_the_sweetest_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:the_forbidden_fruit_is_the_sweetest_sense ;
skos:definition "forbidden things have more worthwhile short-term consequences."@en .
liden:the_apple_doesnt_fall_far_from_the_tree a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:the_apple_doesnt_fall_far_from_the_tree_sense ;
ontolex:canonicalForm liden:the_apple_doesnt_fall_far_from_the_tree_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "the apple doesn't fall far from the tree"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13601400n> .
liden:the_apple_doesnt_fall_far_from_the_tree_form a ontolex:form ;
ontolex:writtenRep "the apple doesn't fall far from the tree"@en .
liden:the_apple_doesnt_fall_far_from_the_tree_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:the_apple_doesnt_fall_far_from_the_tree_concept .
liden:the_apple_doesnt_fall_far_from_the_tree_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:the_apple_doesnt_fall_far_from_the_tree_sense ;
skos:definition "a child grows up to be similar to its parents"@en .
liden:theres_no_smoke_without_fire a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:theres_no_smoke_without_fire_sense ;
ontolex:canonicalForm liden:theres_no_smoke_without_fire_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "there's no smoke without fire"@en .
liden:theres_no_smoke_without_fire_form a ontolex:form ;
ontolex:writtenRep "there's no smoke without fire"@en .
liden:theres_no_smoke_without_fire_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:theres_no_smoke_without_fire_concept .
liden:theres_no_smoke_without_fire_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:theres_no_smoke_without_fire_sense ;
skos:definition "gossip or accusations are often substantiated by fact."@en .
liden:fight_fire_with_fire_one_fire_drives_out_another a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:fight_fire_with_fire_one_fire_drives_out_another_sense ;
ontolex:canonicalForm liden:fight_fire_with_fire_one_fire_drives_out_another_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "fight fire with fire, one fire drives out another"@en .
liden:fight_fire_with_fire_one_fire_drives_out_another_form a ontolex:form ;
ontolex:writtenRep "fight fire with fire, one fire drives out another"@en .
liden:fight_fire_with_fire_one_fire_drives_out_another_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:fight_fire_with_fire_one_fire_drives_out_another_concept .
liden:fight_fire_with_fire_one_fire_drives_out_another_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:fight_fire_with_fire_one_fire_drives_out_another_sense ;
skos:definition "it's a warning that one way to stop a mess, it to create a bigger mess."@en .
liden:no_flying_from_fate a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:no_flying_from_fate_sense ;
ontolex:canonicalForm liden:no_flying_from_fate_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "no flying from fate"@en .
liden:no_flying_from_fate_form a ontolex:form ;
ontolex:writtenRep "no flying from fate"@en .
liden:no_flying_from_fate_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:no_flying_from_fate_concept .
liden:no_flying_from_fate_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:no_flying_from_fate_sense .
liden:all_that_glitters_is_not_gold a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:all_that_glitters_is_not_gold_sense ;
ontolex:canonicalForm liden:all_that_glitters_is_not_gold_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "all that glitters is not gold"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00925253n> .
liden:all_that_glitters_is_not_gold_form a ontolex:form ;
ontolex:writtenRep "all that glitters is not gold"@en .
liden:all_that_glitters_is_not_gold_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:all_that_glitters_is_not_gold_concept .
liden:all_that_glitters_is_not_gold_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:all_that_glitters_is_not_gold_sense ;
skos:definition "things that appear on the surface to be of great value may be quite worthless."@en .
liden:dont_look_a_gift_horse_in_the_mouth a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:dont_look_a_gift_horse_in_the_mouth_sense ;
ontolex:canonicalForm liden:dont_look_a_gift_horse_in_the_mouth_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "don't look a gift horse in the mouth"@en .
liden:dont_look_a_gift_horse_in_the_mouth_form a ontolex:form ;
ontolex:writtenRep "don't look a gift horse in the mouth"@en .
liden:dont_look_a_gift_horse_in_the_mouth_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:dont_look_a_gift_horse_in_the_mouth_concept .
liden:dont_look_a_gift_horse_in_the_mouth_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:dont_look_a_gift_horse_in_the_mouth_sense ;
skos:definition "don't question the value of a gift."@en .
<http://lid.aksw.org/en/you_couldnt_split_them_apart_with_water/as_thick_as_thieves> a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense <http://lid.aksw.org/en/you_couldnt_split_them_apart_with_water/as_thick_as_thieves_sense> ;
ontolex:canonicalForm <http://lid.aksw.org/en/you_couldnt_split_them_apart_with_water/as_thick_as_thieves_form> ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "you couldn't split them apart with water/as thick as thieves"@en .
<http://lid.aksw.org/en/you_couldnt_split_them_apart_with_water/as_thick_as_thieves_form> a ontolex:form ;
ontolex:writtenRep "you couldn't split them apart with water/as thick as thieves"@en .
<http://lid.aksw.org/en/you_couldnt_split_them_apart_with_water/as_thick_as_thieves_sense> a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf <http://lid.aksw.org/en/you_couldnt_split_them_apart_with_water/as_thick_as_thieves_concept> .
<http://lid.aksw.org/en/you_couldnt_split_them_apart_with_water/as_thick_as_thieves_concept> a ontolex:LexicalConcept ;
ontolex:isConceptOf <http://lid.aksw.org/en/you_couldnt_split_them_apart_with_water/as_thick_as_thieves_sense> ;
skos:definition "to be tight or best friends with someone"@en .
liden:its_raining_cats_and_dogs a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:its_raining_cats_and_dogs_sense ;
ontolex:canonicalForm liden:its_raining_cats_and_dogs_form ;
lexvo:usedIn <http://dbpedia.org/resource/England> ;
rdfs:label "its raining cats and dogs"@en .
liden:its_raining_cats_and_dogs_form a ontolex:form ;
ontolex:writtenRep "its raining cats and dogs"@en .
liden:its_raining_cats_and_dogs_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:its_raining_cats_and_dogs_concept .
liden:its_raining_cats_and_dogs_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:its_raining_cats_and_dogs_sense ;
skos:definition "to raining a lot"@en .
liden:talking_to_a_brick_wall a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:talking_to_a_brick_wall_sense ;
ontolex:canonicalForm liden:talking_to_a_brick_wall_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "talking to a brick wall"@en .
liden:talking_to_a_brick_wall_form a ontolex:form ;
ontolex:writtenRep "talking to a brick wall"@en .
liden:talking_to_a_brick_wall_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:talking_to_a_brick_wall_concept .
liden:talking_to_a_brick_wall_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:talking_to_a_brick_wall_sense ;
skos:definition "the person you are speaking to does not listen"@en .
liden:red_in_the_face a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:red_in_the_face_sense ;
ontolex:canonicalForm liden:red_in_the_face_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "red in the face"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s14079761n> .
liden:red_in_the_face_form a ontolex:form ;
ontolex:writtenRep "red in the face"@en .
liden:red_in_the_face_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:red_in_the_face_concept .
liden:red_in_the_face_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:red_in_the_face_sense ;
skos:definition "suffer embarrassment or shame"@en .
liden:mums_the_word a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:mums_the_word_sense ;
ontolex:canonicalForm liden:mums_the_word_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "mum's the word."@en .
liden:mums_the_word_form a ontolex:form ;
ontolex:writtenRep "mum's the word."@en .
liden:mums_the_word_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:mums_the_word_concept .
liden:mums_the_word_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:mums_the_word_sense ;
skos:definition "to keep silent about a secret"@en .
liden:know_like_the_back_of_your_hand_ a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:know_like_the_back_of_your_hand__sense ;
ontolex:canonicalForm liden:know_like_the_back_of_your_hand__form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "know like the back of your hand ?"@en .
liden:know_like_the_back_of_your_hand__form a ontolex:form ;
ontolex:writtenRep "know like the back of your hand ?"@en .
liden:know_like_the_back_of_your_hand__sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:know_like_the_back_of_your_hand__concept .
liden:know_like_the_back_of_your_hand__concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:know_like_the_back_of_your_hand__sense ;
skos:definition "to know a place very well"@en .
liden:the_odd_one_out a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:the_odd_one_out_sense ;
ontolex:canonicalForm liden:the_odd_one_out_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "the odd one out"@en .
liden:the_odd_one_out_form a ontolex:form ;
ontolex:writtenRep "the odd one out"@en .
liden:the_odd_one_out_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:the_odd_one_out_concept .
liden:the_odd_one_out_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:the_odd_one_out_sense ;
skos:definition "a ​person or thing that is different from or ​kept ​apart from ​others that ​form a ​group or set:"@en .
liden:a_friend_in_need a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:a_friend_in_need_sense ;
ontolex:canonicalForm liden:a_friend_in_need_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "a friend in need"@en .
liden:a_friend_in_need_form a ontolex:form ;
ontolex:writtenRep "a friend in need"@en .
liden:a_friend_in_need_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:a_friend_in_need_concept .
liden:a_friend_in_need_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:a_friend_in_need_sense ;
skos:definition "a true friend is one who helps you when you are in need"@en .
liden:no_pain_no_gain a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:no_pain_no_gain_sense ;
ontolex:canonicalForm liden:no_pain_no_gain_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "no pain no gain"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00257566n> .
liden:no_pain_no_gain_form a ontolex:form ;
ontolex:writtenRep "no pain no gain"@en .
liden:no_pain_no_gain_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:no_pain_no_gain_concept .
liden:no_pain_no_gain_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:no_pain_no_gain_sense ;
skos:definition "withot work hard, without sucess"@en .
liden:live_and_learn a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:live_and_learn_sense ;
ontolex:canonicalForm liden:live_and_learn_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "live and learn"@en .
liden:live_and_learn_form a ontolex:form ;
ontolex:writtenRep "live and learn"@en .
liden:live_and_learn_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:live_and_learn_concept .
liden:live_and_learn_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:live_and_learn_sense ;
skos:definition "learn from experience and from your mistakes."@en .
liden:every_dog_has_his_day a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:every_dog_has_his_day_sense ;
ontolex:canonicalForm liden:every_dog_has_his_day_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "every dog has his day"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00858687n> .
liden:every_dog_has_his_day_form a ontolex:form ;
ontolex:writtenRep "every dog has his day"@en .
liden:every_dog_has_his_day_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:every_dog_has_his_day_concept .
liden:every_dog_has_his_day_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:every_dog_has_his_day_sense ;
skos:definition "even the lowest of us enjoys a moment of glory."@en .
liden:love_is_blind a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:love_is_blind_sense ;
ontolex:canonicalForm liden:love_is_blind_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "love is blind"@en .
liden:love_is_blind_form a ontolex:form ;
ontolex:writtenRep "love is blind"@en .
liden:love_is_blind_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:love_is_blind_concept .
liden:love_is_blind_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:love_is_blind_sense ;
skos:definition "a person who is in love can see no faults or imperfections in the person whom he or she loves."@en .
liden:it_doesnt_hurt_to_ask a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:it_doesnt_hurt_to_ask_sense ;
ontolex:canonicalForm liden:it_doesnt_hurt_to_ask_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "it doesn't hurt to ask"@en .
liden:it_doesnt_hurt_to_ask_form a ontolex:form ;
ontolex:writtenRep "it doesn't hurt to ask"@en .
liden:it_doesnt_hurt_to_ask_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:it_doesnt_hurt_to_ask_concept .
liden:it_doesnt_hurt_to_ask_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:it_doesnt_hurt_to_ask_sense ;
skos:definition "when you think that someone should ask for something, even if the answer is probably \"no\"."@en .
liden:three_sheets_to_the_wind a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:three_sheets_to_the_wind_sense ;
ontolex:canonicalForm liden:three_sheets_to_the_wind_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "three sheets to the wind"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13680340a> .
liden:three_sheets_to_the_wind_form a ontolex:form ;
ontolex:writtenRep "three sheets to the wind"@en .
liden:three_sheets_to_the_wind_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:three_sheets_to_the_wind_concept .
liden:three_sheets_to_the_wind_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:three_sheets_to_the_wind_sense ;
skos:definition "when a man is drunk, he does not fear anything"@en .
liden:lose_ones_train_of_thought a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:lose_ones_train_of_thought_sense ;
ontolex:canonicalForm liden:lose_ones_train_of_thought_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "lose one's train of thought"@en .
liden:lose_ones_train_of_thought_form a ontolex:form ;
ontolex:writtenRep "lose one's train of thought"@en .
liden:lose_ones_train_of_thought_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:lose_ones_train_of_thought_concept .
liden:lose_ones_train_of_thought_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:lose_ones_train_of_thought_sense ;
skos:definition "to forget about one thinking"@en .
liden:off_ones_guard a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:off_ones_guard_sense ;
ontolex:canonicalForm liden:off_ones_guard_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "off one's guard"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00107111a> .
liden:off_ones_guard_form a ontolex:form ;
ontolex:writtenRep "off one's guard"@en .
liden:off_ones_guard_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:off_ones_guard_concept .
liden:off_ones_guard_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:off_ones_guard_sense ;
skos:definition "to surprise someone"@en .
liden:look_alive a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:look_alive_sense ;
ontolex:canonicalForm liden:look_alive_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "look alive!"@en .
liden:look_alive_form a ontolex:form ;
ontolex:writtenRep "look alive!"@en .
liden:look_alive_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:look_alive_concept .
liden:look_alive_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:look_alive_sense ;
skos:definition "pay attention! move quickly!:"@en .
liden:to_do_ones_utmost a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:to_do_ones_utmost_sense ;
ontolex:canonicalForm liden:to_do_ones_utmost_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "to do one's utmost"@en .
liden:to_do_ones_utmost_form a ontolex:form ;
ontolex:writtenRep "to do one's utmost"@en .
liden:to_do_ones_utmost_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:to_do_ones_utmost_concept .
liden:to_do_ones_utmost_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:to_do_ones_utmost_sense ;
skos:definition "to make the greatest possible effort"@en .
liden:a_bigwig a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:a_bigwig_sense ;
ontolex:canonicalForm liden:a_bigwig_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "a bigwig"@en .
liden:a_bigwig_form a ontolex:form ;
ontolex:writtenRep "a bigwig"@en .
liden:a_bigwig_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:a_bigwig_concept .
liden:a_bigwig_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:a_bigwig_sense ;
skos:definition "a ​person who has an ​important or ​powerful ​position:"@en .
liden:hold_your_tongue_back a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:hold_your_tongue_back_sense ;
ontolex:canonicalForm liden:hold_your_tongue_back_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "hold your tongue back"@en .
liden:hold_your_tongue_back_form a ontolex:form ;
ontolex:writtenRep "hold your tongue back"@en .
liden:hold_your_tongue_back_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:hold_your_tongue_back_concept .
liden:hold_your_tongue_back_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:hold_your_tongue_back_sense ;
skos:definition "to not speak"@en .
liden:rome_wasnt_built_in_a_day a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:rome_wasnt_built_in_a_day_sense ;
ontolex:canonicalForm liden:rome_wasnt_built_in_a_day_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "rome wasn't built in a day!"@en .
liden:rome_wasnt_built_in_a_day_form a ontolex:form ;
ontolex:writtenRep "rome wasn't built in a day!"@en .
liden:rome_wasnt_built_in_a_day_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:rome_wasnt_built_in_a_day_concept .
liden:rome_wasnt_built_in_a_day_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:rome_wasnt_built_in_a_day_sense ;
skos:definition "important work takes time."@en .
liden:neck_and_neck a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:neck_and_neck_sense ;
ontolex:canonicalForm liden:neck_and_neck_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "neck and neck"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00104012a> .
liden:neck_and_neck_form a ontolex:form ;
ontolex:writtenRep "neck and neck"@en .
liden:neck_and_neck_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:neck_and_neck_concept .
liden:neck_and_neck_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:neck_and_neck_sense ;
skos:definition "even or very close; indeterminate as to the outcome:"@en .
liden:dont_count_your_chickens_before_theyve_hatched a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:dont_count_your_chickens_before_theyve_hatched_sense ;
ontolex:canonicalForm liden:dont_count_your_chickens_before_theyve_hatched_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "don't count your chickens before they've hatched"@en .
liden:dont_count_your_chickens_before_theyve_hatched_form a ontolex:form ;
ontolex:writtenRep "don't count your chickens before they've hatched"@en .
liden:dont_count_your_chickens_before_theyve_hatched_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:dont_count_your_chickens_before_theyve_hatched_concept .
liden:dont_count_your_chickens_before_theyve_hatched_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:dont_count_your_chickens_before_theyve_hatched_sense ;
skos:definition "you should not expect all of your hopes to be fulfilled."@en .
liden:tomorrow_is_another_day a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:tomorrow_is_another_day_sense ;
ontolex:canonicalForm liden:tomorrow_is_another_day_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "tomorrow is another day"@en .
liden:tomorrow_is_another_day_form a ontolex:form ;
ontolex:writtenRep "tomorrow is another day"@en .
liden:tomorrow_is_another_day_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:tomorrow_is_another_day_concept .
liden:tomorrow_is_another_day_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:tomorrow_is_another_day_sense ;
skos:definition "tomorrow will bring new opportunities and a fresh start for one's endeavors"@en .
liden:pull_the_cats_tail a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:pull_the_cats_tail_sense ;
ontolex:canonicalForm liden:pull_the_cats_tail_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "pull the cat's tail"@en .
liden:pull_the_cats_tail_form a ontolex:form ;
ontolex:writtenRep "pull the cat's tail"@en .
liden:pull_the_cats_tail_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:pull_the_cats_tail_concept .
liden:pull_the_cats_tail_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:pull_the_cats_tail_sense ;
skos:definition "to do something slowly"@en .
liden:scratch_head a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:scratch_head_sense ;
ontolex:canonicalForm liden:scratch_head_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "scratch head"@en .
liden:scratch_head_form a ontolex:form ;
ontolex:writtenRep "scratch head"@en .
liden:scratch_head_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:scratch_head_concept .
liden:scratch_head_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:scratch_head_sense ;
skos:definition "to have ​difficulty ​understanding something:"@en .
liden:a_fish_rots_from_the_head_down a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:a_fish_rots_from_the_head_down_sense ;
ontolex:canonicalForm liden:a_fish_rots_from_the_head_down_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "a fish rots from the head down"@en .
liden:a_fish_rots_from_the_head_down_form a ontolex:form ;
ontolex:writtenRep "a fish rots from the head down"@en .
liden:a_fish_rots_from_the_head_down_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:a_fish_rots_from_the_head_down_concept .
liden:a_fish_rots_from_the_head_down_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:a_fish_rots_from_the_head_down_sense ;
skos:definition "when an organization or state fails, it is the leadership that is the root cause."@en .
liden:every_which_way a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:every_which_way_sense ;
ontolex:canonicalForm liden:every_which_way_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "every which way"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00114328r> .
liden:every_which_way_form a ontolex:form ;
ontolex:writtenRep "every which way"@en .
liden:every_which_way_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:every_which_way_concept .
liden:every_which_way_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:every_which_way_sense ;
skos:definition "in all directions; in disorganized fashion"@en .
liden:hold_ones_breath a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:hold_ones_breath_sense ;
ontolex:canonicalForm liden:hold_ones_breath_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "hold one's breath"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13674956v> .
liden:hold_ones_breath_form a ontolex:form ;
ontolex:writtenRep "hold one's breath"@en .
liden:hold_ones_breath_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:hold_ones_breath_concept .
liden:hold_ones_breath_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:hold_ones_breath_sense ;
skos:definition "be excited, anxious, or nervous."@en .
liden:narrow_escape a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:narrow_escape_sense ;
ontolex:canonicalForm liden:narrow_escape_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "narrow escape"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00019923n> .
liden:narrow_escape_form a ontolex:form ;
ontolex:writtenRep "narrow escape"@en .
liden:narrow_escape_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:narrow_escape_concept .
liden:narrow_escape_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:narrow_escape_sense ;
skos:definition "a person saves yourself of a danger situation"@en .
liden:rock_the_boat a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:rock_the_boat_sense ;
ontolex:canonicalForm liden:rock_the_boat_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "rock the boat"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13696676v> .
liden:rock_the_boat_form a ontolex:form ;
ontolex:writtenRep "rock the boat"@en .
liden:rock_the_boat_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:rock_the_boat_concept .
liden:rock_the_boat_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:rock_the_boat_sense ;
skos:definition "to disrupt the smooth functioning or routine of something:"@en .
liden:look_before_you_leap a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:look_before_you_leap_sense ;
ontolex:canonicalForm liden:look_before_you_leap_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "look before you leap"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s03815138n> .
liden:look_before_you_leap_form a ontolex:form ;
ontolex:writtenRep "look before you leap"@en .
liden:look_before_you_leap_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:look_before_you_leap_concept .
liden:look_before_you_leap_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:look_before_you_leap_sense ;
skos:definition "to think of the consequences before you act"@en .
liden:all_the_way_to_egery_and_back a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:all_the_way_to_egery_and_back_sense ;
ontolex:canonicalForm liden:all_the_way_to_egery_and_back_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "all the way to egery and back"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13651132n> .
liden:all_the_way_to_egery_and_back_form a ontolex:form ;
ontolex:writtenRep "all the way to egery and back"@en .
liden:all_the_way_to_egery_and_back_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:all_the_way_to_egery_and_back_concept .
liden:all_the_way_to_egery_and_back_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:all_the_way_to_egery_and_back_sense ;
skos:definition "a long distance to travel"@en .
liden:to_have_your_cake_and_eat_it_too a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:to_have_your_cake_and_eat_it_too_sense ;
ontolex:canonicalForm liden:to_have_your_cake_and_eat_it_too_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "to have your cake and eat it, too."@en .
liden:to_have_your_cake_and_eat_it_too_form a ontolex:form ;
ontolex:writtenRep "to have your cake and eat it, too."@en .
liden:to_have_your_cake_and_eat_it_too_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:to_have_your_cake_and_eat_it_too_concept .
liden:to_have_your_cake_and_eat_it_too_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:to_have_your_cake_and_eat_it_too_sense ;
skos:definition "you can’t enjoy both of two desirable but mutually exclusive alternatives:"@en .
liden:have_finger_in_too_many_pies a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:have_finger_in_too_many_pies_sense ;
ontolex:canonicalForm liden:have_finger_in_too_many_pies_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "have finger in too many pies"@en .
liden:have_finger_in_too_many_pies_form a ontolex:form ;
ontolex:writtenRep "have finger in too many pies"@en .
liden:have_finger_in_too_many_pies_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:have_finger_in_too_many_pies_concept .
liden:have_finger_in_too_many_pies_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:have_finger_in_too_many_pies_sense ;
skos:definition "to be ​involved in and have ​influence over many different ​activities"@en .
liden:on_the_pigs_back a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:on_the_pigs_back_sense ;
ontolex:canonicalForm liden:on_the_pigs_back_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "on the pig's back"@en .
liden:on_the_pigs_back_form a ontolex:form ;
ontolex:writtenRep "on the pig's back"@en .
liden:on_the_pigs_back_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:on_the_pigs_back_concept .
liden:on_the_pigs_back_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:on_the_pigs_back_sense ;
skos:definition "to be in luck"@en .
liden:throw_the_baby_out_with_the_bathwater a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:throw_the_baby_out_with_the_bathwater_sense ;
ontolex:canonicalForm liden:throw_the_baby_out_with_the_bathwater_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "throw the baby out with the bathwater"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13603417v> .
liden:throw_the_baby_out_with_the_bathwater_form a ontolex:form ;
ontolex:writtenRep "throw the baby out with the bathwater"@en .
liden:throw_the_baby_out_with_the_bathwater_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:throw_the_baby_out_with_the_bathwater_concept .
liden:throw_the_baby_out_with_the_bathwater_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:throw_the_baby_out_with_the_bathwater_sense ;
skos:definition "don't discard something valuable along with something undesirable."@en .
liden:land_on_ones_feet a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:land_on_ones_feet_sense ;
ontolex:canonicalForm liden:land_on_ones_feet_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "land on one's feet"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13784405v> .
liden:land_on_ones_feet_form a ontolex:form ;
ontolex:writtenRep "land on one's feet"@en .
liden:land_on_ones_feet_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:land_on_ones_feet_concept .
liden:land_on_ones_feet_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:land_on_ones_feet_sense ;
skos:definition "to be lucky or successful, especially after difficulties"@en .
liden:pull_someones_bacon_out_of_the_fire a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:pull_someones_bacon_out_of_the_fire_sense ;
ontolex:canonicalForm liden:pull_someones_bacon_out_of_the_fire_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "pull someone's bacon out of the fire"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13615782v> .
liden:pull_someones_bacon_out_of_the_fire_form a ontolex:form ;
ontolex:writtenRep "pull someone's bacon out of the fire"@en .
liden:pull_someones_bacon_out_of_the_fire_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:pull_someones_bacon_out_of_the_fire_concept .
liden:pull_someones_bacon_out_of_the_fire_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:pull_someones_bacon_out_of_the_fire_sense ;
skos:definition "to save someone or something"@en .
liden:caught_with_ones_hand_in_the_cookie_jar a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:caught_with_ones_hand_in_the_cookie_jar_sense ;
ontolex:canonicalForm liden:caught_with_ones_hand_in_the_cookie_jar_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "caught with one's hand in the cookie jar"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13701852a> .
liden:caught_with_ones_hand_in_the_cookie_jar_form a ontolex:form ;
ontolex:writtenRep "caught with one's hand in the cookie jar"@en .
liden:caught_with_ones_hand_in_the_cookie_jar_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:caught_with_ones_hand_in_the_cookie_jar_concept .
liden:caught_with_ones_hand_in_the_cookie_jar_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:caught_with_ones_hand_in_the_cookie_jar_sense ;
skos:definition "seen by somebody while trying to take a thing that he/she was not entitled to."@en .
liden:in_dire_straits a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:in_dire_straits_sense ;
ontolex:canonicalForm liden:in_dire_straits_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "in dire straits"@en .
liden:in_dire_straits_form a ontolex:form ;
ontolex:writtenRep "in dire straits"@en .
liden:in_dire_straits_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:in_dire_straits_concept .
liden:in_dire_straits_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:in_dire_straits_sense ;
skos:definition "in a very ​bad ​situation that is ​difficult to ​fix"@en .
liden:heart_of_gold a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:heart_of_gold_sense ;
ontolex:canonicalForm liden:heart_of_gold_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "heart of gold"@en .
liden:heart_of_gold_form a ontolex:form ;
ontolex:writtenRep "heart of gold"@en .
liden:heart_of_gold_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:heart_of_gold_concept .
liden:heart_of_gold_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:heart_of_gold_sense ;
skos:definition "a person very kind"@en .
liden:god_forbid a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:god_forbid_sense ;
ontolex:canonicalForm liden:god_forbid_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "god forbid."@en .
liden:god_forbid_form a ontolex:form ;
ontolex:writtenRep "god forbid."@en .
liden:god_forbid_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:god_forbid_concept .
liden:god_forbid_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:god_forbid_sense ;
skos:definition "i ​hope this does not ​happen:"@en .
liden:water_under_the_bridge a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:water_under_the_bridge_sense ;
ontolex:canonicalForm liden:water_under_the_bridge_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "water under the bridge"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00014353n> .
liden:water_under_the_bridge_form a ontolex:form ;
ontolex:writtenRep "water under the bridge"@en .
liden:water_under_the_bridge_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:water_under_the_bridge_concept .
liden:water_under_the_bridge_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:water_under_the_bridge_sense ;
skos:definition "something that ​happened in the past and cannot now be ​changed:"@en .
liden:to_be_broke a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:to_be_broke_sense ;
ontolex:canonicalForm liden:to_be_broke_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "to be broke"@en .
liden:to_be_broke_form a ontolex:form ;
ontolex:writtenRep "to be broke"@en .
liden:to_be_broke_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:to_be_broke_concept .
liden:to_be_broke_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:to_be_broke_sense ;
skos:definition "to not have enough money."@en .
liden:to_be_on_the_ball a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:to_be_on_the_ball_sense ;
ontolex:canonicalForm liden:to_be_on_the_ball_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "to be on the ball"@en .
liden:to_be_on_the_ball_form a ontolex:form ;
ontolex:writtenRep "to be on the ball"@en .
liden:to_be_on_the_ball_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:to_be_on_the_ball_concept .
liden:to_be_on_the_ball_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:to_be_on_the_ball_sense ;
skos:definition "to be ​quick to ​understand and ​react to things:"@en .
liden:turn_a_deaf_ear a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:turn_a_deaf_ear_sense ;
ontolex:canonicalForm liden:turn_a_deaf_ear_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "turn a deaf ear"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13619147v> .
liden:turn_a_deaf_ear_form a ontolex:form ;
ontolex:writtenRep "turn a deaf ear"@en .
liden:turn_a_deaf_ear_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:turn_a_deaf_ear_concept .
liden:turn_a_deaf_ear_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:turn_a_deaf_ear_sense ;
skos:definition "refuse to listen"@en .
liden:to_progress_by_leaps_and_bounds a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:to_progress_by_leaps_and_bounds_sense ;
ontolex:canonicalForm liden:to_progress_by_leaps_and_bounds_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "to progress by leaps and bounds"@en .
liden:to_progress_by_leaps_and_bounds_form a ontolex:form ;
ontolex:writtenRep "to progress by leaps and bounds"@en .
liden:to_progress_by_leaps_and_bounds_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:to_progress_by_leaps_and_bounds_concept .
liden:to_progress_by_leaps_and_bounds_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:to_progress_by_leaps_and_bounds_sense ;
skos:definition "with unexpectedly rapid progess"@en .
liden:smell_a_rat a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:smell_a_rat_sense ;
ontolex:canonicalForm liden:smell_a_rat_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "smell a rat"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13601206v> .
liden:smell_a_rat_form a ontolex:form ;
ontolex:writtenRep "smell a rat"@en .
liden:smell_a_rat_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:smell_a_rat_concept .
liden:smell_a_rat_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:smell_a_rat_sense ;
skos:definition "this is when you suspect something not quite right"@en .
liden:crème_de_la_crème a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:crème_de_la_crème_sense ;
ontolex:canonicalForm liden:crème_de_la_crème_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "crème de la crème"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s15287841n> .
liden:crème_de_la_crème_form a ontolex:form ;
ontolex:writtenRep "crème de la crème"@en .
liden:crème_de_la_crème_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:crème_de_la_crème_concept .
liden:crème_de_la_crème_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:crème_de_la_crème_sense ;
skos:definition "the best part of something"@en .
liden:old_chicken_makes_good_soup a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:old_chicken_makes_good_soup_sense ;
ontolex:canonicalForm liden:old_chicken_makes_good_soup_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "old chicken makes good soup"@en .
liden:old_chicken_makes_good_soup_form a ontolex:form ;
ontolex:writtenRep "old chicken makes good soup"@en .
liden:old_chicken_makes_good_soup_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:old_chicken_makes_good_soup_concept .
liden:old_chicken_makes_good_soup_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:old_chicken_makes_good_soup_sense ;
skos:definition "when a person is very interisting despite its age"@en .
liden:tough_nut_to_crack a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:tough_nut_to_crack_sense ;
ontolex:canonicalForm liden:tough_nut_to_crack_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "tough nut to crack"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13667787n> .
liden:tough_nut_to_crack_form a ontolex:form ;
ontolex:writtenRep "tough nut to crack"@en .
liden:tough_nut_to_crack_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:tough_nut_to_crack_concept .
liden:tough_nut_to_crack_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:tough_nut_to_crack_sense ;
skos:definition "a problem difficult to solve or a person difficult to understand"@en .
liden:to_throw_cold_water_on_something a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:to_throw_cold_water_on_something_sense ;
ontolex:canonicalForm liden:to_throw_cold_water_on_something_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "to throw cold water on something"@en .
liden:to_throw_cold_water_on_something_form a ontolex:form ;
ontolex:writtenRep "to throw cold water on something"@en .
liden:to_throw_cold_water_on_something_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:to_throw_cold_water_on_something_concept .
liden:to_throw_cold_water_on_something_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:to_throw_cold_water_on_something_sense ;
skos:definition "to be ​negative about someone's ​ideas or ​plans:"@en .
liden:muddy_the_waters a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:muddy_the_waters_sense ;
ontolex:canonicalForm liden:muddy_the_waters_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "muddy the waters"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13744369v> .
liden:muddy_the_waters_form a ontolex:form ;
ontolex:writtenRep "muddy the waters"@en .
liden:muddy_the_waters_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:muddy_the_waters_concept .
liden:muddy_the_waters_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:muddy_the_waters_sense ;
skos:definition "to make a ​situation more ​confused and less ​easy to ​understand or ​deal with"@en .
liden:the_straw_that_broke_the_camels_back a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:the_straw_that_broke_the_camels_back_sense ;
ontolex:canonicalForm liden:the_straw_that_broke_the_camels_back_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "the straw that broke the camel's back"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s03800600n> .
liden:the_straw_that_broke_the_camels_back_form a ontolex:form ;
ontolex:writtenRep "the straw that broke the camel's back"@en .
liden:the_straw_that_broke_the_camels_back_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:the_straw_that_broke_the_camels_back_concept .
liden:the_straw_that_broke_the_camels_back_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:the_straw_that_broke_the_camels_back_sense ;
skos:definition "the seemingly minor or routine action which causes an unpredictably large and sudden reaction"@en .
liden:calm_before_the_storm a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:calm_before_the_storm_sense ;
ontolex:canonicalForm liden:calm_before_the_storm_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "calm before the storm"@en .
liden:calm_before_the_storm_form a ontolex:form ;
ontolex:writtenRep "calm before the storm"@en .
liden:calm_before_the_storm_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:calm_before_the_storm_concept .
liden:calm_before_the_storm_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:calm_before_the_storm_sense ;
skos:definition "a ​quiet or ​peaceful ​period before a ​period during which there is ​great ​activity, ​argument, or ​difficulty:"@en .
liden:give_up_the_ghost a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:give_up_the_ghost_sense ;
ontolex:canonicalForm liden:give_up_the_ghost_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "give up the ghost"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13703026v> .
liden:give_up_the_ghost_form a ontolex:form ;
ontolex:writtenRep "give up the ghost"@en .
liden:give_up_the_ghost_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:give_up_the_ghost_concept .
liden:give_up_the_ghost_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:give_up_the_ghost_sense ;
skos:definition "to die, or in the case of inanimate objects, to cease working."@en .
liden:company_in_distress_makes_sorrow_less a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:company_in_distress_makes_sorrow_less_sense ;
ontolex:canonicalForm liden:company_in_distress_makes_sorrow_less_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "company in distress makes sorrow less"@en .
liden:company_in_distress_makes_sorrow_less_form a ontolex:form ;
ontolex:writtenRep "company in distress makes sorrow less"@en .
liden:company_in_distress_makes_sorrow_less_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:company_in_distress_makes_sorrow_less_concept .
liden:company_in_distress_makes_sorrow_less_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:company_in_distress_makes_sorrow_less_sense ;
skos:definition "shared trouble is more comforting"@en .
liden:one_card_shy_of_a_full_deck a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:one_card_shy_of_a_full_deck_sense ;
ontolex:canonicalForm liden:one_card_shy_of_a_full_deck_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "one card shy of a full deck"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13644050a> .
liden:one_card_shy_of_a_full_deck_form a ontolex:form ;
ontolex:writtenRep "one card shy of a full deck"@en .
liden:one_card_shy_of_a_full_deck_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:one_card_shy_of_a_full_deck_concept .
liden:one_card_shy_of_a_full_deck_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:one_card_shy_of_a_full_deck_sense ;
skos:definition "a dement person"@en .
liden:to_place_the_cherry_on_top a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:to_place_the_cherry_on_top_sense ;
ontolex:canonicalForm liden:to_place_the_cherry_on_top_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "to place the cherry on top"@en .
liden:to_place_the_cherry_on_top_form a ontolex:form ;
ontolex:writtenRep "to place the cherry on top"@en .
liden:to_place_the_cherry_on_top_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:to_place_the_cherry_on_top_concept .
liden:to_place_the_cherry_on_top_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:to_place_the_cherry_on_top_sense ;
skos:definition "to conclude some task with something extra"@en .
liden:to_throw_a_monkey_wrench_in_the_works a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:to_throw_a_monkey_wrench_in_the_works_sense ;
ontolex:canonicalForm liden:to_throw_a_monkey_wrench_in_the_works_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "to throw a monkey wrench in the works"@en .
liden:to_throw_a_monkey_wrench_in_the_works_form a ontolex:form ;
ontolex:writtenRep "to throw a monkey wrench in the works"@en .
liden:to_throw_a_monkey_wrench_in_the_works_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:to_throw_a_monkey_wrench_in_the_works_concept .
liden:to_throw_a_monkey_wrench_in_the_works_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:to_throw_a_monkey_wrench_in_the_works_sense ;
skos:definition "to do something that ​prevents a ​plan or ​activity from ​succeeding"@en .
liden:to_rub_salt_in_the_wound a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:to_rub_salt_in_the_wound_sense ;
ontolex:canonicalForm liden:to_rub_salt_in_the_wound_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "to rub salt in the wound"@en .
liden:to_rub_salt_in_the_wound_form a ontolex:form ;
ontolex:writtenRep "to rub salt in the wound"@en .
liden:to_rub_salt_in_the_wound_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:to_rub_salt_in_the_wound_concept .
liden:to_rub_salt_in_the_wound_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:to_rub_salt_in_the_wound_sense ;
skos:definition "to make a ​difficult ​situation ​even ​worse for someone"@en .
liden:the_icing_on_the_cake a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:the_icing_on_the_cake_sense ;
ontolex:canonicalForm liden:the_icing_on_the_cake_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "the icing on the cake"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s14483997n> .
liden:the_icing_on_the_cake_form a ontolex:form ;
ontolex:writtenRep "the icing on the cake"@en .
liden:the_icing_on_the_cake_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:the_icing_on_the_cake_concept .
liden:the_icing_on_the_cake_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:the_icing_on_the_cake_sense ;
skos:definition "something that makes a good ​situation ​even ​better:"@en .
liden:put_salt_on_his_tail a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:put_salt_on_his_tail_sense ;
ontolex:canonicalForm liden:put_salt_on_his_tail_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "put salt on his tail"@en .
liden:put_salt_on_his_tail_form a ontolex:form ;
ontolex:writtenRep "put salt on his tail"@en .
liden:put_salt_on_his_tail_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:put_salt_on_his_tail_concept .
liden:put_salt_on_his_tail_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:put_salt_on_his_tail_sense ;
skos:definition "to capture"@en .
liden:neither_fish_nor_fowl a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:neither_fish_nor_fowl_sense ;
ontolex:canonicalForm liden:neither_fish_nor_fowl_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "neither fish nor fowl"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13645131n> .
liden:neither_fish_nor_fowl_form a ontolex:form ;
ontolex:writtenRep "neither fish nor fowl"@en .
liden:neither_fish_nor_fowl_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:neither_fish_nor_fowl_concept .
liden:neither_fish_nor_fowl_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:neither_fish_nor_fowl_sense ;
skos:definition "having no specific character or conviction"@en .
liden:none_of_your_business a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:none_of_your_business_sense ;
ontolex:canonicalForm liden:none_of_your_business_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "none of your business"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s01596862n> .
liden:none_of_your_business_form a ontolex:form ;
ontolex:writtenRep "none of your business"@en .
liden:none_of_your_business_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:none_of_your_business_concept .
liden:none_of_your_business_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:none_of_your_business_sense ;
skos:definition "it is none of your concern"@en .
liden:speak_off_the_cuff a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:speak_off_the_cuff_sense ;
ontolex:canonicalForm liden:speak_off_the_cuff_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "speak off the cuff"@en .
liden:speak_off_the_cuff_form a ontolex:form ;
ontolex:writtenRep "speak off the cuff"@en .
liden:speak_off_the_cuff_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:speak_off_the_cuff_concept .
liden:speak_off_the_cuff_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:speak_off_the_cuff_sense ;
skos:definition "to speak without preparing a speech"@en .
liden:a_cold_day_in_hell a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:a_cold_day_in_hell_sense ;
ontolex:canonicalForm liden:a_cold_day_in_hell_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "a cold day in hell"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00669177n> .
liden:a_cold_day_in_hell_form a ontolex:form ;
ontolex:writtenRep "a cold day in hell"@en .
liden:a_cold_day_in_hell_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:a_cold_day_in_hell_concept .
liden:a_cold_day_in_hell_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:a_cold_day_in_hell_sense ;
skos:definition "an event that will never happen."@en .
liden:reinvent_the_wheel a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:reinvent_the_wheel_sense ;
ontolex:canonicalForm liden:reinvent_the_wheel_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "reinvent the wheel"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13721144v> .
liden:reinvent_the_wheel_form a ontolex:form ;
ontolex:writtenRep "reinvent the wheel"@en .
liden:reinvent_the_wheel_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:reinvent_the_wheel_concept .
liden:reinvent_the_wheel_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:reinvent_the_wheel_sense ;
skos:definition "to design or implement a tool equivalent to an existing one or part of one"@en .
liden:nip_and_tuck a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:nip_and_tuck_sense ;
ontolex:canonicalForm liden:nip_and_tuck_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "nip and tuck"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00104012a> .
liden:nip_and_tuck_form a ontolex:form ;
ontolex:writtenRep "nip and tuck"@en .
liden:nip_and_tuck_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:nip_and_tuck_concept .
liden:nip_and_tuck_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:nip_and_tuck_sense ;
skos:definition "in a ​situation in which one ​side ​seems to be ​winning and then the other, so that the ​result is ​uncertain:"@en .
liden:to_bite_the_dust a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:to_bite_the_dust_sense ;
ontolex:canonicalForm liden:to_bite_the_dust_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "to bite the dust"@en .
liden:to_bite_the_dust_form a ontolex:form ;
ontolex:writtenRep "to bite the dust"@en .
liden:to_bite_the_dust_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:to_bite_the_dust_concept .
liden:to_bite_the_dust_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:to_bite_the_dust_sense ;
skos:definition "to ​die or to ​stop ​working:"@en .
liden:roll_up_ones_sleeves a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:roll_up_ones_sleeves_sense ;
ontolex:canonicalForm liden:roll_up_ones_sleeves_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "roll up one's sleeves"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13789024v> .
liden:roll_up_ones_sleeves_form a ontolex:form ;
ontolex:writtenRep "roll up one's sleeves"@en .
liden:roll_up_ones_sleeves_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:roll_up_ones_sleeves_concept .
liden:roll_up_ones_sleeves_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:roll_up_ones_sleeves_sense ;
skos:definition "getting ready to hard work"@en .
liden:take_the_wind_out_of_someones_sails a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:take_the_wind_out_of_someones_sails_sense ;
ontolex:canonicalForm liden:take_the_wind_out_of_someones_sails_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "take the wind out of someone's sails"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13719210v> .
liden:take_the_wind_out_of_someones_sails_form a ontolex:form ;
ontolex:writtenRep "take the wind out of someone's sails"@en .
liden:take_the_wind_out_of_someones_sails_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:take_the_wind_out_of_someones_sails_concept .
liden:take_the_wind_out_of_someones_sails_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:take_the_wind_out_of_someones_sails_sense ;
skos:definition "to cause someone to lose hope or the will to continue"@en .
liden:there_is_many_a_slip_between_cup_and_lip a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:there_is_many_a_slip_between_cup_and_lip_sense ;
ontolex:canonicalForm liden:there_is_many_a_slip_between_cup_and_lip_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "there is many a slip between cup and lip"@en .
liden:there_is_many_a_slip_between_cup_and_lip_form a ontolex:form ;
ontolex:writtenRep "there is many a slip between cup and lip"@en .
liden:there_is_many_a_slip_between_cup_and_lip_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:there_is_many_a_slip_between_cup_and_lip_concept .
liden:there_is_many_a_slip_between_cup_and_lip_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:there_is_many_a_slip_between_cup_and_lip_sense ;
skos:definition "to ​emphasize that many ​bad things might ​happen before something is ​finished"@en .
liden:all_sizzle_and_no_steak a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:all_sizzle_and_no_steak_sense ;
ontolex:canonicalForm liden:all_sizzle_and_no_steak_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "all sizzle and no steak"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13608952n> .
liden:all_sizzle_and_no_steak_form a ontolex:form ;
ontolex:writtenRep "all sizzle and no steak"@en .
liden:all_sizzle_and_no_steak_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:all_sizzle_and_no_steak_concept .
liden:all_sizzle_and_no_steak_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:all_sizzle_and_no_steak_sense ;
skos:definition "someone or something fails to live up to expectations"@en .
liden:hard_work_never_hurt_anyone a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:hard_work_never_hurt_anyone_sense ;
ontolex:canonicalForm liden:hard_work_never_hurt_anyone_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "hard work never hurt anyone."@en .
liden:hard_work_never_hurt_anyone_form a ontolex:form ;
ontolex:writtenRep "hard work never hurt anyone."@en .
liden:hard_work_never_hurt_anyone_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:hard_work_never_hurt_anyone_concept .
liden:hard_work_never_hurt_anyone_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:hard_work_never_hurt_anyone_sense ;
skos:definition "one should expect to do hard or difficult work and not avoid doing it."@en .
liden:by_hook_or_crook a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:by_hook_or_crook_sense ;
ontolex:canonicalForm liden:by_hook_or_crook_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "by hook or crook"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s01812641n> .
liden:by_hook_or_crook_form a ontolex:form ;
ontolex:writtenRep "by hook or crook"@en .
liden:by_hook_or_crook_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:by_hook_or_crook_concept .
liden:by_hook_or_crook_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:by_hook_or_crook_sense ;
skos:definition "by whatever means possible, fair or unfair."@en .
liden:back_on_ones_feet a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:back_on_ones_feet_sense ;
ontolex:canonicalForm liden:back_on_ones_feet_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "back on one's feet"@en .
liden:back_on_ones_feet_form a ontolex:form ;
ontolex:writtenRep "back on one's feet"@en .
liden:back_on_ones_feet_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:back_on_ones_feet_concept .
liden:back_on_ones_feet_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:back_on_ones_feet_sense ;
skos:definition "to be weary"@en .
liden:to_paint_the_town_red a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:to_paint_the_town_red_sense ;
ontolex:canonicalForm liden:to_paint_the_town_red_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "to paint the town red"@en .
liden:to_paint_the_town_red_form a ontolex:form ;
ontolex:writtenRep "to paint the town red"@en .
liden:to_paint_the_town_red_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:to_paint_the_town_red_concept .
liden:to_paint_the_town_red_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:to_paint_the_town_red_sense ;
skos:definition "to go out and have fun"@en .
liden:on_ones_own a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:on_ones_own_sense ;
ontolex:canonicalForm liden:on_ones_own_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "on one's own"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13720841r> .
liden:on_ones_own_form a ontolex:form ;
ontolex:writtenRep "on one's own"@en .
liden:on_ones_own_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:on_ones_own_concept .
liden:on_ones_own_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:on_ones_own_sense ;
skos:definition "to feel responsibility for something yourself"@en .
liden:see_light_at_the_end_of_the_tunnel a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:see_light_at_the_end_of_the_tunnel_sense ;
ontolex:canonicalForm liden:see_light_at_the_end_of_the_tunnel_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "see light at the end of the tunnel"@en .
liden:see_light_at_the_end_of_the_tunnel_form a ontolex:form ;
ontolex:writtenRep "see light at the end of the tunnel"@en .
liden:see_light_at_the_end_of_the_tunnel_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:see_light_at_the_end_of_the_tunnel_concept .
liden:see_light_at_the_end_of_the_tunnel_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:see_light_at_the_end_of_the_tunnel_sense ;
skos:definition "hope of sucess"@en .
liden:out_of_sight_out_of_mind a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:out_of_sight_out_of_mind_sense ;
ontolex:canonicalForm liden:out_of_sight_out_of_mind_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "out of sight, out of mind."@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00116482r> .
liden:out_of_sight_out_of_mind_form a ontolex:form ;
ontolex:writtenRep "out of sight, out of mind."@en .
liden:out_of_sight_out_of_mind_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:out_of_sight_out_of_mind_concept .
liden:out_of_sight_out_of_mind_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:out_of_sight_out_of_mind_sense ;
skos:definition "to forget about something"@en .
liden:honest_to_god a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:honest_to_god_sense ;
ontolex:canonicalForm liden:honest_to_god_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "honest to god!"@en .
liden:honest_to_god_form a ontolex:form ;
ontolex:writtenRep "honest to god!"@en .
liden:honest_to_god_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:honest_to_god_concept .
liden:honest_to_god_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:honest_to_god_sense ;
skos:definition "to emphasize something that it is true"@en .
liden:to_be_green_with_envy a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:to_be_green_with_envy_sense ;
ontolex:canonicalForm liden:to_be_green_with_envy_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "to be green with envy"@en .
liden:to_be_green_with_envy_form a ontolex:form ;
ontolex:writtenRep "to be green with envy"@en .
liden:to_be_green_with_envy_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:to_be_green_with_envy_concept .
liden:to_be_green_with_envy_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:to_be_green_with_envy_sense ;
skos:definition "to be very ​unhappy because someone has something that you ​want:"@en .
liden:neither_a_borrower_or_a_lender_be a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:neither_a_borrower_or_a_lender_be_sense ;
ontolex:canonicalForm liden:neither_a_borrower_or_a_lender_be_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "neither a borrower or a lender be."@en .
liden:neither_a_borrower_or_a_lender_be_form a ontolex:form ;
ontolex:writtenRep "neither a borrower or a lender be."@en .
liden:neither_a_borrower_or_a_lender_be_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:neither_a_borrower_or_a_lender_be_concept .
liden:neither_a_borrower_or_a_lender_be_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:neither_a_borrower_or_a_lender_be_sense ;
skos:definition "it is difficult to be friends with someone who owes you money"@en .
liden:the_bottom_line a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:the_bottom_line_sense ;
ontolex:canonicalForm liden:the_bottom_line_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "the bottom line"@en .
liden:the_bottom_line_form a ontolex:form ;
ontolex:writtenRep "the bottom line"@en .
liden:the_bottom_line_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:the_bottom_line_concept .
liden:the_bottom_line_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:the_bottom_line_sense ;
skos:definition "the most ​important ​fact in a ​situation:"@en .
liden:thats_for_the_birds a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:thats_for_the_birds_sense ;
ontolex:canonicalForm liden:thats_for_the_birds_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "that's for the birds."@en .
liden:thats_for_the_birds_form a ontolex:form ;
ontolex:writtenRep "that's for the birds."@en .
liden:thats_for_the_birds_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:thats_for_the_birds_concept .
liden:thats_for_the_birds_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:thats_for_the_birds_sense ;
skos:definition "trivial; worthless; only of interest to gullible people."@en .
liden:to_twiddle_ones_thumbs a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:to_twiddle_ones_thumbs_sense ;
ontolex:canonicalForm liden:to_twiddle_ones_thumbs_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "to twiddle one's thumbs"@en .
liden:to_twiddle_ones_thumbs_form a ontolex:form ;
ontolex:writtenRep "to twiddle one's thumbs"@en .
liden:to_twiddle_ones_thumbs_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:to_twiddle_ones_thumbs_concept .
liden:to_twiddle_ones_thumbs_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:to_twiddle_ones_thumbs_sense ;
skos:definition "to do nothing for a ​period of ​time, usually while you are ​waiting for something to ​happen:"@en .
liden:keep_your_fingers_crossed a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:keep_your_fingers_crossed_sense ;
ontolex:canonicalForm liden:keep_your_fingers_crossed_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "keep your fingers crossed!"@en .
liden:keep_your_fingers_crossed_form a ontolex:form ;
ontolex:writtenRep "keep your fingers crossed!"@en .
liden:keep_your_fingers_crossed_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:keep_your_fingers_crossed_concept .
liden:keep_your_fingers_crossed_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:keep_your_fingers_crossed_sense ;
skos:definition "to hope that things will happen in the way that you want them to:"@en .
liden:the_penny_dropped a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:the_penny_dropped_sense ;
ontolex:canonicalForm liden:the_penny_dropped_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "the penny dropped,"@en .
liden:the_penny_dropped_form a ontolex:form ;
ontolex:writtenRep "the penny dropped,"@en .
liden:the_penny_dropped_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:the_penny_dropped_concept .
liden:the_penny_dropped_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:the_penny_dropped_sense ;
skos:definition "a belated realization of something after a period of confusion or ignorance."@en .
liden:a_skeleton_in_the_closet a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:a_skeleton_in_the_closet_sense ;
ontolex:canonicalForm liden:a_skeleton_in_the_closet_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "a skeleton in the closet"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00676021n> .
liden:a_skeleton_in_the_closet_form a ontolex:form ;
ontolex:writtenRep "a skeleton in the closet"@en .
liden:a_skeleton_in_the_closet_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:a_skeleton_in_the_closet_concept .
liden:a_skeleton_in_the_closet_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:a_skeleton_in_the_closet_sense ;
skos:definition "to describe a shameful secret."@en .
liden:dumb_as_a_post a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:dumb_as_a_post_sense ;
ontolex:canonicalForm liden:dumb_as_a_post_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "dumb as a post"@en .
liden:dumb_as_a_post_form a ontolex:form ;
ontolex:writtenRep "dumb as a post"@en .
liden:dumb_as_a_post_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:dumb_as_a_post_concept .
liden:dumb_as_a_post_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:dumb_as_a_post_sense ;
skos:definition "a person very stupid"@en .
liden:give_credit_where_credit_is_due a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:give_credit_where_credit_is_due_sense ;
ontolex:canonicalForm liden:give_credit_where_credit_is_due_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "give credit where credit is due."@en .
liden:give_credit_where_credit_is_due_form a ontolex:form ;
ontolex:writtenRep "give credit where credit is due."@en .
liden:give_credit_where_credit_is_due_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:give_credit_where_credit_is_due_concept .
liden:give_credit_where_credit_is_due_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:give_credit_where_credit_is_due_sense ;
skos:definition "to ​praise someone who ​deserves"@en .
liden:dont_toot_your_own_horn a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:dont_toot_your_own_horn_sense ;
ontolex:canonicalForm liden:dont_toot_your_own_horn_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "don't toot your own horn."@en .
liden:dont_toot_your_own_horn_form a ontolex:form ;
ontolex:writtenRep "don't toot your own horn."@en .
liden:dont_toot_your_own_horn_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:dont_toot_your_own_horn_concept .
liden:dont_toot_your_own_horn_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:dont_toot_your_own_horn_sense ;
skos:definition "to have no patience or energy to tolerate something anymore"@en .
liden:haste_makes_waste a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:haste_makes_waste_sense ;
ontolex:canonicalForm liden:haste_makes_waste_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "haste makes waste."@en .
liden:haste_makes_waste_form a ontolex:form ;
ontolex:writtenRep "haste makes waste."@en .
liden:haste_makes_waste_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:haste_makes_waste_concept .
liden:haste_makes_waste_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:haste_makes_waste_sense ;
skos:definition "to hurry"@en .
liden:a_stones_throw a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:a_stones_throw_sense ;
ontolex:canonicalForm liden:a_stones_throw_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "a stone's throw"@en .
liden:a_stones_throw_form a ontolex:form ;
ontolex:writtenRep "a stone's throw"@en .
liden:a_stones_throw_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:a_stones_throw_concept .
liden:a_stones_throw_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:a_stones_throw_sense ;
skos:definition "very short distance"@en .
liden:misfortunes_never_come_singly a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:misfortunes_never_come_singly_sense ;
ontolex:canonicalForm liden:misfortunes_never_come_singly_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "misfortunes never come singly"@en .
liden:misfortunes_never_come_singly_form a ontolex:form ;
ontolex:writtenRep "misfortunes never come singly"@en .
liden:misfortunes_never_come_singly_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:misfortunes_never_come_singly_concept .
liden:misfortunes_never_come_singly_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:misfortunes_never_come_singly_sense ;
skos:definition "bad things or situations always come in groups"@en .
liden:one_good_turn_deserves_another a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:one_good_turn_deserves_another_sense ;
ontolex:canonicalForm liden:one_good_turn_deserves_another_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "one good turn deserves another."@en .
liden:one_good_turn_deserves_another_form a ontolex:form ;
ontolex:writtenRep "one good turn deserves another."@en .
liden:one_good_turn_deserves_another_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:one_good_turn_deserves_another_concept .
liden:one_good_turn_deserves_another_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:one_good_turn_deserves_another_sense ;
skos:definition "you do a ​helpful or ​kind ​act for someone who has done something good for you"@en .
liden:as_old_as_the_hills a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:as_old_as_the_hills_sense ;
ontolex:canonicalForm liden:as_old_as_the_hills_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "as old as the hills"@en .
liden:as_old_as_the_hills_form a ontolex:form ;
ontolex:writtenRep "as old as the hills"@en .
liden:as_old_as_the_hills_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:as_old_as_the_hills_concept .
liden:as_old_as_the_hills_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:as_old_as_the_hills_sense ;
skos:definition "something or someone too old"@en .
liden:united_we_stand_divided_we_fall a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:united_we_stand_divided_we_fall_sense ;
ontolex:canonicalForm liden:united_we_stand_divided_we_fall_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "united we stand, divided we fall."@en .
liden:united_we_stand_divided_we_fall_form a ontolex:form ;
ontolex:writtenRep "united we stand, divided we fall."@en .
liden:united_we_stand_divided_we_fall_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:united_we_stand_divided_we_fall_concept .
liden:united_we_stand_divided_we_fall_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:united_we_stand_divided_we_fall_sense ;
skos:definition "people are more successful as a group than as individuals"@en .
liden:while_there_is_life_there_is_hope a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:while_there_is_life_there_is_hope_sense ;
ontolex:canonicalForm liden:while_there_is_life_there_is_hope_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "while there is life there is hope."@en .
liden:while_there_is_life_there_is_hope_form a ontolex:form ;
ontolex:writtenRep "while there is life there is hope."@en .
liden:while_there_is_life_there_is_hope_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:while_there_is_life_there_is_hope_concept .
liden:while_there_is_life_there_is_hope_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:while_there_is_life_there_is_hope_sense ;
skos:definition "as long as you are alive, you should be hopeful, because it is possible that your situation will improve"@en .
liden:to_be_at_the_end_of_ones_rope a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:to_be_at_the_end_of_ones_rope_sense ;
ontolex:canonicalForm liden:to_be_at_the_end_of_ones_rope_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "to be at the end of one's rope"@en .
liden:to_be_at_the_end_of_ones_rope_form a ontolex:form ;
ontolex:writtenRep "to be at the end of one's rope"@en .
liden:to_be_at_the_end_of_ones_rope_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:to_be_at_the_end_of_ones_rope_concept .
liden:to_be_at_the_end_of_ones_rope_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:to_be_at_the_end_of_ones_rope_sense ;
skos:definition "to have no patience or energy to tolerate something anymore"@en .
liden:once_bitten_twice_shy a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:once_bitten_twice_shy_sense ;
ontolex:canonicalForm liden:once_bitten_twice_shy_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "once bitten, twice shy."@en .
liden:once_bitten_twice_shy_form a ontolex:form ;
ontolex:writtenRep "once bitten, twice shy."@en .
liden:once_bitten_twice_shy_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:once_bitten_twice_shy_concept .
liden:once_bitten_twice_shy_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:once_bitten_twice_shy_sense ;
skos:definition "when you are ​frightened to do something again"@en .
liden:packed_in_like_sardines a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:packed_in_like_sardines_sense ;
ontolex:canonicalForm liden:packed_in_like_sardines_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "packed (in) like sardines"@en .
liden:packed_in_like_sardines_form a ontolex:form ;
ontolex:writtenRep "packed (in) like sardines"@en .
liden:packed_in_like_sardines_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:packed_in_like_sardines_concept .
liden:packed_in_like_sardines_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:packed_in_like_sardines_sense ;
skos:definition "​the people positioned very ​close together so that they cannot ​move"@en .
liden:birds_of_a_feather_flock_together a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:birds_of_a_feather_flock_together_sense ;
ontolex:canonicalForm liden:birds_of_a_feather_flock_together_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "birds of a feather flock together."@en .
liden:birds_of_a_feather_flock_together_form a ontolex:form ;
ontolex:writtenRep "birds of a feather flock together."@en .
liden:birds_of_a_feather_flock_together_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:birds_of_a_feather_flock_together_concept .
liden:birds_of_a_feather_flock_together_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:birds_of_a_feather_flock_together_sense ;
skos:definition "about ​people who have ​similar ​characters or ​interests"@en .
liden:behind_the_scenes a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:behind_the_scenes_sense ;
ontolex:canonicalForm liden:behind_the_scenes_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "behind the scenes"@en .
liden:behind_the_scenes_form a ontolex:form ;
ontolex:writtenRep "behind the scenes"@en .
liden:behind_the_scenes_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:behind_the_scenes_concept .
liden:behind_the_scenes_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:behind_the_scenes_sense ;
skos:definition "out of sight of the audience or public"@en .
liden:listen a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:listen_sense ;
ontolex:canonicalForm liden:listen_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "listen!"@en .
liden:listen_form a ontolex:form ;
ontolex:writtenRep "listen!"@en .
liden:listen_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:listen_concept .
liden:listen_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:listen_sense ;
skos:definition "to aks for attention"@en .
liden:to_not_be_made_of_money a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:to_not_be_made_of_money_sense ;
ontolex:canonicalForm liden:to_not_be_made_of_money_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "to not be made of money."@en .
liden:to_not_be_made_of_money_form a ontolex:form ;
ontolex:writtenRep "to not be made of money."@en .
liden:to_not_be_made_of_money_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:to_not_be_made_of_money_concept .
liden:to_not_be_made_of_money_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:to_not_be_made_of_money_sense ;
skos:definition "to not be very rich or do not have enough money"@en .
liden:ill_eat_my_hat_if a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:ill_eat_my_hat_if_sense ;
ontolex:canonicalForm liden:ill_eat_my_hat_if_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "i'll eat my hat if..."@en .
liden:ill_eat_my_hat_if_form a ontolex:form ;
ontolex:writtenRep "i'll eat my hat if..."@en .
liden:ill_eat_my_hat_if_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:ill_eat_my_hat_if_concept .
liden:ill_eat_my_hat_if_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:ill_eat_my_hat_if_sense ;
skos:definition "you are ​sure something will not ​happen:"@en .
liden:lose_sleep_over_it a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:lose_sleep_over_it_sense ;
ontolex:canonicalForm liden:lose_sleep_over_it_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "lose sleep over it"@en .
liden:lose_sleep_over_it_form a ontolex:form ;
ontolex:writtenRep "lose sleep over it"@en .
liden:lose_sleep_over_it_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:lose_sleep_over_it_concept .
liden:lose_sleep_over_it_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:lose_sleep_over_it_sense ;
skos:definition "to concern about something"@en .
liden:down_the_drain a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:down_the_drain_sense ;
ontolex:canonicalForm liden:down_the_drain_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "down the drain"@en .
liden:down_the_drain_form a ontolex:form ;
ontolex:writtenRep "down the drain"@en .
liden:down_the_drain_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:down_the_drain_concept .
liden:down_the_drain_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:down_the_drain_sense ;
skos:definition "on the way to being lost or wasted"@en .
<http://lid.aksw.org/en/what’s_eating_you> a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense <http://lid.aksw.org/en/what’s_eating_you_sense> ;
ontolex:canonicalForm <http://lid.aksw.org/en/what’s_eating_you_form> ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "what’s eating you?"@en .
<http://lid.aksw.org/en/what’s_eating_you_form> a ontolex:form ;
ontolex:writtenRep "what’s eating you?"@en .
<http://lid.aksw.org/en/what’s_eating_you_sense> a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf <http://lid.aksw.org/en/what’s_eating_you_concept> .
<http://lid.aksw.org/en/what’s_eating_you_concept> a ontolex:LexicalConcept ;
ontolex:isConceptOf <http://lid.aksw.org/en/what’s_eating_you_sense> ;
skos:definition "this is a question of concern, asking if something’s bothering you"@en .
liden:bend_over_backwards a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:bend_over_backwards_sense ;
ontolex:canonicalForm liden:bend_over_backwards_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "bend over backwards"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s00083408v> .
liden:bend_over_backwards_form a ontolex:form ;
ontolex:writtenRep "bend over backwards"@en .
liden:bend_over_backwards_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:bend_over_backwards_concept .
liden:bend_over_backwards_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:bend_over_backwards_sense ;
skos:definition "where someone goes out of their way or makes an exceptional effort"@en .
liden:a_bird_in_the_hand_is_worth_two_in_the_bush a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:a_bird_in_the_hand_is_worth_two_in_the_bush_sense ;
ontolex:canonicalForm liden:a_bird_in_the_hand_is_worth_two_in_the_bush_form ;
lexvo:usedIn <http://dbpedia.org/resource/England> ;
rdfs:label "a bird in the hand is worth two in the bush"@en .
liden:a_bird_in_the_hand_is_worth_two_in_the_bush_form a ontolex:form ;
ontolex:writtenRep "a bird in the hand is worth two in the bush"@en .
liden:a_bird_in_the_hand_is_worth_two_in_the_bush_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:a_bird_in_the_hand_is_worth_two_in_the_bush_concept .
liden:a_bird_in_the_hand_is_worth_two_in_the_bush_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:a_bird_in_the_hand_is_worth_two_in_the_bush_sense ;
skos:definition "having one certain thing is better than having two possibilities that might not happen"@en .
liden:popping_out a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:popping_out_sense ;
ontolex:canonicalForm liden:popping_out_form ;
lexvo:usedIn <http://dbpedia.org/resource/England> ;
rdfs:label "popping out"@en .
liden:popping_out_form a ontolex:form ;
ontolex:writtenRep "popping out"@en .
liden:popping_out_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:popping_out_concept .
liden:popping_out_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:popping_out_sense ;
skos:definition "when someone is leaving their spot for a little while"@en .
liden:talk_the_hind_legs_off_a_donkey a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:talk_the_hind_legs_off_a_donkey_sense ;
ontolex:canonicalForm liden:talk_the_hind_legs_off_a_donkey_form ;
lexvo:usedIn <http://dbpedia.org/resource/England> ;
rdfs:label "talk the hind legs off a donkey"@en .
liden:talk_the_hind_legs_off_a_donkey_form a ontolex:form ;
ontolex:writtenRep "talk the hind legs off a donkey"@en .
liden:talk_the_hind_legs_off_a_donkey_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:talk_the_hind_legs_off_a_donkey_concept .
liden:talk_the_hind_legs_off_a_donkey_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:talk_the_hind_legs_off_a_donkey_sense ;
skos:definition "a person who really talks too much"@en .
liden:throw_a_spanner_in_the_works a ontolex:LexicalEntry , ontolex:MultiwordExpression ;
lexinfo:termType lexinfo:idiom ;
dct:language <http://id.loc.gov/vocabulary/iso639-2/eng.html> ;
ontolex:sense liden:throw_a_spanner_in_the_works_sense ;
ontolex:canonicalForm liden:throw_a_spanner_in_the_works_form ;
lexvo:usedIn <http://dbpedia.org/resource/United_States> ;
rdfs:label "throw a spanner in the works"@en ;
owl:sameAs <http://babelnet.org/rdf/page/s13726939v> .
liden:throw_a_spanner_in_the_works_form a ontolex:form ;
ontolex:writtenRep "throw a spanner in the works"@en .
liden:throw_a_spanner_in_the_works_sense a ontolex:LexicalSense ;
ontolex:isLexicalizedSenseOf liden:throw_a_spanner_in_the_works_concept .
liden:throw_a_spanner_in_the_works_concept a ontolex:LexicalConcept ;
ontolex:isConceptOf liden:throw_a_spanner_in_the_works_sense ;
skos:definition "to do something that ​prevents a ​plan or ​activity from ​succeeding"@en .
liden:penny_for_your_thoughts owl:sameAs <http://kaiko.getalp.org/dbnary/eng/penny_for_your_thoughts__Phrase__1> .
liden:come_a_long_way owl:sameAs <http://kaiko.getalp.org/dbnary/eng/come_a_long_way__Verb__1> .
liden:long_shot owl:sameAs <http://kaiko.getalp.org/dbnary/eng/long_shot__Noun__1> .
liden:turn_a_deaf_ear owl:sameAs <http://kaiko.getalp.org/dbnary/eng/turn_a_deaf_ear__Verb__1> .
liden:pull_the_plug owl:sameAs <http://kaiko.getalp.org/dbnary/eng/pull_the_plug__Verb__1> .
liden:cut_the_mustard owl:sameAs <http://kaiko.getalp.org/dbnary/eng/cut_the_mustard__Verb__1> .
liden:haste_makes_waste owl:sameAs <http://kaiko.getalp.org/dbnary/eng/haste_makes_waste__Proverb__1> .
liden:water_under_the_bridge owl:sameAs <http://kaiko.getalp.org/dbnary/eng/water_under_the_bridge__Noun__1> .
liden:lend_a_hand owl:sameAs <http://kaiko.getalp.org/dbnary/eng/lend_a_hand__Verb__1> .
liden:hold_ones_breath owl:sameAs <http://kaiko.getalp.org/dbnary/eng/hold_one's_breath__Verb__1> .
liden:break_the_ice owl:sameAs <http://kaiko.getalp.org/dbnary/eng/break_the_ice__Verb__1> .
liden:listen owl:sameAs <http://kaiko.getalp.org/dbnary/eng/listen__Verb__1> .
liden:love_is_blind owl:sameAs <http://kaiko.getalp.org/dbnary/eng/love_is_blind__Proverb__1> .
liden:beck_and_call owl:sameAs <http://kaiko.getalp.org/dbnary/eng/beck_and_call__Noun__1> .
liden:hot_water owl:sameAs <http://kaiko.getalp.org/dbnary/eng/hot_water__Noun__1> .
liden:take_it_easy owl:sameAs <http://kaiko.getalp.org/dbnary/eng/take_it_easy__Verb__1> .
liden:throw_a_spanner_in_the_works owl:sameAs <http://kaiko.getalp.org/dbnary/eng/throw_a_spanner_in_the_works__Verb__1> .
liden:calm_before_the_storm owl:sameAs <http://kaiko.getalp.org/dbnary/eng/calm_before_the_storm__Noun__1> .
liden:beat_a_dead_horse owl:sameAs <http://kaiko.getalp.org/dbnary/eng/beat_a_dead_horse__Verb__1> .
liden:good_samaritan owl:sameAs <http://kaiko.getalp.org/dbnary/eng/Good_Samaritan__Noun__1> .
liden:cry_over_spilt_milk owl:sameAs <http://kaiko.getalp.org/dbnary/eng/cry_over_spilt_milk__Verb__1> .
liden:shoot_the_breeze owl:sameAs <http://kaiko.getalp.org/dbnary/eng/shoot_the_breeze__Verb__1> .
liden:take_the_wind_out_of_someones_sails owl:sameAs <http://kaiko.getalp.org/dbnary/eng/take_the_wind_out_of_someone's_sails__Verb__1> .
liden:hit_the_books owl:sameAs <http://kaiko.getalp.org/dbnary/eng/hit_the_books__Verb__1> .
liden:head_over_heels owl:sameAs <http://kaiko.getalp.org/dbnary/eng/head_over_heels__Adverb__1> .
liden:your_guess_is_as_good_as_mine owl:sameAs <http://kaiko.getalp.org/dbnary/eng/your_guess_is_as_good_as_mine__Phrase__1> .
liden:piece_of_cake owl:sameAs <http://kaiko.getalp.org/dbnary/eng/piece_of_cake__Noun__1> .
liden:the_early_bird_gets_the_worm owl:sameAs <http://kaiko.getalp.org/dbnary/eng/the_early_bird_gets_the_worm__Proverb__1> .
liden:once_in_a_while owl:sameAs <http://kaiko.getalp.org/dbnary/eng/once_in_a_while__Adverb__1> .
liden:see_eye_to_eye owl:sameAs <http://kaiko.getalp.org/dbnary/eng/see_eye_to_eye__Verb__1> .
liden:zero_tolerance owl:sameAs <http://kaiko.getalp.org/dbnary/eng/zero_tolerance__Noun__1> .
liden:mumbo_jumbo owl:sameAs <http://kaiko.getalp.org/dbnary/eng/mumbo_jumbo__Noun__1> .
liden:hot_potato owl:sameAs <http://kaiko.getalp.org/dbnary/eng/hot_potato__Noun__1> .
liden:kill_two_birds_with_one_stone owl:sameAs <http://kaiko.getalp.org/dbnary/eng/kill_two_birds_with_one_stone__Verb__1> .
liden:shake_a_leg owl:sameAs <http://kaiko.getalp.org/dbnary/eng/shake_a_leg__Verb__1> .
liden:rock_the_boat owl:sameAs <http://kaiko.getalp.org/dbnary/eng/rock_the_boat__Verb__1> .
liden:hit_the_nail_on_the_head owl:sameAs <http://kaiko.getalp.org/dbnary/eng/hit_the_nail_on_the_head__Verb__1> .
liden:behind_the_scenes owl:sameAs <http://kaiko.getalp.org/dbnary/eng/behind_the_scenes__Prepositional_phrase__1> .
liden:loose_cannon owl:sameAs <http://kaiko.getalp.org/dbnary/eng/loose_cannon__Noun__1> .
liden:loose_cannon owl:sameAs <http://kaiko.getalp.org/dbnary/eng/loose_cannon__Verb__1> .
liden:turn_a_blind_eye owl:sameAs <http://kaiko.getalp.org/dbnary/eng/turn_a_blind_eye__Verb__1> .
liden:scatterbrain owl:sameAs <http://kaiko.getalp.org/dbnary/eng/scatterbrain__Noun__1> .
liden:throw_the_baby_out_with_the_bathwater owl:sameAs <http://kaiko.getalp.org/dbnary/eng/throw_out_the_baby_with_the_bathwater__Verb__1> .
liden:throw_the_baby_out_with_the_bathwater owl:sameAs <http://kaiko.getalp.org/dbnary/eng/throw_the_baby_out_with_the_bathwater__Verb__1> .
liden:hopping_mad owl:sameAs <http://kaiko.getalp.org/dbnary/eng/hopping_mad__Adjective__1> .
liden:smell_a_rat owl:sameAs <http://kaiko.getalp.org/dbnary/eng/smell_a_rat__Verb__1> .
liden:play_second_fiddle owl:sameAs <http://kaiko.getalp.org/dbnary/eng/play_second_fiddle__Verb__1> .
liden:scapegoat owl:sameAs <http://kaiko.getalp.org/dbnary/eng/scapegoat__Noun__1> .
liden:scapegoat owl:sameAs <http://kaiko.getalp.org/dbnary/eng/scapegoat__Verb__1> .
liden:back_to_the_drawing_board owl:sameAs <http://kaiko.getalp.org/dbnary/eng/back_to_the_drawing_board__Adverb__1> .
liden:crème_de_la_crème owl:sameAs <http://kaiko.getalp.org/dbnary/eng/crème_de_la_crème__Noun__1> .
liden:once_bitten_twice_shy owl:sameAs <http://kaiko.getalp.org/dbnary/eng/once_bitten,_twice_shy__Proverb__1> .
liden:bonehead owl:sameAs <http://kaiko.getalp.org/dbnary/eng/bonehead__Noun__1> .
liden:snake_in_the_grass owl:sameAs <http://kaiko.getalp.org/dbnary/eng/snake_in_the_grass__Noun__1> .
liden:mums_the_word owl:sameAs <http://kaiko.getalp.org/dbnary/eng/mum's_the_word__Phrase__1> .
liden:pull_someones_bacon_out_of_the_fire owl:sameAs <http://kaiko.getalp.org/dbnary/eng/pull_someone's_bacon_out_of_the_fire__Verb__1> .
liden:by_the_book owl:sameAs <http://kaiko.getalp.org/dbnary/eng/by_the_book__Prepositional_phrase__1> .
liden:bone_of_contention owl:sameAs <http://kaiko.getalp.org/dbnary/eng/bone_of_contention__Noun__1> .
liden:put_the_cart_before_the_horse owl:sameAs <http://kaiko.getalp.org/dbnary/eng/put_the_cart_before_the_horse__Verb__1> .
liden:slap_on_the_wrist owl:sameAs <http://kaiko.getalp.org/dbnary/eng/slap_on_the_wrist__Noun__1> .
liden:birds_of_a_feather_flock_together owl:sameAs <http://kaiko.getalp.org/dbnary/eng/birds_of_a_feather_flock_together__Proverb__1> .
liden:not_playing_with_a_full_deck owl:sameAs <http://kaiko.getalp.org/dbnary/eng/not_playing_with_a_full_deck__Phrase__1> .
liden:money_talks owl:sameAs <http://kaiko.getalp.org/dbnary/eng/money_talks__Proverb__1> .
liden:draw_the_short_straw owl:sameAs <http://kaiko.getalp.org/dbnary/eng/draw_the_short_straw__Verb__1> .
liden:snug_as_a_bug_in_a_rug owl:sameAs <http://kaiko.getalp.org/dbnary/eng/snug_as_a_bug_in_a_rug__Adjective__1> .
liden:once_in_a_blue_moon owl:sameAs <http://kaiko.getalp.org/dbnary/eng/once_in_a_blue_moon__Adverb__1> .
liden:tomorrow_is_another_day owl:sameAs <http://kaiko.getalp.org/dbnary/eng/tomorrow_is_another_day__Proverb__1> .
liden:no_pain_no_gain owl:sameAs <http://kaiko.getalp.org/dbnary/eng/no_pain,_no_gain__Proverb__1> .
liden:roll_up_ones_sleeves owl:sameAs <http://kaiko.getalp.org/dbnary/eng/roll_up_one's_sleeves__Verb__1> .
liden:back_to_square_one owl:sameAs <http://kaiko.getalp.org/dbnary/eng/back_to_square_one__Adjective__1> .
liden:back_to_square_one owl:sameAs <http://kaiko.getalp.org/dbnary/eng/back_to_square_one__Adverb__1> .
liden:the_straw_that_broke_the_camels_back owl:sameAs <http://kaiko.getalp.org/dbnary/eng/the_straw_that_broke_the_camel's_back__Noun__1> .
liden:third_wheel owl:sameAs <http://kaiko.getalp.org/dbnary/eng/third_wheel__Noun__1> .
liden:devils_advocate owl:sameAs <http://kaiko.getalp.org/dbnary/eng/devil's_advocate__Noun__1> .
liden:out_of_the_blue owl:sameAs <http://kaiko.getalp.org/dbnary/eng/out_of_the_blue__Adverb__1> .
liden:poker_face owl:sameAs <http://kaiko.getalp.org/dbnary/eng/poker_face__Noun__1> .
liden:popping_out owl:sameAs <http://kaiko.getalp.org/dbnary/eng/popping_out__Verb__1> .
liden:let_the_cat_out_of_the_bag owl:sameAs <http://kaiko.getalp.org/dbnary/eng/let_the_cat_out_of_the_bag__Phrase__1> .
liden:in_the_fast_lane owl:sameAs <http://kaiko.getalp.org/dbnary/eng/in_the_fast_lane__Adverb__1> .
liden:muddy_the_waters owl:sameAs <http://kaiko.getalp.org/dbnary/eng/muddy_the_waters__Verb__1> .
liden:the_whole_nine_yards owl:sameAs <http://kaiko.getalp.org/dbnary/eng/the_whole_nine_yards__Noun__1> .
liden:the_whole_nine_yards owl:sameAs <http://kaiko.getalp.org/dbnary/eng/the_whole_nine_yards__Adverb__1> .
liden:look_before_you_leap owl:sameAs <http://kaiko.getalp.org/dbnary/eng/look_before_you_leap__Proverb__1> .
liden:honest_to_god owl:sameAs <http://kaiko.getalp.org/dbnary/eng/honest_to_God__Adverb__1> .
liden:honest_to_god owl:sameAs <http://kaiko.getalp.org/dbnary/eng/honest_to_God__Adjective__1> .
liden:bend_over_backwards owl:sameAs <http://kaiko.getalp.org/dbnary/eng/bend_over_backwards__Verb__1> .
liden:heart_of_gold owl:sameAs <http://kaiko.getalp.org/dbnary/eng/heart_of_gold__Noun__1> .
liden:neither_fish_nor_fowl owl:sameAs <http://kaiko.getalp.org/dbnary/eng/neither_fish_nor_fowl__Noun__1> .
liden:live_and_learn owl:sameAs <http://kaiko.getalp.org/dbnary/eng/live_and_learn__Phrase__1> .
liden:all_that_glitters_is_not_gold owl:sameAs <http://kaiko.getalp.org/dbnary/eng/all_that_glitters_is_not_gold__Proverb__1> .
liden:miss_the_boat owl:sameAs <http://kaiko.getalp.org/dbnary/eng/miss_the_boat__Verb__1> .
liden:all_sizzle_and_no_steak owl:sameAs <http://kaiko.getalp.org/dbnary/eng/all_sizzle_and_no_steak__Noun__1> .
liden:sit_on_the_fence owl:sameAs <http://kaiko.getalp.org/dbnary/eng/sit_on_the_fence__Verb__1> .
liden:tit_for_tat owl:sameAs <http://kaiko.getalp.org/dbnary/eng/tit_for_tat__Noun__1> .
liden:tit_for_tat owl:sameAs <http://kaiko.getalp.org/dbnary/eng/tit_for_tat__Adjective__1> .
liden:all_the_way_to_egery_and_back owl:sameAs <http://kaiko.getalp.org/dbnary/eng/all_the_way_to_Egery_and_back__Noun__1> .
liden:in_the_blink_of_an_eye owl:sameAs <http://kaiko.getalp.org/dbnary/eng/in_the_blink_of_an_eye__Adverb__1> .
liden:nest_egg owl:sameAs <http://kaiko.getalp.org/dbnary/eng/nest_egg__Noun__1> .
liden:neck_and_neck owl:sameAs <http://kaiko.getalp.org/dbnary/eng/neck_and_neck__Adjective__1> .
liden:one_good_turn_deserves_another owl:sameAs <http://kaiko.getalp.org/dbnary/eng/one_good_turn_deserves_another__Proverb__1> .
liden:pennypincher owl:sameAs <http://kaiko.getalp.org/dbnary/eng/penny-pincher__Noun__1> .
liden:lame_duck owl:sameAs <http://kaiko.getalp.org/dbnary/eng/lame_duck__Noun__1> .
liden:when_pigs_fly owl:sameAs <http://kaiko.getalp.org/dbnary/eng/when_pigs_fly__Adverb__1> .
liden:every_which_way owl:sameAs <http://kaiko.getalp.org/dbnary/eng/every_which_way__Adverb__1> .
liden:arm_and_a_leg owl:sameAs <http://kaiko.getalp.org/dbnary/eng/arm_and_a_leg__Noun__1> .
liden:down_the_drain owl:sameAs <http://kaiko.getalp.org/dbnary/eng/down_the_drain__Prepositional_phrase__1> .
liden:cut_to_the_chase owl:sameAs <http://kaiko.getalp.org/dbnary/eng/cut_to_the_chase__Verb__1> .
liden:kick_the_bucket owl:sameAs <http://kaiko.getalp.org/dbnary/eng/kick_the_bucket__Verb__1> .
liden:time_out owl:sameAs <http://kaiko.getalp.org/dbnary/eng/time_out__Noun__1> .
liden:time_out owl:sameAs <http://kaiko.getalp.org/dbnary/eng/time_out__Interjection__1> .
liden:time_out owl:sameAs <http://kaiko.getalp.org/dbnary/eng/time_out__Verb__1> .
liden:blessing_in_disguise owl:sameAs <http://kaiko.getalp.org/dbnary/eng/blessing_in_disguise__Noun__1> .
liden:let_sleeping_dogs_lie owl:sameAs <http://kaiko.getalp.org/dbnary/eng/let_sleeping_dogs_lie__Verb__1> .
liden:off_the_hook owl:sameAs <http://kaiko.getalp.org/dbnary/eng/off_the_hook__Adjective__1> .
liden:off_the_hook owl:sameAs <http://kaiko.getalp.org/dbnary/eng/off_the_hook__Adjective__2> .
liden:off_the_hook owl:sameAs <http://kaiko.getalp.org/dbnary/eng/off_the_hook__Adjective__3> .
liden:you_bet owl:sameAs <http://kaiko.getalp.org/dbnary/eng/you_bet__Interjection__1> .
liden:god_forbid owl:sameAs <http://kaiko.getalp.org/dbnary/eng/God_forbid__Interjection__1> .
liden:god_forbid owl:sameAs <http://kaiko.getalp.org/dbnary/eng/god_forbid__Interjection__1> .
liden:out_of_sight_out_of_mind owl:sameAs <http://kaiko.getalp.org/dbnary/eng/out_of_sight,_out_of_mind__Proverb__1> .
liden:long_time_no_see owl:sameAs <http://kaiko.getalp.org/dbnary/eng/long_time_no_see__Interjection__1> .
liden:lose_your_head owl:sameAs <http://kaiko.getalp.org/dbnary/eng/lose_your_head__Verb__1> .
liden:caught_with_ones_hand_in_the_cookie_jar owl:sameAs <http://kaiko.getalp.org/dbnary/eng/caught_with_one's_hand_in_the_cookie_jar__Adjective__1> .
liden:united_we_stand_divided_we_fall owl:sameAs <http://kaiko.getalp.org/dbnary/eng/united_we_stand,_divided_we_fall__Proverb__1> .
liden:misfortunes_never_come_singly owl:sameAs <http://kaiko.getalp.org/dbnary/eng/misfortunes_never_come_singly__Proverb__1> .
liden:cut_corners owl:sameAs <http://kaiko.getalp.org/dbnary/eng/cut_corners__Verb__1> .
liden:get_laid owl:sameAs <http://kaiko.getalp.org/dbnary/eng/get_laid__Verb__1> .
liden:too_many_cooks_spoil_the_broth owl:sameAs <http://kaiko.getalp.org/dbnary/eng/too_many_cooks_spoil_the_broth__Proverb__1> .
liden:be_glad_to_see_the_back_of owl:sameAs <http://kaiko.getalp.org/dbnary/eng/be_glad_to_see_the_back_of__Verb__1> .
liden:fall_between_two_stools owl:sameAs <http://kaiko.getalp.org/dbnary/eng/fall_between_two_stools__Verb__1> .
liden:speak_of_the_devil owl:sameAs <http://kaiko.getalp.org/dbnary/eng/speak_of_the_devil__Phrase__1> .
liden:rome_wasnt_built_in_a_day owl:sameAs <http://kaiko.getalp.org/dbnary/eng/Rome_wasn't_built_in_a_day__Proverb__1> .
liden:land_on_ones_feet owl:sameAs <http://kaiko.getalp.org/dbnary/eng/land_on_one's_feet__Verb__1> .
liden:call_it_a_night owl:sameAs <http://kaiko.getalp.org/dbnary/eng/call_it_a_night__Verb__1> .
liden:up_a_creek_without_a_paddle owl:sameAs <http://kaiko.getalp.org/dbnary/eng/up_a_creek_without_a_paddle__Adjective__1> .
liden:give_up_the_ghost owl:sameAs <http://kaiko.getalp.org/dbnary/eng/give_up_the_ghost__Verb__1> .
liden:old_hand owl:sameAs <http://kaiko.getalp.org/dbnary/eng/old_hand__Noun__1> .
liden:off_ones_rocker owl:sameAs <http://kaiko.getalp.org/dbnary/eng/off_one's_rocker__Adjective__1> .
liden:over_my_dead_body owl:sameAs <http://kaiko.getalp.org/dbnary/eng/over_my_dead_body__Adverb__1> .
liden:high_five owl:sameAs <http://kaiko.getalp.org/dbnary/eng/high_five__Verb__1> .
liden:high_five owl:sameAs <http://kaiko.getalp.org/dbnary/eng/high_five__Noun__1> .
liden:over_the_top owl:sameAs <http://kaiko.getalp.org/dbnary/eng/over_the_top__Adjective__1> .
liden:over_the_top owl:sameAs <http://kaiko.getalp.org/dbnary/eng/over_the_top__Adverb__1> .
liden:tough_nut_to_crack owl:sameAs <http://kaiko.getalp.org/dbnary/eng/tough_nut_to_crack__Noun__1> .
liden:feel_the_pinch owl:sameAs <http://kaiko.getalp.org/dbnary/eng/feel_the_pinch__Verb__1> .
liden:twentyfour_seven owl:sameAs <http://kaiko.getalp.org/dbnary/eng/twenty-four/seven__Adverb__1> .
liden:its_a_small_world owl:sameAs <http://kaiko.getalp.org/dbnary/eng/it's_a_small_world__Phrase__1> .
liden:dont_look_a_gift_horse_in_the_mouth owl:sameAs <http://kaiko.getalp.org/dbnary/eng/don't_look_a_gift_horse_in_the_mouth__Proverb__1> .
liden:three_sheets_to_the_wind owl:sameAs <http://kaiko.getalp.org/dbnary/eng/three_sheets_to_the_wind__Adjective__1> .
liden:pandoras_box owl:sameAs <http://kaiko.getalp.org/dbnary/eng/Pandora's_box__Noun__1> .
liden:pandoras_box owl:sameAs <http://kaiko.getalp.org/dbnary/eng/Pandora's_box__Proper_noun__1> .
liden:a_bird_in_the_hand_is_worth_two_in_the_bush owl:sameAs <http://kaiko.getalp.org/dbnary/eng/a_bird_in_the_hand_is_worth_two_in_the_bush__Proverb__1> .
liden:beat_around_the_bush owl:sameAs <http://kaiko.getalp.org/dbnary/eng/beat_around_the_bush__Verb__1> .
liden:dont_put_all_your_eggs_in_one_basket owl:sameAs <http://kaiko.getalp.org/dbnary/eng/don't_put_all_your_eggs_in_one_basket__Proverb__1> .
liden:sleep_on_it owl:sameAs <http://kaiko.getalp.org/dbnary/eng/sleep_on_it__Verb__1> .
liden:at_the_drop_of_a_hat owl:sameAs <http://kaiko.getalp.org/dbnary/eng/at_the_drop_of_a_hat__Prepositional_phrase__1> .
liden:behind_the_times owl:sameAs <http://kaiko.getalp.org/dbnary/eng/behind_the_times__Adjective__1> .
liden:hocus_pocus owl:sameAs <http://kaiko.getalp.org/dbnary/eng/hocus_pocus__Interjection__1> .
liden:brandnew owl:sameAs <http://kaiko.getalp.org/dbnary/eng/brand-new__Adjective__1> .
liden:spill_the_beans owl:sameAs <http://kaiko.getalp.org/dbnary/eng/spill_the_beans__Verb__1> .
liden:on_ones_own owl:sameAs <http://kaiko.getalp.org/dbnary/eng/on_one's_own__Adverb__1> .
liden:nip_and_tuck owl:sameAs <http://kaiko.getalp.org/dbnary/eng/nip_and_tuck__Adjective__1> .
liden:nip_and_tuck owl:sameAs <http://kaiko.getalp.org/dbnary/eng/nip_and_tuck__Adverb__1> .
liden:nip_and_tuck owl:sameAs <http://kaiko.getalp.org/dbnary/eng/nip_and_tuck__Noun__1> .
liden:reinvent_the_wheel owl:sameAs <http://kaiko.getalp.org/dbnary/eng/reinvent_the_wheel__Verb__1> .
liden:actions_speak_louder_than_words owl:sameAs <http://kaiko.getalp.org/dbnary/eng/actions_speak_louder_than_words__Proverb__1> .
liden:on_cloud_nine owl:sameAs <http://kaiko.getalp.org/dbnary/eng/on_cloud_nine__Adjective__1> .
liden:tip_of_the_iceberg owl:sameAs <http://kaiko.getalp.org/dbnary/eng/tip_of_the_iceberg__Noun__1> .
liden:the_icing_on_the_cake owl:sameAs <http://kaiko.getalp.org/dbnary/eng/the_icing_on_the_cake__Noun__1> .
liden:a_cold_day_in_hell owl:sameAs <http://kaiko.getalp.org/dbnary/eng/a_cold_day_in_Hell__Noun__1> .
liden:add_insult_to_injury owl:sameAs <http://kaiko.getalp.org/dbnary/eng/add_insult_to_injury__Verb__1> .
liden:tossup owl:sameAs <http://kaiko.getalp.org/dbnary/eng/toss-up__Noun__1> .
liden:the_apple_doesnt_fall_far_from_the_tree owl:sameAs <http://kaiko.getalp.org/dbnary/eng/the_apple_doesn't_fall_far_from_the_tree__Proverb__1> .
liden:elvis_has_left_the_building owl:sameAs <http://kaiko.getalp.org/dbnary/eng/Elvis_has_left_the_building__Phrase__1> .
liden:one_card_shy_of_a_full_deck owl:sameAs <http://kaiko.getalp.org/dbnary/eng/one_card_shy_of_a_full_deck__Adjective__1> .
liden:bit_the_bullet owl:sameAs <http://kaiko.getalp.org/dbnary/eng/bit_the_bullet__Verb__1> .
liden:finding_a_needle_in_a_haystack owl:sameAs <http://kaiko.getalp.org/dbnary/eng/needle_in_a_haystack__Noun__1> .
liden:the_odd_one_out owl:sameAs <http://kaiko.getalp.org/dbnary/eng/odd_one_out__Noun__1> .
liden:lend_a_hand owl:sameAs <http://kaiko.getalp.org/dbnary/eng/lend_a_helping_hand__Verb__1> .
liden:the_ends_justifies_the_means owl:sameAs <http://kaiko.getalp.org/dbnary/eng/the_ends_justify_the_means__Proverb__1> .
liden:the_ends_justifies_the_means owl:sameAs <http://kaiko.getalp.org/dbnary/eng/the_end_justifies_the_means__Proverb__1> .
liden:hear_it_on_the_grapevine owl:sameAs <http://kaiko.getalp.org/dbnary/eng/hear_on_the_grapevine__Verb__1> .
liden:talk_hot_air owl:sameAs <http://kaiko.getalp.org/dbnary/eng/hot_air__Noun__1> .
liden:in_dire_straits owl:sameAs <http://kaiko.getalp.org/dbnary/eng/dire_straits__Noun__1> .
liden:look_like_a_million_dollars owl:sameAs <http://kaiko.getalp.org/dbnary/eng/like_a_million_dollars__Prepositional_phrase__1> .
liden:good_samaritan owl:sameAs <http://kaiko.getalp.org/dbnary/eng/Good_Samaritan_law__Noun__1> .
liden:scratch_head owl:sameAs <http://kaiko.getalp.org/dbnary/eng/scratch_one's_head__Verb__1> .
liden:take_the_wind_out_of_someones_sails owl:sameAs <http://kaiko.getalp.org/dbnary/eng/knock_the_wind_out_of_someone's_sails__Verb__1> .
liden:head_over_heels owl:sameAs <http://kaiko.getalp.org/dbnary/eng/heels_over__Verb__1> .
liden:to_throw_cold_water_on_something owl:sameAs <http://kaiko.getalp.org/dbnary/eng/throw_cold_water_on__Verb__1> .
liden:the_early_bird_gets_the_worm owl:sameAs <http://kaiko.getalp.org/dbnary/eng/the_early_bird_catches_the_worm__Proverb__1> .
liden:the_forbidden_fruit_is_the_sweetest owl:sameAs <http://kaiko.getalp.org/dbnary/eng/forbidden_fruit_is_the_sweetest__Proverb__1> .
liden:kill_two_birds_with_one_stone owl:sameAs <http://kaiko.getalp.org/dbnary/eng/kills_two_birds_with_one_stone__Verb__1> .
liden:kill_two_birds_with_one_stone owl:sameAs <http://kaiko.getalp.org/dbnary/eng/killed_two_birds_with_one_stone__Verb__1> .
liden:kill_two_birds_with_one_stone owl:sameAs <http://kaiko.getalp.org/dbnary/eng/killing_two_birds_with_one_stone__Verb__1> .
liden:kill_two_birds_with_one_stone owl:sameAs <http://kaiko.getalp.org/dbnary/eng/two_birds_with_one_stone__Noun__1> .
liden:a_bitter_pill_to_swallow owl:sameAs <http://kaiko.getalp.org/dbnary/eng/bitter_pill_to_swallow__Noun__1> .
liden:start_from_scratch owl:sameAs <http://kaiko.getalp.org/dbnary/eng/from_scratch__Prepositional_phrase__1> .
liden:a_shot_in_the_dark owl:sameAs <http://kaiko.getalp.org/dbnary/eng/shot_in_the_dark__Noun__1> .
liden:a_shot_in_the_dark owl:sameAs <http://kaiko.getalp.org/dbnary/eng/take_a_shot_in_the_dark__Verb__1> .
liden:throw_the_baby_out_with_the_bathwater owl:sameAs <http://kaiko.getalp.org/dbnary/eng/throw_out_the_baby_with_the_bath_water__Verb__1> .
liden:play_second_fiddle owl:sameAs <http://kaiko.getalp.org/dbnary/eng/second_fiddle__Noun__1> .
liden:far_cry_from owl:sameAs <http://kaiko.getalp.org/dbnary/eng/far_cry__Adverb__1> .
liden:back_to_the_drawing_board owl:sameAs <http://kaiko.getalp.org/dbnary/eng/go_back_to_the_drawing_board__Verb__1> .
liden:to_paint_the_town_red owl:sameAs <http://kaiko.getalp.org/dbnary/eng/paint_the_town_red__Verb__1> .
liden:to_rub_salt_in_the_wound owl:sameAs <http://kaiko.getalp.org/dbnary/eng/rub_salt_in_the_wound__Verb__1> .
liden:know_like_the_back_of_your_hand_ owl:sameAs <http://kaiko.getalp.org/dbnary/eng/know_like_the_back_of_one's_hand__Verb__1> .
liden:red_in_the_face owl:sameAs <http://kaiko.getalp.org/dbnary/eng/in_the_red__Adjective__1> .
liden:pull_someones_bacon_out_of_the_fire owl:sameAs <http://kaiko.getalp.org/dbnary/eng/pull_someone's_fat_out_of_the_fire__Verb__1> .
liden:pull_someones_bacon_out_of_the_fire owl:sameAs <http://kaiko.getalp.org/dbnary/eng/pull_someone's_chestnuts_out_of_the_fire__Verb__1> .
liden:speak_off_the_cuff owl:sameAs <http://kaiko.getalp.org/dbnary/eng/off_the_cuff__Prepositional_phrase__1> .
liden:birds_of_a_feather_flock_together owl:sameAs <http://kaiko.getalp.org/dbnary/eng/birds_of_the_feather_flock_together__Proverb__1> .
liden:to_bite_the_dust owl:sameAs <http://kaiko.getalp.org/dbnary/eng/bite_the_dust__Verb__1> .
liden:a_short_fuse owl:sameAs <http://kaiko.getalp.org/dbnary/eng/short_fuse__Noun__1> .
liden:to_twiddle_ones_thumbs owl:sameAs <http://kaiko.getalp.org/dbnary/eng/twiddle_one's_thumbs__Verb__1> .
liden:pull_the_wool_over_ones_eyes owl:sameAs <http://kaiko.getalp.org/dbnary/eng/pull_the_wool_over_someone's_eyes__Verb__1> .
liden:as_old_as_the_hills owl:sameAs <http://kaiko.getalp.org/dbnary/eng/old_as_the_hills__Adjective__1> .
liden:out_of_the_blue owl:sameAs <http://kaiko.getalp.org/dbnary/eng/bolt_out_of_the_blue__Noun__1> .
liden:from_the_horses_mouth owl:sameAs <http://kaiko.getalp.org/dbnary/eng/straight_from_the_horse's_mouth__Adverb__1> .
liden:bend_over_backwards owl:sameAs <http://kaiko.getalp.org/dbnary/eng/bend_over__Verb__1> .
liden:neither_fish_nor_fowl owl:sameAs <http://kaiko.getalp.org/dbnary/eng/neither_fish,_flesh,_nor_fowl__Phrase__1> .
liden:keep_your_eye_on_the_ball owl:sameAs <http://kaiko.getalp.org/dbnary/eng/keep_one's_eye_on_the_ball__Verb__1> .
liden:all_that_glitters_is_not_gold owl:sameAs <http://kaiko.getalp.org/dbnary/eng/all_that_glisters_is_not_gold__Proverb__1> .
liden:bite_off_more_than_you_can_chew owl:sameAs <http://kaiko.getalp.org/dbnary/eng/bite_off_more_than_one_can_chew__Verb__1> .
liden:all_in_the_same_boat owl:sameAs <http://kaiko.getalp.org/dbnary/eng/in_the_same_boat__Adjective__1> .
liden:a_stones_throw owl:sameAs <http://kaiko.getalp.org/dbnary/eng/stone's_throw__Noun__1> .
liden:in_the_blink_of_an_eye owl:sameAs <http://kaiko.getalp.org/dbnary/eng/in_the_wink_of_an_eye__Adverb__1> .
liden:in_the_blink_of_an_eye owl:sameAs <http://kaiko.getalp.org/dbnary/eng/in_the_twinkling_of_an_eye__Adverb__1> .
liden:in_the_blink_of_an_eye owl:sameAs <http://kaiko.getalp.org/dbnary/eng/blink_of_an_eye__Noun__1> .
liden:dont_count_your_chickens_before_theyve_hatched owl:sameAs <http://kaiko.getalp.org/dbnary/eng/don't_count_your_chickens_before_they're_hatched__Proverb__1> .
liden:thats_for_the_birds owl:sameAs <http://kaiko.getalp.org/dbnary/eng/for_the_birds__Adjective__1> .
liden:its_greek_to_me owl:sameAs <http://kaiko.getalp.org/dbnary/eng/it's_all_Greek_to_me__Phrase__1> .
liden:whale_of_a_time owl:sameAs <http://kaiko.getalp.org/dbnary/eng/have_a_whale_of_a_time__Verb__1> .
liden:off_the_hook owl:sameAs <http://kaiko.getalp.org/dbnary/eng/ring_off_the_hook__Verb__1> .
liden:let_sleeping_dogs_lie owl:sameAs <http://kaiko.getalp.org/dbnary/eng/let_the_sleeping_dogs_lie__Verb__1> .
liden:a_skeleton_in_the_closet owl:sameAs <http://kaiko.getalp.org/dbnary/eng/skeleton_in_the_closet__Noun__1> .
liden:picture_paints_a_thousand_words owl:sameAs <http://kaiko.getalp.org/dbnary/eng/a_picture_paints_a_thousand_words__Proverb__1> .
liden:taste_of_your_own_medicine owl:sameAs <http://kaiko.getalp.org/dbnary/eng/taste_of_one's_own_medicine__Noun__1> .
liden:caught_with_ones_hand_in_the_cookie_jar owl:sameAs <http://kaiko.getalp.org/dbnary/eng/caught_with_one's_fingers_in_the_cookie_jar__Adjective__1> .
liden:theres_no_smoke_without_fire owl:sameAs <http://kaiko.getalp.org/dbnary/eng/no_smoke_without_fire__Proverb__1> .
liden:by_hook_or_crook owl:sameAs <http://kaiko.getalp.org/dbnary/eng/by_hook_or_by_crook__Prepositional_phrase__1> .
liden:to_do_ones_utmost owl:sameAs <http://kaiko.getalp.org/dbnary/eng/do_one's_utmost__Verb__1> .
liden:rome_wasnt_built_in_a_day owl:sameAs <http://kaiko.getalp.org/dbnary/eng/Rome_wasn't_burned_in_a_day__Proverb__1> .
liden:land_on_ones_feet owl:sameAs <http://kaiko.getalp.org/dbnary/eng/on_one's_feet__Adjective__1> .
liden:up_a_creek_without_a_paddle owl:sameAs <http://kaiko.getalp.org/dbnary/eng/up_the_creek_without_a_paddle__Adjective__1> .
liden:to_be_at_the_end_of_ones_rope owl:sameAs <http://kaiko.getalp.org/dbnary/eng/at_the_end_of_one's_rope__Prepositional_phrase__1> .
liden:to_have_your_cake_and_eat_it_too owl:sameAs <http://kaiko.getalp.org/dbnary/eng/have_one's_cake_and_eat_it_too__Verb__1> .
liden:back_on_ones_feet owl:sameAs <http://kaiko.getalp.org/dbnary/eng/on_one's_feet__Adjective__1> .
liden:cant_judge_a_book_by_its_cover owl:sameAs <http://kaiko.getalp.org/dbnary/eng/you_can't_judge_a_book_by_its_cover__Proverb__1> .
liden:walk_on_thin_ice owl:sameAs <http://kaiko.getalp.org/dbnary/eng/on_thin_ice__Adjective__1> .
liden:the_bottom_line owl:sameAs <http://kaiko.getalp.org/dbnary/eng/bottom_line__Noun__1> .
liden:dont_look_a_gift_horse_in_the_mouth owl:sameAs <http://kaiko.getalp.org/dbnary/eng/never_look_a_gift_horse_in_the_mouth__Proverb__1> .
liden:three_sheets_to_the_wind owl:sameAs <http://kaiko.getalp.org/dbnary/eng/four_sheets_to_the_wind__Adjective__1> .
liden:dont_put_all_your_eggs_in_one_basket owl:sameAs <http://kaiko.getalp.org/dbnary/eng/put_all_one's_eggs_in_one_basket__Verb__1> .
liden:get_over_it owl:sameAs <http://kaiko.getalp.org/dbnary/eng/get_it_over_with__Verb__1> .
liden:see_light_at_the_end_of_the_tunnel owl:sameAs <http://kaiko.getalp.org/dbnary/eng/light_at_the_end_of_the_tunnel__Noun__1> .
liden:on_ones_own owl:sameAs <http://kaiko.getalp.org/dbnary/eng/on_one's_own_account__Adverb__1> .
liden:on_cloud_nine owl:sameAs <http://kaiko.getalp.org/dbnary/eng/cloud_nine__Noun__1> .
liden:every_dog_has_his_day owl:sameAs <http://kaiko.getalp.org/dbnary/eng/every_dog_has_its_day__Proverb__1> .
liden:its_raining_cats_and_dogs owl:sameAs <http://kaiko.getalp.org/dbnary/eng/raining_cats_and_dogs__Verb__1> .
liden:a_cold_day_in_hell owl:sameAs <http://kaiko.getalp.org/dbnary/eng/a_cold_day_in_July__Noun__1> .
liden:add_insult_to_injury owl:sameAs <http://kaiko.getalp.org/dbnary/eng/insult_to_injury__Noun__1> .
liden:the_last_straw owl:sameAs <http://kaiko.getalp.org/dbnary/eng/last_straw__Noun__1> .
liden:dont_cry_over_spilt_milk owl:sameAs <http://kaiko.getalp.org/dbnary/eng/don't_cry_over_spilled_milk__Proverb__1> .
liden:the_ball_is_in_your_court owl:sameAs <http://kaiko.getalp.org/dbnary/eng/the_ball_is_in_someone's_court__Phrase__1> .
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE ViewPatterns #-}
module Idiom where
import Data.Foldable
import Data.List
import Data.MarkovChain
import System.Environment
import System.Random
import Text.Read
main :: IO ()
main = do
c <- getContents
n <- getArgs >>= \case
[readMaybe -> Just n] -> pure n
_ -> pure 2
traverse_ putStrLn $ go n c
go :: Int -> String -> [String]
go n c =
filter (`notElem` ns)
. fmap unwords
. (\ws -> runMulti n ws 0 (mkStdGen 0))
. fmap words
$ ns
where
ns = nub
. fmap extract
. filter ("liden:" `isPrefixOf`)
. lines
$ c
extract :: String -> String
extract =
fmap (\case
'_' -> ' '
c -> c)
. dropSuffix "_form"
. dropSuffix "_sense"
. dropSuffix "_concept"
. takeWhile (/= ' ')
. drop 6
dropSuffix :: String -> String -> String
dropSuffix s t = if s `isSuffixOf` t
then take (length t - length s) t
else t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment