[Moderator action: Coralie Mercier forwarding so attachments are archived; the submission size exceeds 5242880 bytes] Dear all, please find access details for the telco today here: https://www.w3.org/community/ontolex/wiki/Teleconference,_2014.10.10,_15-16_pm_CET The agenda is the following: 1) Discussion of vartrans module => definitions provided by Lupe and Elena 2) Discussion of modelling of Arabic lexica by Thierry (see attached documents) Talk to you later, Philipp. -- -- Prof. Dr. Philipp Cimiano AG Semantic Computing Exzellenzcluster für Cognitive Interaction Technology (CITEC) Universität Bielefeld Tel: +49 521 106 12249 Fax: +49 521 106 6560 Mail: cimiano@cit-ec.uni-bielefeld.de Office CITEC-2.307 Universitätsstr. 21-25 33615 Bielefeld, NRW Germany # baseURI: http://www.w3.org/ns/lemon/ontolex # imports: http://www.ontologydesignpatterns.org/cp/owl/semiotics.owl # imports: http://www.lexinfo.net/ontology/2.0/lexinfo # imports: http://www.w3.org/2008/05/skos-xl @prefix icltt: <http://icltt/dictionaries#> . @prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> . @prefix semiotics: <http://www.ontologydesignpatterns.org/cp/owl/semiotics.owl#> . @prefix lemon: <http://www.lemon-model.net/lemon#> . @prefix lexinfo: <http://www.lexinfo.net/ontology/2.0/lexinfo#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @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 skosxl: <http://www.w3.org/2008/05/skos-xl#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://tutorial-topbraid.com/dictionaries> rdf:type owl:Ontology ; owl:imports <http://www.lemon-model.net/lemon> , <http://www.w3.org/2008/05/skos-xl> ; owl:versionInfo "Generated by TD script from VICAV TEI file"^^xsd:string . ontolex:Lexicon rdf:type owl:Class ; rdfs:comment "A collection of lexical entries specific to the given language and/or domain. We include here also (dialectal) dictionaries."@en ; rdfs:label "Wörterbuch"@de , "Dictionary"@en ; rdfs:subClassOf owl:Thing . ontolex:LexicalEntry rdf:type owl:Class ; rdfs:comment "A single unit of analysis in the lexicon comprising a collection of forms that are morphologically related or have a single pronunciation and have the same meaning(s)."@en ; rdfs:label "Eintrag"@de , "Entry"@en ; rdfs:subClassOf semiotics:Expression , owl:Thing . ontolex:SenseLexicon rdf:type owl:Class ; rdfs:comment "This class represents a collection of senses. In the case of dialectal dictionaries, we include here the meanings (senses) that are expressed in relation with a headword. Link to external semantic resources is done in the context of the class LexicalSense and associated properties"@en ; rdfs:label "Wörterbuch"@de , "Dictionary"@en ; rdfs:subClassOf owl:Thing . semiotics:Expression rdf:type owl:Class ; rdfs:subClassOf owl:Thing . semiotics:Meaning rdf:type owl:Class ; rdfs:subClassOf owl:Thing . ontolex:LexicalSense rdf:type owl:Class ; rdfs:label "Represents the lexical meaning of a lexical entry when interpreted as the ontology entity it refers to. A link between a lexical entry and an ontology entity via a LexicalSense object implies that the lexical entry can be used to refer to the ontology entity in question, under corresponding connotations, pragmatic implications and meaning nuances that might no be directly modeled in the ontology. These pragmatic conditions and meaning nuances can be attached to the LexicalSense object, which represents a reification of a pair of lexical entry and ontological entity it can refer to. The Lexical Sense thus uniquely determines a lexical entry and an ontological entity it is associated with."@en ; rdfs:subClassOf semiotics:Meaning . lexinfo:MorphosyntacticProperty rdf:type owl:Class ; rdfs:label ""@en ; rdfs:subClassOf owl:Thing . lexinfo:PartOfSpeech rdf:type owl:Class ; rdfs:label ""@en ; rdfs:subClassOf lexinfo:MorphosyntacticProperty . lexinfo:noun rdf:type lexinfo:PartOfSpeech ; rdfs:label "noun"@en . lexinfo:article rdf:type lexinfo:PartOfSpeech ; rdfs:label "article"@en . lexinfo:activeParticiple rdf:type lexinfo:PartOfSpeech ; rdfs:label "activeParticiple"@en . lexinfo:passiveParticiple rdf:type lexinfo:PartOfSpeech ; rdfs:label "passiveParticiple"@en . lexinfo:responseParticiple rdf:type lexinfo:PartOfSpeech ; rdfs:label "responseParticiple"@en . lexinfo:presentativeParticiple rdf:type lexinfo:PartOfSpeech ; rdfs:label "Presentative Participle"@en . lexinfo:interrogativeAdverb rdf:type lexinfo:PartOfSpeech ; rdfs:label "interrogativeAdverb"@en . lexinfo:interrogative rdf:type lexinfo:PartOfSpeech ; rdfs:label "interrogative"@en . lexinfo:quantifier rdf:type lexinfo:PartOfSpeech ; rdfs:label "quantifier"@en . lexinfo:interjection rdf:type lexinfo:PartOfSpeech ; rdfs:label "interjection"@en . lexinfo:properNoun rdf:type lexinfo:PartOfSpeech ; rdfs:label "proper noun"@en . lexinfo:commonNoun rdf:type lexinfo:PartOfSpeech ; rdfs:label "common noun"@en . lexinfo:pluralNoun rdf:type lexinfo:PartOfSpeech ; rdfs:label "plural noun"@en . lexinfo:pronoun rdf:type lexinfo:PartOfSpeech ; rdfs:label "Pronoun"@en . lexinfo:indefinitePronoun rdf:type lexinfo:PartOfSpeech ; rdfs:label "indefinitePronoun"@en . lexinfo:relativePronoun rdf:type lexinfo:PartOfSpeech ; rdfs:label "relativePronoun"@en . lexinfo:interrogativePronoun rdf:type lexinfo:PartOfSpeech ; rdfs:label "Interrogative Pronoun"@en . lexinfo:existentialMarker rdf:type lexinfo:PartOfSpeech ; rdfs:label "existentialMarker"@en . lexinfo:adjective rdf:type lexinfo:PartOfSpeech ; rdfs:label "adjective"@en . lexinfo:ordinalAdjective rdf:type lexinfo:PartOfSpeech ; rdfs:label "ordinal adjective"@en . lexinfo:definite rdf:type lexinfo:PartOfSpeech ; rdfs:label "indefinite"@en . lexinfo:indefinite rdf:type lexinfo:PartOfSpeech ; rdfs:label "indefinite"@en . lexinfo:particle rdf:type lexinfo:PartOfSpeech ; rdfs:label "particle"@en . lexinfo:negParticle rdf:type lexinfo:PartOfSpeech ; rdfs:label "neg particle"@en . lexinfo:vocativeParticle rdf:type lexinfo:PartOfSpeech ; rdfs:label "vocativeParticle"@en . lexinfo:genitiveParticle rdf:type lexinfo:PartOfSpeech ; rdfs:label "genitiveParticle"@en . lexinfo:demonstrative rdf:type lexinfo:PartOfSpeech ; rdfs:label "demonstrative"@en . lexinfo:demonstrativePronoun rdf:type lexinfo:PartOfSpeech ; rdfs:label "demonstrative Pronoun"@en . lexinfo:verb rdf:type lexinfo:PartOfSpeech ; rdfs:label "verb"@en . lexinfo:numeral rdf:type lexinfo:PartOfSpeech ; rdfs:label "numeral"@en . lexinfo:elative rdf:type lexinfo:PartOfSpeech ; rdfs:label "elative"@en . lexinfo:preposition rdf:type lexinfo:PartOfSpeech ; rdfs:label "preposition"@en . lexinfo:compPreposition rdf:type lexinfo:PartOfSpeech ; rdfs:label "compPreposition"@en . lexinfo:personalPronoun rdf:type lexinfo:PartOfSpeech ; rdfs:label "personal pronoun"@en . lexinfo:conjunction rdf:type lexinfo:PartOfSpeech ; rdfs:label "conjunction"@en . lexinfo:adverb rdf:type lexinfo:PartOfSpeech ; rdfs:label "adverb"@en . lexinfo:toponym rdf:type lexinfo:PartOfSpeech ; rdfs:label "toponym"@en . lexinfo:glottonym rdf:type lexinfo:PartOfSpeech ; rdfs:label "glottoponym"@en . ontolex:Form rdf:type owl:Class ; rdfs:comment "The Form class represents one lexical variant of the written representation of a lexical entry"@en . ontolex:entry rdf:type owl:ObjectProperty ; rdfs:domain ontolex:Lexicon ; rdfs:range ontolex:LexicalEntry ; rdfs:comment "This property links a lexicon to one of the lexical entries contained in it."@en . ontolex:reference rdf:type owl:FunctionalProperty , owl:ObjectProperty ; rdfs:domain ontolex:LexicalSense ; rdfs:comment "The relation between the lexical sense of a lexical entry and the ontological predicate that represents the denotation."@en . ontolex:representation rdf:type owl:DatatypeProperty ; rdfs:domain ontolex:Form ; rdfs:range rdfs:Literal . ontolex:writtenRep rdf:type owl:DatatypeProperty ; rdfs:domain ontolex:Form ; rdfs:range rdfs:Literal ; rdfs:subPropertyOf ontolex:representation . ontolex:language rdf:type owl:DatatypeProperty ; rdfs:domain ontolex:Lexicon , ontolex:LexicalEntry , ontolex:LexicalSense ; rdfs:range rdfs:Literal ; rdfs:subPropertyOf owl:topDataProperty . ontolex:lexicalForm rdf:type owl:ObjectProperty ; rdfs:domain ontolex:LexicalEntry ; rdfs:range ontolex:Form; rdfs:comment "Indicates a single morphological form of an entry."@en . ontolex:canonicalForm rdf:type owl:ObjectProperty ; rdfs:domain ontolex:LexicalEntry ; rdfs:range ontolex:Form; rdfs:subPropertyOf ontolex:lexicalForm ; rdfs:comment "The canonical (dictionary) form of the lexical entry. This usually indicates the lemma form of a lexical entry."@en . ontolex:otherForm rdf:type owl:ObjectProperty ; rdfs:domain ontolex:LexicalEntry ; rdfs:range ontolex:Form; rdfs:subPropertyOf ontolex:lexicalForm ; rdfs:comment "A non-preferred (non-dictionary) representation of a lexical entry. This should be a variant that is either a morphological variant, an abbreviation, short form or acronym."@en . lexinfo:partOfSpeech rdf:type owl:ObjectProperty ; rdfs:comment "A category assigned to a word based on its grammatical and semantic properties. Term used to describe how a particular word is used in a sentence." ; rdfs:label "part of speech"@en ; rdfs:range lexinfo:PartOfSpeech . ontolex:apc_eng rdf:type ontolex:Lexicon ; rdfs:label "ICLTT Dictionary"@en ; ontolex:language "ar_apc_x_damascus_vicavTrans"^^xsd:string ; ontolex:entry ontolex:apc_eng_aab_001 ; ontolex:entry ontolex:apc_eng_aabal_001 ; ontolex:entry ontolex:apc_eng_aadaar_001 ; ontolex:entry ontolex:apc_eng_aaleb_001 ; ontolex:entry ontolex:apc_eng_aam_001 ; ontolex:entry ontolex:apc_eng_aaman_001 ; ontolex:entry ontolex:apc_eng_aatal_001 ; ontolex:entry ontolex:apc_eng_abaawe_001 ; ontolex:entry ontolex:apc_eng_abad_001 ; ontolex:entry ontolex:apc_eng_abadan_001 ; ontolex:entry ontolex:apc_eng_abar_001 ; ontolex:entry ontolex:apc_eng_abb_001 ; ontolex:entry ontolex:apc_eng_abel_lahza_001 ; ontolex:entry ontolex:apc_eng_abl_ed_deher_001 ; ontolex:entry ontolex:apc_eng_abl_el_miilaad_001 ; ontolex:entry ontolex:apc_eng_abr_001 ; ontolex:entry ontolex:apc_eng_abraazh_001 ; ontolex:entry ontolex:apc_eng_abras_001 ; ontolex:entry ontolex:apc_eng_abu_001 ; ontolex:entry ontolex:apc_eng_abu_remmaane_001 ; ontolex:entry ontolex:apc_eng_abᵊl_001 ; ontolex:entry ontolex:apc_eng_accad_001 ; ontolex:entry ontolex:apc_eng_acrazh_001 ; ontolex:entry ontolex:apc_eng_acyaan_001 ; ontolex:entry ontolex:apc_eng_aczhar_001 ; ontolex:entry ontolex:apc_eng_adab_001 ; ontolex:entry ontolex:apc_eng_addam_001 ; ontolex:entry ontolex:apc_eng_addan_001 ; ontolex:entry ontolex:apc_eng_addar_001 ; ontolex:entry ontolex:apc_eng_addeesh_001 ; ontolex:entry ontolex:apc_eng_adiib_001 ; ontolex:entry ontolex:apc_eng_adiim_001 ; ontolex:entry ontolex:apc_eng_afas_001 ; ontolex:entry ontolex:apc_eng_aghna_002 ; ontolex:entry ontolex:apc_eng_ahla_w_sahla_001 ; ontolex:entry ontolex:apc_eng_ahwazhi_001 ; ontolex:entry ontolex:apc_eng_ahwe_001 ; ontolex:entry ontolex:apc_eng_ahwe_002 ; ontolex:entry ontolex:apc_eng_ahyaanan_001 ; ontolex:entry ontolex:apc_eng_ahziye_001 ; ontolex:entry ontolex:apc_eng_akal_001 ; ontolex:entry ontolex:apc_eng_akel_001 ; ontolex:entry ontolex:apc_eng_akiid_001 ; ontolex:entry ontolex:apc_eng_akkad_001 ; ontolex:entry ontolex:apc_eng_akmal_001 ; ontolex:entry ontolex:apc_eng_akram_001 ; ontolex:entry ontolex:apc_eng_al_e_b_001 ; ontolex:entry ontolex:apc_eng_alab_001 ; ontolex:entry ontolex:apc_eng_alac_001 ; ontolex:entry ontolex:apc_eng_alam_001 ; ontolex:entry ontolex:apc_eng_alef_001 ; ontolex:entry ontolex:apc_eng_alla_yerhamo_001 ; ontolex:entry ontolex:apc_eng_allad_001 ; ontolex:entry ontolex:apc_eng_almaani_001 ; ontolex:entry ontolex:apc_eng_almaanya_001 ; ontolex:entry ontolex:apc_eng_alo_001 ; ontolex:entry ontolex:apc_eng_am_er_001 ; ontolex:entry ontolex:apc_eng_amaan_001 ; ontolex:entry ontolex:apc_eng_amar_001 ; ontolex:entry ontolex:apc_eng_ametca_001 ; ontolex:entry ontolex:apc_eng_amiin_001 ; ontolex:entry ontolex:apc_eng_amiir_001 ; ontolex:entry ontolex:apc_eng_amiis_001 ; ontolex:entry ontolex:apc_eng_amma_001 ; ontolex:entry ontolex:apc_eng_amman_001 ; ontolex:entry ontolex:apc_eng_ana_001 ; ontolex:entry ontolex:apc_eng_anaani_001 ; ontolex:entry ontolex:apc_eng_anef_001 ; ontolex:entry ontolex:apc_eng_aqsa_001 ; ontolex:entry ontolex:apc_eng_ara_001 ; ontolex:entry ontolex:apc_eng_araami_001 ; ontolex:entry ontolex:apc_eng_araayeb_001 ; ontolex:entry ontolex:apc_eng_arcoon_001 ; ontolex:entry ontolex:apc_eng_ard_001 ; ontolex:entry ontolex:apc_eng_ariib_001 ; ontolex:entry ontolex:apc_eng_armal_001 ; ontolex:entry ontolex:apc_eng_arrab_001 ; ontolex:entry ontolex:apc_eng_aryahiyye_001 ; ontolex:entry ontolex:apc_eng_as_e_l_001 ; ontolex:entry ontolex:apc_eng_asaar_001 ; ontolex:entry ontolex:apc_eng_asabiic_el_bebbu_001 ; ontolex:entry ontolex:apc_eng_asam_001 ; ontolex:entry ontolex:apc_eng_asanseer_001 ; ontolex:entry ontolex:apc_eng_asari_001 ; ontolex:entry ontolex:apc_eng_asarr_001 ; ontolex:entry ontolex:apc_eng_aser_001 ; ontolex:entry ontolex:apc_eng_ashhab_001 ; ontolex:entry ontolex:apc_eng_ashsh_001 ; ontolex:entry ontolex:apc_eng_ashshar_001 ; ontolex:entry ontolex:apc_eng_asiir_001 ; ontolex:entry ontolex:apc_eng_aslam_001 ; ontolex:entry ontolex:apc_eng_asli_001 ; ontolex:entry ontolex:apc_eng_ass_001 ; ontolex:entry ontolex:apc_eng_assa_001 ; ontolex:entry ontolex:apc_eng_assar_001 ; ontolex:entry ontolex:apc_eng_assas_001 ; ontolex:entry ontolex:apc_eng_at_e_r_001 ; ontolex:entry ontolex:apc_eng_atac_tazkara_001 ; ontolex:entry ontolex:apc_eng_attac_001 ; ontolex:entry ontolex:apc_eng_aw_aat_001 ; ontolex:entry ontolex:apc_eng_awaaci_001 ; ontolex:entry ontolex:apc_eng_awaaxer_001 ; ontolex:entry ontolex:apc_eng_awi_001 ; ontolex:entry ontolex:apc_eng_awwa_001 ; ontolex:entry ontolex:apc_eng_awwal_001 ; ontolex:entry ontolex:apc_eng_awwal_ma_001 ; ontolex:entry ontolex:apc_eng_awwal_marra_001 ; ontolex:entry ontolex:apc_eng_axad_001 ; ontolex:entry ontolex:apc_eng_axad_el_ca_el_001 ; ontolex:entry ontolex:apc_eng_axd_u_cata_001 ; ontolex:entry ontolex:apc_eng_axiiran_001 ; ontolex:entry ontolex:apc_eng_axx_001 ; ontolex:entry ontolex:apc_eng_ayyaar_001 ; ontolex:entry ontolex:apc_eng_azan_001 ; ontolex:entry ontolex:apc_eng_azhaar_001 ; ontolex:entry ontolex:apc_eng_azhar_001 ; ontolex:entry ontolex:apc_eng_azhnabi_001 ; ontolex:entry ontolex:apc_eng_azhnabi_002 ; ontolex:entry ontolex:apc_eng_azhzhal_001 ; ontolex:entry ontolex:apc_eng_azra_001 ; ontolex:entry ontolex:apc_eng_azzaz_001 ; ontolex:entry ontolex:apc_eng_b_001 ; ontolex:entry ontolex:apc_eng_b_el_aaxer_001 ; ontolex:entry ontolex:apc_eng_b_el_caade_001 ; ontolex:entry ontolex:apc_eng_b_el_fada_001 ; ontolex:entry ontolex:apc_eng_b_el_fala_001 ; ontolex:entry ontolex:apc_eng_b_el_le_ktiir_001 ; ontolex:entry ontolex:apc_eng_b_ez_zabet_001 ; ontolex:entry ontolex:apc_eng_b_sabab_001 ; ontolex:entry ontolex:apc_eng_b_shakel_caamm_001 ; ontolex:entry ontolex:apc_eng_ba_ar_001 ; ontolex:entry ontolex:apc_eng_ba_duunes_001 ; ontolex:entry ontolex:apc_eng_ba_iyye_001 ; ontolex:entry ontolex:apc_eng_ba_le_001 ; ontolex:entry ontolex:apc_eng_baa_a_001 ; ontolex:entry ontolex:apc_eng_baab_001 ; ontolex:entry ontolex:apc_eng_baabuunezh_001 ; ontolex:entry ontolex:apc_eng_baac_001 ; ontolex:entry ontolex:apc_eng_baadye_001 ; ontolex:entry ontolex:apc_eng_baaha_001 ; ontolex:entry ontolex:apc_eng_baal_001 ; ontolex:entry ontolex:apc_eng_baalagh_001 ; ontolex:entry ontolex:apc_eng_baame_001 ; ontolex:entry ontolex:apc_eng_baan_001 ; ontolex:entry ontolex:apc_eng_baanziin_001 ; ontolex:entry ontolex:apc_eng_baar_001 ; ontolex:entry ontolex:apc_eng_baared_001 ; ontolex:entry ontolex:apc_eng_baas_001 ; ontolex:entry ontolex:apc_eng_baayex_001 ; ontolex:entry ontolex:apc_eng_babaghaa_001 ; ontolex:entry ontolex:apc_eng_bacat_001 ; ontolex:entry ontolex:apc_eng_baccad_001 ; ontolex:entry ontolex:apc_eng_bacd_001 ; ontolex:entry ontolex:apc_eng_bacd_ed_deher_001 ; ontolex:entry ontolex:apc_eng_baced_001 ; ontolex:entry ontolex:apc_eng_baced_002 ; ontolex:entry ontolex:apc_eng_baced_shaher_002 ; ontolex:entry ontolex:apc_eng_bacᵊd_001 ; ontolex:entry ontolex:apc_eng_badan_001 ; ontolex:entry ontolex:apc_eng_baddal_001 ; ontolex:entry ontolex:apc_eng_badle_001 ; ontolex:entry ontolex:apc_eng_baghu_001 ; ontolex:entry ontolex:apc_eng_bahas_001 ; ontolex:entry ontolex:apc_eng_baher_001 ; ontolex:entry ontolex:apc_eng_bahhar_001 ; ontolex:entry ontolex:apc_eng_bahra_001 ; ontolex:entry ontolex:apc_eng_bakaloorya_001 ; ontolex:entry ontolex:apc_eng_baliila_001 ; ontolex:entry ontolex:apc_eng_balkoon_001 ; ontolex:entry ontolex:apc_eng_ball_001 ; ontolex:entry ontolex:apc_eng_bana_001 ; ontolex:entry ontolex:apc_eng_bandoora_001 ; ontolex:entry ontolex:apc_eng_bani_aadam_001 ; ontolex:entry ontolex:apc_eng_barad_001 ; ontolex:entry ontolex:apc_eng_barada_001 ; ontolex:entry ontolex:apc_eng_barbiish_001 ; ontolex:entry ontolex:apc_eng_barbiish_002 ; ontolex:entry ontolex:apc_eng_barii_001 ; ontolex:entry ontolex:apc_eng_barlamaan_001 ; ontolex:entry ontolex:apc_eng_barliin_001 ; ontolex:entry ontolex:apc_eng_barnaamezh_001 ; ontolex:entry ontolex:apc_eng_barra_001 ; ontolex:entry ontolex:apc_eng_barraat_001 ; ontolex:entry ontolex:apc_eng_barraaye_001 ; ontolex:entry ontolex:apc_eng_barsiis_001 ; ontolex:entry ontolex:apc_eng_basaata_001 ; ontolex:entry ontolex:apc_eng_basal_001 ; ontolex:entry ontolex:apc_eng_basam_001 ; ontolex:entry ontolex:apc_eng_basar_001 ; ontolex:entry ontolex:apc_eng_basat_001 ; ontolex:entry ontolex:apc_eng_basboor_001 ; ontolex:entry ontolex:apc_eng_bashar_001 ; ontolex:entry ontolex:apc_eng_basiit_001 ; ontolex:entry ontolex:apc_eng_bass_001 ; ontolex:entry ontolex:apc_eng_bassaara_001 ; ontolex:entry ontolex:apc_eng_bataata_001 ; ontolex:entry ontolex:apc_eng_batifoor_001 ; ontolex:entry ontolex:apc_eng_batt_001 ; ontolex:entry ontolex:apc_eng_batta_001 ; ontolex:entry ontolex:apc_eng_battal_001 ; ontolex:entry ontolex:apc_eng_battiix_001 ; ontolex:entry ontolex:apc_eng_battiix_ahmar_001 ; ontolex:entry ontolex:apc_eng_battiix_asfar_001 ; ontolex:entry ontolex:apc_eng_bawwaabe_001 ; ontolex:entry ontolex:apc_eng_baxiil_001 ; ontolex:entry ontolex:apc_eng_baxshiish_001 ; ontolex:entry ontolex:apc_eng_bayyaac_001 ; ontolex:entry ontolex:apc_eng_bayyan_001 ; ontolex:entry ontolex:apc_eng_bazaalya_001 ; ontolex:entry ontolex:apc_eng_bciid_001 ; ontolex:entry ontolex:apc_eng_bdaaca_001 ; ontolex:entry ontolex:apc_eng_be_i_001 ; ontolex:entry ontolex:apc_eng_be_l_leel_001 ; ontolex:entry ontolex:apc_eng_becse_001 ; ontolex:entry ontolex:apc_eng_bedd_001 ; ontolex:entry ontolex:apc_eng_beebi_001 ; ontolex:entry ontolex:apc_eng_beec_001 ; ontolex:entry ontolex:apc_eng_beed_001 ; ontolex:entry ontolex:apc_eng_beedikuur_001 ; ontolex:entry ontolex:apc_eng_been_001 ; ontolex:entry ontolex:apc_eng_beet_001 ; ontolex:entry ontolex:apc_eng_beetenzhaan_001 ; ontolex:entry ontolex:apc_eng_beki_001 ; ontolex:entry ontolex:apc_eng_bendo_001 ; ontolex:entry ontolex:apc_eng_benet_001 ; ontolex:entry ontolex:apc_eng_benni_001 ; ontolex:entry ontolex:apc_eng_bent_camm_001 ; ontolex:entry ontolex:apc_eng_berd_aan_001 ; ontolex:entry ontolex:apc_eng_berdaaye_001 ; ontolex:entry ontolex:apc_eng_berezh_001 ; ontolex:entry ontolex:apc_eng_berghol_001 ; ontolex:entry ontolex:apc_eng_besekleet_001 ; ontolex:entry ontolex:apc_eng_beshec_001 ; ontolex:entry ontolex:apc_eng_bestaan_001 ; ontolex:entry ontolex:apc_eng_bezer_001 ; ontolex:entry ontolex:apc_eng_bezz_001 ; ontolex:entry ontolex:apc_eng_bhaar_001 ; ontolex:entry ontolex:apc_eng_biduun_001 ; ontolex:entry ontolex:apc_eng_bii_a_001 ; ontolex:entry ontolex:apc_eng_biir_001 ; ontolex:entry ontolex:apc_eng_biira_001 ; ontolex:entry ontolex:apc_eng_binaaye_001 ; ontolex:entry ontolex:apc_eng_bitaa_a_001 ; ontolex:entry ontolex:apc_eng_bitaa_et_shahen_001 ; ontolex:entry ontolex:apc_eng_bitsa_001 ; ontolex:entry ontolex:apc_eng_blaat_001 ; ontolex:entry ontolex:apc_eng_bluuze_001 ; ontolex:entry ontolex:apc_eng_booliis_001 ; ontolex:entry ontolex:apc_eng_boot_eryaada_001 ; ontolex:entry ontolex:apc_eng_booyazhi_001 ; ontolex:entry ontolex:apc_eng_briiz_001 ; ontolex:entry ontolex:apc_eng_briiz_kahraba_001 ; ontolex:entry ontolex:apc_eng_btada_001 ; ontolex:entry ontolex:apc_eng_buhayra_001 ; ontolex:entry ontolex:apc_eng_bukra_l_masa_001 ; ontolex:entry ontolex:apc_eng_bukra_s_sebeh_001 ; ontolex:entry ontolex:apc_eng_buufee_001 ; ontolex:entry ontolex:apc_eng_buukeet_001 ; ontolex:entry ontolex:apc_eng_buxaar_001 ; ontolex:entry ontolex:apc_eng_byadd_001 ; ontolex:entry ontolex:apc_eng_bәrneeta_001 ; ontolex:entry ontolex:apc_eng_ca_al_001 ; ontolex:entry ontolex:apc_eng_ca_el_001 ; ontolex:entry ontolex:apc_eng_ca_l_a_all_001 ; ontolex:entry ontolex:apc_eng_ca_l_maashi_001 ; ontolex:entry ontolex:apc_eng_ca_t_tamaam_001 ; ontolex:entry ontolex:apc_eng_caa_ili_001 ; ontolex:entry ontolex:apc_eng_caad_001 ; ontolex:entry ontolex:apc_eng_caade_001 ; ontolex:entry ontolex:apc_eng_caalam_001 ; ontolex:entry ontolex:apc_eng_caalem_001 ; ontolex:entry ontolex:apc_eng_caali_001 ; ontolex:entry ontolex:apc_eng_caam_001 ; ontolex:entry ontolex:apc_eng_caamal_001 ; ontolex:entry ontolex:apc_eng_caamel_001 ; ontolex:entry ontolex:apc_eng_caamm_001 ; ontolex:entry ontolex:apc_eng_caasher_001 ; ontolex:entry ontolex:apc_eng_caatel_001 ; ontolex:entry ontolex:apc_eng_caatif_001 ; ontolex:entry ontolex:apc_eng_caawan_001 ; ontolex:entry ontolex:apc_eng_caayesh_001 ; ontolex:entry ontolex:apc_eng_cabba_001 ; ontolex:entry ontolex:apc_eng_cabbaasi_001 ; ontolex:entry ontolex:apc_eng_cabed_001 ; ontolex:entry ontolex:apc_eng_cadam_001 ; ontolex:entry ontolex:apc_eng_cadas_001 ; ontolex:entry ontolex:apc_eng_cadd_001 ; ontolex:entry ontolex:apc_eng_cadra_001 ; ontolex:entry ontolex:apc_eng_cafu_001 ; ontolex:entry ontolex:apc_eng_cala_001 ; ontolex:entry ontolex:apc_eng_cala_fekra_001 ; ontolex:entry ontolex:apc_eng_cala_heden_002 ; ontolex:entry ontolex:apc_eng_cala_keefo_001 ; ontolex:entry ontolex:apc_eng_cala_mahlak_001 ; ontolex:entry ontolex:apc_eng_cala_tuul_001 ; ontolex:entry ontolex:apc_eng_calaa_a_001 ; ontolex:entry ontolex:apc_eng_calaame_001 ; ontolex:entry ontolex:apc_eng_calaf_001 ; ontolex:entry ontolex:apc_eng_cali_001 ; ontolex:entry ontolex:apc_eng_calla_001 ; ontolex:entry ontolex:apc_eng_callam_001 ; ontolex:entry ontolex:apc_eng_calmaani_001 ; ontolex:entry ontolex:apc_eng_camal_001 ; ontolex:entry ontolex:apc_eng_camali_001 ; ontolex:entry ontolex:apc_eng_camaliyye_001 ; ontolex:entry ontolex:apc_eng_camm_001 ; ontolex:entry ontolex:apc_eng_cammad_001 ; ontolex:entry ontolex:apc_eng_cammar_001 ; ontolex:entry ontolex:apc_eng_camme_001 ; ontolex:entry ontolex:apc_eng_can_uud_001 ; ontolex:entry ontolex:apc_eng_cana_001 ; ontolex:entry ontolex:apc_eng_cand_001 ; ontolex:entry ontolex:apc_eng_caqed_001 ; ontolex:entry ontolex:apc_eng_caqliyye_001 ; ontolex:entry ontolex:apc_eng_caqrab_001 ; ontolex:entry ontolex:apc_eng_cara_001 ; ontolex:entry ontolex:apc_eng_carabaaye_001 ; ontolex:entry ontolex:apc_eng_carabi_001 ; ontolex:entry ontolex:apc_eng_carbazhi_001 ; ontolex:entry ontolex:apc_eng_cared_001 ; ontolex:entry ontolex:apc_eng_caresh_001 ; ontolex:entry ontolex:apc_eng_carraf_001 ; ontolex:entry ontolex:apc_eng_caruus_001 ; ontolex:entry ontolex:apc_eng_caryaan_001 ; ontolex:entry ontolex:apc_eng_casaaye_001 ; ontolex:entry ontolex:apc_eng_casab_001 ; ontolex:entry ontolex:apc_eng_casal_001 ; ontolex:entry ontolex:apc_eng_casar_001 ; ontolex:entry ontolex:apc_eng_caser_001 ; ontolex:entry ontolex:apc_eng_casfuur_001 ; ontolex:entry ontolex:apc_eng_casha_001 ; ontolex:entry ontolex:apc_eng_cashiyye_001 ; ontolex:entry ontolex:apc_eng_caskar_001 ; ontolex:entry ontolex:apc_eng_caskari_001 ; ontolex:entry ontolex:apc_eng_caskariyye_001 ; ontolex:entry ontolex:apc_eng_casriiyaat_001 ; ontolex:entry ontolex:apc_eng_casruuniiye_001 ; ontolex:entry ontolex:apc_eng_cassar_001 ; ontolex:entry ontolex:apc_eng_cata_001 ; ontolex:entry ontolex:apc_eng_catii_001 ; ontolex:entry ontolex:apc_eng_cattal_001 ; ontolex:entry ontolex:apc_eng_cawantazhi_001 ; ontolex:entry ontolex:apc_eng_cawwad_001 ; ontolex:entry ontolex:apc_eng_cayshe_001 ; ontolex:entry ontolex:apc_eng_cayyash_001 ; ontolex:entry ontolex:apc_eng_cayyat_001 ; ontolex:entry ontolex:apc_eng_caza_001 ; ontolex:entry ontolex:apc_eng_cazaab_001 ; ontolex:entry ontolex:apc_eng_cazhab_001 ; ontolex:entry ontolex:apc_eng_cazhan_001 ; ontolex:entry ontolex:apc_eng_cazhiin_001 ; ontolex:entry ontolex:apc_eng_cazhwe_001 ; ontolex:entry ontolex:apc_eng_caziim_001 ; ontolex:entry ontolex:apc_eng_cazzab_001 ; ontolex:entry ontolex:apc_eng_cedaa_iyye_001 ; ontolex:entry ontolex:apc_eng_ceddet_001 ; ontolex:entry ontolex:apc_eng_cedu_001 ; ontolex:entry ontolex:apc_eng_ceeb_001 ; ontolex:entry ontolex:apc_eng_cefriit_001 ; ontolex:entry ontolex:apc_eng_celbe_001 ; ontolex:entry ontolex:apc_eng_celem_001 ; ontolex:entry ontolex:apc_eng_celliyye_001 ; ontolex:entry ontolex:apc_eng_cemel_001 ; ontolex:entry ontolex:apc_eng_cemel_haal_001 ; ontolex:entry ontolex:apc_eng_cemra_001 ; ontolex:entry ontolex:apc_eng_ceneb_001 ; ontolex:entry ontolex:apc_eng_cenwaan_001 ; ontolex:entry ontolex:apc_eng_ceref_001 ; ontolex:entry ontolex:apc_eng_ceshe_001 ; ontolex:entry ontolex:apc_eng_ceter_001 ; ontolex:entry ontolex:apc_eng_cetme_001 ; ontolex:entry ontolex:apc_eng_cezhel_001 ; ontolex:entry ontolex:apc_eng_cibaade_001 ; ontolex:entry ontolex:apc_eng_ciid_el_feseh_001 ; ontolex:entry ontolex:apc_eng_ciid_miilaad_el_masiih_001 ; ontolex:entry ontolex:apc_eng_ciiraan_001 ; ontolex:entry ontolex:apc_eng_ciishe_001 ; ontolex:entry ontolex:apc_eng_coozha_001 ; ontolex:entry ontolex:apc_eng_cta_ad_001 ; ontolex:entry ontolex:apc_eng_ctabar_001 ; ontolex:entry ontolex:apc_eng_ctamad_cala_001 ; ontolex:entry ontolex:apc_eng_ctana_001 ; ontolex:entry ontolex:apc_eng_ctarad_001 ; ontolex:entry ontolex:apc_eng_cuquube_001 ; ontolex:entry ontolex:apc_eng_cusmaani_001 ; ontolex:entry ontolex:apc_eng_cwazhzh_001 ; ontolex:entry ontolex:apc_eng_cyaade_001 ; ontolex:entry ontolex:apc_eng_da_002 ; ontolex:entry ontolex:apc_eng_da_a_002 ; ontolex:entry ontolex:apc_eng_daab_001 ; ontolex:entry ontolex:apc_eng_daabet_001 ; ontolex:entry ontolex:apc_eng_daac_001 ; ontolex:entry ontolex:apc_eng_daafi_001 ; ontolex:entry ontolex:apc_eng_daam_001 ; ontolex:entry ontolex:apc_eng_daana_001 ; ontolex:entry ontolex:apc_eng_daas_001 ; ontolex:entry ontolex:apc_eng_daawam_001 ; ontolex:entry ontolex:apc_eng_daaxli_001 ; ontolex:entry ontolex:apc_eng_daaya_001 ; ontolex:entry ontolex:apc_eng_daayec_001 ; ontolex:entry ontolex:apc_eng_daayman_001 ; ontolex:entry ontolex:apc_eng_dabah_001 ; ontolex:entry ontolex:apc_eng_dabat_001 ; ontolex:entry ontolex:apc_eng_dabb_001 ; ontolex:entry ontolex:apc_eng_dabbak_001 ; ontolex:entry ontolex:apc_eng_dabbuus_001 ; ontolex:entry ontolex:apc_eng_dabke_001 ; ontolex:entry ontolex:apc_eng_daca_001 ; ontolex:entry ontolex:apc_eng_dacaara_001 ; ontolex:entry ontolex:apc_eng_dacwe_001 ; ontolex:entry ontolex:apc_eng_dafan_001 ; ontolex:entry ontolex:apc_eng_dafar_001 ; ontolex:entry ontolex:apc_eng_dafash_001 ; ontolex:entry ontolex:apc_eng_daff_001 ; ontolex:entry ontolex:apc_eng_daftar_001 ; ontolex:entry ontolex:apc_eng_daftar_leeli_001 ; ontolex:entry ontolex:apc_eng_daftar_nahaari_001 ; ontolex:entry ontolex:apc_eng_daftar_yoomiyyaat_001 ; ontolex:entry ontolex:apc_eng_daghet_001 ; ontolex:entry ontolex:apc_eng_dahab_001 ; ontolex:entry ontolex:apc_eng_dahabi_001 ; ontolex:entry ontolex:apc_eng_dahha_bi_001 ; ontolex:entry ontolex:apc_eng_dahhak_001 ; ontolex:entry ontolex:apc_eng_dahiyye_001 ; ontolex:entry ontolex:apc_eng_dahliiz_001 ; ontolex:entry ontolex:apc_eng_daliil_001 ; ontolex:entry ontolex:apc_eng_dall_001 ; ontolex:entry ontolex:apc_eng_damm_001 ; ontolex:entry ontolex:apc_eng_danab_001 ; ontolex:entry ontolex:apc_eng_dara_001 ; ontolex:entry ontolex:apc_eng_daras_001 ; ontolex:entry ontolex:apc_eng_darazhe_001 ; ontolex:entry ontolex:apc_eng_darbet_shames_001 ; ontolex:entry ontolex:apc_eng_dares_001 ; ontolex:entry ontolex:apc_eng_dariibe_001 ; ontolex:entry ontolex:apc_eng_darr_001 ; ontolex:entry ontolex:apc_eng_darra_001 ; ontolex:entry ontolex:apc_eng_darras_001 ; ontolex:entry ontolex:apc_eng_daruura_001 ; ontolex:entry ontolex:apc_eng_dasaame_001 ; ontolex:entry ontolex:apc_eng_dashshar_001 ; ontolex:entry ontolex:apc_eng_dawa_001 ; ontolex:entry ontolex:apc_eng_dawa_ghasiil_001 ; ontolex:entry ontolex:apc_eng_dawa_zhali_001 ; ontolex:entry ontolex:apc_eng_dawaam_001 ; ontolex:entry ontolex:apc_eng_dawle_001 ; ontolex:entry ontolex:apc_eng_dawra_001 ; ontolex:entry ontolex:apc_eng_dawret_lugha_001 ; ontolex:entry ontolex:apc_eng_daww_001 ; ontolex:entry ontolex:apc_eng_dawwaar_әl_amar_001 ; ontolex:entry ontolex:apc_eng_dawwaaye_001 ; ontolex:entry ontolex:apc_eng_daxal_001 ; ontolex:entry ontolex:apc_eng_daxxal_001 ; ontolex:entry ontolex:apc_eng_daxxan_001 ; ontolex:entry ontolex:apc_eng_dayyac_001 ; ontolex:entry ontolex:apc_eng_dayyaf_001 ; ontolex:entry ontolex:apc_eng_dayye_001 ; ontolex:entry ontolex:apc_eng_dciif_001 ; ontolex:entry ontolex:apc_eng_ddaaya_001 ; ontolex:entry ontolex:apc_eng_ddaca_001 ; ontolex:entry ontolex:apc_eng_ddaffa_001 ; ontolex:entry ontolex:apc_eng_debb_001 ; ontolex:entry ontolex:apc_eng_debes_remmaan_001 ; ontolex:entry ontolex:apc_eng_deblomaasi_001 ; ontolex:entry ontolex:apc_eng_debloom_001 ; ontolex:entry ontolex:apc_eng_dedd_001 ; ontolex:entry ontolex:apc_eng_deef_001 ; ontolex:entry ontolex:apc_eng_deen_001 ; ontolex:entry ontolex:apc_eng_deer_001 ; ontolex:entry ontolex:apc_eng_defer_001 ; ontolex:entry ontolex:apc_eng_defi_001 ; ontolex:entry ontolex:apc_eng_dehek_001 ; ontolex:entry ontolex:apc_eng_deher_001 ; ontolex:entry ontolex:apc_eng_dehne_001 ; ontolex:entry ontolex:apc_eng_dektoor_001 ; ontolex:entry ontolex:apc_eng_demen_001 ; ontolex:entry ontolex:apc_eng_denye_001 ; ontolex:entry ontolex:apc_eng_deres_001 ; ontolex:entry ontolex:apc_eng_derezh_001 ; ontolex:entry ontolex:apc_eng_deri_001 ; ontolex:entry ontolex:apc_eng_derraa_en_001 ; ontolex:entry ontolex:apc_eng_ders_el_ca_el_001 ; ontolex:entry ontolex:apc_eng_derzi_001 ; ontolex:entry ontolex:apc_eng_dicaaye_001 ; ontolex:entry ontolex:apc_eng_diib_001 ; ontolex:entry ontolex:apc_eng_diikoor_001 ; ontolex:entry ontolex:apc_eng_diin_001 ; ontolex:entry ontolex:apc_eng_diini_001 ; ontolex:entry ontolex:apc_eng_diiskoteek_001 ; ontolex:entry ontolex:apc_eng_dimasheq_001 ; ontolex:entry ontolex:apc_eng_diraase_001 ; ontolex:entry ontolex:apc_eng_doktooraa_001 ; ontolex:entry ontolex:apc_eng_dolaar_001 ; ontolex:entry ontolex:apc_eng_door_001 ; ontolex:entry ontolex:apc_eng_draama_001 ; ontolex:entry ontolex:apc_eng_ducaa_001 ; ontolex:entry ontolex:apc_eng_duush_001 ; ontolex:entry ontolex:apc_eng_duwweera_001 ; ontolex:entry ontolex:apc_eng_dwali_001 ; ontolex:entry ontolex:apc_eng_dxuul_001 ; ontolex:entry ontolex:apc_eng_dyaafe_001 ; ontolex:entry ontolex:apc_eng_eb_serca_001 ; ontolex:entry ontolex:apc_eng_ebel_001 ; ontolex:entry ontolex:apc_eng_eben_001 ; ontolex:entry ontolex:apc_eng_eben_camm_001 ; ontolex:entry ontolex:apc_eng_ebrii_001 ; ontolex:entry ontolex:apc_eng_ebtisaame_001 ; ontolex:entry ontolex:apc_eng_ecdaadi_001 ; ontolex:entry ontolex:apc_eng_eclaan_001 ; ontolex:entry ontolex:apc_eng_ed_deher_001 ; ontolex:entry ontolex:apc_eng_edbaara_001 ; ontolex:entry ontolex:apc_eng_eddaam_001 ; ontolex:entry ontolex:apc_eng_eder_001 ; ontolex:entry ontolex:apc_eng_edra_001 ; ontolex:entry ontolex:apc_eng_ee_001 ; ontolex:entry ontolex:apc_eng_eeluul_001 ; ontolex:entry ontolex:apc_eng_eemta_001 ; ontolex:entry ontolex:apc_eng_ehkaaye_001 ; ontolex:entry ontolex:apc_eng_ehsaa_001 ; ontolex:entry ontolex:apc_eng_ehsaab_001 ; ontolex:entry ontolex:apc_eng_ehsaas_001 ; ontolex:entry ontolex:apc_eng_ehtifaal_001 ; ontolex:entry ontolex:apc_eng_ehtiraafi_001 ; ontolex:entry ontolex:apc_eng_ehtiraam_001 ; ontolex:entry ontolex:apc_eng_ehtiyaazh_001 ; ontolex:entry ontolex:apc_eng_el_ahad_001 ; ontolex:entry ontolex:apc_eng_el_arbaca_001 ; ontolex:entry ontolex:apc_eng_el_assaac_001 ; ontolex:entry ontolex:apc_eng_el_bahr_el_abyad_001 ; ontolex:entry ontolex:apc_eng_el_caasi_001 ; ontolex:entry ontolex:apc_eng_el_eble_001 ; ontolex:entry ontolex:apc_eng_el_erdon_001 ; ontolex:entry ontolex:apc_eng_el_esbuuc_el_maadi_001 ; ontolex:entry ontolex:apc_eng_el_eslaam_001 ; ontolex:entry ontolex:apc_eng_el_ettihaad_el_oorebbi_001 ; ontolex:entry ontolex:apc_eng_el_feres_001 ; ontolex:entry ontolex:apc_eng_el_furaat_001 ; ontolex:entry ontolex:apc_eng_el_ghuuta_001 ; ontolex:entry ontolex:apc_eng_el_hamiidiiye_001 ; ontolex:entry ontolex:apc_eng_el_hamra_001 ; ontolex:entry ontolex:apc_eng_el_harb_el_caalamiiye_001 ; ontolex:entry ontolex:apc_eng_el_laad_iiye_001 ; ontolex:entry ontolex:apc_eng_el_masa_001 ; ontolex:entry ontolex:apc_eng_elhamdella_001 ; ontolex:entry ontolex:apc_eng_ella_001 ; ontolex:entry ontolex:apc_eng_emarzhi_001 ; ontolex:entry ontolex:apc_eng_emda_001 ; ontolex:entry ontolex:apc_eng_emghaadara_001 ; ontolex:entry ontolex:apc_eng_emm_001 ; ontolex:entry ontolex:apc_eng_en_nashra_zh_zhawwiyye_001 ; ontolex:entry ontolex:apc_eng_en_nemsa_001 ; ontolex:entry ontolex:apc_eng_en_noofara_001 ; ontolex:entry ontolex:apc_eng_encikaas_001 ; ontolex:entry ontolex:apc_eng_engliizi_001 ; ontolex:entry ontolex:apc_eng_enhitaat_001 ; ontolex:entry ontolex:apc_eng_ensaan_001 ; ontolex:entry ontolex:apc_eng_entaaye_001 ; ontolex:entry ontolex:apc_eng_ente_001 ; ontolex:entry ontolex:apc_eng_enterneet_001 ; ontolex:entry ontolex:apc_eng_enti_001 ; ontolex:entry ontolex:apc_eng_entry_000000 ; ontolex:entry ontolex:apc_eng_entry_000001 ; ontolex:entry ontolex:apc_eng_entry_000002 ; ontolex:entry ontolex:apc_eng_entry_000003 ; ontolex:entry ontolex:apc_eng_entry_000006 ; ontolex:entry ontolex:apc_eng_entry_000008 ; ontolex:entry ontolex:apc_eng_entry_000009 ; ontolex:entry ontolex:apc_eng_entry_000010 ; ontolex:entry ontolex:apc_eng_entry_000011 ; ontolex:entry ontolex:apc_eng_entry_000012 ; ontolex:entry ontolex:apc_eng_entry_000013 ; ontolex:entry ontolex:apc_eng_entry_000014 ; ontolex:entry ontolex:apc_eng_entry_000015 ; ontolex:entry ontolex:apc_eng_entry_000016 ; ontolex:entry ontolex:apc_eng_entry_000019 ; ontolex:entry ontolex:apc_eng_entry_000021 ; ontolex:entry ontolex:apc_eng_entry_000022 ; ontolex:entry ontolex:apc_eng_entry_000023 ; ontolex:entry ontolex:apc_eng_entry_000024 ; ontolex:entry ontolex:apc_eng_entry_000025 ; ontolex:entry ontolex:apc_eng_entry_000026 ; ontolex:entry ontolex:apc_eng_entry_000027 ; ontolex:entry ontolex:apc_eng_entry_000028 ; ontolex:entry ontolex:apc_eng_entry_000029 ; ontolex:entry ontolex:apc_eng_entry_000030 ; ontolex:entry ontolex:apc_eng_entry_000032 ; ontolex:entry ontolex:apc_eng_entry_000034 ; ontolex:entry ontolex:apc_eng_entry_000035 ; ontolex:entry ontolex:apc_eng_entry_000036 ; ontolex:entry ontolex:apc_eng_entry_000037 ; ontolex:entry ontolex:apc_eng_entry_000038 ; ontolex:entry ontolex:apc_eng_entry_000040 ; ontolex:entry ontolex:apc_eng_entry_000042 ; ontolex:entry ontolex:apc_eng_entry_000043 ; ontolex:entry ontolex:apc_eng_entry_000044 ; ontolex:entry ontolex:apc_eng_entry_000045 ; ontolex:entry ontolex:apc_eng_entry_000046 ; ontolex:entry ontolex:apc_eng_entry_000047 ; ontolex:entry ontolex:apc_eng_entry_000049 ; ontolex:entry ontolex:apc_eng_entry_000051 ; ontolex:entry ontolex:apc_eng_entry_000052 ; ontolex:entry ontolex:apc_eng_entry_000053 ; ontolex:entry ontolex:apc_eng_entry_000055 ; ontolex:entry ontolex:apc_eng_entry_000065 ; ontolex:entry ontolex:apc_eng_entry_000067 ; ontolex:entry ontolex:apc_eng_entry_000069 ; ontolex:entry ontolex:apc_eng_entry_000071 ; ontolex:entry ontolex:apc_eng_entry_000073 ; ontolex:entry ontolex:apc_eng_entry_000076 ; ontolex:entry ontolex:apc_eng_entry_000077 ; ontolex:entry ontolex:apc_eng_entry_000078 ; ontolex:entry ontolex:apc_eng_entry_000079 ; ontolex:entry ontolex:apc_eng_entry_000080 ; ontolex:entry ontolex:apc_eng_entry_000082 ; ontolex:entry ontolex:apc_eng_entry_000083 ; ontolex:entry ontolex:apc_eng_entry_000084 ; ontolex:entry ontolex:apc_eng_entry_000086 ; ontolex:entry ontolex:apc_eng_entry_000088 ; ontolex:entry ontolex:apc_eng_entry_000089 ; ontolex:entry ontolex:apc_eng_entry_000095 ; ontolex:entry ontolex:apc_eng_entry_000096 ; ontolex:entry ontolex:apc_eng_entry_000098 ; ontolex:entry ontolex:apc_eng_entry_000099 ; ontolex:entry ontolex:apc_eng_entry_000100 ; ontolex:entry ontolex:apc_eng_entry_000102 ; ontolex:entry ontolex:apc_eng_entry_000103 ; ontolex:entry ontolex:apc_eng_entry_000104 ; ontolex:entry ontolex:apc_eng_entry_000106 ; ontolex:entry ontolex:apc_eng_entry_000107 ; ontolex:entry ontolex:apc_eng_entry_000108 ; ontolex:entry ontolex:apc_eng_entry_000109 ; ontolex:entry ontolex:apc_eng_entry_000111 ; ontolex:entry ontolex:apc_eng_entry_000113 ; ontolex:entry ontolex:apc_eng_entry_000115 ; ontolex:entry ontolex:apc_eng_entry_000118 ; ontolex:entry ontolex:apc_eng_entry_000119 ; ontolex:entry ontolex:apc_eng_entry_000120 ; ontolex:entry ontolex:apc_eng_entry_000121 ; ontolex:entry ontolex:apc_eng_entry_000122 ; ontolex:entry ontolex:apc_eng_entry_000123 ; ontolex:entry ontolex:apc_eng_entry_000124 ; ontolex:entry ontolex:apc_eng_entry_000125 ; ontolex:entry ontolex:apc_eng_entry_000126 ; ontolex:entry ontolex:apc_eng_entry_000127 ; ontolex:entry ontolex:apc_eng_entry_000128 ; ontolex:entry ontolex:apc_eng_entry_000129 ; ontolex:entry ontolex:apc_eng_entry_000130 ; ontolex:entry ontolex:apc_eng_entry_000133 ; ontolex:entry ontolex:apc_eng_entry_000134 ; ontolex:entry ontolex:apc_eng_entry_000136 ; ontolex:entry ontolex:apc_eng_entry_000138 ; ontolex:entry ontolex:apc_eng_entry_000139 ; ontolex:entry ontolex:apc_eng_entry_000141 ; ontolex:entry ontolex:apc_eng_entry_000142 ; ontolex:entry ontolex:apc_eng_entry_000147 ; ontolex:entry ontolex:apc_eng_entry_000148 ; ontolex:entry ontolex:apc_eng_entry_000149 ; ontolex:entry ontolex:apc_eng_entry_000150 ; ontolex:entry ontolex:apc_eng_entry_000152 ; ontolex:entry ontolex:apc_eng_entry_000154 ; ontolex:entry ontolex:apc_eng_entry_000155 ; ontolex:entry ontolex:apc_eng_entry_000157 ; ontolex:entry ontolex:apc_eng_entry_000160 ; ontolex:entry ontolex:apc_eng_entry_000161 ; ontolex:entry ontolex:apc_eng_entry_000162 ; ontolex:entry ontolex:apc_eng_entry_000164 ; ontolex:entry ontolex:apc_eng_entry_000165 ; ontolex:entry ontolex:apc_eng_entry_000167 ; ontolex:entry ontolex:apc_eng_entry_000168 ; ontolex:entry ontolex:apc_eng_entry_000169 ; ontolex:entry ontolex:apc_eng_entry_000170 ; ontolex:entry ontolex:apc_eng_entry_000172 ; ontolex:entry ontolex:apc_eng_entry_000173 ; ontolex:entry ontolex:apc_eng_entry_000175 ; ontolex:entry ontolex:apc_eng_entry_000176 ; ontolex:entry ontolex:apc_eng_entry_000177 ; ontolex:entry ontolex:apc_eng_entry_000178 ; ontolex:entry ontolex:apc_eng_entry_000179 ; ontolex:entry ontolex:apc_eng_entry_000180 ; ontolex:entry ontolex:apc_eng_entry_000181 ; ontolex:entry ontolex:apc_eng_entry_000184 ; ontolex:entry ontolex:apc_eng_entry_000185 ; ontolex:entry ontolex:apc_eng_entry_000187 ; ontolex:entry ontolex:apc_eng_entry_000188 ; ontolex:entry ontolex:apc_eng_entry_000190 ; ontolex:entry ontolex:apc_eng_entry_000191 ; ontolex:entry ontolex:apc_eng_entry_000192 ; ontolex:entry ontolex:apc_eng_entry_000193 ; ontolex:entry ontolex:apc_eng_entry_000194 ; ontolex:entry ontolex:apc_eng_entry_000195 ; ontolex:entry ontolex:apc_eng_entry_000197 ; ontolex:entry ontolex:apc_eng_entry_000198 ; ontolex:entry ontolex:apc_eng_entry_000199 ; ontolex:entry ontolex:apc_eng_entry_000200 ; ontolex:entry ontolex:apc_eng_entry_000201 ; ontolex:entry ontolex:apc_eng_entry_000202 ; ontolex:entry ontolex:apc_eng_entry_000203 ; ontolex:entry ontolex:apc_eng_entry_000204 ; ontolex:entry ontolex:apc_eng_entry_000205 ; ontolex:entry ontolex:apc_eng_entry_000207 ; ontolex:entry ontolex:apc_eng_entry_000208 ; ontolex:entry ontolex:apc_eng_entry_000209 ; ontolex:entry ontolex:apc_eng_entry_000210 ; ontolex:entry ontolex:apc_eng_entry_000212 ; ontolex:entry ontolex:apc_eng_entry_000214 ; ontolex:entry ontolex:apc_eng_entry_000215 ; ontolex:entry ontolex:apc_eng_entry_000216 ; ontolex:entry ontolex:apc_eng_entry_000217 ; ontolex:entry ontolex:apc_eng_entry_000219 ; ontolex:entry ontolex:apc_eng_entry_000220 ; ontolex:entry ontolex:apc_eng_entry_000221 ; ontolex:entry ontolex:apc_eng_entry_000222 ; ontolex:entry ontolex:apc_eng_entry_000223 ; ontolex:entry ontolex:apc_eng_entry_000224 ; ontolex:entry ontolex:apc_eng_entry_000225 ; ontolex:entry ontolex:apc_eng_entry_000226 ; ontolex:entry ontolex:apc_eng_entry_000228 ; ontolex:entry ontolex:apc_eng_entry_000229 ; ontolex:entry ontolex:apc_eng_entry_000230 ; ontolex:entry ontolex:apc_eng_entry_000231 ; ontolex:entry ontolex:apc_eng_entry_000232 ; ontolex:entry ontolex:apc_eng_entry_000234 ; ontolex:entry ontolex:apc_eng_entry_000235 ; ontolex:entry ontolex:apc_eng_entry_000236 ; ontolex:entry ontolex:apc_eng_entry_000237 ; ontolex:entry ontolex:apc_eng_entry_000238 ; ontolex:entry ontolex:apc_eng_entry_000239 ; ontolex:entry ontolex:apc_eng_entry_000240 ; ontolex:entry ontolex:apc_eng_entry_000242 ; ontolex:entry ontolex:apc_eng_entry_000244 ; ontolex:entry ontolex:apc_eng_entry_000245 ; ontolex:entry ontolex:apc_eng_entry_000246 ; ontolex:entry ontolex:apc_eng_entry_000247 ; ontolex:entry ontolex:apc_eng_entry_000248 ; ontolex:entry ontolex:apc_eng_entry_000249 ; ontolex:entry ontolex:apc_eng_entry_000250 ; ontolex:entry ontolex:apc_eng_entry_000251 ; ontolex:entry ontolex:apc_eng_entry_000252 ; ontolex:entry ontolex:apc_eng_entry_000253 ; ontolex:entry ontolex:apc_eng_entry_000254 ; ontolex:entry ontolex:apc_eng_entry_000255 ; ontolex:entry ontolex:apc_eng_entry_000256 ; ontolex:entry ontolex:apc_eng_entry_000257 ; ontolex:entry ontolex:apc_eng_entry_000258 ; ontolex:entry ontolex:apc_eng_entry_000259 ; ontolex:entry ontolex:apc_eng_entry_000261 ; ontolex:entry ontolex:apc_eng_entry_000263 ; ontolex:entry ontolex:apc_eng_entry_000264 ; ontolex:entry ontolex:apc_eng_entry_000266 ; ontolex:entry ontolex:apc_eng_entry_000268 ; ontolex:entry ontolex:apc_eng_entry_000270 ; ontolex:entry ontolex:apc_eng_entry_000273 ; ontolex:entry ontolex:apc_eng_entry_000274 ; ontolex:entry ontolex:apc_eng_entry_000276 ; ontolex:entry ontolex:apc_eng_entry_000277 ; ontolex:entry ontolex:apc_eng_entry_000278 ; ontolex:entry ontolex:apc_eng_entry_000279 ; ontolex:entry ontolex:apc_eng_entry_000280 ; ontolex:entry ontolex:apc_eng_entry_000281 ; ontolex:entry ontolex:apc_eng_entry_000282 ; ontolex:entry ontolex:apc_eng_entry_000283 ; ontolex:entry ontolex:apc_eng_entry_000284 ; ontolex:entry ontolex:apc_eng_entry_000285 ; ontolex:entry ontolex:apc_eng_entry_000286 ; ontolex:entry ontolex:apc_eng_entry_000287 ; ontolex:entry ontolex:apc_eng_entry_000288 ; ontolex:entry ontolex:apc_eng_entry_000289 ; ontolex:entry ontolex:apc_eng_entry_000291 ; ontolex:entry ontolex:apc_eng_entry_000293 ; ontolex:entry ontolex:apc_eng_entry_000294 ; ontolex:entry ontolex:apc_eng_entry_000295 ; ontolex:entry ontolex:apc_eng_entry_000296 ; ontolex:entry ontolex:apc_eng_entry_000299 ; ontolex:entry ontolex:apc_eng_entry_000300 ; ontolex:entry ontolex:apc_eng_entry_000301 ; ontolex:entry ontolex:apc_eng_entry_000302 ; ontolex:entry ontolex:apc_eng_entry_000303 ; ontolex:entry ontolex:apc_eng_entry_000304 ; ontolex:entry ontolex:apc_eng_entry_000306 ; ontolex:entry ontolex:apc_eng_entry_000307 ; ontolex:entry ontolex:apc_eng_entry_000308 ; ontolex:entry ontolex:apc_eng_entry_000309 ; ontolex:entry ontolex:apc_eng_entry_000311 ; ontolex:entry ontolex:apc_eng_entry_000313 ; ontolex:entry ontolex:apc_eng_entry_000315 ; ontolex:entry ontolex:apc_eng_entry_000316 ; ontolex:entry ontolex:apc_eng_entry_000317 ; ontolex:entry ontolex:apc_eng_entry_000321 ; ontolex:entry ontolex:apc_eng_entry_000322 ; ontolex:entry ontolex:apc_eng_entry_000323 ; ontolex:entry ontolex:apc_eng_entry_000324 ; ontolex:entry ontolex:apc_eng_entry_000326 ; ontolex:entry ontolex:apc_eng_entry_000328 ; ontolex:entry ontolex:apc_eng_entry_000329 ; ontolex:entry ontolex:apc_eng_entry_000330 ; ontolex:entry ontolex:apc_eng_entry_000331 ; ontolex:entry ontolex:apc_eng_entry_000332 ; ontolex:entry ontolex:apc_eng_entry_000333 ; ontolex:entry ontolex:apc_eng_entry_000334 ; ontolex:entry ontolex:apc_eng_entry_000335 ; ontolex:entry ontolex:apc_eng_entry_000336 ; ontolex:entry ontolex:apc_eng_entry_000337 ; ontolex:entry ontolex:apc_eng_entry_000338 ; ontolex:entry ontolex:apc_eng_entry_000340 ; ontolex:entry ontolex:apc_eng_entry_000342 ; ontolex:entry ontolex:apc_eng_entry_000343 ; ontolex:entry ontolex:apc_eng_entry_000344 ; ontolex:entry ontolex:apc_eng_entry_000346 ; ontolex:entry ontolex:apc_eng_entry_000357 ; ontolex:entry ontolex:apc_eng_entry_000364 ; ontolex:entry ontolex:apc_eng_entry_000365 ; ontolex:entry ontolex:apc_eng_entry_000373 ; ontolex:entry ontolex:apc_eng_entry_000374 ; ontolex:entry ontolex:apc_eng_entry_000375 ; ontolex:entry ontolex:apc_eng_entry_000376 ; ontolex:entry ontolex:apc_eng_entry_000377 ; ontolex:entry ontolex:apc_eng_entry_000379 ; ontolex:entry ontolex:apc_eng_entry_000380 ; ontolex:entry ontolex:apc_eng_entry_000381 ; ontolex:entry ontolex:apc_eng_entry_000382 ; ontolex:entry ontolex:apc_eng_entry_000383 ; ontolex:entry ontolex:apc_eng_entry_000385 ; ontolex:entry ontolex:apc_eng_entry_000386 ; ontolex:entry ontolex:apc_eng_entry_000387 ; ontolex:entry ontolex:apc_eng_entry_000388 ; ontolex:entry ontolex:apc_eng_entry_000389 ; ontolex:entry ontolex:apc_eng_entry_000390 ; ontolex:entry ontolex:apc_eng_entry_000392 ; ontolex:entry ontolex:apc_eng_entry_000394 ; ontolex:entry ontolex:apc_eng_entry_000395 ; ontolex:entry ontolex:apc_eng_entry_000398 ; ontolex:entry ontolex:apc_eng_entry_000399 ; ontolex:entry ontolex:apc_eng_entry_000400 ; ontolex:entry ontolex:apc_eng_entry_000401 ; ontolex:entry ontolex:apc_eng_entry_000404 ; ontolex:entry ontolex:apc_eng_entry_000405 ; ontolex:entry ontolex:apc_eng_entry_000406 ; ontolex:entry ontolex:apc_eng_entry_000407 ; ontolex:entry ontolex:apc_eng_entry_000408 ; ontolex:entry ontolex:apc_eng_entry_000409 ; ontolex:entry ontolex:apc_eng_entry_000410 ; ontolex:entry ontolex:apc_eng_entry_000411 ; ontolex:entry ontolex:apc_eng_entry_000412 ; ontolex:entry ontolex:apc_eng_entry_000413 ; ontolex:entry ontolex:apc_eng_entry_000414 ; ontolex:entry ontolex:apc_eng_entry_000415 ; ontolex:entry ontolex:apc_eng_entry_000417 ; ontolex:entry ontolex:apc_eng_entry_000419 ; ontolex:entry ontolex:apc_eng_entry_000420 ; ontolex:entry ontolex:apc_eng_entry_000421 ; ontolex:entry ontolex:apc_eng_entry_000422 ; ontolex:entry ontolex:apc_eng_entry_000423 ; ontolex:entry ontolex:apc_eng_entry_000424 ; ontolex:entry ontolex:apc_eng_entry_000426 ; ontolex:entry ontolex:apc_eng_entry_000427 ; ontolex:entry ontolex:apc_eng_entry_000429 ; ontolex:entry ontolex:apc_eng_entry_000430 ; ontolex:entry ontolex:apc_eng_entry_000431 ; ontolex:entry ontolex:apc_eng_entry_000432 ; ontolex:entry ontolex:apc_eng_entry_000433 ; ontolex:entry ontolex:apc_eng_entry_000437 ; ontolex:entry ontolex:apc_eng_entry_000438 ; ontolex:entry ontolex:apc_eng_entry_000440 ; ontolex:entry ontolex:apc_eng_entry_000441 ; ontolex:entry ontolex:apc_eng_entry_000442 ; ontolex:entry ontolex:apc_eng_entry_000444 ; ontolex:entry ontolex:apc_eng_entry_000446 ; ontolex:entry ontolex:apc_eng_entry_000447 ; ontolex:entry ontolex:apc_eng_entry_000449 ; ontolex:entry ontolex:apc_eng_entry_000451 ; ontolex:entry ontolex:apc_eng_entry_000452 ; ontolex:entry ontolex:apc_eng_entry_000454 ; ontolex:entry ontolex:apc_eng_entry_000455 ; ontolex:entry ontolex:apc_eng_entry_000456 ; ontolex:entry ontolex:apc_eng_entry_000457 ; ontolex:entry ontolex:apc_eng_entry_000458 ; ontolex:entry ontolex:apc_eng_entry_000459 ; ontolex:entry ontolex:apc_eng_entry_000460 ; ontolex:entry ontolex:apc_eng_entry_000462 ; ontolex:entry ontolex:apc_eng_entry_000463 ; ontolex:entry ontolex:apc_eng_entry_000464 ; ontolex:entry ontolex:apc_eng_entry_000465 ; ontolex:entry ontolex:apc_eng_entry_000466 ; ontolex:entry ontolex:apc_eng_entry_000470 ; ontolex:entry ontolex:apc_eng_entry_000472 ; ontolex:entry ontolex:apc_eng_entry_000474 ; ontolex:entry ontolex:apc_eng_entry_000475 ; ontolex:entry ontolex:apc_eng_entry_000476 ; ontolex:entry ontolex:apc_eng_entry_000477 ; ontolex:entry ontolex:apc_eng_entry_000478 ; ontolex:entry ontolex:apc_eng_entry_000479 ; ontolex:entry ontolex:apc_eng_entry_000480 ; ontolex:entry ontolex:apc_eng_entry_000481 ; ontolex:entry ontolex:apc_eng_entry_000482 ; ontolex:entry ontolex:apc_eng_entry_000483 ; ontolex:entry ontolex:apc_eng_entry_000484 ; ontolex:entry ontolex:apc_eng_entry_000486 ; ontolex:entry ontolex:apc_eng_entry_000488 ; ontolex:entry ontolex:apc_eng_entry_000489 ; ontolex:entry ontolex:apc_eng_entry_000490 ; ontolex:entry ontolex:apc_eng_entry_000491 ; ontolex:entry ontolex:apc_eng_entry_000492 ; ontolex:entry ontolex:apc_eng_entry_000493 ; ontolex:entry ontolex:apc_eng_entry_000494 ; ontolex:entry ontolex:apc_eng_entry_000495 ; ontolex:entry ontolex:apc_eng_entry_000496 ; ontolex:entry ontolex:apc_eng_entry_000498 ; ontolex:entry ontolex:apc_eng_entry_000499 ; ontolex:entry ontolex:apc_eng_entry_000500 ; ontolex:entry ontolex:apc_eng_entry_000501 ; ontolex:entry ontolex:apc_eng_entry_000502 ; ontolex:entry ontolex:apc_eng_entry_000503 ; ontolex:entry ontolex:apc_eng_entry_000504 ; ontolex:entry ontolex:apc_eng_entry_000505 ; ontolex:entry ontolex:apc_eng_entry_000506 ; ontolex:entry ontolex:apc_eng_entry_000507 ; ontolex:entry ontolex:apc_eng_entry_000509 ; ontolex:entry ontolex:apc_eng_entry_000510 ; ontolex:entry ontolex:apc_eng_entry_000511 ; ontolex:entry ontolex:apc_eng_entry_000513 ; ontolex:entry ontolex:apc_eng_entry_000514 ; ontolex:entry ontolex:apc_eng_entry_000515 ; ontolex:entry ontolex:apc_eng_entry_000516 ; ontolex:entry ontolex:apc_eng_entry_000520 ; ontolex:entry ontolex:apc_eng_entry_000523 ; ontolex:entry ontolex:apc_eng_entry_000524 ; ontolex:entry ontolex:apc_eng_entry_000525 ; ontolex:entry ontolex:apc_eng_entry_000526 ; ontolex:entry ontolex:apc_eng_entry_000527 ; ontolex:entry ontolex:apc_eng_entry_000528 ; ontolex:entry ontolex:apc_eng_entry_000529 ; ontolex:entry ontolex:apc_eng_entry_000532 ; ontolex:entry ontolex:apc_eng_entry_000533 ; ontolex:entry ontolex:apc_eng_entry_000534 ; ontolex:entry ontolex:apc_eng_entry_000535 ; ontolex:entry ontolex:apc_eng_entry_000536 ; ontolex:entry ontolex:apc_eng_entry_000537 ; ontolex:entry ontolex:apc_eng_entry_000538 ; ontolex:entry ontolex:apc_eng_entry_000539 ; ontolex:entry ontolex:apc_eng_entry_000540 ; ontolex:entry ontolex:apc_eng_entry_000543 ; ontolex:entry ontolex:apc_eng_entry_000544 ; ontolex:entry ontolex:apc_eng_entry_000546 ; ontolex:entry ontolex:apc_eng_entry_000550 ; ontolex:entry ontolex:apc_eng_entry_000551 ; ontolex:entry ontolex:apc_eng_entry_000552 ; ontolex:entry ontolex:apc_eng_entry_000553 ; ontolex:entry ontolex:apc_eng_entry_000554 ; ontolex:entry ontolex:apc_eng_entry_000556 ; ontolex:entry ontolex:apc_eng_entry_000557 ; ontolex:entry ontolex:apc_eng_entry_000558 ; ontolex:entry ontolex:apc_eng_entry_000559 ; ontolex:entry ontolex:apc_eng_entry_000560 ; ontolex:entry ontolex:apc_eng_entry_000561 ; ontolex:entry ontolex:apc_eng_entry_000562 ; ontolex:entry ontolex:apc_eng_entry_000563 ; ontolex:entry ontolex:apc_eng_entry_000564 ; ontolex:entry ontolex:apc_eng_entry_000565 ; ontolex:entry ontolex:apc_eng_entry_000566 ; ontolex:entry ontolex:apc_eng_entry_000567 ; ontolex:entry ontolex:apc_eng_entry_000568 ; ontolex:entry ontolex:apc_eng_entry_000569 ; ontolex:entry ontolex:apc_eng_entry_000570 ; ontolex:entry ontolex:apc_eng_entry_000573 ; ontolex:entry ontolex:apc_eng_entry_000574 ; ontolex:entry ontolex:apc_eng_entry_000575 ; ontolex:entry ontolex:apc_eng_entry_000579 ; ontolex:entry ontolex:apc_eng_entry_000580 ; ontolex:entry ontolex:apc_eng_entry_000581 ; ontolex:entry ontolex:apc_eng_entry_000582 ; ontolex:entry ontolex:apc_eng_entry_000583 ; ontolex:entry ontolex:apc_eng_entry_000584 ; ontolex:entry ontolex:apc_eng_entry_000585 ; ontolex:entry ontolex:apc_eng_entry_000587 ; ontolex:entry ontolex:apc_eng_entry_000588 ; ontolex:entry ontolex:apc_eng_entry_000589 ; ontolex:entry ontolex:apc_eng_entry_000590 ; ontolex:entry ontolex:apc_eng_entry_000591 ; ontolex:entry ontolex:apc_eng_entry_000592 ; ontolex:entry ontolex:apc_eng_entry_000593 ; ontolex:entry ontolex:apc_eng_entry_000595 ; ontolex:entry ontolex:apc_eng_entry_000597 ; ontolex:entry ontolex:apc_eng_entry_000598 ; ontolex:entry ontolex:apc_eng_entry_000599 ; ontolex:entry ontolex:apc_eng_entry_000600 ; ontolex:entry ontolex:apc_eng_entry_000601 ; ontolex:entry ontolex:apc_eng_entry_000602 ; ontolex:entry ontolex:apc_eng_entry_000603 ; ontolex:entry ontolex:apc_eng_entry_000604 ; ontolex:entry ontolex:apc_eng_entry_000605 ; ontolex:entry ontolex:apc_eng_entry_000606 ; ontolex:entry ontolex:apc_eng_entry_000607 ; ontolex:entry ontolex:apc_eng_entry_000608 ; ontolex:entry ontolex:apc_eng_entry_000609 ; ontolex:entry ontolex:apc_eng_entry_000610 ; ontolex:entry ontolex:apc_eng_entry_000611 ; ontolex:entry ontolex:apc_eng_entry_000612 ; ontolex:entry ontolex:apc_eng_entry_000613 ; ontolex:entry ontolex:apc_eng_entry_000614 ; ontolex:entry ontolex:apc_eng_entry_000615 ; ontolex:entry ontolex:apc_eng_entry_000616 ; ontolex:entry ontolex:apc_eng_entry_000617 ; ontolex:entry ontolex:apc_eng_entry_000618 ; ontolex:entry ontolex:apc_eng_entry_000619 ; ontolex:entry ontolex:apc_eng_entry_000620 ; ontolex:entry ontolex:apc_eng_entry_000621 ; ontolex:entry ontolex:apc_eng_entry_000622 ; ontolex:entry ontolex:apc_eng_entry_000623 ; ontolex:entry ontolex:apc_eng_entry_000624 ; ontolex:entry ontolex:apc_eng_entry_000625 ; ontolex:entry ontolex:apc_eng_entry_000626 ; ontolex:entry ontolex:apc_eng_entry_000627 ; ontolex:entry ontolex:apc_eng_entry_000629 ; ontolex:entry ontolex:apc_eng_entry_000631 ; ontolex:entry ontolex:apc_eng_entry_000632 ; ontolex:entry ontolex:apc_eng_entry_000635 ; ontolex:entry ontolex:apc_eng_entry_000636 ; ontolex:entry ontolex:apc_eng_entry_000639 ; ontolex:entry ontolex:apc_eng_entry_000640 ; ontolex:entry ontolex:apc_eng_entry_000642 ; ontolex:entry ontolex:apc_eng_entry_000643 ; ontolex:entry ontolex:apc_eng_entry_000645 ; ontolex:entry ontolex:apc_eng_entry_000646 ; ontolex:entry ontolex:apc_eng_entry_000647 ; ontolex:entry ontolex:apc_eng_entry_000648 ; ontolex:entry ontolex:apc_eng_entry_000649 ; ontolex:entry ontolex:apc_eng_entry_000650 ; ontolex:entry ontolex:apc_eng_entry_000651 ; ontolex:entry ontolex:apc_eng_entry_000652 ; ontolex:entry ontolex:apc_eng_entry_000653 ; ontolex:entry ontolex:apc_eng_entry_000654 ; ontolex:entry ontolex:apc_eng_entry_000655 ; ontolex:entry ontolex:apc_eng_entry_000656 ; ontolex:entry ontolex:apc_eng_entry_000658 ; ontolex:entry ontolex:apc_eng_entry_000659 ; ontolex:entry ontolex:apc_eng_entry_000661 ; ontolex:entry ontolex:apc_eng_entry_000662 ; ontolex:entry ontolex:apc_eng_entry_000665 ; ontolex:entry ontolex:apc_eng_entry_000666 ; ontolex:entry ontolex:apc_eng_entry_000667 ; ontolex:entry ontolex:apc_eng_entry_000668 ; ontolex:entry ontolex:apc_eng_entry_000669 ; ontolex:entry ontolex:apc_eng_entry_000672 ; ontolex:entry ontolex:apc_eng_entry_000673 ; ontolex:entry ontolex:apc_eng_entry_000674 ; ontolex:entry ontolex:apc_eng_entry_000675 ; ontolex:entry ontolex:apc_eng_entry_000676 ; ontolex:entry ontolex:apc_eng_entry_000677 ; ontolex:entry ontolex:apc_eng_entry_000679 ; ontolex:entry ontolex:apc_eng_entry_000680 ; ontolex:entry ontolex:apc_eng_entry_000681 ; ontolex:entry ontolex:apc_eng_entry_000682 ; ontolex:entry ontolex:apc_eng_entry_000683 ; ontolex:entry ontolex:apc_eng_entry_000684 ; ontolex:entry ontolex:apc_eng_entry_000685 ; ontolex:entry ontolex:apc_eng_entry_000686 ; ontolex:entry ontolex:apc_eng_entry_000687 ; ontolex:entry ontolex:apc_eng_entry_000689 ; ontolex:entry ontolex:apc_eng_entry_000690 ; ontolex:entry ontolex:apc_eng_entry_000691 ; ontolex:entry ontolex:apc_eng_entry_000692 ; ontolex:entry ontolex:apc_eng_entry_000693 ; ontolex:entry ontolex:apc_eng_entry_000694 ; ontolex:entry ontolex:apc_eng_entry_000695 ; ontolex:entry ontolex:apc_eng_entry_000696 ; ontolex:entry ontolex:apc_eng_entry_000697 ; ontolex:entry ontolex:apc_eng_entry_000698 ; ontolex:entry ontolex:apc_eng_entry_000699 ; ontolex:entry ontolex:apc_eng_entry_000701 ; ontolex:entry ontolex:apc_eng_entry_000702 ; ontolex:entry ontolex:apc_eng_entry_000703 ; ontolex:entry ontolex:apc_eng_entry_000704 ; ontolex:entry ontolex:apc_eng_entry_000706 ; ontolex:entry ontolex:apc_eng_entry_000707 ; ontolex:entry ontolex:apc_eng_entry_000708 ; ontolex:entry ontolex:apc_eng_entry_000709 ; ontolex:entry ontolex:apc_eng_entry_000711 ; ontolex:entry ontolex:apc_eng_entry_000712 ; ontolex:entry ontolex:apc_eng_entry_000713 ; ontolex:entry ontolex:apc_eng_entry_000714 ; ontolex:entry ontolex:apc_eng_entry_000715 ; ontolex:entry ontolex:apc_eng_entry_000716 ; ontolex:entry ontolex:apc_eng_entry_000717 ; ontolex:entry ontolex:apc_eng_entry_000718 ; ontolex:entry ontolex:apc_eng_entry_000719 ; ontolex:entry ontolex:apc_eng_entry_000720 ; ontolex:entry ontolex:apc_eng_entry_000721 ; ontolex:entry ontolex:apc_eng_entry_000723 ; ontolex:entry ontolex:apc_eng_entry_000724 ; ontolex:entry ontolex:apc_eng_entry_000725 ; ontolex:entry ontolex:apc_eng_entry_000726 ; ontolex:entry ontolex:apc_eng_entry_000728 ; ontolex:entry ontolex:apc_eng_entry_000729 ; ontolex:entry ontolex:apc_eng_entry_000730 ; ontolex:entry ontolex:apc_eng_entry_000731 ; ontolex:entry ontolex:apc_eng_entry_000732 ; ontolex:entry ontolex:apc_eng_entry_000736 ; ontolex:entry ontolex:apc_eng_entry_000737 ; ontolex:entry ontolex:apc_eng_entry_000738 ; ontolex:entry ontolex:apc_eng_entry_000739 ; ontolex:entry ontolex:apc_eng_entry_000740 ; ontolex:entry ontolex:apc_eng_entry_000742 ; ontolex:entry ontolex:apc_eng_entry_000743 ; ontolex:entry ontolex:apc_eng_entry_000744 ; ontolex:entry ontolex:apc_eng_entry_000745 ; ontolex:entry ontolex:apc_eng_entry_000746 ; ontolex:entry ontolex:apc_eng_entry_000748 ; ontolex:entry ontolex:apc_eng_entry_000749 ; ontolex:entry ontolex:apc_eng_entry_000750 ; ontolex:entry ontolex:apc_eng_entry_000751 ; ontolex:entry ontolex:apc_eng_entry_000752 ; ontolex:entry ontolex:apc_eng_entry_000753 ; ontolex:entry ontolex:apc_eng_entry_000754 ; ontolex:entry ontolex:apc_eng_entry_000755 ; ontolex:entry ontolex:apc_eng_entry_000756 ; ontolex:entry ontolex:apc_eng_entry_000757 ; ontolex:entry ontolex:apc_eng_entry_000758 ; ontolex:entry ontolex:apc_eng_entry_000759 ; ontolex:entry ontolex:apc_eng_entry_000761 ; ontolex:entry ontolex:apc_eng_entry_000762 ; ontolex:entry ontolex:apc_eng_entry_000763 ; ontolex:entry ontolex:apc_eng_entry_000764 ; ontolex:entry ontolex:apc_eng_entry_000765 ; ontolex:entry ontolex:apc_eng_entry_000766 ; ontolex:entry ontolex:apc_eng_entry_000767 ; ontolex:entry ontolex:apc_eng_entry_000768 ; ontolex:entry ontolex:apc_eng_entry_000769 ; ontolex:entry ontolex:apc_eng_entry_000770 ; ontolex:entry ontolex:apc_eng_entry_000772 ; ontolex:entry ontolex:apc_eng_entry_000773 ; ontolex:entry ontolex:apc_eng_entry_000775 ; ontolex:entry ontolex:apc_eng_entry_000776 ; ontolex:entry ontolex:apc_eng_entry_000777 ; ontolex:entry ontolex:apc_eng_entry_000779 ; ontolex:entry ontolex:apc_eng_entry_000780 ; ontolex:entry ontolex:apc_eng_entry_000781 ; ontolex:entry ontolex:apc_eng_entry_000782 ; ontolex:entry ontolex:apc_eng_entry_000783 ; ontolex:entry ontolex:apc_eng_entry_000785 ; ontolex:entry ontolex:apc_eng_entry_000787 ; ontolex:entry ontolex:apc_eng_entry_000788 ; ontolex:entry ontolex:apc_eng_entry_000789 ; ontolex:entry ontolex:apc_eng_entry_000790 ; ontolex:entry ontolex:apc_eng_entry_000791 ; ontolex:entry ontolex:apc_eng_entry_000793 ; ontolex:entry ontolex:apc_eng_entry_000794 ; ontolex:entry ontolex:apc_eng_entry_000796 ; ontolex:entry ontolex:apc_eng_entry_000798 ; ontolex:entry ontolex:apc_eng_entry_000800 ; ontolex:entry ontolex:apc_eng_entry_000801 ; ontolex:entry ontolex:apc_eng_entry_000802 ; ontolex:entry ontolex:apc_eng_entry_000803 ; ontolex:entry ontolex:apc_eng_entry_000804 ; ontolex:entry ontolex:apc_eng_entry_000805 ; ontolex:entry ontolex:apc_eng_entry_000806 ; ontolex:entry ontolex:apc_eng_entry_000807 ; ontolex:entry ontolex:apc_eng_entry_000808 ; ontolex:entry ontolex:apc_eng_entry_000810 ; ontolex:entry ontolex:apc_eng_entry_000812 ; ontolex:entry ontolex:apc_eng_entry_000813 ; ontolex:entry ontolex:apc_eng_entry_000814 ; ontolex:entry ontolex:apc_eng_entry_000815 ; ontolex:entry ontolex:apc_eng_entry_000816 ; ontolex:entry ontolex:apc_eng_entry_000818 ; ontolex:entry ontolex:apc_eng_entry_000820 ; ontolex:entry ontolex:apc_eng_entry_000821 ; ontolex:entry ontolex:apc_eng_entry_000822 ; ontolex:entry ontolex:apc_eng_entry_000824 ; ontolex:entry ontolex:apc_eng_entry_000825 ; ontolex:entry ontolex:apc_eng_entry_000826 ; ontolex:entry ontolex:apc_eng_entry_000827 ; ontolex:entry ontolex:apc_eng_entry_000829 ; ontolex:entry ontolex:apc_eng_entry_000830 ; ontolex:entry ontolex:apc_eng_entry_000831 ; ontolex:entry ontolex:apc_eng_entry_000832 ; ontolex:entry ontolex:apc_eng_entry_000833 ; ontolex:entry ontolex:apc_eng_entry_000834 ; ontolex:entry ontolex:apc_eng_entry_000835 ; ontolex:entry ontolex:apc_eng_entry_000836 ; ontolex:entry ontolex:apc_eng_entry_000838 ; ontolex:entry ontolex:apc_eng_entry_000839 ; ontolex:entry ontolex:apc_eng_entry_000840 ; ontolex:entry ontolex:apc_eng_entry_000841 ; ontolex:entry ontolex:apc_eng_entry_000842 ; ontolex:entry ontolex:apc_eng_entry_000843 ; ontolex:entry ontolex:apc_eng_entry_000844 ; ontolex:entry ontolex:apc_eng_entry_000845 ; ontolex:entry ontolex:apc_eng_entry_000846 ; ontolex:entry ontolex:apc_eng_entry_000847 ; ontolex:entry ontolex:apc_eng_entry_000849 ; ontolex:entry ontolex:apc_eng_entry_000850 ; ontolex:entry ontolex:apc_eng_entry_000851 ; ontolex:entry ontolex:apc_eng_entry_000852 ; ontolex:entry ontolex:apc_eng_entry_000853 ; ontolex:entry ontolex:apc_eng_entry_000854 ; ontolex:entry ontolex:apc_eng_entry_000856 ; ontolex:entry ontolex:apc_eng_entry_000858 ; ontolex:entry ontolex:apc_eng_entry_000859 ; ontolex:entry ontolex:apc_eng_entry_000861 ; ontolex:entry ontolex:apc_eng_entry_000862 ; ontolex:entry ontolex:apc_eng_entry_000863 ; ontolex:entry ontolex:apc_eng_entry_000865 ; ontolex:entry ontolex:apc_eng_entry_000866 ; ontolex:entry ontolex:apc_eng_entry_000867 ; ontolex:entry ontolex:apc_eng_entry_000868 ; ontolex:entry ontolex:apc_eng_entry_000869 ; ontolex:entry ontolex:apc_eng_entry_000871 ; ontolex:entry ontolex:apc_eng_entry_000872 ; ontolex:entry ontolex:apc_eng_entry_000873 ; ontolex:entry ontolex:apc_eng_entry_000874 ; ontolex:entry ontolex:apc_eng_entry_000875 ; ontolex:entry ontolex:apc_eng_entry_000877 ; ontolex:entry ontolex:apc_eng_entu_001 ; ontolex:entry ontolex:apc_eng_er_ruumaan_001 ; ontolex:entry ontolex:apc_eng_ereb_001 ; ontolex:entry ontolex:apc_eng_eresh_001 ; ontolex:entry ontolex:apc_eng_erhaabi_001 ; ontolex:entry ontolex:apc_eng_ermaadi_001 ; ontolex:entry ontolex:apc_eng_erne_001 ; ontolex:entry ontolex:apc_eng_ertaah_001 ; ontolex:entry ontolex:apc_eng_ertifaac_001 ; ontolex:entry ontolex:apc_eng_es_sabet_001 ; ontolex:entry ontolex:apc_eng_es_sebeh_001 ; ontolex:entry ontolex:apc_eng_esbaaha_001 ; ontolex:entry ontolex:apc_eng_esbaani_001 ; ontolex:entry ontolex:apc_eng_esbuuc_001 ; ontolex:entry ontolex:apc_eng_esbuuciiye_001 ; ontolex:entry ontolex:apc_eng_esem_001 ; ontolex:entry ontolex:apc_eng_esh_shar_el_awsat_001 ; ontolex:entry ontolex:apc_eng_eshre_001 ; ontolex:entry ontolex:apc_eng_eshta_001 ; ontolex:entry ontolex:apc_eng_eslaami_001 ; ontolex:entry ontolex:apc_eng_essa_001 ; ontolex:entry ontolex:apc_eng_estaaz_001 ; ontolex:entry ontolex:apc_eng_este_baal_001 ; ontolex:entry ontolex:apc_eng_esteetiyye_001 ; ontolex:entry ontolex:apc_eng_estefsaar_001 ; ontolex:entry ontolex:apc_eng_estesnaa_i_001 ; ontolex:entry ontolex:apc_eng_estidaafe_001 ; ontolex:entry ontolex:apc_eng_estimaara_001 ; ontolex:entry ontolex:apc_eng_estiraaha_001 ; ontolex:entry ontolex:apc_eng_estuuh_001 ; ontolex:entry ontolex:apc_eng_et_tabbaale_001 ; ontolex:entry ontolex:apc_eng_et_talaata_001 ; ontolex:entry ontolex:apc_eng_et_taneen_001 ; ontolex:entry ontolex:apc_eng_etdawwaash_001 ; ontolex:entry ontolex:apc_eng_eten_001 ; ontolex:entry ontolex:apc_eng_etta_001 ; ontolex:entry ontolex:apc_eng_ettihaad_001 ; ontolex:entry ontolex:apc_eng_ettisaal_001 ; ontolex:entry ontolex:apc_eng_etyaab_001 ; ontolex:entry ontolex:apc_eng_exduud_001 ; ontolex:entry ontolex:apc_eng_exet_001 ; ontolex:entry ontolex:apc_eng_extilaaf_001 ; ontolex:entry ontolex:apc_eng_extilaat_001 ; ontolex:entry ontolex:apc_eng_extiraac_001 ; ontolex:entry ontolex:apc_eng_extisaas_001 ; ontolex:entry ontolex:apc_eng_extiyaar_001 ; ontolex:entry ontolex:apc_eng_extiyaari_001 ; ontolex:entry ontolex:apc_eng_exwaat_001 ; ontolex:entry ontolex:apc_eng_ezcaazh_001 ; ontolex:entry ontolex:apc_eng_ezdihaam_001 ; ontolex:entry ontolex:apc_eng_ezen_001 ; ontolex:entry ontolex:apc_eng_ezh_zhemca_001 ; ontolex:entry ontolex:apc_eng_ezhbaari_001 ; ontolex:entry ontolex:apc_eng_ezher_001 ; ontolex:entry ontolex:apc_eng_ezhtimaac_001 ; ontolex:entry ontolex:apc_eng_ezhtimaaci_001 ; ontolex:entry ontolex:apc_eng_ezriica_001 ; ontolex:entry ontolex:apc_eng_fa_iir_001 ; ontolex:entry ontolex:apc_eng_faadi_001 ; ontolex:entry ontolex:apc_eng_faas_001 ; ontolex:entry ontolex:apc_eng_faatme_001 ; ontolex:entry ontolex:apc_eng_faayez_001 ; ontolex:entry ontolex:apc_eng_fahes_002 ; ontolex:entry ontolex:apc_eng_fahras_001 ; ontolex:entry ontolex:apc_eng_falaafel_001 ; ontolex:entry ontolex:apc_eng_falak_001 ; ontolex:entry ontolex:apc_eng_falastiin_001 ; ontolex:entry ontolex:apc_eng_fallaah_001 ; ontolex:entry ontolex:apc_eng_fardet_boot_001 ; ontolex:entry ontolex:apc_eng_fare_001 ; ontolex:entry ontolex:apc_eng_farii_001 ; ontolex:entry ontolex:apc_eng_farsha_001 ; ontolex:entry ontolex:apc_eng_farshe_001 ; ontolex:entry ontolex:apc_eng_fasal_001 ; ontolex:entry ontolex:apc_eng_fasel_001 ; ontolex:entry ontolex:apc_eng_fassal_001 ; ontolex:entry ontolex:apc_eng_fatah_001 ; ontolex:entry ontolex:apc_eng_fattuush_001 ; ontolex:entry ontolex:apc_eng_fawran_001 ; ontolex:entry ontolex:apc_eng_fazher_001 ; ontolex:entry ontolex:apc_eng_fedda_001 ; ontolex:entry ontolex:apc_eng_fehem_001 ; ontolex:entry ontolex:apc_eng_felem_001 ; ontolex:entry ontolex:apc_eng_felem_receb_001 ; ontolex:entry ontolex:apc_eng_felfol_001 ; ontolex:entry ontolex:apc_eng_fendo_001 ; ontolex:entry ontolex:apc_eng_fersa_001 ; ontolex:entry ontolex:apc_eng_fershaaye_001 ; ontolex:entry ontolex:apc_eng_feso_001 ; ontolex:entry ontolex:apc_eng_festo_halabi_001 ; ontolex:entry ontolex:apc_eng_fii_001 ; ontolex:entry ontolex:apc_eng_fleefle_001 ; ontolex:entry ontolex:apc_eng_fleefle_shatta_001 ; ontolex:entry ontolex:apc_eng_foo_001 ; ontolex:entry ontolex:apc_eng_foo_heek_001 ; ontolex:entry ontolex:apc_eng_fransi_001 ; ontolex:entry ontolex:apc_eng_freez_001 ; ontolex:entry ontolex:apc_eng_ftakar_001 ; ontolex:entry ontolex:apc_eng_ftiire_001 ; ontolex:entry ontolex:apc_eng_fuul_emdammas_001 ; ontolex:entry ontolex:apc_eng_fuul_naabet_001 ; ontolex:entry ontolex:apc_eng_garsoone_001 ; ontolex:entry ontolex:apc_eng_ghaali_001 ; ontolex:entry ontolex:apc_eng_ghalat_001 ; ontolex:entry ontolex:apc_eng_ghamaz_001 ; ontolex:entry ontolex:apc_eng_ghamii_001 ; ontolex:entry ontolex:apc_eng_ghammaaz_001 ; ontolex:entry ontolex:apc_eng_ghanam_001 ; ontolex:entry ontolex:apc_eng_ghaname_001 ; ontolex:entry ontolex:apc_eng_ghani_001 ; ontolex:entry ontolex:apc_eng_ghanna_001 ; ontolex:entry ontolex:apc_eng_gharrad_001 ; ontolex:entry ontolex:apc_eng_ghatta_001 ; ontolex:entry ontolex:apc_eng_gheer_001 ; ontolex:entry ontolex:apc_eng_gheer_el_meselmiin_001 ; ontolex:entry ontolex:apc_eng_gheer_sharci_001 ; ontolex:entry ontolex:apc_eng_ghemi_001 ; ontolex:entry ontolex:apc_eng_ghenniiye_001 ; ontolex:entry ontolex:apc_eng_gherfe_001 ; ontolex:entry ontolex:apc_eng_gherfe_medeble_001 ; ontolex:entry ontolex:apc_eng_gherfe_mefrade_001 ; ontolex:entry ontolex:apc_eng_gherfe_mezdawazhe_001 ; ontolex:entry ontolex:apc_eng_ghootan_001 ; ontolex:entry ontolex:apc_eng_ghyaab_001 ; ontolex:entry ontolex:apc_eng_ghyaar_001 ; ontolex:entry ontolex:apc_eng_griifoon_001 ; ontolex:entry ontolex:apc_eng_ha_001 ; ontolex:entry ontolex:apc_eng_ha_a_001 ; ontolex:entry ontolex:apc_eng_ha_el_001 ; ontolex:entry ontolex:apc_eng_ha_ii_a_001 ; ontolex:entry ontolex:apc_eng_ha_ii_i_001 ; ontolex:entry ontolex:apc_eng_haader_001 ; ontolex:entry ontolex:apc_eng_haades_001 ; ontolex:entry ontolex:apc_eng_haadi_001 ; ontolex:entry ontolex:apc_eng_haafaz_cala_001 ; ontolex:entry ontolex:apc_eng_haafi_001 ; ontolex:entry ontolex:apc_eng_haafi_002 ; ontolex:entry ontolex:apc_eng_haal_001 ; ontolex:entry ontolex:apc_eng_haale_001 ; ontolex:entry ontolex:apc_eng_haali_001 ; ontolex:entry ontolex:apc_eng_haamod_001 ; ontolex:entry ontolex:apc_eng_haani_001 ; ontolex:entry ontolex:apc_eng_haara_001 ; ontolex:entry ontolex:apc_eng_haarab_001 ; ontolex:entry ontolex:apc_eng_haasab_001 ; ontolex:entry ontolex:apc_eng_haasab_003 ; ontolex:entry ontolex:apc_eng_haasar_001 ; ontolex:entry ontolex:apc_eng_haawal_001 ; ontolex:entry ontolex:apc_eng_haayek_001 ; ontolex:entry ontolex:apc_eng_haazhe_001 ; ontolex:entry ontolex:apc_eng_haazheb_001 ; ontolex:entry ontolex:apc_eng_habas_001 ; ontolex:entry ontolex:apc_eng_habb_001 ; ontolex:entry ontolex:apc_eng_habb_002 ; ontolex:entry ontolex:apc_eng_habbaab_001 ; ontolex:entry ontolex:apc_eng_habiib_001 ; ontolex:entry ontolex:apc_eng_habra_001 ; ontolex:entry ontolex:apc_eng_hada_001 ; ontolex:entry ontolex:apc_eng_hadaara_001 ; ontolex:entry ontolex:apc_eng_hadd_001 ; ontolex:entry ontolex:apc_eng_haddaad_001 ; ontolex:entry ontolex:apc_eng_haddad_001 ; ontolex:entry ontolex:apc_eng_hadii_a_001 ; ontolex:entry ontolex:apc_eng_hadiid_001 ; ontolex:entry ontolex:apc_eng_hadiis_001 ; ontolex:entry ontolex:apc_eng_hadiis_003 ; ontolex:entry ontolex:apc_eng_hafaz_001 ; ontolex:entry ontolex:apc_eng_hafiid_001 ; ontolex:entry ontolex:apc_eng_hafiide_001 ; ontolex:entry ontolex:apc_eng_hakam_001 ; ontolex:entry ontolex:apc_eng_hakawaati_001 ; ontolex:entry ontolex:apc_eng_hakk_001 ; ontolex:entry ontolex:apc_eng_hakuura_001 ; ontolex:entry ontolex:apc_eng_hala_001 ; ontolex:entry ontolex:apc_eng_hala_a_001 ; ontolex:entry ontolex:apc_eng_halab_001 ; ontolex:entry ontolex:apc_eng_halab_002 ; ontolex:entry ontolex:apc_eng_halaf_001 ; ontolex:entry ontolex:apc_eng_halaqa_001 ; ontolex:entry ontolex:apc_eng_halbuuni_001 ; ontolex:entry ontolex:apc_eng_haliib_001 ; ontolex:entry ontolex:apc_eng_halla_001 ; ontolex:entry ontolex:apc_eng_hama_001 ; ontolex:entry ontolex:apc_eng_hamaam_001 ; ontolex:entry ontolex:apc_eng_hamaaye_001 ; ontolex:entry ontolex:apc_eng_hamal_001 ; ontolex:entry ontolex:apc_eng_hamawi_001 ; ontolex:entry ontolex:apc_eng_hamed_001 ; ontolex:entry ontolex:apc_eng_hamiimi_001 ; ontolex:entry ontolex:apc_eng_hammaam_001 ; ontolex:entry ontolex:apc_eng_hammas_001 ; ontolex:entry ontolex:apc_eng_hanafiyye_001 ; ontolex:entry ontolex:apc_eng_hanak_001 ; ontolex:entry ontolex:apc_eng_haquud_001 ; ontolex:entry ontolex:apc_eng_hara_001 ; ontolex:entry ontolex:apc_eng_haraami_001 ; ontolex:entry ontolex:apc_eng_haraara_001 ; ontolex:entry ontolex:apc_eng_harake_001 ; ontolex:entry ontolex:apc_eng_hareb_001 ; ontolex:entry ontolex:apc_eng_haref_001 ; ontolex:entry ontolex:apc_eng_harr_001 ; ontolex:entry ontolex:apc_eng_hasaad_001 ; ontolex:entry ontolex:apc_eng_hasaasiyye_001 ; ontolex:entry ontolex:apc_eng_hasad_001 ; ontolex:entry ontolex:apc_eng_hasal_001 ; ontolex:entry ontolex:apc_eng_hasha_001 ; ontolex:entry ontolex:apc_eng_hashsh_001 ; ontolex:entry ontolex:apc_eng_hassaas_001 ; ontolex:entry ontolex:apc_eng_hassan_001 ; ontolex:entry ontolex:apc_eng_hassas_001 ; ontolex:entry ontolex:apc_eng_haswe_001 ; ontolex:entry ontolex:apc_eng_hatt_001 ; ontolex:entry ontolex:apc_eng_hatta_001 ; ontolex:entry ontolex:apc_eng_hattuute_001 ; ontolex:entry ontolex:apc_eng_hawaari_001 ; ontolex:entry ontolex:apc_eng_hawwash_001 ; ontolex:entry ontolex:apc_eng_hawwiyye_001 ; ontolex:entry ontolex:apc_eng_haya_001 ; ontolex:entry ontolex:apc_eng_hayaat_001 ; ontolex:entry ontolex:apc_eng_hayawi_001 ; ontolex:entry ontolex:apc_eng_hayya_001 ; ontolex:entry ontolex:apc_eng_hazaaze_001 ; ontolex:entry ontolex:apc_eng_hazhar_001 ; ontolex:entry ontolex:apc_eng_hazhaz_001 ; ontolex:entry ontolex:apc_eng_hazhem_001 ; ontolex:entry ontolex:apc_eng_hazhez_002 ; ontolex:entry ontolex:apc_eng_hazhzh_001 ; ontolex:entry ontolex:apc_eng_hazhzhi_001 ; ontolex:entry ontolex:apc_eng_hazz_001 ; ontolex:entry ontolex:apc_eng_hazz_002 ; ontolex:entry ontolex:apc_eng_hazz_004 ; ontolex:entry ontolex:apc_eng_hbuub_001 ; ontolex:entry ontolex:apc_eng_hduudiyye_001 ; ontolex:entry ontolex:apc_eng_hebb_001 ; ontolex:entry ontolex:apc_eng_heek_001 ; ontolex:entry ontolex:apc_eng_heet_001 ; ontolex:entry ontolex:apc_eng_heewaan_001 ; ontolex:entry ontolex:apc_eng_hefra_001 ; ontolex:entry ontolex:apc_eng_helem_001 ; ontolex:entry ontolex:apc_eng_helu_001 ; ontolex:entry ontolex:apc_eng_helwaan_001 ; ontolex:entry ontolex:apc_eng_helwanzhi_001 ; ontolex:entry ontolex:apc_eng_helwiiyaat_001 ; ontolex:entry ontolex:apc_eng_hemes_001 ; ontolex:entry ontolex:apc_eng_hemi_001 ; ontolex:entry ontolex:apc_eng_hemra_001 ; ontolex:entry ontolex:apc_eng_henne_001 ; ontolex:entry ontolex:apc_eng_henta_001 ; ontolex:entry ontolex:apc_eng_herr_001 ; ontolex:entry ontolex:apc_eng_herriyye_001 ; ontolex:entry ontolex:apc_eng_hesen_001 ; ontolex:entry ontolex:apc_eng_hessa_001 ; ontolex:entry ontolex:apc_eng_hezhri_001 ; ontolex:entry ontolex:apc_eng_hezhzhe_001 ; ontolex:entry ontolex:apc_eng_hezz_001 ; ontolex:entry ontolex:apc_eng_himaaye_001 ; ontolex:entry ontolex:apc_eng_hiwaar_001 ; ontolex:entry ontolex:apc_eng_hiyye_001 ; ontolex:entry ontolex:apc_eng_hmaar_001 ; ontolex:entry ontolex:apc_eng_hmarr_001 ; ontolex:entry ontolex:apc_eng_hood_001 ; ontolex:entry ontolex:apc_eng_hooraan_001 ; ontolex:entry ontolex:apc_eng_hoosh_001 ; ontolex:entry ontolex:apc_eng_hraam_001 ; ontolex:entry ontolex:apc_eng_hsaab_001 ; ontolex:entry ontolex:apc_eng_hsaan_001 ; ontolex:entry ontolex:apc_eng_hseen_001 ; ontolex:entry ontolex:apc_eng_htafal_001 ; ontolex:entry ontolex:apc_eng_htaram_001 ; ontolex:entry ontolex:apc_eng_hukuumi_001 ; ontolex:entry ontolex:apc_eng_huwwe_001 ; ontolex:entry ontolex:apc_eng_hwaashe_001 ; ontolex:entry ontolex:apc_eng_hzeeraan_001 ; ontolex:entry ontolex:apc_eng_hzhaab_001 ; ontolex:entry ontolex:apc_eng_id_104 ; ontolex:entry ontolex:apc_eng_id_117 ; ontolex:entry ontolex:apc_eng_id_120 ; ontolex:entry ontolex:apc_eng_id_145 ; ontolex:entry ontolex:apc_eng_id_159 ; ontolex:entry ontolex:apc_eng_id_160 ; ontolex:entry ontolex:apc_eng_id_164 ; ontolex:entry ontolex:apc_eng_id_170 ; ontolex:entry ontolex:apc_eng_id_18 ; ontolex:entry ontolex:apc_eng_id_197 ; ontolex:entry ontolex:apc_eng_id_220 ; ontolex:entry ontolex:apc_eng_id_242 ; ontolex:entry ontolex:apc_eng_id_253 ; ontolex:entry ontolex:apc_eng_id_254 ; ontolex:entry ontolex:apc_eng_id_258 ; ontolex:entry ontolex:apc_eng_id_279 ; ontolex:entry ontolex:apc_eng_id_28 ; ontolex:entry ontolex:apc_eng_id_282 ; ontolex:entry ontolex:apc_eng_id_296 ; ontolex:entry ontolex:apc_eng_id_30 ; ontolex:entry ontolex:apc_eng_id_311 ; ontolex:entry ontolex:apc_eng_id_349 ; ontolex:entry ontolex:apc_eng_id_35 ; ontolex:entry ontolex:apc_eng_id_422 ; ontolex:entry ontolex:apc_eng_id_425 ; ontolex:entry ontolex:apc_eng_id_43 ; ontolex:entry ontolex:apc_eng_id_441 ; ontolex:entry ontolex:apc_eng_id_461 ; ontolex:entry ontolex:apc_eng_id_47 ; ontolex:entry ontolex:apc_eng_id_50 ; ontolex:entry ontolex:apc_eng_id_56 ; ontolex:entry ontolex:apc_eng_id_83 ; ontolex:entry ontolex:apc_eng_iime_001 ; ontolex:entry ontolex:apc_eng_iimeel_001 ; ontolex:entry ontolex:apc_eng_iishaarb_001 ; ontolex:entry ontolex:apc_eng_imaam_001 ; ontolex:entry ontolex:apc_eng_iqaame_001 ; ontolex:entry ontolex:apc_eng_iraa_a_001 ; ontolex:entry ontolex:apc_eng_ishaaca_001 ; ontolex:entry ontolex:apc_eng_ishaarb_001 ; ontolex:entry ontolex:apc_eng_itaar_001 ; ontolex:entry ontolex:apc_eng_izaaca_001 ; ontolex:entry ontolex:apc_eng_ka_s_ezh_zhemhuuriyye_001 ; ontolex:entry ontolex:apc_eng_kaanuun_el_awwal_001 ; ontolex:entry ontolex:apc_eng_kaanuun_et_taani_001 ; ontolex:entry ontolex:apc_eng_kaar_001 ; ontolex:entry ontolex:apc_eng_kaatbe_001 ; ontolex:entry ontolex:apc_eng_kaateb_001 ; ontolex:entry ontolex:apc_eng_kaazho_001 ; ontolex:entry ontolex:apc_eng_kaaziyye_001 ; ontolex:entry ontolex:apc_eng_kafeteerya_001 ; ontolex:entry ontolex:apc_eng_kahraba_001 ; ontolex:entry ontolex:apc_eng_kahrabzhi_001 ; ontolex:entry ontolex:apc_eng_kalb_001 ; ontolex:entry ontolex:apc_eng_kalbe_001 ; ontolex:entry ontolex:apc_eng_kam_001 ; ontolex:entry ontolex:apc_eng_kamaan_001 ; ontolex:entry ontolex:apc_eng_kamira_001 ; ontolex:entry ontolex:apc_eng_kammiyye_001 ; ontolex:entry ontolex:apc_eng_kannas_001 ; ontolex:entry ontolex:apc_eng_kariim_001 ; ontolex:entry ontolex:apc_eng_kart_001 ; ontolex:entry ontolex:apc_eng_kasar_001 ; ontolex:entry ontolex:apc_eng_kaslaan_001 ; ontolex:entry ontolex:apc_eng_kassar_001 ; ontolex:entry ontolex:apc_eng_kastana_001 ; ontolex:entry ontolex:apc_eng_katab_001 ; ontolex:entry ontolex:apc_eng_katt_001 ; ontolex:entry ontolex:apc_eng_kattar_xeerak_001 ; ontolex:entry ontolex:apc_eng_kazab_001 ; ontolex:entry ontolex:apc_eng_kazzaab_001 ; ontolex:entry ontolex:apc_eng_kbiir_001 ; ontolex:entry ontolex:apc_eng_kebde_001 ; ontolex:entry ontolex:apc_eng_keef_001 ; ontolex:entry ontolex:apc_eng_kell_waahed_001 ; ontolex:entry ontolex:apc_eng_kelliyye_001 ; ontolex:entry ontolex:apc_eng_kelme_001 ; ontolex:entry ontolex:apc_eng_kelmet_serr_001 ; ontolex:entry ontolex:apc_eng_kembyuutar_001 ; ontolex:entry ontolex:apc_eng_kemm_001 ; ontolex:entry ontolex:apc_eng_kendarzhi_001 ; ontolex:entry ontolex:apc_eng_kenne_001 ; ontolex:entry ontolex:apc_eng_kersi_001 ; ontolex:entry ontolex:apc_eng_kezlok_001 ; ontolex:entry ontolex:apc_eng_kiif_001 ; ontolex:entry ontolex:apc_eng_kiilo_metr_emrabbac_001 ; ontolex:entry ontolex:apc_eng_kniise_001 ; ontolex:entry ontolex:apc_eng_komodiina_001 ; ontolex:entry ontolex:apc_eng_ktaab_001 ; ontolex:entry ontolex:apc_eng_ktiir_001 ; ontolex:entry ontolex:apc_eng_ktiir_002 ; ontolex:entry ontolex:apc_eng_kuret_es_salle_001 ; ontolex:entry ontolex:apc_eng_kuusa_001 ; ontolex:entry ontolex:apc_eng_kuuz_001 ; ontolex:entry ontolex:apc_eng_la_001 ; ontolex:entry ontolex:apc_eng_la_eddaam_001 ; ontolex:entry ontolex:apc_eng_la_haal_001 ; ontolex:entry ontolex:apc_eng_la_ween_001 ; ontolex:entry ontolex:apc_eng_laa_001 ; ontolex:entry ontolex:apc_eng_laa_twaaxezni_001 ; ontolex:entry ontolex:apc_eng_laabtob_001 ; ontolex:entry ontolex:apc_eng_laaselki_001 ; ontolex:entry ontolex:apc_eng_laban_001 ; ontolex:entry ontolex:apc_eng_lacet_nafso_001 ; ontolex:entry ontolex:apc_eng_lahem_001 ; ontolex:entry ontolex:apc_eng_lahhaab_001 ; ontolex:entry ontolex:apc_eng_lahhaam_001 ; ontolex:entry ontolex:apc_eng_lahshe_001 ; ontolex:entry ontolex:apc_eng_lahza_001 ; ontolex:entry ontolex:apc_eng_lamba_001 ; ontolex:entry ontolex:apc_eng_lamlam_001 ; ontolex:entry ontolex:apc_eng_lamma_001 ; ontolex:entry ontolex:apc_eng_latiif_001 ; ontolex:entry ontolex:apc_eng_law_samahet_001 ; ontolex:entry ontolex:apc_eng_le_eeta_001 ; ontolex:entry ontolex:apc_eng_le_kweet_001 ; ontolex:entry ontolex:apc_eng_le_me_001 ; ontolex:entry ontolex:apc_eng_le_xtuut_ezh_zhawwiyye_s_suuriyye_001 ; ontolex:entry ontolex:apc_eng_lebes_001 ; ontolex:entry ontolex:apc_eng_lebes_shacbi_001 ; ontolex:entry ontolex:apc_eng_lebnaan_001 ; ontolex:entry ontolex:apc_eng_leceb_001 ; ontolex:entry ontolex:apc_eng_leceb_002 ; ontolex:entry ontolex:apc_eng_leek_001 ; ontolex:entry ontolex:apc_eng_leel_001 ; ontolex:entry ontolex:apc_eng_leel_enhaar_001 ; ontolex:entry ontolex:apc_eng_leemuun_001 ; ontolex:entry ontolex:apc_eng_leera_001 ; ontolex:entry ontolex:apc_eng_lessa_001 ; ontolex:entry ontolex:apc_eng_liqaa_001 ; ontolex:entry ontolex:apc_eng_looh_001 ; ontolex:entry ontolex:apc_eng_loolah_001 ; ontolex:entry ontolex:apc_eng_looz_001 ; ontolex:entry ontolex:apc_eng_m_adden_001 ; ontolex:entry ontolex:apc_eng_m_amman_001 ; ontolex:entry ontolex:apc_eng_m_ashshe_001 ; ontolex:entry ontolex:apc_eng_m_ass_001 ; ontolex:entry ontolex:apc_eng_ma_bara_001 ; ontolex:entry ontolex:apc_eng_ma_lame_001 ; ontolex:entry ontolex:apc_eng_ma_luube_001 ; ontolex:entry ontolex:apc_eng_maa_ba_a_001 ; ontolex:entry ontolex:apc_eng_maa_caad_001 ; ontolex:entry ontolex:apc_eng_maa_ez_001 ; ontolex:entry ontolex:apc_eng_maa_wared_001 ; ontolex:entry ontolex:apc_eng_maadi_001 ; ontolex:entry ontolex:apc_eng_maalki_001 ; ontolex:entry ontolex:apc_eng_maat_001 ; ontolex:entry ontolex:apc_eng_maazoot_001 ; ontolex:entry ontolex:apc_eng_mablagh_001 ; ontolex:entry ontolex:apc_eng_mabna_001 ; ontolex:entry ontolex:apc_eng_mabsuut_001 ; ontolex:entry ontolex:apc_eng_mac_001 ; ontolex:entry ontolex:apc_eng_mac_uul_001 ; ontolex:entry ontolex:apc_eng_macaash_001 ; ontolex:entry ontolex:apc_eng_macbad_001 ; ontolex:entry ontolex:apc_eng_maciishe_001 ; ontolex:entry ontolex:apc_eng_macluumaat_001 ; ontolex:entry ontolex:apc_eng_macmal_001 ; ontolex:entry ontolex:apc_eng_maczhuun_esnaan_001 ; ontolex:entry ontolex:apc_eng_maczuum_001 ; ontolex:entry ontolex:apc_eng_mada_001 ; ontolex:entry ontolex:apc_eng_mada_002 ; ontolex:entry ontolex:apc_eng_madbuub_001 ; ontolex:entry ontolex:apc_eng_madbuuh_001 ; ontolex:entry ontolex:apc_eng_madiinet_malaahi_001 ; ontolex:entry ontolex:apc_eng_madrase_001 ; ontolex:entry ontolex:apc_eng_madxal_001 ; ontolex:entry ontolex:apc_eng_mafruushaat_001 ; ontolex:entry ontolex:apc_eng_mafsuul_001 ; ontolex:entry ontolex:apc_eng_maghaasel_wuduu_001 ; ontolex:entry ontolex:apc_eng_mahabbe_001 ; ontolex:entry ontolex:apc_eng_mahall_el_ahzye_001 ; ontolex:entry ontolex:apc_eng_mahall_el_albise_001 ; ontolex:entry ontolex:apc_eng_mahalli_001 ; ontolex:entry ontolex:apc_eng_mahatta_001 ; ontolex:entry ontolex:apc_eng_mahbara_001 ; ontolex:entry ontolex:apc_eng_mahbas_001 ; ontolex:entry ontolex:apc_eng_mahhaaye_001 ; ontolex:entry ontolex:apc_eng_makaan_001 ; ontolex:entry ontolex:apc_eng_makduus_001 ; ontolex:entry ontolex:apc_eng_maktab_001 ; ontolex:entry ontolex:apc_eng_maktab_tayaraan_001 ; ontolex:entry ontolex:apc_eng_maktabe_001 ; ontolex:entry ontolex:apc_eng_maktuub_001 ; ontolex:entry ontolex:apc_eng_malaan_001 ; ontolex:entry ontolex:apc_eng_malcab_001 ; ontolex:entry ontolex:apc_eng_mamnuuc_001 ; ontolex:entry ontolex:apc_eng_man_uushe_001 ; ontolex:entry ontolex:apc_eng_manaame_001 ; ontolex:entry ontolex:apc_eng_manshafe_001 ; ontolex:entry ontolex:apc_eng_manzar_001 ; ontolex:entry ontolex:apc_eng_maqaam_001 ; ontolex:entry ontolex:apc_eng_maqsaf_001 ; ontolex:entry ontolex:apc_eng_mara_001 ; ontolex:entry ontolex:apc_eng_marad_001 ; ontolex:entry ontolex:apc_eng_mardaan_001 ; ontolex:entry ontolex:apc_eng_marezh_001 ; ontolex:entry ontolex:apc_eng_marhale_001 ; ontolex:entry ontolex:apc_eng_mariid_001 ; ontolex:entry ontolex:apc_eng_markaz_001 ; ontolex:entry ontolex:apc_eng_marra_001 ; ontolex:entry ontolex:apc_eng_marzhec_001 ; ontolex:entry ontolex:apc_eng_mas_ale_001 ; ontolex:entry ontolex:apc_eng_masa_001 ; ontolex:entry ontolex:apc_eng_masaari_001 ; ontolex:entry ontolex:apc_eng_masabb_001 ; ontolex:entry ontolex:apc_eng_masalan_001 ; ontolex:entry ontolex:apc_eng_masawiiyaat_001 ; ontolex:entry ontolex:apc_eng_masbah_001 ; ontolex:entry ontolex:apc_eng_maser_001 ; ontolex:entry ontolex:apc_eng_mashaacer_001 ; ontolex:entry ontolex:apc_eng_mashaawi_001 ; ontolex:entry ontolex:apc_eng_mashi_001 ; ontolex:entry ontolex:apc_eng_mashkalzhi_001 ; ontolex:entry ontolex:apc_eng_mashkuuk_001 ; ontolex:entry ontolex:apc_eng_mashruub_001 ; ontolex:entry ontolex:apc_eng_mashruuc_001 ; ontolex:entry ontolex:apc_eng_masiiri_001 ; ontolex:entry ontolex:apc_eng_maslaha_001 ; ontolex:entry ontolex:apc_eng_masluux_001 ; ontolex:entry ontolex:apc_eng_masmuuh_001 ; ontolex:entry ontolex:apc_eng_masrah_001 ; ontolex:entry ontolex:apc_eng_masri_001 ; ontolex:entry ontolex:apc_eng_masruuf_001 ; ontolex:entry ontolex:apc_eng_mastara_001 ; ontolex:entry ontolex:apc_eng_mastuul_001 ; ontolex:entry ontolex:apc_eng_mastuur_001 ; ontolex:entry ontolex:apc_eng_maszhed_001 ; ontolex:entry ontolex:apc_eng_mataar_001 ; ontolex:entry ontolex:apc_eng_matbax_001 ; ontolex:entry ontolex:apc_eng_matcam_001 ; ontolex:entry ontolex:apc_eng_mawaaleh_001 ; ontolex:entry ontolex:apc_eng_mawduuc_001 ; ontolex:entry ontolex:apc_eng_mawqec_001 ; ontolex:entry ontolex:apc_eng_mawwat_001 ; ontolex:entry ontolex:apc_eng_maxbuut_001 ; ontolex:entry ontolex:apc_eng_maxluut_001 ; ontolex:entry ontolex:apc_eng_maxtuub_001 ; ontolex:entry ontolex:apc_eng_maxzan_001 ; ontolex:entry ontolex:apc_eng_mayy_001 ; ontolex:entry ontolex:apc_eng_mazaar_001 ; ontolex:entry ontolex:apc_eng_mazaazhi_001 ; ontolex:entry ontolex:apc_eng_mazbuut_001 ; ontolex:entry ontolex:apc_eng_mazhaal_001 ; ontolex:entry ontolex:apc_eng_mazhalle_001 ; ontolex:entry ontolex:apc_eng_mazhles_001 ; ontolex:entry ontolex:apc_eng_mazhmuuca_001 ; ontolex:entry ontolex:apc_eng_mazhra_001 ; ontolex:entry ontolex:apc_eng_mazhzhaani_001 ; ontolex:entry ontolex:apc_eng_mazraca_001 ; ontolex:entry ontolex:apc_eng_mbasat_001 ; ontolex:entry ontolex:apc_eng_mcaffen_001 ; ontolex:entry ontolex:apc_eng_mcalla_b_001 ; ontolex:entry ontolex:apc_eng_mcallem_001 ; ontolex:entry ontolex:apc_eng_mcallme_001 ; ontolex:entry ontolex:apc_eng_mcasseb_001 ; ontolex:entry ontolex:apc_eng_mcasser_001 ; ontolex:entry ontolex:apc_eng_mcattel_001 ; ontolex:entry ontolex:apc_eng_mcawwad_001 ; ontolex:entry ontolex:apc_eng_mdawwa_001 ; ontolex:entry ontolex:apc_eng_mdawwar_001 ; ontolex:entry ontolex:apc_eng_me_laaye_001 ; ontolex:entry ontolex:apc_eng_mecteni_001 ; ontolex:entry ontolex:apc_eng_meczam_001 ; ontolex:entry ontolex:apc_eng_meczham_001 ; ontolex:entry ontolex:apc_eng_meddaaye_001 ; ontolex:entry ontolex:apc_eng_medde_001 ; ontolex:entry ontolex:apc_eng_medzawwazh_001 ; ontolex:entry ontolex:apc_eng_meftaah_001 ; ontolex:entry ontolex:apc_eng_mehraab_001 ; ontolex:entry ontolex:apc_eng_mehtaar_001 ; ontolex:entry ontolex:apc_eng_mehtawa_001 ; ontolex:entry ontolex:apc_eng_mekense_001 ; ontolex:entry ontolex:apc_eng_mekrifoon_001 ; ontolex:entry ontolex:apc_eng_mekro_001 ; ontolex:entry ontolex:apc_eng_meleh_001 ; ontolex:entry ontolex:apc_eng_melghi_001 ; ontolex:entry ontolex:apc_eng_memter_001 ; ontolex:entry ontolex:apc_eng_men_001 ; ontolex:entry ontolex:apc_eng_men_abel_001 ; ontolex:entry ontolex:apc_eng_men_shaher_001 ; ontolex:entry ontolex:apc_eng_men_wa_et_ma_001 ; ontolex:entry ontolex:apc_eng_menbar_001 ; ontolex:entry ontolex:apc_eng_menfesel_001 ; ontolex:entry ontolex:apc_eng_mered_001 ; ontolex:entry ontolex:apc_eng_mertaah_001 ; ontolex:entry ontolex:apc_eng_mertabet_001 ; ontolex:entry ontolex:apc_eng_meshmosh_001 ; ontolex:entry ontolex:apc_eng_meshwaar_001 ; ontolex:entry ontolex:apc_eng_meshwi_001 ; ontolex:entry ontolex:apc_eng_meskiin_001 ; ontolex:entry ontolex:apc_eng_meslem_001 ; ontolex:entry ontolex:apc_eng_mesta_bal_001 ; ontolex:entry ontolex:apc_eng_mestacedd_001 ; ontolex:entry ontolex:apc_eng_mestacmal_001 ; ontolex:entry ontolex:apc_eng_mestaczhel_001 ; ontolex:entry ontolex:apc_eng_mestalahaat_001 ; ontolex:entry ontolex:apc_eng_mestawa_001 ; ontolex:entry ontolex:apc_eng_mestaxdem_001 ; ontolex:entry ontolex:apc_eng_meswaak_001 ; ontolex:entry ontolex:apc_eng_mesᵊlme_001 ; ontolex:entry ontolex:apc_eng_metcaawen_001 ; ontolex:entry ontolex:apc_eng_metcalle_b_001 ; ontolex:entry ontolex:apc_eng_metcallem_001 ; ontolex:entry ontolex:apc_eng_metcasseb_001 ; ontolex:entry ontolex:apc_eng_metcawwed_001 ; ontolex:entry ontolex:apc_eng_meter_001 ; ontolex:entry ontolex:apc_eng_methaf_001 ; ontolex:entry ontolex:apc_eng_metnawwec_001 ; ontolex:entry ontolex:apc_eng_metqaaced_001 ; ontolex:entry ontolex:apc_eng_metradded_001 ; ontolex:entry ontolex:apc_eng_metro_001 ; ontolex:entry ontolex:apc_eng_mettallec_001 ; ontolex:entry ontolex:apc_eng_metwaazen_001 ; ontolex:entry ontolex:apc_eng_metwaffer_001 ; ontolex:entry ontolex:apc_eng_metxallef_001 ; ontolex:entry ontolex:apc_eng_metᵊl_001 ; ontolex:entry ontolex:apc_eng_mextalat_001 ; ontolex:entry ontolex:apc_eng_mexx_001 ; ontolex:entry ontolex:apc_eng_mezhtamca_001 ; ontolex:entry ontolex:apc_eng_mghaara_001 ; ontolex:entry ontolex:apc_eng_mhaafez_001 ; ontolex:entry ontolex:apc_eng_mhaawara_001 ; ontolex:entry ontolex:apc_eng_mhaddad_001 ; ontolex:entry ontolex:apc_eng_mhandes_001 ; ontolex:entry ontolex:apc_eng_mhemm_001 ; ontolex:entry ontolex:apc_eng_mictaf_001 ; ontolex:entry ontolex:apc_eng_miizaan_001 ; ontolex:entry ontolex:apc_eng_mkassaraat_001 ; ontolex:entry ontolex:apc_eng_mkawwanaat_001 ; ontolex:entry ontolex:apc_eng_mlaa_aa_001 ; ontolex:entry ontolex:apc_eng_mluuxiyye_001 ; ontolex:entry ontolex:apc_eng_mnaa_ashe_001 ; ontolex:entry ontolex:apc_eng_mnabbeh_001 ; ontolex:entry ontolex:apc_eng_mneen_001 ; ontolex:entry ontolex:apc_eng_mniih_001 ; ontolex:entry ontolex:apc_eng_moobaayl_001 ; ontolex:entry ontolex:apc_eng_mooz_001 ; ontolex:entry ontolex:apc_eng_mrabba_001 ; ontolex:entry ontolex:apc_eng_mrattab_001 ; ontolex:entry ontolex:apc_eng_msaaba_a_001 ; ontolex:entry ontolex:apc_eng_msaaced_001 ; ontolex:entry ontolex:apc_eng_msaafer_001 ; ontolex:entry ontolex:apc_eng_msaaha_001 ; ontolex:entry ontolex:apc_eng_msabba_001 ; ontolex:entry ontolex:apc_eng_msaffa_001 ; ontolex:entry ontolex:apc_eng_msakker_001 ; ontolex:entry ontolex:apc_eng_msamma_001 ; ontolex:entry ontolex:apc_eng_msawwer_001 ; ontolex:entry ontolex:apc_eng_msayter_001 ; ontolex:entry ontolex:apc_eng_mshaaghab_001 ; ontolex:entry ontolex:apc_eng_mshaakes_001 ; ontolex:entry ontolex:apc_eng_mshaan_001 ; ontolex:entry ontolex:apc_eng_mshallah_001 ; ontolex:entry ontolex:apc_eng_mtarzhme_001 ; ontolex:entry ontolex:apc_eng_mubaara_001 ; ontolex:entry ontolex:apc_eng_mubaaraa_t_001 ; ontolex:entry ontolex:apc_eng_mucaayashe_001 ; ontolex:entry ontolex:apc_eng_mudarreb_001 ; ontolex:entry ontolex:apc_eng_mudiir_001 ; ontolex:entry ontolex:apc_eng_mufiid_001 ; ontolex:entry ontolex:apc_eng_muhaadara_001 ; ontolex:entry ontolex:apc_eng_muhaafaza_001 ; ontolex:entry ontolex:apc_eng_muhaami_001 ; ontolex:entry ontolex:apc_eng_multiwordunit_001 ; ontolex:entry ontolex:apc_eng_mumassel_001 ; ontolex:entry ontolex:apc_eng_mumell_001 ; ontolex:entry ontolex:apc_eng_muqaataca_001 ; ontolex:entry ontolex:apc_eng_murdica_001 ; ontolex:entry ontolex:apc_eng_muriid_001 ; ontolex:entry ontolex:apc_eng_musaacade_001 ; ontolex:entry ontolex:apc_eng_musaalem_001 ; ontolex:entry ontolex:apc_eng_mutacaaraf_001 ; ontolex:entry ontolex:apc_eng_mutreb_001 ; ontolex:entry ontolex:apc_eng_muu_b_el_ca_el_001 ; ontolex:entry ontolex:apc_eng_muu_heek_001 ; ontolex:entry ontolex:apc_eng_muxattat_001 ; ontolex:entry ontolex:apc_eng_muxiif_001 ; ontolex:entry ontolex:apc_eng_muzakkara_001 ; ontolex:entry ontolex:apc_eng_muzayyaf_001 ; ontolex:entry ontolex:apc_eng_muziic_001 ; ontolex:entry ontolex:apc_eng_mwaafe_001 ; ontolex:entry ontolex:apc_eng_mwaasalaat_001 ; ontolex:entry ontolex:apc_eng_mwaazheh_001 ; ontolex:entry ontolex:apc_eng_mwazzaf_001 ; ontolex:entry ontolex:apc_eng_mxadde_001 ; ontolex:entry ontolex:apc_eng_mxaffad_001 ; ontolex:entry ontolex:apc_eng_mxallal_001 ; ontolex:entry ontolex:apc_eng_mxallat_001 ; ontolex:entry ontolex:apc_eng_mxassas_001 ; ontolex:entry ontolex:apc_eng_myassar_001 ; ontolex:entry ontolex:apc_eng_myassar_enshaalla_001 ; ontolex:entry ontolex:apc_eng_mzayyan_001 ; ontolex:entry ontolex:apc_eng_mzharmashe_001 ; ontolex:entry ontolex:apc_eng_mәtle_002 ; ontolex:entry ontolex:apc_eng_na_a_001 ; ontolex:entry ontolex:apc_eng_na_ariish_001 ; ontolex:entry ontolex:apc_eng_na_rash_001 ; ontolex:entry ontolex:apc_eng_naadi_001 ; ontolex:entry ontolex:apc_eng_naahye_001 ; ontolex:entry ontolex:apc_eng_naam_001 ; ontolex:entry ontolex:apc_eng_naar_001 ; ontolex:entry ontolex:apc_eng_naasab_001 ; ontolex:entry ontolex:apc_eng_naashef_001 ; ontolex:entry ontolex:apc_eng_naazheh_001 ; ontolex:entry ontolex:apc_eng_nabaati_001 ; ontolex:entry ontolex:apc_eng_nabi_001 ; ontolex:entry ontolex:apc_eng_nacnac_001 ; ontolex:entry ontolex:apc_eng_naddaara_001 ; ontolex:entry ontolex:apc_eng_naddaf_001 ; ontolex:entry ontolex:apc_eng_nafas_001 ; ontolex:entry ontolex:apc_eng_nafs_el_mudeel_001 ; ontolex:entry ontolex:apc_eng_nahiif_001 ; ontolex:entry ontolex:apc_eng_nakha_001 ; ontolex:entry ontolex:apc_eng_nasame_001 ; ontolex:entry ontolex:apc_eng_nashiit_001 ; ontolex:entry ontolex:apc_eng_nass_001 ; ontolex:entry ontolex:apc_eng_natiizhe_001 ; ontolex:entry ontolex:apc_eng_natt_001 ; ontolex:entry ontolex:apc_eng_natwat_001 ; ontolex:entry ontolex:apc_eng_nazhaah_001 ; ontolex:entry ontolex:apc_eng_nazhzhaar_001 ; ontolex:entry ontolex:apc_eng_nazle_001 ; ontolex:entry ontolex:apc_eng_ncakas_001 ; ontolex:entry ontolex:apc_eng_ncazal_001 ; ontolex:entry ontolex:apc_eng_ndarab_001 ; ontolex:entry ontolex:apc_eng_ndiif_001 ; ontolex:entry ontolex:apc_eng_nehna_001 ; ontolex:entry ontolex:apc_eng_nekte_001 ; ontolex:entry ontolex:apc_eng_neswanzhi_001 ; ontolex:entry ontolex:apc_eng_nesxa_001 ; ontolex:entry ontolex:apc_eng_nesyaan_001 ; ontolex:entry ontolex:apc_eng_nezhem_001 ; ontolex:entry ontolex:apc_eng_nezhem_002 ; ontolex:entry ontolex:apc_eng_nezhme_001 ; ontolex:entry ontolex:apc_eng_nfaram_001 ; ontolex:entry ontolex:apc_eng_nghalab_001 ; ontolex:entry ontolex:apc_eng_nhaar_001 ; ontolex:entry ontolex:apc_eng_nhatt_001 ; ontolex:entry ontolex:apc_eng_nihaa_i_001 ; ontolex:entry ontolex:apc_eng_niisaan_001 ; ontolex:entry ontolex:apc_eng_nkasa_001 ; ontolex:entry ontolex:apc_eng_nkasar_001 ; ontolex:entry ontolex:apc_eng_nkatab_001 ; ontolex:entry ontolex:apc_eng_noom_001 ; ontolex:entry ontolex:apc_eng_nshaaf_001 ; ontolex:entry ontolex:apc_eng_nuur_001 ; ontolex:entry ontolex:apc_eng_nwasaf_001 ; ontolex:entry ontolex:apc_eng_nzhaas_001 ; ontolex:entry ontolex:apc_eng_nzhabar_001 ; ontolex:entry ontolex:apc_eng_oorebbi_001 ; ontolex:entry ontolex:apc_eng_oos_001 ; ontolex:entry ontolex:apc_eng_oteel_001 ; ontolex:entry ontolex:apc_eng_otomatiik_001 ; ontolex:entry ontolex:apc_eng_qaa_ime_001 ; ontolex:entry ontolex:apc_eng_qaamuus_001 ; ontolex:entry ontolex:apc_eng_qaarra_001 ; ontolex:entry ontolex:apc_eng_qarn_001 ; ontolex:entry ontolex:apc_eng_qered_001 ; ontolex:entry ontolex:apc_eng_qitaar_001 ; ontolex:entry ontolex:apc_eng_ra_001 ; ontolex:entry ontolex:apc_eng_ra_am_001 ; ontolex:entry ontolex:apc_eng_ra_iis_001 ; ontolex:entry ontolex:apc_eng_ra_iisi_001 ; ontolex:entry ontolex:apc_eng_raabec_001 ; ontolex:entry ontolex:apc_eng_raabet_001 ; ontolex:entry ontolex:apc_eng_raaca_001 ; ontolex:entry ontolex:apc_eng_raad_001 ; ontolex:entry ontolex:apc_eng_raadyo_001 ; ontolex:entry ontolex:apc_eng_raafa_001 ; ontolex:entry ontolex:apc_eng_raah_erzhuuc_001 ; ontolex:entry ontolex:apc_eng_raaha_001 ; ontolex:entry ontolex:apc_eng_raaheb_001 ; ontolex:entry ontolex:apc_eng_raakeb_001 ; ontolex:entry ontolex:apc_eng_raba_001 ; ontolex:entry ontolex:apc_eng_rabat_001 ; ontolex:entry ontolex:apc_eng_rabiic_001 ; ontolex:entry ontolex:apc_eng_rabta_001 ; ontolex:entry ontolex:apc_eng_racbe_001 ; ontolex:entry ontolex:apc_eng_racbuun_001 ; ontolex:entry ontolex:apc_eng_raccab_001 ; ontolex:entry ontolex:apc_eng_radd_001 ; ontolex:entry ontolex:apc_eng_radd_xabar_001 ; ontolex:entry ontolex:apc_eng_raddac_001 ; ontolex:entry ontolex:apc_eng_rafac_001 ; ontolex:entry ontolex:apc_eng_rafad_001 ; ontolex:entry ontolex:apc_eng_raff_001 ; ontolex:entry ontolex:apc_eng_rahiib_001 ; ontolex:entry ontolex:apc_eng_rakad_001 ; ontolex:entry ontolex:apc_eng_rakde_001 ; ontolex:entry ontolex:apc_eng_rakkab_001 ; ontolex:entry ontolex:apc_eng_rakkaz_cala_001 ; ontolex:entry ontolex:apc_eng_rama_001 ; ontolex:entry ontolex:apc_eng_rann_001 ; ontolex:entry ontolex:apc_eng_ranne_001 ; ontolex:entry ontolex:apc_eng_rasem_001 ; ontolex:entry ontolex:apc_eng_rashsh_001 ; ontolex:entry ontolex:apc_eng_rashshah_001 ; ontolex:entry ontolex:apc_eng_rasme_001 ; ontolex:entry ontolex:apc_eng_rasmi_001 ; ontolex:entry ontolex:apc_eng_rasuul_001 ; ontolex:entry ontolex:apc_eng_rattab_001 ; ontolex:entry ontolex:apc_eng_rawda_001 ; ontolex:entry ontolex:apc_eng_rayyah_001 ; ontolex:entry ontolex:apc_eng_razham_001 ; ontolex:entry ontolex:apc_eng_razhca_001 ; ontolex:entry ontolex:apc_eng_rebec_001 ; ontolex:entry ontolex:apc_eng_rebeh_001 ; ontolex:entry ontolex:apc_eng_reestoraan_001 ; ontolex:entry ontolex:apc_eng_regheb_001 ; ontolex:entry ontolex:apc_eng_rehle_001 ; ontolex:entry ontolex:apc_eng_rekeb_001 ; ontolex:entry ontolex:apc_eng_remmaan_001 ; ontolex:entry ontolex:apc_eng_reteb_001 ; ontolex:entry ontolex:apc_eng_rexes_001 ; ontolex:entry ontolex:apc_eng_reze_001 ; ontolex:entry ontolex:apc_eng_rezhzhaal_001 ; ontolex:entry ontolex:apc_eng_rezhzhaali_001 ; ontolex:entry ontolex:apc_eng_rezz_001 ; ontolex:entry ontolex:apc_eng_rfii_001 ; ontolex:entry ontolex:apc_eng_ri_aase_001 ; ontolex:entry ontolex:apc_eng_ricaaye_madrasiiye_001 ; ontolex:entry ontolex:apc_eng_riiha_001 ; ontolex:entry ontolex:apc_eng_riima_001 ; ontolex:entry ontolex:apc_eng_risaale_001 ; ontolex:entry ontolex:apc_eng_riyaada_001 ; ontolex:entry ontolex:apc_eng_riyaadiyyaat_001 ; ontolex:entry ontolex:apc_eng_rooha_001 ; ontolex:entry ontolex:apc_eng_rookab_001 ; ontolex:entry ontolex:apc_eng_roomansi_001 ; ontolex:entry ontolex:apc_eng_roomansiyye_001 ; ontolex:entry ontolex:apc_eng_rootiini_001 ; ontolex:entry ontolex:apc_eng_rsiif_001 ; ontolex:entry ontolex:apc_eng_rtabat_001 ; ontolex:entry ontolex:apc_eng_rtacab_001 ; ontolex:entry ontolex:apc_eng_rtafac_001 ; ontolex:entry ontolex:apc_eng_rusuum_001 ; ontolex:entry ontolex:apc_eng_ruuh_001 ; ontolex:entry ontolex:apc_eng_rxiis_001 ; ontolex:entry ontolex:apc_eng_sa_a_001 ; ontolex:entry ontolex:apc_eng_sa_at_001 ; ontolex:entry ontolex:apc_eng_sa_ef_001 ; ontolex:entry ontolex:apc_eng_sa_ef_002 ; ontolex:entry ontolex:apc_eng_saa_001 ; ontolex:entry ontolex:apc_eng_saa_002 ; ontolex:entry ontolex:apc_eng_saa_ye_001 ; ontolex:entry ontolex:apc_eng_saabec_001 ; ontolex:entry ontolex:apc_eng_saabuun_001 ; ontolex:entry ontolex:apc_eng_saaca_001 ; ontolex:entry ontolex:apc_eng_saacaati_001 ; ontolex:entry ontolex:apc_eng_saacad_001 ; ontolex:entry ontolex:apc_eng_saad_001 ; ontolex:entry ontolex:apc_eng_saade_001 ; ontolex:entry ontolex:apc_eng_saades_001 ; ontolex:entry ontolex:apc_eng_saagha_001 ; ontolex:entry ontolex:apc_eng_saahab_001 ; ontolex:entry ontolex:apc_eng_saaheb_001 ; ontolex:entry ontolex:apc_eng_saahel_001 ; ontolex:entry ontolex:apc_eng_saaher_001 ; ontolex:entry ontolex:apc_eng_saaken_001 ; ontolex:entry ontolex:apc_eng_saala_001 ; ontolex:entry ontolex:apc_eng_saaloon_el_akel_001 ; ontolex:entry ontolex:apc_eng_saam_001 ; ontolex:entry ontolex:apc_eng_saamah_001 ; ontolex:entry ontolex:apc_eng_saami_001 ; ontolex:entry ontolex:apc_eng_saamya_001 ; ontolex:entry ontolex:apc_eng_saanawi_001 ; ontolex:entry ontolex:apc_eng_saaniye_001 ; ontolex:entry ontolex:apc_eng_saataan_001 ; ontolex:entry ontolex:apc_eng_saayar_001 ; ontolex:entry ontolex:apc_eng_saazh_001 ; ontolex:entry ontolex:apc_eng_saba_001 ; ontolex:entry ontolex:apc_eng_sabab_001 ; ontolex:entry ontolex:apc_eng_sabagh_001 ; ontolex:entry ontolex:apc_eng_sabar_001 ; ontolex:entry ontolex:apc_eng_sabb_001 ; ontolex:entry ontolex:apc_eng_sabbaara_001 ; ontolex:entry ontolex:apc_eng_sabbab_001 ; ontolex:entry ontolex:apc_eng_sabi_001 ; ontolex:entry ontolex:apc_eng_sabiiye_001 ; ontolex:entry ontolex:apc_eng_sabsab_001 ; ontolex:entry ontolex:apc_eng_sacaade_001 ; ontolex:entry ontolex:apc_eng_sacal_001 ; ontolex:entry ontolex:apc_eng_sacb_001 ; ontolex:entry ontolex:apc_eng_sacuudi_001 ; ontolex:entry ontolex:apc_eng_sadaa_a_001 ; ontolex:entry ontolex:apc_eng_sadd_001 ; ontolex:entry ontolex:apc_eng_sadii_001 ; ontolex:entry ontolex:apc_eng_saff_001 ; ontolex:entry ontolex:apc_eng_saffa_001 ; ontolex:entry ontolex:apc_eng_safra_001 ; ontolex:entry ontolex:apc_eng_safwe_001 ; ontolex:entry ontolex:apc_eng_sahaafe_001 ; ontolex:entry ontolex:apc_eng_sahab_001 ; ontolex:entry ontolex:apc_eng_sahar_001 ; ontolex:entry ontolex:apc_eng_sahar_002 ; ontolex:entry ontolex:apc_eng_sahel_002 ; ontolex:entry ontolex:apc_eng_sahh_001 ; ontolex:entry ontolex:apc_eng_sahra_001 ; ontolex:entry ontolex:apc_eng_sakaaker_001 ; ontolex:entry ontolex:apc_eng_sakan_001 ; ontolex:entry ontolex:apc_eng_sakani_001 ; ontolex:entry ontolex:apc_eng_sakat_001 ; ontolex:entry ontolex:apc_eng_salaa_001 ; ontolex:entry ontolex:apc_eng_salaam_001 ; ontolex:entry ontolex:apc_eng_salamaat_001 ; ontolex:entry ontolex:apc_eng_salbiyye_001 ; ontolex:entry ontolex:apc_eng_saliib_001 ; ontolex:entry ontolex:apc_eng_saliim_001 ; ontolex:entry ontolex:apc_eng_salla_001 ; ontolex:entry ontolex:apc_eng_salla_002 ; ontolex:entry ontolex:apc_eng_sama_001 ; ontolex:entry ontolex:apc_eng_samadiyye_001 ; ontolex:entry ontolex:apc_eng_samah_001 ; ontolex:entry ontolex:apc_eng_samak_001 ; ontolex:entry ontolex:apc_eng_sammaaca_001 ; ontolex:entry ontolex:apc_eng_sammad_001 ; ontolex:entry ontolex:apc_eng_samne_001 ; ontolex:entry ontolex:apc_eng_sanca_001 ; ontolex:entry ontolex:apc_eng_sanduu_001 ; ontolex:entry ontolex:apc_eng_sandwiishe_001 ; ontolex:entry ontolex:apc_eng_sannac_001 ; ontolex:entry ontolex:apc_eng_saqaafe_001 ; ontolex:entry ontolex:apc_eng_saqaafi_001 ; ontolex:entry ontolex:apc_eng_saqeb_001 ; ontolex:entry ontolex:apc_eng_sara_001 ; ontolex:entry ontolex:apc_eng_saraaha_001 ; ontolex:entry ontolex:apc_eng_saraf_001 ; ontolex:entry ontolex:apc_eng_sarax_001 ; ontolex:entry ontolex:apc_eng_sariic_001 ; ontolex:entry ontolex:apc_eng_sarviis_001 ; ontolex:entry ontolex:apc_eng_sawwar_001 ; ontolex:entry ontolex:apc_eng_saxiif_001 ; ontolex:entry ontolex:apc_eng_saxxan_001 ; ontolex:entry ontolex:apc_eng_saytara_001 ; ontolex:entry ontolex:apc_eng_sayyaara_001 ; ontolex:entry ontolex:apc_eng_sayye_001 ; ontolex:entry ontolex:apc_eng_sayyed_001 ; ontolex:entry ontolex:apc_eng_sazhad_001 ; ontolex:entry ontolex:apc_eng_sazhan_001 ; ontolex:entry ontolex:apc_eng_sazhzhal_001 ; ontolex:entry ontolex:apc_eng_scuube_001 ; ontolex:entry ontolex:apc_eng_sebeh_001 ; ontolex:entry ontolex:apc_eng_secer_001 ; ontolex:entry ontolex:apc_eng_sedriiye_001 ; ontolex:entry ontolex:apc_eng_seeniyye_001 ; ontolex:entry ontolex:apc_eng_seeraan_001 ; ontolex:entry ontolex:apc_eng_seeramiik_001 ; ontolex:entry ontolex:apc_eng_sefer_001 ; ontolex:entry ontolex:apc_eng_sefi_001 ; ontolex:entry ontolex:apc_eng_sehafi_001 ; ontolex:entry ontolex:apc_eng_sehbe_001 ; ontolex:entry ontolex:apc_eng_seher_001 ; ontolex:entry ontolex:apc_eng_sekarzhi_001 ; ontolex:entry ontolex:apc_eng_sekkar_001 ; ontolex:entry ontolex:apc_eng_selef_001 ; ontolex:entry ontolex:apc_eng_selfe_001 ; ontolex:entry ontolex:apc_eng_semec_001 ; ontolex:entry ontolex:apc_eng_sene_001 ; ontolex:entry ontolex:apc_eng_senef_001 ; ontolex:entry ontolex:apc_eng_senn_001 ; ontolex:entry ontolex:apc_eng_sennaara_001 ; ontolex:entry ontolex:apc_eng_ser_a_001 ; ontolex:entry ontolex:apc_eng_serca_001 ; ontolex:entry ontolex:apc_eng_serr_001 ; ontolex:entry ontolex:apc_eng_sett_001 ; ontolex:entry ontolex:apc_eng_sett_beet_001 ; ontolex:entry ontolex:apc_eng_sexen_001 ; ontolex:entry ontolex:apc_eng_sezhzhaad_001 ; ontolex:entry ontolex:apc_eng_sezhzhaade_001 ; ontolex:entry ontolex:apc_eng_sfarr_001 ; ontolex:entry ontolex:apc_eng_shaabb_001 ; ontolex:entry ontolex:apc_eng_shaacer_001 ; ontolex:entry ontolex:apc_eng_shaaf_001 ; ontolex:entry ontolex:apc_eng_shaaghab_001 ; ontolex:entry ontolex:apc_eng_shaal_001 ; ontolex:entry ontolex:apc_eng_shaambo_001 ; ontolex:entry ontolex:apc_eng_shaarak_001 ; ontolex:entry ontolex:apc_eng_shaashe_001 ; ontolex:entry ontolex:apc_eng_shaate_001 ; ontolex:entry ontolex:apc_eng_shaater_001 ; ontolex:entry ontolex:apc_eng_shaawerma_001 ; ontolex:entry ontolex:apc_eng_shaay_001 ; ontolex:entry ontolex:apc_eng_shaay_t_iile_001 ; ontolex:entry ontolex:apc_eng_shaay_xafiife_001 ; ontolex:entry ontolex:apc_eng_shabcaan_001 ; ontolex:entry ontolex:apc_eng_shac_001 ; ontolex:entry ontolex:apc_eng_shacal_001 ; ontolex:entry ontolex:apc_eng_shacb_001 ; ontolex:entry ontolex:apc_eng_shacbi_001 ; ontolex:entry ontolex:apc_eng_shacbiyye_001 ; ontolex:entry ontolex:apc_eng_shaccal_001 ; ontolex:entry ontolex:apc_eng_shaciira_001 ; ontolex:entry ontolex:apc_eng_shaciiri_001 ; ontolex:entry ontolex:apc_eng_shadd_001 ; ontolex:entry ontolex:apc_eng_shadde_001 ; ontolex:entry ontolex:apc_eng_shafa_001 ; ontolex:entry ontolex:apc_eng_shafta_001 ; ontolex:entry ontolex:apc_eng_shaghghal_001 ; ontolex:entry ontolex:apc_eng_shaghghiil_001 ; ontolex:entry ontolex:apc_eng_shaghle_001 ; ontolex:entry ontolex:apc_eng_shahaade_001 ; ontolex:entry ontolex:apc_eng_shahaadet_le_swaa_a_001 ; ontolex:entry ontolex:apc_eng_shahan_001 ; ontolex:entry ontolex:apc_eng_shaher_001 ; ontolex:entry ontolex:apc_eng_shahh_001 ; ontolex:entry ontolex:apc_eng_shahhaata_001 ; ontolex:entry ontolex:apc_eng_shakk_001 ; ontolex:entry ontolex:apc_eng_shalah_001 ; ontolex:entry ontolex:apc_eng_shalha_001 ; ontolex:entry ontolex:apc_eng_shamal_001 ; ontolex:entry ontolex:apc_eng_shamca_001 ; ontolex:entry ontolex:apc_eng_shames_001 ; ontolex:entry ontolex:apc_eng_shamm_001 ; ontolex:entry ontolex:apc_eng_shantaaye_001 ; ontolex:entry ontolex:apc_eng_shantaayet_safar_001 ; ontolex:entry ontolex:apc_eng_sharah_001 ; ontolex:entry ontolex:apc_eng_sharet_001 ; ontolex:entry ontolex:apc_eng_shariiha_001 ; ontolex:entry ontolex:apc_eng_shariiha_musbaqet_ed_dafec_001 ; ontolex:entry ontolex:apc_eng_shariiha_musbaqet_ed_dafec_002 ; ontolex:entry ontolex:apc_eng_sharre_001 ; ontolex:entry ontolex:apc_eng_sharzame_001 ; ontolex:entry ontolex:apc_eng_shataf_001 ; ontolex:entry ontolex:apc_eng_shatranzh_001 ; ontolex:entry ontolex:apc_eng_shawwab_001 ; ontolex:entry ontolex:apc_eng_shaxes_001 ; ontolex:entry ontolex:apc_eng_shaxsi_001 ; ontolex:entry ontolex:apc_eng_shaxsiyye_001 ; ontolex:entry ontolex:apc_eng_shazhar_001 ; ontolex:entry ontolex:apc_eng_shazhar_mesmer_001 ; ontolex:entry ontolex:apc_eng_shazhzhac_001 ; ontolex:entry ontolex:apc_eng_shbaat_001 ; ontolex:entry ontolex:apc_eng_shbaat_002 ; ontolex:entry ontolex:apc_eng_shciir_001 ; ontolex:entry ontolex:apc_eng_shcuur_001 ; ontolex:entry ontolex:apc_eng_shebeh_001 ; ontolex:entry ontolex:apc_eng_shecer_001 ; ontolex:entry ontolex:apc_eng_sheex_001 ; ontolex:entry ontolex:apc_eng_sheffe_001 ; ontolex:entry ontolex:apc_eng_sheghel_001 ; ontolex:entry ontolex:apc_eng_shekel_001 ; ontolex:entry ontolex:apc_eng_shelle_001 ; ontolex:entry ontolex:apc_eng_shereb_001 ; ontolex:entry ontolex:apc_eng_shereb_002 ; ontolex:entry ontolex:apc_eng_sherke_001 ; ontolex:entry ontolex:apc_eng_sherta_001 ; ontolex:entry ontolex:apc_eng_shetwiyye_001 ; ontolex:entry ontolex:apc_eng_shii_001 ; ontolex:entry ontolex:apc_eng_shii_yoom_001 ; ontolex:entry ontolex:apc_eng_shiik_001 ; ontolex:entry ontolex:apc_eng_shliif_001 ; ontolex:entry ontolex:apc_eng_shokolaa_001 ; ontolex:entry ontolex:apc_eng_shoofaazh_001 ; ontolex:entry ontolex:apc_eng_shriit_001 ; ontolex:entry ontolex:apc_eng_shtaghal_001 ; ontolex:entry ontolex:apc_eng_shtara_001 ; ontolex:entry ontolex:apc_eng_shukran_001 ; ontolex:entry ontolex:apc_eng_shwayy_001 ; ontolex:entry ontolex:apc_eng_shwayy_taanye_001 ; ontolex:entry ontolex:apc_eng_sigaara_001 ; ontolex:entry ontolex:apc_eng_siid_001 ; ontolex:entry ontolex:apc_eng_siidi_001 ; ontolex:entry ontolex:apc_eng_siigaar_001 ; ontolex:entry ontolex:apc_eng_siigha_001 ; ontolex:entry ontolex:apc_eng_siinama_001 ; ontolex:entry ontolex:apc_eng_siini_001 ; ontolex:entry ontolex:apc_eng_siix_001 ; ontolex:entry ontolex:apc_eng_singel_001 ; ontolex:entry ontolex:apc_eng_siyaahi_001 ; ontolex:entry ontolex:apc_eng_siyaase_001 ; ontolex:entry ontolex:apc_eng_siyaasi_001 ; ontolex:entry ontolex:apc_eng_skaafi_001 ; ontolex:entry ontolex:apc_eng_smarr_001 ; ontolex:entry ontolex:apc_eng_smiik_001 ; ontolex:entry ontolex:apc_eng_smiin_001 ; ontolex:entry ontolex:apc_eng_snaak_001 ; ontolex:entry ontolex:apc_eng_snoobar_001 ; ontolex:entry ontolex:apc_eng_sooban_001 ; ontolex:entry ontolex:apc_eng_sooda_001 ; ontolex:entry ontolex:apc_eng_soofa_001 ; ontolex:entry ontolex:apc_eng_soot_001 ; ontolex:entry ontolex:apc_eng_sriide_001 ; ontolex:entry ontolex:apc_eng_sriir_001 ; ontolex:entry ontolex:apc_eng_sta_bal_001 ; ontolex:entry ontolex:apc_eng_sta_zhar_001 ; ontolex:entry ontolex:apc_eng_staahal_001 ; ontolex:entry ontolex:apc_eng_stacamal_001 ; ontolex:entry ontolex:apc_eng_staczhal_001 ; ontolex:entry ontolex:apc_eng_stafaad_001 ; ontolex:entry ontolex:apc_eng_stafham_001 ; ontolex:entry ontolex:apc_eng_staghla_001 ; ontolex:entry ontolex:apc_eng_staghrab_001 ; ontolex:entry ontolex:apc_eng_staha_001 ; ontolex:entry ontolex:apc_eng_stahaqq_001 ; ontolex:entry ontolex:apc_eng_stahla_001 ; ontolex:entry ontolex:apc_eng_stamarr_001 ; ontolex:entry ontolex:apc_eng_staradd_001 ; ontolex:entry ontolex:apc_eng_starzha_001 ; ontolex:entry ontolex:apc_eng_stashaar_001 ; ontolex:entry ontolex:apc_eng_stawa_001 ; ontolex:entry ontolex:apc_eng_staxdam_001 ; ontolex:entry ontolex:apc_eng_staxlas_001 ; ontolex:entry ontolex:apc_eng_su_aal_001 ; ontolex:entry ontolex:apc_eng_subermaarket_001 ; ontolex:entry ontolex:apc_eng_suluuk_001 ; ontolex:entry ontolex:apc_eng_suu_001 ; ontolex:entry ontolex:apc_eng_suuber_maarket_001 ; ontolex:entry ontolex:apc_eng_suuf_001 ; ontolex:entry ontolex:apc_eng_suura_001 ; ontolex:entry ontolex:apc_eng_suuri_001 ; ontolex:entry ontolex:apc_eng_suzhuud_001 ; ontolex:entry ontolex:apc_eng_swaara_001 ; ontolex:entry ontolex:apc_eng_swadd_001 ; ontolex:entry ontolex:apc_eng_syaaha_001 ; ontolex:entry ontolex:apc_eng_syaam_001 ; ontolex:entry ontolex:apc_eng_t_addab_001 ; ontolex:entry ontolex:apc_eng_t_assar_001 ; ontolex:entry ontolex:apc_eng_t_attac_001 ; ontolex:entry ontolex:apc_eng_t_axxar_001 ; ontolex:entry ontolex:apc_eng_t_iil_001 ; ontolex:entry ontolex:apc_eng_ta_001 ; ontolex:entry ontolex:apc_eng_ta_diim_001 ; ontolex:entry ontolex:apc_eng_ta_em_001 ; ontolex:entry ontolex:apc_eng_ta_es_001 ; ontolex:entry ontolex:apc_eng_ta_liid_001 ; ontolex:entry ontolex:apc_eng_ta_liidi_001 ; ontolex:entry ontolex:apc_eng_ta_siir_001 ; ontolex:entry ontolex:apc_eng_ta_xiir_001 ; ontolex:entry ontolex:apc_eng_ta_zhiir_001 ; ontolex:entry ontolex:apc_eng_taa_ife_001 ; ontolex:entry ontolex:apc_eng_taa_ifi_001 ; ontolex:entry ontolex:apc_eng_taa_iyye_001 ; ontolex:entry ontolex:apc_eng_taabac_001 ; ontolex:entry ontolex:apc_eng_taabe_001 ; ontolex:entry ontolex:apc_eng_taabe_ardi_001 ; ontolex:entry ontolex:apc_eng_taabec_001 ; ontolex:entry ontolex:apc_eng_taabuut_001 ; ontolex:entry ontolex:apc_eng_taalbe_001 ; ontolex:entry ontolex:apc_eng_taaleb_001 ; ontolex:entry ontolex:apc_eng_taalet_001 ; ontolex:entry ontolex:apc_eng_taali_001 ; ontolex:entry ontolex:apc_eng_taamen_001 ; ontolex:entry ontolex:apc_eng_taani_001 ; ontolex:entry ontolex:apc_eng_taar_001 ; ontolex:entry ontolex:apc_eng_taariix_001 ; ontolex:entry ontolex:apc_eng_taariixi_001 ; ontolex:entry ontolex:apc_eng_taasec_001 ; ontolex:entry ontolex:apc_eng_taawle_001 ; ontolex:entry ontolex:apc_eng_taazhar_001 ; ontolex:entry ontolex:apc_eng_taba_001 ; ontolex:entry ontolex:apc_eng_tabac_001 ; ontolex:entry ontolex:apc_eng_tabax_001 ; ontolex:entry ontolex:apc_eng_tabbaaxa_001 ; ontolex:entry ontolex:apc_eng_tabbal_001 ; ontolex:entry ontolex:apc_eng_tabbuule_001 ; ontolex:entry ontolex:apc_eng_tabel_001 ; ontolex:entry ontolex:apc_eng_tabex_001 ; ontolex:entry ontolex:apc_eng_tabiib_001 ; ontolex:entry ontolex:apc_eng_tabiica_001 ; ontolex:entry ontolex:apc_eng_tabshuur_001 ; ontolex:entry ontolex:apc_eng_tabxa_001 ; ontolex:entry ontolex:apc_eng_tacaamol_001 ; ontolex:entry ontolex:apc_eng_tacaawon_001 ; ontolex:entry ontolex:apc_eng_tacaayesh_001 ; ontolex:entry ontolex:apc_eng_tacab_001 ; ontolex:entry ontolex:apc_eng_tacabbod_001 ; ontolex:entry ontolex:apc_eng_tacaddod_001 ; ontolex:entry ontolex:apc_eng_tacassob_001 ; ontolex:entry ontolex:apc_eng_tacbiir_001 ; ontolex:entry ontolex:apc_eng_taccab_001 ; ontolex:entry ontolex:apc_eng_tacliim_001 ; ontolex:entry ontolex:apc_eng_tacme_001 ; ontolex:entry ontolex:apc_eng_tadaxxom_maali_001 ; ontolex:entry ontolex:apc_eng_tadmor_001 ; ontolex:entry ontolex:apc_eng_tadriis_001 ; ontolex:entry ontolex:apc_eng_tafa_001 ; ontolex:entry ontolex:apc_eng_tahan_001 ; ontolex:entry ontolex:apc_eng_tahdiir_001 ; ontolex:entry ontolex:apc_eng_tahᵊt_001 ; ontolex:entry ontolex:apc_eng_taksi_001 ; ontolex:entry ontolex:apc_eng_tala_001 ; ontolex:entry ontolex:apc_eng_talabiyye_001 ; ontolex:entry ontolex:apc_eng_talca_001 ; ontolex:entry ontolex:apc_eng_talifoon_001 ; ontolex:entry ontolex:apc_eng_tall_001 ; ontolex:entry ontolex:apc_eng_tallac_001 ; ontolex:entry ontolex:apc_eng_talle_001 ; ontolex:entry ontolex:apc_eng_tamaam_001 ; ontolex:entry ontolex:apc_eng_tamar_001 ; ontolex:entry ontolex:apc_eng_tamm_001 ; ontolex:entry ontolex:apc_eng_tammuuz_001 ; ontolex:entry ontolex:apc_eng_tanzhara_001 ; ontolex:entry ontolex:apc_eng_tarabeeza_001 ; ontolex:entry ontolex:apc_eng_tarad_001 ; ontolex:entry ontolex:apc_eng_taraf_001 ; ontolex:entry ontolex:apc_eng_tari_001 ; ontolex:entry ontolex:apc_eng_tarii_a_001 ; ontolex:entry ontolex:apc_eng_tarii_mextasar_001 ; ontolex:entry ontolex:apc_eng_tarkiib_001 ; ontolex:entry ontolex:apc_eng_tarraas_001 ; ontolex:entry ontolex:apc_eng_tartiib_001 ; ontolex:entry ontolex:apc_eng_tartiila_001 ; ontolex:entry ontolex:apc_eng_tartuus_001 ; ontolex:entry ontolex:apc_eng_tasaamoh_001 ; ontolex:entry ontolex:apc_eng_tasarrof_001 ; ontolex:entry ontolex:apc_eng_tasfiyye_001 ; ontolex:entry ontolex:apc_eng_tashghiil_001 ; ontolex:entry ontolex:apc_eng_tashtash_001 ; ontolex:entry ontolex:apc_eng_tasliim_001 ; ontolex:entry ontolex:apc_eng_tasmiim_001 ; ontolex:entry ontolex:apc_eng_tasmiyye_001 ; ontolex:entry ontolex:apc_eng_tasniic_001 ; ontolex:entry ontolex:apc_eng_taszhiil_001 ; ontolex:entry ontolex:apc_eng_tatalloc_001 ; ontolex:entry ontolex:apc_eng_tatawwor_001 ; ontolex:entry ontolex:apc_eng_tawiil_001 ; ontolex:entry ontolex:apc_eng_tawlet_zaher_001 ; ontolex:entry ontolex:apc_eng_tawwal_001 ; ontolex:entry ontolex:apc_eng_taxallof_001 ; ontolex:entry ontolex:apc_eng_taxarrozh_001 ; ontolex:entry ontolex:apc_eng_taxet_001 ; ontolex:entry ontolex:apc_eng_taxfiid_001 ; ontolex:entry ontolex:apc_eng_taxxa_001 ; ontolex:entry ontolex:apc_eng_taxxan_001 ; ontolex:entry ontolex:apc_eng_tayyaara_001 ; ontolex:entry ontolex:apc_eng_tayyan_001 ; ontolex:entry ontolex:apc_eng_tayyar_001 ; ontolex:entry ontolex:apc_eng_tayyeb_001 ; ontolex:entry ontolex:apc_eng_tazallozh_001 ; ontolex:entry ontolex:apc_eng_tazhrube_001 ; ontolex:entry ontolex:apc_eng_tazkara_001 ; ontolex:entry ontolex:apc_eng_tbaadal_001 ; ontolex:entry ontolex:apc_eng_tbaawas_001 ; ontolex:entry ontolex:apc_eng_tbahdal_001 ; ontolex:entry ontolex:apc_eng_tbarrac_001 ; ontolex:entry ontolex:apc_eng_tbarrac_bi_001 ; ontolex:entry ontolex:apc_eng_tbayyan_001 ; ontolex:entry ontolex:apc_eng_tca_ad_001 ; ontolex:entry ontolex:apc_eng_tcaamal_001 ; ontolex:entry ontolex:apc_eng_tcabba_001 ; ontolex:entry ontolex:apc_eng_tcabbad_001 ; ontolex:entry ontolex:apc_eng_tcalla_001 ; ontolex:entry ontolex:apc_eng_tcallam_001 ; ontolex:entry ontolex:apc_eng_tcammar_001 ; ontolex:entry ontolex:apc_eng_tcarrad_cala_001 ; ontolex:entry ontolex:apc_eng_tcassab_001 ; ontolex:entry ontolex:apc_eng_tcattar_001 ; ontolex:entry ontolex:apc_eng_tcawwad_cala_001 ; ontolex:entry ontolex:apc_eng_tcazzab_001 ; ontolex:entry ontolex:apc_eng_tdallal_001 ; ontolex:entry ontolex:apc_eng_teceb_001 ; ontolex:entry ontolex:apc_eng_teer_001 ; ontolex:entry ontolex:apc_eng_tefel_001 ; ontolex:entry ontolex:apc_eng_teffaah_001 ; ontolex:entry ontolex:apc_eng_tehel_001 ; ontolex:entry ontolex:apc_eng_tekram_ceenkon_001 ; ontolex:entry ontolex:apc_eng_telfezyoon_001 ; ontolex:entry ontolex:apc_eng_tellaabi_001 ; ontolex:entry ontolex:apc_eng_telmiize_001 ; ontolex:entry ontolex:apc_eng_temmeeme_001 ; ontolex:entry ontolex:apc_eng_tenbarzhi_001 ; ontolex:entry ontolex:apc_eng_tenis_001 ; ontolex:entry ontolex:apc_eng_teqnye_001 ; ontolex:entry ontolex:apc_eng_terbaaye_001 ; ontolex:entry ontolex:apc_eng_terbe_001 ; ontolex:entry ontolex:apc_eng_teri_001 ; ontolex:entry ontolex:apc_eng_terraas_001 ; ontolex:entry ontolex:apc_eng_tes_iiye_001 ; ontolex:entry ontolex:apc_eng_teshriin_el_awwal_001 ; ontolex:entry ontolex:apc_eng_teshriin_et_taani_001 ; ontolex:entry ontolex:apc_eng_tfarrazh_001 ; ontolex:entry ontolex:apc_eng_tfattal_001 ; ontolex:entry ontolex:apc_eng_tghayyar_001 ; ontolex:entry ontolex:apc_eng_thaddas_001 ; ontolex:entry ontolex:apc_eng_thakkam_001 ; ontolex:entry ontolex:apc_eng_thalla_001 ; ontolex:entry ontolex:apc_eng_thammal_001 ; ontolex:entry ontolex:apc_eng_thammam_001 ; ontolex:entry ontolex:apc_eng_thammas_001 ; ontolex:entry ontolex:apc_eng_tharrak_001 ; ontolex:entry ontolex:apc_eng_thassas_001 ; ontolex:entry ontolex:apc_eng_thawwal_001 ; ontolex:entry ontolex:apc_eng_thayya_001 ; ontolex:entry ontolex:apc_eng_thiin_001 ; ontolex:entry ontolex:apc_eng_thiine_001 ; ontolex:entry ontolex:apc_eng_tiin_001 ; ontolex:entry ontolex:apc_eng_tiin_002 ; ontolex:entry ontolex:apc_eng_tiiz_001 ; ontolex:entry ontolex:apc_eng_tizhaara_001 ; ontolex:entry ontolex:apc_eng_tizhaari_001 ; ontolex:entry ontolex:apc_eng_tluuc_esh_shames_001 ; ontolex:entry ontolex:apc_eng_tmallah_001 ; ontolex:entry ontolex:apc_eng_tmanna_001 ; ontolex:entry ontolex:apc_eng_tmashsha_001 ; ontolex:entry ontolex:apc_eng_tmattac_001 ; ontolex:entry ontolex:apc_eng_tmayyaz_001 ; ontolex:entry ontolex:apc_eng_tnaa_ash_001 ; ontolex:entry ontolex:apc_eng_tnashshaf_001 ; ontolex:entry ontolex:apc_eng_tnawwac_001 ; ontolex:entry ontolex:apc_eng_too_001 ; ontolex:entry ontolex:apc_eng_toom_002 ; ontolex:entry ontolex:apc_eng_traam_001 ; ontolex:entry ontolex:apc_eng_trabba_001 ; ontolex:entry ontolex:apc_eng_traddad_001 ; ontolex:entry ontolex:apc_eng_trazhzha_001 ; ontolex:entry ontolex:apc_eng_treen_001 ; ontolex:entry ontolex:apc_eng_tsaacad_001 ; ontolex:entry ontolex:apc_eng_tsaalah_001 ; ontolex:entry ontolex:apc_eng_tsakkar_001 ; ontolex:entry ontolex:apc_eng_tsarraf_001 ; ontolex:entry ontolex:apc_eng_tsawwar_001 ; ontolex:entry ontolex:apc_eng_tseeran_001 ; ontolex:entry ontolex:apc_eng_tshammas_001 ; ontolex:entry ontolex:apc_eng_ttaala_001 ; ontolex:entry ontolex:apc_eng_ttafa_001 ; ontolex:entry ontolex:apc_eng_ttallac_001 ; ontolex:entry ontolex:apc_eng_ttarr_001 ; ontolex:entry ontolex:apc_eng_ttawwar_001 ; ontolex:entry ontolex:apc_eng_tuul_001 ; ontolex:entry ontolex:apc_eng_tuut_001 ; ontolex:entry ontolex:apc_eng_twaaleet_001 ; ontolex:entry ontolex:apc_eng_twadda_001 ; ontolex:entry ontolex:apc_eng_txaana_001 ; ontolex:entry ontolex:apc_eng_txarrazh_001 ; ontolex:entry ontolex:apc_eng_txayyal_001 ; ontolex:entry ontolex:apc_eng_unsa_001 ; ontolex:entry ontolex:apc_eng_uuda_001 ; ontolex:entry ontolex:apc_eng_veella_001 ; ontolex:entry ontolex:apc_eng_viize_001 ; ontolex:entry ontolex:apc_eng_w_gheero_w_gheeraato_001 ; ontolex:entry ontolex:apc_eng_wa_af_001 ; ontolex:entry ontolex:apc_eng_waazheb_001 ; ontolex:entry ontolex:apc_eng_wafa_001 ; ontolex:entry ontolex:apc_eng_waffa_001 ; ontolex:entry ontolex:apc_eng_wahiid_001 ; ontolex:entry ontolex:apc_eng_walad_001 ; ontolex:entry ontolex:apc_eng_walla_001 ; ontolex:entry ontolex:apc_eng_wara_001 ; ontolex:entry ontolex:apc_eng_waraani_001 ; ontolex:entry ontolex:apc_eng_wazaaret_el_xaarizhiiye_001 ; ontolex:entry ontolex:apc_eng_wazen_001 ; ontolex:entry ontolex:apc_eng_wazhzhah_001 ; ontolex:entry ontolex:apc_eng_waziife_001 ; ontolex:entry ontolex:apc_eng_wesec_001 ; ontolex:entry ontolex:apc_eng_wesex_001 ; ontolex:entry ontolex:apc_eng_wezhec_001 ; ontolex:entry ontolex:apc_eng_wlaade_001 ; ontolex:entry ontolex:apc_eng_wsuul_001 ; ontolex:entry ontolex:apc_eng_wuduu_001 ; ontolex:entry ontolex:apc_eng_xaadem_001 ; ontolex:entry ontolex:apc_eng_xaaf_001 ; ontolex:entry ontolex:apc_eng_xaal_001 ; ontolex:entry ontolex:apc_eng_xaale_001 ; ontolex:entry ontolex:apc_eng_xaames_001 ; ontolex:entry ontolex:apc_eng_xaan_001 ; ontolex:entry ontolex:apc_eng_xaana_001 ; ontolex:entry ontolex:apc_eng_xaarezh_001 ; ontolex:entry ontolex:apc_eng_xaaruuf_001 ; ontolex:entry ontolex:apc_eng_xaarzhi_001 ; ontolex:entry ontolex:apc_eng_xaass_001 ; ontolex:entry ontolex:apc_eng_xaassatan_001 ; ontolex:entry ontolex:apc_eng_xaateb_001 ; ontolex:entry ontolex:apc_eng_xaatem_001 ; ontolex:entry ontolex:apc_eng_xabar_001 ; ontolex:entry ontolex:apc_eng_xabat_001 ; ontolex:entry ontolex:apc_eng_xabaz_001 ; ontolex:entry ontolex:apc_eng_xabbaaz_001 ; ontolex:entry ontolex:apc_eng_xabbar_001 ; ontolex:entry ontolex:apc_eng_xabiir_001 ; ontolex:entry ontolex:apc_eng_xafa_001 ; ontolex:entry ontolex:apc_eng_xafiif_001 ; ontolex:entry ontolex:apc_eng_xaliife_001 ; ontolex:entry ontolex:apc_eng_xall_001 ; ontolex:entry ontolex:apc_eng_xalla_001 ; ontolex:entry ontolex:apc_eng_xallat_001 ; ontolex:entry ontolex:apc_eng_xamer_001 ; ontolex:entry ontolex:apc_eng_xamri_001 ; ontolex:entry ontolex:apc_eng_xanziir_001 ; ontolex:entry ontolex:apc_eng_xarat_001 ; ontolex:entry ontolex:apc_eng_xarazh_001 ; ontolex:entry ontolex:apc_eng_xarbaan_001 ; ontolex:entry ontolex:apc_eng_xarezh_001 ; ontolex:entry ontolex:apc_eng_xariif_001 ; ontolex:entry ontolex:apc_eng_xariita_001 ; ontolex:entry ontolex:apc_eng_xarraata_001 ; ontolex:entry ontolex:apc_eng_xarta_001 ; ontolex:entry ontolex:apc_eng_xaser_001 ; ontolex:entry ontolex:apc_eng_xashab_001 ; ontolex:entry ontolex:apc_eng_xashac_001 ; ontolex:entry ontolex:apc_eng_xass_001 ; ontolex:entry ontolex:apc_eng_xassas_001 ; ontolex:entry ontolex:apc_eng_xata_001 ; ontolex:entry ontolex:apc_eng_xatab_001 ; ontolex:entry ontolex:apc_eng_xatiib_001 ; ontolex:entry ontolex:apc_eng_xatt_001 ; ontolex:entry ontolex:apc_eng_xatt_saabet_001 ; ontolex:entry ontolex:apc_eng_xattat_001 ; ontolex:entry ontolex:apc_eng_xawwaf_001 ; ontolex:entry ontolex:apc_eng_xayaar_001 ; ontolex:entry ontolex:apc_eng_xayri_001 ; ontolex:entry ontolex:apc_eng_xayyaata_001 ; ontolex:entry ontolex:apc_eng_xayyat_001 ; ontolex:entry ontolex:apc_eng_xazzaan_el_baanziin_001 ; ontolex:entry ontolex:apc_eng_xdarr_001 ; ontolex:entry ontolex:apc_eng_xebez_001 ; ontolex:entry ontolex:apc_eng_xedarzhi_001 ; ontolex:entry ontolex:apc_eng_xeel_001 ; ontolex:entry ontolex:apc_eng_xeer_001 ; ontolex:entry ontolex:apc_eng_xel_a_001 ; ontolex:entry ontolex:apc_eng_xele_001 ; ontolex:entry ontolex:apc_eng_xemarzhi_001 ; ontolex:entry ontolex:apc_eng_xer_a_001 ; ontolex:entry ontolex:apc_eng_xesle_001 ; ontolex:entry ontolex:apc_eng_xesuusi_001 ; ontolex:entry ontolex:apc_eng_xesuusiyye_001 ; ontolex:entry ontolex:apc_eng_xetem_001 ; ontolex:entry ontolex:apc_eng_xetta_001 ; ontolex:entry ontolex:apc_eng_xetyaar_001 ; ontolex:entry ontolex:apc_eng_xezhel_001 ; ontolex:entry ontolex:apc_eng_xilaaf_001 ; ontolex:entry ontolex:apc_eng_xoof_001 ; ontolex:entry ontolex:apc_eng_xoox_001 ; ontolex:entry ontolex:apc_eng_xsuusan_001 ; ontolex:entry ontolex:apc_eng_xtaar_001 ; ontolex:entry ontolex:apc_eng_xtalaf_can_001 ; ontolex:entry ontolex:apc_eng_xtana_001 ; ontolex:entry ontolex:apc_eng_xtass_001 ; ontolex:entry ontolex:apc_eng_xtuut_zhawwiyye_001 ; ontolex:entry ontolex:apc_eng_xuuri_001 ; ontolex:entry ontolex:apc_eng_xyaar_001 ; ontolex:entry ontolex:apc_eng_xyaata_001 ; ontolex:entry ontolex:apc_eng_xzaane_001 ; ontolex:entry ontolex:apc_eng_yaa_tiin_001 ; ontolex:entry ontolex:apc_eng_yacni_001 ; ontolex:entry ontolex:apc_eng_yalli_001 ; ontolex:entry ontolex:apc_eng_yatiim_001 ; ontolex:entry ontolex:apc_eng_yoom_001 ; ontolex:entry ontolex:apc_eng_yuusef_afandi_001 ; ontolex:entry ontolex:apc_eng_za_za_001 ; ontolex:entry ontolex:apc_eng_zaad_001 ; ontolex:entry ontolex:apc_eng_zaar_001 ; ontolex:entry ontolex:apc_eng_zaayer_001 ; ontolex:entry ontolex:apc_eng_zaaz_001 ; ontolex:entry ontolex:apc_eng_zaaze_001 ; ontolex:entry ontolex:apc_eng_zabat_001 ; ontolex:entry ontolex:apc_eng_zabbat_001 ; ontolex:entry ontolex:apc_eng_zacazh_001 ; ontolex:entry ontolex:apc_eng_zaccal_001 ; ontolex:entry ontolex:apc_eng_zafra_001 ; ontolex:entry ontolex:apc_eng_zahhar_001 ; ontolex:entry ontolex:apc_eng_zahra_001 ; ontolex:entry ontolex:apc_eng_zakaat_001 ; ontolex:entry ontolex:apc_eng_zakar_001 ; ontolex:entry ontolex:apc_eng_zaki_001 ; ontolex:entry ontolex:apc_eng_zakkar_001 ; ontolex:entry ontolex:apc_eng_zalam_001 ; ontolex:entry ontolex:apc_eng_zalame_001 ; ontolex:entry ontolex:apc_eng_zallal_001 ; ontolex:entry ontolex:apc_eng_zamaale_001 ; ontolex:entry ontolex:apc_eng_zamaan_001 ; ontolex:entry ontolex:apc_eng_zaneb_001 ; ontolex:entry ontolex:apc_eng_zangil_001 ; ontolex:entry ontolex:apc_eng_zann_001 ; ontolex:entry ontolex:apc_eng_zanxa_001 ; ontolex:entry ontolex:apc_eng_zarac_001 ; ontolex:entry ontolex:apc_eng_zaref_001 ; ontolex:entry ontolex:apc_eng_zariif_001 ; ontolex:entry ontolex:apc_eng_zarkashe_001 ; ontolex:entry ontolex:apc_eng_zarrar_001 ; ontolex:entry ontolex:apc_eng_zatt_001 ; ontolex:entry ontolex:apc_eng_zawaazh_001 ; ontolex:entry ontolex:apc_eng_zawzhi_001 ; ontolex:entry ontolex:apc_eng_zayy_emwahhad_001 ; ontolex:entry ontolex:apc_eng_zayyat_001 ; ontolex:entry ontolex:apc_eng_zbaale_001 ; ontolex:entry ontolex:apc_eng_zbuun_001 ; ontolex:entry ontolex:apc_eng_zecel_001 ; ontolex:entry ontolex:apc_eng_zeenab_001 ; ontolex:entry ontolex:apc_eng_zeet_001 ; ontolex:entry ontolex:apc_eng_zeetuun_001 ; ontolex:entry ontolex:apc_eng_zegher_001 ; ontolex:entry ontolex:apc_eng_zegher_002 ; ontolex:entry ontolex:apc_eng_zekra_001 ; ontolex:entry ontolex:apc_eng_zell_001 ; ontolex:entry ontolex:apc_eng_zerzhe_001 ; ontolex:entry ontolex:apc_eng_zghiir_001 ; ontolex:entry ontolex:apc_eng_zhaab_001 ; ontolex:entry ontolex:apc_eng_zhaabi_001 ; ontolex:entry ontolex:apc_eng_zhaac_001 ; ontolex:entry ontolex:apc_eng_zhaahad_001 ; ontolex:entry ontolex:apc_eng_zhaahel_001 ; ontolex:entry ontolex:apc_eng_zhaamca_001 ; ontolex:entry ontolex:apc_eng_zhaamci_001 ; ontolex:entry ontolex:apc_eng_zhaamec_001 ; ontolex:entry ontolex:apc_eng_zhaanerek_001 ; ontolex:entry ontolex:apc_eng_zhaar_001 ; ontolex:entry ontolex:apc_eng_zhaat_001 ; ontolex:entry ontolex:apc_eng_zhaayze_001 ; ontolex:entry ontolex:apc_eng_zhaazh_001 ; ontolex:entry ontolex:apc_eng_zhabal_esh_sheex_001 ; ontolex:entry ontolex:apc_eng_zhabali_001 ; ontolex:entry ontolex:apc_eng_zhabar_001 ; ontolex:entry ontolex:apc_eng_zhabha_001 ; ontolex:entry ontolex:apc_eng_zhadd_001 ; ontolex:entry ontolex:apc_eng_zhaddad_001 ; ontolex:entry ontolex:apc_eng_zhadwal_mawaciid_001 ; ontolex:entry ontolex:apc_eng_zhahal_001 ; ontolex:entry ontolex:apc_eng_zhahel_001 ; ontolex:entry ontolex:apc_eng_zhallal_001 ; ontolex:entry ontolex:apc_eng_zhamaaca_001 ; ontolex:entry ontolex:apc_eng_zhamac_001 ; ontolex:entry ontolex:apc_eng_zhamal_001 ; ontolex:entry ontolex:apc_eng_zhamb_001 ; ontolex:entry ontolex:apc_eng_zhanab_001 ; ontolex:entry ontolex:apc_eng_zhann_001 ; ontolex:entry ontolex:apc_eng_zhannan_001 ; ontolex:entry ontolex:apc_eng_zhanne_001 ; ontolex:entry ontolex:apc_eng_zharah_001 ; ontolex:entry ontolex:apc_eng_zhariime_001 ; ontolex:entry ontolex:apc_eng_zharr_001 ; ontolex:entry ontolex:apc_eng_zhaw_a_001 ; ontolex:entry ontolex:apc_eng_zhawaab_001 ; ontolex:entry ontolex:apc_eng_zhawaaz_safar_001 ; ontolex:entry ontolex:apc_eng_zhawle_001 ; ontolex:entry ontolex:apc_eng_zhawwaal_001 ; ontolex:entry ontolex:apc_eng_zhawwaz_001 ; ontolex:entry ontolex:apc_eng_zhaziire_001 ; ontolex:entry ontolex:apc_eng_zhbaal_el_calawiyye_001 ; ontolex:entry ontolex:apc_eng_zhdiid_001 ; ontolex:entry ontolex:apc_eng_zhebne_001 ; ontolex:entry ontolex:apc_eng_zhedd_001 ; ontolex:entry ontolex:apc_eng_zheddi_001 ; ontolex:entry ontolex:apc_eng_zheesh_001 ; ontolex:entry ontolex:apc_eng_zheghraafya_001 ; ontolex:entry ontolex:apc_eng_zhemca_001 ; ontolex:entry ontolex:apc_eng_zhemhuur_001 ; ontolex:entry ontolex:apc_eng_zhemle_001 ; ontolex:entry ontolex:apc_eng_zhendi_001 ; ontolex:entry ontolex:apc_eng_zhenn_001 ; ontolex:entry ontolex:apc_eng_zhens_001 ; ontolex:entry ontolex:apc_eng_zhensiyye_001 ; ontolex:entry ontolex:apc_eng_zhensiyye_002 ; ontolex:entry ontolex:apc_eng_zhenz_001 ; ontolex:entry ontolex:apc_eng_zheren_001 ; ontolex:entry ontolex:apc_eng_zhesem_001 ; ontolex:entry ontolex:apc_eng_zheser_001 ; ontolex:entry ontolex:apc_eng_zhezdaan_001 ; ontolex:entry ontolex:apc_eng_zheze_001 ; ontolex:entry ontolex:apc_eng_zhihaaz_001 ; ontolex:entry ontolex:apc_eng_zhiil_001 ; ontolex:entry ontolex:apc_eng_zhinaa_i_001 ; ontolex:entry ontolex:apc_eng_zhiraaha_001 ; ontolex:entry ontolex:apc_eng_zhiraahi_001 ; ontolex:entry ontolex:apc_eng_zhlaale_001 ; ontolex:entry ontolex:apc_eng_zhooz_001 ; ontolex:entry ontolex:apc_eng_zhooz_002 ; ontolex:entry ontolex:apc_eng_zhtamac_001 ; ontolex:entry ontolex:apc_eng_zhuuraat_001 ; ontolex:entry ontolex:apc_eng_zhuwwaat_001 ; ontolex:entry ontolex:apc_eng_ziine_001 ; ontolex:entry ontolex:apc_eng_zooghal_001 ; ontolex:entry ontolex:apc_eng_zooza_001 ; ontolex:entry ontolex:apc_eng_zra_001 ; ontolex:entry ontolex:apc_eng_zraaca_001 ; ontolex:entry ontolex:apc_eng_zraaci_001 ; ontolex:entry ontolex:apc_eng_zriica_001 ; ontolex:entry ontolex:apc_eng_zyaade_001 ; ontolex:entry ontolex:apc_eng_zyaara_001 ; ontolex:entry ontolex:apc_eng_әl_ciid_el_watani_001 ; ontolex:entry ontolex:apc_eng_әt_Ṭabbaale_001 ; . ontolex:apc_eng_aab_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_aab_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_aab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_aab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_aab_001 ; . ontolex:apc_eng_aabal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_aabal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_aabal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_aabal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_aabal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_aabal_001 ; . ontolex:apc_eng_aadaar_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_aadaar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_aadaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_aadaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_aadaar_001 ; . ontolex:apc_eng_aaleb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_aaleb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_aaleb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_aaleb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_aaleb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_aaleb_001 ; . ontolex:apc_eng_aam_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_aam_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_aam_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_aam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_aam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_aam_001 ; . ontolex:apc_eng_aaman_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_aaman_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_aaman_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_aaman_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_aaman_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_aaman_001 ; . ontolex:apc_eng_aatal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_aatal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_aatal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_aatal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_aatal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_aatal_001 ; . ontolex:apc_eng_abaawe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_abaawe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_abaawe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_abaawe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_abaawe_001 ; . ontolex:apc_eng_abad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_abad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_abad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_abad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_abad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_abad_001 ; . ontolex:apc_eng_abadan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_abadan_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_abadan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_abadan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_abadan_001 ; . ontolex:apc_eng_abar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_abar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_abar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_abar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_abar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_abar_001 ; . ontolex:apc_eng_abb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_abb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_abb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_abb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_abb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_abb_001 ; . ontolex:apc_eng_abel_lahza_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_abel_lahza_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_abel_lahza_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_abel_lahza_001 ; . ontolex:apc_eng_abl_ed_deher_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_abl_ed_deher_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_abl_ed_deher_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_abl_ed_deher_001 ; . ontolex:apc_eng_abl_el_miilaad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_abl_el_miilaad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_abl_el_miilaad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_abl_el_miilaad_001 ; . ontolex:apc_eng_abr_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_abr_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_abr_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_abr_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_abr_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_abr_001 ; . ontolex:apc_eng_abraazh_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_abraazh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_abraazh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_abraazh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_abraazh_001 ; . ontolex:apc_eng_abras_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_abras_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_abras_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_abras_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_abras_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_abras_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_abras_001 ; . ontolex:apc_eng_abu_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_abu_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_abu_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_abu_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_abu_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_abu_001 ; . ontolex:apc_eng_abu_remmaane_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_abu_remmaane_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_abu_remmaane_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_abu_remmaane_001 ; . ontolex:apc_eng_abᵊl_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_abᵊl_001 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_abᵊl_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_abᵊl_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_abᵊl_001 ; . ontolex:apc_eng_accad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_accad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_accad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_accad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_accad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_accad_001 ; . ontolex:apc_eng_acrazh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_acrazh_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_acrazh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_acrazh_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_acrazh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_acrazh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_acrazh_001 ; . ontolex:apc_eng_acyaan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_acyaan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_acyaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_acyaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_acyaan_001 ; . ontolex:apc_eng_aczhar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_aczhar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_aczhar_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_aczhar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_aczhar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_aczhar_001 ; . ontolex:apc_eng_adab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_adab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_adab_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_adab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_adab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_adab_001 ; . ontolex:apc_eng_addam_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_addam_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_addam_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_addam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_addam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_addam_001 ; . ontolex:apc_eng_addan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_addan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_addan_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_addan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_addan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_addan_001 ; . ontolex:apc_eng_addar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_addar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_addar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_addar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_addar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_addar_001 ; . ontolex:apc_eng_addeesh_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_addeesh_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_addeesh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_addeesh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_addeesh_001 ; . ontolex:apc_eng_adiib_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_adiib_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_adiib_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_adiib_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_adiib_001 ; . ontolex:apc_eng_adiim_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_adiim_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_adiim_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_adiim_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_adiim_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_adiim_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_adiim_001 ; . ontolex:apc_eng_afas_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_afas_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_afas_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_afas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_afas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_afas_001 ; . ontolex:apc_eng_aghna_002 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_aghna_002 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_aghna_002 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_aghna_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_aghna_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_aghna_002 ; . ontolex:apc_eng_ahla_w_sahla_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ahla_w_sahla_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ahla_w_sahla_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ahla_w_sahla_001 ; . ontolex:apc_eng_ahwazhi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ahwazhi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ahwazhi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ahwazhi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ahwazhi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ahwazhi_001 ; . ontolex:apc_eng_ahwe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ahwe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ahwe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ahwe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ahwe_001 ; . ontolex:apc_eng_ahwe_002 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ahwe_002 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_ahwe_002 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ahwe_002 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ahwe_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ahwe_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ahwe_002 ; . ontolex:apc_eng_ahyaanan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ahyaanan_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ahyaanan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ahyaanan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ahyaanan_001 ; . ontolex:apc_eng_ahziye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ahziye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ahziye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ahziye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ahziye_001 ; . ontolex:apc_eng_akal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_akal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_akal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_akal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_akal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_akal_001 ; . ontolex:apc_eng_akel_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_akel_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_akel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_akel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_akel_001 ; . ontolex:apc_eng_akiid_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_akiid_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_akiid_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_akiid_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_akiid_001 ; . ontolex:apc_eng_akkad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_akkad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_akkad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_akkad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_akkad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_akkad_001 ; . ontolex:apc_eng_akmal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_akmal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_akmal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_akmal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_akmal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_akmal_001 ; . ontolex:apc_eng_akram_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_akram_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_akram_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_akram_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_akram_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_akram_001 ; . ontolex:apc_eng_al_e_b_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_al_e_b_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_al_e_b_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_al_e_b_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_al_e_b_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_al_e_b_001 ; . ontolex:apc_eng_alab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_alab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_alab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_alab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_alab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_alab_001 ; . ontolex:apc_eng_alac_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_alac_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_alac_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_alac_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_alac_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_alac_001 ; . ontolex:apc_eng_alam_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_alam_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_alam_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_alam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_alam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_alam_001 ; . ontolex:apc_eng_alef_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_alef_001 ; lexinfo:partOfSpeech lexinfo:numeral ; ontolex:otherForm ontolex:form_Root_0_apc_eng_alef_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_alef_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_alef_001 ; . ontolex:apc_eng_alla_yerhamo_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_alla_yerhamo_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_alla_yerhamo_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_alla_yerhamo_001 ; . ontolex:apc_eng_allad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_allad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_allad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_allad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_allad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_allad_001 ; . ontolex:apc_eng_almaani_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_almaani_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_almaani_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_almaani_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_almaani_001 ; . ontolex:apc_eng_almaanya_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_almaanya_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_almaanya_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_almaanya_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_almaanya_001 ; . ontolex:apc_eng_alo_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_alo_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_alo_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_alo_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_alo_001 ; . ontolex:apc_eng_am_er_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_am_er_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_am_er_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_am_er_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_am_er_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_am_er_001 ; . ontolex:apc_eng_amaan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_amaan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_amaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_amaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_amaan_001 ; . ontolex:apc_eng_amar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_amar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_amar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_amar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_amar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_amar_001 ; . ontolex:apc_eng_ametca_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ametca_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ametca_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ametca_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ametca_001 ; . ontolex:apc_eng_amiin_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_amiin_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_amiin_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_amiin_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_amiin_001 ; . ontolex:apc_eng_amiir_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_amiir_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_amiir_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_amiir_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_amiir_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_amiir_001 ; . ontolex:apc_eng_amiis_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_amiis_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_amiis_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_amiis_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_amiis_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_amiis_001 ; . ontolex:apc_eng_amma_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_amma_001 ; lexinfo:partOfSpeech lexinfo:conjunction ; ontolex:otherForm ontolex:form_Root_0_apc_eng_amma_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_amma_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_amma_001 ; . ontolex:apc_eng_amman_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_amman_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_amman_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_amman_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_amman_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_amman_001 ; . ontolex:apc_eng_ana_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ana_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ana_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ana_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ana_001 ; . ontolex:apc_eng_anaani_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_anaani_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_anaani_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_anaani_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_anaani_001 ; . ontolex:apc_eng_anef_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_anef_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_anef_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_anef_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_anef_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_anef_001 ; . ontolex:apc_eng_aqsa_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_aqsa_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_aqsa_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_aqsa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_aqsa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_aqsa_001 ; . ontolex:apc_eng_ara_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ara_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ara_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ara_001 ; . ontolex:apc_eng_araami_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_araami_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_araami_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_araami_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_araami_001 ; . ontolex:apc_eng_araayeb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_araayeb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_araayeb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_araayeb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_araayeb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_araayeb_001 ; . ontolex:apc_eng_arcoon_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_arcoon_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_arcoon_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_arcoon_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_arcoon_001 ; . ontolex:apc_eng_ard_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ard_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ard_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ard_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ard_001 ; . ontolex:apc_eng_ariib_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ariib_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_ariib_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ariib_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ariib_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ariib_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ariib_001 ; . ontolex:apc_eng_armal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_armal_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_armal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_armal_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_armal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_armal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_armal_001 ; . ontolex:apc_eng_arrab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_arrab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_arrab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_arrab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_arrab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_arrab_001 ; . ontolex:apc_eng_aryahiyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_aryahiyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_aryahiyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_aryahiyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_aryahiyye_001 ; . ontolex:apc_eng_as_e_l_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_as_e_l_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_as_e_l_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_as_e_l_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_as_e_l_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_as_e_l_001 ; . ontolex:apc_eng_asaar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_asaar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_asaar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_asaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_asaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_asaar_001 ; . ontolex:apc_eng_asabiic_el_bebbu_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_asabiic_el_bebbu_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_asabiic_el_bebbu_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_asabiic_el_bebbu_001 ; . ontolex:apc_eng_asam_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_asam_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_asam_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_asam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_asam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_asam_001 ; . ontolex:apc_eng_asanseer_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_asanseer_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_asanseer_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_asanseer_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_asanseer_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_asanseer_001 ; . ontolex:apc_eng_asari_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_asari_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_asari_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_asari_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_asari_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_asari_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_asari_001 ; . ontolex:apc_eng_asarr_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_asarr_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_asarr_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_asarr_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_asarr_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_asarr_001 ; . ontolex:apc_eng_aser_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_aser_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_aser_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_aser_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_aser_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_aser_001 ; . ontolex:apc_eng_ashhab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ashhab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ashhab_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ashhab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ashhab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ashhab_001 ; . ontolex:apc_eng_ashsh_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ashsh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ashsh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ashsh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ashsh_001 ; . ontolex:apc_eng_ashshar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ashshar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ashshar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ashshar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ashshar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ashshar_001 ; . ontolex:apc_eng_asiir_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_asiir_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_asiir_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_asiir_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_asiir_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_asiir_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_asiir_001 ; . ontolex:apc_eng_aslam_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_aslam_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_aslam_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_aslam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_aslam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_aslam_001 ; . ontolex:apc_eng_asli_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_asli_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_asli_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_asli_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_asli_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_asli_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_asli_001 ; . ontolex:apc_eng_ass_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ass_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ass_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ass_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ass_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ass_001 ; . ontolex:apc_eng_assa_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_assa_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_assa_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_assa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_assa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_assa_001 ; . ontolex:apc_eng_assar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_assar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_assar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_assar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_assar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_assar_001 ; . ontolex:apc_eng_assas_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_assas_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_assas_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_assas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_assas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_assas_001 ; . ontolex:apc_eng_at_e_r_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_at_e_r_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_at_e_r_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_at_e_r_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_at_e_r_001 ; . ontolex:apc_eng_atac_tazkara_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_atac_tazkara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_atac_tazkara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_atac_tazkara_001 ; . ontolex:apc_eng_attac_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_attac_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_attac_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_attac_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_attac_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_attac_001 ; . ontolex:apc_eng_aw_aat_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_aw_aat_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_aw_aat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_aw_aat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_aw_aat_001 ; . ontolex:apc_eng_awaaci_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_awaaci_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_awaaci_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_awaaci_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_awaaci_001 ; . ontolex:apc_eng_awaaxer_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_awaaxer_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_awaaxer_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_awaaxer_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_awaaxer_001 ; . ontolex:apc_eng_awi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_awi_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_awi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_awi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_awi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_awi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_awi_001 ; . ontolex:apc_eng_awwa_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_awwa_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_awwa_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_awwa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_awwa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_awwa_001 ; . ontolex:apc_eng_awwal_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_awwal_001 ; lexinfo:partOfSpeech lexinfo:numeral ; ontolex:otherForm ontolex:form_Root_0_apc_eng_awwal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_awwal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_awwal_001 ; . ontolex:apc_eng_awwal_ma_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_awwal_ma_001 ; lexinfo:partOfSpeech lexinfo:conjunction ; ontolex:otherForm ontolex:form_Root_0_apc_eng_awwal_ma_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_awwal_ma_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_awwal_ma_001 ; . ontolex:apc_eng_awwal_marra_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_awwal_marra_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_awwal_marra_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_awwal_marra_001 ; . ontolex:apc_eng_axad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_axad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_axad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_axad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_axad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_axad_001 ; . ontolex:apc_eng_axad_el_ca_el_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_axad_el_ca_el_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_axad_el_ca_el_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_axad_el_ca_el_001 ; . ontolex:apc_eng_axd_u_cata_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_axd_u_cata_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_axd_u_cata_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_axd_u_cata_001 ; . ontolex:apc_eng_axiiran_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_axiiran_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_axiiran_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_axiiran_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_axiiran_001 ; . ontolex:apc_eng_axx_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_axx_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_axx_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_axx_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_axx_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_axx_001 ; . ontolex:apc_eng_ayyaar_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ayyaar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ayyaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ayyaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ayyaar_001 ; . ontolex:apc_eng_azan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_azan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_azan_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_azan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_azan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_azan_001 ; . ontolex:apc_eng_azhaar_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_azhaar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_azhaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_azhaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_azhaar_001 ; . ontolex:apc_eng_azhar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_azhar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_azhar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_azhar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_azhar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_azhar_001 ; . ontolex:apc_eng_azhnabi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_azhnabi_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_azhnabi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_azhnabi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_azhnabi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_azhnabi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_azhnabi_001 ; . ontolex:apc_eng_azhnabi_002 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_azhnabi_002 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_azhnabi_002 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_azhnabi_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_azhnabi_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_azhnabi_002 ; . ontolex:apc_eng_azhzhal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_azhzhal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_azhzhal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_azhzhal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_azhzhal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_azhzhal_001 ; . ontolex:apc_eng_azra_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_azra_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_azra_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_azra_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_azra_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_azra_001 ; . ontolex:apc_eng_azzaz_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_azzaz_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_azzaz_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_azzaz_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_azzaz_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_azzaz_001 ; . ontolex:apc_eng_b_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_b_001 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_b_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_b_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_b_001 ; . ontolex:apc_eng_b_el_aaxer_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_b_el_aaxer_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_b_el_aaxer_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_b_el_aaxer_001 ; . ontolex:apc_eng_b_el_caade_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_b_el_caade_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_b_el_caade_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_b_el_caade_001 ; . ontolex:apc_eng_b_el_fada_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_b_el_fada_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_b_el_fada_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_b_el_fada_001 ; . ontolex:apc_eng_b_el_fala_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_b_el_fala_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_b_el_fala_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_b_el_fala_001 ; . ontolex:apc_eng_b_el_le_ktiir_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_b_el_le_ktiir_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_b_el_le_ktiir_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_b_el_le_ktiir_001 ; . ontolex:apc_eng_b_ez_zabet_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_b_ez_zabet_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_b_ez_zabet_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_b_ez_zabet_001 ; . ontolex:apc_eng_b_sabab_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_b_sabab_001 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_b_sabab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_b_sabab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_b_sabab_001 ; . ontolex:apc_eng_b_shakel_caamm_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_b_shakel_caamm_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_b_shakel_caamm_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_b_shakel_caamm_001 ; . ontolex:apc_eng_ba_ar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ba_ar_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_ba_ar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ba_ar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ba_ar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ba_ar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ba_ar_001 ; . ontolex:apc_eng_ba_duunes_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ba_duunes_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ba_duunes_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ba_duunes_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ba_duunes_001 ; . ontolex:apc_eng_ba_iyye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ba_iyye_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ba_iyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ba_iyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ba_iyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ba_iyye_001 ; . ontolex:apc_eng_ba_le_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ba_le_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ba_le_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ba_le_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ba_le_001 ; . ontolex:apc_eng_baa_a_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baa_a_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baa_a_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baa_a_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baa_a_001 ; . ontolex:apc_eng_baab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_baab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baab_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baab_001 ; . ontolex:apc_eng_baabuunezh_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baabuunezh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baabuunezh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baabuunezh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baabuunezh_001 ; . ontolex:apc_eng_baac_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_baac_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baac_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baac_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baac_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baac_001 ; . ontolex:apc_eng_baadye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baadye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baadye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baadye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baadye_001 ; . ontolex:apc_eng_baaha_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_baaha_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baaha_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baaha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baaha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baaha_001 ; . ontolex:apc_eng_baal_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baal_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baal_001 ; . ontolex:apc_eng_baalagh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_baalagh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baalagh_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baalagh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baalagh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baalagh_001 ; . ontolex:apc_eng_baame_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baame_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baame_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baame_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baame_001 ; . ontolex:apc_eng_baan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_baan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baan_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baan_001 ; . ontolex:apc_eng_baanziin_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baanziin_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baanziin_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baanziin_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baanziin_001 ; . ontolex:apc_eng_baar_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baar_001 ; . ontolex:apc_eng_baared_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_baared_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_baared_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baared_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baared_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baared_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baared_001 ; . ontolex:apc_eng_baas_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_baas_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baas_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baas_001 ; . ontolex:apc_eng_baayex_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_baayex_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baayex_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baayex_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baayex_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baayex_001 ; . ontolex:apc_eng_babaghaa_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_babaghaa_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_babaghaa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_babaghaa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_babaghaa_001 ; . ontolex:apc_eng_bacat_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_bacat_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bacat_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bacat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bacat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bacat_001 ; . ontolex:apc_eng_baccad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_baccad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baccad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baccad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baccad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baccad_001 ; . ontolex:apc_eng_bacd_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bacd_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bacd_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bacd_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bacd_001 ; . ontolex:apc_eng_bacd_ed_deher_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bacd_ed_deher_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bacd_ed_deher_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bacd_ed_deher_001 ; . ontolex:apc_eng_baced_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baced_001 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baced_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baced_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baced_001 ; . ontolex:apc_eng_baced_002 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baced_002 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baced_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baced_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baced_002 ; . ontolex:apc_eng_baced_shaher_002 rdf:type ontolex:LexicalEntry ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baced_shaher_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baced_shaher_002 ; . ontolex:apc_eng_bacᵊd_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bacᵊd_001 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bacᵊd_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bacᵊd_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bacᵊd_001 ; . ontolex:apc_eng_badan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_badan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_badan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_badan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_badan_001 ; . ontolex:apc_eng_baddal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_baddal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baddal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baddal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baddal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baddal_001 ; . ontolex:apc_eng_badle_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_badle_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_badle_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_badle_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_badle_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_badle_001 ; . ontolex:apc_eng_baghu_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baghu_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baghu_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baghu_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baghu_001 ; . ontolex:apc_eng_bahas_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_bahas_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bahas_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bahas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bahas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bahas_001 ; . ontolex:apc_eng_baher_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_baher_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_baher_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baher_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baher_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baher_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baher_001 ; . ontolex:apc_eng_bahhar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_bahhar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bahhar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bahhar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bahhar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bahhar_001 ; . ontolex:apc_eng_bahra_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_bahra_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bahra_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bahra_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bahra_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bahra_001 ; . ontolex:apc_eng_bakaloorya_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bakaloorya_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bakaloorya_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bakaloorya_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bakaloorya_001 ; . ontolex:apc_eng_baliila_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baliila_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baliila_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baliila_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baliila_001 ; . ontolex:apc_eng_balkoon_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_balkoon_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_balkoon_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_balkoon_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_balkoon_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_balkoon_001 ; . ontolex:apc_eng_ball_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ball_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ball_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ball_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ball_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ball_001 ; . ontolex:apc_eng_bana_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_bana_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bana_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bana_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bana_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bana_001 ; . ontolex:apc_eng_bandoora_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bandoora_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bandoora_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bandoora_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bandoora_001 ; . ontolex:apc_eng_bani_aadam_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bani_aadam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bani_aadam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bani_aadam_001 ; . ontolex:apc_eng_barad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_barad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_barad_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_barad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_barad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_barad_001 ; . ontolex:apc_eng_barada_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_barada_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_barada_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_barada_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_barada_001 ; . ontolex:apc_eng_barbiish_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_barbiish_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_barbiish_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_barbiish_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_barbiish_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_barbiish_001 ; . ontolex:apc_eng_barbiish_002 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_barbiish_002 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_barbiish_002 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_barbiish_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_barbiish_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_barbiish_002 ; . ontolex:apc_eng_barii_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_barii_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_barii_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_barii_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_barii_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_barii_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_barii_001 ; . ontolex:apc_eng_barlamaan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_barlamaan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_barlamaan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_barlamaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_barlamaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_barlamaan_001 ; . ontolex:apc_eng_barliin_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_barliin_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_barliin_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_barliin_001 ; . ontolex:apc_eng_barnaamezh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_barnaamezh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_barnaamezh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_barnaamezh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_barnaamezh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_barnaamezh_001 ; . ontolex:apc_eng_barra_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_barra_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_barra_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_barra_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_barra_001 ; . ontolex:apc_eng_barraat_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_barraat_001 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_barraat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_barraat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_barraat_001 ; . ontolex:apc_eng_barraaye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_barraaye_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_barraaye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_barraaye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_barraaye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_barraaye_001 ; . ontolex:apc_eng_barsiis_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_barsiis_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_barsiis_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_barsiis_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_barsiis_001 ; . ontolex:apc_eng_basaata_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_basaata_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_basaata_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_basaata_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_basaata_001 ; . ontolex:apc_eng_basal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_basal_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_basal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_basal_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_basal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_basal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_basal_001 ; . ontolex:apc_eng_basam_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_basam_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_basam_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_basam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_basam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_basam_001 ; . ontolex:apc_eng_basar_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_basar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_basar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_basar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_basar_001 ; . ontolex:apc_eng_basat_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_basat_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_basat_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_basat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_basat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_basat_001 ; . ontolex:apc_eng_basboor_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_basboor_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_basboor_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_basboor_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_basboor_001 ; . ontolex:apc_eng_bashar_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bashar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bashar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bashar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bashar_001 ; . ontolex:apc_eng_basiit_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_basiit_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_basiit_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_basiit_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_basiit_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_basiit_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_basiit_001 ; . ontolex:apc_eng_bass_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bass_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bass_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bass_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bass_001 ; . ontolex:apc_eng_bassaara_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_bassaara_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bassaara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bassaara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bassaara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bassaara_001 ; . ontolex:apc_eng_bataata_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bataata_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bataata_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bataata_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bataata_001 ; . ontolex:apc_eng_batifoor_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_batifoor_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_batifoor_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_batifoor_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_batifoor_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_batifoor_001 ; . ontolex:apc_eng_batt_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_batt_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_batt_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_batt_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_batt_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_batt_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_batt_001 ; . ontolex:apc_eng_batta_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_batta_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_batta_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_batta_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_batta_001 ; . ontolex:apc_eng_battal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_battal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_battal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_battal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_battal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_battal_001 ; . ontolex:apc_eng_battiix_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_battiix_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_battiix_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_battiix_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_battiix_001 ; . ontolex:apc_eng_battiix_ahmar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_battiix_ahmar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_battiix_ahmar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_battiix_ahmar_001 ; . ontolex:apc_eng_battiix_asfar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_battiix_asfar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_battiix_asfar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_battiix_asfar_001 ; . ontolex:apc_eng_bawwaabe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bawwaabe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bawwaabe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bawwaabe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bawwaabe_001 ; . ontolex:apc_eng_baxiil_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_baxiil_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baxiil_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baxiil_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baxiil_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baxiil_001 ; . ontolex:apc_eng_baxshiish_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_baxshiish_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_baxshiish_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_baxshiish_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_baxshiish_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_baxshiish_001 ; . ontolex:apc_eng_bayyaac_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_bayyaac_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bayyaac_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bayyaac_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bayyaac_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bayyaac_001 ; . ontolex:apc_eng_bayyan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_bayyan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bayyan_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bayyan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bayyan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bayyan_001 ; . ontolex:apc_eng_bazaalya_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_bazaalya_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bazaalya_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bazaalya_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bazaalya_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bazaalya_001 ; . ontolex:apc_eng_bciid_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_bciid_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_bciid_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bciid_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bciid_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bciid_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bciid_001 ; . ontolex:apc_eng_bdaaca_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_bdaaca_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bdaaca_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bdaaca_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bdaaca_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bdaaca_001 ; . ontolex:apc_eng_be_i_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_be_i_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_be_i_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_be_i_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_be_i_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_be_i_001 ; . ontolex:apc_eng_be_l_leel_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_be_l_leel_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_be_l_leel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_be_l_leel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_be_l_leel_001 ; . ontolex:apc_eng_becse_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_becse_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_becse_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_becse_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_becse_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_becse_001 ; . ontolex:apc_eng_bedd_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bedd_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bedd_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bedd_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bedd_001 ; . ontolex:apc_eng_beebi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_beebi_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_beebi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_beebi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_beebi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_beebi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_beebi_001 ; . ontolex:apc_eng_beec_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_beec_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_beec_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_beec_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_beec_001 ; . ontolex:apc_eng_beed_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_beed_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_beed_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_beed_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_beed_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_beed_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_beed_001 ; . ontolex:apc_eng_beedikuur_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_beedikuur_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_beedikuur_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_beedikuur_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_beedikuur_001 ; . ontolex:apc_eng_been_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_been_001 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_been_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_been_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_been_001 ; . ontolex:apc_eng_beet_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_beet_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_beet_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_beet_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_beet_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_beet_001 ; . ontolex:apc_eng_beetenzhaan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_beetenzhaan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_beetenzhaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_beetenzhaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_beetenzhaan_001 ; . ontolex:apc_eng_beki_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_beki_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_beki_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_beki_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_beki_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_beki_001 ; . ontolex:apc_eng_bendo_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bendo_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bendo_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bendo_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bendo_001 ; . ontolex:apc_eng_benet_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_benet_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_benet_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_benet_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_benet_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_benet_001 ; . ontolex:apc_eng_benni_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_benni_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_benni_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_benni_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_benni_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_benni_001 ; . ontolex:apc_eng_bent_camm_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bent_camm_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bent_camm_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bent_camm_001 ; . ontolex:apc_eng_berd_aan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_berd_aan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_berd_aan_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_berd_aan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_berd_aan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_berd_aan_001 ; . ontolex:apc_eng_berdaaye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_berdaaye_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_berdaaye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_berdaaye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_berdaaye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_berdaaye_001 ; . ontolex:apc_eng_berezh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_berezh_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_berezh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_berezh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_berezh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_berezh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_berezh_001 ; . ontolex:apc_eng_berghol_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_berghol_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_berghol_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_berghol_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_berghol_001 ; . ontolex:apc_eng_besekleet_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_besekleet_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_besekleet_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_besekleet_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_besekleet_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_besekleet_001 ; . ontolex:apc_eng_beshec_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_beshec_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_beshec_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_beshec_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_beshec_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_beshec_001 ; . ontolex:apc_eng_bestaan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_bestaan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bestaan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bestaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bestaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bestaan_001 ; . ontolex:apc_eng_bezer_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bezer_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bezer_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bezer_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bezer_001 ; . ontolex:apc_eng_bezz_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bezz_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bezz_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bezz_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bezz_001 ; . ontolex:apc_eng_bhaar_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bhaar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bhaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bhaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bhaar_001 ; . ontolex:apc_eng_biduun_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_biduun_001 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_biduun_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_biduun_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_biduun_001 ; . ontolex:apc_eng_bii_a_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_bii_a_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bii_a_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bii_a_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bii_a_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bii_a_001 ; . ontolex:apc_eng_biir_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_biir_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_biir_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_biir_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_biir_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_biir_001 ; . ontolex:apc_eng_biira_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_biira_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_biira_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_biira_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_biira_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_biira_001 ; . ontolex:apc_eng_binaaye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_binaaye_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_binaaye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_binaaye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_binaaye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_binaaye_001 ; . ontolex:apc_eng_bitaa_a_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bitaa_a_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bitaa_a_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bitaa_a_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bitaa_a_001 ; . ontolex:apc_eng_bitaa_et_shahen_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bitaa_et_shahen_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bitaa_et_shahen_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bitaa_et_shahen_001 ; . ontolex:apc_eng_bitsa_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bitsa_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bitsa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bitsa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bitsa_001 ; . ontolex:apc_eng_blaat_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_blaat_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_blaat_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_blaat_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_blaat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_blaat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_blaat_001 ; . ontolex:apc_eng_bluuze_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_bluuze_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_bluuze_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bluuze_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bluuze_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bluuze_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bluuze_001 ; . ontolex:apc_eng_booliis_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_booliis_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_booliis_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_booliis_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_booliis_001 ; . ontolex:apc_eng_boot_eryaada_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_boot_eryaada_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_boot_eryaada_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_boot_eryaada_001 ; . ontolex:apc_eng_booyazhi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_booyazhi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_booyazhi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_booyazhi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_booyazhi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_booyazhi_001 ; . ontolex:apc_eng_briiz_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_briiz_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_briiz_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_briiz_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_briiz_001 ; . ontolex:apc_eng_briiz_kahraba_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_briiz_kahraba_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_briiz_kahraba_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_briiz_kahraba_001 ; . ontolex:apc_eng_btada_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_btada_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_btada_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_btada_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_btada_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_btada_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_btada_001 ; . ontolex:apc_eng_buhayra_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_buhayra_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_buhayra_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_buhayra_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_buhayra_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_buhayra_001 ; . ontolex:apc_eng_bukra_l_masa_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bukra_l_masa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bukra_l_masa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bukra_l_masa_001 ; . ontolex:apc_eng_bukra_s_sebeh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bukra_s_sebeh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bukra_s_sebeh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bukra_s_sebeh_001 ; . ontolex:apc_eng_buufee_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_buufee_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_buufee_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_buufee_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_buufee_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_buufee_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_buufee_001 ; . ontolex:apc_eng_buukeet_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_buukeet_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_buukeet_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_buukeet_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_buukeet_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_buukeet_001 ; . ontolex:apc_eng_buxaar_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_buxaar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_buxaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_buxaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_buxaar_001 ; . ontolex:apc_eng_byadd_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_byadd_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_byadd_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_byadd_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_byadd_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_byadd_001 ; . ontolex:apc_eng_bәrneeta_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_bәrneeta_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_bәrneeta_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_bәrneeta_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_bәrneeta_001 ; . ontolex:apc_eng_ca_al_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ca_al_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ca_al_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ca_al_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ca_al_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ca_al_001 ; . ontolex:apc_eng_ca_el_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ca_el_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ca_el_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ca_el_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ca_el_001 ; . ontolex:apc_eng_ca_l_a_all_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ca_l_a_all_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ca_l_a_all_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ca_l_a_all_001 ; . ontolex:apc_eng_ca_l_maashi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ca_l_maashi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ca_l_maashi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ca_l_maashi_001 ; . ontolex:apc_eng_ca_t_tamaam_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ca_t_tamaam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ca_t_tamaam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ca_t_tamaam_001 ; . ontolex:apc_eng_caa_ili_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_caa_ili_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caa_ili_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caa_ili_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caa_ili_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caa_ili_001 ; . ontolex:apc_eng_caad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_caad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caad_001 ; . ontolex:apc_eng_caade_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_caade_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caade_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caade_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caade_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caade_001 ; . ontolex:apc_eng_caalam_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caalam_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caalam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caalam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caalam_001 ; . ontolex:apc_eng_caalem_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caalem_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caalem_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caalem_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caalem_001 ; . ontolex:apc_eng_caali_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_caali_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_caali_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caali_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caali_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caali_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caali_001 ; . ontolex:apc_eng_caam_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caam_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caam_001 ; . ontolex:apc_eng_caamal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_caamal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caamal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caamal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caamal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caamal_001 ; . ontolex:apc_eng_caamel_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caamel_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caamel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caamel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caamel_001 ; . ontolex:apc_eng_caamm_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_caamm_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caamm_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caamm_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caamm_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caamm_001 ; . ontolex:apc_eng_caasher_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caasher_001 ; lexinfo:partOfSpeech lexinfo:numeral ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caasher_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caasher_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caasher_001 ; . ontolex:apc_eng_caatel_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_caatel_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_caatel_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caatel_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caatel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caatel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caatel_001 ; . ontolex:apc_eng_caatif_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caatif_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caatif_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caatif_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caatif_001 ; . ontolex:apc_eng_caawan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_caawan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caawan_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caawan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caawan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caawan_001 ; . ontolex:apc_eng_caayesh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_caayesh_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_caayesh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caayesh_001 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caayesh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caayesh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caayesh_001 ; . ontolex:apc_eng_cabba_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_cabba_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cabba_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cabba_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cabba_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cabba_001 ; . ontolex:apc_eng_cabbaasi_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cabbaasi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cabbaasi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cabbaasi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cabbaasi_001 ; . ontolex:apc_eng_cabed_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cabed_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cabed_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cabed_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cabed_001 ; . ontolex:apc_eng_cadam_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cadam_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cadam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cadam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cadam_001 ; . ontolex:apc_eng_cadas_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cadas_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cadas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cadas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cadas_001 ; . ontolex:apc_eng_cadd_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_cadd_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cadd_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cadd_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cadd_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cadd_001 ; . ontolex:apc_eng_cadra_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cadra_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cadra_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cadra_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cadra_001 ; . ontolex:apc_eng_cafu_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cafu_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cafu_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cafu_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cafu_001 ; . ontolex:apc_eng_cala_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cala_001 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cala_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cala_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cala_001 ; . ontolex:apc_eng_cala_fekra_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cala_fekra_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cala_fekra_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cala_fekra_001 ; . ontolex:apc_eng_cala_heden_002 rdf:type ontolex:LexicalEntry ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cala_heden_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cala_heden_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cala_heden_002 ; . ontolex:apc_eng_cala_keefo_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cala_keefo_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cala_keefo_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cala_keefo_001 ; . ontolex:apc_eng_cala_mahlak_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cala_mahlak_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cala_mahlak_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cala_mahlak_001 ; . ontolex:apc_eng_cala_tuul_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cala_tuul_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cala_tuul_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cala_tuul_001 ; . ontolex:apc_eng_calaa_a_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_calaa_a_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_calaa_a_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_calaa_a_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_calaa_a_001 ; . ontolex:apc_eng_calaame_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_calaame_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_calaame_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_calaame_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_calaame_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_calaame_001 ; . ontolex:apc_eng_calaf_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_calaf_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_calaf_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_calaf_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_calaf_001 ; . ontolex:apc_eng_cali_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cali_001 ; lexinfo:partOfSpeech lexinfo:properNoun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cali_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cali_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cali_001 ; . ontolex:apc_eng_calla_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_calla_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_calla_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_calla_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_calla_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_calla_001 ; . ontolex:apc_eng_callam_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_callam_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_callam_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_callam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_callam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_callam_001 ; . ontolex:apc_eng_calmaani_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_calmaani_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_calmaani_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_calmaani_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_calmaani_001 ; . ontolex:apc_eng_camal_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_camal_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_camal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_camal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_camal_001 ; . ontolex:apc_eng_camali_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_camali_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_camali_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_camali_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_camali_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_camali_001 ; . ontolex:apc_eng_camaliyye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_camaliyye_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_camaliyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_camaliyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_camaliyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_camaliyye_001 ; . ontolex:apc_eng_camm_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_camm_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_camm_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_camm_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_camm_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_camm_001 ; . ontolex:apc_eng_cammad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_cammad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cammad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cammad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cammad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cammad_001 ; . ontolex:apc_eng_cammar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_cammar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cammar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cammar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cammar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cammar_001 ; . ontolex:apc_eng_camme_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_camme_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_camme_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_camme_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_camme_001 ; . ontolex:apc_eng_can_uud_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_can_uud_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_can_uud_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_can_uud_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_can_uud_001 ; . ontolex:apc_eng_cana_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_cana_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cana_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cana_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cana_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cana_001 ; . ontolex:apc_eng_cand_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cand_001 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cand_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cand_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cand_001 ; . ontolex:apc_eng_caqed_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caqed_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caqed_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caqed_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caqed_001 ; . ontolex:apc_eng_caqliyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caqliyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caqliyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caqliyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caqliyye_001 ; . ontolex:apc_eng_caqrab_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caqrab_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caqrab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caqrab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caqrab_001 ; . ontolex:apc_eng_cara_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cara_001 ; . ontolex:apc_eng_carabaaye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_carabaaye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_carabaaye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_carabaaye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_carabaaye_001 ; . ontolex:apc_eng_carabi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_carabi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_carabi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_carabi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_carabi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_carabi_001 ; . ontolex:apc_eng_carbazhi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_carbazhi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_carbazhi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_carbazhi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_carbazhi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_carbazhi_001 ; . ontolex:apc_eng_cared_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cared_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cared_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cared_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cared_001 ; . ontolex:apc_eng_caresh_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caresh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caresh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caresh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caresh_001 ; . ontolex:apc_eng_carraf_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_carraf_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_carraf_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_carraf_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_carraf_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_carraf_001 ; . ontolex:apc_eng_caruus_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caruus_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caruus_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caruus_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caruus_001 ; . ontolex:apc_eng_caryaan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caryaan_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caryaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caryaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caryaan_001 ; . ontolex:apc_eng_casaaye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_casaaye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_casaaye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_casaaye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_casaaye_001 ; . ontolex:apc_eng_casab_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_casab_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_casab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_casab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_casab_001 ; . ontolex:apc_eng_casal_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_casal_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_casal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_casal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_casal_001 ; . ontolex:apc_eng_casar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_casar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_casar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_casar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_casar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_casar_001 ; . ontolex:apc_eng_caser_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caser_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caser_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caser_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caser_001 ; . ontolex:apc_eng_casfuur_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_casfuur_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_casfuur_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_casfuur_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_casfuur_001 ; . ontolex:apc_eng_casha_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_casha_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_casha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_casha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_casha_001 ; . ontolex:apc_eng_cashiyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cashiyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cashiyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cashiyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cashiyye_001 ; . ontolex:apc_eng_caskar_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caskar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caskar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caskar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caskar_001 ; . ontolex:apc_eng_caskari_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_caskari_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_caskari_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caskari_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caskari_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caskari_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caskari_001 ; . ontolex:apc_eng_caskariyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caskariyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caskariyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caskariyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caskariyye_001 ; . ontolex:apc_eng_casriiyaat_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_casriiyaat_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_casriiyaat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_casriiyaat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_casriiyaat_001 ; . ontolex:apc_eng_casruuniiye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_casruuniiye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_casruuniiye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_casruuniiye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_casruuniiye_001 ; . ontolex:apc_eng_cassar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_cassar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cassar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cassar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cassar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cassar_001 ; . ontolex:apc_eng_cata_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_cata_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cata_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cata_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cata_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cata_001 ; . ontolex:apc_eng_catii_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_catii_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_catii_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_catii_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_catii_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_catii_001 ; . ontolex:apc_eng_cattal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_cattal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cattal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cattal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cattal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cattal_001 ; . ontolex:apc_eng_cawantazhi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_cawantazhi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cawantazhi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cawantazhi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cawantazhi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cawantazhi_001 ; . ontolex:apc_eng_cawwad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_cawwad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cawwad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cawwad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cawwad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cawwad_001 ; . ontolex:apc_eng_cayshe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cayshe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cayshe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cayshe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cayshe_001 ; . ontolex:apc_eng_cayyash_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_cayyash_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cayyash_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cayyash_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cayyash_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cayyash_001 ; . ontolex:apc_eng_cayyat_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_cayyat_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cayyat_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cayyat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cayyat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cayyat_001 ; . ontolex:apc_eng_caza_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caza_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caza_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caza_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caza_001 ; . ontolex:apc_eng_cazaab_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cazaab_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cazaab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cazaab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cazaab_001 ; . ontolex:apc_eng_cazhab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_cazhab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cazhab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cazhab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cazhab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cazhab_001 ; . ontolex:apc_eng_cazhan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_cazhan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cazhan_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cazhan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cazhan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cazhan_001 ; . ontolex:apc_eng_cazhiin_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cazhiin_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cazhiin_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cazhiin_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cazhiin_001 ; . ontolex:apc_eng_cazhwe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cazhwe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cazhwe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cazhwe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cazhwe_001 ; . ontolex:apc_eng_caziim_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_caziim_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_caziim_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_caziim_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_caziim_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_caziim_001 ; . ontolex:apc_eng_cazzab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_cazzab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cazzab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cazzab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cazzab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cazzab_001 ; . ontolex:apc_eng_cedaa_iyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cedaa_iyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cedaa_iyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cedaa_iyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cedaa_iyye_001 ; . ontolex:apc_eng_ceddet_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ceddet_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ceddet_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ceddet_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ceddet_001 ; . ontolex:apc_eng_cedu_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cedu_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cedu_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cedu_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cedu_001 ; . ontolex:apc_eng_ceeb_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ceeb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ceeb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ceeb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ceeb_001 ; . ontolex:apc_eng_cefriit_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cefriit_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cefriit_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cefriit_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cefriit_001 ; . ontolex:apc_eng_celbe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_celbe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_celbe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_celbe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_celbe_001 ; . ontolex:apc_eng_celem_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_celem_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_celem_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_celem_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_celem_001 ; . ontolex:apc_eng_celliyye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_celliyye_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_celliyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_celliyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_celliyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_celliyye_001 ; . ontolex:apc_eng_cemel_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_cemel_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cemel_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cemel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cemel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cemel_001 ; . ontolex:apc_eng_cemel_haal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cemel_haal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cemel_haal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cemel_haal_001 ; . ontolex:apc_eng_cemra_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cemra_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cemra_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cemra_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cemra_001 ; . ontolex:apc_eng_ceneb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ceneb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ceneb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ceneb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ceneb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ceneb_001 ; . ontolex:apc_eng_cenwaan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cenwaan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cenwaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cenwaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cenwaan_001 ; . ontolex:apc_eng_ceref_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ceref_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ceref_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ceref_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ceref_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ceref_001 ; . ontolex:apc_eng_ceshe_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ceshe_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ceshe_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ceshe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ceshe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ceshe_001 ; . ontolex:apc_eng_ceter_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ceter_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ceter_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ceter_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ceter_001 ; . ontolex:apc_eng_cetme_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cetme_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cetme_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cetme_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cetme_001 ; . ontolex:apc_eng_cezhel_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cezhel_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cezhel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cezhel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cezhel_001 ; . ontolex:apc_eng_cibaade_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cibaade_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cibaade_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cibaade_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cibaade_001 ; . ontolex:apc_eng_ciid_el_feseh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ciid_el_feseh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ciid_el_feseh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ciid_el_feseh_001 ; . ontolex:apc_eng_ciid_miilaad_el_masiih_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ciid_miilaad_el_masiih_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ciid_miilaad_el_masiih_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ciid_miilaad_el_masiih_001 ; . ontolex:apc_eng_ciiraan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ciiraan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ciiraan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ciiraan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ciiraan_001 ; . ontolex:apc_eng_ciishe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ciishe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ciishe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ciishe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ciishe_001 ; . ontolex:apc_eng_coozha_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_coozha_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_coozha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_coozha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_coozha_001 ; . ontolex:apc_eng_cta_ad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_cta_ad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cta_ad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cta_ad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cta_ad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cta_ad_001 ; . ontolex:apc_eng_ctabar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ctabar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ctabar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ctabar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ctabar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ctabar_001 ; . ontolex:apc_eng_ctamad_cala_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ctamad_cala_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ctamad_cala_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ctamad_cala_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ctamad_cala_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ctamad_cala_001 ; . ontolex:apc_eng_ctana_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ctana_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ctana_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ctana_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ctana_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ctana_001 ; . ontolex:apc_eng_ctarad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ctarad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ctarad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ctarad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ctarad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ctarad_001 ; . ontolex:apc_eng_cuquube_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cuquube_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cuquube_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cuquube_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cuquube_001 ; . ontolex:apc_eng_cusmaani_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cusmaani_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cusmaani_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cusmaani_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cusmaani_001 ; . ontolex:apc_eng_cwazhzh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_cwazhzh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cwazhzh_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cwazhzh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cwazhzh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cwazhzh_001 ; . ontolex:apc_eng_cyaade_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_cyaade_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_cyaade_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_cyaade_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_cyaade_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_cyaade_001 ; . ontolex:apc_eng_da_002 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_da_002 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_da_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_da_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_da_002 ; . ontolex:apc_eng_da_a_002 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_da_a_002 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_da_a_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_da_a_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_da_a_002 ; . ontolex:apc_eng_daab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_daab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daab_001 ; . ontolex:apc_eng_daabet_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_daabet_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daabet_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daabet_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daabet_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daabet_001 ; . ontolex:apc_eng_daac_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_daac_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daac_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daac_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daac_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daac_001 ; . ontolex:apc_eng_daafi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_daafi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daafi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daafi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daafi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daafi_001 ; . ontolex:apc_eng_daam_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_daam_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daam_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daam_001 ; . ontolex:apc_eng_daana_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daana_001 ; lexinfo:partOfSpeech lexinfo:properNoun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daana_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daana_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daana_001 ; . ontolex:apc_eng_daas_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_daas_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daas_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daas_001 ; . ontolex:apc_eng_daawam_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_daawam_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daawam_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daawam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daawam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daawam_001 ; . ontolex:apc_eng_daaxli_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_daaxli_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daaxli_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daaxli_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daaxli_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daaxli_001 ; . ontolex:apc_eng_daaya_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_daaya_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daaya_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daaya_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daaya_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daaya_001 ; . ontolex:apc_eng_daayec_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_daayec_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_daayec_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daayec_001 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daayec_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daayec_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daayec_001 ; . ontolex:apc_eng_daayman_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daayman_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daayman_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daayman_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daayman_001 ; . ontolex:apc_eng_dabah_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dabah_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dabah_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dabah_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dabah_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dabah_001 ; . ontolex:apc_eng_dabat_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dabat_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dabat_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dabat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dabat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dabat_001 ; . ontolex:apc_eng_dabb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dabb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dabb_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dabb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dabb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dabb_001 ; . ontolex:apc_eng_dabbak_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dabbak_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dabbak_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dabbak_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dabbak_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dabbak_001 ; . ontolex:apc_eng_dabbuus_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dabbuus_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dabbuus_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dabbuus_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dabbuus_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dabbuus_001 ; . ontolex:apc_eng_dabke_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dabke_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dabke_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dabke_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dabke_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dabke_001 ; . ontolex:apc_eng_daca_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_daca_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daca_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daca_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daca_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daca_001 ; . ontolex:apc_eng_dacaara_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dacaara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dacaara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dacaara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dacaara_001 ; . ontolex:apc_eng_dacwe_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dacwe_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dacwe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dacwe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dacwe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dacwe_001 ; . ontolex:apc_eng_dafan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dafan_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_dafan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dafan_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dafan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dafan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dafan_001 ; . ontolex:apc_eng_dafar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dafar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dafar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dafar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dafar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dafar_001 ; . ontolex:apc_eng_dafash_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dafash_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dafash_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dafash_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dafash_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dafash_001 ; . ontolex:apc_eng_daff_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_daff_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daff_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daff_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daff_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daff_001 ; . ontolex:apc_eng_daftar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_daftar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daftar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daftar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daftar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daftar_001 ; . ontolex:apc_eng_daftar_leeli_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daftar_leeli_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daftar_leeli_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daftar_leeli_001 ; . ontolex:apc_eng_daftar_nahaari_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daftar_nahaari_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daftar_nahaari_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daftar_nahaari_001 ; . ontolex:apc_eng_daftar_yoomiyyaat_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daftar_yoomiyyaat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daftar_yoomiyyaat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daftar_yoomiyyaat_001 ; . ontolex:apc_eng_daghet_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daghet_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daghet_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daghet_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daghet_001 ; . ontolex:apc_eng_dahab_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dahab_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dahab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dahab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dahab_001 ; . ontolex:apc_eng_dahabi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dahabi_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_dahabi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dahabi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dahabi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dahabi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dahabi_001 ; . ontolex:apc_eng_dahha_bi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dahha_bi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dahha_bi_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dahha_bi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dahha_bi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dahha_bi_001 ; . ontolex:apc_eng_dahhak_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dahhak_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dahhak_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dahhak_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dahhak_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dahhak_001 ; . ontolex:apc_eng_dahiyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dahiyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dahiyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dahiyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dahiyye_001 ; . ontolex:apc_eng_dahliiz_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dahliiz_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dahliiz_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dahliiz_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dahliiz_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dahliiz_001 ; . ontolex:apc_eng_daliil_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_daliil_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daliil_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daliil_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daliil_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daliil_001 ; . ontolex:apc_eng_dall_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dall_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dall_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dall_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dall_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dall_001 ; . ontolex:apc_eng_damm_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_damm_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_damm_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_damm_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_damm_001 ; . ontolex:apc_eng_danab_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_danab_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_danab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_danab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_danab_001 ; . ontolex:apc_eng_dara_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dara_001 ; . ontolex:apc_eng_daras_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_daras_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daras_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daras_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daras_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daras_001 ; . ontolex:apc_eng_darazhe_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_darazhe_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_darazhe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_darazhe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_darazhe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_darazhe_001 ; . ontolex:apc_eng_darbet_shames_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_darbet_shames_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_darbet_shames_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_darbet_shames_001 ; . ontolex:apc_eng_dares_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dares_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dares_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dares_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dares_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dares_001 ; . ontolex:apc_eng_dariibe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dariibe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dariibe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dariibe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dariibe_001 ; . ontolex:apc_eng_darr_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_darr_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_darr_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_darr_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_darr_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_darr_001 ; . ontolex:apc_eng_darra_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_darra_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_darra_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_darra_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_darra_001 ; . ontolex:apc_eng_darras_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_darras_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_darras_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_darras_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_darras_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_darras_001 ; . ontolex:apc_eng_daruura_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daruura_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daruura_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daruura_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daruura_001 ; . ontolex:apc_eng_dasaame_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dasaame_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dasaame_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dasaame_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dasaame_001 ; . ontolex:apc_eng_dashshar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dashshar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dashshar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dashshar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dashshar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dashshar_001 ; . ontolex:apc_eng_dawa_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dawa_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dawa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dawa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dawa_001 ; . ontolex:apc_eng_dawa_ghasiil_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dawa_ghasiil_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dawa_ghasiil_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dawa_ghasiil_001 ; . ontolex:apc_eng_dawa_zhali_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dawa_zhali_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dawa_zhali_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dawa_zhali_001 ; . ontolex:apc_eng_dawaam_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dawaam_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dawaam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dawaam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dawaam_001 ; . ontolex:apc_eng_dawle_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dawle_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dawle_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dawle_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dawle_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dawle_001 ; . ontolex:apc_eng_dawra_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dawra_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dawra_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dawra_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dawra_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dawra_001 ; . ontolex:apc_eng_dawret_lugha_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dawret_lugha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dawret_lugha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dawret_lugha_001 ; . ontolex:apc_eng_daww_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daww_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daww_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daww_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daww_001 ; . ontolex:apc_eng_dawwaar_әl_amar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dawwaar_әl_amar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dawwaar_әl_amar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dawwaar_әl_amar_001 ; . ontolex:apc_eng_dawwaaye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dawwaaye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dawwaaye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dawwaaye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dawwaaye_001 ; . ontolex:apc_eng_daxal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_daxal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daxal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daxal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daxal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daxal_001 ; . ontolex:apc_eng_daxxal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_daxxal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daxxal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daxxal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daxxal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daxxal_001 ; . ontolex:apc_eng_daxxan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_daxxan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_daxxan_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_daxxan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_daxxan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_daxxan_001 ; . ontolex:apc_eng_dayyac_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dayyac_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dayyac_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dayyac_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dayyac_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dayyac_001 ; . ontolex:apc_eng_dayyaf_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dayyaf_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dayyaf_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dayyaf_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dayyaf_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dayyaf_001 ; . ontolex:apc_eng_dayye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dayye_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_dayye_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dayye_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dayye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dayye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dayye_001 ; . ontolex:apc_eng_dciif_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dciif_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_dciif_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dciif_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dciif_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dciif_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dciif_001 ; . ontolex:apc_eng_ddaaya_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ddaaya_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ddaaya_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ddaaya_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ddaaya_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ddaaya_001 ; . ontolex:apc_eng_ddaca_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ddaca_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ddaca_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ddaca_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ddaca_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ddaca_001 ; . ontolex:apc_eng_ddaffa_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ddaffa_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ddaffa_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ddaffa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ddaffa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ddaffa_001 ; . ontolex:apc_eng_debb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_debb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_debb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_debb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_debb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_debb_001 ; . ontolex:apc_eng_debes_remmaan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_debes_remmaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_debes_remmaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_debes_remmaan_001 ; . ontolex:apc_eng_deblomaasi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_deblomaasi_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_deblomaasi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_deblomaasi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_deblomaasi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_deblomaasi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_deblomaasi_001 ; . ontolex:apc_eng_debloom_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_debloom_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_debloom_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_debloom_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_debloom_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_debloom_001 ; . ontolex:apc_eng_dedd_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dedd_001 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dedd_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dedd_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dedd_001 ; . ontolex:apc_eng_deef_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_deef_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_deef_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_deef_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_deef_001 ; . ontolex:apc_eng_deen_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_deen_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_deen_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_deen_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_deen_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_deen_001 ; . ontolex:apc_eng_deer_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_deer_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_deer_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_deer_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_deer_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_deer_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_deer_001 ; . ontolex:apc_eng_defer_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_defer_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_defer_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_defer_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_defer_001 ; . ontolex:apc_eng_defi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_defi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_defi_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_defi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_defi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_defi_001 ; . ontolex:apc_eng_dehek_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dehek_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dehek_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dehek_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dehek_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dehek_001 ; . ontolex:apc_eng_deher_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_deher_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_deher_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_deher_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_deher_001 ; . ontolex:apc_eng_dehne_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dehne_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dehne_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dehne_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dehne_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dehne_001 ; . ontolex:apc_eng_dektoor_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dektoor_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dektoor_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dektoor_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dektoor_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dektoor_001 ; . ontolex:apc_eng_demen_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_demen_001 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_demen_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_demen_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_demen_001 ; . ontolex:apc_eng_denye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_denye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_denye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_denye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_denye_001 ; . ontolex:apc_eng_deres_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_deres_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_deres_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_deres_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_deres_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_deres_001 ; . ontolex:apc_eng_derezh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_derezh_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_derezh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_derezh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_derezh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_derezh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_derezh_001 ; . ontolex:apc_eng_deri_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_deri_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_deri_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_deri_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_deri_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_deri_001 ; . ontolex:apc_eng_derraa_en_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_derraa_en_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_derraa_en_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_derraa_en_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_derraa_en_001 ; . ontolex:apc_eng_ders_el_ca_el_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ders_el_ca_el_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ders_el_ca_el_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ders_el_ca_el_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ders_el_ca_el_001 ; . ontolex:apc_eng_derzi_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_derzi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_derzi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_derzi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_derzi_001 ; . ontolex:apc_eng_dicaaye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dicaaye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dicaaye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dicaaye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dicaaye_001 ; . ontolex:apc_eng_diib_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_diib_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_diib_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_diib_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_diib_001 ; . ontolex:apc_eng_diikoor_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_diikoor_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_diikoor_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_diikoor_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_diikoor_001 ; . ontolex:apc_eng_diin_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_diin_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_diin_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_diin_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_diin_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_diin_001 ; . ontolex:apc_eng_diini_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_diini_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_diini_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_diini_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_diini_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_diini_001 ; . ontolex:apc_eng_diiskoteek_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_diiskoteek_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_diiskoteek_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_diiskoteek_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_diiskoteek_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_diiskoteek_001 ; . ontolex:apc_eng_dimasheq_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dimasheq_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dimasheq_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dimasheq_001 ; . ontolex:apc_eng_diraase_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_diraase_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_diraase_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_diraase_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_diraase_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_diraase_001 ; . ontolex:apc_eng_doktooraa_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_doktooraa_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_doktooraa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_doktooraa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_doktooraa_001 ; . ontolex:apc_eng_dolaar_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dolaar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dolaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dolaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dolaar_001 ; . ontolex:apc_eng_door_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_door_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_door_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_door_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_door_001 ; . ontolex:apc_eng_draama_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_draama_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_draama_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_draama_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_draama_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_draama_001 ; . ontolex:apc_eng_ducaa_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ducaa_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ducaa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ducaa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ducaa_001 ; . ontolex:apc_eng_duush_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_duush_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_duush_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_duush_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_duush_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_duush_001 ; . ontolex:apc_eng_duwweera_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_duwweera_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_duwweera_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_duwweera_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_duwweera_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_duwweera_001 ; . ontolex:apc_eng_dwali_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_dwali_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_dwali_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dwali_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dwali_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dwali_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dwali_001 ; . ontolex:apc_eng_dxuul_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dxuul_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dxuul_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dxuul_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dxuul_001 ; . ontolex:apc_eng_dyaafe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_dyaafe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_dyaafe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_dyaafe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_dyaafe_001 ; . ontolex:apc_eng_eb_serca_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_eb_serca_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_eb_serca_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_eb_serca_001 ; . ontolex:apc_eng_ebel_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ebel_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ebel_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ebel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ebel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ebel_001 ; . ontolex:apc_eng_eben_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_eben_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_eben_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_eben_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_eben_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_eben_001 ; . ontolex:apc_eng_eben_camm_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_eben_camm_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_eben_camm_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_eben_camm_001 ; . ontolex:apc_eng_ebrii_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ebrii_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ebrii_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ebrii_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ebrii_001 ; . ontolex:apc_eng_ebtisaame_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ebtisaame_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ebtisaame_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ebtisaame_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ebtisaame_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ebtisaame_001 ; . ontolex:apc_eng_ecdaadi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ecdaadi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ecdaadi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ecdaadi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ecdaadi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ecdaadi_001 ; . ontolex:apc_eng_eclaan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_eclaan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_eclaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_eclaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_eclaan_001 ; . ontolex:apc_eng_ed_deher_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ed_deher_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ed_deher_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ed_deher_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ed_deher_001 ; . ontolex:apc_eng_edbaara_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_edbaara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_edbaara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_edbaara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_edbaara_001 ; . ontolex:apc_eng_eddaam_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_eddaam_001 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_eddaam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_eddaam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_eddaam_001 ; . ontolex:apc_eng_eder_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_eder_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_eder_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_eder_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_eder_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_eder_001 ; . ontolex:apc_eng_edra_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_edra_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_edra_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_edra_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_edra_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_edra_001 ; . ontolex:apc_eng_ee_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ee_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ee_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ee_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ee_001 ; . ontolex:apc_eng_eeluul_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_eeluul_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_eeluul_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_eeluul_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_eeluul_001 ; . ontolex:apc_eng_eemta_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_eemta_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_eemta_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_eemta_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_eemta_001 ; . ontolex:apc_eng_ehkaaye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ehkaaye_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ehkaaye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ehkaaye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ehkaaye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ehkaaye_001 ; . ontolex:apc_eng_ehsaa_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ehsaa_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ehsaa_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ehsaa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ehsaa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ehsaa_001 ; . ontolex:apc_eng_ehsaab_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ehsaab_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ehsaab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ehsaab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ehsaab_001 ; . ontolex:apc_eng_ehsaas_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ehsaas_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ehsaas_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ehsaas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ehsaas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ehsaas_001 ; . ontolex:apc_eng_ehtifaal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ehtifaal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ehtifaal_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ehtifaal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ehtifaal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ehtifaal_001 ; . ontolex:apc_eng_ehtiraafi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ehtiraafi_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_ehtiraafi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ehtiraafi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ehtiraafi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ehtiraafi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ehtiraafi_001 ; . ontolex:apc_eng_ehtiraam_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ehtiraam_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ehtiraam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ehtiraam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ehtiraam_001 ; . ontolex:apc_eng_ehtiyaazh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ehtiyaazh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ehtiyaazh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ehtiyaazh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ehtiyaazh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ehtiyaazh_001 ; . ontolex:apc_eng_el_ahad_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_el_ahad_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_el_ahad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_el_ahad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_el_ahad_001 ; . ontolex:apc_eng_el_arbaca_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_el_arbaca_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_el_arbaca_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_el_arbaca_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_el_arbaca_001 ; . ontolex:apc_eng_el_assaac_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_el_assaac_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_el_assaac_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_el_assaac_001 ; . ontolex:apc_eng_el_bahr_el_abyad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_el_bahr_el_abyad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_el_bahr_el_abyad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_el_bahr_el_abyad_001 ; . ontolex:apc_eng_el_caasi_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_el_caasi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_el_caasi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_el_caasi_001 ; . ontolex:apc_eng_el_eble_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_el_eble_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_el_eble_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_el_eble_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_el_eble_001 ; . ontolex:apc_eng_el_erdon_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_el_erdon_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_el_erdon_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_el_erdon_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_el_erdon_001 ; . ontolex:apc_eng_el_esbuuc_el_maadi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_el_esbuuc_el_maadi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_el_esbuuc_el_maadi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_el_esbuuc_el_maadi_001 ; . ontolex:apc_eng_el_eslaam_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_el_eslaam_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_el_eslaam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_el_eslaam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_el_eslaam_001 ; . ontolex:apc_eng_el_ettihaad_el_oorebbi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_el_ettihaad_el_oorebbi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_el_ettihaad_el_oorebbi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_el_ettihaad_el_oorebbi_001 ; . ontolex:apc_eng_el_feres_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_el_feres_001 ; lexinfo:partOfSpeech lexinfo:properNoun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_el_feres_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_el_feres_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_el_feres_001 ; . ontolex:apc_eng_el_furaat_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_el_furaat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_el_furaat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_el_furaat_001 ; . ontolex:apc_eng_el_ghuuta_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_el_ghuuta_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_el_ghuuta_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_el_ghuuta_001 ; . ontolex:apc_eng_el_hamiidiiye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_el_hamiidiiye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_el_hamiidiiye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_el_hamiidiiye_001 ; . ontolex:apc_eng_el_hamra_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_el_hamra_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_el_hamra_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_el_hamra_001 ; . ontolex:apc_eng_el_harb_el_caalamiiye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_el_harb_el_caalamiiye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_el_harb_el_caalamiiye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_el_harb_el_caalamiiye_001 ; . ontolex:apc_eng_el_laad_iiye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_el_laad_iiye_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_el_laad_iiye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_el_laad_iiye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_el_laad_iiye_001 ; . ontolex:apc_eng_el_masa_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_el_masa_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_el_masa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_el_masa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_el_masa_001 ; . ontolex:apc_eng_elhamdella_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_elhamdella_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_elhamdella_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_elhamdella_001 ; . ontolex:apc_eng_ella_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ella_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ella_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ella_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ella_001 ; . ontolex:apc_eng_emarzhi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_emarzhi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_emarzhi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_emarzhi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_emarzhi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_emarzhi_001 ; . ontolex:apc_eng_emda_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_emda_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_emda_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_emda_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_emda_001 ; . ontolex:apc_eng_emghaadara_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_emghaadara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_emghaadara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_emghaadara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_emghaadara_001 ; . ontolex:apc_eng_emm_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_emm_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_emm_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_emm_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_emm_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_emm_001 ; . ontolex:apc_eng_en_nashra_zh_zhawwiyye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_en_nashra_zh_zhawwiyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_en_nashra_zh_zhawwiyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_en_nashra_zh_zhawwiyye_001 ; . ontolex:apc_eng_en_nemsa_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_en_nemsa_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_en_nemsa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_en_nemsa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_en_nemsa_001 ; . ontolex:apc_eng_en_noofara_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_en_noofara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_en_noofara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_en_noofara_001 ; . ontolex:apc_eng_encikaas_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_encikaas_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_encikaas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_encikaas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_encikaas_001 ; . ontolex:apc_eng_engliizi_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_engliizi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_engliizi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_engliizi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_engliizi_001 ; . ontolex:apc_eng_enhitaat_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_enhitaat_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_enhitaat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_enhitaat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_enhitaat_001 ; . ontolex:apc_eng_ensaan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ensaan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ensaan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ensaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ensaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ensaan_001 ; . ontolex:apc_eng_entaaye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entaaye_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entaaye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entaaye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entaaye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entaaye_001 ; . ontolex:apc_eng_ente_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ente_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ente_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ente_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ente_001 ; . ontolex:apc_eng_enterneet_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_enterneet_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_enterneet_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_enterneet_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_enterneet_001 ; . ontolex:apc_eng_enti_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_enti_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_enti_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_enti_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_enti_001 ; . ontolex:apc_eng_entry_000000 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000000 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000000 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000000 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000000 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000000 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000000 ; . ontolex:apc_eng_entry_000001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000001 ; . ontolex:apc_eng_entry_000002 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000002 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000002 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000002 ; . ontolex:apc_eng_entry_000003 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000003 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000003 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000003 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000003 ; . ontolex:apc_eng_entry_000006 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000006 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000006 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000006 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000006 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000006 ; ontolex:denotes ontolex:sense_Sense_2_apc_eng_entry_000006 ; . ontolex:apc_eng_entry_000008 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000008 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000008 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000008 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000008 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000008 ; . ontolex:apc_eng_entry_000009 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000009 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000009 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000009 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000009 ; . ontolex:apc_eng_entry_000010 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000010 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000010 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000010 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000010 ; . ontolex:apc_eng_entry_000011 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000011 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000011 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000011 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000011 ; . ontolex:apc_eng_entry_000012 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000012 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000012 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000012 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000012 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000012 ; . ontolex:apc_eng_entry_000013 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000013 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000013 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000013 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000013 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000013 ; . ontolex:apc_eng_entry_000014 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000014 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000014 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000014 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000014 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000014 ; . ontolex:apc_eng_entry_000015 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000015 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000015 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000015 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000015 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000015 ; . ontolex:apc_eng_entry_000016 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000016 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000016 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000016 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000016 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000016 ; . ontolex:apc_eng_entry_000019 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000019 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000019 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000019 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000019 ; . ontolex:apc_eng_entry_000021 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000021 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000021 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000021 ; . ontolex:apc_eng_entry_000022 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000022 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000022 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000022 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000022 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000022 ; . ontolex:apc_eng_entry_000023 rdf:type ontolex:LexicalEntry ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000023 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000023 ; . ontolex:apc_eng_entry_000024 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000024 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000024 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000024 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000024 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000024 ; . ontolex:apc_eng_entry_000025 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000025 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000025 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000025 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000025 ; . ontolex:apc_eng_entry_000026 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000026 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000026 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000026 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000026 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000026 ; . ontolex:apc_eng_entry_000027 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000027 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000027 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000027 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000027 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000027 ; . ontolex:apc_eng_entry_000028 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000028 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000028 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000028 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000028 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000028 ; . ontolex:apc_eng_entry_000029 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000029 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000029 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000029 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000029 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000029 ; . ontolex:apc_eng_entry_000030 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000030 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000030 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000030 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000030 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000030 ; . ontolex:apc_eng_entry_000032 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000032 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000032 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000032 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000032 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000032 ; . ontolex:apc_eng_entry_000034 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000034 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000034 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000034 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000034 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000034 ; . ontolex:apc_eng_entry_000035 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000035 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000035 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000035 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000035 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000035 ; . ontolex:apc_eng_entry_000036 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000036 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000036 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000036 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000036 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000036 ; . ontolex:apc_eng_entry_000037 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000037 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000037 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000037 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000037 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000037 ; . ontolex:apc_eng_entry_000038 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000038 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000038 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000038 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000038 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000038 ; . ontolex:apc_eng_entry_000040 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000040 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000040 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000040 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000040 ; . ontolex:apc_eng_entry_000042 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000042 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000042 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000042 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000042 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000042 ; . ontolex:apc_eng_entry_000043 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000043 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000043 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000043 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000043 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000043 ; . ontolex:apc_eng_entry_000044 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000044 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000044 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000044 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000044 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000044 ; . ontolex:apc_eng_entry_000045 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000045 ; lexinfo:partOfSpeech lexinfo:conjunction ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000045 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000045 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000045 ; . ontolex:apc_eng_entry_000046 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000046 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000046 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000046 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000046 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000046 ; . ontolex:apc_eng_entry_000047 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000047 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000047 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000047 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000047 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000047 ; . ontolex:apc_eng_entry_000049 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000049 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000049 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000049 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000049 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000049 ; . ontolex:apc_eng_entry_000051 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000051 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000051 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000051 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000051 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000051 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000051 ; . ontolex:apc_eng_entry_000052 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000052 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000052 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000052 ; . ontolex:apc_eng_entry_000053 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000053 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000053 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000053 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000053 ; . ontolex:apc_eng_entry_000055 rdf:type ontolex:LexicalEntry ; lexinfo:partOfSpeech lexinfo:conjunction ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000055 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000055 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000055 ; . ontolex:apc_eng_entry_000065 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000065 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000065 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000065 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000065 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000065 ; . ontolex:apc_eng_entry_000067 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000067 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000067 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000067 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000067 ; . ontolex:apc_eng_entry_000069 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000069 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000069 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000069 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000069 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000069 ; . ontolex:apc_eng_entry_000071 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000071 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000071 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000071 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000071 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000071 ; . ontolex:apc_eng_entry_000073 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000073 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000073 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000073 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000073 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000073 ; . ontolex:apc_eng_entry_000076 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000076 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000076 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000076 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000076 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000076 ; . ontolex:apc_eng_entry_000077 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000077 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000077 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000077 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000077 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000077 ; . ontolex:apc_eng_entry_000078 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000078 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000078 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000078 ; . ontolex:apc_eng_entry_000079 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000079 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000079 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000079 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000079 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000079 ; . ontolex:apc_eng_entry_000080 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000080 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000080 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000080 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000080 ; . ontolex:apc_eng_entry_000082 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000082 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000082 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000082 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000082 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000082 ; . ontolex:apc_eng_entry_000083 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000083 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000083 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000083 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000083 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000083 ; . ontolex:apc_eng_entry_000084 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000084 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000084 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000084 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000084 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000084 ; . ontolex:apc_eng_entry_000086 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000086 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000086 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000086 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000086 ; . ontolex:apc_eng_entry_000088 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000088 ; lexinfo:partOfSpeech lexinfo:conjunction ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000088 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000088 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000088 ; . ontolex:apc_eng_entry_000089 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000089 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000089 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000089 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000089 ; . ontolex:apc_eng_entry_000095 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000095 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000095 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000095 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000095 ; . ontolex:apc_eng_entry_000096 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000096 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000096 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000096 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000096 ; . ontolex:apc_eng_entry_000098 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000098 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000098 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000098 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000098 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000098 ; . ontolex:apc_eng_entry_000099 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000099 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000099 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000099 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000099 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000099 ; . ontolex:apc_eng_entry_000100 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000100 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000100 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000100 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000100 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000100 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000100 ; . ontolex:apc_eng_entry_000102 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000102 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000102 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000102 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000102 ; . ontolex:apc_eng_entry_000103 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000103 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000103 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000103 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000103 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000103 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000103 ; . ontolex:apc_eng_entry_000104 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000104 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000104 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000104 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000104 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000104 ; . ontolex:apc_eng_entry_000106 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000106 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000106 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000106 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000106 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000106 ; . ontolex:apc_eng_entry_000107 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000107 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000107 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000107 ; . ontolex:apc_eng_entry_000108 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000108 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000108 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000108 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000108 ; . ontolex:apc_eng_entry_000109 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000109 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000109 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000109 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000109 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000109 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000109 ; . ontolex:apc_eng_entry_000111 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000111 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000111 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000111 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000111 ; . ontolex:apc_eng_entry_000113 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000113 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000113 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000113 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000113 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000113 ; . ontolex:apc_eng_entry_000115 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000115 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000115 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000115 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000115 ; . ontolex:apc_eng_entry_000118 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000118 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000118 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000118 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000118 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000118 ; . ontolex:apc_eng_entry_000119 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000119 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000119 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000119 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000119 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000119 ; . ontolex:apc_eng_entry_000120 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000120 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000120 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000120 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000120 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000120 ; . ontolex:apc_eng_entry_000121 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000121 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000121 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000121 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000121 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000121 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000121 ; . ontolex:apc_eng_entry_000122 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000122 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000122 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000122 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000122 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000122 ; . ontolex:apc_eng_entry_000123 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000123 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000123 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000123 ; . ontolex:apc_eng_entry_000124 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000124 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000124 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000124 ; . ontolex:apc_eng_entry_000125 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000125 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000125 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000125 ; . ontolex:apc_eng_entry_000126 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000126 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000126 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000126 ; . ontolex:apc_eng_entry_000127 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000127 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000127 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000127 ; . ontolex:apc_eng_entry_000128 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000128 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000128 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000128 ; . ontolex:apc_eng_entry_000129 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000129 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000129 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000129 ; . ontolex:apc_eng_entry_000130 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000130 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000130 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000130 ; . ontolex:apc_eng_entry_000133 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000133 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000133 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000133 ; . ontolex:apc_eng_entry_000134 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000134 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000134 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000134 ; . ontolex:apc_eng_entry_000136 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000136 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000136 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000136 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000136 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000136 ; . ontolex:apc_eng_entry_000138 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000138 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000138 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000138 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000138 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000138 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000138 ; . ontolex:apc_eng_entry_000139 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000139 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000139 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000139 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000139 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000139 ; . ontolex:apc_eng_entry_000141 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000141 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000141 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000141 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000141 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000141 ; . ontolex:apc_eng_entry_000142 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000142 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000142 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000142 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000142 ; . ontolex:apc_eng_entry_000147 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000147 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000147 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000147 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000147 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000147 ; . ontolex:apc_eng_entry_000148 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000148 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000148 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000148 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000148 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000148 ; . ontolex:apc_eng_entry_000149 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000149 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000149 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000149 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000149 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000149 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000149 ; . ontolex:apc_eng_entry_000150 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000150 ; lexinfo:partOfSpeech lexinfo:conjunction ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000150 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000150 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000150 ; . ontolex:apc_eng_entry_000152 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000152 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000152 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000152 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000152 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000152 ; . ontolex:apc_eng_entry_000154 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000154 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000154 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000154 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000154 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000154 ; . ontolex:apc_eng_entry_000155 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000155 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000155 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000155 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000155 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000155 ; . ontolex:apc_eng_entry_000157 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000157 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000157 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000157 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000157 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000157 ; . ontolex:apc_eng_entry_000160 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000160 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000160 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000160 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000160 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000160 ; . ontolex:apc_eng_entry_000161 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000161 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000161 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000161 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000161 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000161 ; . ontolex:apc_eng_entry_000162 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000162 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000162 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000162 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000162 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000162 ; . ontolex:apc_eng_entry_000164 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000164 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000164 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000164 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000164 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000164 ; . ontolex:apc_eng_entry_000165 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000165 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000165 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000165 ; . ontolex:apc_eng_entry_000167 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000167 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000167 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000167 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000167 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000167 ; . ontolex:apc_eng_entry_000168 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000168 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000168 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000168 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000168 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000168 ; . ontolex:apc_eng_entry_000169 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000169 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000169 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000169 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000169 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000169 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000169 ; . ontolex:apc_eng_entry_000170 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000170 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000170 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000170 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000170 ; . ontolex:apc_eng_entry_000172 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000172 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000172 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000172 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000172 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000172 ; . ontolex:apc_eng_entry_000173 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000173 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000173 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000173 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000173 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000173 ; . ontolex:apc_eng_entry_000175 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000175 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000175 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000175 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000175 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000175 ; . ontolex:apc_eng_entry_000176 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000176 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000176 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000176 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000176 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000176 ; . ontolex:apc_eng_entry_000177 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000177 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000177 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000177 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000177 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000177 ; . ontolex:apc_eng_entry_000178 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000178 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000178 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000178 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000178 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000178 ; . ontolex:apc_eng_entry_000179 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000179 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000179 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000179 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000179 ; . ontolex:apc_eng_entry_000180 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000180 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000180 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000180 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000180 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000180 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000180 ; . ontolex:apc_eng_entry_000181 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000181 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000181 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000181 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000181 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000181 ; . ontolex:apc_eng_entry_000184 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000184 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000184 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000184 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000184 ; . ontolex:apc_eng_entry_000185 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000185 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000185 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000185 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000185 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000185 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000185 ; . ontolex:apc_eng_entry_000187 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000187 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000187 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000187 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000187 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000187 ; . ontolex:apc_eng_entry_000188 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000188 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000188 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000188 ; . ontolex:apc_eng_entry_000190 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000190 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000190 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000190 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000190 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000190 ; . ontolex:apc_eng_entry_000191 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000191 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000191 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000191 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000191 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000191 ; . ontolex:apc_eng_entry_000192 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000192 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000192 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000192 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000192 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000192 ; . ontolex:apc_eng_entry_000193 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000193 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000193 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000193 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000193 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000193 ; . ontolex:apc_eng_entry_000194 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000194 ; lexinfo:partOfSpeech lexinfo:conjunction ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000194 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000194 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000194 ; . ontolex:apc_eng_entry_000195 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000195 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000195 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000195 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000195 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000195 ; . ontolex:apc_eng_entry_000197 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000197 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000197 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000197 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000197 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000197 ; . ontolex:apc_eng_entry_000198 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000198 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000198 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000198 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000198 ; . ontolex:apc_eng_entry_000199 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000199 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000199 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000199 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000199 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000199 ; . ontolex:apc_eng_entry_000200 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000200 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000200 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000200 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000200 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000200 ; . ontolex:apc_eng_entry_000201 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000201 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000201 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000201 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000201 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000201 ; . ontolex:apc_eng_entry_000202 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000202 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000202 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000202 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000202 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000202 ; . ontolex:apc_eng_entry_000203 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000203 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000203 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000203 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000203 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000203 ; . ontolex:apc_eng_entry_000204 rdf:type ontolex:LexicalEntry ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000204 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000204 ; . ontolex:apc_eng_entry_000205 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000205 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000205 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000205 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000205 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000205 ; . ontolex:apc_eng_entry_000207 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000207 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000207 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000207 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000207 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000207 ; . ontolex:apc_eng_entry_000208 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000208 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000208 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000208 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000208 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000208 ; . ontolex:apc_eng_entry_000209 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000209 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000209 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000209 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000209 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000209 ; . ontolex:apc_eng_entry_000210 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000210 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000210 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000210 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000210 ; . ontolex:apc_eng_entry_000212 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000212 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000212 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000212 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000212 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000212 ; . ontolex:apc_eng_entry_000214 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000214 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000214 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000214 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000214 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000214 ; . ontolex:apc_eng_entry_000215 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000215 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000215 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000215 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000215 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000215 ; . ontolex:apc_eng_entry_000216 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000216 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000216 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000216 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000216 ; . ontolex:apc_eng_entry_000217 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000217 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000217 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000217 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000217 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000217 ; . ontolex:apc_eng_entry_000219 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000219 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000219 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000219 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000219 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000219 ; . ontolex:apc_eng_entry_000220 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000220 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000220 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000220 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000220 ; . ontolex:apc_eng_entry_000221 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000221 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000221 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000221 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000221 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000221 ; . ontolex:apc_eng_entry_000222 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000222 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000222 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000222 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000222 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000222 ; . ontolex:apc_eng_entry_000223 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000223 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000223 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000223 ; . ontolex:apc_eng_entry_000224 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000224 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000224 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000224 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000224 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000224 ; . ontolex:apc_eng_entry_000225 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000225 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000225 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000225 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000225 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000225 ; . ontolex:apc_eng_entry_000226 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000226 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000226 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000226 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000226 ; . ontolex:apc_eng_entry_000228 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000228 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000228 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000228 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000228 ; . ontolex:apc_eng_entry_000229 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000229 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000229 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000229 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000229 ; . ontolex:apc_eng_entry_000230 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000230 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000230 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000230 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000230 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000230 ; . ontolex:apc_eng_entry_000231 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000231 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000231 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000231 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000231 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000231 ; . ontolex:apc_eng_entry_000232 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000232 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000232 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000232 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000232 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000232 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000232 ; . ontolex:apc_eng_entry_000234 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000234 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000234 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000234 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000234 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000234 ; . ontolex:apc_eng_entry_000235 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000235 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000235 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000235 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000235 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000235 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000235 ; . ontolex:apc_eng_entry_000236 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000236 ; lexinfo:partOfSpeech lexinfo:conjunction ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000236 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000236 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000236 ; . ontolex:apc_eng_entry_000237 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000237 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000237 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000237 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000237 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000237 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000237 ; . ontolex:apc_eng_entry_000238 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000238 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000238 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000238 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000238 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000238 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000238 ; . ontolex:apc_eng_entry_000239 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000239 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000239 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000239 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000239 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000239 ; . ontolex:apc_eng_entry_000240 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000240 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000240 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000240 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000240 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000240 ; . ontolex:apc_eng_entry_000242 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000242 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000242 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000242 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000242 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000242 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000242 ; . ontolex:apc_eng_entry_000244 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000244 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000244 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000244 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000244 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000244 ; . ontolex:apc_eng_entry_000245 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000245 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000245 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000245 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000245 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000245 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000245 ; . ontolex:apc_eng_entry_000246 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000246 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000246 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000246 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000246 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000246 ; . ontolex:apc_eng_entry_000247 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000247 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000247 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000247 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000247 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000247 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000247 ; . ontolex:apc_eng_entry_000248 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000248 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000248 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000248 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000248 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000248 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000248 ; . ontolex:apc_eng_entry_000249 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000249 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000249 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000249 ; . ontolex:apc_eng_entry_000250 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000250 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000250 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000250 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000250 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000250 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000250 ; . ontolex:apc_eng_entry_000251 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000251 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000251 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000251 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000251 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000251 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000251 ; . ontolex:apc_eng_entry_000252 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000252 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000252 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000252 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000252 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000252 ; . ontolex:apc_eng_entry_000253 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000253 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000253 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000253 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000253 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000253 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000253 ; . ontolex:apc_eng_entry_000254 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000254 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000254 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000254 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000254 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000254 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000254 ; . ontolex:apc_eng_entry_000255 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000255 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000255 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000255 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000255 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000255 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000255 ; . ontolex:apc_eng_entry_000256 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000256 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000256 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000256 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000256 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000256 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000256 ; . ontolex:apc_eng_entry_000257 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000257 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000257 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000257 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000257 ; . ontolex:apc_eng_entry_000258 rdf:type ontolex:LexicalEntry ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000258 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000258 ; . ontolex:apc_eng_entry_000259 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000259 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000259 ; ontolex:otherForm ontolex:form_Inflected_2_apc_eng_entry_000259 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000259 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000259 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000259 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000259 ; . ontolex:apc_eng_entry_000261 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000261 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000261 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000261 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000261 ; . ontolex:apc_eng_entry_000263 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000263 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000263 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000263 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000263 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000263 ; . ontolex:apc_eng_entry_000264 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000264 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000264 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000264 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000264 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000264 ; . ontolex:apc_eng_entry_000266 rdf:type ontolex:LexicalEntry ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000266 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000266 ; . ontolex:apc_eng_entry_000268 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000268 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000268 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000268 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000268 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000268 ; . ontolex:apc_eng_entry_000270 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000270 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000270 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000270 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000270 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000270 ; . ontolex:apc_eng_entry_000273 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000273 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000273 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000273 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000273 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000273 ; . ontolex:apc_eng_entry_000274 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000274 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000274 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000274 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000274 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000274 ; . ontolex:apc_eng_entry_000276 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000276 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000276 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000276 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000276 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000276 ; . ontolex:apc_eng_entry_000277 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000277 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000277 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000277 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000277 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000277 ; . ontolex:apc_eng_entry_000278 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000278 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000278 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000278 ; . ontolex:apc_eng_entry_000279 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000279 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000279 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000279 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000279 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000279 ; . ontolex:apc_eng_entry_000280 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000280 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000280 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000280 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000280 ; . ontolex:apc_eng_entry_000281 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000281 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000281 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000281 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000281 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000281 ; . ontolex:apc_eng_entry_000282 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000282 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000282 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000282 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000282 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000282 ; . ontolex:apc_eng_entry_000283 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000283 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000283 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000283 ; . ontolex:apc_eng_entry_000284 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000284 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000284 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000284 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000284 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000284 ; . ontolex:apc_eng_entry_000285 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000285 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000285 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000285 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000285 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000285 ; . ontolex:apc_eng_entry_000286 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000286 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000286 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000286 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000286 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000286 ; . ontolex:apc_eng_entry_000287 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000287 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000287 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000287 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000287 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000287 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000287 ; . ontolex:apc_eng_entry_000288 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000288 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000288 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000288 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000288 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000288 ; . ontolex:apc_eng_entry_000289 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000289 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000289 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000289 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000289 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000289 ; . ontolex:apc_eng_entry_000291 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000291 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000291 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000291 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000291 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000291 ; . ontolex:apc_eng_entry_000293 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000293 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000293 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000293 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000293 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000293 ; . ontolex:apc_eng_entry_000294 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000294 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000294 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000294 ; . ontolex:apc_eng_entry_000295 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000295 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000295 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000295 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000295 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000295 ; . ontolex:apc_eng_entry_000296 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000296 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000296 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000296 ; . ontolex:apc_eng_entry_000299 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000299 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000299 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000299 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000299 ; . ontolex:apc_eng_entry_000300 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000300 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000300 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000300 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000300 ; . ontolex:apc_eng_entry_000301 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000301 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000301 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000301 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000301 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000301 ; . ontolex:apc_eng_entry_000302 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000302 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000302 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000302 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000302 ; . ontolex:apc_eng_entry_000303 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000303 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000303 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000303 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000303 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000303 ; . ontolex:apc_eng_entry_000304 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000304 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000304 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000304 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000304 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000304 ; . ontolex:apc_eng_entry_000306 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000306 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000306 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000306 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000306 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000306 ; . ontolex:apc_eng_entry_000307 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000307 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000307 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000307 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000307 ; . ontolex:apc_eng_entry_000308 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000308 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000308 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000308 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000308 ; . ontolex:apc_eng_entry_000309 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000309 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000309 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000309 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000309 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000309 ; . ontolex:apc_eng_entry_000311 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000311 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000311 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000311 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000311 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000311 ; . ontolex:apc_eng_entry_000313 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000313 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000313 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000313 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000313 ; . ontolex:apc_eng_entry_000315 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000315 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000315 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000315 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000315 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000315 ; . ontolex:apc_eng_entry_000316 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000316 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000316 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000316 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000316 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000316 ; . ontolex:apc_eng_entry_000317 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000317 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000317 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000317 ; . ontolex:apc_eng_entry_000321 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000321 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000321 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000321 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000321 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000321 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000321 ; . ontolex:apc_eng_entry_000322 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000322 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000322 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000322 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000322 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000322 ; . ontolex:apc_eng_entry_000323 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000323 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000323 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000323 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000323 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000323 ; . ontolex:apc_eng_entry_000324 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000324 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000324 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000324 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000324 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000324 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000324 ; . ontolex:apc_eng_entry_000326 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000326 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000326 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000326 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000326 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000326 ; . ontolex:apc_eng_entry_000328 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000328 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000328 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000328 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000328 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000328 ; . ontolex:apc_eng_entry_000329 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000329 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000329 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000329 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000329 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000329 ; . ontolex:apc_eng_entry_000330 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000330 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000330 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000330 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000330 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000330 ; . ontolex:apc_eng_entry_000331 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000331 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000331 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000331 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000331 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000331 ; . ontolex:apc_eng_entry_000332 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000332 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000332 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000332 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000332 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000332 ; . ontolex:apc_eng_entry_000333 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000333 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000333 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000333 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000333 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000333 ; . ontolex:apc_eng_entry_000334 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000334 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000334 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000334 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000334 ; . ontolex:apc_eng_entry_000335 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000335 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000335 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000335 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000335 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000335 ; . ontolex:apc_eng_entry_000336 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000336 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000336 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000336 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000336 ; . ontolex:apc_eng_entry_000337 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000337 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000337 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000337 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000337 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000337 ; . ontolex:apc_eng_entry_000338 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000338 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000338 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000338 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000338 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000338 ; . ontolex:apc_eng_entry_000340 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000340 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000340 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000340 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000340 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000340 ; . ontolex:apc_eng_entry_000342 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000342 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000342 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000342 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000342 ; . ontolex:apc_eng_entry_000343 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000343 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000343 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000343 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000343 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000343 ; . ontolex:apc_eng_entry_000344 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000344 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000344 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000344 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000344 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000344 ; . ontolex:apc_eng_entry_000346 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000346 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000346 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000346 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000346 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000346 ; . ontolex:apc_eng_entry_000357 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000357 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000357 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000357 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000357 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000357 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000357 ; . ontolex:apc_eng_entry_000364 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000364 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000364 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000364 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000364 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000364 ; . ontolex:apc_eng_entry_000365 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000365 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000365 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000365 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000365 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000365 ; . ontolex:apc_eng_entry_000373 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000373 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000373 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000373 ; . ontolex:apc_eng_entry_000374 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000374 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000374 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000374 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000374 ; . ontolex:apc_eng_entry_000375 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000375 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000375 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000375 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000375 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000375 ; . ontolex:apc_eng_entry_000376 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000376 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000376 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000376 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000376 ; . ontolex:apc_eng_entry_000377 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000377 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000377 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000377 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000377 ; . ontolex:apc_eng_entry_000379 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000379 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000379 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000379 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000379 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000379 ; . ontolex:apc_eng_entry_000380 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000380 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000380 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000380 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000380 ; . ontolex:apc_eng_entry_000381 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000381 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000381 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000381 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000381 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000381 ; . ontolex:apc_eng_entry_000382 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000382 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000382 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000382 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000382 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000382 ; . ontolex:apc_eng_entry_000383 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000383 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000383 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000383 ; . ontolex:apc_eng_entry_000385 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000385 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000385 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000385 ; . ontolex:apc_eng_entry_000386 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000386 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000386 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000386 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000386 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000386 ; . ontolex:apc_eng_entry_000387 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000387 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000387 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000387 ; . ontolex:apc_eng_entry_000388 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000388 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000388 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000388 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000388 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000388 ; . ontolex:apc_eng_entry_000389 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000389 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000389 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000389 ; . ontolex:apc_eng_entry_000390 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000390 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000390 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000390 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000390 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000390 ; . ontolex:apc_eng_entry_000392 rdf:type ontolex:LexicalEntry ; lexinfo:partOfSpeech lexinfo:conjunction ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000392 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000392 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000392 ; . ontolex:apc_eng_entry_000394 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000394 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000394 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000394 ; . ontolex:apc_eng_entry_000395 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000395 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000395 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000395 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000395 ; . ontolex:apc_eng_entry_000398 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000398 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000398 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000398 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000398 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000398 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000398 ; . ontolex:apc_eng_entry_000399 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000399 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000399 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000399 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000399 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000399 ; ontolex:denotes ontolex:sense_Sense_2_apc_eng_entry_000399 ; . ontolex:apc_eng_entry_000400 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000400 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000400 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000400 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000400 ; ontolex:denotes ontolex:sense_Sense_2_apc_eng_entry_000400 ; . ontolex:apc_eng_entry_000401 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000401 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000401 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000401 ; . ontolex:apc_eng_entry_000404 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000404 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000404 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000404 ; . ontolex:apc_eng_entry_000405 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000405 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000405 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000405 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000405 ; . ontolex:apc_eng_entry_000406 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000406 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000406 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000406 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000406 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000406 ; . ontolex:apc_eng_entry_000407 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000407 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000407 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000407 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000407 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000407 ; . ontolex:apc_eng_entry_000408 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000408 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000408 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000408 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000408 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000408 ; . ontolex:apc_eng_entry_000409 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000409 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000409 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000409 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000409 ; . ontolex:apc_eng_entry_000410 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000410 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000410 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000410 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000410 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000410 ; . ontolex:apc_eng_entry_000411 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000411 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000411 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000411 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000411 ; . ontolex:apc_eng_entry_000412 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000412 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000412 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000412 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000412 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000412 ; . ontolex:apc_eng_entry_000413 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000413 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000413 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000413 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000413 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000413 ; . ontolex:apc_eng_entry_000414 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000414 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000414 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000414 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000414 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000414 ; . ontolex:apc_eng_entry_000415 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000415 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000415 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000415 ; . ontolex:apc_eng_entry_000417 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000417 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000417 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000417 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000417 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000417 ; . ontolex:apc_eng_entry_000419 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000419 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000419 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000419 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000419 ; . ontolex:apc_eng_entry_000420 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000420 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000420 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000420 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000420 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000420 ; . ontolex:apc_eng_entry_000421 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000421 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000421 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000421 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000421 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000421 ; . ontolex:apc_eng_entry_000422 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000422 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000422 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000422 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000422 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000422 ; . ontolex:apc_eng_entry_000423 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000423 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000423 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000423 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000423 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000423 ; . ontolex:apc_eng_entry_000424 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000424 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000424 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000424 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000424 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000424 ; . ontolex:apc_eng_entry_000426 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000426 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000426 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000426 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000426 ; . ontolex:apc_eng_entry_000427 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000427 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000427 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000427 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000427 ; . ontolex:apc_eng_entry_000429 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000429 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000429 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000429 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000429 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000429 ; . ontolex:apc_eng_entry_000430 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000430 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000430 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000430 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000430 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000430 ; . ontolex:apc_eng_entry_000431 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000431 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000431 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000431 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000431 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000431 ; . ontolex:apc_eng_entry_000432 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000432 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000432 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000432 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000432 ; . ontolex:apc_eng_entry_000433 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000433 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000433 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000433 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000433 ; . ontolex:apc_eng_entry_000437 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000437 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000437 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000437 ; . ontolex:apc_eng_entry_000438 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000438 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000438 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000438 ; . ontolex:apc_eng_entry_000440 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000440 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000440 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000440 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000440 ; . ontolex:apc_eng_entry_000441 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000441 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000441 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000441 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000441 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000441 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000441 ; . ontolex:apc_eng_entry_000442 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000442 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000442 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000442 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000442 ; . ontolex:apc_eng_entry_000444 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000444 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000444 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000444 ; . ontolex:apc_eng_entry_000446 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000446 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000446 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000446 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000446 ; . ontolex:apc_eng_entry_000447 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000447 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000447 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000447 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000447 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000447 ; . ontolex:apc_eng_entry_000449 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000449 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000449 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000449 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000449 ; . ontolex:apc_eng_entry_000451 rdf:type ontolex:LexicalEntry ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000451 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000451 ; . ontolex:apc_eng_entry_000452 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000452 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000452 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000452 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000452 ; . ontolex:apc_eng_entry_000454 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000454 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000454 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000454 ; . ontolex:apc_eng_entry_000455 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000455 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000455 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000455 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000455 ; . ontolex:apc_eng_entry_000456 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000456 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000456 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000456 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000456 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000456 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000456 ; . ontolex:apc_eng_entry_000457 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000457 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000457 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000457 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000457 ; . ontolex:apc_eng_entry_000458 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000458 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000458 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000458 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000458 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000458 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000458 ; . ontolex:apc_eng_entry_000459 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000459 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000459 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000459 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000459 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000459 ; . ontolex:apc_eng_entry_000460 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000460 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000460 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000460 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000460 ; . ontolex:apc_eng_entry_000462 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000462 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000462 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000462 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000462 ; . ontolex:apc_eng_entry_000463 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000463 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000463 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000463 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000463 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000463 ; . ontolex:apc_eng_entry_000464 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000464 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000464 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000464 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000464 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000464 ; . ontolex:apc_eng_entry_000465 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000465 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000465 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000465 ; . ontolex:apc_eng_entry_000466 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000466 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000466 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000466 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000466 ; . ontolex:apc_eng_entry_000470 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000470 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000470 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000470 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000470 ; . ontolex:apc_eng_entry_000472 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000472 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000472 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000472 ; . ontolex:apc_eng_entry_000474 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000474 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000474 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000474 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000474 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000474 ; . ontolex:apc_eng_entry_000475 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000475 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000475 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000475 ; . ontolex:apc_eng_entry_000476 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000476 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000476 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000476 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000476 ; . ontolex:apc_eng_entry_000477 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000477 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000477 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000477 ; . ontolex:apc_eng_entry_000478 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000478 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000478 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000478 ; . ontolex:apc_eng_entry_000479 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000479 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000479 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000479 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000479 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000479 ; . ontolex:apc_eng_entry_000480 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000480 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000480 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000480 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000480 ; . ontolex:apc_eng_entry_000481 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000481 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000481 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000481 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000481 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000481 ; . ontolex:apc_eng_entry_000482 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000482 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000482 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000482 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000482 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000482 ; . ontolex:apc_eng_entry_000483 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000483 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000483 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000483 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000483 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000483 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000483 ; . ontolex:apc_eng_entry_000484 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000484 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000484 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000484 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000484 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000484 ; . ontolex:apc_eng_entry_000486 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000486 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000486 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000486 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000486 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000486 ; . ontolex:apc_eng_entry_000488 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000488 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000488 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000488 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000488 ; . ontolex:apc_eng_entry_000489 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000489 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000489 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000489 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000489 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000489 ; . ontolex:apc_eng_entry_000490 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000490 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000490 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000490 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000490 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000490 ; . ontolex:apc_eng_entry_000491 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000491 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000491 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000491 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000491 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000491 ; . ontolex:apc_eng_entry_000492 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000492 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000492 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000492 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000492 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000492 ; . ontolex:apc_eng_entry_000493 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000493 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000493 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000493 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000493 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000493 ; . ontolex:apc_eng_entry_000494 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000494 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000494 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000494 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000494 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000494 ; . ontolex:apc_eng_entry_000495 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000495 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000495 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000495 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000495 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000495 ; . ontolex:apc_eng_entry_000496 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000496 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000496 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000496 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000496 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000496 ; . ontolex:apc_eng_entry_000498 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000498 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000498 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000498 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000498 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000498 ; . ontolex:apc_eng_entry_000499 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000499 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000499 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000499 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000499 ; . ontolex:apc_eng_entry_000500 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000500 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000500 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000500 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000500 ; . ontolex:apc_eng_entry_000501 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000501 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000501 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000501 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000501 ; . ontolex:apc_eng_entry_000502 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000502 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000502 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000502 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000502 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000502 ; . ontolex:apc_eng_entry_000503 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000503 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000503 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000503 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000503 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000503 ; . ontolex:apc_eng_entry_000504 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000504 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000504 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000504 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000504 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000504 ; . ontolex:apc_eng_entry_000505 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000505 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000505 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000505 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000505 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000505 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000505 ; . ontolex:apc_eng_entry_000506 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000506 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000506 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000506 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000506 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000506 ; . ontolex:apc_eng_entry_000507 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000507 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000507 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000507 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000507 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000507 ; . ontolex:apc_eng_entry_000509 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000509 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000509 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000509 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000509 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000509 ; . ontolex:apc_eng_entry_000510 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000510 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000510 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000510 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000510 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000510 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000510 ; . ontolex:apc_eng_entry_000511 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000511 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000511 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000511 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000511 ; . ontolex:apc_eng_entry_000513 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000513 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000513 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000513 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000513 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000513 ; . ontolex:apc_eng_entry_000514 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000514 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000514 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000514 ; . ontolex:apc_eng_entry_000515 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000515 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000515 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000515 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000515 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000515 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000515 ; . ontolex:apc_eng_entry_000516 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000516 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000516 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000516 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000516 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000516 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000516 ; . ontolex:apc_eng_entry_000520 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000520 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000520 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000520 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000520 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000520 ; . ontolex:apc_eng_entry_000523 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000523 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000523 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000523 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000523 ; . ontolex:apc_eng_entry_000524 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000524 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000524 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000524 ; . ontolex:apc_eng_entry_000525 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000525 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000525 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000525 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000525 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000525 ; . ontolex:apc_eng_entry_000526 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000526 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000526 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000526 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000526 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000526 ; . ontolex:apc_eng_entry_000527 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000527 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000527 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000527 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000527 ; . ontolex:apc_eng_entry_000528 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000528 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000528 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000528 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000528 ; . ontolex:apc_eng_entry_000529 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000529 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000529 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000529 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000529 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000529 ; . ontolex:apc_eng_entry_000532 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000532 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000532 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000532 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000532 ; . ontolex:apc_eng_entry_000533 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000533 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000533 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000533 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000533 ; . ontolex:apc_eng_entry_000534 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000534 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000534 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000534 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000534 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000534 ; . ontolex:apc_eng_entry_000535 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000535 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000535 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000535 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000535 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000535 ; . ontolex:apc_eng_entry_000536 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000536 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000536 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000536 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000536 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000536 ; . ontolex:apc_eng_entry_000537 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000537 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000537 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000537 ; . ontolex:apc_eng_entry_000538 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000538 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000538 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000538 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000538 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000538 ; . ontolex:apc_eng_entry_000539 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000539 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000539 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000539 ; . ontolex:apc_eng_entry_000540 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000540 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000540 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000540 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000540 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000540 ; . ontolex:apc_eng_entry_000543 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000543 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000543 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000543 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000543 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000543 ; . ontolex:apc_eng_entry_000544 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000544 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000544 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000544 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000544 ; . ontolex:apc_eng_entry_000546 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000546 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000546 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000546 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000546 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000546 ; . ontolex:apc_eng_entry_000550 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000550 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000550 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000550 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000550 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000550 ; . ontolex:apc_eng_entry_000551 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000551 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000551 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000551 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000551 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000551 ; . ontolex:apc_eng_entry_000552 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000552 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000552 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000552 ; . ontolex:apc_eng_entry_000553 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000553 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000553 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000553 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000553 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000553 ; . ontolex:apc_eng_entry_000554 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000554 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000554 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000554 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000554 ; . ontolex:apc_eng_entry_000556 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000556 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000556 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000556 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000556 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000556 ; . ontolex:apc_eng_entry_000557 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000557 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000557 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000557 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000557 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000557 ; . ontolex:apc_eng_entry_000558 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000558 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000558 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000558 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000558 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000558 ; . ontolex:apc_eng_entry_000559 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000559 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000559 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000559 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000559 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000559 ; . ontolex:apc_eng_entry_000560 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000560 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000560 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000560 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000560 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000560 ; . ontolex:apc_eng_entry_000561 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000561 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000561 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000561 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000561 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000561 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000561 ; . ontolex:apc_eng_entry_000562 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000562 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000562 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000562 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000562 ; . ontolex:apc_eng_entry_000563 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000563 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000563 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000563 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000563 ; . ontolex:apc_eng_entry_000564 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000564 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000564 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000564 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000564 ; . ontolex:apc_eng_entry_000565 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000565 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000565 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000565 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000565 ; . ontolex:apc_eng_entry_000566 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000566 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000566 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000566 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000566 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000566 ; . ontolex:apc_eng_entry_000567 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000567 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000567 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000567 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000567 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000567 ; . ontolex:apc_eng_entry_000568 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000568 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000568 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000568 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000568 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000568 ; . ontolex:apc_eng_entry_000569 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000569 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000569 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000569 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000569 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000569 ; . ontolex:apc_eng_entry_000570 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000570 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000570 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000570 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000570 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000570 ; . ontolex:apc_eng_entry_000573 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000573 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000573 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000573 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000573 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000573 ; . ontolex:apc_eng_entry_000574 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000574 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000574 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000574 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000574 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000574 ; . ontolex:apc_eng_entry_000575 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000575 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000575 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000575 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000575 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000575 ; . ontolex:apc_eng_entry_000579 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000579 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000579 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000579 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000579 ; . ontolex:apc_eng_entry_000580 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000580 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000580 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000580 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000580 ; . ontolex:apc_eng_entry_000581 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000581 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000581 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000581 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000581 ; . ontolex:apc_eng_entry_000582 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000582 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000582 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000582 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000582 ; . ontolex:apc_eng_entry_000583 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000583 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000583 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000583 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000583 ; . ontolex:apc_eng_entry_000584 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000584 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000584 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000584 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000584 ; . ontolex:apc_eng_entry_000585 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000585 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000585 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000585 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000585 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000585 ; . ontolex:apc_eng_entry_000587 rdf:type ontolex:LexicalEntry ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000587 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000587 ; . ontolex:apc_eng_entry_000588 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000588 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000588 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000588 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000588 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000588 ; . ontolex:apc_eng_entry_000589 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000589 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000589 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000589 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000589 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000589 ; . ontolex:apc_eng_entry_000590 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000590 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000590 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000590 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000590 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000590 ; . ontolex:apc_eng_entry_000591 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000591 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000591 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000591 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000591 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000591 ; . ontolex:apc_eng_entry_000592 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000592 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000592 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000592 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000592 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000592 ; . ontolex:apc_eng_entry_000593 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000593 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000593 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000593 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000593 ; . ontolex:apc_eng_entry_000595 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000595 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000595 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000595 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000595 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000595 ; . ontolex:apc_eng_entry_000597 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000597 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000597 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000597 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000597 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000597 ; . ontolex:apc_eng_entry_000598 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000598 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000598 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000598 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000598 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000598 ; . ontolex:apc_eng_entry_000599 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000599 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000599 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000599 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000599 ; . ontolex:apc_eng_entry_000600 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000600 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000600 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000600 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000600 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000600 ; . ontolex:apc_eng_entry_000601 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000601 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000601 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000601 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000601 ; . ontolex:apc_eng_entry_000602 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000602 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000602 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000602 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000602 ; . ontolex:apc_eng_entry_000603 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000603 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000603 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000603 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000603 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000603 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000603 ; . ontolex:apc_eng_entry_000604 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000604 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000604 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000604 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000604 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000604 ; . ontolex:apc_eng_entry_000605 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000605 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000605 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000605 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000605 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000605 ; . ontolex:apc_eng_entry_000606 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000606 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000606 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000606 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000606 ; . ontolex:apc_eng_entry_000607 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000607 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000607 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000607 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000607 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000607 ; . ontolex:apc_eng_entry_000608 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000608 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000608 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000608 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000608 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000608 ; . ontolex:apc_eng_entry_000609 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000609 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000609 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000609 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000609 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000609 ; . ontolex:apc_eng_entry_000610 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000610 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000610 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000610 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000610 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000610 ; . ontolex:apc_eng_entry_000611 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000611 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000611 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000611 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000611 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000611 ; . ontolex:apc_eng_entry_000612 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000612 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000612 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000612 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000612 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000612 ; . ontolex:apc_eng_entry_000613 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000613 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000613 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000613 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000613 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000613 ; . ontolex:apc_eng_entry_000614 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000614 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000614 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000614 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000614 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000614 ; . ontolex:apc_eng_entry_000615 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000615 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000615 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000615 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000615 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000615 ; . ontolex:apc_eng_entry_000616 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000616 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000616 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000616 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000616 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000616 ; . ontolex:apc_eng_entry_000617 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000617 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000617 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000617 ; . ontolex:apc_eng_entry_000618 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000618 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000618 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000618 ; . ontolex:apc_eng_entry_000619 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000619 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000619 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000619 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000619 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000619 ; . ontolex:apc_eng_entry_000620 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000620 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000620 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000620 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000620 ; . ontolex:apc_eng_entry_000621 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000621 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000621 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000621 ; . ontolex:apc_eng_entry_000622 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000622 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000622 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000622 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000622 ; . ontolex:apc_eng_entry_000623 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000623 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000623 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000623 ; . ontolex:apc_eng_entry_000624 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000624 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000624 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000624 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000624 ; . ontolex:apc_eng_entry_000625 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000625 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000625 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000625 ; . ontolex:apc_eng_entry_000626 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000626 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000626 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000626 ; . ontolex:apc_eng_entry_000627 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000627 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000627 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000627 ; . ontolex:apc_eng_entry_000629 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000629 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000629 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000629 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000629 ; . ontolex:apc_eng_entry_000631 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000631 ; lexinfo:partOfSpeech lexinfo:conjunction ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000631 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000631 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000631 ; . ontolex:apc_eng_entry_000632 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000632 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000632 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000632 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000632 ; . ontolex:apc_eng_entry_000635 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000635 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000635 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000635 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000635 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000635 ; . ontolex:apc_eng_entry_000636 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000636 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000636 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000636 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000636 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000636 ; . ontolex:apc_eng_entry_000639 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000639 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000639 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000639 ; . ontolex:apc_eng_entry_000640 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000640 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000640 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000640 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000640 ; . ontolex:apc_eng_entry_000642 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000642 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000642 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000642 ; . ontolex:apc_eng_entry_000643 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000643 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000643 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000643 ; . ontolex:apc_eng_entry_000645 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000645 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000645 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000645 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000645 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000645 ; . ontolex:apc_eng_entry_000646 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000646 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000646 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000646 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000646 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000646 ; . ontolex:apc_eng_entry_000647 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000647 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000647 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000647 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000647 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000647 ; . ontolex:apc_eng_entry_000648 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000648 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000648 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000648 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000648 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000648 ; . ontolex:apc_eng_entry_000649 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000649 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000649 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000649 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000649 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000649 ; . ontolex:apc_eng_entry_000650 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000650 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000650 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000650 ; . ontolex:apc_eng_entry_000651 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000651 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000651 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000651 ; . ontolex:apc_eng_entry_000652 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000652 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000652 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000652 ; . ontolex:apc_eng_entry_000653 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000653 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000653 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000653 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000653 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000653 ; . ontolex:apc_eng_entry_000654 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000654 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000654 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000654 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000654 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000654 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000654 ; . ontolex:apc_eng_entry_000655 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000655 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000655 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000655 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000655 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000655 ; . ontolex:apc_eng_entry_000656 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000656 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000656 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000656 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000656 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000656 ; . ontolex:apc_eng_entry_000658 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000658 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000658 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000658 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000658 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000658 ; . ontolex:apc_eng_entry_000659 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000659 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000659 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000659 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000659 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000659 ; . ontolex:apc_eng_entry_000661 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000661 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000661 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000661 ; . ontolex:apc_eng_entry_000662 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000662 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000662 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000662 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000662 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000662 ; . ontolex:apc_eng_entry_000665 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000665 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000665 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000665 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000665 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000665 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000665 ; . ontolex:apc_eng_entry_000666 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000666 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000666 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000666 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000666 ; . ontolex:apc_eng_entry_000667 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000667 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000667 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000667 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000667 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000667 ; . ontolex:apc_eng_entry_000668 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000668 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000668 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000668 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000668 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000668 ; . ontolex:apc_eng_entry_000669 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000669 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000669 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000669 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000669 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000669 ; . ontolex:apc_eng_entry_000672 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000672 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000672 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000672 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000672 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000672 ; . ontolex:apc_eng_entry_000673 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000673 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000673 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000673 ; . ontolex:apc_eng_entry_000674 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000674 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000674 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000674 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000674 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000674 ; . ontolex:apc_eng_entry_000675 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000675 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000675 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000675 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000675 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000675 ; . ontolex:apc_eng_entry_000676 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000676 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000676 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000676 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000676 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000676 ; . ontolex:apc_eng_entry_000677 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000677 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000677 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000677 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000677 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000677 ; . ontolex:apc_eng_entry_000679 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000679 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000679 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000679 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000679 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000679 ; . ontolex:apc_eng_entry_000680 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000680 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000680 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000680 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000680 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000680 ; . ontolex:apc_eng_entry_000681 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000681 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000681 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000681 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000681 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000681 ; . ontolex:apc_eng_entry_000682 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000682 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000682 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000682 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000682 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000682 ; . ontolex:apc_eng_entry_000683 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000683 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000683 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000683 ; . ontolex:apc_eng_entry_000684 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000684 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000684 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000684 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000684 ; . ontolex:apc_eng_entry_000685 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000685 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000685 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000685 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000685 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000685 ; . ontolex:apc_eng_entry_000686 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000686 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000686 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000686 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000686 ; . ontolex:apc_eng_entry_000687 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000687 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000687 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000687 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000687 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000687 ; . ontolex:apc_eng_entry_000689 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000689 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000689 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000689 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000689 ; . ontolex:apc_eng_entry_000690 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000690 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000690 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000690 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000690 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000690 ; . ontolex:apc_eng_entry_000691 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000691 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000691 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000691 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000691 ; . ontolex:apc_eng_entry_000692 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000692 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000692 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000692 ; . ontolex:apc_eng_entry_000693 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000693 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000693 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000693 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000693 ; . ontolex:apc_eng_entry_000694 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000694 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000694 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000694 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000694 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000694 ; . ontolex:apc_eng_entry_000695 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000695 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000695 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000695 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000695 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000695 ; . ontolex:apc_eng_entry_000696 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000696 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000696 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000696 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000696 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000696 ; . ontolex:apc_eng_entry_000697 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000697 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000697 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000697 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000697 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000697 ; . ontolex:apc_eng_entry_000698 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000698 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000698 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000698 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000698 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000698 ; . ontolex:apc_eng_entry_000699 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000699 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000699 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000699 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000699 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000699 ; . ontolex:apc_eng_entry_000701 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000701 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000701 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000701 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000701 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000701 ; . ontolex:apc_eng_entry_000702 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000702 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000702 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000702 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000702 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000702 ; . ontolex:apc_eng_entry_000703 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000703 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000703 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000703 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000703 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000703 ; . ontolex:apc_eng_entry_000704 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000704 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000704 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000704 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000704 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000704 ; . ontolex:apc_eng_entry_000706 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000706 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000706 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000706 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000706 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000706 ; . ontolex:apc_eng_entry_000707 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000707 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000707 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000707 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000707 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000707 ; . ontolex:apc_eng_entry_000708 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000708 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000708 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000708 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000708 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000708 ; . ontolex:apc_eng_entry_000709 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000709 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000709 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000709 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000709 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000709 ; . ontolex:apc_eng_entry_000711 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000711 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000711 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000711 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000711 ; . ontolex:apc_eng_entry_000712 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000712 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000712 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000712 ; . ontolex:apc_eng_entry_000713 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000713 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000713 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000713 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000713 ; . ontolex:apc_eng_entry_000714 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000714 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000714 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000714 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000714 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000714 ; . ontolex:apc_eng_entry_000715 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000715 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000715 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000715 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000715 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000715 ; . ontolex:apc_eng_entry_000716 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000716 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000716 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000716 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000716 ; . ontolex:apc_eng_entry_000717 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000717 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000717 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000717 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000717 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000717 ; . ontolex:apc_eng_entry_000718 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000718 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000718 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000718 ; . ontolex:apc_eng_entry_000719 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000719 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000719 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000719 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000719 ; . ontolex:apc_eng_entry_000720 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000720 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000720 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000720 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000720 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000720 ; . ontolex:apc_eng_entry_000721 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000721 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000721 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000721 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000721 ; . ontolex:apc_eng_entry_000723 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000723 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000723 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000723 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000723 ; . ontolex:apc_eng_entry_000724 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000724 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000724 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000724 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000724 ; . ontolex:apc_eng_entry_000725 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000725 ; lexinfo:partOfSpeech lexinfo:conjunction ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000725 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000725 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000725 ; . ontolex:apc_eng_entry_000726 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000726 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000726 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000726 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000726 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000726 ; . ontolex:apc_eng_entry_000728 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000728 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000728 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000728 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000728 ; . ontolex:apc_eng_entry_000729 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000729 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000729 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000729 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000729 ; . ontolex:apc_eng_entry_000730 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000730 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000730 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000730 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000730 ; . ontolex:apc_eng_entry_000731 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000731 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000731 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000731 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000731 ; . ontolex:apc_eng_entry_000732 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000732 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000732 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000732 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000732 ; . ontolex:apc_eng_entry_000736 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000736 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000736 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000736 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000736 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000736 ; . ontolex:apc_eng_entry_000737 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000737 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000737 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000737 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000737 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000737 ; . ontolex:apc_eng_entry_000738 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000738 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000738 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000738 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000738 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000738 ; . ontolex:apc_eng_entry_000739 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000739 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000739 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000739 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000739 ; . ontolex:apc_eng_entry_000740 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000740 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000740 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000740 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000740 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000740 ; . ontolex:apc_eng_entry_000742 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000742 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000742 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000742 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000742 ; . ontolex:apc_eng_entry_000743 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000743 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000743 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000743 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000743 ; . ontolex:apc_eng_entry_000744 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000744 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000744 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000744 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000744 ; . ontolex:apc_eng_entry_000745 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000745 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000745 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000745 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000745 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000745 ; . ontolex:apc_eng_entry_000746 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000746 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000746 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000746 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000746 ; . ontolex:apc_eng_entry_000748 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000748 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000748 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000748 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000748 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000748 ; . ontolex:apc_eng_entry_000749 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000749 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000749 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000749 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000749 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000749 ; . ontolex:apc_eng_entry_000750 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000750 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000750 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000750 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000750 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000750 ; . ontolex:apc_eng_entry_000751 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000751 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000751 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000751 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000751 ; . ontolex:apc_eng_entry_000752 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000752 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000752 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000752 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000752 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000752 ; . ontolex:apc_eng_entry_000753 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000753 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000753 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000753 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000753 ; . ontolex:apc_eng_entry_000754 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000754 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000754 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000754 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000754 ; . ontolex:apc_eng_entry_000755 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000755 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000755 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000755 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000755 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000755 ; . ontolex:apc_eng_entry_000756 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000756 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000756 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000756 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000756 ; . ontolex:apc_eng_entry_000757 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000757 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000757 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000757 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000757 ; . ontolex:apc_eng_entry_000758 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000758 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000758 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000758 ; . ontolex:apc_eng_entry_000759 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000759 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000759 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000759 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000759 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000759 ; . ontolex:apc_eng_entry_000761 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000761 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000761 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000761 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000761 ; . ontolex:apc_eng_entry_000762 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000762 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000762 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000762 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000762 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000762 ; . ontolex:apc_eng_entry_000763 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000763 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000763 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000763 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000763 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000763 ; . ontolex:apc_eng_entry_000764 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000764 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000764 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000764 ; . ontolex:apc_eng_entry_000765 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000765 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000765 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000765 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000765 ; . ontolex:apc_eng_entry_000766 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000766 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000766 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000766 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000766 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000766 ; . ontolex:apc_eng_entry_000767 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000767 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000767 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000767 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000767 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000767 ; . ontolex:apc_eng_entry_000768 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000768 ; lexinfo:partOfSpeech lexinfo:conjunction ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000768 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000768 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000768 ; . ontolex:apc_eng_entry_000769 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000769 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000769 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000769 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000769 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000769 ; . ontolex:apc_eng_entry_000770 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000770 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000770 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000770 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000770 ; . ontolex:apc_eng_entry_000772 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000772 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000772 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000772 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000772 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000772 ; . ontolex:apc_eng_entry_000773 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000773 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000773 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000773 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000773 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000773 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000773 ; . ontolex:apc_eng_entry_000775 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000775 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000775 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000775 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000775 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000775 ; . ontolex:apc_eng_entry_000776 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000776 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000776 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000776 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000776 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000776 ; . ontolex:apc_eng_entry_000777 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000777 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000777 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000777 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000777 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000777 ; . ontolex:apc_eng_entry_000779 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000779 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000779 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000779 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000779 ; . ontolex:apc_eng_entry_000780 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000780 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000780 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000780 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000780 ; . ontolex:apc_eng_entry_000781 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000781 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000781 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000781 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000781 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000781 ; . ontolex:apc_eng_entry_000782 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000782 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000782 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000782 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000782 ; . ontolex:apc_eng_entry_000783 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000783 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000783 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000783 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000783 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000783 ; . ontolex:apc_eng_entry_000785 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000785 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000785 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000785 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000785 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000785 ; . ontolex:apc_eng_entry_000787 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000787 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000787 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000787 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000787 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000787 ; ontolex:denotes ontolex:sense_Sense_2_apc_eng_entry_000787 ; . ontolex:apc_eng_entry_000788 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000788 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000788 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000788 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000788 ; ontolex:denotes ontolex:sense_Sense_2_apc_eng_entry_000788 ; . ontolex:apc_eng_entry_000789 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000789 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000789 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000789 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000789 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000789 ; . ontolex:apc_eng_entry_000790 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000790 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000790 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000790 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000790 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000790 ; . ontolex:apc_eng_entry_000791 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000791 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000791 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000791 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000791 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000791 ; . ontolex:apc_eng_entry_000793 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000793 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000793 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000793 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000793 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000793 ; . ontolex:apc_eng_entry_000794 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000794 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000794 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000794 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000794 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000794 ; . ontolex:apc_eng_entry_000796 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000796 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000796 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000796 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000796 ; . ontolex:apc_eng_entry_000798 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000798 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000798 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000798 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000798 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000798 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000798 ; . ontolex:apc_eng_entry_000800 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000800 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000800 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000800 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000800 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000800 ; . ontolex:apc_eng_entry_000801 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000801 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000801 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000801 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000801 ; . ontolex:apc_eng_entry_000802 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000802 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000802 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000802 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000802 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000802 ; . ontolex:apc_eng_entry_000803 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000803 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000803 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000803 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000803 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000803 ; . ontolex:apc_eng_entry_000804 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000804 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000804 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000804 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000804 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000804 ; . ontolex:apc_eng_entry_000805 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000805 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000805 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000805 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000805 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000805 ; . ontolex:apc_eng_entry_000806 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000806 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000806 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000806 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000806 ; . ontolex:apc_eng_entry_000807 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000807 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000807 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000807 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000807 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000807 ; . ontolex:apc_eng_entry_000808 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000808 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000808 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000808 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000808 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000808 ; . ontolex:apc_eng_entry_000810 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000810 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000810 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000810 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000810 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000810 ; . ontolex:apc_eng_entry_000812 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000812 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000812 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000812 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000812 ; . ontolex:apc_eng_entry_000813 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000813 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000813 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000813 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000813 ; . ontolex:apc_eng_entry_000814 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000814 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000814 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000814 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000814 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000814 ; . ontolex:apc_eng_entry_000815 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000815 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000815 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000815 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000815 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000815 ; . ontolex:apc_eng_entry_000816 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000816 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000816 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000816 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000816 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000816 ; . ontolex:apc_eng_entry_000818 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000818 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000818 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000818 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000818 ; . ontolex:apc_eng_entry_000820 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000820 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000820 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000820 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000820 ; . ontolex:apc_eng_entry_000821 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000821 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000821 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000821 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000821 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000821 ; . ontolex:apc_eng_entry_000822 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000822 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000822 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000822 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000822 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000822 ; . ontolex:apc_eng_entry_000824 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000824 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000824 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000824 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000824 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000824 ; . ontolex:apc_eng_entry_000825 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000825 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000825 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000825 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000825 ; . ontolex:apc_eng_entry_000826 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000826 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000826 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000826 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000826 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000826 ; . ontolex:apc_eng_entry_000827 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000827 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000827 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000827 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000827 ; . ontolex:apc_eng_entry_000829 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000829 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000829 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000829 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000829 ; . ontolex:apc_eng_entry_000830 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000830 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000830 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000830 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000830 ; . ontolex:apc_eng_entry_000831 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000831 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000831 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000831 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000831 ; . ontolex:apc_eng_entry_000832 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000832 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000832 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000832 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000832 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000832 ; . ontolex:apc_eng_entry_000833 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000833 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000833 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000833 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000833 ; . ontolex:apc_eng_entry_000834 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000834 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000834 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000834 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000834 ; . ontolex:apc_eng_entry_000835 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000835 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000835 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000835 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000835 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000835 ; . ontolex:apc_eng_entry_000836 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000836 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000836 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000836 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000836 ; . ontolex:apc_eng_entry_000838 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000838 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000838 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000838 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000838 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000838 ; . ontolex:apc_eng_entry_000839 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000839 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000839 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000839 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000839 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000839 ; . ontolex:apc_eng_entry_000840 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000840 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000840 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000840 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000840 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000840 ; . ontolex:apc_eng_entry_000841 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000841 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000841 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000841 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000841 ; . ontolex:apc_eng_entry_000842 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000842 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000842 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000842 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000842 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000842 ; . ontolex:apc_eng_entry_000843 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000843 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000843 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000843 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000843 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000843 ; . ontolex:apc_eng_entry_000844 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000844 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000844 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000844 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000844 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000844 ; . ontolex:apc_eng_entry_000845 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000845 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000845 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000845 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000845 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000845 ; . ontolex:apc_eng_entry_000846 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000846 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000846 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000846 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000846 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000846 ; . ontolex:apc_eng_entry_000847 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000847 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000847 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000847 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000847 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000847 ; . ontolex:apc_eng_entry_000849 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000849 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000849 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000849 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000849 ; . ontolex:apc_eng_entry_000850 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000850 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000850 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000850 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000850 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000850 ; . ontolex:apc_eng_entry_000851 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000851 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000851 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000851 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000851 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000851 ; . ontolex:apc_eng_entry_000852 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000852 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000852 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000852 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000852 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000852 ; . ontolex:apc_eng_entry_000853 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000853 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000853 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000853 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000853 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000853 ; . ontolex:apc_eng_entry_000854 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000854 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000854 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000854 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000854 ; . ontolex:apc_eng_entry_000856 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000856 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_entry_000856 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000856 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000856 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000856 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000856 ; . ontolex:apc_eng_entry_000858 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000858 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000858 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000858 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000858 ; . ontolex:apc_eng_entry_000859 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000859 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000859 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000859 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000859 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000859 ; . ontolex:apc_eng_entry_000861 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000861 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000861 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000861 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000861 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000861 ; . ontolex:apc_eng_entry_000862 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000862 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000862 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000862 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000862 ; . ontolex:apc_eng_entry_000863 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000863 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000863 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000863 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000863 ; . ontolex:apc_eng_entry_000865 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000865 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000865 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000865 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000865 ; . ontolex:apc_eng_entry_000866 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000866 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000866 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000866 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000866 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000866 ; . ontolex:apc_eng_entry_000867 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000867 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000867 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000867 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000867 ; . ontolex:apc_eng_entry_000868 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000868 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000868 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000868 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000868 ; . ontolex:apc_eng_entry_000869 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000869 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000869 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000869 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000869 ; . ontolex:apc_eng_entry_000871 rdf:type ontolex:LexicalEntry ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000871 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000871 ; . ontolex:apc_eng_entry_000872 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_entry_000872 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000872 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000872 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000872 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000872 ; . ontolex:apc_eng_entry_000873 rdf:type ontolex:LexicalEntry ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000873 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000873 ; . ontolex:apc_eng_entry_000874 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000874 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000874 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000874 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000874 ; . ontolex:apc_eng_entry_000875 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entry_000875 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000875 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000875 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000875 ; . ontolex:apc_eng_entry_000877 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entry_000877 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entry_000877 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entry_000877 ; . ontolex:apc_eng_entu_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_entu_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_entu_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_entu_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_entu_001 ; . ontolex:apc_eng_er_ruumaan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_er_ruumaan_001 ; lexinfo:partOfSpeech lexinfo:properNoun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_er_ruumaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_er_ruumaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_er_ruumaan_001 ; . ontolex:apc_eng_ereb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ereb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ereb_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ereb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ereb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ereb_001 ; . ontolex:apc_eng_eresh_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_eresh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_eresh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_eresh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_eresh_001 ; . ontolex:apc_eng_erhaabi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_erhaabi_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_erhaabi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_erhaabi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_erhaabi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_erhaabi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_erhaabi_001 ; . ontolex:apc_eng_ermaadi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ermaadi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ermaadi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ermaadi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ermaadi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ermaadi_001 ; . ontolex:apc_eng_erne_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_erne_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_erne_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_erne_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_erne_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_erne_001 ; . ontolex:apc_eng_ertaah_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ertaah_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ertaah_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ertaah_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ertaah_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ertaah_001 ; . ontolex:apc_eng_ertifaac_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ertifaac_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ertifaac_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ertifaac_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ertifaac_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ertifaac_001 ; . ontolex:apc_eng_es_sabet_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_es_sabet_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_es_sabet_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_es_sabet_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_es_sabet_001 ; . ontolex:apc_eng_es_sebeh_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_es_sebeh_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_es_sebeh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_es_sebeh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_es_sebeh_001 ; . ontolex:apc_eng_esbaaha_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_esbaaha_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_esbaaha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_esbaaha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_esbaaha_001 ; . ontolex:apc_eng_esbaani_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_esbaani_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_esbaani_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_esbaani_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_esbaani_001 ; . ontolex:apc_eng_esbuuc_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_esbuuc_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_esbuuc_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_esbuuc_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_esbuuc_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_esbuuc_001 ; . ontolex:apc_eng_esbuuciiye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_esbuuciiye_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_esbuuciiye_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_esbuuciiye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_esbuuciiye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_esbuuciiye_001 ; . ontolex:apc_eng_esem_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_esem_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_esem_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_esem_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_esem_001 ; . ontolex:apc_eng_esh_shar_el_awsat_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_esh_shar_el_awsat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_esh_shar_el_awsat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_esh_shar_el_awsat_001 ; . ontolex:apc_eng_eshre_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_eshre_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_eshre_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_eshre_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_eshre_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_eshre_001 ; . ontolex:apc_eng_eshta_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_eshta_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_eshta_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_eshta_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_eshta_001 ; . ontolex:apc_eng_eslaami_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_eslaami_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_eslaami_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_eslaami_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_eslaami_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_eslaami_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_eslaami_001 ; . ontolex:apc_eng_essa_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_essa_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_essa_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_essa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_essa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_essa_001 ; . ontolex:apc_eng_estaaz_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_estaaz_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_estaaz_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_estaaz_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_estaaz_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_estaaz_001 ; . ontolex:apc_eng_este_baal_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_este_baal_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_este_baal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_este_baal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_este_baal_001 ; . ontolex:apc_eng_esteetiyye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_esteetiyye_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_esteetiyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_esteetiyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_esteetiyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_esteetiyye_001 ; . ontolex:apc_eng_estefsaar_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_estefsaar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_estefsaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_estefsaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_estefsaar_001 ; . ontolex:apc_eng_estesnaa_i_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_estesnaa_i_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_estesnaa_i_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_estesnaa_i_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_estesnaa_i_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_estesnaa_i_001 ; . ontolex:apc_eng_estidaafe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_estidaafe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_estidaafe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_estidaafe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_estidaafe_001 ; . ontolex:apc_eng_estimaara_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_estimaara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_estimaara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_estimaara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_estimaara_001 ; . ontolex:apc_eng_estiraaha_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_estiraaha_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_estiraaha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_estiraaha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_estiraaha_001 ; . ontolex:apc_eng_estuuh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_estuuh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_estuuh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_estuuh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_estuuh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_estuuh_001 ; . ontolex:apc_eng_et_tabbaale_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_et_tabbaale_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_et_tabbaale_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_et_tabbaale_001 ; . ontolex:apc_eng_et_talaata_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_et_talaata_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_et_talaata_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_et_talaata_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_et_talaata_001 ; . ontolex:apc_eng_et_taneen_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_et_taneen_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_et_taneen_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_et_taneen_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_et_taneen_001 ; . ontolex:apc_eng_etdawwaash_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_etdawwaash_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_etdawwaash_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_etdawwaash_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_etdawwaash_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_etdawwaash_001 ; . ontolex:apc_eng_eten_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_eten_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_eten_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_eten_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_eten_001 ; . ontolex:apc_eng_etta_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_etta_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_etta_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_etta_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_etta_001 ; . ontolex:apc_eng_ettihaad_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ettihaad_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ettihaad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ettihaad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ettihaad_001 ; . ontolex:apc_eng_ettisaal_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ettisaal_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ettisaal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ettisaal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ettisaal_001 ; . ontolex:apc_eng_etyaab_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_etyaab_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_etyaab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_etyaab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_etyaab_001 ; . ontolex:apc_eng_exduud_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_exduud_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_exduud_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_exduud_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_exduud_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_exduud_001 ; . ontolex:apc_eng_exet_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_exet_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_exet_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_exet_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_exet_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_exet_001 ; . ontolex:apc_eng_extilaaf_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_extilaaf_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_extilaaf_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_extilaaf_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_extilaaf_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_extilaaf_001 ; . ontolex:apc_eng_extilaat_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_extilaat_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_extilaat_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_extilaat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_extilaat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_extilaat_001 ; . ontolex:apc_eng_extiraac_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_extiraac_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_extiraac_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_extiraac_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_extiraac_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_extiraac_001 ; . ontolex:apc_eng_extisaas_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_extisaas_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_extisaas_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_extisaas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_extisaas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_extisaas_001 ; . ontolex:apc_eng_extiyaar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_extiyaar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_extiyaar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_extiyaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_extiyaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_extiyaar_001 ; . ontolex:apc_eng_extiyaari_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_extiyaari_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_extiyaari_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_extiyaari_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_extiyaari_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_extiyaari_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_extiyaari_001 ; . ontolex:apc_eng_exwaat_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_exwaat_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_exwaat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_exwaat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_exwaat_001 ; . ontolex:apc_eng_ezcaazh_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ezcaazh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ezcaazh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ezcaazh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ezcaazh_001 ; . ontolex:apc_eng_ezdihaam_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ezdihaam_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ezdihaam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ezdihaam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ezdihaam_001 ; . ontolex:apc_eng_ezen_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ezen_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ezen_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ezen_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ezen_001 ; . ontolex:apc_eng_ezh_zhemca_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ezh_zhemca_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ezh_zhemca_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ezh_zhemca_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ezh_zhemca_001 ; . ontolex:apc_eng_ezhbaari_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ezhbaari_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ezhbaari_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ezhbaari_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ezhbaari_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ezhbaari_001 ; . ontolex:apc_eng_ezher_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ezher_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ezher_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ezher_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ezher_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ezher_001 ; . ontolex:apc_eng_ezhtimaac_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ezhtimaac_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ezhtimaac_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ezhtimaac_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ezhtimaac_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ezhtimaac_001 ; . ontolex:apc_eng_ezhtimaaci_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ezhtimaaci_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ezhtimaaci_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ezhtimaaci_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ezhtimaaci_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ezhtimaaci_001 ; . ontolex:apc_eng_ezriica_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ezriica_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ezriica_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ezriica_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ezriica_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ezriica_001 ; . ontolex:apc_eng_fa_iir_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_fa_iir_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_fa_iir_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_fa_iir_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fa_iir_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fa_iir_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fa_iir_001 ; . ontolex:apc_eng_faadi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_faadi_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_faadi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_faadi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_faadi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_faadi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_faadi_001 ; . ontolex:apc_eng_faas_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_faas_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_faas_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_faas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_faas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_faas_001 ; . ontolex:apc_eng_faatme_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_faatme_001 ; lexinfo:partOfSpeech lexinfo:properNoun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_faatme_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_faatme_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_faatme_001 ; . ontolex:apc_eng_faayez_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_faayez_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_faayez_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_faayez_001 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_faayez_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_faayez_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_faayez_001 ; . ontolex:apc_eng_fahes_002 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_fahes_002 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fahes_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fahes_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fahes_002 ; . ontolex:apc_eng_fahras_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_fahras_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fahras_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fahras_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fahras_001 ; . ontolex:apc_eng_falaafel_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_falaafel_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_falaafel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_falaafel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_falaafel_001 ; . ontolex:apc_eng_falak_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_falak_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_falak_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_falak_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_falak_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_falak_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_falak_001 ; . ontolex:apc_eng_falastiin_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_falastiin_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_falastiin_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_falastiin_001 ; . ontolex:apc_eng_fallaah_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_fallaah_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_fallaah_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fallaah_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fallaah_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fallaah_001 ; . ontolex:apc_eng_fardet_boot_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fardet_boot_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fardet_boot_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fardet_boot_001 ; . ontolex:apc_eng_fare_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_fare_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fare_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fare_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fare_001 ; . ontolex:apc_eng_farii_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_farii_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_farii_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_farii_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_farii_001 ; . ontolex:apc_eng_farsha_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_farsha_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_farsha_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_farsha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_farsha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_farsha_001 ; . ontolex:apc_eng_farshe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_farshe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_farshe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_farshe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_farshe_001 ; . ontolex:apc_eng_fasal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_fasal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_fasal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fasal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fasal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fasal_001 ; . ontolex:apc_eng_fasel_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_fasel_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fasel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fasel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fasel_001 ; . ontolex:apc_eng_fassal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_fassal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_fassal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fassal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fassal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fassal_001 ; . ontolex:apc_eng_fatah_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_fatah_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_fatah_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fatah_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fatah_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fatah_001 ; . ontolex:apc_eng_fattuush_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_fattuush_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fattuush_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fattuush_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fattuush_001 ; . ontolex:apc_eng_fawran_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_fawran_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fawran_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fawran_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fawran_001 ; . ontolex:apc_eng_fazher_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_fazher_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fazher_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fazher_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fazher_001 ; . ontolex:apc_eng_fedda_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_fedda_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fedda_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fedda_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fedda_001 ; . ontolex:apc_eng_fehem_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_fehem_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fehem_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fehem_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fehem_001 ; . ontolex:apc_eng_felem_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_felem_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_felem_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_felem_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_felem_001 ; . ontolex:apc_eng_felem_receb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_felem_receb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_felem_receb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_felem_receb_001 ; . ontolex:apc_eng_felfol_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_felfol_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_felfol_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_felfol_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_felfol_001 ; . ontolex:apc_eng_fendo_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_fendo_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_fendo_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fendo_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fendo_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fendo_001 ; . ontolex:apc_eng_fersa_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_fersa_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_fersa_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fersa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fersa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fersa_001 ; . ontolex:apc_eng_fershaaye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_fershaaye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fershaaye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fershaaye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fershaaye_001 ; . ontolex:apc_eng_feso_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_feso_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_feso_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_feso_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_feso_001 ; . ontolex:apc_eng_festo_halabi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_festo_halabi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_festo_halabi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_festo_halabi_001 ; . ontolex:apc_eng_fii_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_fii_001 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fii_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fii_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fii_001 ; . ontolex:apc_eng_fleefle_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_fleefle_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fleefle_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fleefle_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fleefle_001 ; . ontolex:apc_eng_fleefle_shatta_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fleefle_shatta_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fleefle_shatta_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fleefle_shatta_001 ; . ontolex:apc_eng_foo_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_foo_001 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_foo_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_foo_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_foo_001 ; . ontolex:apc_eng_foo_heek_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_foo_heek_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_foo_heek_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_foo_heek_001 ; . ontolex:apc_eng_fransi_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_fransi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fransi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fransi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fransi_001 ; . ontolex:apc_eng_freez_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_freez_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_freez_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_freez_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_freez_001 ; . ontolex:apc_eng_ftakar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ftakar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ftakar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ftakar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ftakar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ftakar_001 ; . ontolex:apc_eng_ftiire_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ftiire_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ftiire_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ftiire_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ftiire_001 ; . ontolex:apc_eng_fuul_emdammas_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fuul_emdammas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fuul_emdammas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fuul_emdammas_001 ; . ontolex:apc_eng_fuul_naabet_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_fuul_naabet_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_fuul_naabet_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_fuul_naabet_001 ; . ontolex:apc_eng_garsoone_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_garsoone_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_garsoone_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_garsoone_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_garsoone_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_garsoone_001 ; . ontolex:apc_eng_ghaali_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ghaali_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_ghaali_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ghaali_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ghaali_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ghaali_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ghaali_001 ; . ontolex:apc_eng_ghalat_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ghalat_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ghalat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ghalat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ghalat_001 ; . ontolex:apc_eng_ghamaz_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ghamaz_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ghamaz_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ghamaz_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ghamaz_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ghamaz_001 ; . ontolex:apc_eng_ghamii_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ghamii_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ghamii_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ghamii_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ghamii_001 ; . ontolex:apc_eng_ghammaaz_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ghammaaz_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ghammaaz_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ghammaaz_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ghammaaz_001 ; . ontolex:apc_eng_ghanam_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ghanam_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ghanam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ghanam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ghanam_001 ; . ontolex:apc_eng_ghaname_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ghaname_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ghaname_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ghaname_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ghaname_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ghaname_001 ; . ontolex:apc_eng_ghani_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ghani_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_ghani_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ghani_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ghani_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ghani_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ghani_001 ; . ontolex:apc_eng_ghanna_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ghanna_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ghanna_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ghanna_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ghanna_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ghanna_001 ; . ontolex:apc_eng_gharrad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_gharrad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_gharrad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_gharrad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_gharrad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_gharrad_001 ; . ontolex:apc_eng_ghatta_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ghatta_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ghatta_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ghatta_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ghatta_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ghatta_001 ; . ontolex:apc_eng_gheer_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_gheer_001 ; lexinfo:partOfSpeech lexinfo:indefinite ; ontolex:otherForm ontolex:form_Root_0_apc_eng_gheer_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_gheer_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_gheer_001 ; . ontolex:apc_eng_gheer_el_meselmiin_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_gheer_el_meselmiin_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_gheer_el_meselmiin_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_gheer_el_meselmiin_001 ; . ontolex:apc_eng_gheer_sharci_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_gheer_sharci_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_gheer_sharci_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_gheer_sharci_001 ; . ontolex:apc_eng_ghemi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ghemi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ghemi_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ghemi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ghemi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ghemi_001 ; . ontolex:apc_eng_ghenniiye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ghenniiye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ghenniiye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ghenniiye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ghenniiye_001 ; . ontolex:apc_eng_gherfe_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_gherfe_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_gherfe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_gherfe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_gherfe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_gherfe_001 ; . ontolex:apc_eng_gherfe_medeble_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_gherfe_medeble_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_gherfe_medeble_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_gherfe_medeble_001 ; . ontolex:apc_eng_gherfe_mefrade_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_gherfe_mefrade_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_gherfe_mefrade_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_gherfe_mefrade_001 ; . ontolex:apc_eng_gherfe_mezdawazhe_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_gherfe_mezdawazhe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_gherfe_mezdawazhe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_gherfe_mezdawazhe_001 ; . ontolex:apc_eng_ghootan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ghootan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ghootan_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ghootan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ghootan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ghootan_001 ; . ontolex:apc_eng_ghyaab_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ghyaab_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ghyaab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ghyaab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ghyaab_001 ; . ontolex:apc_eng_ghyaar_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ghyaar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ghyaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ghyaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ghyaar_001 ; . ontolex:apc_eng_griifoon_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_griifoon_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_griifoon_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_griifoon_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_griifoon_001 ; . ontolex:apc_eng_ha_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ha_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ha_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ha_001 ; . ontolex:apc_eng_ha_a_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ha_a_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ha_a_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ha_a_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ha_a_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ha_a_001 ; . ontolex:apc_eng_ha_el_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ha_el_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ha_el_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ha_el_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ha_el_001 ; . ontolex:apc_eng_ha_ii_a_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ha_ii_a_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ha_ii_a_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ha_ii_a_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ha_ii_a_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ha_ii_a_001 ; . ontolex:apc_eng_ha_ii_i_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ha_ii_i_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_ha_ii_i_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ha_ii_i_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ha_ii_i_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ha_ii_i_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ha_ii_i_001 ; . ontolex:apc_eng_haader_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haader_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haader_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haader_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haader_001 ; . ontolex:apc_eng_haades_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haades_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_haades_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haades_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haades_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haades_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haades_001 ; . ontolex:apc_eng_haadi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haadi_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_haadi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haadi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haadi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haadi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haadi_001 ; . ontolex:apc_eng_haafaz_cala_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haafaz_cala_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haafaz_cala_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haafaz_cala_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haafaz_cala_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haafaz_cala_001 ; . ontolex:apc_eng_haafi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haafi_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_haafi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haafi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haafi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haafi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haafi_001 ; . ontolex:apc_eng_haafi_002 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haafi_002 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_haafi_002 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haafi_002 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haafi_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haafi_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haafi_002 ; . ontolex:apc_eng_haal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haal_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haal_001 ; . ontolex:apc_eng_haale_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haale_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haale_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haale_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haale_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haale_001 ; . ontolex:apc_eng_haali_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haali_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haali_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haali_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haali_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haali_001 ; . ontolex:apc_eng_haamod_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haamod_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_haamod_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haamod_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haamod_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haamod_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haamod_001 ; . ontolex:apc_eng_haani_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haani_001 ; lexinfo:partOfSpeech lexinfo:properNoun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haani_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haani_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haani_001 ; . ontolex:apc_eng_haara_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haara_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haara_001 ; . ontolex:apc_eng_haarab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haarab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haarab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haarab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haarab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haarab_001 ; . ontolex:apc_eng_haasab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haasab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haasab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haasab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haasab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haasab_001 ; . ontolex:apc_eng_haasab_003 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haasab_003 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haasab_003 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haasab_003 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haasab_003 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haasab_003 ; . ontolex:apc_eng_haasar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haasar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haasar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haasar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haasar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haasar_001 ; . ontolex:apc_eng_haawal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haawal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haawal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haawal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haawal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haawal_001 ; . ontolex:apc_eng_haayek_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haayek_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haayek_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haayek_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haayek_001 ; . ontolex:apc_eng_haazhe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haazhe_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haazhe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haazhe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haazhe_001 ; . ontolex:apc_eng_haazheb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haazheb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haazheb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haazheb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haazheb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haazheb_001 ; . ontolex:apc_eng_habas_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_habas_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_habas_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_habas_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_habas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_habas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_habas_001 ; . ontolex:apc_eng_habb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_habb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_habb_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_habb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_habb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_habb_001 ; . ontolex:apc_eng_habb_002 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_habb_002 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_habb_002 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_habb_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_habb_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_habb_002 ; . ontolex:apc_eng_habbaab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_habbaab_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_habbaab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_habbaab_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_habbaab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_habbaab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_habbaab_001 ; . ontolex:apc_eng_habiib_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_habiib_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_habiib_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_habiib_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_habiib_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_habiib_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_habiib_001 ; . ontolex:apc_eng_habra_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_habra_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_habra_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_habra_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_habra_001 ; . ontolex:apc_eng_hada_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hada_001 ; lexinfo:partOfSpeech lexinfo:indefinite ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hada_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hada_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hada_001 ; . ontolex:apc_eng_hadaara_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hadaara_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hadaara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hadaara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hadaara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hadaara_001 ; . ontolex:apc_eng_hadd_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hadd_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hadd_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hadd_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hadd_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hadd_001 ; . ontolex:apc_eng_haddaad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haddaad_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_haddaad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haddaad_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haddaad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haddaad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haddaad_001 ; . ontolex:apc_eng_haddad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haddad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haddad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haddad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haddad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haddad_001 ; . ontolex:apc_eng_hadii_a_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hadii_a_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hadii_a_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hadii_a_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hadii_a_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hadii_a_001 ; . ontolex:apc_eng_hadiid_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hadiid_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hadiid_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hadiid_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hadiid_001 ; . ontolex:apc_eng_hadiis_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hadiis_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_hadiis_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hadiis_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hadiis_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hadiis_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hadiis_001 ; . ontolex:apc_eng_hadiis_003 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hadiis_003 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hadiis_003 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hadiis_003 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hadiis_003 ; . ontolex:apc_eng_hafaz_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hafaz_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hafaz_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hafaz_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hafaz_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hafaz_001 ; . ontolex:apc_eng_hafiid_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hafiid_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_hafiid_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hafiid_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hafiid_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hafiid_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hafiid_001 ; . ontolex:apc_eng_hafiide_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hafiide_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hafiide_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hafiide_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hafiide_001 ; . ontolex:apc_eng_hakam_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hakam_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_hakam_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hakam_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hakam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hakam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hakam_001 ; . ontolex:apc_eng_hakawaati_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hakawaati_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hakawaati_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hakawaati_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hakawaati_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hakawaati_001 ; . ontolex:apc_eng_hakk_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hakk_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hakk_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hakk_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hakk_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hakk_001 ; . ontolex:apc_eng_hakuura_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hakuura_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hakuura_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hakuura_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hakuura_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hakuura_001 ; . ontolex:apc_eng_hala_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hala_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hala_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hala_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hala_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hala_001 ; . ontolex:apc_eng_hala_a_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hala_a_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hala_a_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hala_a_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hala_a_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hala_a_001 ; . ontolex:apc_eng_halab_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_halab_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_halab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_halab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_halab_001 ; . ontolex:apc_eng_halab_002 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_halab_002 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_halab_002 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_halab_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_halab_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_halab_002 ; . ontolex:apc_eng_halaf_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_halaf_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_halaf_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_halaf_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_halaf_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_halaf_001 ; . ontolex:apc_eng_halaqa_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_halaqa_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_halaqa_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_halaqa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_halaqa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_halaqa_001 ; . ontolex:apc_eng_halbuuni_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_halbuuni_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_halbuuni_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_halbuuni_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_halbuuni_001 ; . ontolex:apc_eng_haliib_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haliib_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haliib_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haliib_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haliib_001 ; . ontolex:apc_eng_halla_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_halla_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_halla_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_halla_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_halla_001 ; . ontolex:apc_eng_hama_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hama_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hama_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hama_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hama_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hama_001 ; . ontolex:apc_eng_hamaam_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hamaam_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hamaam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hamaam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hamaam_001 ; . ontolex:apc_eng_hamaaye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hamaaye_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hamaaye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hamaaye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hamaaye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hamaaye_001 ; . ontolex:apc_eng_hamal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hamal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hamal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hamal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hamal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hamal_001 ; . ontolex:apc_eng_hamawi_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hamawi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hamawi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hamawi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hamawi_001 ; . ontolex:apc_eng_hamed_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hamed_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hamed_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hamed_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hamed_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hamed_001 ; . ontolex:apc_eng_hamiimi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hamiimi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hamiimi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hamiimi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hamiimi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hamiimi_001 ; . ontolex:apc_eng_hammaam_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hammaam_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hammaam_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hammaam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hammaam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hammaam_001 ; . ontolex:apc_eng_hammas_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hammas_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hammas_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hammas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hammas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hammas_001 ; . ontolex:apc_eng_hanafiyye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hanafiyye_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hanafiyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hanafiyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hanafiyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hanafiyye_001 ; . ontolex:apc_eng_hanak_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hanak_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hanak_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hanak_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hanak_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hanak_001 ; . ontolex:apc_eng_haquud_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haquud_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haquud_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haquud_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haquud_001 ; . ontolex:apc_eng_hara_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hara_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_hara_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hara_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hara_001 ; . ontolex:apc_eng_haraami_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haraami_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haraami_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haraami_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haraami_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haraami_001 ; . ontolex:apc_eng_haraara_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haraara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haraara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haraara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haraara_001 ; . ontolex:apc_eng_harake_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_harake_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_harake_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_harake_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_harake_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_harake_001 ; . ontolex:apc_eng_hareb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hareb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hareb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hareb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hareb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hareb_001 ; . ontolex:apc_eng_haref_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haref_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_haref_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haref_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haref_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haref_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haref_001 ; . ontolex:apc_eng_harr_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_harr_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_harr_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_harr_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_harr_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_harr_001 ; . ontolex:apc_eng_hasaad_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hasaad_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hasaad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hasaad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hasaad_001 ; . ontolex:apc_eng_hasaasiyye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hasaasiyye_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hasaasiyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hasaasiyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hasaasiyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hasaasiyye_001 ; . ontolex:apc_eng_hasad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hasad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hasad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hasad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hasad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hasad_001 ; . ontolex:apc_eng_hasal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hasal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hasal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hasal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hasal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hasal_001 ; . ontolex:apc_eng_hasha_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hasha_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hasha_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hasha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hasha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hasha_001 ; . ontolex:apc_eng_hashsh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hashsh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hashsh_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hashsh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hashsh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hashsh_001 ; . ontolex:apc_eng_hassaas_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hassaas_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_hassaas_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hassaas_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hassaas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hassaas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hassaas_001 ; . ontolex:apc_eng_hassan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hassan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hassan_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hassan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hassan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hassan_001 ; . ontolex:apc_eng_hassas_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hassas_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hassas_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hassas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hassas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hassas_001 ; . ontolex:apc_eng_haswe_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haswe_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haswe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haswe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haswe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haswe_001 ; . ontolex:apc_eng_hatt_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hatt_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hatt_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hatt_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hatt_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hatt_001 ; . ontolex:apc_eng_hatta_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hatta_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hatta_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hatta_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hatta_001 ; . ontolex:apc_eng_hattuute_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hattuute_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hattuute_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hattuute_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hattuute_001 ; . ontolex:apc_eng_hawaari_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hawaari_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hawaari_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hawaari_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hawaari_001 ; . ontolex:apc_eng_hawwash_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hawwash_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hawwash_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hawwash_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hawwash_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hawwash_001 ; . ontolex:apc_eng_hawwiyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hawwiyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hawwiyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hawwiyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hawwiyye_001 ; . ontolex:apc_eng_haya_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_haya_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_haya_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_haya_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_haya_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_haya_001 ; . ontolex:apc_eng_hayaat_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hayaat_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hayaat_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hayaat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hayaat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hayaat_001 ; . ontolex:apc_eng_hayawi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hayawi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hayawi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hayawi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hayawi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hayawi_001 ; . ontolex:apc_eng_hayya_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hayya_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hayya_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hayya_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hayya_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hayya_001 ; . ontolex:apc_eng_hazaaze_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hazaaze_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hazaaze_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hazaaze_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hazaaze_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hazaaze_001 ; . ontolex:apc_eng_hazhar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hazhar_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_hazhar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hazhar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hazhar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hazhar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hazhar_001 ; . ontolex:apc_eng_hazhaz_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hazhaz_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hazhaz_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hazhaz_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hazhaz_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hazhaz_001 ; . ontolex:apc_eng_hazhem_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hazhem_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hazhem_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hazhem_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hazhem_001 ; . ontolex:apc_eng_hazhez_002 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hazhez_002 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hazhez_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hazhez_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hazhez_002 ; . ontolex:apc_eng_hazhzh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hazhzh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hazhzh_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hazhzh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hazhzh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hazhzh_001 ; . ontolex:apc_eng_hazhzhi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hazhzhi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hazhzhi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hazhzhi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hazhzhi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hazhzhi_001 ; . ontolex:apc_eng_hazz_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hazz_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hazz_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hazz_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hazz_001 ; . ontolex:apc_eng_hazz_002 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hazz_002 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hazz_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hazz_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hazz_002 ; . ontolex:apc_eng_hazz_004 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hazz_004 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hazz_004 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hazz_004 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hazz_004 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hazz_004 ; . ontolex:apc_eng_hbuub_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hbuub_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hbuub_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hbuub_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hbuub_001 ; . ontolex:apc_eng_hduudiyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hduudiyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hduudiyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hduudiyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hduudiyye_001 ; . ontolex:apc_eng_hebb_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hebb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hebb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hebb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hebb_001 ; . ontolex:apc_eng_heek_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_heek_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_heek_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_heek_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_heek_001 ; . ontolex:apc_eng_heet_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_heet_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_heet_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_heet_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_heet_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_heet_001 ; . ontolex:apc_eng_heewaan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_heewaan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_heewaan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_heewaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_heewaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_heewaan_001 ; . ontolex:apc_eng_hefra_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hefra_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hefra_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hefra_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hefra_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hefra_001 ; . ontolex:apc_eng_helem_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_helem_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_helem_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_helem_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_helem_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_helem_001 ; . ontolex:apc_eng_helu_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_helu_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_helu_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_helu_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_helu_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_helu_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_helu_001 ; . ontolex:apc_eng_helwaan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_helwaan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_helwaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_helwaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_helwaan_001 ; . ontolex:apc_eng_helwanzhi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_helwanzhi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_helwanzhi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_helwanzhi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_helwanzhi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_helwanzhi_001 ; . ontolex:apc_eng_helwiiyaat_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_helwiiyaat_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_helwiiyaat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_helwiiyaat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_helwiiyaat_001 ; . ontolex:apc_eng_hemes_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hemes_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hemes_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hemes_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hemes_001 ; . ontolex:apc_eng_hemi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hemi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hemi_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hemi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hemi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hemi_001 ; . ontolex:apc_eng_hemra_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hemra_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hemra_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hemra_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hemra_001 ; . ontolex:apc_eng_henne_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_henne_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_henne_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_henne_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_henne_001 ; . ontolex:apc_eng_henta_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_henta_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_henta_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_henta_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_henta_001 ; . ontolex:apc_eng_herr_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_herr_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_herr_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_herr_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_herr_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_herr_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_herr_001 ; . ontolex:apc_eng_herriyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_herriyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_herriyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_herriyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_herriyye_001 ; . ontolex:apc_eng_hesen_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hesen_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hesen_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hesen_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hesen_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hesen_001 ; . ontolex:apc_eng_hessa_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hessa_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hessa_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hessa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hessa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hessa_001 ; . ontolex:apc_eng_hezhri_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hezhri_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hezhri_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hezhri_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hezhri_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hezhri_001 ; . ontolex:apc_eng_hezhzhe_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hezhzhe_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hezhzhe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hezhzhe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hezhzhe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hezhzhe_001 ; . ontolex:apc_eng_hezz_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hezz_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hezz_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hezz_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hezz_001 ; . ontolex:apc_eng_himaaye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_himaaye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_himaaye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_himaaye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_himaaye_001 ; . ontolex:apc_eng_hiwaar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hiwaar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hiwaar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hiwaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hiwaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hiwaar_001 ; . ontolex:apc_eng_hiyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hiyye_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hiyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hiyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hiyye_001 ; . ontolex:apc_eng_hmaar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hmaar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hmaar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hmaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hmaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hmaar_001 ; . ontolex:apc_eng_hmarr_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hmarr_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hmarr_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hmarr_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hmarr_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hmarr_001 ; . ontolex:apc_eng_hood_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hood_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hood_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hood_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hood_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hood_001 ; . ontolex:apc_eng_hooraan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hooraan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hooraan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hooraan_001 ; . ontolex:apc_eng_hoosh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hoosh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hoosh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hoosh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hoosh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hoosh_001 ; . ontolex:apc_eng_hraam_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hraam_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hraam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hraam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hraam_001 ; . ontolex:apc_eng_hsaab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hsaab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hsaab_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hsaab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hsaab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hsaab_001 ; . ontolex:apc_eng_hsaan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hsaan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hsaan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hsaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hsaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hsaan_001 ; . ontolex:apc_eng_hseen_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hseen_001 ; lexinfo:partOfSpeech lexinfo:properNoun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hseen_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hseen_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hseen_001 ; . ontolex:apc_eng_htafal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_htafal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_htafal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_htafal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_htafal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_htafal_001 ; . ontolex:apc_eng_htaram_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_htaram_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_htaram_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_htaram_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_htaram_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_htaram_001 ; . ontolex:apc_eng_hukuumi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hukuumi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hukuumi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hukuumi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hukuumi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hukuumi_001 ; . ontolex:apc_eng_huwwe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_huwwe_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_huwwe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_huwwe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_huwwe_001 ; . ontolex:apc_eng_hwaashe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hwaashe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hwaashe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hwaashe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hwaashe_001 ; . ontolex:apc_eng_hzeeraan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hzeeraan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hzeeraan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hzeeraan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hzeeraan_001 ; . ontolex:apc_eng_hzhaab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_hzhaab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_hzhaab_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_hzhaab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_hzhaab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_hzhaab_001 ; . ontolex:apc_eng_id_104 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_104 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_104 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_104 ; . ontolex:apc_eng_id_117 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_117 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_117 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_117 ; . ontolex:apc_eng_id_120 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_120 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_120 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_120 ; . ontolex:apc_eng_id_145 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_145 ; lexinfo:partOfSpeech lexinfo:numeral ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_145 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_145 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_145 ; . ontolex:apc_eng_id_159 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_id_159 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_159 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_159 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_159 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_159 ; . ontolex:apc_eng_id_160 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_160 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_160 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_160 ; . ontolex:apc_eng_id_164 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_164 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_164 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_164 ; . ontolex:apc_eng_id_170 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_170 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_170 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_170 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_170 ; . ontolex:apc_eng_id_18 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_18 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_18 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_18 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_18 ; . ontolex:apc_eng_id_197 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_id_197 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_197 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_197 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_197 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_197 ; . ontolex:apc_eng_id_220 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_220 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_220 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_220 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_220 ; . ontolex:apc_eng_id_242 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_id_242 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_242 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_242 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_242 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_242 ; . ontolex:apc_eng_id_253 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_id_253 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_id_253 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_253 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_253 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_253 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_253 ; . ontolex:apc_eng_id_254 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_254 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_254 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_254 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_254 ; . ontolex:apc_eng_id_258 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_258 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_258 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_258 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_258 ; . ontolex:apc_eng_id_279 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_279 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_279 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_279 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_279 ; . ontolex:apc_eng_id_28 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_id_28 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_28 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_28 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_28 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_28 ; . ontolex:apc_eng_id_282 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_282 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_282 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_282 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_282 ; . ontolex:apc_eng_id_296 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_296 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_296 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_296 ; . ontolex:apc_eng_id_30 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_30 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_30 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_30 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_30 ; . ontolex:apc_eng_id_311 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_311 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_311 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_311 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_311 ; . ontolex:apc_eng_id_349 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_349 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_349 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_349 ; . ontolex:apc_eng_id_35 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_35 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_35 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_35 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_35 ; . ontolex:apc_eng_id_422 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_422 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_422 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_422 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_422 ; . ontolex:apc_eng_id_425 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_425 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_425 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_425 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_425 ; . ontolex:apc_eng_id_43 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_43 ; lexinfo:partOfSpeech lexinfo:properNoun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_43 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_43 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_43 ; . ontolex:apc_eng_id_441 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_441 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_441 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_441 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_441 ; . ontolex:apc_eng_id_461 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_id_461 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_461 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_461 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_461 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_461 ; . ontolex:apc_eng_id_47 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_47 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_47 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_47 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_47 ; . ontolex:apc_eng_id_50 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_id_50 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_id_50 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_50 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_50 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_50 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_50 ; . ontolex:apc_eng_id_56 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_56 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_56 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_56 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_56 ; . ontolex:apc_eng_id_83 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_id_83 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_id_83 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_id_83 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_id_83 ; . ontolex:apc_eng_iime_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_iime_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_iime_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_iime_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_iime_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_iime_001 ; . ontolex:apc_eng_iimeel_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_iimeel_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_iimeel_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_iimeel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_iimeel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_iimeel_001 ; . ontolex:apc_eng_iishaarb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_iishaarb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_iishaarb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_iishaarb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_iishaarb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_iishaarb_001 ; . ontolex:apc_eng_imaam_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_imaam_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_imaam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_imaam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_imaam_001 ; . ontolex:apc_eng_iqaame_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_iqaame_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_iqaame_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_iqaame_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_iqaame_001 ; . ontolex:apc_eng_iraa_a_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_iraa_a_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_iraa_a_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_iraa_a_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_iraa_a_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_iraa_a_001 ; . ontolex:apc_eng_ishaaca_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ishaaca_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ishaaca_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ishaaca_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ishaaca_001 ; . ontolex:apc_eng_ishaarb_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ishaarb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ishaarb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ishaarb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ishaarb_001 ; . ontolex:apc_eng_itaar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_itaar_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_itaar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_itaar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_itaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_itaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_itaar_001 ; . ontolex:apc_eng_izaaca_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_izaaca_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_izaaca_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_izaaca_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_izaaca_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_izaaca_001 ; . ontolex:apc_eng_ka_s_ezh_zhemhuuriyye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ka_s_ezh_zhemhuuriyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ka_s_ezh_zhemhuuriyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ka_s_ezh_zhemhuuriyye_001 ; . ontolex:apc_eng_kaanuun_el_awwal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kaanuun_el_awwal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kaanuun_el_awwal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kaanuun_el_awwal_001 ; . ontolex:apc_eng_kaanuun_et_taani_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kaanuun_et_taani_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kaanuun_et_taani_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kaanuun_et_taani_001 ; . ontolex:apc_eng_kaar_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kaar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kaar_001 ; . ontolex:apc_eng_kaatbe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kaatbe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kaatbe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kaatbe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kaatbe_001 ; . ontolex:apc_eng_kaateb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_kaateb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kaateb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kaateb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kaateb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kaateb_001 ; . ontolex:apc_eng_kaazho_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kaazho_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kaazho_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kaazho_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kaazho_001 ; . ontolex:apc_eng_kaaziyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kaaziyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kaaziyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kaaziyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kaaziyye_001 ; . ontolex:apc_eng_kafeteerya_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kafeteerya_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kafeteerya_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kafeteerya_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kafeteerya_001 ; . ontolex:apc_eng_kahraba_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kahraba_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kahraba_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kahraba_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kahraba_001 ; . ontolex:apc_eng_kahrabzhi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_kahrabzhi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kahrabzhi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kahrabzhi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kahrabzhi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kahrabzhi_001 ; . ontolex:apc_eng_kalb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_kalb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kalb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kalb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kalb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kalb_001 ; . ontolex:apc_eng_kalbe_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_kalbe_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kalbe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kalbe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kalbe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kalbe_001 ; . ontolex:apc_eng_kam_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kam_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kam_001 ; . ontolex:apc_eng_kamaan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kamaan_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kamaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kamaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kamaan_001 ; . ontolex:apc_eng_kamira_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kamira_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kamira_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kamira_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kamira_001 ; . ontolex:apc_eng_kammiyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kammiyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kammiyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kammiyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kammiyye_001 ; . ontolex:apc_eng_kannas_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_kannas_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kannas_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kannas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kannas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kannas_001 ; . ontolex:apc_eng_kariim_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_kariim_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kariim_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kariim_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kariim_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kariim_001 ; . ontolex:apc_eng_kart_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kart_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kart_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kart_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kart_001 ; . ontolex:apc_eng_kasar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_kasar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kasar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kasar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kasar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kasar_001 ; . ontolex:apc_eng_kaslaan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_kaslaan_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_kaslaan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kaslaan_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kaslaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kaslaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kaslaan_001 ; . ontolex:apc_eng_kassar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_kassar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kassar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kassar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kassar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kassar_001 ; . ontolex:apc_eng_kastana_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kastana_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kastana_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kastana_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kastana_001 ; . ontolex:apc_eng_katab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_katab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_katab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_katab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_katab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_katab_001 ; . ontolex:apc_eng_katt_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_katt_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_katt_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_katt_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_katt_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_katt_001 ; . ontolex:apc_eng_kattar_xeerak_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kattar_xeerak_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kattar_xeerak_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kattar_xeerak_001 ; . ontolex:apc_eng_kazab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_kazab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kazab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kazab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kazab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kazab_001 ; . ontolex:apc_eng_kazzaab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_kazzaab_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_kazzaab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kazzaab_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kazzaab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kazzaab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kazzaab_001 ; . ontolex:apc_eng_kbiir_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_kbiir_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_kbiir_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kbiir_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kbiir_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kbiir_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kbiir_001 ; . ontolex:apc_eng_kebde_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kebde_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kebde_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kebde_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kebde_001 ; . ontolex:apc_eng_keef_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_keef_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_keef_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_keef_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_keef_001 ; . ontolex:apc_eng_kell_waahed_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_kell_waahed_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kell_waahed_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kell_waahed_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kell_waahed_001 ; . ontolex:apc_eng_kelliyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kelliyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kelliyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kelliyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kelliyye_001 ; . ontolex:apc_eng_kelme_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_kelme_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kelme_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kelme_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kelme_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kelme_001 ; . ontolex:apc_eng_kelmet_serr_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kelmet_serr_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kelmet_serr_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kelmet_serr_001 ; . ontolex:apc_eng_kembyuutar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_kembyuutar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kembyuutar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kembyuutar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kembyuutar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kembyuutar_001 ; . ontolex:apc_eng_kemm_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kemm_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kemm_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kemm_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kemm_001 ; . ontolex:apc_eng_kendarzhi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_kendarzhi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kendarzhi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kendarzhi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kendarzhi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kendarzhi_001 ; . ontolex:apc_eng_kenne_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kenne_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kenne_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kenne_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kenne_001 ; . ontolex:apc_eng_kersi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_kersi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kersi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kersi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kersi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kersi_001 ; . ontolex:apc_eng_kezlok_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kezlok_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kezlok_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kezlok_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kezlok_001 ; . ontolex:apc_eng_kiif_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kiif_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kiif_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kiif_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kiif_001 ; . ontolex:apc_eng_kiilo_metr_emrabbac_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kiilo_metr_emrabbac_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kiilo_metr_emrabbac_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kiilo_metr_emrabbac_001 ; . ontolex:apc_eng_kniise_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kniise_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kniise_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kniise_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kniise_001 ; . ontolex:apc_eng_komodiina_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_komodiina_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_komodiina_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_komodiina_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_komodiina_001 ; . ontolex:apc_eng_ktaab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ktaab_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_ktaab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ktaab_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ktaab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ktaab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ktaab_001 ; . ontolex:apc_eng_ktiir_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ktiir_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_ktiir_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ktiir_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ktiir_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ktiir_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ktiir_001 ; . ontolex:apc_eng_ktiir_002 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ktiir_002 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ktiir_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ktiir_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ktiir_002 ; . ontolex:apc_eng_kuret_es_salle_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kuret_es_salle_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kuret_es_salle_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kuret_es_salle_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kuret_es_salle_001 ; . ontolex:apc_eng_kuusa_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kuusa_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kuusa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kuusa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kuusa_001 ; . ontolex:apc_eng_kuuz_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_kuuz_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_kuuz_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_kuuz_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_kuuz_001 ; . ontolex:apc_eng_la_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_la_001 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_la_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_la_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_la_001 ; . ontolex:apc_eng_la_eddaam_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_la_eddaam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_la_eddaam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_la_eddaam_001 ; . ontolex:apc_eng_la_haal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_la_haal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_la_haal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_la_haal_001 ; . ontolex:apc_eng_la_ween_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_la_ween_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_la_ween_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_la_ween_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_la_ween_001 ; . ontolex:apc_eng_laa_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_laa_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_laa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_laa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_laa_001 ; . ontolex:apc_eng_laa_twaaxezni_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_laa_twaaxezni_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_laa_twaaxezni_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_laa_twaaxezni_001 ; . ontolex:apc_eng_laabtob_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_laabtob_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_laabtob_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_laabtob_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_laabtob_001 ; . ontolex:apc_eng_laaselki_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_laaselki_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_laaselki_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_laaselki_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_laaselki_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_laaselki_001 ; . ontolex:apc_eng_laban_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_laban_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_laban_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_laban_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_laban_001 ; . ontolex:apc_eng_lacet_nafso_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_lacet_nafso_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_lacet_nafso_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_lacet_nafso_001 ; . ontolex:apc_eng_lahem_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_lahem_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_lahem_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_lahem_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_lahem_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_lahem_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_lahem_001 ; . ontolex:apc_eng_lahhaab_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_lahhaab_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_lahhaab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_lahhaab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_lahhaab_001 ; . ontolex:apc_eng_lahhaam_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_lahhaam_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_lahhaam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_lahhaam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_lahhaam_001 ; . ontolex:apc_eng_lahshe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_lahshe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_lahshe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_lahshe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_lahshe_001 ; . ontolex:apc_eng_lahza_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_lahza_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_lahza_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_lahza_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_lahza_001 ; . ontolex:apc_eng_lamba_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_lamba_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_lamba_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_lamba_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_lamba_001 ; . ontolex:apc_eng_lamlam_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_lamlam_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_lamlam_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_lamlam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_lamlam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_lamlam_001 ; . ontolex:apc_eng_lamma_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_lamma_001 ; lexinfo:partOfSpeech lexinfo:conjunction ; ontolex:otherForm ontolex:form_Root_0_apc_eng_lamma_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_lamma_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_lamma_001 ; . ontolex:apc_eng_latiif_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_latiif_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_latiif_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_latiif_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_latiif_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_latiif_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_latiif_001 ; . ontolex:apc_eng_law_samahet_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_law_samahet_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_law_samahet_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_law_samahet_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_law_samahet_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_law_samahet_001 ; . ontolex:apc_eng_le_eeta_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_le_eeta_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_le_eeta_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_le_eeta_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_le_eeta_001 ; . ontolex:apc_eng_le_kweet_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_le_kweet_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_le_kweet_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_le_kweet_001 ; . ontolex:apc_eng_le_me_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_le_me_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_le_me_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_le_me_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_le_me_001 ; . ontolex:apc_eng_le_xtuut_ezh_zhawwiyye_s_suuriyye_001 rdf:type ontolex:LexicalEntry ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_le_xtuut_ezh_zhawwiyye_s_suuriyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_le_xtuut_ezh_zhawwiyye_s_suuriyye_001 ; . ontolex:apc_eng_lebes_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_lebes_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_lebes_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_lebes_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_lebes_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_lebes_001 ; . ontolex:apc_eng_lebes_shacbi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_lebes_shacbi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_lebes_shacbi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_lebes_shacbi_001 ; . ontolex:apc_eng_lebnaan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_lebnaan_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_lebnaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_lebnaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_lebnaan_001 ; . ontolex:apc_eng_leceb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_leceb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_leceb_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_leceb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_leceb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_leceb_001 ; . ontolex:apc_eng_leceb_002 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_leceb_002 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_leceb_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_leceb_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_leceb_002 ; . ontolex:apc_eng_leek_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_leek_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_leek_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_leek_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_leek_001 ; . ontolex:apc_eng_leel_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_leel_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_leel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_leel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_leel_001 ; . ontolex:apc_eng_leel_enhaar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_leel_enhaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_leel_enhaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_leel_enhaar_001 ; . ontolex:apc_eng_leemuun_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_leemuun_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_leemuun_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_leemuun_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_leemuun_001 ; . ontolex:apc_eng_leera_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_leera_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_leera_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_leera_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_leera_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_leera_001 ; . ontolex:apc_eng_lessa_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_lessa_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_lessa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_lessa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_lessa_001 ; . ontolex:apc_eng_liqaa_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_liqaa_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_liqaa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_liqaa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_liqaa_001 ; . ontolex:apc_eng_looh_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_looh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_looh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_looh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_looh_001 ; . ontolex:apc_eng_loolah_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_loolah_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_loolah_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_loolah_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_loolah_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_loolah_001 ; . ontolex:apc_eng_looz_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_looz_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_looz_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_looz_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_looz_001 ; . ontolex:apc_eng_m_adden_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_m_adden_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_m_adden_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_m_adden_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_m_adden_001 ; . ontolex:apc_eng_m_amman_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_m_amman_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_m_amman_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_m_amman_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_m_amman_001 ; . ontolex:apc_eng_m_ashshe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_m_ashshe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_m_ashshe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_m_ashshe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_m_ashshe_001 ; . ontolex:apc_eng_m_ass_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_m_ass_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_m_ass_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_m_ass_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_m_ass_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_m_ass_001 ; . ontolex:apc_eng_ma_bara_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ma_bara_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ma_bara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ma_bara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ma_bara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ma_bara_001 ; . ontolex:apc_eng_ma_lame_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ma_lame_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ma_lame_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ma_lame_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ma_lame_001 ; . ontolex:apc_eng_ma_luube_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ma_luube_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ma_luube_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ma_luube_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ma_luube_001 ; . ontolex:apc_eng_maa_ba_a_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_maa_ba_a_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maa_ba_a_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maa_ba_a_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maa_ba_a_001 ; . ontolex:apc_eng_maa_caad_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_maa_caad_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maa_caad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maa_caad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maa_caad_001 ; . ontolex:apc_eng_maa_ez_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_maa_ez_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maa_ez_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maa_ez_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maa_ez_001 ; . ontolex:apc_eng_maa_wared_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maa_wared_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maa_wared_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maa_wared_001 ; . ontolex:apc_eng_maadi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_maadi_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_maadi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_maadi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maadi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maadi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maadi_001 ; . ontolex:apc_eng_maalki_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_maalki_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maalki_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maalki_001 ; . ontolex:apc_eng_maat_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_maat_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_maat_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maat_001 ; . ontolex:apc_eng_maazoot_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_maazoot_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maazoot_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maazoot_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maazoot_001 ; . ontolex:apc_eng_mablagh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mablagh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mablagh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mablagh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mablagh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mablagh_001 ; . ontolex:apc_eng_mabna_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mabna_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mabna_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mabna_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mabna_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mabna_001 ; . ontolex:apc_eng_mabsuut_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mabsuut_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mabsuut_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mabsuut_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mabsuut_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mabsuut_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mabsuut_001 ; . ontolex:apc_eng_mac_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mac_001 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mac_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mac_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mac_001 ; . ontolex:apc_eng_mac_uul_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mac_uul_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mac_uul_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mac_uul_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mac_uul_001 ; . ontolex:apc_eng_macaash_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_macaash_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_macaash_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_macaash_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_macaash_001 ; . ontolex:apc_eng_macbad_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_macbad_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_macbad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_macbad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_macbad_001 ; . ontolex:apc_eng_maciishe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_maciishe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maciishe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maciishe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maciishe_001 ; . ontolex:apc_eng_macluumaat_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_macluumaat_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_macluumaat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_macluumaat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_macluumaat_001 ; . ontolex:apc_eng_macmal_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_macmal_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_macmal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_macmal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_macmal_001 ; . ontolex:apc_eng_maczhuun_esnaan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maczhuun_esnaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maczhuun_esnaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maczhuun_esnaan_001 ; . ontolex:apc_eng_maczuum_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_maczuum_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_maczuum_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maczuum_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maczuum_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maczuum_001 ; . ontolex:apc_eng_mada_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mada_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mada_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mada_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mada_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mada_001 ; . ontolex:apc_eng_mada_002 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mada_002 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mada_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mada_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mada_002 ; . ontolex:apc_eng_madbuub_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_madbuub_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_madbuub_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_madbuub_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_madbuub_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_madbuub_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_madbuub_001 ; . ontolex:apc_eng_madbuuh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_madbuuh_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_madbuuh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_madbuuh_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_madbuuh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_madbuuh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_madbuuh_001 ; . ontolex:apc_eng_madiinet_malaahi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_madiinet_malaahi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_madiinet_malaahi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_madiinet_malaahi_001 ; . ontolex:apc_eng_madrase_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_madrase_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_madrase_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_madrase_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_madrase_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_madrase_001 ; . ontolex:apc_eng_madxal_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_madxal_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_madxal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_madxal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_madxal_001 ; . ontolex:apc_eng_mafruushaat_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mafruushaat_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mafruushaat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mafruushaat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mafruushaat_001 ; . ontolex:apc_eng_mafsuul_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mafsuul_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mafsuul_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mafsuul_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mafsuul_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mafsuul_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mafsuul_001 ; . ontolex:apc_eng_maghaasel_wuduu_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maghaasel_wuduu_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maghaasel_wuduu_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maghaasel_wuduu_001 ; . ontolex:apc_eng_mahabbe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mahabbe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mahabbe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mahabbe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mahabbe_001 ; . ontolex:apc_eng_mahall_el_ahzye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mahall_el_ahzye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mahall_el_ahzye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mahall_el_ahzye_001 ; . ontolex:apc_eng_mahall_el_albise_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mahall_el_albise_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mahall_el_albise_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mahall_el_albise_001 ; . ontolex:apc_eng_mahalli_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mahalli_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mahalli_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mahalli_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mahalli_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mahalli_001 ; . ontolex:apc_eng_mahatta_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mahatta_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mahatta_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mahatta_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mahatta_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mahatta_001 ; . ontolex:apc_eng_mahbara_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mahbara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mahbara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mahbara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mahbara_001 ; . ontolex:apc_eng_mahbas_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mahbas_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mahbas_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mahbas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mahbas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mahbas_001 ; . ontolex:apc_eng_mahhaaye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mahhaaye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mahhaaye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mahhaaye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mahhaaye_001 ; . ontolex:apc_eng_makaan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_makaan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_makaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_makaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_makaan_001 ; . ontolex:apc_eng_makduus_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_makduus_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_makduus_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_makduus_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_makduus_001 ; . ontolex:apc_eng_maktab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_maktab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_maktab_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maktab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maktab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maktab_001 ; . ontolex:apc_eng_maktab_tayaraan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maktab_tayaraan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maktab_tayaraan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maktab_tayaraan_001 ; . ontolex:apc_eng_maktabe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_maktabe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maktabe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maktabe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maktabe_001 ; . ontolex:apc_eng_maktuub_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_maktuub_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maktuub_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maktuub_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maktuub_001 ; . ontolex:apc_eng_malaan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_malaan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_malaan_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_malaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_malaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_malaan_001 ; . ontolex:apc_eng_malcab_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_malcab_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_malcab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_malcab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_malcab_001 ; . ontolex:apc_eng_mamnuuc_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mamnuuc_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mamnuuc_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mamnuuc_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mamnuuc_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mamnuuc_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mamnuuc_001 ; . ontolex:apc_eng_man_uushe_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_man_uushe_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_man_uushe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_man_uushe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_man_uushe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_man_uushe_001 ; . ontolex:apc_eng_manaame_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_manaame_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_manaame_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_manaame_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_manaame_001 ; . ontolex:apc_eng_manshafe_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_manshafe_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_manshafe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_manshafe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_manshafe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_manshafe_001 ; . ontolex:apc_eng_manzar_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_manzar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_manzar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_manzar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_manzar_001 ; . ontolex:apc_eng_maqaam_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_maqaam_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_maqaam_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maqaam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maqaam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maqaam_001 ; . ontolex:apc_eng_maqsaf_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_maqsaf_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maqsaf_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maqsaf_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maqsaf_001 ; . ontolex:apc_eng_mara_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mara_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mara_001 ; . ontolex:apc_eng_marad_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_marad_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_marad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_marad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_marad_001 ; . ontolex:apc_eng_mardaan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mardaan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mardaan_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mardaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mardaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mardaan_001 ; . ontolex:apc_eng_marezh_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_marezh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_marezh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_marezh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_marezh_001 ; . ontolex:apc_eng_marhale_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_marhale_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_marhale_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_marhale_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_marhale_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_marhale_001 ; . ontolex:apc_eng_mariid_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mariid_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mariid_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mariid_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mariid_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mariid_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mariid_001 ; . ontolex:apc_eng_markaz_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_markaz_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_markaz_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_markaz_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_markaz_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_markaz_001 ; . ontolex:apc_eng_marra_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_marra_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_marra_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_marra_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_marra_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_marra_001 ; . ontolex:apc_eng_marzhec_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_marzhec_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_marzhec_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_marzhec_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_marzhec_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_marzhec_001 ; . ontolex:apc_eng_mas_ale_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mas_ale_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mas_ale_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mas_ale_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mas_ale_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mas_ale_001 ; . ontolex:apc_eng_masa_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_masa_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_masa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_masa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_masa_001 ; . ontolex:apc_eng_masaari_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_masaari_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_masaari_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_masaari_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_masaari_001 ; . ontolex:apc_eng_masabb_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_masabb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_masabb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_masabb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_masabb_001 ; . ontolex:apc_eng_masalan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_masalan_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_masalan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_masalan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_masalan_001 ; . ontolex:apc_eng_masawiiyaat_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_masawiiyaat_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_masawiiyaat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_masawiiyaat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_masawiiyaat_001 ; . ontolex:apc_eng_masbah_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_masbah_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_masbah_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_masbah_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_masbah_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_masbah_001 ; . ontolex:apc_eng_maser_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_maser_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maser_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maser_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maser_001 ; . ontolex:apc_eng_mashaacer_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mashaacer_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mashaacer_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mashaacer_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mashaacer_001 ; . ontolex:apc_eng_mashaawi_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mashaawi_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mashaawi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mashaawi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mashaawi_001 ; . ontolex:apc_eng_mashi_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mashi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mashi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mashi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mashi_001 ; . ontolex:apc_eng_mashkalzhi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mashkalzhi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mashkalzhi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mashkalzhi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mashkalzhi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mashkalzhi_001 ; . ontolex:apc_eng_mashkuuk_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mashkuuk_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mashkuuk_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mashkuuk_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mashkuuk_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mashkuuk_001 ; . ontolex:apc_eng_mashruub_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mashruub_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mashruub_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mashruub_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mashruub_001 ; . ontolex:apc_eng_mashruuc_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mashruuc_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mashruuc_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mashruuc_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mashruuc_001 ; . ontolex:apc_eng_masiiri_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_masiiri_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_masiiri_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_masiiri_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_masiiri_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_masiiri_001 ; . ontolex:apc_eng_maslaha_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_maslaha_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maslaha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maslaha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maslaha_001 ; . ontolex:apc_eng_masluux_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_masluux_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_masluux_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_masluux_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_masluux_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_masluux_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_masluux_001 ; . ontolex:apc_eng_masmuuh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_masmuuh_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_masmuuh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_masmuuh_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_masmuuh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_masmuuh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_masmuuh_001 ; . ontolex:apc_eng_masrah_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_masrah_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_masrah_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_masrah_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_masrah_001 ; . ontolex:apc_eng_masri_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_masri_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_masri_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_masri_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_masri_001 ; . ontolex:apc_eng_masruuf_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_masruuf_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_masruuf_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_masruuf_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_masruuf_001 ; . ontolex:apc_eng_mastara_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mastara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mastara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mastara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mastara_001 ; . ontolex:apc_eng_mastuul_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mastuul_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mastuul_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mastuul_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mastuul_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mastuul_001 ; . ontolex:apc_eng_mastuur_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mastuur_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mastuur_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mastuur_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mastuur_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mastuur_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mastuur_001 ; . ontolex:apc_eng_maszhed_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_maszhed_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_maszhed_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maszhed_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maszhed_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maszhed_001 ; . ontolex:apc_eng_mataar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mataar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mataar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mataar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mataar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mataar_001 ; . ontolex:apc_eng_matbax_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_matbax_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_matbax_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_matbax_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_matbax_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_matbax_001 ; . ontolex:apc_eng_matcam_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_matcam_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_matcam_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_matcam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_matcam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_matcam_001 ; . ontolex:apc_eng_mawaaleh_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mawaaleh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mawaaleh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mawaaleh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mawaaleh_001 ; . ontolex:apc_eng_mawduuc_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mawduuc_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mawduuc_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mawduuc_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mawduuc_001 ; . ontolex:apc_eng_mawqec_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mawqec_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mawqec_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mawqec_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mawqec_001 ; . ontolex:apc_eng_mawwat_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mawwat_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mawwat_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mawwat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mawwat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mawwat_001 ; . ontolex:apc_eng_maxbuut_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_maxbuut_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_maxbuut_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_maxbuut_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maxbuut_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maxbuut_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maxbuut_001 ; . ontolex:apc_eng_maxluut_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_maxluut_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_maxluut_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_maxluut_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maxluut_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maxluut_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maxluut_001 ; . ontolex:apc_eng_maxtuub_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_maxtuub_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_maxtuub_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_maxtuub_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maxtuub_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maxtuub_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maxtuub_001 ; . ontolex:apc_eng_maxzan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_maxzan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_maxzan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_maxzan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_maxzan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_maxzan_001 ; . ontolex:apc_eng_mayy_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mayy_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mayy_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mayy_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mayy_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mayy_001 ; . ontolex:apc_eng_mazaar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mazaar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mazaar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mazaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mazaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mazaar_001 ; . ontolex:apc_eng_mazaazhi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mazaazhi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mazaazhi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mazaazhi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mazaazhi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mazaazhi_001 ; . ontolex:apc_eng_mazbuut_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mazbuut_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mazbuut_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mazbuut_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mazbuut_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mazbuut_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mazbuut_001 ; . ontolex:apc_eng_mazhaal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mazhaal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mazhaal_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mazhaal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mazhaal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mazhaal_001 ; . ontolex:apc_eng_mazhalle_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mazhalle_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mazhalle_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mazhalle_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mazhalle_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mazhalle_001 ; . ontolex:apc_eng_mazhles_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mazhles_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mazhles_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mazhles_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mazhles_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mazhles_001 ; . ontolex:apc_eng_mazhmuuca_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mazhmuuca_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mazhmuuca_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mazhmuuca_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mazhmuuca_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mazhmuuca_001 ; . ontolex:apc_eng_mazhra_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mazhra_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mazhra_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mazhra_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mazhra_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mazhra_001 ; . ontolex:apc_eng_mazhzhaani_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mazhzhaani_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mazhzhaani_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mazhzhaani_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mazhzhaani_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mazhzhaani_001 ; . ontolex:apc_eng_mazraca_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mazraca_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mazraca_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mazraca_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mazraca_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mazraca_001 ; . ontolex:apc_eng_mbasat_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mbasat_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mbasat_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mbasat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mbasat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mbasat_001 ; . ontolex:apc_eng_mcaffen_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mcaffen_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mcaffen_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mcaffen_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mcaffen_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mcaffen_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mcaffen_001 ; . ontolex:apc_eng_mcalla_b_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mcalla_b_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mcalla_b_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mcalla_b_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mcalla_b_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mcalla_b_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mcalla_b_001 ; . ontolex:apc_eng_mcallem_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mcallem_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mcallem_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mcallem_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mcallem_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mcallem_001 ; . ontolex:apc_eng_mcallme_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mcallme_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mcallme_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mcallme_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mcallme_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mcallme_001 ; . ontolex:apc_eng_mcasseb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mcasseb_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mcasseb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mcasseb_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mcasseb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mcasseb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mcasseb_001 ; . ontolex:apc_eng_mcasser_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mcasser_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mcasser_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mcasser_001 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mcasser_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mcasser_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mcasser_001 ; . ontolex:apc_eng_mcattel_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mcattel_001 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mcattel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mcattel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mcattel_001 ; . ontolex:apc_eng_mcawwad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mcawwad_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mcawwad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mcawwad_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mcawwad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mcawwad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mcawwad_001 ; . ontolex:apc_eng_mdawwa_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mdawwa_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mdawwa_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mdawwa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mdawwa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mdawwa_001 ; . ontolex:apc_eng_mdawwar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mdawwar_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mdawwar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mdawwar_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mdawwar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mdawwar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mdawwar_001 ; . ontolex:apc_eng_me_laaye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_me_laaye_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_me_laaye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_me_laaye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_me_laaye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_me_laaye_001 ; . ontolex:apc_eng_mecteni_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mecteni_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mecteni_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mecteni_001 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mecteni_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mecteni_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mecteni_001 ; . ontolex:apc_eng_meczam_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_meczam_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_meczam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_meczam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_meczam_001 ; . ontolex:apc_eng_meczham_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_meczham_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_meczham_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_meczham_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_meczham_001 ; . ontolex:apc_eng_meddaaye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_meddaaye_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_meddaaye_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_meddaaye_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_meddaaye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_meddaaye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_meddaaye_001 ; . ontolex:apc_eng_medde_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_medde_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_medde_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_medde_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_medde_001 ; . ontolex:apc_eng_medzawwazh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_medzawwazh_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_medzawwazh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_medzawwazh_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_medzawwazh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_medzawwazh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_medzawwazh_001 ; . ontolex:apc_eng_meftaah_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_meftaah_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_meftaah_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_meftaah_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_meftaah_001 ; . ontolex:apc_eng_mehraab_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mehraab_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mehraab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mehraab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mehraab_001 ; . ontolex:apc_eng_mehtaar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mehtaar_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mehtaar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mehtaar_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mehtaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mehtaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mehtaar_001 ; . ontolex:apc_eng_mehtawa_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mehtawa_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mehtawa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mehtawa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mehtawa_001 ; . ontolex:apc_eng_mekense_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mekense_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mekense_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mekense_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mekense_001 ; . ontolex:apc_eng_mekrifoon_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mekrifoon_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mekrifoon_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mekrifoon_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mekrifoon_001 ; . ontolex:apc_eng_mekro_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mekro_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mekro_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mekro_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mekro_001 ; . ontolex:apc_eng_meleh_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_meleh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_meleh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_meleh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_meleh_001 ; . ontolex:apc_eng_melghi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_melghi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_melghi_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_melghi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_melghi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_melghi_001 ; . ontolex:apc_eng_memter_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_memter_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_memter_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_memter_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_memter_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_memter_001 ; . ontolex:apc_eng_men_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_men_001 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_men_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_men_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_men_001 ; . ontolex:apc_eng_men_abel_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_men_abel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_men_abel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_men_abel_001 ; . ontolex:apc_eng_men_shaher_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_men_shaher_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_men_shaher_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_men_shaher_001 ; . ontolex:apc_eng_men_wa_et_ma_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_men_wa_et_ma_001 ; lexinfo:partOfSpeech lexinfo:conjunction ; ontolex:otherForm ontolex:form_Root_0_apc_eng_men_wa_et_ma_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_men_wa_et_ma_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_men_wa_et_ma_001 ; . ontolex:apc_eng_menbar_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_menbar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_menbar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_menbar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_menbar_001 ; . ontolex:apc_eng_menfesel_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_menfesel_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_menfesel_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_menfesel_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_menfesel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_menfesel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_menfesel_001 ; . ontolex:apc_eng_mered_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mered_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mered_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mered_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mered_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mered_001 ; . ontolex:apc_eng_mertaah_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mertaah_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mertaah_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mertaah_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mertaah_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mertaah_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mertaah_001 ; . ontolex:apc_eng_mertabet_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mertabet_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mertabet_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mertabet_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mertabet_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mertabet_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mertabet_001 ; . ontolex:apc_eng_meshmosh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_meshmosh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_meshmosh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_meshmosh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_meshmosh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_meshmosh_001 ; . ontolex:apc_eng_meshwaar_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_meshwaar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_meshwaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_meshwaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_meshwaar_001 ; . ontolex:apc_eng_meshwi_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_meshwi_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_meshwi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_meshwi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_meshwi_001 ; . ontolex:apc_eng_meskiin_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_meskiin_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_meskiin_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_meskiin_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_meskiin_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_meskiin_001 ; . ontolex:apc_eng_meslem_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_meslem_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_meslem_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_meslem_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_meslem_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_meslem_001 ; . ontolex:apc_eng_mesta_bal_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mesta_bal_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mesta_bal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mesta_bal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mesta_bal_001 ; . ontolex:apc_eng_mestacedd_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mestacedd_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mestacedd_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mestacedd_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mestacedd_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mestacedd_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mestacedd_001 ; . ontolex:apc_eng_mestacmal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mestacmal_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mestacmal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mestacmal_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mestacmal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mestacmal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mestacmal_001 ; . ontolex:apc_eng_mestaczhel_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mestaczhel_001 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mestaczhel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mestaczhel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mestaczhel_001 ; . ontolex:apc_eng_mestalahaat_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mestalahaat_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mestalahaat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mestalahaat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mestalahaat_001 ; . ontolex:apc_eng_mestawa_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mestawa_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mestawa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mestawa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mestawa_001 ; . ontolex:apc_eng_mestaxdem_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mestaxdem_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mestaxdem_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mestaxdem_001 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mestaxdem_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mestaxdem_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mestaxdem_001 ; . ontolex:apc_eng_meswaak_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_meswaak_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_meswaak_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_meswaak_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_meswaak_001 ; . ontolex:apc_eng_mesᵊlme_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mesᵊlme_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mesᵊlme_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mesᵊlme_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mesᵊlme_001 ; . ontolex:apc_eng_metcaawen_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_metcaawen_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_metcaawen_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_metcaawen_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_metcaawen_001 ; . ontolex:apc_eng_metcalle_b_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_metcalle_b_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_metcalle_b_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_metcalle_b_001 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_metcalle_b_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_metcalle_b_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_metcalle_b_001 ; . ontolex:apc_eng_metcallem_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_metcallem_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_metcallem_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_metcallem_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_metcallem_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_metcallem_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_metcallem_001 ; . ontolex:apc_eng_metcasseb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_metcasseb_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_metcasseb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_metcasseb_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_metcasseb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_metcasseb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_metcasseb_001 ; . ontolex:apc_eng_metcawwed_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_metcawwed_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_metcawwed_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_metcawwed_001 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_metcawwed_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_metcawwed_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_metcawwed_001 ; . ontolex:apc_eng_meter_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_meter_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_meter_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_meter_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_meter_001 ; . ontolex:apc_eng_methaf_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_methaf_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_methaf_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_methaf_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_methaf_001 ; . ontolex:apc_eng_metnawwec_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_metnawwec_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_metnawwec_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_metnawwec_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_metnawwec_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_metnawwec_001 ; . ontolex:apc_eng_metqaaced_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_metqaaced_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_metqaaced_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_metqaaced_001 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_metqaaced_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_metqaaced_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_metqaaced_001 ; . ontolex:apc_eng_metradded_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_metradded_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_metradded_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_metradded_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_metradded_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_metradded_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_metradded_001 ; . ontolex:apc_eng_metro_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_metro_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_metro_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_metro_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_metro_001 ; . ontolex:apc_eng_mettallec_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mettallec_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mettallec_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mettallec_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mettallec_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mettallec_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mettallec_001 ; . ontolex:apc_eng_metwaazen_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_metwaazen_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_metwaazen_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_metwaazen_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_metwaazen_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_metwaazen_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_metwaazen_001 ; . ontolex:apc_eng_metwaffer_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_metwaffer_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_metwaffer_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_metwaffer_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_metwaffer_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_metwaffer_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_metwaffer_001 ; . ontolex:apc_eng_metxallef_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_metxallef_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_metxallef_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_metxallef_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_metxallef_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_metxallef_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_metxallef_001 ; . ontolex:apc_eng_metᵊl_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_metᵊl_001 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_metᵊl_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_metᵊl_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_metᵊl_001 ; . ontolex:apc_eng_mextalat_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mextalat_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mextalat_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mextalat_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mextalat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mextalat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mextalat_001 ; . ontolex:apc_eng_mexx_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mexx_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mexx_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mexx_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mexx_001 ; . ontolex:apc_eng_mezhtamca_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mezhtamca_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mezhtamca_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mezhtamca_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mezhtamca_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mezhtamca_001 ; . ontolex:apc_eng_mghaara_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mghaara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mghaara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mghaara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mghaara_001 ; . ontolex:apc_eng_mhaafez_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mhaafez_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mhaafez_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mhaafez_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mhaafez_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mhaafez_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mhaafez_001 ; . ontolex:apc_eng_mhaawara_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mhaawara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mhaawara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mhaawara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mhaawara_001 ; . ontolex:apc_eng_mhaddad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mhaddad_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mhaddad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mhaddad_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mhaddad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mhaddad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mhaddad_001 ; . ontolex:apc_eng_mhandes_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mhandes_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mhandes_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mhandes_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mhandes_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mhandes_001 ; . ontolex:apc_eng_mhemm_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mhemm_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mhemm_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mhemm_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mhemm_001 ; . ontolex:apc_eng_mictaf_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mictaf_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mictaf_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mictaf_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mictaf_001 ; . ontolex:apc_eng_miizaan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_miizaan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_miizaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_miizaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_miizaan_001 ; . ontolex:apc_eng_mkassaraat_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mkassaraat_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mkassaraat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mkassaraat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mkassaraat_001 ; . ontolex:apc_eng_mkawwanaat_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mkawwanaat_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mkawwanaat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mkawwanaat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mkawwanaat_001 ; . ontolex:apc_eng_mlaa_aa_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mlaa_aa_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mlaa_aa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mlaa_aa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mlaa_aa_001 ; . ontolex:apc_eng_mluuxiyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mluuxiyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mluuxiyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mluuxiyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mluuxiyye_001 ; . ontolex:apc_eng_mnaa_ashe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mnaa_ashe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mnaa_ashe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mnaa_ashe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mnaa_ashe_001 ; . ontolex:apc_eng_mnabbeh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mnabbeh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mnabbeh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mnabbeh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mnabbeh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mnabbeh_001 ; . ontolex:apc_eng_mneen_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mneen_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mneen_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mneen_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mneen_001 ; . ontolex:apc_eng_mniih_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mniih_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mniih_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mniih_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mniih_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mniih_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mniih_001 ; . ontolex:apc_eng_moobaayl_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_moobaayl_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_moobaayl_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_moobaayl_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_moobaayl_001 ; . ontolex:apc_eng_mooz_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mooz_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mooz_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mooz_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mooz_001 ; . ontolex:apc_eng_mrabba_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mrabba_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mrabba_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mrabba_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mrabba_001 ; . ontolex:apc_eng_mrattab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mrattab_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mrattab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mrattab_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mrattab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mrattab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mrattab_001 ; . ontolex:apc_eng_msaaba_a_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_msaaba_a_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_msaaba_a_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_msaaba_a_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_msaaba_a_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_msaaba_a_001 ; . ontolex:apc_eng_msaaced_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_msaaced_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_msaaced_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_msaaced_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_msaaced_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_msaaced_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_msaaced_001 ; . ontolex:apc_eng_msaafer_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_msaafer_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_msaafer_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_msaafer_001 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_msaafer_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_msaafer_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_msaafer_001 ; . ontolex:apc_eng_msaaha_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_msaaha_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_msaaha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_msaaha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_msaaha_001 ; . ontolex:apc_eng_msabba_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_msabba_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_msabba_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_msabba_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_msabba_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_msabba_001 ; . ontolex:apc_eng_msaffa_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_msaffa_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_msaffa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_msaffa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_msaffa_001 ; . ontolex:apc_eng_msakker_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_msakker_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_msakker_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_msakker_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_msakker_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_msakker_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_msakker_001 ; . ontolex:apc_eng_msamma_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_msamma_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_msamma_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_msamma_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_msamma_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_msamma_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_msamma_001 ; . ontolex:apc_eng_msawwer_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_msawwer_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_msawwer_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_msawwer_001 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_msawwer_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_msawwer_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_msawwer_001 ; . ontolex:apc_eng_msayter_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_msayter_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_msayter_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_msayter_001 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_msayter_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_msayter_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_msayter_001 ; . ontolex:apc_eng_mshaaghab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mshaaghab_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mshaaghab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mshaaghab_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mshaaghab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mshaaghab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mshaaghab_001 ; . ontolex:apc_eng_mshaakes_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mshaakes_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mshaakes_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mshaakes_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mshaakes_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mshaakes_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mshaakes_001 ; . ontolex:apc_eng_mshaan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mshaan_001 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mshaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mshaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mshaan_001 ; . ontolex:apc_eng_mshallah_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mshallah_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mshallah_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mshallah_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mshallah_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mshallah_001 ; . ontolex:apc_eng_mtarzhme_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mtarzhme_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mtarzhme_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mtarzhme_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mtarzhme_001 ; . ontolex:apc_eng_mubaara_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mubaara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mubaara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mubaara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mubaara_001 ; . ontolex:apc_eng_mubaaraa_t_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mubaaraa_t_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mubaaraa_t_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mubaaraa_t_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mubaaraa_t_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mubaaraa_t_001 ; . ontolex:apc_eng_mucaayashe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mucaayashe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mucaayashe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mucaayashe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mucaayashe_001 ; . ontolex:apc_eng_mudarreb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mudarreb_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mudarreb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mudarreb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mudarreb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mudarreb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mudarreb_001 ; . ontolex:apc_eng_mudiir_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mudiir_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mudiir_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mudiir_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mudiir_001 ; . ontolex:apc_eng_mufiid_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mufiid_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mufiid_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mufiid_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mufiid_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mufiid_001 ; . ontolex:apc_eng_muhaadara_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_muhaadara_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_muhaadara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_muhaadara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_muhaadara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_muhaadara_001 ; . ontolex:apc_eng_muhaafaza_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_muhaafaza_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_muhaafaza_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_muhaafaza_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_muhaafaza_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_muhaafaza_001 ; . ontolex:apc_eng_muhaami_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_muhaami_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_muhaami_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_muhaami_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_muhaami_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_muhaami_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_muhaami_001 ; . ontolex:apc_eng_multiwordunit_001 rdf:type ontolex:LexicalEntry ; lexinfo:partOfSpeech lexinfo:conjunction ; ontolex:otherForm ontolex:form_Root_0_apc_eng_multiwordunit_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_multiwordunit_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_multiwordunit_001 ; . ontolex:apc_eng_mumassel_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mumassel_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mumassel_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mumassel_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mumassel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mumassel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mumassel_001 ; . ontolex:apc_eng_mumell_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mumell_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mumell_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mumell_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mumell_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mumell_001 ; . ontolex:apc_eng_muqaataca_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_muqaataca_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_muqaataca_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_muqaataca_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_muqaataca_001 ; . ontolex:apc_eng_murdica_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_murdica_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_murdica_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_murdica_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_murdica_001 ; . ontolex:apc_eng_muriid_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_muriid_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_muriid_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_muriid_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_muriid_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_muriid_001 ; . ontolex:apc_eng_musaacade_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_musaacade_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_musaacade_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_musaacade_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_musaacade_001 ; . ontolex:apc_eng_musaalem_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_musaalem_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_musaalem_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_musaalem_001 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_musaalem_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_musaalem_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_musaalem_001 ; . ontolex:apc_eng_mutacaaraf_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mutacaaraf_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mutacaaraf_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mutacaaraf_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mutacaaraf_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mutacaaraf_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mutacaaraf_001 ; . ontolex:apc_eng_mutreb_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mutreb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mutreb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mutreb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mutreb_001 ; . ontolex:apc_eng_muu_b_el_ca_el_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_muu_b_el_ca_el_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_muu_b_el_ca_el_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_muu_b_el_ca_el_001 ; . ontolex:apc_eng_muu_heek_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_muu_heek_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_muu_heek_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_muu_heek_001 ; . ontolex:apc_eng_muxattat_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_muxattat_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_muxattat_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_muxattat_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_muxattat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_muxattat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_muxattat_001 ; . ontolex:apc_eng_muxiif_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_muxiif_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_muxiif_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_muxiif_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_muxiif_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_muxiif_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_muxiif_001 ; . ontolex:apc_eng_muzakkara_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_muzakkara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_muzakkara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_muzakkara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_muzakkara_001 ; . ontolex:apc_eng_muzayyaf_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_muzayyaf_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_muzayyaf_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_muzayyaf_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_muzayyaf_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_muzayyaf_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_muzayyaf_001 ; . ontolex:apc_eng_muziic_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_muziic_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_muziic_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_muziic_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_muziic_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_muziic_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_muziic_001 ; . ontolex:apc_eng_mwaafe_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mwaafe_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mwaafe_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mwaafe_001 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mwaafe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mwaafe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mwaafe_001 ; . ontolex:apc_eng_mwaasalaat_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mwaasalaat_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mwaasalaat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mwaasalaat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mwaasalaat_001 ; . ontolex:apc_eng_mwaazheh_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mwaazheh_001 ; lexinfo:partOfSpeech lexinfo:preposition ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mwaazheh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mwaazheh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mwaazheh_001 ; . ontolex:apc_eng_mwazzaf_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mwazzaf_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mwazzaf_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mwazzaf_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mwazzaf_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mwazzaf_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mwazzaf_001 ; . ontolex:apc_eng_mxadde_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mxadde_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mxadde_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mxadde_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mxadde_001 ; . ontolex:apc_eng_mxaffad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mxaffad_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mxaffad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mxaffad_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mxaffad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mxaffad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mxaffad_001 ; . ontolex:apc_eng_mxallal_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mxallal_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mxallal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mxallal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mxallal_001 ; . ontolex:apc_eng_mxallat_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mxallat_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mxallat_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mxallat_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mxallat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mxallat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mxallat_001 ; . ontolex:apc_eng_mxassas_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mxassas_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mxassas_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mxassas_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mxassas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mxassas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mxassas_001 ; . ontolex:apc_eng_myassar_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_myassar_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_myassar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_myassar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_myassar_001 ; . ontolex:apc_eng_myassar_enshaalla_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_myassar_enshaalla_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_myassar_enshaalla_001 ; . ontolex:apc_eng_mzayyan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_mzayyan_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_mzayyan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mzayyan_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mzayyan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mzayyan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mzayyan_001 ; . ontolex:apc_eng_mzharmashe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mzharmashe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mzharmashe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mzharmashe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mzharmashe_001 ; . ontolex:apc_eng_mәtle_002 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_mәtle_002 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_mәtle_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_mәtle_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_mәtle_002 ; . ontolex:apc_eng_na_a_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_na_a_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_na_a_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_na_a_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_na_a_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_na_a_001 ; . ontolex:apc_eng_na_ariish_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_na_ariish_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_na_ariish_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_na_ariish_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_na_ariish_001 ; . ontolex:apc_eng_na_rash_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_na_rash_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_na_rash_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_na_rash_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_na_rash_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_na_rash_001 ; . ontolex:apc_eng_naadi_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_naadi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_naadi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_naadi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_naadi_001 ; . ontolex:apc_eng_naahye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_naahye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_naahye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_naahye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_naahye_001 ; . ontolex:apc_eng_naam_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_naam_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_naam_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_naam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_naam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_naam_001 ; . ontolex:apc_eng_naar_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_naar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_naar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_naar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_naar_001 ; . ontolex:apc_eng_naasab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_naasab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_naasab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_naasab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_naasab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_naasab_001 ; . ontolex:apc_eng_naashef_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_naashef_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_naashef_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_naashef_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_naashef_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_naashef_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_naashef_001 ; . ontolex:apc_eng_naazheh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_naazheh_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_naazheh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_naazheh_001 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_naazheh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_naazheh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_naazheh_001 ; . ontolex:apc_eng_nabaati_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nabaati_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nabaati_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nabaati_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nabaati_001 ; . ontolex:apc_eng_nabi_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nabi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nabi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nabi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nabi_001 ; . ontolex:apc_eng_nacnac_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nacnac_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nacnac_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nacnac_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nacnac_001 ; . ontolex:apc_eng_naddaara_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_naddaara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_naddaara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_naddaara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_naddaara_001 ; . ontolex:apc_eng_naddaf_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_naddaf_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_naddaf_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_naddaf_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_naddaf_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_naddaf_001 ; . ontolex:apc_eng_nafas_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nafas_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nafas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nafas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nafas_001 ; . ontolex:apc_eng_nafs_el_mudeel_001 rdf:type ontolex:LexicalEntry ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nafs_el_mudeel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nafs_el_mudeel_001 ; . ontolex:apc_eng_nahiif_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_nahiif_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_nahiif_001 ; ontolex:otherForm ontolex:form_Inflected_2_apc_eng_nahiif_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nahiif_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nahiif_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nahiif_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nahiif_001 ; . ontolex:apc_eng_nakha_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nakha_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nakha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nakha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nakha_001 ; . ontolex:apc_eng_nasame_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nasame_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nasame_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nasame_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nasame_001 ; . ontolex:apc_eng_nashiit_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_nashiit_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_nashiit_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nashiit_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nashiit_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nashiit_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nashiit_001 ; . ontolex:apc_eng_nass_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nass_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nass_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nass_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nass_001 ; . ontolex:apc_eng_natiizhe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_natiizhe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_natiizhe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_natiizhe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_natiizhe_001 ; . ontolex:apc_eng_natt_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_natt_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_natt_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_natt_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_natt_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_natt_001 ; . ontolex:apc_eng_natwat_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_natwat_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_natwat_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_natwat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_natwat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_natwat_001 ; . ontolex:apc_eng_nazhaah_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nazhaah_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nazhaah_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nazhaah_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nazhaah_001 ; . ontolex:apc_eng_nazhzhaar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_nazhzhaar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nazhzhaar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nazhzhaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nazhzhaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nazhzhaar_001 ; . ontolex:apc_eng_nazle_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nazle_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nazle_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nazle_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nazle_001 ; . ontolex:apc_eng_ncakas_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ncakas_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ncakas_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ncakas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ncakas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ncakas_001 ; . ontolex:apc_eng_ncazal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ncazal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ncazal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ncazal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ncazal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ncazal_001 ; . ontolex:apc_eng_ndarab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ndarab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ndarab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ndarab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ndarab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ndarab_001 ; . ontolex:apc_eng_ndiif_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ndiif_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_ndiif_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ndiif_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ndiif_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ndiif_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ndiif_001 ; . ontolex:apc_eng_nehna_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nehna_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nehna_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nehna_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nehna_001 ; . ontolex:apc_eng_nekte_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nekte_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nekte_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nekte_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nekte_001 ; . ontolex:apc_eng_neswanzhi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_neswanzhi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_neswanzhi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_neswanzhi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_neswanzhi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_neswanzhi_001 ; . ontolex:apc_eng_nesxa_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nesxa_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nesxa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nesxa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nesxa_001 ; . ontolex:apc_eng_nesyaan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nesyaan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nesyaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nesyaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nesyaan_001 ; . ontolex:apc_eng_nezhem_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_nezhem_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nezhem_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nezhem_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nezhem_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nezhem_001 ; . ontolex:apc_eng_nezhem_002 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_nezhem_002 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nezhem_002 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nezhem_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nezhem_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nezhem_002 ; . ontolex:apc_eng_nezhme_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nezhme_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nezhme_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nezhme_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nezhme_001 ; . ontolex:apc_eng_nfaram_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_nfaram_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nfaram_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nfaram_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nfaram_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nfaram_001 ; . ontolex:apc_eng_nghalab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_nghalab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nghalab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nghalab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nghalab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nghalab_001 ; . ontolex:apc_eng_nhaar_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nhaar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nhaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nhaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nhaar_001 ; . ontolex:apc_eng_nhatt_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_nhatt_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nhatt_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nhatt_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nhatt_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nhatt_001 ; . ontolex:apc_eng_nihaa_i_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_nihaa_i_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nihaa_i_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nihaa_i_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nihaa_i_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nihaa_i_001 ; . ontolex:apc_eng_niisaan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_niisaan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_niisaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_niisaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_niisaan_001 ; . ontolex:apc_eng_nkasa_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_nkasa_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nkasa_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nkasa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nkasa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nkasa_001 ; . ontolex:apc_eng_nkasar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_nkasar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nkasar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nkasar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nkasar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nkasar_001 ; . ontolex:apc_eng_nkatab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_nkatab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nkatab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nkatab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nkatab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nkatab_001 ; . ontolex:apc_eng_noom_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_noom_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_noom_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_noom_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_noom_001 ; . ontolex:apc_eng_nshaaf_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_nshaaf_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nshaaf_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nshaaf_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nshaaf_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nshaaf_001 ; . ontolex:apc_eng_nuur_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nuur_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nuur_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nuur_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nuur_001 ; . ontolex:apc_eng_nwasaf_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_nwasaf_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nwasaf_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nwasaf_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nwasaf_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nwasaf_001 ; . ontolex:apc_eng_nzhaas_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nzhaas_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nzhaas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nzhaas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nzhaas_001 ; . ontolex:apc_eng_nzhabar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_nzhabar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_nzhabar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_nzhabar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_nzhabar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_nzhabar_001 ; . ontolex:apc_eng_oorebbi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_oorebbi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_oorebbi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_oorebbi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_oorebbi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_oorebbi_001 ; . ontolex:apc_eng_oos_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_oos_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_oos_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_oos_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_oos_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_oos_001 ; . ontolex:apc_eng_oteel_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_oteel_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_oteel_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_oteel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_oteel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_oteel_001 ; . ontolex:apc_eng_otomatiik_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_otomatiik_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_otomatiik_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_otomatiik_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_otomatiik_001 ; . ontolex:apc_eng_qaa_ime_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_qaa_ime_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_qaa_ime_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_qaa_ime_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_qaa_ime_001 ; . ontolex:apc_eng_qaamuus_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_qaamuus_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_qaamuus_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_qaamuus_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_qaamuus_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_qaamuus_001 ; . ontolex:apc_eng_qaarra_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_qaarra_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_qaarra_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_qaarra_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_qaarra_001 ; . ontolex:apc_eng_qarn_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_qarn_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_qarn_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_qarn_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_qarn_001 ; . ontolex:apc_eng_qered_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_qered_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_qered_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_qered_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_qered_001 ; . ontolex:apc_eng_qitaar_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_qitaar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_qitaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_qitaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_qitaar_001 ; . ontolex:apc_eng_ra_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ra_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ra_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ra_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ra_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ra_001 ; . ontolex:apc_eng_ra_am_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ra_am_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_ra_am_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ra_am_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ra_am_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ra_am_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ra_am_001 ; . ontolex:apc_eng_ra_iis_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ra_iis_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ra_iis_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ra_iis_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ra_iis_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ra_iis_001 ; . ontolex:apc_eng_ra_iisi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ra_iisi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ra_iisi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ra_iisi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ra_iisi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ra_iisi_001 ; . ontolex:apc_eng_raabec_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_raabec_001 ; lexinfo:partOfSpeech lexinfo:numeral ; ontolex:otherForm ontolex:form_Root_0_apc_eng_raabec_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_raabec_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_raabec_001 ; . ontolex:apc_eng_raabet_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_raabet_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_raabet_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_raabet_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_raabet_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_raabet_001 ; . ontolex:apc_eng_raaca_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_raaca_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_raaca_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_raaca_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_raaca_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_raaca_001 ; . ontolex:apc_eng_raad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_raad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_raad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_raad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_raad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_raad_001 ; . ontolex:apc_eng_raadyo_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_raadyo_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_raadyo_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_raadyo_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_raadyo_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_raadyo_001 ; . ontolex:apc_eng_raafa_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_raafa_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_raafa_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_raafa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_raafa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_raafa_001 ; . ontolex:apc_eng_raah_erzhuuc_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_raah_erzhuuc_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_raah_erzhuuc_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_raah_erzhuuc_001 ; . ontolex:apc_eng_raaha_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_raaha_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_raaha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_raaha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_raaha_001 ; . ontolex:apc_eng_raaheb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_raaheb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_raaheb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_raaheb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_raaheb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_raaheb_001 ; . ontolex:apc_eng_raakeb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_raakeb_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_raakeb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_raakeb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_raakeb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_raakeb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_raakeb_001 ; . ontolex:apc_eng_raba_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_raba_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_raba_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_raba_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_raba_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_raba_001 ; . ontolex:apc_eng_rabat_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rabat_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rabat_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rabat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rabat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rabat_001 ; . ontolex:apc_eng_rabiic_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rabiic_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rabiic_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rabiic_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rabiic_001 ; . ontolex:apc_eng_rabta_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rabta_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rabta_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rabta_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rabta_001 ; . ontolex:apc_eng_racbe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_racbe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_racbe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_racbe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_racbe_001 ; . ontolex:apc_eng_racbuun_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_racbuun_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_racbuun_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_racbuun_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_racbuun_001 ; . ontolex:apc_eng_raccab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_raccab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_raccab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_raccab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_raccab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_raccab_001 ; . ontolex:apc_eng_radd_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_radd_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_radd_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_radd_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_radd_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_radd_001 ; . ontolex:apc_eng_radd_xabar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_radd_xabar_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_radd_xabar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_radd_xabar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_radd_xabar_001 ; . ontolex:apc_eng_raddac_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_raddac_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_raddac_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_raddac_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_raddac_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_raddac_001 ; . ontolex:apc_eng_rafac_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rafac_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rafac_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rafac_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rafac_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rafac_001 ; . ontolex:apc_eng_rafad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rafad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rafad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rafad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rafad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rafad_001 ; . ontolex:apc_eng_raff_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_raff_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_raff_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_raff_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_raff_001 ; . ontolex:apc_eng_rahiib_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rahiib_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rahiib_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rahiib_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rahiib_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rahiib_001 ; . ontolex:apc_eng_rakad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rakad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rakad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rakad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rakad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rakad_001 ; . ontolex:apc_eng_rakde_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rakde_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rakde_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rakde_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rakde_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rakde_001 ; . ontolex:apc_eng_rakkab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rakkab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rakkab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rakkab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rakkab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rakkab_001 ; . ontolex:apc_eng_rakkaz_cala_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rakkaz_cala_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rakkaz_cala_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rakkaz_cala_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rakkaz_cala_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rakkaz_cala_001 ; . ontolex:apc_eng_rama_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rama_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rama_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rama_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rama_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rama_001 ; . ontolex:apc_eng_rann_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rann_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rann_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rann_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rann_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rann_001 ; . ontolex:apc_eng_ranne_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ranne_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ranne_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ranne_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ranne_001 ; . ontolex:apc_eng_rasem_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rasem_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rasem_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rasem_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rasem_001 ; . ontolex:apc_eng_rashsh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rashsh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rashsh_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rashsh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rashsh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rashsh_001 ; . ontolex:apc_eng_rashshah_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rashshah_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rashshah_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rashshah_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rashshah_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rashshah_001 ; . ontolex:apc_eng_rasme_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rasme_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rasme_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rasme_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rasme_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rasme_001 ; . ontolex:apc_eng_rasmi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rasmi_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_rasmi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rasmi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rasmi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rasmi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rasmi_001 ; . ontolex:apc_eng_rasuul_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rasuul_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rasuul_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rasuul_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rasuul_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rasuul_001 ; . ontolex:apc_eng_rattab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rattab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rattab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rattab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rattab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rattab_001 ; . ontolex:apc_eng_rawda_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rawda_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rawda_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rawda_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rawda_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rawda_001 ; . ontolex:apc_eng_rayyah_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rayyah_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rayyah_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rayyah_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rayyah_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rayyah_001 ; . ontolex:apc_eng_razham_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_razham_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_razham_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_razham_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_razham_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_razham_001 ; . ontolex:apc_eng_razhca_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_razhca_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_razhca_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_razhca_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_razhca_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_razhca_001 ; . ontolex:apc_eng_rebec_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rebec_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rebec_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rebec_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rebec_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rebec_001 ; . ontolex:apc_eng_rebeh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rebeh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rebeh_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rebeh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rebeh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rebeh_001 ; . ontolex:apc_eng_reestoraan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_reestoraan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_reestoraan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_reestoraan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_reestoraan_001 ; . ontolex:apc_eng_regheb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_regheb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_regheb_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_regheb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_regheb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_regheb_001 ; . ontolex:apc_eng_rehle_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rehle_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_rehle_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rehle_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rehle_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rehle_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rehle_001 ; . ontolex:apc_eng_rekeb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rekeb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rekeb_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rekeb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rekeb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rekeb_001 ; . ontolex:apc_eng_remmaan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_remmaan_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_remmaan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_remmaan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_remmaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_remmaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_remmaan_001 ; . ontolex:apc_eng_reteb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_reteb_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_reteb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_reteb_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_reteb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_reteb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_reteb_001 ; . ontolex:apc_eng_rexes_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rexes_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rexes_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rexes_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rexes_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rexes_001 ; . ontolex:apc_eng_reze_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_reze_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_reze_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_reze_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_reze_001 ; . ontolex:apc_eng_rezhzhaal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rezhzhaal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rezhzhaal_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rezhzhaal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rezhzhaal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rezhzhaal_001 ; . ontolex:apc_eng_rezhzhaali_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rezhzhaali_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rezhzhaali_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rezhzhaali_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rezhzhaali_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rezhzhaali_001 ; . ontolex:apc_eng_rezz_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rezz_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rezz_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rezz_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rezz_001 ; . ontolex:apc_eng_rfii_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rfii_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_rfii_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rfii_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rfii_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rfii_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rfii_001 ; . ontolex:apc_eng_ri_aase_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ri_aase_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ri_aase_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ri_aase_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ri_aase_001 ; . ontolex:apc_eng_ricaaye_madrasiiye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ricaaye_madrasiiye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ricaaye_madrasiiye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ricaaye_madrasiiye_001 ; . ontolex:apc_eng_riiha_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_riiha_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_riiha_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_riiha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_riiha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_riiha_001 ; . ontolex:apc_eng_riima_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_riima_001 ; lexinfo:partOfSpeech lexinfo:properNoun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_riima_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_riima_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_riima_001 ; . ontolex:apc_eng_risaale_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_risaale_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_risaale_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_risaale_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_risaale_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_risaale_001 ; . ontolex:apc_eng_riyaada_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_riyaada_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_riyaada_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_riyaada_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_riyaada_001 ; . ontolex:apc_eng_riyaadiyyaat_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_riyaadiyyaat_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_riyaadiyyaat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_riyaadiyyaat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_riyaadiyyaat_001 ; . ontolex:apc_eng_rooha_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rooha_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rooha_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rooha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rooha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rooha_001 ; . ontolex:apc_eng_rookab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rookab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rookab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rookab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rookab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rookab_001 ; . ontolex:apc_eng_roomansi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_roomansi_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_roomansi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_roomansi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_roomansi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_roomansi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_roomansi_001 ; . ontolex:apc_eng_roomansiyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_roomansiyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_roomansiyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_roomansiyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_roomansiyye_001 ; . ontolex:apc_eng_rootiini_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rootiini_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rootiini_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rootiini_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rootiini_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rootiini_001 ; . ontolex:apc_eng_rsiif_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rsiif_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rsiif_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rsiif_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rsiif_001 ; . ontolex:apc_eng_rtabat_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rtabat_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rtabat_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rtabat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rtabat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rtabat_001 ; . ontolex:apc_eng_rtacab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rtacab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rtacab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rtacab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rtacab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rtacab_001 ; . ontolex:apc_eng_rtafac_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rtafac_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rtafac_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rtafac_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rtafac_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rtafac_001 ; . ontolex:apc_eng_rusuum_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rusuum_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rusuum_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rusuum_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rusuum_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rusuum_001 ; . ontolex:apc_eng_ruuh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ruuh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ruuh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ruuh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ruuh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ruuh_001 ; . ontolex:apc_eng_rxiis_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_rxiis_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_rxiis_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_rxiis_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_rxiis_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_rxiis_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_rxiis_001 ; . ontolex:apc_eng_sa_a_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sa_a_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sa_a_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sa_a_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sa_a_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sa_a_001 ; . ontolex:apc_eng_sa_at_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sa_at_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sa_at_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sa_at_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sa_at_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sa_at_001 ; . ontolex:apc_eng_sa_ef_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sa_ef_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sa_ef_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sa_ef_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sa_ef_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sa_ef_001 ; . ontolex:apc_eng_sa_ef_002 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sa_ef_002 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sa_ef_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sa_ef_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sa_ef_002 ; . ontolex:apc_eng_saa_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saa_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saa_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saa_001 ; . ontolex:apc_eng_saa_002 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saa_002 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saa_002 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saa_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saa_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saa_002 ; . ontolex:apc_eng_saa_ye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saa_ye_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saa_ye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saa_ye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saa_ye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saa_ye_001 ; . ontolex:apc_eng_saabec_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saabec_001 ; lexinfo:partOfSpeech lexinfo:numeral ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saabec_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saabec_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saabec_001 ; . ontolex:apc_eng_saabuun_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saabuun_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saabuun_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saabuun_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saabuun_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saabuun_001 ; . ontolex:apc_eng_saaca_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saaca_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saaca_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saaca_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saaca_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saaca_001 ; . ontolex:apc_eng_saacaati_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saacaati_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saacaati_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saacaati_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saacaati_001 ; . ontolex:apc_eng_saacad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saacad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saacad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saacad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saacad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saacad_001 ; . ontolex:apc_eng_saad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saad_001 ; . ontolex:apc_eng_saade_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saade_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_saade_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saade_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saade_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saade_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saade_001 ; . ontolex:apc_eng_saades_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saades_001 ; lexinfo:partOfSpeech lexinfo:numeral ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saades_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saades_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saades_001 ; . ontolex:apc_eng_saagha_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saagha_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saagha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saagha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saagha_001 ; . ontolex:apc_eng_saahab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saahab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saahab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saahab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saahab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saahab_001 ; . ontolex:apc_eng_saaheb_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saaheb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saaheb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saaheb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saaheb_001 ; . ontolex:apc_eng_saahel_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saahel_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saahel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saahel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saahel_001 ; . ontolex:apc_eng_saaher_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saaher_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saaher_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saaher_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saaher_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saaher_001 ; . ontolex:apc_eng_saaken_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saaken_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_saaken_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saaken_001 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saaken_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saaken_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saaken_001 ; . ontolex:apc_eng_saala_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saala_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saala_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saala_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saala_001 ; . ontolex:apc_eng_saaloon_el_akel_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saaloon_el_akel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saaloon_el_akel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saaloon_el_akel_001 ; . ontolex:apc_eng_saam_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saam_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saam_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saam_001 ; . ontolex:apc_eng_saamah_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saamah_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saamah_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saamah_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saamah_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saamah_001 ; . ontolex:apc_eng_saami_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saami_001 ; lexinfo:partOfSpeech lexinfo:properNoun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saami_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saami_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saami_001 ; . ontolex:apc_eng_saamya_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saamya_001 ; lexinfo:partOfSpeech lexinfo:properNoun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saamya_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saamya_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saamya_001 ; . ontolex:apc_eng_saanawi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saanawi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saanawi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saanawi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saanawi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saanawi_001 ; . ontolex:apc_eng_saaniye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saaniye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saaniye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saaniye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saaniye_001 ; . ontolex:apc_eng_saataan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saataan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saataan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saataan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saataan_001 ; . ontolex:apc_eng_saayar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saayar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saayar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saayar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saayar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saayar_001 ; . ontolex:apc_eng_saazh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saazh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saazh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saazh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saazh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saazh_001 ; . ontolex:apc_eng_saba_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saba_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saba_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saba_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saba_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saba_001 ; . ontolex:apc_eng_sabab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sabab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sabab_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sabab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sabab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sabab_001 ; . ontolex:apc_eng_sabagh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sabagh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sabagh_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sabagh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sabagh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sabagh_001 ; . ontolex:apc_eng_sabar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sabar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sabar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sabar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sabar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sabar_001 ; . ontolex:apc_eng_sabb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sabb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sabb_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sabb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sabb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sabb_001 ; . ontolex:apc_eng_sabbaara_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sabbaara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sabbaara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sabbaara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sabbaara_001 ; . ontolex:apc_eng_sabbab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sabbab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sabbab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sabbab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sabbab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sabbab_001 ; . ontolex:apc_eng_sabi_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sabi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sabi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sabi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sabi_001 ; . ontolex:apc_eng_sabiiye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sabiiye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sabiiye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sabiiye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sabiiye_001 ; . ontolex:apc_eng_sabsab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sabsab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sabsab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sabsab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sabsab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sabsab_001 ; . ontolex:apc_eng_sacaade_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sacaade_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sacaade_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sacaade_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sacaade_001 ; . ontolex:apc_eng_sacal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sacal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sacal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sacal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sacal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sacal_001 ; . ontolex:apc_eng_sacb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sacb_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_sacb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sacb_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sacb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sacb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sacb_001 ; . ontolex:apc_eng_sacuudi_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sacuudi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sacuudi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sacuudi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sacuudi_001 ; . ontolex:apc_eng_sadaa_a_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sadaa_a_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sadaa_a_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sadaa_a_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sadaa_a_001 ; . ontolex:apc_eng_sadd_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sadd_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sadd_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sadd_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sadd_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sadd_001 ; . ontolex:apc_eng_sadii_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sadii_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sadii_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sadii_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sadii_001 ; . ontolex:apc_eng_saff_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saff_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saff_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saff_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saff_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saff_001 ; . ontolex:apc_eng_saffa_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saffa_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saffa_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saffa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saffa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saffa_001 ; . ontolex:apc_eng_safra_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_safra_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_safra_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_safra_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_safra_001 ; . ontolex:apc_eng_safwe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_safwe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_safwe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_safwe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_safwe_001 ; . ontolex:apc_eng_sahaafe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sahaafe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sahaafe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sahaafe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sahaafe_001 ; . ontolex:apc_eng_sahab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sahab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sahab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sahab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sahab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sahab_001 ; . ontolex:apc_eng_sahar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sahar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sahar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sahar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sahar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sahar_001 ; . ontolex:apc_eng_sahar_002 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sahar_002 ; lexinfo:partOfSpeech lexinfo:properNoun ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sahar_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sahar_002 ; . ontolex:apc_eng_sahel_002 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sahel_002 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sahel_002 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sahel_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sahel_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sahel_002 ; . ontolex:apc_eng_sahh_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sahh_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sahh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sahh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sahh_001 ; . ontolex:apc_eng_sahra_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sahra_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sahra_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sahra_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sahra_001 ; . ontolex:apc_eng_sakaaker_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sakaaker_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sakaaker_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sakaaker_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sakaaker_001 ; . ontolex:apc_eng_sakan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sakan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sakan_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sakan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sakan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sakan_001 ; . ontolex:apc_eng_sakani_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sakani_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sakani_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sakani_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sakani_001 ; . ontolex:apc_eng_sakat_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sakat_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sakat_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sakat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sakat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sakat_001 ; . ontolex:apc_eng_salaa_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_salaa_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_salaa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_salaa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_salaa_001 ; . ontolex:apc_eng_salaam_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_salaam_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_salaam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_salaam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_salaam_001 ; . ontolex:apc_eng_salamaat_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_salamaat_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_salamaat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_salamaat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_salamaat_001 ; . ontolex:apc_eng_salbiyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_salbiyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_salbiyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_salbiyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_salbiyye_001 ; . ontolex:apc_eng_saliib_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saliib_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saliib_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saliib_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saliib_001 ; . ontolex:apc_eng_saliim_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saliim_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_saliim_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saliim_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saliim_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saliim_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saliim_001 ; . ontolex:apc_eng_salla_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_salla_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_salla_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_salla_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_salla_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_salla_001 ; . ontolex:apc_eng_salla_002 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_salla_002 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_salla_002 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_salla_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_salla_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_salla_002 ; . ontolex:apc_eng_sama_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sama_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sama_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sama_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sama_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sama_001 ; . ontolex:apc_eng_samadiyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_samadiyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_samadiyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_samadiyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_samadiyye_001 ; . ontolex:apc_eng_samah_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_samah_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_samah_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_samah_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_samah_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_samah_001 ; . ontolex:apc_eng_samak_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_samak_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_samak_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_samak_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_samak_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_samak_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_samak_001 ; . ontolex:apc_eng_sammaaca_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sammaaca_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sammaaca_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sammaaca_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sammaaca_001 ; . ontolex:apc_eng_sammad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sammad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sammad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sammad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sammad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sammad_001 ; . ontolex:apc_eng_samne_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_samne_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_samne_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_samne_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_samne_001 ; . ontolex:apc_eng_sanca_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sanca_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sanca_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sanca_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sanca_001 ; . ontolex:apc_eng_sanduu_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sanduu_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sanduu_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sanduu_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sanduu_001 ; . ontolex:apc_eng_sandwiishe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sandwiishe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sandwiishe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sandwiishe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sandwiishe_001 ; . ontolex:apc_eng_sannac_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sannac_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sannac_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sannac_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sannac_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sannac_001 ; . ontolex:apc_eng_saqaafe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saqaafe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saqaafe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saqaafe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saqaafe_001 ; . ontolex:apc_eng_saqaafi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saqaafi_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_saqaafi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saqaafi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saqaafi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saqaafi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saqaafi_001 ; . ontolex:apc_eng_saqeb_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saqeb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saqeb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saqeb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saqeb_001 ; . ontolex:apc_eng_sara_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sara_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sara_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sara_001 ; . ontolex:apc_eng_saraaha_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saraaha_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saraaha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saraaha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saraaha_001 ; . ontolex:apc_eng_saraf_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saraf_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saraf_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saraf_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saraf_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saraf_001 ; . ontolex:apc_eng_sarax_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sarax_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sarax_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sarax_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sarax_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sarax_001 ; . ontolex:apc_eng_sariic_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sariic_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sariic_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sariic_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sariic_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sariic_001 ; . ontolex:apc_eng_sarviis_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sarviis_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sarviis_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sarviis_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sarviis_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sarviis_001 ; . ontolex:apc_eng_sawwar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sawwar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sawwar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sawwar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sawwar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sawwar_001 ; . ontolex:apc_eng_saxiif_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saxiif_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_saxiif_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saxiif_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saxiif_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saxiif_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saxiif_001 ; . ontolex:apc_eng_saxxan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_saxxan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saxxan_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saxxan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saxxan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saxxan_001 ; . ontolex:apc_eng_saytara_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_saytara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_saytara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_saytara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_saytara_001 ; . ontolex:apc_eng_sayyaara_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sayyaara_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sayyaara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sayyaara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sayyaara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sayyaara_001 ; . ontolex:apc_eng_sayye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sayye_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_sayye_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sayye_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sayye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sayye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sayye_001 ; . ontolex:apc_eng_sayyed_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sayyed_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sayyed_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sayyed_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sayyed_001 ; . ontolex:apc_eng_sazhad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sazhad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sazhad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sazhad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sazhad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sazhad_001 ; . ontolex:apc_eng_sazhan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sazhan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sazhan_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sazhan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sazhan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sazhan_001 ; . ontolex:apc_eng_sazhzhal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sazhzhal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sazhzhal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sazhzhal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sazhzhal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sazhzhal_001 ; . ontolex:apc_eng_scuube_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_scuube_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_scuube_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_scuube_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_scuube_001 ; . ontolex:apc_eng_sebeh_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sebeh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sebeh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sebeh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sebeh_001 ; . ontolex:apc_eng_secer_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_secer_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_secer_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_secer_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_secer_001 ; . ontolex:apc_eng_sedriiye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sedriiye_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sedriiye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sedriiye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sedriiye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sedriiye_001 ; . ontolex:apc_eng_seeniyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_seeniyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_seeniyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_seeniyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_seeniyye_001 ; . ontolex:apc_eng_seeraan_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_seeraan_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_seeraan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_seeraan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_seeraan_001 ; . ontolex:apc_eng_seeramiik_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_seeramiik_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_seeramiik_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_seeramiik_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_seeramiik_001 ; . ontolex:apc_eng_sefer_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sefer_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sefer_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sefer_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sefer_001 ; . ontolex:apc_eng_sefi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sefi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sefi_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sefi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sefi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sefi_001 ; . ontolex:apc_eng_sehafi_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sehafi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sehafi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sehafi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sehafi_001 ; . ontolex:apc_eng_sehbe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sehbe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sehbe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sehbe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sehbe_001 ; . ontolex:apc_eng_seher_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_seher_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_seher_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_seher_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_seher_001 ; . ontolex:apc_eng_sekarzhi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sekarzhi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sekarzhi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sekarzhi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sekarzhi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sekarzhi_001 ; . ontolex:apc_eng_sekkar_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sekkar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sekkar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sekkar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sekkar_001 ; . ontolex:apc_eng_selef_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_selef_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_selef_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_selef_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_selef_001 ; . ontolex:apc_eng_selfe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_selfe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_selfe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_selfe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_selfe_001 ; . ontolex:apc_eng_semec_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_semec_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_semec_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_semec_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_semec_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_semec_001 ; . ontolex:apc_eng_sene_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sene_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sene_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sene_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sene_001 ; . ontolex:apc_eng_senef_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_senef_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_senef_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_senef_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_senef_001 ; . ontolex:apc_eng_senn_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_senn_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_senn_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_senn_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_senn_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_senn_001 ; . ontolex:apc_eng_sennaara_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sennaara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sennaara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sennaara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sennaara_001 ; . ontolex:apc_eng_ser_a_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ser_a_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ser_a_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ser_a_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ser_a_001 ; . ontolex:apc_eng_serca_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_serca_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_serca_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_serca_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_serca_001 ; . ontolex:apc_eng_serr_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_serr_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_serr_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_serr_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_serr_001 ; . ontolex:apc_eng_sett_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sett_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sett_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sett_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sett_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sett_001 ; . ontolex:apc_eng_sett_beet_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sett_beet_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sett_beet_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sett_beet_001 ; . ontolex:apc_eng_sexen_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sexen_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_sexen_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sexen_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sexen_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sexen_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sexen_001 ; . ontolex:apc_eng_sezhzhaad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sezhzhaad_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_sezhzhaad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sezhzhaad_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sezhzhaad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sezhzhaad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sezhzhaad_001 ; . ontolex:apc_eng_sezhzhaade_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sezhzhaade_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sezhzhaade_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sezhzhaade_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sezhzhaade_001 ; . ontolex:apc_eng_sfarr_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sfarr_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sfarr_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sfarr_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sfarr_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sfarr_001 ; . ontolex:apc_eng_shaabb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shaabb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaabb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaabb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaabb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaabb_001 ; . ontolex:apc_eng_shaacer_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaacer_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaacer_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaacer_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaacer_001 ; . ontolex:apc_eng_shaaf_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shaaf_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaaf_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaaf_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaaf_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaaf_001 ; . ontolex:apc_eng_shaaghab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shaaghab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaaghab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaaghab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaaghab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaaghab_001 ; . ontolex:apc_eng_shaal_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaal_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaal_001 ; . ontolex:apc_eng_shaambo_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shaambo_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaambo_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaambo_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaambo_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaambo_001 ; . ontolex:apc_eng_shaarak_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shaarak_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaarak_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaarak_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaarak_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaarak_001 ; . ontolex:apc_eng_shaashe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaashe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaashe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaashe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaashe_001 ; . ontolex:apc_eng_shaate_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaate_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaate_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaate_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaate_001 ; . ontolex:apc_eng_shaater_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shaater_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_shaater_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaater_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaater_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaater_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaater_001 ; . ontolex:apc_eng_shaawerma_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaawerma_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaawerma_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaawerma_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaawerma_001 ; . ontolex:apc_eng_shaay_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shaay_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaay_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaay_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaay_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaay_001 ; . ontolex:apc_eng_shaay_t_iile_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaay_t_iile_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaay_t_iile_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaay_t_iile_001 ; . ontolex:apc_eng_shaay_xafiife_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaay_xafiife_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaay_xafiife_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaay_xafiife_001 ; . ontolex:apc_eng_shabcaan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shabcaan_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_shabcaan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shabcaan_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shabcaan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shabcaan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shabcaan_001 ; . ontolex:apc_eng_shac_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shac_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shac_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shac_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shac_001 ; . ontolex:apc_eng_shacal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shacal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shacal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shacal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shacal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shacal_001 ; . ontolex:apc_eng_shacb_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shacb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shacb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shacb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shacb_001 ; . ontolex:apc_eng_shacbi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shacbi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shacbi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shacbi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shacbi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shacbi_001 ; . ontolex:apc_eng_shacbiyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shacbiyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shacbiyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shacbiyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shacbiyye_001 ; . ontolex:apc_eng_shaccal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shaccal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaccal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaccal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaccal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaccal_001 ; . ontolex:apc_eng_shaciira_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaciira_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaciira_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaciira_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaciira_001 ; . ontolex:apc_eng_shaciiri_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shaciiri_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaciiri_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaciiri_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaciiri_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaciiri_001 ; . ontolex:apc_eng_shadd_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shadd_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shadd_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shadd_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shadd_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shadd_001 ; . ontolex:apc_eng_shadde_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shadde_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shadde_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shadde_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shadde_001 ; . ontolex:apc_eng_shafa_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shafa_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shafa_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shafa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shafa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shafa_001 ; . ontolex:apc_eng_shafta_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shafta_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shafta_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shafta_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shafta_001 ; . ontolex:apc_eng_shaghghal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shaghghal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaghghal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaghghal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaghghal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaghghal_001 ; . ontolex:apc_eng_shaghghiil_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shaghghiil_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_shaghghiil_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaghghiil_001 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaghghiil_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaghghiil_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaghghiil_001 ; . ontolex:apc_eng_shaghle_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaghle_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaghle_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaghle_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaghle_001 ; . ontolex:apc_eng_shahaade_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shahaade_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shahaade_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shahaade_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shahaade_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shahaade_001 ; . ontolex:apc_eng_shahaadet_le_swaa_a_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shahaadet_le_swaa_a_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shahaadet_le_swaa_a_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shahaadet_le_swaa_a_001 ; . ontolex:apc_eng_shahan_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shahan_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shahan_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shahan_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shahan_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shahan_001 ; . ontolex:apc_eng_shaher_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shaher_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaher_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaher_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaher_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaher_001 ; . ontolex:apc_eng_shahh_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shahh_001 ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shahh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shahh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shahh_001 ; . ontolex:apc_eng_shahhaata_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shahhaata_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shahhaata_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shahhaata_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shahhaata_001 ; . ontolex:apc_eng_shakk_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shakk_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shakk_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shakk_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shakk_001 ; . ontolex:apc_eng_shalah_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shalah_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shalah_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shalah_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shalah_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shalah_001 ; . ontolex:apc_eng_shalha_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shalha_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shalha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shalha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shalha_001 ; . ontolex:apc_eng_shamal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shamal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shamal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shamal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shamal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shamal_001 ; . ontolex:apc_eng_shamca_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shamca_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shamca_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shamca_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shamca_001 ; . ontolex:apc_eng_shames_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shames_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shames_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shames_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shames_001 ; . ontolex:apc_eng_shamm_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shamm_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shamm_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shamm_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shamm_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shamm_001 ; . ontolex:apc_eng_shantaaye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shantaaye_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shantaaye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shantaaye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shantaaye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shantaaye_001 ; . ontolex:apc_eng_shantaayet_safar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shantaayet_safar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shantaayet_safar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shantaayet_safar_001 ; . ontolex:apc_eng_sharah_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sharah_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sharah_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sharah_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sharah_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sharah_001 ; . ontolex:apc_eng_sharet_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sharet_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sharet_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sharet_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sharet_001 ; . ontolex:apc_eng_shariiha_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shariiha_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shariiha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shariiha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shariiha_001 ; . ontolex:apc_eng_shariiha_musbaqet_ed_dafec_001 rdf:type ontolex:LexicalEntry ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shariiha_musbaqet_ed_dafec_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shariiha_musbaqet_ed_dafec_001 ; . ontolex:apc_eng_shariiha_musbaqet_ed_dafec_002 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shariiha_musbaqet_ed_dafec_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shariiha_musbaqet_ed_dafec_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shariiha_musbaqet_ed_dafec_002 ; . ontolex:apc_eng_sharre_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sharre_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sharre_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sharre_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sharre_001 ; . ontolex:apc_eng_sharzame_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sharzame_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sharzame_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sharzame_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sharzame_001 ; . ontolex:apc_eng_shataf_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shataf_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shataf_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shataf_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shataf_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shataf_001 ; . ontolex:apc_eng_shatranzh_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shatranzh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shatranzh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shatranzh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shatranzh_001 ; . ontolex:apc_eng_shawwab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shawwab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shawwab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shawwab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shawwab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shawwab_001 ; . ontolex:apc_eng_shaxes_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shaxes_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaxes_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaxes_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaxes_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaxes_001 ; . ontolex:apc_eng_shaxsi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shaxsi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaxsi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaxsi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaxsi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaxsi_001 ; . ontolex:apc_eng_shaxsiyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shaxsiyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shaxsiyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shaxsiyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shaxsiyye_001 ; . ontolex:apc_eng_shazhar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shazhar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shazhar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shazhar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shazhar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shazhar_001 ; . ontolex:apc_eng_shazhar_mesmer_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shazhar_mesmer_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shazhar_mesmer_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shazhar_mesmer_001 ; . ontolex:apc_eng_shazhzhac_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shazhzhac_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shazhzhac_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shazhzhac_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shazhzhac_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shazhzhac_001 ; . ontolex:apc_eng_shbaat_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shbaat_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shbaat_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shbaat_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shbaat_001 ; . ontolex:apc_eng_shbaat_002 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shbaat_002 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shbaat_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shbaat_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shbaat_002 ; . ontolex:apc_eng_shciir_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shciir_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shciir_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shciir_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shciir_001 ; . ontolex:apc_eng_shcuur_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shcuur_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shcuur_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shcuur_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shcuur_001 ; . ontolex:apc_eng_shebeh_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shebeh_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shebeh_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shebeh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shebeh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shebeh_001 ; . ontolex:apc_eng_shecer_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shecer_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shecer_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shecer_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shecer_001 ; . ontolex:apc_eng_sheex_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sheex_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sheex_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sheex_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sheex_001 ; . ontolex:apc_eng_sheffe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sheffe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sheffe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sheffe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sheffe_001 ; . ontolex:apc_eng_sheghel_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sheghel_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sheghel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sheghel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sheghel_001 ; . ontolex:apc_eng_shekel_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shekel_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shekel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shekel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shekel_001 ; . ontolex:apc_eng_shelle_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shelle_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shelle_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shelle_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shelle_001 ; . ontolex:apc_eng_shereb_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shereb_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shereb_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shereb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shereb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shereb_001 ; . ontolex:apc_eng_shereb_002 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shereb_002 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shereb_002 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shereb_002 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shereb_002 ; . ontolex:apc_eng_sherke_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sherke_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sherke_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sherke_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sherke_001 ; . ontolex:apc_eng_sherta_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sherta_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sherta_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sherta_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sherta_001 ; . ontolex:apc_eng_shetwiyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shetwiyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shetwiyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shetwiyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shetwiyye_001 ; . ontolex:apc_eng_shii_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shii_001 ; lexinfo:partOfSpeech lexinfo:indefinite ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shii_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shii_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shii_001 ; . ontolex:apc_eng_shii_yoom_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shii_yoom_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shii_yoom_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shii_yoom_001 ; . ontolex:apc_eng_shiik_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shiik_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shiik_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shiik_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shiik_001 ; . ontolex:apc_eng_shliif_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shliif_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shliif_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shliif_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shliif_001 ; . ontolex:apc_eng_shokolaa_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shokolaa_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shokolaa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shokolaa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shokolaa_001 ; . ontolex:apc_eng_shoofaazh_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shoofaazh_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shoofaazh_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shoofaazh_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shoofaazh_001 ; . ontolex:apc_eng_shriit_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shriit_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shriit_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shriit_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shriit_001 ; . ontolex:apc_eng_shtaghal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shtaghal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shtaghal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shtaghal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shtaghal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shtaghal_001 ; . ontolex:apc_eng_shtara_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_shtara_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shtara_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shtara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shtara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shtara_001 ; . ontolex:apc_eng_shukran_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shukran_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shukran_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shukran_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shukran_001 ; . ontolex:apc_eng_shwayy_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_shwayy_001 ; lexinfo:partOfSpeech lexinfo:adverb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shwayy_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shwayy_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shwayy_001 ; . ontolex:apc_eng_shwayy_taanye_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_shwayy_taanye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_shwayy_taanye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_shwayy_taanye_001 ; . ontolex:apc_eng_sigaara_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sigaara_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sigaara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sigaara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sigaara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sigaara_001 ; . ontolex:apc_eng_siid_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_siid_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_siid_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_siid_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_siid_001 ; . ontolex:apc_eng_siidi_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_siidi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_siidi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_siidi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_siidi_001 ; . ontolex:apc_eng_siigaar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_siigaar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_siigaar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_siigaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_siigaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_siigaar_001 ; . ontolex:apc_eng_siigha_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_siigha_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_siigha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_siigha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_siigha_001 ; . ontolex:apc_eng_siinama_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_siinama_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_siinama_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_siinama_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_siinama_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_siinama_001 ; . ontolex:apc_eng_siini_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_siini_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_siini_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_siini_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_siini_001 ; . ontolex:apc_eng_siix_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_siix_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_siix_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_siix_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_siix_001 ; . ontolex:apc_eng_singel_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_singel_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_singel_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_singel_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_singel_001 ; . ontolex:apc_eng_siyaahi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_siyaahi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_siyaahi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_siyaahi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_siyaahi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_siyaahi_001 ; . ontolex:apc_eng_siyaase_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_siyaase_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_siyaase_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_siyaase_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_siyaase_001 ; . ontolex:apc_eng_siyaasi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_siyaasi_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_siyaasi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_siyaasi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_siyaasi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_siyaasi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_siyaasi_001 ; . ontolex:apc_eng_skaafi_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_skaafi_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_skaafi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_skaafi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_skaafi_001 ; . ontolex:apc_eng_smarr_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_smarr_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_smarr_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_smarr_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_smarr_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_smarr_001 ; . ontolex:apc_eng_smiik_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_smiik_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_smiik_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_smiik_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_smiik_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_smiik_001 ; . ontolex:apc_eng_smiin_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_smiin_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_smiin_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_smiin_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_smiin_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_smiin_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_smiin_001 ; . ontolex:apc_eng_snaak_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_snaak_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_snaak_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_snaak_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_snaak_001 ; . ontolex:apc_eng_snoobar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_snoobar_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_snoobar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_snoobar_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_snoobar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_snoobar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_snoobar_001 ; . ontolex:apc_eng_sooban_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sooban_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sooban_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sooban_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sooban_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sooban_001 ; . ontolex:apc_eng_sooda_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sooda_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sooda_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sooda_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sooda_001 ; . ontolex:apc_eng_soofa_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_soofa_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_soofa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_soofa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_soofa_001 ; . ontolex:apc_eng_soot_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_soot_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_soot_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_soot_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_soot_001 ; . ontolex:apc_eng_sriide_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sriide_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sriide_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sriide_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sriide_001 ; . ontolex:apc_eng_sriir_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sriir_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sriir_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sriir_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sriir_001 ; . ontolex:apc_eng_sta_bal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sta_bal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sta_bal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sta_bal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sta_bal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sta_bal_001 ; . ontolex:apc_eng_sta_zhar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_sta_zhar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_sta_zhar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_sta_zhar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_sta_zhar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_sta_zhar_001 ; . ontolex:apc_eng_staahal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_staahal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_staahal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_staahal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_staahal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_staahal_001 ; . ontolex:apc_eng_stacamal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_stacamal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_stacamal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_stacamal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_stacamal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_stacamal_001 ; . ontolex:apc_eng_staczhal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_staczhal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_staczhal_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_staczhal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_staczhal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_staczhal_001 ; . ontolex:apc_eng_stafaad_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_stafaad_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_stafaad_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_stafaad_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_stafaad_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_stafaad_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_stafaad_001 ; . ontolex:apc_eng_stafham_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_stafham_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_stafham_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_stafham_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_stafham_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_stafham_001 ; . ontolex:apc_eng_staghla_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_staghla_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_staghla_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_staghla_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_staghla_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_staghla_001 ; . ontolex:apc_eng_staghrab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_staghrab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_staghrab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_staghrab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_staghrab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_staghrab_001 ; . ontolex:apc_eng_staha_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_staha_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_staha_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_staha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_staha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_staha_001 ; . ontolex:apc_eng_stahaqq_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_stahaqq_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_stahaqq_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_stahaqq_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_stahaqq_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_stahaqq_001 ; . ontolex:apc_eng_stahla_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_stahla_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_stahla_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_stahla_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_stahla_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_stahla_001 ; . ontolex:apc_eng_stamarr_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_stamarr_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_stamarr_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_stamarr_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_stamarr_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_stamarr_001 ; . ontolex:apc_eng_staradd_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_staradd_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_staradd_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_staradd_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_staradd_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_staradd_001 ; . ontolex:apc_eng_starzha_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_starzha_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_starzha_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_starzha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_starzha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_starzha_001 ; . ontolex:apc_eng_stashaar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_stashaar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_stashaar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_stashaar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_stashaar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_stashaar_001 ; . ontolex:apc_eng_stawa_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_stawa_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_stawa_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_stawa_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_stawa_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_stawa_001 ; . ontolex:apc_eng_staxdam_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_staxdam_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_staxdam_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_staxdam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_staxdam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_staxdam_001 ; . ontolex:apc_eng_staxlas_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_staxlas_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_staxlas_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_staxlas_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_staxlas_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_staxlas_001 ; . ontolex:apc_eng_su_aal_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_su_aal_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_su_aal_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_su_aal_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_su_aal_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_su_aal_001 ; . ontolex:apc_eng_subermaarket_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_subermaarket_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_subermaarket_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_subermaarket_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_subermaarket_001 ; . ontolex:apc_eng_suluuk_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_suluuk_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_suluuk_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_suluuk_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_suluuk_001 ; . ontolex:apc_eng_suu_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_suu_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_suu_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_suu_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_suu_001 ; . ontolex:apc_eng_suuber_maarket_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_suuber_maarket_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_suuber_maarket_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_suuber_maarket_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_suuber_maarket_001 ; . ontolex:apc_eng_suuf_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_suuf_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_suuf_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_suuf_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_suuf_001 ; . ontolex:apc_eng_suura_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_suura_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_suura_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_suura_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_suura_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_suura_001 ; . ontolex:apc_eng_suuri_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_suuri_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_suuri_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_suuri_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_suuri_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_suuri_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_suuri_001 ; . ontolex:apc_eng_suzhuud_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_suzhuud_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_suzhuud_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_suzhuud_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_suzhuud_001 ; . ontolex:apc_eng_swaara_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_swaara_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_swaara_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_swaara_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_swaara_001 ; . ontolex:apc_eng_swadd_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_swadd_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_swadd_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_swadd_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_swadd_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_swadd_001 ; . ontolex:apc_eng_syaaha_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_syaaha_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_syaaha_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_syaaha_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_syaaha_001 ; . ontolex:apc_eng_syaam_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_syaam_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_syaam_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_syaam_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_syaam_001 ; . ontolex:apc_eng_t_addab_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_t_addab_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_t_addab_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_t_addab_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_t_addab_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_t_addab_001 ; . ontolex:apc_eng_t_assar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_t_assar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_t_assar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_t_assar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_t_assar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_t_assar_001 ; . ontolex:apc_eng_t_attac_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_t_attac_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_t_attac_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_t_attac_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_t_attac_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_t_attac_001 ; . ontolex:apc_eng_t_axxar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_t_axxar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_t_axxar_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_t_axxar_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_t_axxar_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_t_axxar_001 ; . ontolex:apc_eng_t_iil_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_t_iil_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_t_iil_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_t_iil_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_t_iil_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_t_iil_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_t_iil_001 ; . ontolex:apc_eng_ta_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ta_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ta_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ta_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ta_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ta_001 ; . ontolex:apc_eng_ta_diim_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ta_diim_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ta_diim_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ta_diim_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ta_diim_001 ; . ontolex:apc_eng_ta_em_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ta_em_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ta_em_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ta_em_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ta_em_001 ; . ontolex:apc_eng_ta_es_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ta_es_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ta_es_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ta_es_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ta_es_001 ; . ontolex:apc_eng_ta_liid_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ta_liid_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ta_liid_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ta_liid_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ta_liid_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ta_liid_001 ; . ontolex:apc_eng_ta_liidi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ta_liidi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ta_liidi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ta_liidi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ta_liidi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ta_liidi_001 ; . ontolex:apc_eng_ta_siir_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_ta_siir_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ta_siir_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ta_siir_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ta_siir_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ta_siir_001 ; . ontolex:apc_eng_ta_xiir_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ta_xiir_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ta_xiir_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ta_xiir_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ta_xiir_001 ; . ontolex:apc_eng_ta_zhiir_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_ta_zhiir_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_ta_zhiir_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_ta_zhiir_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_ta_zhiir_001 ; . ontolex:apc_eng_taa_ife_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_taa_ife_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_taa_ife_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_taa_ife_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_taa_ife_001 ; . ontolex:apc_eng_taa_ifi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_taa_ifi_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_taa_ifi_001 ; lexinfo:partOfSpeech lexinfo:adjective ; ontolex:otherForm ontolex:form_Root_0_apc_eng_taa_ifi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_taa_ifi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_taa_ifi_001 ; . ontolex:apc_eng_taa_iyye_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_taa_iyye_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_taa_iyye_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_taa_iyye_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_taa_iyye_001 ; . ontolex:apc_eng_taabac_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_taabac_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_taabac_001 ; lexinfo:partOfSpeech lexinfo:verb ; ontolex:otherForm ontolex:form_Root_0_apc_eng_taabac_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_taabac_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_taabac_001 ; . ontolex:apc_eng_taabe_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_taabe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_taabe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_taabe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_taabe_001 ; . ontolex:apc_eng_taabe_ardi_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Root_0_apc_eng_taabe_ardi_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_taabe_ardi_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_taabe_ardi_001 ; . ontolex:apc_eng_taabec_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_taabec_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_taabec_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_taabec_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_taabec_001 ; . ontolex:apc_eng_taabuut_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_taabuut_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_taabuut_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_taabuut_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_taabuut_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_taabuut_001 ; . ontolex:apc_eng_taalbe_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_taalbe_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_taalbe_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_taalbe_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_taalbe_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_taalbe_001 ; . ontolex:apc_eng_taaleb_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_taaleb_001 ; lexinfo:partOfSpeech lexinfo:noun ; ontolex:otherForm ontolex:form_Root_0_apc_eng_taaleb_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_taaleb_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_taaleb_001 ; . ontolex:apc_eng_taalet_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_taalet_001 ; lexinfo:partOfSpeech lexinfo:numeral ; ontolex:otherForm ontolex:form_Root_0_apc_eng_taalet_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_taalet_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_taalet_001 ; . ontolex:apc_eng_taali_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_taali_001 ; ontolex:otherForm ontolex:form_Inflected_1_apc_eng_taali_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_taali_001 ; lexinfo:partOfSpeech lexinfo:activeParticiple ; ontolex:otherForm ontolex:form_Root_0_apc_eng_taali_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_taali_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_taali_001 ; . ontolex:apc_eng_taamen_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_taamen_001 ; lexinfo:partOfSpeech lexinfo:numeral ; ontolex:otherForm ontolex:form_Root_0_apc_eng_taamen_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_taamen_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_taamen_001 ; . ontolex:apc_eng_taani_001 rdf:type ontolex:LexicalEntry ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_taani_001 ; lexinfo:partOfSpeech lexinfo:numeral ; ontolex:otherForm ontolex:form_Root_0_apc_eng_taani_001 ; ontolex:denotes ontolex:sense_Sense_0_apc_eng_taani_001 ; ontolex:denotes ontolex:sense_Sense_1_apc_eng_taani_001 ; . ontolex:apc_eng_taar_001 rdf:type ontolex:LexicalEntry ; ontolex:otherForm ontolex:form_Inflected_0_apc_eng_taar_001 ; ontolex:canonicalForm ontolex:form_Lemma_0_apc_eng_taar_001 ; lexinfo:par