@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:300812 a ontolex:LexicalConcept ;
ontolex:isEvokedBy aot:Lex-canna ;
ontolex:isEvokedBy aot:Lex-Canna_indica_L ;
ontolex:isEvokedBy aot:Lex-اوز_فحل_ازهار ;
skos:inScheme aor:Horticulture_8 .

aot:lex-canna a ontolex:LexicalEntry, ontolex:Word ;
ontolex:canonicalForm [ontolex:writtenRep "canna"@en] ;
skos:inScheme aor:Horticulture_8 .
aot:lex-Canna_indica_L a ontolex:LexicalEntry, ontolex:MultiwordExpression ;
ontolex:canonicalForm [ontolex:writtenRep "Canna indica L"@en] ;
skos:inScheme aor:Horticulture_8 .

aot:lex-اوز_فحل_ازهار a ontolex:LexicalEntry, ontolex:MultiwordExpression ;
ontolex:canonicalForm [ontolex:writtenRep "اوز فحل ازهار"@ar] ;
skos:inScheme aor:Horticulture_8 .

