@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> .
@prefix lexinfo: <http://www.lexinfo.net/ontology/2.0/lexinfo#> .
@prefix aot: <http://ontology.birzeit.edu/term/> .
@prefix aoc: <http://ontology.birzeit.edu/lexicalconcept/> .
@prefix aor: <http://ontology.birzeit.edu/lexicon/> .

aoc:213233 a ontolex:LexicalConcept ;
ontolex:isEvokedBy aot:Lex-depression ;
ontolex:isEvokedBy aot:Lex-sadness ;
ontolex:isEvokedBy aot:Lex-sorrow ;
ontolex:isEvokedBy aot:Lex-distress ;
ontolex:isEvokedBy aot:Lex-melancholy ;
ontolex:isEvokedBy aot:Lex-grief ;
ontolex:isEvokedBy aot:Lex-حزن ;
skos:inScheme aor:Google_Thesaurus_2_36 .

aot:lex-depression a ontolex:LexicalEntry, ontolex:Word ;
ontolex:canonicalForm [ontolex:writtenRep "depression"@en] ;
skos:inScheme aor:Google_Thesaurus_2_36 .
aot:lex-sadness a ontolex:LexicalEntry, ontolex:Word ;
ontolex:canonicalForm [ontolex:writtenRep "sadness"@en] ;
skos:inScheme aor:Google_Thesaurus_2_36 .
aot:lex-sorrow a ontolex:LexicalEntry, ontolex:Word ;
ontolex:canonicalForm [ontolex:writtenRep "sorrow"@en] ;
skos:inScheme aor:Google_Thesaurus_2_36 .
aot:lex-distress a ontolex:LexicalEntry, ontolex:Word ;
ontolex:canonicalForm [ontolex:writtenRep "distress"@en] ;
skos:inScheme aor:Google_Thesaurus_2_36 .
aot:lex-melancholy a ontolex:LexicalEntry, ontolex:Word ;
ontolex:canonicalForm [ontolex:writtenRep "melancholy"@en] ;
skos:inScheme aor:Google_Thesaurus_2_36 .
aot:lex-grief a ontolex:LexicalEntry, ontolex:Word ;
ontolex:canonicalForm [ontolex:writtenRep "grief"@en] ;
skos:inScheme aor:Google_Thesaurus_2_36 .

aot:lex-حزن a ontolex:LexicalEntry, ontolex:Word ;
ontolex:canonicalForm [ontolex:writtenRep "حزن"@ar] ;
skos:inScheme aor:Google_Thesaurus_2_36 .

