@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:183231 a ontolex:LexicalConcept ;
ontolex:isEvokedBy aot:Lex-harem ;
ontolex:isEvokedBy aot:Lex-حريم ;
ontolex:isEvokedBy aot:Lex-زوجات_و_سرارى ;
ontolex:isEvokedBy aot:Lex-قصر_حريم ;
skos:inScheme aor:Google_Thesaurus_1_35 .

aot:lex-harem a ontolex:LexicalEntry, ontolex:Word ;
ontolex:canonicalForm [ontolex:writtenRep "harem"@en] ;
skos:inScheme aor:Google_Thesaurus_1_35 .

aot:lex-حريم a ontolex:LexicalEntry, ontolex:Word ;
ontolex:canonicalForm [ontolex:writtenRep "حريم"@ar] ;
skos:inScheme aor:Google_Thesaurus_1_35 .
aot:lex-زوجات_و_سرارى a ontolex:LexicalEntry, ontolex:MultiwordExpression ;
ontolex:canonicalForm [ontolex:writtenRep "زوجات و سرارى"@ar] ;
skos:inScheme aor:Google_Thesaurus_1_35 .
aot:lex-قصر_حريم a ontolex:LexicalEntry, ontolex:MultiwordExpression ;
ontolex:canonicalForm [ontolex:writtenRep "قصر حريم"@ar] ;
skos:inScheme aor:Google_Thesaurus_1_35 .

