@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:1520073710 a ontolex:LexicalConcept ;
ontolex:isEvokedBy aot:Lex-air ;
ontolex:isEvokedBy aot:Lex-atmosphere ;
ontolex:isEvokedBy aot:Lex-aura ;
skos:definition "a distinctive but intangible quality surrounding a person or thing; ''an air of mystery''; ''the house had a neglected air''; ''an atmosphere of defeat pervaded the candidate''s headquarters''; ''the place had an aura of romance''"@en ;
skos:inScheme aor:Arabic_WordNet_152 .

aot:lex-air a ontolex:LexicalEntry, ontolex:Word ;
ontolex:canonicalForm [ontolex:writtenRep "air"@en] ;
skos:inScheme aor:Arabic_WordNet_152 .
aot:lex-atmosphere a ontolex:LexicalEntry, ontolex:Word ;
ontolex:canonicalForm [ontolex:writtenRep "atmosphere"@en] ;
skos:inScheme aor:Arabic_WordNet_152 .
aot:lex-aura a ontolex:LexicalEntry, ontolex:Word ;
ontolex:canonicalForm [ontolex:writtenRep "aura"@en] ;
skos:inScheme aor:Arabic_WordNet_152 .

