<?xml version="1.0"?>


<!DOCTYPE rdf:RDF [
    <!ENTITY lmf "http://www.lexinfo.net/lmf#" >
    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
    <!ENTITY swrl "http://www.w3.org/2003/11/swrl#" >
    <!ENTITY swrlb "http://www.w3.org/2003/11/swrlb#" >
    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
    <!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
    <!ENTITY protege "http://protege.stanford.edu/plugins/owl/protege#" >
    <!ENTITY xsp "http://www.owl-ontologies.com/2005/08/07/xsp.owl#" >
]>


<rdf:RDF xmlns="http://www.lexinfo.net/lmf#"
     xml:base="http://www.lexinfo.net/lmf"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:swrl="http://www.w3.org/2003/11/swrl#"
     xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
     xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
     xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
     xmlns:lmf="http://www.lexinfo.net/lmf#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
    <owl:Ontology rdf:about="">
        <rdfs:label xml:lang="en"
            >Lexical Markup Framework Ontology version 14</rdfs:label>
        <rdfs:comment xml:lang="en"
            >Specification of Lexical Markup Framework (ISO 24613 rev 14)</rdfs:comment>
    </owl:Ontology>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Object Properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.lexinfo.net/lmf#affix -->

    <owl:ObjectProperty rdf:about="#affix">
        <rdfs:range rdf:resource="#Affix"/>
        <rdfs:domain rdf:resource="#AffixSlot"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#argumentRelatedTo -->

    <owl:ObjectProperty rdf:about="#argumentRelatedTo">
        <rdfs:domain rdf:resource="#ArgumentRelation"/>
        <rdfs:range rdf:resource="#SemanticArgument"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#component -->

    <owl:ObjectProperty rdf:about="#component">
        <rdfs:range rdf:resource="#Component"/>
        <rdfs:domain rdf:resource="#MWELex"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#constraint -->

    <owl:ObjectProperty rdf:about="#constraint">
        <rdfs:range rdf:resource="#Constraint"/>
        <rdfs:domain rdf:resource="#LogicalOperation"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#contextAxis -->

    <owl:ObjectProperty rdf:about="#contextAxis">
        <rdfs:domain rdf:resource="#Context"/>
        <rdfs:range rdf:resource="#ContextAxis"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#contextRelatedTo -->

    <owl:ObjectProperty rdf:about="#contextRelatedTo">
        <rdfs:range rdf:resource="#ContextAxis"/>
        <rdfs:domain rdf:resource="#ContextAxisRelation"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasAffix -->

    <owl:ObjectProperty rdf:about="#hasAffix">
        <rdfs:range rdf:resource="#Affix"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#MorphologicalPattern"/>
                    <rdf:Description rdf:about="#TemplateSlot"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasAffixTemplate -->

    <owl:ObjectProperty rdf:about="#hasAffixTemplate">
        <rdfs:range rdf:resource="#AffixTemplate"/>
        <rdfs:domain rdf:resource="#MorphologicalPattern"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasAllomorph -->

    <owl:ObjectProperty rdf:about="#hasAllomorph">
        <rdfs:domain rdf:resource="#Affix"/>
        <rdfs:range rdf:resource="#AffixAllomorph"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasArgumentRelation -->

    <owl:ObjectProperty rdf:about="#hasArgumentRelation">
        <rdfs:range rdf:resource="#ArgumentRelation"/>
        <rdfs:domain rdf:resource="#SemanticArgument"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasAttributeValuation -->

    <owl:ObjectProperty rdf:about="#hasAttributeValuation">
        <rdfs:range rdf:resource="#AttributeValuation"/>
        <rdfs:domain rdf:resource="#LogicalOperation"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasComponent -->

    <owl:ObjectProperty rdf:about="#hasComponent">
        <rdfs:range rdf:resource="#Component"/>
        <rdfs:domain rdf:resource="#ListOfComponents"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasCondition -->

    <owl:ObjectProperty rdf:about="#hasCondition">
        <rdfs:range rdf:resource="#Condition"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#AffixAllomorph"/>
                    <rdf:Description rdf:about="#Process"/>
                    <rdf:Description rdf:about="#TransformCategory"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasConstraint -->

    <owl:ObjectProperty rdf:about="#hasConstraint">
        <rdfs:range rdf:resource="#Constraint"/>
        <rdfs:domain rdf:resource="#ConstraintSet"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasConstraintSet -->

    <owl:ObjectProperty rdf:about="#hasConstraintSet">
        <rdfs:range rdf:resource="#ConstraintSet"/>
        <rdfs:domain rdf:resource="#Lexicon"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasContext -->

    <owl:ObjectProperty rdf:about="#hasContext">
        <rdfs:range rdf:resource="#Context"/>
        <rdfs:domain rdf:resource="#Sense"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasContextAxis -->

    <owl:ObjectProperty rdf:about="#hasContextAxis">
        <rdfs:range rdf:resource="#ContextAxis"/>
        <rdfs:domain rdf:resource="#LexicalResource"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasContextAxisRelation -->

    <owl:ObjectProperty rdf:about="#hasContextAxisRelation">
        <rdfs:domain rdf:resource="#ContextAxis"/>
        <rdfs:range rdf:resource="#ContextAxisRelation"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasDefinition -->

    <owl:ObjectProperty rdf:about="#hasDefinition">
        <rdfs:range rdf:resource="#Definition"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#SemanticPredicate"/>
                    <rdf:Description rdf:about="#Sense"/>
                    <rdf:Description rdf:about="#Synset"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasEquivalent -->

    <owl:ObjectProperty rdf:about="#hasEquivalent">
        <rdfs:range rdf:resource="#Equivalent"/>
        <rdfs:domain rdf:resource="#Sense"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasForm -->

    <owl:ObjectProperty rdf:about="#hasForm">
        <rdfs:range rdf:resource="#Form"/>
        <rdfs:domain rdf:resource="#LexicalEntry"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasFormRepresentation -->

    <owl:ObjectProperty rdf:about="#hasFormRepresentation">
        <rdfs:range rdf:resource="#FormRepresentation"/>
        <rdfs:domain rdf:resource="#Lemma"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasGrammaticalFeatures -->

    <owl:ObjectProperty rdf:about="#hasGrammaticalFeatures">
        <rdfs:range rdf:resource="#GrammaticalFeatures"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Condition"/>
                    <rdf:Description rdf:about="#TransformSet"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasLemma -->

    <owl:ObjectProperty rdf:about="#hasLemma">
        <rdfs:range rdf:resource="#Lemma"/>
        <rdfs:domain rdf:resource="#LexicalEntry"/>
        <rdfs:subPropertyOf rdf:resource="#hasForm"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasLexemeProperty -->

    <owl:ObjectProperty rdf:about="#hasLexemeProperty">
        <rdfs:range rdf:resource="#LexemeProperty"/>
        <rdfs:domain rdf:resource="#SubcategorizationFrame"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasLexicalEntry -->

    <owl:ObjectProperty rdf:about="#hasLexicalEntry">
        <rdfs:range rdf:resource="#LexicalEntry"/>
        <rdfs:domain rdf:resource="#Lexicon"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasLexicalResource -->

    <owl:ObjectProperty rdf:about="#hasLexicalResource">
        <rdfs:domain rdf:resource="#GlobalInformation"/>
        <rdfs:range rdf:resource="#LexicalResource"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasLexicon -->

    <owl:ObjectProperty rdf:about="#hasLexicon">
        <rdfs:domain rdf:resource="#LexicalResource"/>
        <rdfs:range rdf:resource="#Lexicon"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasListOfComponents -->

    <owl:ObjectProperty rdf:about="#hasListOfComponents">
        <rdfs:domain rdf:resource="#LexicalEntry"/>
        <rdfs:range rdf:resource="#ListOfComponents"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasLogicalOperation -->

    <owl:ObjectProperty rdf:about="#hasLogicalOperation">
        <rdfs:domain rdf:resource="#Constraint"/>
        <rdfs:range rdf:resource="#LogicalOperation"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasMWEEdge -->

    <owl:ObjectProperty rdf:about="#hasMWEEdge">
        <rdfs:range rdf:resource="#MWEEdge"/>
        <rdfs:domain rdf:resource="#MWENode"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasMWELex -->

    <owl:ObjectProperty rdf:about="#hasMWELex">
        <rdfs:range rdf:resource="#MWELex"/>
        <rdfs:domain rdf:resource="#MWENode"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasMWENode -->

    <owl:ObjectProperty rdf:about="#hasMWENode">
        <rdfs:range rdf:resource="#MWENode"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#MWEEdge"/>
                    <rdf:Description rdf:about="#MWEPattern"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasMWEPattern -->

    <owl:ObjectProperty rdf:about="#hasMWEPattern">
        <rdfs:domain rdf:resource="#Lexicon"/>
        <rdfs:range rdf:resource="#MWEPattern"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasMonolingualExternalRef -->

    <owl:ObjectProperty rdf:about="#hasMonolingualExternalRef">
        <rdfs:range rdf:resource="#MonolingualExternalRef"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Sense"/>
                    <rdf:Description rdf:about="#Synset"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasMorphologicalPattern -->

    <owl:ObjectProperty rdf:about="#hasMorphologicalPattern">
        <rdfs:domain rdf:resource="#LexicalEntry"/>
        <rdfs:range rdf:resource="#MorphologicalPattern"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasMultilingualExternalRef -->

    <owl:ObjectProperty rdf:about="#hasMultilingualExternalRef">
        <rdfs:range rdf:resource="#MultilingualExternalRef"/>
        <rdfs:domain rdf:resource="#SenseAxis"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasPredicate -->

    <owl:ObjectProperty rdf:about="#hasPredicate">
        <rdfs:domain rdf:resource="#Lexicon"/>
        <rdfs:range rdf:resource="#SemanticPredicate"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasPredicativeRepresentation -->

    <owl:ObjectProperty rdf:about="#hasPredicativeRepresentation">
        <rdfs:range rdf:resource="#PredicativeRepresentation"/>
        <rdfs:domain rdf:resource="#Sense"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasProcess -->

    <owl:ObjectProperty rdf:about="#hasProcess">
        <rdfs:range rdf:resource="#Process"/>
        <rdfs:domain rdf:resource="#TransformSet"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasRelatedForm -->

    <owl:ObjectProperty rdf:about="#hasRelatedForm">
        <rdfs:domain rdf:resource="#LexicalEntry"/>
        <rdfs:range rdf:resource="#RelatedForm"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasSemanticArgument -->

    <owl:ObjectProperty rdf:about="#hasSemanticArgument">
        <rdfs:range rdf:resource="#SemanticArgument"/>
        <rdfs:domain rdf:resource="#SemanticPredicate"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasSemanticPredicate -->

    <owl:ObjectProperty rdf:about="#hasSemanticPredicate">
        <rdfs:domain rdf:resource="#Lexicon"/>
        <rdfs:range rdf:resource="#SemanticPredicate"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasSense -->

    <owl:ObjectProperty rdf:about="#hasSense">
        <rdfs:range rdf:resource="#Sense"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#LexicalEntry"/>
                    <rdf:Description rdf:about="#Sense"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasSenseAxisRelation -->

    <owl:ObjectProperty rdf:about="#hasSenseAxisRelation">
        <rdfs:domain rdf:resource="#SenseAxis"/>
        <rdfs:range rdf:resource="#SenseAxisRelation"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasSenseExample -->

    <owl:ObjectProperty rdf:about="#hasSenseExample">
        <rdfs:domain rdf:resource="#Sense"/>
        <rdfs:range rdf:resource="#SenseExample"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasSenseRelation -->

    <owl:ObjectProperty rdf:about="#hasSenseRelation">
        <rdfs:domain rdf:resource="#Sense"/>
        <rdfs:range rdf:resource="#SenseRelation"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasSourceTest -->

    <owl:ObjectProperty rdf:about="#hasSourceTest">
        <rdfs:range rdf:resource="#SourceTest"/>
        <rdfs:domain rdf:resource="#TransferAxis"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasStem -->

    <owl:ObjectProperty rdf:about="#hasStem">
        <rdfs:domain rdf:resource="#LexicalEntry"/>
        <rdfs:range rdf:resource="#Stem"/>
        <rdfs:subPropertyOf rdf:resource="#hasForm"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasSubcatFrame -->

    <owl:ObjectProperty rdf:about="#hasSubcatFrame">
        <rdfs:domain rdf:resource="#Lexicon"/>
        <rdfs:range rdf:resource="#SubcategorizationFrame"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasSubcatFrameSet -->

    <owl:ObjectProperty rdf:about="#hasSubcatFrameSet">
        <rdfs:domain rdf:resource="#Lexicon"/>
        <rdfs:range rdf:resource="#SubcategorizationFrameSet"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasSubjectField -->

    <owl:ObjectProperty rdf:about="#hasSubjectField">
        <rdfs:range rdf:resource="#SubjectField"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Sense"/>
                    <rdf:Description rdf:about="#SubjectField"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasSynArgMap -->

    <owl:ObjectProperty rdf:about="#hasSynArgMap">
        <rdfs:domain rdf:resource="#SubcategorizationFrameSet"/>
        <rdfs:range rdf:resource="#SynArgMap"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasSynSemArgMap -->

    <owl:ObjectProperty rdf:about="#hasSynSemArgMap">
        <rdfs:range rdf:resource="#SynSemArgMap"/>
        <rdfs:domain rdf:resource="#SynSemCorrespondence"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasSynSemCorrespondence -->

    <owl:ObjectProperty rdf:about="#hasSynSemCorrespondence">
        <rdfs:domain rdf:resource="#Lexicon"/>
        <rdfs:range rdf:resource="#SynSemCorrespondence"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasSynSet -->

    <owl:ObjectProperty rdf:about="#hasSynSet">
        <rdfs:domain rdf:resource="#Lexicon"/>
        <rdfs:range rdf:resource="#Synset"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasSynsetRelation -->

    <owl:ObjectProperty rdf:about="#hasSynsetRelation">
        <rdfs:domain rdf:resource="#Synset"/>
        <rdfs:range rdf:resource="#SynsetRelation"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasSyntacticArgument -->

    <owl:ObjectProperty rdf:about="#hasSyntacticArgument">
        <rdfs:domain rdf:resource="#SubcategorizationFrame"/>
        <rdfs:range rdf:resource="#SyntacticArgument"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasSyntacticBehaviour -->

    <owl:ObjectProperty rdf:about="#hasSyntacticBehaviour">
        <rdfs:domain rdf:resource="#LexicalEntry"/>
        <rdfs:range rdf:resource="#SyntacticBehaviour"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasTargetTest -->

    <owl:ObjectProperty rdf:about="#hasTargetTest">
        <rdfs:range rdf:resource="#TargetTest"/>
        <rdfs:domain rdf:resource="#TransferAxis"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasTemplateSlot -->

    <owl:ObjectProperty rdf:about="#hasTemplateSlot">
        <rdfs:domain rdf:resource="#AffixTemplate"/>
        <rdfs:range rdf:resource="#TemplateSlot"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasTextRepresentation -->

    <owl:ObjectProperty rdf:about="#hasTextRepresentation">
        <rdfs:range rdf:resource="#TextRepresentation"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Context"/>
                    <rdf:Description rdf:about="#Definition"/>
                    <rdf:Description rdf:about="#Equivalent"/>
                    <rdf:Description rdf:about="#Statement"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasTransferAxis -->

    <owl:ObjectProperty rdf:about="#hasTransferAxis">
        <rdfs:domain rdf:resource="#LexicalResource"/>
        <rdfs:range rdf:resource="#TransferAxis"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasTransferAxisRelation -->

    <owl:ObjectProperty rdf:about="#hasTransferAxisRelation">
        <rdfs:domain rdf:resource="#TransferAxis"/>
        <rdfs:range rdf:resource="#TransferAxisRelation"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasTransformSet -->

    <owl:ObjectProperty rdf:about="#hasTransformSet">
        <rdfs:domain rdf:resource="#MorphologicalPattern"/>
        <rdfs:range rdf:resource="#TransformSet"/>
        <rdfs:subPropertyOf rdf:resource="#isPartOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#hasWordForm -->

    <owl:ObjectProperty rdf:about="#hasWordForm">
        <rdfs:domain rdf:resource="#LexicalEntry"/>
        <rdfs:range rdf:resource="#WordForm"/>
        <rdfs:subPropertyOf rdf:resource="#hasForm"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#isAssociated -->

    <owl:ObjectProperty rdf:about="#isAssociated"/>
    


    <!-- http://www.lexinfo.net/lmf#isPartOf -->

    <owl:ObjectProperty rdf:about="#isPartOf"/>
    


    <!-- http://www.lexinfo.net/lmf#lexReference -->

    <owl:ObjectProperty rdf:about="#lexReference">
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#lexicalEntry -->

    <owl:ObjectProperty rdf:about="#lexicalEntry">
        <rdfs:domain rdf:resource="#Component"/>
        <rdfs:range rdf:resource="#LexicalEntry"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#morphologicalPattern -->

    <owl:ObjectProperty rdf:about="#morphologicalPattern">
        <rdfs:domain rdf:resource="#LexicalEntry"/>
        <rdfs:range rdf:resource="#MorphologicalPattern"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#multiwordPattern -->

    <owl:ObjectProperty rdf:about="#multiwordPattern">
        <rdfs:domain rdf:resource="#LexicalEntry"/>
        <rdfs:range rdf:resource="#MWEPattern"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#predicate -->

    <owl:ObjectProperty rdf:about="#predicate">
        <rdfs:domain rdf:resource="#PredicativeRepresentation"/>
        <rdfs:range rdf:resource="#SemanticPredicate"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#predicateRelatedTo -->

    <owl:ObjectProperty rdf:about="#predicateRelatedTo">
        <rdfs:domain rdf:resource="#PredicateRelation"/>
        <rdfs:range rdf:resource="#SemanticPredicate"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#predicativeRepresentation -->

    <owl:ObjectProperty rdf:about="#predicativeRepresentation">
        <rdfs:range rdf:resource="#PredicativeRepresentation"/>
        <rdfs:domain rdf:resource="#SyntacticBehaviour"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#relatedTo -->

    <owl:ObjectProperty rdf:about="#relatedTo">
        <rdfs:range rdf:resource="#LexicalEntry"/>
        <rdfs:domain rdf:resource="#RelatedForm"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#semArg -->

    <owl:ObjectProperty rdf:about="#semArg">
        <rdfs:range rdf:resource="#SemanticArgument"/>
        <rdfs:domain rdf:resource="#SynSemArgMap"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#sense -->

    <owl:ObjectProperty rdf:about="#sense">
        <rdfs:range rdf:resource="#Sense"/>
        <rdfs:domain rdf:resource="#Synset"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#senseRelatedTo -->

    <owl:ObjectProperty rdf:about="#senseRelatedTo">
        <rdfs:range rdf:resource="#Sense"/>
        <rdfs:domain rdf:resource="#SenseRelation"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#sourceTest -->

    <owl:ObjectProperty rdf:about="#sourceTest">
        <rdfs:range rdf:resource="#SourceTest"/>
        <rdfs:domain rdf:resource="#SyntacticBehaviour"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#subcatFrame -->

    <owl:ObjectProperty rdf:about="#subcatFrame">
        <rdfs:range rdf:resource="#SubcategorizationFrame"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#SubcategorizationFrameSet"/>
                    <rdf:Description rdf:about="#SyntacticBehaviour"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#subcatFrameSet -->

    <owl:ObjectProperty rdf:about="#subcatFrameSet">
        <rdfs:range rdf:resource="#SubcategorizationFrameSet"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#SubcategorizationFrameSet"/>
                    <rdf:Description rdf:about="#SyntacticBehaviour"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#subcatInherits -->

    <owl:ObjectProperty rdf:about="#subcatInherits">
        <rdfs:comment xml:lang="en"
            >A Subcategorization Frame can inherit relationships and attributes from another more generic Subcategorization Frame by means of a reflexive link. Therefore, it is possible to integrate a hierarchical structure of Subcategorization Frame instances.</rdfs:comment>
        <rdfs:domain rdf:resource="#SubcategorizationFrame"/>
        <rdfs:range rdf:resource="#SubcategorizationFrame"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#synArg -->

    <owl:ObjectProperty rdf:about="#synArg">
        <rdfs:range rdf:resource="#SyntacticArgument"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#SynArgMap"/>
                    <rdf:Description rdf:about="#SynSemArgMap"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#synSemCorrespondence -->

    <owl:ObjectProperty rdf:about="#synSemCorrespondence">
        <rdfs:domain rdf:resource="#PredicativeRepresentation"/>
        <rdfs:range rdf:resource="#SynSemCorrespondence"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#synset -->

    <owl:ObjectProperty rdf:about="#synset">
        <rdfs:range rdf:resource="#Synset"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#SemanticArgument"/>
                    <rdf:Description rdf:about="#SemanticPredicate"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#synsetRelatedTo -->

    <owl:ObjectProperty rdf:about="#synsetRelatedTo">
        <rdfs:range rdf:resource="#Synset"/>
        <rdfs:domain rdf:resource="#SynsetRelation"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#syntacticArgumentFrom -->

    <owl:ObjectProperty rdf:about="#syntacticArgumentFrom">
        <rdfs:comment xml:lang="en"
            >A Syntactic Argument can be linked recursively to a Subcategorization Frame instance in order to describe deeply complex arguments.</rdfs:comment>
        <rdfs:range rdf:resource="#SubcategorizationFrame"/>
        <rdfs:domain rdf:resource="#SyntacticArgument"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#targetTest -->

    <owl:ObjectProperty rdf:about="#targetTest">
        <rdfs:domain rdf:resource="#SyntacticBehaviour"/>
        <rdfs:range rdf:resource="#TargetTest"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#transferAxis -->

    <owl:ObjectProperty rdf:about="#transferAxis">
        <rdfs:domain rdf:resource="#SyntacticBehaviour"/>
        <rdfs:range rdf:resource="#TransferAxis"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.lexinfo.net/lmf#transferRelatedTo -->

    <owl:ObjectProperty rdf:about="#transferRelatedTo">
        <rdfs:range rdf:resource="#TransferAxis"/>
        <rdfs:domain rdf:resource="#TransferAxisRelation"/>
        <rdfs:subPropertyOf rdf:resource="#isAssociated"/>
    </owl:ObjectProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Data properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.lexinfo.net/lmf#affixRank -->

    <owl:DatatypeProperty rdf:about="#affixRank">
        <rdfs:domain rdf:resource="#Process"/>
        <rdfs:range rdf:resource="&xsd;int"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#agreement -->

    <owl:DatatypeProperty rdf:about="#agreement">
        <rdfs:domain rdf:resource="#Condition"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#animacy -->

    <owl:DatatypeProperty rdf:about="#animacy">
        <rdfs:domain rdf:resource="#Sense"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#auxiliary -->

    <owl:DatatypeProperty rdf:about="#auxiliary">
        <rdfs:domain rdf:resource="#LexemeProperty"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#comment -->

    <owl:DatatypeProperty rdf:about="#comment">
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#ConstraintSet"/>
                    <rdf:Description rdf:about="#MWEPattern"/>
                    <rdf:Description rdf:about="#MorphologicalPattern"/>
                    <rdf:Description rdf:about="#PredicativeRepresentation"/>
                    <rdf:Description rdf:about="#SubcategorizationFrame"/>
                    <rdf:Description rdf:about="#SubcategorizationFrameSet"/>
                    <rdf:Description rdf:about="#SynArgMap"/>
                    <rdf:Description rdf:about="#TransformCategory"/>
                    <rdf:Description rdf:about="#TransformSet"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#componentRank -->

    <owl:DatatypeProperty rdf:about="#componentRank">
        <rdfs:domain rdf:resource="#Process"/>
        <rdfs:range rdf:resource="&xsd;int"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#dating -->

    <owl:DatatypeProperty rdf:about="#dating">
        <rdfs:domain rdf:resource="#Sense"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#definition -->

    <owl:DatatypeProperty rdf:about="#definition">
        <rdfs:domain rdf:resource="#SemanticPredicate"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#example -->

    <owl:DatatypeProperty rdf:about="#example">
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#MorphologicalPattern"/>
                    <rdf:Description rdf:about="#SyntacticArgument"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#externalReference -->

    <owl:DatatypeProperty rdf:about="#externalReference">
        <rdfs:domain rdf:resource="#ExternalRef"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#externalSystem -->

    <owl:DatatypeProperty rdf:about="#externalSystem">
        <rdfs:domain rdf:resource="#ExternalRef"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#frequency -->

    <owl:DatatypeProperty rdf:about="#frequency">
        <rdfs:domain rdf:resource="#Sense"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#function -->

    <owl:DatatypeProperty rdf:about="#function">
        <rdfs:domain rdf:resource="#MWEEdge"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#geographicVariant -->

    <owl:DatatypeProperty rdf:about="#geographicVariant">
        <rdfs:domain rdf:resource="#Lemma"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#grammaticalCase -->

    <owl:DatatypeProperty rdf:about="#grammaticalCase">
        <rdfs:range rdf:resource="&xsd;string"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#AttributeValuation"/>
                    <rdf:Description rdf:about="#Form"/>
                    <rdf:Description rdf:about="#GrammaticalFeatures"/>
                    <rdf:Description rdf:about="#MWENode"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#grammaticalGender -->

    <owl:DatatypeProperty rdf:about="#grammaticalGender">
        <rdfs:range rdf:resource="&xsd;string"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#AttributeValuation"/>
                    <rdf:Description rdf:about="#Form"/>
                    <rdf:Description rdf:about="#GrammaticalFeatures"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#grammaticalGrade -->

    <owl:DatatypeProperty rdf:about="#grammaticalGrade">
        <rdfs:range rdf:resource="&xsd;string"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#AttributeValuation"/>
                    <rdf:Description rdf:about="#Form"/>
                    <rdf:Description rdf:about="#GrammaticalFeatures"/>
                    <rdf:Description rdf:about="#MWENode"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#grammaticalNumber -->

    <owl:DatatypeProperty rdf:about="#grammaticalNumber">
        <rdfs:range rdf:resource="&xsd;string"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#AttributeValuation"/>
                    <rdf:Description rdf:about="#Form"/>
                    <rdf:Description rdf:about="#GrammaticalFeatures"/>
                    <rdf:Description rdf:about="#MWENode"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#grammaticalTense -->

    <owl:DatatypeProperty rdf:about="#grammaticalTense">
        <rdfs:range rdf:resource="&xsd;string"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#AttributeValuation"/>
                    <rdf:Description rdf:about="#Form"/>
                    <rdf:Description rdf:about="#GrammaticalFeatures"/>
                    <rdf:Description rdf:about="#MWENode"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#graphicalSeperator -->

    <owl:DatatypeProperty rdf:about="#graphicalSeperator">
        <rdfs:domain rdf:resource="#MWELex"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#hyphenation -->

    <owl:DatatypeProperty rdf:about="#hyphenation"/>
    


    <!-- http://www.lexinfo.net/lmf#id -->

    <owl:DatatypeProperty rdf:about="#id">
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#AffixSlot"/>
                    <rdf:Description rdf:about="#Condition"/>
                    <rdf:Description rdf:about="#MWEPattern"/>
                    <rdf:Description rdf:about="#MorphologicalPattern"/>
                    <rdf:Description rdf:about="#SubcategorizationFrame"/>
                    <rdf:Description rdf:about="#SubcategorizationFrameSet"/>
                    <rdf:Description rdf:about="#SyntacticBehaviour"/>
                    <rdf:Description rdf:about="#TransformCategory"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#introducer -->

    <owl:DatatypeProperty rdf:about="#introducer">
        <rdfs:domain rdf:resource="#SyntacticArgument"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#label -->

    <owl:DatatypeProperty rdf:about="#label">
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Constraint"/>
                    <rdf:Description rdf:about="#ConstraintSet"/>
                    <rdf:Description rdf:about="#PredicateRelation"/>
                    <rdf:Description rdf:about="#SemanticPredicate"/>
                    <rdf:Description rdf:about="#SenseRelation"/>
                    <rdf:Description rdf:about="#SubcategorizationFrame"/>
                    <rdf:Description rdf:about="#SubcategorizationFrameSet"/>
                    <rdf:Description rdf:about="#SubjectField"/>
                    <rdf:Description rdf:about="#Synset"/>
                    <rdf:Description rdf:about="#SynsetRelation"/>
                    <rdf:Description rdf:about="#SyntacticArgument"/>
                    <rdf:Description rdf:about="#SyntacticBehaviour"/>
                    <rdf:Description rdf:about="#TemplateSlot"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#language -->

    <owl:DatatypeProperty rdf:about="#language">
        <rdfs:range rdf:resource="&xsd;string"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Context"/>
                    <rdf:Description rdf:about="#Equivalent"/>
                    <rdf:Description rdf:about="#Lexicon"/>
                    <rdf:Description rdf:about="#SenseExample"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#location -->

    <owl:DatatypeProperty rdf:about="#location">
        <rdfs:domain rdf:resource="#Condition"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#mood -->

    <owl:DatatypeProperty rdf:about="#mood">
        <rdfs:domain rdf:resource="#LexemeProperty"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#operator -->

    <owl:DatatypeProperty rdf:about="#operator">
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#LogicalOperation"/>
                    <rdf:Description rdf:about="#Process"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#order -->

    <owl:DatatypeProperty rdf:about="#order">
        <rdfs:domain rdf:resource="#Component"/>
        <rdfs:range rdf:resource="&xsd;int"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#orthographyName -->

    <owl:DatatypeProperty rdf:about="#orthographyName">
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Equivalent"/>
                    <rdf:Description rdf:about="#Form"/>
                    <rdf:Description rdf:about="#FormRepresentation"/>
                    <rdf:Description rdf:about="#TextRepresentation"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#partOfSpeech -->

    <owl:DatatypeProperty rdf:about="#partOfSpeech">
        <rdfs:range rdf:resource="&xsd;string"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#LexicalEntry"/>
                    <rdf:Description rdf:about="#MorphologicalPattern"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#patternType -->

    <owl:DatatypeProperty rdf:about="#patternType">
        <rdfs:domain rdf:resource="#MorphologicalPattern"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#person -->

    <owl:DatatypeProperty rdf:about="#person">
        <rdfs:comment xml:lang="en"
            >Sometimes referred to as just &quot;person&quot; in LMF specification</rdfs:comment>
        <rdfs:range rdf:resource="&xsd;int"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#AttributeValuation"/>
                    <rdf:Description rdf:about="#Form"/>
                    <rdf:Description rdf:about="#GrammaticalFeatures"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#phoneticForm -->

    <owl:DatatypeProperty rdf:about="#phoneticForm">
        <rdfs:range rdf:resource="&xsd;string"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Form"/>
                    <rdf:Description rdf:about="#FormRepresentation"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#position -->

    <owl:DatatypeProperty rdf:about="#position">
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#LexemeProperty"/>
                    <rdf:Description rdf:about="#TemplateSlot"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#rank -->

    <owl:DatatypeProperty rdf:about="#rank">
        <rdfs:domain rdf:resource="#MWELex"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#required -->

    <owl:DatatypeProperty rdf:about="#required">
        <rdfs:domain rdf:resource="#TemplateSlot"/>
        <rdfs:range rdf:resource="&xsd;boolean"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#restriction -->

    <owl:DatatypeProperty rdf:about="#restriction">
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#SemanticArgument"/>
                    <rdf:Description rdf:about="#SyntacticArgument"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#rule -->

    <owl:DatatypeProperty rdf:about="#rule">
        <rdfs:domain rdf:resource="#Process"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#scheme -->

    <owl:DatatypeProperty rdf:about="#scheme">
        <rdfs:domain rdf:resource="#Lemma"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#script -->

    <owl:DatatypeProperty rdf:about="#script">
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Equivalent"/>
                    <rdf:Description rdf:about="#Form"/>
                    <rdf:Description rdf:about="#FormRepresentation"/>
                    <rdf:Description rdf:about="#TextRepresentation"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#semanticRestriction -->

    <owl:DatatypeProperty rdf:about="#semanticRestriction">
        <rdfs:domain rdf:resource="#MWENode"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#semanticRole -->

    <owl:DatatypeProperty rdf:about="#semanticRole">
        <rdfs:domain rdf:resource="#SemanticArgument"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#size -->

    <owl:DatatypeProperty rdf:about="#size">
        <rdfs:domain rdf:resource="#ListOfComponents"/>
        <rdfs:range rdf:resource="&xsd;nonNegativeInteger"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#source -->

    <owl:DatatypeProperty rdf:about="#source">
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#SenseExample"/>
                    <rdf:Description rdf:about="#Synset"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#stemRank -->

    <owl:DatatypeProperty rdf:about="#stemRank">
        <rdfs:domain rdf:resource="#Process"/>
        <rdfs:range rdf:resource="&xsd;int"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#stringValue -->

    <owl:DatatypeProperty rdf:about="#stringValue">
        <rdfs:domain rdf:resource="#Process"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#structureHead -->

    <owl:DatatypeProperty rdf:about="#structureHead">
        <rdfs:domain rdf:resource="#MWELex"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#style -->

    <owl:DatatypeProperty rdf:about="#style">
        <rdfs:domain rdf:resource="#Sense"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#syntacticConstituent -->

    <owl:DatatypeProperty rdf:about="#syntacticConstituent">
        <rdfs:domain rdf:resource="#MWENode"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#syntacticFunction -->

    <owl:DatatypeProperty rdf:about="#syntacticFunction">
        <rdfs:domain rdf:resource="#SyntacticArgument"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#text -->

    <owl:DatatypeProperty rdf:about="#text">
        <rdfs:domain rdf:resource="#SenseExample"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#transformType -->

    <owl:DatatypeProperty rdf:about="#transformType">
        <rdfs:domain rdf:resource="#Condition"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#type -->

    <owl:DatatypeProperty rdf:about="#type">
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Affix"/>
                    <rdf:Description rdf:about="#AffixTemplate"/>
                    <rdf:Description rdf:about="#PredicateRelation"/>
                    <rdf:Description rdf:about="#PredicativeRepresentation"/>
                    <rdf:Description rdf:about="#RelatedForm"/>
                    <rdf:Description rdf:about="#SynsetRelation"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#voice -->

    <owl:DatatypeProperty rdf:about="#voice">
        <rdfs:domain rdf:resource="#LexemeProperty"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.lexinfo.net/lmf#writtenForm -->

    <owl:DatatypeProperty rdf:about="#writtenForm">
        <rdfs:range rdf:resource="&xsd;string"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Affix"/>
                    <rdf:Description rdf:about="#AffixAllomorph"/>
                    <rdf:Description rdf:about="#Equivalent"/>
                    <rdf:Description rdf:about="#Form"/>
                    <rdf:Description rdf:about="#FormRepresentation"/>
                    <rdf:Description rdf:about="#TextRepresentation"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.lexinfo.net/lmf#Affix -->

    <owl:Class rdf:about="#Affix">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Affix is a class representing an affix, that is a word form or morpheme that is qualified by a set of grammatical features and is required for analyzing or generating word forms. An Affix class manages one or more affix allomorphs through aggregate association with the Affix Allomorph class.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#AffixAllomorph -->

    <owl:Class rdf:about="#AffixAllomorph">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Affix Allomorph is a generalization of the Form Representation class representing allomorphs of the canonical affix form in all scripts and representations. An Affix Allomorph is associated with Condition class instances that describe the phonological environment or other conditions (e.g. stem allomorph boundary) that resulted in the production of the allomorph.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#AffixSlot -->

    <owl:Class rdf:about="#AffixSlot">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Affix Slot is a class referencing a set of affixes that attach to the same position relative to a stem through the Template Slot class. The set of affixes represents a subset of the affixes managed directly or indirectly by a Morphological Paradigm. An affix may be referenced by one or more Affix Slot class objects.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#AffixTemplate -->

    <owl:Class rdf:about="#AffixTemplate">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Affix Template is a class managing a pattern of ordered affixes for inflectional, derivational, or agglutinative morphology indirectly through a Template Slot class. Affix Template attributes may describe the directionality of the affixes, the number of affixes in an ordered set, and any special conditions applicable to the affix pattern (e.g. optionality for specific slots).</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#ArgumentRelation -->

    <owl:Class rdf:about="#ArgumentRelation">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Argument Relation is a class representing an oriented relationship between Semantic Argument instances of the same Predicate instance</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#AttributeValuation -->

    <owl:Class rdf:about="#AttributeValuation">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Attribute Valuation is a class representing a pair between an attribute name of an LMF class and a value of this particular attribute.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#Component -->

    <owl:Class rdf:about="#Component">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#lexicalEntry"/>
                <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en"
            >Component is a class representing a reference to a lexical entry for each lexical component aggregated in a List Of Components class.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#Condition -->

    <owl:Class rdf:about="#Condition">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Condition is a class representing the conditions that determine or constrain the usage of a Process or Affix Allomorph instance.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#Constraint -->

    <owl:Class rdf:about="#Constraint">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasLogicalOperation"/>
                <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en"
            >Constraint is a class representing one or several boolean expressions that must be respected in a given Lexicon instance.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#ConstraintSet -->

    <owl:Class rdf:about="#ConstraintSet">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasConstraint"/>
                <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en"
            >Constraint Set is a class representing a group of constraints. Constraint Set class is associated to Lexicon class with a zero to many cardinality.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#Context -->

    <owl:Class rdf:about="#Context">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >The Context class represents a text string that provides authentic context for the use of the word form managed by the Lemma. The Context class is in a zero to many aggregate association with the Sense class and may be associated with zero to many Text Representation classes which manage the representation of the translation equivalent in more than one script or orthography.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#ContextAxis -->

    <owl:Class rdf:about="#ContextAxis">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Context Axis is a class representing previously translated translation examples that meet matching or fuzzy matching criteria for a given text chunk.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#ContextAxisRelation -->

    <owl:Class rdf:about="#ContextAxisRelation">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Context Axis Relation is a class representing the relationship between two Context Axis instances.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#Definition -->

    <owl:Class rdf:about="#Definition">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Definition is a class representing a narrative description of a sense. It is displayed for human users to facilitate their understanding of the meaning of a Lexical Entry and is not meant to be processable by computer programs. A Sense instance can have zero to many definitions. Each Definition instance may be associated with zero to many Text Representation instances in order to manage the text definition in more than one language or script. The narrative description can be expressed in a different language and/or script than the one of the Lexical Entry instance.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#Equivalent -->

    <owl:Class rdf:about="#Equivalent">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >In a bilingual MRD, the Equivalent class represents the translation equivalent of the word form managed by the Lemma class. The Equivalent class is in a zero to many aggregate association with the Sense class, which allows the lexicon developer to omit the Equivalent class from a monolingual dictionary.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#ExternalRef -->

    <owl:Class rdf:about="#ExternalRef">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Represents a reference to an external resource</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#Form -->

    <owl:Class rdf:about="#Form">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Form class is an abstract class representing a lexeme, a morphological variant of a lexeme or a morph. The Form class manages one or more orthographical variants of the abstract Form as well as data categories that describe the attributes of the word form (e.g. lemma, pronunciation, syllabification). The Form class allows subclasses.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#FormRepresentation -->

    <owl:Class rdf:about="#FormRepresentation">
        <rdfs:subClassOf rdf:resource="#Representation"/>
        <rdfs:comment xml:lang="en"
            >Form Representation is a class representing one variant orthography of a Form. When there is more than one variant orthography, the Form Representation class contains a Unicode string representing the Form as well as, if needed, the unique attribute-value pairs that describe the specific language, script, and orthography.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#GlobalInformation -->

    <owl:Class rdf:about="#GlobalInformation">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasLexicalResource"/>
                <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en"
            >Global Information is a class representing administrative information and other general attributes. There is an aggregation relationship between the Lexical Resource class and the Global Information class in that the latter describes the administrative information and general attributes of the entire resource. The Global Information class does not allow subclasses.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#GrammaticalFeatures -->

    <owl:Class rdf:about="#GrammaticalFeatures">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Grammatical Features is a class representing an unordered combination of grammatical features.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#LMFClass -->

    <owl:Class rdf:about="#LMFClass">
        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#Lemma -->

    <owl:Class rdf:about="#Lemma">
        <rdfs:subClassOf rdf:resource="#Form"/>
        <rdfs:comment xml:lang="en"
            >Lemma is a Form subclass representing a word form chosen by convention to designate the Lexical Entry. The Lemma class is in a one to one aggregate association with the Lexical Entry that overrides the multiplicity inherited from the Form class. The lemma is usually equivalent to one of the inflected forms, the root or stem, or MWE, e.g. compound, idiomatic phrase. The convention for selecting the lemma can vary by language, language family, or editorial choice.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#LexemeProperty -->

    <owl:Class rdf:about="#LexemeProperty">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Lexeme Property is a class representing the central node of the Subcategorization Frame and is the class that refers to the current Lexical Entry instance. A Lexeme Property instance connected to a Subcategorization Frame instance is shared by all the lexemes that have the same syntactic behaviour.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#LexicalEntry -->

    <owl:Class rdf:about="#LexicalEntry">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#multiwordPattern"/>
                <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasLemma"/>
                <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasForm"/>
                <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasListOfComponents"/>
                <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en"
            >Lexical Entry is a class representing a lexeme in a given language. The Lexical Entry is a container for managing the Form and Sense classes. Therefore, the Lexical Entry manages the relationship between the forms and their related senses. A Lexical Entry instance can contain one to many different forms, and can have from zero to many different senses. The Lexical Entry class does not allow subclasses.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#LexicalResource -->

    <owl:Class rdf:about="#LexicalResource">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasLexicon"/>
                <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en"
            >Lexical Resource is a class representing the entire resource. Lexical Resource occurs once and only once. The Lexical Resource instance is a container for one or more lexicons.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#Lexicon -->

    <owl:Class rdf:about="#Lexicon">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasLexicalEntry"/>
                <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en"
            >Lexicon is a class containing all the lexical entries of a given language within the entire resource. A Lexicon instance must contain at least one lexical entry. The Lexicon class does not allow subclasses.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#ListOfComponents -->

    <owl:Class rdf:about="#ListOfComponents">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasComponent"/>
                <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:minCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en"
            >List Of Components is a class representing the aggregative aspect of a multiword expression. The List Of Components class is in a zero or one aggregate relationship with the Lexical Entry class. Each List Of Components instance should have at least two components.
The mechanism can also be applied recursively, that is a multiword expression may be comprised of components that are themselves multiword expressions. List Of Components class is used in Morphological Pattern and MWE Pattern packages.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#LogicalOperation -->

    <owl:Class rdf:about="#LogicalOperation">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Logical Operation is a class representing a boolean expression between Attribute Valuation instances and Constraint instances.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#MWEEdge -->

    <owl:Class rdf:about="#MWEEdge">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >MWE Edge is a class representing a smaller element of information as the MWE Node class. A MWE Edge instance may itself be associated recursively to a MWE Node instance.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#MWELex -->

    <owl:Class rdf:about="#MWELex">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#component"/>
                <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en"
            >MWE Lex is a class representing a reference to a lexical component. The objective of the whole package being to provide a generic representation of MWE combinations within a given language, the components are not referenced directly but on the contrary, they are referenced by their respective ordering as specified in the List Of Component instance.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#MWENode -->

    <owl:Class rdf:about="#MWENode">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >MWE Node is a class representing the details about the structure of the MWE. A Combiner instance can be linked with zero to many MWE Edge instances.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#MWEPattern -->

    <owl:Class rdf:about="#MWEPattern">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >MWE Pattern is a class representing a certain type of lexical combination phenomena. A pattern always refers to the List Of Components instances of the Lexical Entry instance. MWE Pattern shall not to be used for a Lexical Entry instance that is not associated with a List Of Components instance. An MWE Pattern instance is described using MWE Node instances.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#MonolingualExternalRef -->

    <owl:Class rdf:about="#MonolingualExternalRef">
        <rdfs:subClassOf rdf:resource="#ExternalRef"/>
        <rdfs:comment xml:lang="en"
            >Monolingual External Ref is a class representing the relationship between a Sense or a Synset instance and an external system.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#MorphologicalPattern -->

    <owl:Class rdf:about="#MorphologicalPattern">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Morphological Patern is a class representing the structure of affixes and/or a set of processes that describe a pattern of morphological changes for a given language.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#MultilingualExternalRef -->

    <owl:Class rdf:about="#MultilingualExternalRef">
        <rdfs:subClassOf rdf:resource="#ExternalRef"/>
        <rdfs:comment xml:lang="en"
            >Interlingual External Ref is a class representing the relationship between a Sense Axis instance as attested by an external system</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#PredicateRelation -->

    <owl:Class rdf:about="#PredicateRelation">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Predicate Relation is a class representing the oriented relationship between instances of Semantic Predicate.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#PredicativeRepresentation -->

    <owl:Class rdf:about="#PredicativeRepresentation">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Predicative Representation class is a class representing the link between the Sense and the Semantic Predicate classes.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#Process -->

    <owl:Class rdf:about="#Process">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Process is a class representing the rules or linguistic operations applied to one word form, affix, or stem, or combination of word forms, affixes and stems. A Process instance can be subtyped, e.g. processType=&#39;phonologicalOperation&#39; and is in ordered aggregation with the Transform Set class.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#RelatedForm -->

    <owl:Class rdf:about="#RelatedForm">
        <rdfs:subClassOf rdf:resource="#Form"/>
        <rdfs:comment xml:lang="en"
            >Related Form is a Form subclass representing a word form or a morph that can be related to the Lexical Entry in one of a variety of ways (e.g. derivation, root). The Related Form can be typed. There is no assumption that the Related Form is associated with the Sense class in the Lexical Entry.</rdfs:comment>
        <rdfs:comment xml:lang="en"
            >This should probably not be a subclass of Form - John McCrae</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#Representation -->

    <owl:Class rdf:about="#Representation">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Representation is an abstract class representing a Unicode string as well as, if needed, the unique attribute-value pairs that describe the specific language, script, and orthography. The Representation class allows subclasses.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#SemanticArgument -->

    <owl:Class rdf:about="#SemanticArgument">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Semantic Argument is a class representing an argument of a given Semantic Predicate. A Semantic Argument instance may be typed by means of a relation to one or many Synset instances.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#SemanticPredicate -->

    <owl:Class rdf:about="#SemanticPredicate">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Semantic Predicate is a class representing an abstract meaning together with its association with the Semantic Argument class. A Semantic Predicate instance may be used to represent the common meaning between different senses that are not necessarily fully synonymous. These senses may be linked to Lexical Entry instances whose parts of speech are different. A Semantic Predicate instance may be typed by means of a relation to one or many Synset instances. A Semantic Predicate instance pertains to a given Lexicon instance.
Example: In a Lexical Entry instance for to buy in the sense of &quot;to get something by paying money for it&quot;, a Semantic Predicate instance might be defined with two semantic arguments: one for the person who buys and one for what is bought. Another Lexical Entry instance could be recorded for buyer and linked to the same predicate.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#Sense -->

    <owl:Class rdf:about="#Sense">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Sense is a class representing one meaning of a lexical entry. The Sense class allows subclasses. The Sense class allows for hierarchical senses in that a sense may be more specific than another sense of the same lexical entry.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#SenseAxis -->

    <owl:Class rdf:about="#SenseAxis">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Sense Axis is a class representing the relationship between different closely related senses in different languages and implements approach based on the interlingual pivot. The purpose is to describe the translation of lexemes from one language to another. Optionally, a Sense Axis may refer to an external knowledge representation system where the appropriate equivalent can be found.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#SenseAxisRelation -->

    <owl:Class rdf:about="#SenseAxisRelation">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Sense Axis Relation is a class representing the relationship between two different Sense Axis instances.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#SenseExample -->

    <owl:Class rdf:about="#SenseExample">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Sense Example is a class used to illustrate the particular meaning of a Sense instance. A Sense can have zero to many examples.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#SenseRelation -->

    <owl:Class rdf:about="#SenseRelation">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Sense Relation is a class representing the oriented relationship between Senses instances.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#SourceTest -->

    <owl:Class rdf:about="#SourceTest">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Source Test is a class representing a condition that affects the translation with respect to the usage on the source language side.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#Statement -->

    <owl:Class rdf:about="#Statement">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Statement is a class representing a narrative description and refines or complements Definition. A Definition instance can have zero to many Statement instances.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#Stem -->

    <owl:Class rdf:about="#Stem">
        <rdfs:subClassOf rdf:resource="#Form"/>
        <rdfs:comment xml:lang="en"
            >Stem is a Form subclass representing a morph. The aggregation association between a Lexical Entry and a Stem is ordered. So, Stem class manages the sub-lexeme parts.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#SubcategorizationFrame -->

    <owl:Class rdf:about="#SubcategorizationFrame">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasLexemeProperty"/>
                <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en"
            >Subcategorization Frame is a class representing one syntactic construction. A Subcategorization Frame instance is shared by all Lexical Entry instances that have the same syntactic behaviour in the same language. A Subcategorization Frame can inherit relationships and attributes from another more generic Subcategorization Frame by means of a reflexive link. Therefore, it is possible to integrate a hierarchical structure of Subcategorization Frame instances.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#SubcategorizationFrameSet -->

    <owl:Class rdf:about="#SubcategorizationFrameSet">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Subcategorization Frame Set is a class representing a set of syntactic constructions and possibly the relationship between these constructions. A Subcategorization Frame Set can inherit relationships and attributes from another more generic Subcategorization Frame Set by means of a reflexive link. Therefore, it is possible to integrate a hierarchical structure of Subcategorization Frame Set instances. A Subcategorization Frame Set groups various syntactic constructions that appear frequently for certain sets of lexemes. The objective is to factorize syntactic descriptions and to maintain a minimum of syntactic behaviour instances in the lexicon.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#SubjectField -->

    <owl:Class rdf:about="#SubjectField">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Subject Field is a class representing a text string that provides domain or status information. Subject Field class is in a zero to many aggregate association with the Sense class. The Subject Field class allows for hierarchical senses in that a Subject Field instance may be more specific than another Subject Field instance of the same lexical entry.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#SynArgMap -->

    <owl:Class rdf:about="#SynArgMap">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#synArg"/>
                <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:cardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en"
            >The SynArgMap is a class representing the relationship that maps various Syntactic Argument instances of the same Subcategorization Frame Set instance.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#SynSemArgMap -->

    <owl:Class rdf:about="#SynSemArgMap">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >SynSemArgMap is a class representing the links between a semantic argument and a syntactic argument.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#SynSemCorrespondence -->

    <owl:Class rdf:about="#SynSemCorrespondence">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >SynSemCorrespondence is a class representing a set of SynSemArgMap instances for a given Subcategorization Frame instance.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#Synset -->

    <owl:Class rdf:about="#Synset">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#sense"/>
                <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en"
            >Synset is a class representing the set of shared meanings within the same language. Synset links synonyms forming a synonym set. A Synset instance can link senses of different Lexical Entry instances with the same part of speech.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#SynsetRelation -->

    <owl:Class rdf:about="#SynsetRelation">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Synset Relation is a class representing the oriented relationship between Synset instances.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#SyntacticArgument -->

    <owl:Class rdf:about="#SyntacticArgument">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#syntacticArgumentFrom"/>
                <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en"
            >Syntactic Argument is a class representing an argument of a given Subcategorization Frame. A Syntactic Argument can be linked recursively to a Subcategorization Frame instance in order to describe deeply complex arguments. Syntactic Argument allows the connection with a semantic argument by means of a SynSemArgMap instance.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#SyntacticBehaviour -->

    <owl:Class rdf:about="#SyntacticBehaviour">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Syntactic Behaviour is a class representing one of the possible behaviours of a lexeme. The Syntactic Behaviour instance is attached to the Lexical Entry instance and optionally to the Sense instance. The presence in a given lexicon of one Syntactic Behaviour instance for a lexical entry means that this lexeme can have this behaviour in the language of the lexicon.
Syntactic description is optional, so it is possible to describe morphology and semantics without any syntactic description. Lexical Entry, Syntactic Behaviour and Sense instances form a triangle representing Morphology, Syntax and Semantics.
Detailed description of the syntactic behaviour of a lexical entry is defined by the Subcategorization Frame instance.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#TargetTest -->

    <owl:Class rdf:about="#TargetTest">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Target Test is a class representing a condition that affects the translation with respect to the usage on the target language side.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#TemplateSlot -->

    <owl:Class rdf:about="#TemplateSlot">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Template Slot is a class representing a set of affixes that can be attached to an ordered position in the Affix Template class. A Template Slot can manage an Affix class indirectly through the Affix Slot class, or can manage the Affix class directly, but not both in the same model. Affix Slot attributes may describe the type of affix (e.g. suffix, circumfix), the rank of the affix in an ordered set, the number of affixes in an ordered set, and any special conditions applicable to the affix (e.g. the morphological functions shared by the affixes that occupy the slot).</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#TextRepresentation -->

    <owl:Class rdf:about="#TextRepresentation">
        <rdfs:subClassOf rdf:resource="#Representation"/>
        <rdfs:comment xml:lang="en"
            >Text Representation is a class representing one textual content of Definition or Statement. When there is more than one variant orthography, the Text Representation class contains a Unicode string representing the textual content as well as the unique attribute-value pairs that describe the specific language, script, and orthography.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#TransferAxis -->

    <owl:Class rdf:about="#TransferAxis">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Transfer Axis is a class representing multilingual transfer. A Transfer Axis instance links several Syntactic Behaviour instances pertaining to different languages.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#TransferAxisRelation -->

    <owl:Class rdf:about="#TransferAxisRelation">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Transfer Axis Relation is a class representing the relationship between two Transfer Axis instances.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#TransformCategory -->

    <owl:Class rdf:about="#TransformCategory">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Transform Category is a class representing attributes that constrain or describe sets of features needed to manage morphological change.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#TransformSet -->

    <owl:Class rdf:about="#TransformSet">
        <rdfs:subClassOf rdf:resource="#LMFClass"/>
        <rdfs:comment xml:lang="en"
            >Transform Set is a class representing the association between Process class and Grammatical Features class that further defines the scope or range of the managed pattern. Transform Set is in a zero to many aggregation with the Morphological Pattern.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.lexinfo.net/lmf#WordForm -->

    <owl:Class rdf:about="#WordForm">
        <rdfs:subClassOf rdf:resource="#Form"/>
        <rdfs:comment xml:lang="en"
            >Word Form is a Form subclass representing a form that a lexeme can take when used in a sentence or a phrase. So, Word Form class can manage simple lexemes, compounds and multi-word expressions.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.w3.org/2002/07/owl#Thing -->

    <owl:Class rdf:about="&owl;Thing"/>
</rdf:RDF>



<!-- Generated by the OWL API (version 2.2.1.1138) http://owlapi.sourceforge.net -->


