<?xml version="1.0"?>
<rdf:RDF
    xmlns:wn20schema="http://www.w3.org/2006/03/wn/wn20/schema/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
  xml:base="http://www.w3.org/2006/03/wn/wn20/schema/">
  <owl:Ontology rdf:about="">
    <rdfs:comment xml:lang="en-US">WordNet2.0 datamodel, version 7.       This ontology is an attempt to encode part of the WordNet 2.0 datamodel into OWL. It is part of the work made by the WNET Task Force of the SWBPD Working Group of W3C.       First version has been edited by Guus Schreiber, then revised by Brian McBride. Current version (4) has been enlarged, commented, and       checked after the original WordNet specifications by Aldo Gangemi. V5: Minor adaptations/additions for RDFS/OWL compatibility by Mark van Assem.
    Changes from V5 to V6 of the datamodel: added some missing inverse properties, added owl:SymmetricProperty for wn:sameVerbGroupAs, wn:derivationallyRelated.
    Removed two nameless classes. V6 to V7: added class AdjectiveSatelliteWordSense.
</rdfs:comment>
    <rdfs:comment xml:lang="en-US">From WordNet documentation (http://wordnet.princeton.edu/man/wngloss.7WN):               Information in WordNet is organized around logical groupings called synsets. Each synset consists of a list of synonymous words or collocations (eg. "fountain pen" , "take in" ), and pointers that describe the relations between this synset and other synsets. A word or collocation may appear in more than one synset, and in more than one part of speech. The words in a synset are logically grouped such that they are interchangeable in some context.   Two kinds of relations are represented by pointers: lexical and semantic. Lexical relations hold between word forms; semantic relations hold between word meanings. These relations include (but are not limited to) hypernymy/hyponymy, antonymy, entailment, and meronymy/holonymy.   Nouns and verbs are organized into hierarchies based on the hypernymy/hyponymy relation between synsets. Additional pointers are be used to indicate other relations.   Adjectives are arranged in clusters containing head synsets and satellite synsets. Each cluster is organized around antonymous pairs (and occasionally antonymous triplets). The antonymous pairs (or triplets) are indicated in the head synsets of a cluster. Most head synsets have one or more satellite synsets, each of which represents a concept that is similar in meaning to the concept represented by the head synset. One way to think of the adjective cluster organization is to visualize a wheel, with a head synset as the hub and satellite synsets as the spokes. Two or more wheels are logically connected via antonymy, which can be thought of as an axle between the wheels.   Pertainyms are relational adjectives and do not follow the structure just described. Pertainyms do not have antonyms; the synset for a pertainym most often contains only one word or collocation and a lexical pointer to the noun that the adjective is "of or pertaining to". Participial adjectives have lexical pointers to the verbs that they are derived from.   Adverbs are often derived from adjectives, and sometimes have antonyms; therefore the synset for an adverb usually contains a lexical pointer to the adjective from which it is derived.</rdfs:comment>
  </owl:Ontology>
  <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#integer"/>
  <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
  <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
  <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/WordSense">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/Word"/>
        </owl:allValuesFrom>
        <owl:onProperty>
          <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/word"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/Word"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/word"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/inSynset"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en-US">A meaning of a word in WordNet. Each sense of a word is in a different synset. Each word sense is contained in exactly one synset.

******************************
Word and WordSenses are distinguished in this datamodel for two reasons:
1) WordNet uses the distinction in the database, and several relations are defined for WordSenses rather than for Synsets.
2) For the sake of ontological clarity, here it is assumed that synsets include word senses, in order to partition the logical space of the lexicon (words as forms, which belong to different natural language lexica, words as meanings, which also can be peculiar to different natural languages, but usually exist in several of them, and synsets, which cluster word senses by abstracting out their distributional context.
******************************</rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/Synset"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/Word"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveSatelliteWordSense">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/inSynset"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveSatelliteSynset"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/inSynset"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveSatelliteSynset"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/inSynset"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en-US">A sense of an adjective satellite word.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveWordSense"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveWordSense">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/inSynset"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveSynset"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/inSynset"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveSynset"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/inSynset"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en-US">A sense of an adjective word.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/WordSense"/>
  </owl:Class>
  <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/AdverbSynset">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/containsWordSense"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/AdverbWordSense"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/Synset"/>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en-US">A synset including adverb word senses.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/AdverbWordSense"/>
        </owl:allValuesFrom>
        <owl:onProperty>
          <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/containsWordSense"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveSatelliteSynset">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveSatelliteWordSense"/>
        <owl:onProperty>
          <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/containsWordSense"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveSatelliteWordSense"/>
        <owl:onProperty>
          <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/containsWordSense"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveSynset"/>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en-US">A Synset in an adjective cluster representing a concept that is similar in meaning to the concept represented by its head synset .</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/Collocation">
    <rdfs:subClassOf>
      <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/Word"/>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en-US">A collocation in WordNet is a string of two or more words, connected by spaces or hyphens. Examples are: man-eating shark , blue-collar , depend on , line of products . In the database files spaces are represented as underscore (_ ) characters.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/Word">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/sense"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/WordSense"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/WordSense"/>
    <rdfs:comment xml:lang="en-US">Any word or composed term (collocation) deputed to have a sense in WordNet.
****For the sake of ontological clarity, here it is assumed that synsets include word senses, in order to partition the logical space of the lexicon (words as forms, which belong to different natural language lexica, words as meanings, which also can be peculiar to different natural languages, but usually exist in several of them, and synsets, which cluster word senses by abstracting out their distributional context.****</rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/Synset"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/AdverbWordSense">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
        >1</owl:cardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/inSynset"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/WordSense"/>
    <rdfs:comment xml:lang="en-US">A meaning of an adverb word.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/inSynset"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/AdverbSynset"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/AdverbSynset"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/inSynset"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="http://www.w3.org/2002/07/owl#Thing"/>
  <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset">
    <rdfs:comment xml:lang="en-US">A synset including noun word senses.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/containsWordSense"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/NounWordSense"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/Synset"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/containsWordSense"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/NounWordSense"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/VerbSynset">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/containsWordSense"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/VerbWordSense"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/Synset"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/containsWordSense"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/VerbWordSense"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en-US">A synset including verb word senses.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/VerbWordSense">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/inSynset"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/inSynset"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/VerbSynset"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en-US">A meaning of a verb word.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/inSynset"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/VerbSynset"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/WordSense"/>
  </owl:Class>
  <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/NounWordSense">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/inSynset"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/inSynset"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/WordSense"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/inSynset"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en-US">A meaning of a noun word.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveSynset">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveWordSense"/>
        <owl:onProperty>
          <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/containsWordSense"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveWordSense"/>
        <owl:onProperty>
          <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/containsWordSense"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en-US">A synset including adjective word senses.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/Synset"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/Synset">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/containsWordSense"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/WordSense"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en-US">A synonym set; a set of words that are interchangeable in some context.

******************************
Word and WordSenses are distinguished in this datamodel for two reasons:
1) WordNet uses the distinction in the database, and several relations are defined for WordSenses rather than for Synsets.
2) For the sake of ontological clarity, here it is assumed that Synsets include word senses, in order to partition the logical space of the lexicon (words as forms, which belong to different natural language lexica, words as meanings, which also can be peculiar to different natural languages, but usually exist in several of them, and synsets, which cluster word senses by abstracting out their distributional context.
******************************</rdfs:comment>
    <owl:disjointWith rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/Word"/>
    <owl:disjointWith rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/WordSense"/>
  </owl:Class>
  <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/participle">
    <owl:inverseOf>
      <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/participleOf"/>
    </owl:inverseOf>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveWordSense"/>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/VerbWordSense"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/substanceHolonymOf">
    <rdfs:comment xml:lang="en-US">It specifies that the second synset is a substance meronym of the first synset. This relation only holds for nouns.</rdfs:comment>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/holonymOf"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
    <owl:inverseOf>
      <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/substanceMeronymOf"/>
    </owl:inverseOf>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/memberHolonymOf">
    <rdfs:comment xml:lang="en-US">It specifies that the second synset is a member meronym of the first synset. This relation only holds for nouns.</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/holonymOf"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf>
      <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/memberMeronymOf"/>
    </owl:inverseOf>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/classifies">
    <owl:inverseOf>
      <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/classifiedBy"/>
    </owl:inverseOf>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/Synset"/>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/sense">
    <owl:inverseOf>
      <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/word"/>
    </owl:inverseOf>
    <rdfs:comment xml:lang="en-US">****A relation added here to link words and word senses explicitly (in the WordNet db, it is implicit in the synset record)****</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/Word"/>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/WordSense"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/attributeOf">
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveSynset"/>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
    <owl:inverseOf>
      <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/attribute"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/holonymOf">
    <owl:inverseOf>
      <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/meronymOf"/>
    </owl:inverseOf>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
    <rdfs:comment xml:lang="en-US">It specifies that the second synset is a meronym of the first synset. This relation only holds for nouns.</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/inSynset">
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/WordSense"/>
    <rdfs:comment xml:lang="en-US">****A relation added here to link word senses and synsets explicitly (in the WordNet db, it is implicit in the sense tag record)****</rdfs:comment>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/Synset"/>
    <owl:inverseOf>
      <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/containsWordSense"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/causedBy">
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/VerbSynset"/>
    <rdfs:comment xml:lang="en-US">It specifies that the second synset is a cause of the first synset. This relation only holds for verbs.</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/VerbSynset"/>
    <owl:inverseOf>
      <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/causes"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/partHolonymOf">
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
    <rdfs:comment xml:lang="en-US">It specifies that the second synset is a part meronym of the first synset. This relation only holds for nouns.</rdfs:comment>
    <owl:inverseOf>
      <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/partMeronymOf"/>
    </owl:inverseOf>
    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/holonymOf"/>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
  </owl:ObjectProperty>
  <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/classifiedByTopic">
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
    <rdfs:subPropertyOf>
      <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/classifiedBy"/>
    </rdfs:subPropertyOf>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/Synset"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/attribute">
    <rdfs:comment xml:lang="en-US">It defines the attribute relation between noun and adjective synset pairs in which the adjective is a value of the noun.</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
    <owl:inverseOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/attributeOf"/>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveSynset"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/classifiedBy">
    <owl:inverseOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/classifies"/>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/Synset"/>
    <rdfs:comment xml:lang="en-US">It specifies that the first synset has been classified as a member of the class (either as topic or 'category', as region, or as usage) represented by the second (noun) synset.</rdfs:comment>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/seeAlso">
    <rdfs:comment xml:lang="en-US">It specifies that additional information about the first word can be obtained by seeing the second word. This operator is only defined for verbs and adjectives.
There is no symmetric relation (ie. it cannot be inferred that the additional information about the second word can be obtained from the first word).</rdfs:comment>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/VerbWordSense"/>
          <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveWordSense"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveWordSense"/>
          <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/VerbWordSense"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/memberMeronymOf">
    <rdfs:subPropertyOf>
      <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/meronymOf"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/memberHolonymOf"/>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/classifiedByRegion">
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/classifiedBy"/>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/Synset"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/containsWordSense">
    <owl:inverseOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/inSynset"/>
    <rdfs:comment xml:lang="en-US">****A relation added here to link synsets and word senses explicitly (in the WordNet db, it is implicit in the sense tag record)****</rdfs:comment>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/WordSense"/>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/Synset"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/tagCount">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/WordSense"/>
    <rdfs:comment xml:lang="en-US">A datatype relation between word senses and their tags within synsets.</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/causes">
    <rdfs:comment xml:lang="en-US">inverse of causedBy</rdfs:comment>
    <owl:inverseOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/causedBy"/>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/VerbSynset"/>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/VerbSynset"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/synsetId">
    <rdfs:comment xml:lang="en-US">A datatype relation between synsets and their integer identifiers.</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/Synset"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/meronymOf">
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
    <rdfs:comment xml:lang="en-US">noun/noun, e.g. nose/face</rdfs:comment>
    <owl:inverseOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/holonymOf"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/substanceMeronymOf">
    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/meronymOf"/>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
    <owl:inverseOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/substanceHolonymOf"/>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/partMeronymOf">
    <owl:inverseOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/partHolonymOf"/>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/meronymOf"/>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/classifiedByUsage">
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/Synset"/>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/NounSynset"/>
    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/classifiedBy"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/similarTo">
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveSynset"/>
    <rdfs:comment xml:lang="en-US">It specifies that the second synset is similar in meaning to the first synset. This means that the second synset is a satellite of the first synset, which is the cluster head. This relation only holds for adjective synsets contained in adjective clusters.</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveSynset"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/adjectivePertainsTo">
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/NounWordSense"/>
          <owl:Class rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveWordSense"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveWordSense"/>
    <rdfs:comment xml:lang="en-US">It specifies an adjective word sense that pertains to either the noun or adjective second word sense.</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/participleOf">
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/VerbWordSense"/>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveWordSense"/>
    <rdfs:comment xml:lang="en-US">It specifies that the adjective first word is a participle of the verb second word.</rdfs:comment>
    <owl:inverseOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/participle"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/word">
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/WordSense"/>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/Word"/>
    <owl:inverseOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/sense"/>
    <rdfs:comment xml:lang="en-US">****A relation added here to link word senses and words explicitly (in the WordNet db, it is implicit in the synset record)****</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/adverbPertainsTo">
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/AdverbWordSense"/>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/AdjectiveWordSense"/>
    <rdfs:comment xml:lang="en-US">It specifies an adverb word sense that pertains to the adjective second word sense.</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Property>
  <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/lexicalForm">
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/Word"/>
    <rdfs:comment xml:lang="en-US">A datatype relation between Word and its lexical form.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#label"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/gloss">
    <rdfs:comment xml:lang="en-US">It specifies the gloss for a synset.</rdfs:comment>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#comment"/>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/Synset"/>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/frame">
    <rdfs:comment xml:lang="en-US">It specifies a generic sentence frame for one or all words in a synset. The operator is defined only for verbs.</rdfs:comment>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/VerbWordSense"/>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </owl:DatatypeProperty>
  <owl:TransitiveProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/entails">
    <rdfs:comment xml:lang="en-US">A verb X entails Y if X cannot be done unless Y is, or has been, done.
It specifies that the second synset is an entailment of first synset. This relation only holds for verbs.</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/VerbSynset"/>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/VerbSynset"/>
    <owl:inverseOf>
      <owl:TransitiveProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/entailedBy"/>
    </owl:inverseOf>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/entailedBy">
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/VerbSynset"/>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/VerbSynset"/>
    <owl:inverseOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/entails"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/hypernymOf">
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/Synset"/>
    <owl:inverseOf>
      <owl:TransitiveProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/hyponymOf"/>
    </owl:inverseOf>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/Synset"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/hyponymOf">
    <owl:inverseOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/hypernymOf"/>
    <rdfs:comment xml:lang="en-US">It specifies that the second synset is a hypernym of the first synset. This relation holds for nouns and verbs. The symmetric operator, hyponym, implies that the first synset is a hyponym of the second synset.</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/Synset"/>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/Synset"/>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </owl:TransitiveProperty>
  <owl:SymmetricProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/derivationallyRelated">
    <rdfs:comment xml:lang="en-US">It specifies that there exists a symmetric lexical morphosemantic relation between the first and second synset terms representing derivational morphology.
***In the WordNet database this relation extends over word senses within synsets***</rdfs:comment>
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/WordSense"/>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/WordSense"/>
    <owl:inverseOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/derivationallyRelated"/>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </owl:SymmetricProperty>
  <owl:SymmetricProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/antonymOf">
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/WordSense"/>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/WordSense"/>
    <rdfs:comment xml:lang="en-US">It specifies antonymous word senses. This is a lexical relation that holds for all syntactic categories. For each antonymous pair, both relations are listed.</rdfs:comment>
    <owl:inverseOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/antonymOf"/>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </owl:SymmetricProperty>
  <owl:SymmetricProperty rdf:about="http://www.w3.org/2006/03/wn/wn20/schema/sameVerbGroupAs">
    <rdfs:range rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/VerbSynset"/>
    <rdfs:comment xml:lang="en-US">It specifies verb synsets that are similar in meaning and should be grouped together when displayed in response to a grouped synset search.</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/VerbSynset"/>
    <owl:inverseOf rdf:resource="http://www.w3.org/2006/03/wn/wn20/schema/sameVerbGroupAs"/>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </owl:SymmetricProperty>
</rdf:RDF>

<!-- Created with TopBraid Composer -->

