@prefix proverb: <http://www.ontology.org.il#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

proverb:P84 proverb:hasmetaphoricsubject proverb:Situation .
proverb:P34 proverb:hasexplicitsubject proverb:Situation .
proverb:P68 proverb:hasmetaphoricsubject proverb:Situation .
proverb:Situation
  skos:broader proverb:AbstractEntity ;
  skos:narrower proverb:Advantage ;
  skos:inScheme proverb:conceptscheme ;
  skos:prefLabel "Situation"@en ;
  a skos:Concept .

proverb:P83 proverb:hasexplicitsubject proverb:Situation .
proverb:P33 proverb:hasexplicitsubject proverb:Situation .
proverb:AbstractEntity
  skos:prefLabel "AbstractEntity"@en ;
  a skos:Concept ;
  skos:narrower proverb:Situation .

proverb:conceptscheme a skos:ConceptScheme .
proverb:Advantage
  skos:prefLabel "Advantage"@en ;
  a skos:Concept ;
  skos:broader proverb:Situation .

