<?xml version="1.0" encoding="UTF-8"?>

<?xml-stylesheet type="text/xsl" href="http://sw.opencyc.org/xsl/OpenCycOWLCollectionDisplayNL.xsl"?>

<!DOCTYPE rdf:RDF [
     <!ENTITY ocyc "http://sw.opencyc.org/concept/" >
     <!ENTITY cyc  "http://sw.cyc.com/concept/" >
     <!ENTITY rdf  "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
     <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
     <!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#" >
     <!ENTITY owl  "http://www.w3.org/2002/07/owl#" >
   ]>

<rdf:RDF xml:base="http://sw.opencyc.org/2008/06/10/concept/en/"
         xmlns="http://sw.opencyc.org/2008/06/10/concept/en/"
         xmlns:cycAnnot="http://sw.cyc.com/CycAnnotations_v1#"
         xmlns:rdf="&rdf;"
         xmlns:rdfs="&rdfs;"
         xmlns:owl="&owl;"
         xmlns:xsd="&xsd;">

  <owl:Ontology rdf:about="http://sw.opencyc.org/2008/06/10/concept/en/">
    <owl:versionInfo>2008/06/10</owl:versionInfo>
    <rdfs:comment xml:lang="en">

      OpenCyc Knowledge Base

      Copyright© 2001-2008 Cycorp, Inc., http://www.cyc.com/, Austin, TX, USA

      This file contains an OWL representation of information contained 
      in the OpenCyc Knowledge Base. The content of this OWL file is 
      licensed under the Creative Commons Attribution 3.0 license whose 
      text can be found at http://creativecommons.org/licenses/by/3.0/legalcode. 
      The content of this OWL file, including the OpenCyc content it represents, 
      constitutes the "Work" referred to in the Creative Commons license. The terms of 
      this license equally apply to, without limitation, renamings and other 
      logically equivalent reformulations of the content of this OWL file 
      (or portions thereof) in any natural or formal language, as well 
      as to derivations of this content or inclusion of it in other ontologies.

    </rdfs:comment>
  </owl:Ontology>

  <owl:AnnotationProperty rdf:about="http://sw.cyc.com/CycAnnotations_v1#externalID">
    <rdfs:label xml:lang="en">externalID</rdfs:label>
    <rdfs:comment xml:lang="en">
      A unique, language-neutral, variable-sized identifier
      for a concept that can be used to refer unambiguously to that concept across 
      OWL exports or across Cyc inference engines.
    </rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:AnnotationProperty>

  <owl:AnnotationProperty rdf:about="http://sw.cyc.com/CycAnnotations_v1#label">
    <rdfs:label xml:lang="en">label</rdfs:label>
    <rdfs:comment xml:lang="en">
      A natural-language representation for a concept that is both human 
      readable and readable by the Cyc inference engine. These terms are not 
      guaranteed to refer to the same concept across time but are guaranteed to
      be consistent within a particular OWL export. Use 'cycAnnot:externalID'
      for unambiguously referring to a concept across OWL exports or across Cyc
      inference engines.
    </rdfs:comment>
  </owl:AnnotationProperty>

  <owl:Class rdf:about="TemporalObjectType">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ObjectType&quot; class=&quot;cyc_term&quot;&gt;ObjectType&lt;/a&gt; (q.v.) whose instances are all and only those collections that are temporally object-like. A collection &lt;code&gt;&lt;b&gt;COL&lt;/b&gt;&lt;/code&gt; is temporally object-like just in case it generally holds that any proper purely temporal parts (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/timeSlices&quot; class=&quot;cyc_term&quot;&gt;timeSlices&lt;/a&gt;) of an instance of &lt;code&gt;&lt;b&gt;COL&lt;/b&gt;&lt;/code&gt; is not itself an instance of &lt;code&gt;&lt;b&gt;COL&lt;/b&gt;&lt;/code&gt;.  More precisely, a collection &lt;code&gt;&lt;b&gt;COL&lt;/b&gt;&lt;/code&gt; is an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; just in case it satisfies the following: For any distinct &lt;code&gt;&lt;b&gt;OBJ1&lt;/b&gt;&lt;/code&gt; and &lt;code&gt;&lt;b&gt;OBJ2&lt;/b&gt;&lt;/code&gt;, if &lt;code&gt;(&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/isa&quot; class=&quot;cyc_term&quot;&gt;isa&lt;/a&gt; &lt;b&gt;OBJ1&lt;/b&gt; &lt;b&gt;COL&lt;/b&gt;)&lt;/code&gt; and &lt;code&gt;(&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/timeSlices&quot; class=&quot;cyc_term&quot;&gt;timeSlices&lt;/a&gt; &lt;b&gt;OBJ1&lt;/b&gt; &lt;b&gt;OBJ2&lt;/b&gt;)&lt;/code&gt;, then &lt;i&gt;not&lt;/i&gt; &lt;code&gt;(&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/isa&quot; class=&quot;cyc_term&quot;&gt;isa&lt;/a&gt; &lt;b&gt;OBJ2&lt;/b&gt; &lt;b&gt;COL&lt;/b&gt;)&lt;/code&gt;.
&lt;p/&gt;
For example, none of the proper time-slices of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CalendarYear&quot; class=&quot;cyc_term&quot;&gt;CalendarYear&lt;/a&gt; is itself a calendar year.  Likewise for &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TakingAStep&quot; class=&quot;cyc_term&quot;&gt;TakingAStep&lt;/a&gt;.  So &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CalendarYear&quot; class=&quot;cyc_term&quot;&gt;CalendarYear&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TakingAStep&quot; class=&quot;cyc_term&quot;&gt;TakingAStep&lt;/a&gt; are both instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt;. Conversely, a proper time-slice of a given &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Date&quot; class=&quot;cyc_term&quot;&gt;Date&lt;/a&gt; might itself be a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Date&quot; class=&quot;cyc_term&quot;&gt;Date&lt;/a&gt; (e.g. an hour has minutes and seconds as time-slices); so &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Date&quot; class=&quot;cyc_term&quot;&gt;Date&lt;/a&gt; is &lt;i&gt;not&lt;/i&gt; a temporal-object-type.
&lt;p/&gt;
See &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalStuffType&quot; class=&quot;cyc_term&quot;&gt;TemporalStuffType&lt;/a&gt; for the disjoint notion of being temporally stuff-like.</rdfs:comment>
    <rdfs:label xml:lang="en">temporal object type</rdfs:label>
    <cycAnnot:label xml:lang="en">TemporalObjectType</cycAnnot:label>
    <cycAnnot:externalID>Mx4rvViq35wpEbGdrcN5Y29ycA</cycAnnot:externalID>
    <rdfs:subClassOf rdf:resource="ObjectType"/>
    <rdf:type rdf:resource="ThingsWithTemporalExtent_Time_Topic"/>
    <rdf:type rdf:resource="Top_Topic"/>
    <rdf:type rdf:resource="SecondOrderCollection"/>
    <rdf:type rdf:resource="AtemporalNecessarilyEssentialCollectionType"/>
    <owl:sameAs rdf:resource="http://sw.opencyc.org/2008/06/10/concept/Mx4rvViq35wpEbGdrcN5Y29ycA"/>
    <owl:sameAs rdf:resource="&cyc;Mx4rvViq35wpEbGdrcN5Y29ycA"/>
    <owl:sameAs rdf:resource="http://umbel.org/umbel/ac/TemporalObjectType"/>
    <owl:sameAs rdf:resource="&ocyc;Mx4rvViq35wpEbGdrcN5Y29ycA"/>
    <prettyString xml:lang="en">type of temporally object-like thing</prettyString>
    <prettyString xml:lang="en">temporal object types</prettyString>
    <prettyString xml:lang="en">types of temporally object-like thing</prettyString>
  </owl:Class>

  <owl:Class rdf:about="OneAtATimeActionType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <cycAnnot:label xml:lang="en">OneAtATimeActionType</cycAnnot:label>
    <rdfs:label xml:lang="en">one at A time action type</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of types of action which occupy the doer to such an extent that two such actions cannot be done simultaneously by the same doer.</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:about="AccomplishmentType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <cycAnnot:label xml:lang="en">AccomplishmentType</cycAnnot:label>
    <rdfs:label xml:lang="en">type of accomplishment</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of collections. Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AccomplishmentType&quot; class=&quot;cyc_term&quot;&gt;AccomplishmentType&lt;/a&gt; is a type of events that include, by their nature, a &apos;culmination&apos; or completion point, conceptually distinct from their mere temporal ending. Moreover, each instance of an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AccomplishmentType&quot; class=&quot;cyc_term&quot;&gt;AccomplishmentType&lt;/a&gt; is &apos;quantized&apos; in the following sense: if &lt;code&gt;&lt;b&gt;EVENT-1&lt;/b&gt;&lt;/code&gt; and &lt;code&gt;&lt;b&gt;EVENT-2&lt;/b&gt;&lt;/code&gt; are instances of the same instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AccomplishmentType&quot; class=&quot;cyc_term&quot;&gt;AccomplishmentType&lt;/a&gt;, then &lt;code&gt;&lt;b&gt;EVENT-2&lt;/b&gt;&lt;/code&gt; cannot be a proper sub-event of &lt;code&gt;&lt;b&gt;EVENT-1&lt;/b&gt;&lt;/code&gt;, nor can &lt;code&gt;&lt;b&gt;EVENT-1&lt;/b&gt;&lt;/code&gt; be a proper sub-event of &lt;code&gt;&lt;b&gt;EVENT-2&lt;/b&gt;&lt;/code&gt;.</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:about="FlightTrainingType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:label xml:lang="en">flight training type</rdfs:label>
    <cycAnnot:label xml:lang="en">FlightTrainingType</cycAnnot:label>
    <rdfs:comment xml:lang="en">A type-level collection of all collections constituting recognized types of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FlightTraining&quot; class=&quot;cyc_term&quot;&gt;FlightTraining&lt;/a&gt;.</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:about="WeaponsTestingTypeByTestedWeaponType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:label xml:lang="en">weapon testing classification by weapon type</rdfs:label>
    <cycAnnot:label xml:lang="en">WeaponsTestingTypeByTestedWeaponType</cycAnnot:label>
  </owl:Class>

  <owl:Class rdf:about="SwimStrokeType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:comment xml:lang="en">The collection of those subsets of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Swimming_Surface&quot; class=&quot;cyc_term&quot;&gt;Swimming_Surface&lt;/a&gt; that represent standardized strokes such as those used in swimming competitions. Instances include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ButterflySwimStroke&quot; class=&quot;cyc_term&quot;&gt;ButterflySwimStroke&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Breaststroke&quot; class=&quot;cyc_term&quot;&gt;Breaststroke&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SwimStrokeType</cycAnnot:label>
    <rdfs:label xml:lang="en">swim stroke</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="SurgicalProcedureTypeByOrganismPartTypeActedOn">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:label xml:lang="en">surgical procedure type by organism part type acted on</rdfs:label>
    <cycAnnot:label xml:lang="en">SurgicalProcedureTypeByOrganismPartTypeActedOn</cycAnnot:label>
  </owl:Class>

  <owl:Class rdf:about="HolidayTypeByReligion">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <cycAnnot:label xml:lang="en">HolidayTypeByReligion</cycAnnot:label>
    <rdfs:label xml:lang="en">holiday type by religion</rdfs:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SecondOrderCollection&quot; class=&quot;cyc_term&quot;&gt;SecondOrderCollection&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HolidayTypeByReligion&quot; class=&quot;cyc_term&quot;&gt;HolidayTypeByReligion&lt;/a&gt; is the collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ReligiousHoliday&quot; class=&quot;cyc_term&quot;&gt;ReligiousHoliday&lt;/a&gt;s associated with a particular &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Religion&quot; class=&quot;cyc_term&quot;&gt;Religion&lt;/a&gt;.  Instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HolidayTypeByReligion&quot; class=&quot;cyc_term&quot;&gt;HolidayTypeByReligion&lt;/a&gt; include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChristianHoliday&quot; class=&quot;cyc_term&quot;&gt;ChristianHoliday&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IslamicHoliday&quot; class=&quot;cyc_term&quot;&gt;IslamicHoliday&lt;/a&gt;, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/JewishHoliday&quot; class=&quot;cyc_term&quot;&gt;JewishHoliday&lt;/a&gt;.</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:about="CrossingOptionType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <cycAnnot:label xml:lang="en">CrossingOptionType</cycAnnot:label>
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CrossingOptionType&quot; class=&quot;cyc_term&quot;&gt;CrossingOptionType&lt;/a&gt; is used to note the kinds of crossings which are relevant to Workarounds problems.</rdfs:comment>
    <rdfs:label xml:lang="en">crossing option type</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="KillingThroughEventType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:comment xml:lang="en">This &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SiblingDisjointCollectionType&quot; class=&quot;cyc_term&quot;&gt;SiblingDisjointCollectionType&lt;/a&gt; is a faceting of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/KillingByOrganism&quot; class=&quot;cyc_term&quot;&gt;KillingByOrganism&lt;/a&gt;.  Each instance is a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/KillingByOrganism&quot; class=&quot;cyc_term&quot;&gt;KillingByOrganism&lt;/a&gt; whose instances are characterized by coming about through (and as part of) an action of a certain type.</rdfs:comment>
    <rdfs:label xml:lang="en">type of killing event classified by method</rdfs:label>
    <cycAnnot:label xml:lang="en">KillingThroughEventType</cycAnnot:label>
  </owl:Class>

  <owl:Class rdf:about="NeutralizationReactionType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:comment xml:lang="en">A collection of collections.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/NeutralizationReactionType&quot; class=&quot;cyc_term&quot;&gt;NeutralizationReactionType&lt;/a&gt; is a type of chemical reaction (i.e., a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChemicalReaction&quot; class=&quot;cyc_term&quot;&gt;ChemicalReaction&lt;/a&gt;) in which an acid solution and a base solution are mixed. Salts are usually products of neutralization reactions.</rdfs:comment>
    <rdfs:label xml:lang="en">type of neutralization reaction</rdfs:label>
    <cycAnnot:label xml:lang="en">NeutralizationReactionType</cycAnnot:label>
  </owl:Class>

  <owl:Class rdf:about="BacteriumIdentificationTestType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <cycAnnot:label xml:lang="en">BacteriumIdentificationTestType</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of collections.  These are all methods of
identifying types of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Bacterium&quot; class=&quot;cyc_term&quot;&gt;Bacterium&lt;/a&gt;.  It includes the various stains and
other tests performed on bacterial cultures.</rdfs:comment>
    <rdfs:label xml:lang="en">bacterium identification test</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="KillingByDeviceType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:label xml:lang="en">type of killing event classified by device</rdfs:label>
    <cycAnnot:label xml:lang="en">KillingByDeviceType</cycAnnot:label>
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/KillingByDeviceType&quot; class=&quot;cyc_term&quot;&gt;KillingByDeviceType&lt;/a&gt; is a faceting of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/KillingByOrganism&quot; class=&quot;cyc_term&quot;&gt;KillingByOrganism&lt;/a&gt;.  Each instance is a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/KillingByOrganism&quot; class=&quot;cyc_term&quot;&gt;KillingByOrganism&lt;/a&gt; whose membership is defined in terms of the device used to carry out the killing.</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:about="CombinationReactionType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <cycAnnot:label xml:lang="en">CombinationReactionType</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of collections.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CombinationReactionType&quot; class=&quot;cyc_term&quot;&gt;CombinationReactionType&lt;/a&gt; is a type of chemical reaction (i.e., a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChemicalReaction&quot; class=&quot;cyc_term&quot;&gt;ChemicalReaction&lt;/a&gt;) in which two or more substances (instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChemicalObject&quot; class=&quot;cyc_term&quot;&gt;ChemicalObject&lt;/a&gt;) react to form a single product (also an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChemicalObject&quot; class=&quot;cyc_term&quot;&gt;ChemicalObject&lt;/a&gt;).</rdfs:comment>
    <rdfs:label xml:lang="en">type of combination reaction</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="MalfunctionTypeByActionTypeCompromised">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <cycAnnot:label xml:lang="en">MalfunctionTypeByActionTypeCompromised</cycAnnot:label>
    <rdfs:comment xml:lang="en">This type level collection defines a covering on &lt;font color=&quot;#ff0000&quot;&gt;#$Malfunction&lt;/font&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MalfunctionTypeByActionTypeCompromised&quot; class=&quot;cyc_term&quot;&gt;MalfunctionTypeByActionTypeCompromised&lt;/a&gt; is a collection of instances of &lt;font color=&quot;#ff0000&quot;&gt;#$Malfunction&lt;/font&gt;, such that every instance of the collection compromises the same kind of activity on the part of the system experiencing the &lt;font color=&quot;#ff0000&quot;&gt;#$Malfunction&lt;/font&gt; in question.</rdfs:comment>
    <rdfs:label xml:lang="en">malfunction type by action type compromised</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="GiftGivingOccasionType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <cycAnnot:label xml:lang="en">GiftGivingOccasionType</cycAnnot:label>
    <rdfs:label xml:lang="en">gift giving occasion</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all occasion types for which it is appropriate (relative to some social norm) to give a gift to a person. Each instance is a collection of events of a certain type. Some instances are such that gifts are given on that occasion to recipients who participate in the event merely as a celebrant (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/socialParticipants&quot; class=&quot;cyc_term&quot;&gt;socialParticipants&lt;/a&gt;), e.g., &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChristmasHoliday&quot; class=&quot;cyc_term&quot;&gt;ChristmasHoliday&lt;/a&gt;. Other instances are such that gifts are given on that occasion only to recipients who play the role of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/performedBy&quot; class=&quot;cyc_term&quot;&gt;performedBy&lt;/a&gt; in the event, e.g., &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GraduatingEvent&quot; class=&quot;cyc_term&quot;&gt;GraduatingEvent&lt;/a&gt;.</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:about="RedTask">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <cycAnnot:label xml:lang="en">RedTask</cycAnnot:label>
    <rdfs:label xml:lang="en">task assigned to the Red force</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AssignedTaskType&quot; class=&quot;cyc_term&quot;&gt;AssignedTaskType&lt;/a&gt; that have been assigned (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/unitAssignedToTask&quot; class=&quot;cyc_term&quot;&gt;unitAssignedToTask&lt;/a&gt;) to some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RedUnit&quot; class=&quot;cyc_term&quot;&gt;RedUnit&lt;/a&gt; in a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CourseOfAction&quot; class=&quot;cyc_term&quot;&gt;CourseOfAction&lt;/a&gt;.</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:about="PunctualEventType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <cycAnnot:label xml:lang="en">PunctualEventType</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of collections of events. If PUNCT is an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PunctualEventType&quot; class=&quot;cyc_term&quot;&gt;PunctualEventType&lt;/a&gt;, then each instance of PUNCT is temporally `unextended&apos;, i.e., its occurrence bisects an imaginary timeline in a `before&apos; and an `after&apos; segment without residue. More precisely, we&apos;ll say that EVT is an instance of an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PunctualEventType&quot; class=&quot;cyc_term&quot;&gt;PunctualEventType&lt;/a&gt; iff its starting point and its ending point coincide, i.e., if its temporal extent is `point-like&apos; up to a reasonable time granularity scale.</rdfs:comment>
    <rdfs:label xml:lang="en">type of punctual event</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="SolutionStepEventType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <cycAnnot:label xml:lang="en">SolutionStepEventType</cycAnnot:label>
    <rdfs:label xml:lang="en">solution step event type</rdfs:label>
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SolutionStepEventType&quot; class=&quot;cyc_term&quot;&gt;SolutionStepEventType&lt;/a&gt; is the collection of types of events that can be associated with the solution steps used to generate a worked solution to a problem.</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:about="ConventionallyClassifiedTemporalObjectSeries">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <cycAnnot:label xml:lang="en">ConventionallyClassifiedTemporalObjectSeries</cycAnnot:label>
    <rdfs:label xml:lang="en">conventionally classified temporal object series</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ConventionalClassificationType&quot; class=&quot;cyc_term&quot;&gt;ConventionalClassificationType&lt;/a&gt; (q.v.) and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ConventionallyClassifiedTemporalObjectSeries&quot; class=&quot;cyc_term&quot;&gt;ConventionallyClassifiedTemporalObjectSeries&lt;/a&gt; is a series of temporal objects (of the same kind) such that for each E in the series one can meaningfully speak of `the one before E&apos; or `the one after E&apos; in the series (or speak of `the last one&apos; or `the next one&apos; etc. in the series if we are to temporally locate ourselves in E). Examples of instances of this collection include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CalendarYear&quot; class=&quot;cyc_term&quot;&gt;CalendarYear&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Friday&quot; class=&quot;cyc_term&quot;&gt;Friday&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChristmasHoliday&quot; class=&quot;cyc_term&quot;&gt;ChristmasHoliday&lt;/a&gt; etc.  Two important specializations of this collection are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ConventionallyClassifiedTimeIntervalSeries&quot; class=&quot;cyc_term&quot;&gt;ConventionallyClassifiedTimeIntervalSeries&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AnnualHolidayType&quot; class=&quot;cyc_term&quot;&gt;AnnualHolidayType&lt;/a&gt; (q.v.).</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:about="StandardServiceType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <cycAnnot:label xml:lang="en">StandardServiceType</cycAnnot:label>
    <rdfs:label xml:lang="en">type of service</rdfs:label>
    <rdfs:comment xml:lang="en">Instances are types of service events which are typically sold at a fixed price, and consist of a more-or-less fixed sequence of actions - that is, each service provider who performs one of these types of service charges every customer the same amount and gives them pretty much the same service</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:about="SameLengthTimeIntervalType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:label xml:lang="en">same length time interval type</rdfs:label>
    <cycAnnot:label xml:lang="en">SameLengthTimeIntervalType</cycAnnot:label>
    <rdfs:comment xml:lang="en">Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SameLengthTimeIntervalType&quot; class=&quot;cyc_term&quot;&gt;SameLengthTimeIntervalType&lt;/a&gt; is a collection which, for a fixed length/duration, contains all and only the time intervals of that length.  For example, (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SameLengthTimeIntervalTypeFn&quot; class=&quot;cyc_term&quot;&gt;SameLengthTimeIntervalTypeFn&lt;/a&gt; (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MinutesDuration&quot; class=&quot;cyc_term&quot;&gt;MinutesDuration&lt;/a&gt; 3)) is an instance of this collection, which contains all and only time intervals that are three minute long, such as (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TimeIntervalInclusiveFn&quot; class=&quot;cyc_term&quot;&gt;TimeIntervalInclusiveFn&lt;/a&gt; (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MinuteFn&quot; class=&quot;cyc_term&quot;&gt;MinuteFn&lt;/a&gt; 1 (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HourFn&quot; class=&quot;cyc_term&quot;&gt;HourFn&lt;/a&gt; 3 (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DayFn&quot; class=&quot;cyc_term&quot;&gt;DayFn&lt;/a&gt; 5 (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MonthFn&quot; class=&quot;cyc_term&quot;&gt;MonthFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/July&quot; class=&quot;cyc_term&quot;&gt;July&lt;/a&gt; (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/YearFn&quot; class=&quot;cyc_term&quot;&gt;YearFn&lt;/a&gt; 2002))))) (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MinuteFn&quot; class=&quot;cyc_term&quot;&gt;MinuteFn&lt;/a&gt; 3 (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HourFn&quot; class=&quot;cyc_term&quot;&gt;HourFn&lt;/a&gt; 3 (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DayFn&quot; class=&quot;cyc_term&quot;&gt;DayFn&lt;/a&gt; 5 (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MonthFn&quot; class=&quot;cyc_term&quot;&gt;MonthFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/July&quot; class=&quot;cyc_term&quot;&gt;July&lt;/a&gt; (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/YearFn&quot; class=&quot;cyc_term&quot;&gt;YearFn&lt;/a&gt; 2002)))))).  Note that the `same length&apos; is used in its strict sense: a collection of intervals whose lengths all fall into a range specified by different lengths, such as all intervals of lengths between 3 and 5 seconds, is not an instance of this collection.</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:about="PrimaryElectionType_US">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:label xml:lang="en">kind of US primary election</rdfs:label>
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SecondOrderCollection&quot; class=&quot;cyc_term&quot;&gt;SecondOrderCollection&lt;/a&gt; that facets &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/USPrimaryElection&quot; class=&quot;cyc_term&quot;&gt;USPrimaryElection&lt;/a&gt;.  Each instance is a subclass of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/USPrimaryElection&quot; class=&quot;cyc_term&quot;&gt;USPrimaryElection&lt;/a&gt; distinguished by a feature of who is allowed to vote in the primary.  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/USPrimaryElection&quot; class=&quot;cyc_term&quot;&gt;USPrimaryElection&lt;/a&gt;s are subdivided into three types:  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ClosedPrimaryElection_US&quot; class=&quot;cyc_term&quot;&gt;ClosedPrimaryElection_US&lt;/a&gt;, whose instances are such that voters are required to vote in the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PrimaryElection&quot; class=&quot;cyc_term&quot;&gt;PrimaryElection&lt;/a&gt; of the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PoliticalParty&quot; class=&quot;cyc_term&quot;&gt;PoliticalParty&lt;/a&gt; with which they are registered (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/primaryOfParty&quot; class=&quot;cyc_term&quot;&gt;primaryOfParty&lt;/a&gt;), &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OpenPrimaryElection_US&quot; class=&quot;cyc_term&quot;&gt;OpenPrimaryElection_US&lt;/a&gt;, whose instances are such that voters are constrained to vote only for candidates within a single &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PrimaryElection&quot; class=&quot;cyc_term&quot;&gt;PrimaryElection&lt;/a&gt;, but may vote in the primary of either party, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BlanketPrimaryElection_US&quot; class=&quot;cyc_term&quot;&gt;BlanketPrimaryElection_US&lt;/a&gt;, wherein candidates from all parties compete, using the same procedures as a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeneralElection&quot; class=&quot;cyc_term&quot;&gt;GeneralElection&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">PrimaryElectionType-US</cycAnnot:label>
  </owl:Class>

  <owl:Class rdf:about="Available_user_option_to_UIA_offering_a_refinement_suggestion">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <cycAnnot:label xml:lang="en">(UserOptionsWRTUIAActionFn OfferingARefinementSuggestionInUIA)</cycAnnot:label>
    <rdfs:label xml:lang="en">available user option to UIA offering a refinement suggestion</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="TemporallyDisjointTemporalObjectType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:comment xml:lang="en">A collection of collections and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt;. TYPE is an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporallyDisjointTemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporallyDisjointTemporalObjectType&lt;/a&gt; just in case any two distinct instances of TYPE are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/temporallyDisjoint&quot; class=&quot;cyc_term&quot;&gt;temporallyDisjoint&lt;/a&gt;.  For example, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Wednesday&quot; class=&quot;cyc_term&quot;&gt;Wednesday&lt;/a&gt; is an instance of  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporallyDisjointTemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporallyDisjointTemporalObjectType&lt;/a&gt; because no Wednesday can temporally intersect any Wednesday other than itself.</rdfs:comment>
    <cycAnnot:label xml:lang="en">TemporallyDisjointTemporalObjectType</cycAnnot:label>
    <rdfs:label xml:lang="en">type of temporally disjoint interval</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="PaymentByDeliveryType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SiblingDisjointCollectionType&quot; class=&quot;cyc_term&quot;&gt;SiblingDisjointCollectionType&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PaymentByDeliveryType&quot; class=&quot;cyc_term&quot;&gt;PaymentByDeliveryType&lt;/a&gt; is a sub-collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Paying&quot; class=&quot;cyc_term&quot;&gt;Paying&lt;/a&gt; characterized by use of a specific type of delivery of payment, such as &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransportationEvent&quot; class=&quot;cyc_term&quot;&gt;TransportationEvent&lt;/a&gt; (q.v.) or wire transfer of funds.</rdfs:comment>
    <cycAnnot:label xml:lang="en">PaymentByDeliveryType</cycAnnot:label>
    <rdfs:label xml:lang="en">payment by delivery type</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="AssignedTaskType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <cycAnnot:label xml:lang="en">AssignedTaskType</cycAnnot:label>
    <rdfs:comment xml:lang="en">Instances of this collection are specializations of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PurposefulAction&quot; class=&quot;cyc_term&quot;&gt;PurposefulAction&lt;/a&gt; which are assigned tasks in some planning context.</rdfs:comment>
    <rdfs:label xml:lang="en">task</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="InformationLeakTypeByOrgType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:label xml:lang="en">information leak by org type</rdfs:label>
    <cycAnnot:label xml:lang="en">InformationLeakTypeByOrgType</cycAnnot:label>
  </owl:Class>

  <owl:Class rdf:about="SolitaryGameType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:label xml:lang="en">solitary game type</rdfs:label>
    <cycAnnot:label xml:lang="en">SolitaryGameType</cycAnnot:label>
    <rdfs:comment xml:lang="en">a collection of subcollections of events.  Each element of each element is an event in which an individual plays a game designed to be played by one person.</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:about="SpecifiedGameType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:comment xml:lang="en">Instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SpecifiedGameType&quot; class=&quot;cyc_term&quot;&gt;SpecifiedGameType&lt;/a&gt; are types of games, specific as to the name and the rules used.  Each instance is a collection, a spec of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameEvent&quot; class=&quot;cyc_term&quot;&gt;GameEvent&lt;/a&gt;, whose instances are particular events in which the game is played from beginning to end.  For example, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IndivPentathlonEvent&quot; class=&quot;cyc_term&quot;&gt;IndivPentathlonEvent&lt;/a&gt; is an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SpecifiedGameType&quot; class=&quot;cyc_term&quot;&gt;SpecifiedGameType&lt;/a&gt;, because all instances use the same set of rules, and consist of all the moves of a game until one of the players wins.  Not every instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SpecifiedGameType&quot; class=&quot;cyc_term&quot;&gt;SpecifiedGameType&lt;/a&gt; has to consist of instances where there is a winner, because there might be games that don&apos;t have winners; the important thing is that the instances are by default played to completion (whatever that means for the particular type of game).  Also, not every spec of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameEvent&quot; class=&quot;cyc_term&quot;&gt;GameEvent&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SpecifiedGameType&quot; class=&quot;cyc_term&quot;&gt;SpecifiedGameType&lt;/a&gt;.  E.g., &apos;SolitaryGameEvent&apos; (the class of games played by one person) would not be a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SpecifiedGameType&quot; class=&quot;cyc_term&quot;&gt;SpecifiedGameType&lt;/a&gt; since that class isn&apos;t specific as to the name of the game and the rules used.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SpecifiedGameType</cycAnnot:label>
    <rdfs:label xml:lang="en">type of game</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="BlueTask">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:label xml:lang="en">blue task</rdfs:label>
    <cycAnnot:label xml:lang="en">BlueTask</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AssignedTaskType&quot; class=&quot;cyc_term&quot;&gt;AssignedTaskType&lt;/a&gt; that have been assigned (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/unitAssignedToTask&quot; class=&quot;cyc_term&quot;&gt;unitAssignedToTask&lt;/a&gt;) to some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BlueUnit&quot; class=&quot;cyc_term&quot;&gt;BlueUnit&lt;/a&gt; in a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CourseOfAction&quot; class=&quot;cyc_term&quot;&gt;CourseOfAction&lt;/a&gt;.</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:about="Plan_ExpectedSituationType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:label xml:lang="en">planned situation</rdfs:label>
    <rdfs:comment xml:lang="en">An instance of this collection is the type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Situation&quot; class=&quot;cyc_term&quot;&gt;Situation&lt;/a&gt;s
representing the complex of states of affairs that would constitute the
realization or fulfillment of a given plan. This is not the only
ontologically relevant aspect of `plans&apos;, but it is central: a plan
can typically be seen as the description of a complex of states of affairs
that is expected to be brought about by someone&apos;s actions. Particular
situations, therefore, are `realizations&apos; of a plan insofar as they satisfy
the plan&apos;s specified constraints -- thus a plan specifies a type of
situations. Relevant specializations are (mostly in the context of military
planning) &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Mission_AssignedActionType&quot; class=&quot;cyc_term&quot;&gt;Mission_AssignedActionType&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CourseOfAction&quot; class=&quot;cyc_term&quot;&gt;CourseOfAction&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Plan-ExpectedSituationType</cycAnnot:label>
  </owl:Class>

  <owl:Class rdf:about="CourseOfStudyType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:label xml:lang="en">type of course of study</rdfs:label>
    <cycAnnot:label xml:lang="en">CourseOfStudyType</cycAnnot:label>
    <rdfs:comment xml:lang="en">This is not simply the collection of things which have &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CourseOfStudy&quot; class=&quot;cyc_term&quot;&gt;CourseOfStudy&lt;/a&gt; as a genls.  This is the collection of courses of particular topics that can be given many times.  So, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GoingToUniversity&quot; class=&quot;cyc_term&quot;&gt;GoingToUniversity&lt;/a&gt; is not a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CourseOfStudyType&quot; class=&quot;cyc_term&quot;&gt;CourseOfStudyType&lt;/a&gt;, but Math101AtUT is.</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:about="SpecifiedPlay_MusicalPerformanceType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:label xml:lang="en">specified play musical type</rdfs:label>
    <cycAnnot:label xml:lang="en">SpecifiedPlay-MusicalPerformanceType</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of collections, each element of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SpecifiedPlay_MusicalPerformanceType&quot; class=&quot;cyc_term&quot;&gt;SpecifiedPlay_MusicalPerformanceType&lt;/a&gt; is a collection of performances of a musical/dramatic work. For example, performances of &apos;West Side Story&apos; constitute a collection which is an element of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SpecifiedPlay_MusicalPerformanceType&quot; class=&quot;cyc_term&quot;&gt;SpecifiedPlay_MusicalPerformanceType&lt;/a&gt;.</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:about="FlightTypeByScheduledStopNumber">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FirstOrderCollection&quot; class=&quot;cyc_term&quot;&gt;FirstOrderCollection&lt;/a&gt;.  Each instance
of this collection is a collection of airline flights classified
according to the number, if any, stops the flight is scheduled to make.
See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DirectFlight&quot; class=&quot;cyc_term&quot;&gt;DirectFlight&lt;/a&gt;, &lt;font color=&quot;#ff0000&quot;&gt;#$ConnectionFlight&lt;/font&gt;, and &lt;font color=&quot;#ff0000&quot;&gt;#$FlightConnectionFn&lt;/font&gt;
for additional vocabulary.</rdfs:comment>
    <rdfs:label xml:lang="en">flight type by connection</rdfs:label>
    <cycAnnot:label xml:lang="en">FlightTypeByScheduledStopNumber</cycAnnot:label>
  </owl:Class>

  <owl:Class rdf:about="ExclusiveTreatmentType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:comment xml:lang="en">The collection of types of MedicalCareEvents which people will not usually perform more than one instance of at a time.  For example, AntihistimineTherapy would be an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ExclusiveTreatmentType&quot; class=&quot;cyc_term&quot;&gt;ExclusiveTreatmentType&lt;/a&gt;, so a patient will not take both ChlorTrimeton and Dimetapp within the same hour, because the scripts would overlap.  The patient might choose to take a cough suppressant at the same time, though, because that would not be exclusive with antihistamines.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ExclusiveTreatmentType</cycAnnot:label>
    <rdfs:label xml:lang="en">exclusive treatment</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="ElectionTypeByPolityType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:label xml:lang="en">election type by polity type</rdfs:label>
    <rdfs:comment xml:lang="en">A type-level faceting collection (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FacetingCollectionType&quot; class=&quot;cyc_term&quot;&gt;FacetingCollectionType&lt;/a&gt;) that facets &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Election&quot; class=&quot;cyc_term&quot;&gt;Election&lt;/a&gt;s by the scope of the organization (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Country&quot; class=&quot;cyc_term&quot;&gt;Country&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/State_Geopolitical&quot; class=&quot;cyc_term&quot;&gt;State_Geopolitical&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Municipality&quot; class=&quot;cyc_term&quot;&gt;Municipality&lt;/a&gt;...) holding the election.  Important instances include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/NationalElection&quot; class=&quot;cyc_term&quot;&gt;NationalElection&lt;/a&gt;, where the polity holding the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Election&quot; class=&quot;cyc_term&quot;&gt;Election&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Country&quot; class=&quot;cyc_term&quot;&gt;Country&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/StateElection&quot; class=&quot;cyc_term&quot;&gt;StateElection&lt;/a&gt;, where the polity holding the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Election&quot; class=&quot;cyc_term&quot;&gt;Election&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/State_Geopolitical&quot; class=&quot;cyc_term&quot;&gt;State_Geopolitical&lt;/a&gt;, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LocalElection&quot; class=&quot;cyc_term&quot;&gt;LocalElection&lt;/a&gt;, where the polity holding the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Election&quot; class=&quot;cyc_term&quot;&gt;Election&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Municipality&quot; class=&quot;cyc_term&quot;&gt;Municipality&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ElectionTypeByPolityType</cycAnnot:label>
  </owl:Class>

  <owl:Class rdf:about="ClimateCycleType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <cycAnnot:label xml:lang="en">ClimateCycleType</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of collections.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ClimateCycleType&quot; class=&quot;cyc_term&quot;&gt;ClimateCycleType&lt;/a&gt; is a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AnnualClimateCycle&quot; class=&quot;cyc_term&quot;&gt;AnnualClimateCycle&lt;/a&gt; (q.v.), and thus is a collection of extended weather events of a certain type.  Instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ClimateCycleType&quot; class=&quot;cyc_term&quot;&gt;ClimateCycleType&lt;/a&gt; include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemperateClimateCycle&quot; class=&quot;cyc_term&quot;&gt;TemperateClimateCycle&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SteppeClimateCycle&quot; class=&quot;cyc_term&quot;&gt;SteppeClimateCycle&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">type of climate cycle</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="SportsCategoryType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:comment xml:lang="en">The Collection whose instances are sports catagories. This is a narrower concept than SportsEventType. A SportsCategoryType is a collection of sports events that all involve the same types of activities are and intrinsically similar. Thus Run-800Meter is too narrow to be a SportsCategoryType, QuickBurstSport is too broad, and TrackSportsEvent is just right.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SportsCategoryType</cycAnnot:label>
    <rdfs:label xml:lang="en">type of sport</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="COAStage">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:comment xml:lang="en">The collection of salient COA stages. A COA stage is a type of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/StaticSituation&quot; class=&quot;cyc_term&quot;&gt;StaticSituation&lt;/a&gt; representing the circumstances holding at some fixed
point in time in the development of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CourseOfAction&quot; class=&quot;cyc_term&quot;&gt;CourseOfAction&lt;/a&gt;. Instances of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/COAStage&quot; class=&quot;cyc_term&quot;&gt;COAStage&lt;/a&gt; bear to COAs, i.e., instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CourseOfAction&quot; class=&quot;cyc_term&quot;&gt;CourseOfAction&lt;/a&gt;, roughly the
same relation that scenes bear to a particular &lt;font color=&quot;#ff0000&quot;&gt;#$ScriptedEventType&lt;/font&gt;
(q.v.): this relation is expressed by &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/subSituationTypes&quot; class=&quot;cyc_term&quot;&gt;subSituationTypes&lt;/a&gt;. Think of a COA
stage as a `photograph&apos; of the COA at a certain time. Note that we don&apos;t
impose any specific requirement on the `&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/COAStage&quot; class=&quot;cyc_term&quot;&gt;COAStage&lt;/a&gt; structure&apos; of a COA:
no assumption is made as to whether &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/COAStage&quot; class=&quot;cyc_term&quot;&gt;COAStage&lt;/a&gt;s are continuous or
discrete, or any such. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/COAStage&quot; class=&quot;cyc_term&quot;&gt;COAStage&lt;/a&gt;s are reified for representational
convenience. There are only two standard &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/COAStage&quot; class=&quot;cyc_term&quot;&gt;COAStage&lt;/a&gt;s that can be
identified for any given COA, corresponding to the initial and final
conditions (cf. &lt;font color=&quot;#ff0000&quot;&gt;#$InitialStageOfCOAFn&lt;/font&gt; and &lt;font color=&quot;#ff0000&quot;&gt;#$EndStageOfCOAFn&lt;/font&gt;).</rdfs:comment>
    <rdfs:label xml:lang="en">phase of a COA</rdfs:label>
    <cycAnnot:label xml:lang="en">COAStage</cycAnnot:label>
  </owl:Class>

  <owl:Class rdf:about="AssignedOperationType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:label xml:lang="en">type of operation</rdfs:label>
    <rdfs:comment xml:lang="en">Instances of this collection are the operations which are planned (cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CourseOfAction&quot; class=&quot;cyc_term&quot;&gt;CourseOfAction&lt;/a&gt; and &lt;font color=&quot;#ff0000&quot;&gt;#$operationOfCOA&lt;/font&gt;) in some planning context.</rdfs:comment>
    <cycAnnot:label xml:lang="en">AssignedOperationType</cycAnnot:label>
  </owl:Class>

  <owl:Class rdf:about="InfectiousDiseaseEpidemicTypeByTransmissionType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:comment xml:lang="en">A collection of collections. Each instance is a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InfectiousDiseaseEpidemic&quot; class=&quot;cyc_term&quot;&gt;InfectiousDiseaseEpidemic&lt;/a&gt;. All &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InfectiousDiseaseEpidemic&quot; class=&quot;cyc_term&quot;&gt;InfectiousDiseaseEpidemic&lt;/a&gt;s that are instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InfectiousDiseaseEpidemicTypeByTransmissionType&quot; class=&quot;cyc_term&quot;&gt;InfectiousDiseaseEpidemicTypeByTransmissionType&lt;/a&gt; are caused, in part, by the same type of transmission route. This collection is neither a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SiblingDisjointCollectionType&quot; class=&quot;cyc_term&quot;&gt;SiblingDisjointCollectionType&lt;/a&gt; nor a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DisjointCollectionType&quot; class=&quot;cyc_term&quot;&gt;DisjointCollectionType&lt;/a&gt; because some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InfectiousDiseaseEpidemic&quot; class=&quot;cyc_term&quot;&gt;InfectiousDiseaseEpidemic&lt;/a&gt;s have multiple means of infection transmission.</rdfs:comment>
    <cycAnnot:label xml:lang="en">InfectiousDiseaseEpidemicTypeByTransmissionType</cycAnnot:label>
    <rdfs:label xml:lang="en">type of infectious disease epidemic</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="ProfessionalCarRaceEventType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <cycAnnot:label xml:lang="en">ProfessionalCarRaceEventType</cycAnnot:label>
    <rdfs:label xml:lang="en">professional car race event type</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="BPVEventType">
    <rdfs:subClassOf rdf:resource="TemporalObjectType"/>
    <rdfs:label xml:lang="en">bpv event type</rdfs:label>
    <cycAnnot:label xml:lang="en">BPVEventType</cycAnnot:label>
  </owl:Class>

  <TemporalObjectType rdf:about="Making_the_SCUD_C_ballistic_missile">
    <cycAnnot:label xml:lang="en">(MakingFn BallisticMissile-SCUDC)</cycAnnot:label>
    <rdfs:label xml:lang="en">making the SCUD C ballistic missile</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicEquestrianJumping_Individual">
    <cycAnnot:label xml:lang="en">OlympicEquestrianJumping-Individual</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Equestrian Jumping Individual</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RespondingToAQuestion">
    <rdfs:label xml:lang="en">responding to a question</rdfs:label>
    <cycAnnot:label xml:lang="en">RespondingToAQuestion</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all events in which an agent responds to a question that has been posed (typically to that agent).  Unlike its specialization, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ReplyingToAQuestion&quot; class=&quot;cyc_term&quot;&gt;ReplyingToAQuestion&lt;/a&gt;, instances of this collection need not answer (or attempt to answer) the question posed.  For example, one might respond to a question with a question (e.g., &amp;quot;why do you ask that?&amp;quot;) or respond by initiating an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ClarificationDialogue&quot; class=&quot;cyc_term&quot;&gt;ClarificationDialogue&lt;/a&gt; (e.g., &amp;quot;I&apos;m not sure what you mean by ...&amp;quot;).</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Digging_VehiclePosition">
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Digging_VehiclePosition&quot; class=&quot;cyc_term&quot;&gt;Digging_VehiclePosition&lt;/a&gt; is an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryEventType_Fundamental&quot; class=&quot;cyc_term&quot;&gt;MilitaryEventType_Fundamental&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryEvent&quot; class=&quot;cyc_term&quot;&gt;MilitaryEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DiggingAHole&quot; class=&quot;cyc_term&quot;&gt;DiggingAHole&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Digging_VehiclePosition&quot; class=&quot;cyc_term&quot;&gt;Digging_VehiclePosition&lt;/a&gt; involves a military unit digging a trench or embankment around a vehicle, either to protect or hide it from the enemy.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Digging-VehiclePosition</cycAnnot:label>
    <rdfs:label xml:lang="en">digging a trench or embankment around a vehicle</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Walk_50KMeter">
    <rdfs:comment xml:lang="en">A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WalkingSportsEvent&quot; class=&quot;cyc_term&quot;&gt;WalkingSportsEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EnduranceEvent&quot; class=&quot;cyc_term&quot;&gt;EnduranceEvent&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Walk-50KMeter</cycAnnot:label>
    <rdfs:label xml:lang="en">walk 50 k meter</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DeliveringSomeoneSomething">
    <cycAnnot:label xml:lang="en">DeliveringSomeoneSomething</cycAnnot:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeliveryServiceEvent&quot; class=&quot;cyc_term&quot;&gt;DeliveryServiceEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransportationEvent&quot; class=&quot;cyc_term&quot;&gt;TransportationEvent&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeliveringSomeoneSomething&quot; class=&quot;cyc_term&quot;&gt;DeliveringSomeoneSomething&lt;/a&gt; is an event in which one agent brings some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;PartiallyTangible&lt;/a&gt; thing to another agent as a service.  The object delivered must be transported over a significant distance; thus we do not consider (e.g.) a waiter bringing food to a diner&apos;s table to be an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeliveringSomeoneSomething&quot; class=&quot;cyc_term&quot;&gt;DeliveringSomeoneSomething&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">delivering</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EstablishingRelations">
    <rdfs:comment xml:lang="en">A collection of events.
Each element of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EstablishingRelations&quot; class=&quot;cyc_term&quot;&gt;EstablishingRelations&lt;/a&gt; is an event in which two 
instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IndependentCountry&quot; class=&quot;cyc_term&quot;&gt;IndependentCountry&lt;/a&gt; formally or informally establish some
kind of diplomatic relationship. (Note that diplomatic recognition can 
also be extended to certain types of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PoliticalOrganization&quot; class=&quot;cyc_term&quot;&gt;PoliticalOrganization&lt;/a&gt;, see below).
This collection includes both formal announcements of recognition
and acts via which two countries 
establish such relationships de facto (e.g., by beginning to engage in 
officially-sanctioned trade).  In certain cases, diplomatic recognition 
can be extended to &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PoliticalOrganization&quot; class=&quot;cyc_term&quot;&gt;PoliticalOrganization&lt;/a&gt;s which claim to speak on behalf
of a people desiring autonomy, e.g., the &lt;font color=&quot;#ff0000&quot;&gt;#$PalestineLiberationOrganization&lt;/font&gt;.  See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EndingRelations&quot; class=&quot;cyc_term&quot;&gt;EndingRelations&lt;/a&gt;, and the attributes &lt;font color=&quot;#ff0000&quot;&gt;#$FullDiplomaticRecognition&lt;/font&gt; and &lt;font color=&quot;#ff0000&quot;&gt;#$TradeRelations&lt;/font&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">establishing international relations</rdfs:label>
    <cycAnnot:label xml:lang="en">EstablishingRelations</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_sauces">
    <rdfs:comment xml:lang="en">The collection of all events in which somebody makes some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sauce&quot; class=&quot;cyc_term&quot;&gt;Sauce&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">making sauces</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn Sauce)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ComputerProcess_SingleComputer">
    <cycAnnot:label xml:lang="en">ComputerProcess-SingleComputer</cycAnnot:label>
    <rdfs:comment xml:lang="en">The subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerProcess_Generic&quot; class=&quot;cyc_term&quot;&gt;ComputerProcess_Generic&lt;/a&gt; whose instances meet
   the criteria of the word &apos;process&apos; as used in standard computer parlance, i.e.
   each runs on a single computer.
   An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerProcess_SingleComputer&quot; class=&quot;cyc_term&quot;&gt;ComputerProcess_SingleComputer&lt;/a&gt; may have multiple threads,
   but all its threads must execute on the same computer as the process,
   though not necessarily the same CPU.
   An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerProcess_SingleComputer&quot; class=&quot;cyc_term&quot;&gt;ComputerProcess_SingleComputer&lt;/a&gt;
   may be suspended or temporarily swapped out, so it is not necessary that it be
   continuously running throughout its existence.  However, if the process saves 
   out its state, is killed, and the state is reloaded, there will then be a
   different instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerProcess_SingleComputer&quot; class=&quot;cyc_term&quot;&gt;ComputerProcess_SingleComputer&lt;/a&gt; running on the computer.
   This is meant to agree with the sense of process used when one speaks, for 
   example, of a &apos;Unix process&apos;.</rdfs:comment>
    <rdfs:label xml:lang="en">computer process single computer</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FlyweightWeightliftingSportsEvent">
    <rdfs:label xml:lang="en">flyweight weightlifting sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">FlyweightWeightliftingSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">A weight class of WeightliftingSportsEvent</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_EpeeFencingSportsEvent">
    <cycAnnot:label xml:lang="en">PlayingOf-EpeeFencingSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">epee fencing competition</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CombatSportsEvent">
    <rdfs:label xml:lang="en">combat sport</rdfs:label>
    <cycAnnot:label xml:lang="en">CombatSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">Sports which involve constrained physical combat: boxing, judo, wrestling, karate, fencing.  Protective gear is often worn.  A veneer of scoring is added, but these are basically attempts for one individual to subdue another within a set of rules.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Prostatectomy_284">
    <rdfs:label xml:lang="en">prostatectomy</rdfs:label>
    <cycAnnot:label xml:lang="en">(RemovalFn Prostate)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TitleDispute">
    <rdfs:label xml:lang="en">title dispute</rdfs:label>
    <cycAnnot:label xml:lang="en">TitleDispute</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of both &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ContractualDispute&quot; class=&quot;cyc_term&quot;&gt;ContractualDispute&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DisputeOverOwnershipRights&quot; class=&quot;cyc_term&quot;&gt;DisputeOverOwnershipRights&lt;/a&gt;.  In an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TitleDispute&quot; class=&quot;cyc_term&quot;&gt;TitleDispute&lt;/a&gt;, the parties who are the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/opponentsInConflict&quot; class=&quot;cyc_term&quot;&gt;opponentsInConflict&lt;/a&gt; interpret a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TitleAgreement&quot; class=&quot;cyc_term&quot;&gt;TitleAgreement&lt;/a&gt; differently, where the difference in interpretation entails an impact on the ownership rights of both parties in a way that benefits at most one side of the dispute.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="StockTrading">
    <rdfs:label xml:lang="en">stock trading</rdfs:label>
    <cycAnnot:label xml:lang="en">StockTrading</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Investing&quot; class=&quot;cyc_term&quot;&gt;Investing&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FinancialInstrumentTrading&quot; class=&quot;cyc_term&quot;&gt;FinancialInstrumentTrading&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/StockTrading&quot; class=&quot;cyc_term&quot;&gt;StockTrading&lt;/a&gt; is an event in which someone buys or sells &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Stock&quot; class=&quot;cyc_term&quot;&gt;Stock&lt;/a&gt;s.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensCycling_4000MeterIndividual">
    <rdfs:label xml:lang="en">Olympic Womens Cycling - 4000 Meter Individual</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicWomensCycling-4000MeterIndividual</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Complaining">
    <rdfs:comment xml:lang="en">A collection of events; a subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Objecting_CommunicationAct&quot; class=&quot;cyc_term&quot;&gt;Objecting_CommunicationAct&lt;/a&gt;. In each &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Complaining&quot; class=&quot;cyc_term&quot;&gt;Complaining&lt;/a&gt;, someone expresses complaints, discontent, displeasure, or unhappiness.</rdfs:comment>
    <rdfs:label xml:lang="en">complaint</rdfs:label>
    <cycAnnot:label xml:lang="en">Complaining</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BasketballTournament">
    <cycAnnot:label xml:lang="en">BasketballTournament</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all basketball tournaments. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Tournament&quot; class=&quot;cyc_term&quot;&gt;Tournament&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsFormalCompetition&quot; class=&quot;cyc_term&quot;&gt;SportsFormalCompetition&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TeamSportsCompetition&quot; class=&quot;cyc_term&quot;&gt;TeamSportsCompetition&lt;/a&gt;, and group of basketball games.</rdfs:comment>
    <rdfs:label xml:lang="en">basketball tournament</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensTwoManBobsled">
    <rdfs:label xml:lang="en">Olympic Men&apos;s Two Man Bobsled competition</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensTwoManBobsled</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Computer_repair">
    <rdfs:label xml:lang="en">computer repair</rdfs:label>
    <cycAnnot:label xml:lang="en">(RepairingFn Computer)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KidnappingSomebodySubEventsMurderDeviceUsedHandGrenade">
    <cycAnnot:label xml:lang="en">KidnappingSomebodySubEventsMurderDeviceUsedHandGrenade</cycAnnot:label>
    <rdfs:label xml:lang="en">kidnapping somebody sub events murder device used hand grenade</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ComputerPrintingHardcopy">
    <rdfs:label xml:lang="en">computer printing event</rdfs:label>
    <cycAnnot:label xml:lang="en">ComputerPrintingHardcopy</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all computer printing events. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ProducingHardcopy&quot; class=&quot;cyc_term&quot;&gt;ProducingHardcopy&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IBTRecoding&quot; class=&quot;cyc_term&quot;&gt;IBTRecoding&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Smuggling_nuclear_material">
    <cycAnnot:label xml:lang="en">(SmugglingFn NuclearRelatedMaterial)</cycAnnot:label>
    <rdfs:label xml:lang="en">smuggling nuclear material</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TakingABribe">
    <cycAnnot:label xml:lang="en">TakingABribe</cycAnnot:label>
    <rdfs:label xml:lang="en">taking a bribe</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PayingATollForPassage">
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Paying&quot; class=&quot;cyc_term&quot;&gt;Paying&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PayingATollForPassage&quot; class=&quot;cyc_term&quot;&gt;PayingATollForPassage&lt;/a&gt; is an event in which an agent pays a standard fee to cross a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Bridge&quot; class=&quot;cyc_term&quot;&gt;Bridge&lt;/a&gt; or travel along a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TollRoad&quot; class=&quot;cyc_term&quot;&gt;TollRoad&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">paying a toll</rdfs:label>
    <cycAnnot:label xml:lang="en">PayingATollForPassage</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SportsPenalizing">
    <rdfs:label xml:lang="en">sports penalty</rdfs:label>
    <cycAnnot:label xml:lang="en">SportsPenalizing</cycAnnot:label>
    <rdfs:comment xml:lang="en">An action taken by a sports official to reprimand a competitor or player for a sports infraction.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NationalDay_Oman">
    <rdfs:label xml:lang="en">Oman&apos;s National day</rdfs:label>
    <cycAnnot:label xml:lang="en">NationalDay-Oman</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ProvidingPoliticalSupport">
    <cycAnnot:label xml:lang="en">ProvidingPoliticalSupport</cycAnnot:label>
    <rdfs:label xml:lang="en">providing political support</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events where one agent provides some level of political aid to another agent.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AtrialExcisionOfTumor_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">AtrialExcisionOfTumor-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">atrial tumor excision</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicBoxing_LightFlyweight">
    <rdfs:label xml:lang="en">Olympic Boxing Light Flyweight</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicBoxing-LightFlyweight</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="StaffMeeting">
    <cycAnnot:label xml:lang="en">StaffMeeting</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all staff meets. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BusinessMeeting&quot; class=&quot;cyc_term&quot;&gt;BusinessMeeting&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">staff meet</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Removal_of_hair">
    <rdfs:label xml:lang="en">removal of hair</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all removal of hair. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RemovalSurgery&quot; class=&quot;cyc_term&quot;&gt;RemovalSurgery&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">(RemovalFn Hair-Strand)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ElectronicIntelligenceAttack_Military">
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ElectronicIntelligenceAttack_Military&quot; class=&quot;cyc_term&quot;&gt;ElectronicIntelligenceAttack_Military&lt;/a&gt; is a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ElectronicIntelligenceAttack_Agent&quot; class=&quot;cyc_term&quot;&gt;ElectronicIntelligenceAttack_Agent&lt;/a&gt;.  It is the collection of all electronic attacks perpetrated on instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputationalSystem&quot; class=&quot;cyc_term&quot;&gt;ComputationalSystem&lt;/a&gt; by a military agent.</rdfs:comment>
    <rdfs:label xml:lang="en">electronic intelligence attack military</rdfs:label>
    <cycAnnot:label xml:lang="en">ElectronicIntelligenceAttack-Military</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AutomatedReasoningConference">
    <rdfs:comment xml:lang="en">Conference whose main topic is Automated Reasoning.</rdfs:comment>
    <cycAnnot:label xml:lang="en">AutomatedReasoningConference</cycAnnot:label>
    <rdfs:label xml:lang="en">automated reasoning conference</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AnimalMigration">
    <rdfs:comment xml:lang="en">The collection of regular, species-linked movements of an animal or group of animals from one place to another, usually with a return to the starting point after a certain period of time.  In some species, the migration cycle occurs once in a lifetime, while others migrate annually on a seasonal basis.   Migration is typically linked with an animal&apos;s reproductive cycle (as in salmon), but may also involve seasonal relocation to a more hospitable climate and/or more plentiful food supply. For example, many birds exhibit seasonal migration; e.g., native Northeastern U.S. birds that spend their winters in the Southern U.S.</rdfs:comment>
    <cycAnnot:label xml:lang="en">AnimalMigration</cycAnnot:label>
    <rdfs:label xml:lang="en">migration</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PayingABill">
    <rdfs:label xml:lang="en">paying a bill</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of events; a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Paying&quot; class=&quot;cyc_term&quot;&gt;Paying&lt;/a&gt;.  Every instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PayingABill&quot; class=&quot;cyc_term&quot;&gt;PayingABill&lt;/a&gt; is a particular paying event in which someone pays a bill such as a utility bill, phone bill, credit card bill, etc.</rdfs:comment>
    <cycAnnot:label xml:lang="en">PayingABill</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="QualitativeTimeOfDay">
    <cycAnnot:label xml:lang="en">QualitativeTimeOfDay</cycAnnot:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RegularlyRepeatedEventType&quot; class=&quot;cyc_term&quot;&gt;RegularlyRepeatedEventType&lt;/a&gt;. Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/QualitativeTimeOfDay&quot; class=&quot;cyc_term&quot;&gt;QualitativeTimeOfDay&lt;/a&gt; is a celestial event such as a dawn (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Dawn&quot; class=&quot;cyc_term&quot;&gt;Dawn&lt;/a&gt;), a morning (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Morning&quot; class=&quot;cyc_term&quot;&gt;Morning&lt;/a&gt;), an evening (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Evening&quot; class=&quot;cyc_term&quot;&gt;Evening&lt;/a&gt;), etc.  On &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PlanetEarth&quot; class=&quot;cyc_term&quot;&gt;PlanetEarth&lt;/a&gt;, qualitative times of day are synchronized with the rotation of the earth about its axis, but the absolute timing of qualitative times of day depends upon such factors as the season and the observer&apos;s location on the planet&apos;s surface.</rdfs:comment>
    <rdfs:label xml:lang="en">time of day</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Coprophagia">
    <rdfs:comment xml:lang="en">Elements of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Coprophagia&quot; class=&quot;cyc_term&quot;&gt;Coprophagia&lt;/a&gt; are instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Coprophilia&quot; class=&quot;cyc_term&quot;&gt;Coprophilia&lt;/a&gt; in which somebody  ingests &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Feces&quot; class=&quot;cyc_term&quot;&gt;Feces&lt;/a&gt; with the intent of bringing about his/her own &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SexualArousal&quot; class=&quot;cyc_term&quot;&gt;SexualArousal&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Coprophagia</cycAnnot:label>
    <rdfs:label xml:lang="en">coprophagia</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ControlBleeding_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">ControlBleeding-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">surgery to control bleeding</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_Scrabble">
    <rdfs:label xml:lang="en">game of Scrabble</rdfs:label>
    <cycAnnot:label xml:lang="en">(GameFn Scrabble)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MilitaryEscortOperation">
    <rdfs:comment xml:lang="en">A collection of events in which military personnel accompany someone or something for security purposes; a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryOperation&quot; class=&quot;cyc_term&quot;&gt;MilitaryOperation&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MilitaryEscortOperation</cycAnnot:label>
    <rdfs:label xml:lang="en">military escort operation</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_life_insurance">
    <cycAnnot:label xml:lang="en">(BuyingFn LifeInsurance)</cycAnnot:label>
    <rdfs:label xml:lang="en">buying life insurance</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensHeavyweightFSWrestling">
    <cycAnnot:label xml:lang="en">OlympicMensHeavyweightFSWrestling</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens Heavyweight FS Wrestling</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Piracy_AtSea">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HostileSeizure&quot; class=&quot;cyc_term&quot;&gt;HostileSeizure&lt;/a&gt;.  Each instance of this collection is a particular act of piracy.  All such acts occur on water and most involve theft of goods and many involve the hijacking of a boat or ship.</rdfs:comment>
    <rdfs:label xml:lang="en">piracy</rdfs:label>
    <cycAnnot:label xml:lang="en">Piracy-AtSea</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TenderOffer">
    <cycAnnot:label xml:lang="en">TenderOffer</cycAnnot:label>
    <rdfs:comment xml:lang="en">An offer by a company to buyback its shares (cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ShareBuyback&quot; class=&quot;cyc_term&quot;&gt;ShareBuyback&lt;/a&gt;).</rdfs:comment>
    <rdfs:label xml:lang="en">tender offer</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Knowing">
    <cycAnnot:label xml:lang="en">(HavingPropositionalAttitudeFn knows)</cycAnnot:label>
    <rdfs:label xml:lang="en">knowing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CombustionReaction">
    <rdfs:comment xml:lang="en">A specialization of both &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChemicalReaction&quot; class=&quot;cyc_term&quot;&gt;ChemicalReaction&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CombustionProcess&quot; class=&quot;cyc_term&quot;&gt;CombustionProcess&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CombustionReaction&quot; class=&quot;cyc_term&quot;&gt;CombustionReaction&lt;/a&gt; is a rapid chemical reaction that produces a flame.  Many combustion reactions involve oxygen from the air as a reactant.</rdfs:comment>
    <cycAnnot:label xml:lang="en">CombustionReaction</cycAnnot:label>
    <rdfs:label xml:lang="en">combustion reaction</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PhysicalCheckUp">
    <cycAnnot:label xml:lang="en">PhysicalCheckUp</cycAnnot:label>
    <rdfs:comment xml:lang="en">The regular exam that doctors perform on their patients, as a matter of routine health care, rather than as a focus on a particular ailment.</rdfs:comment>
    <rdfs:label xml:lang="en">physical checkup</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensDownhillSkiing">
    <cycAnnot:label xml:lang="en">OlympicWomensDownhillSkiing</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Womens Downhill Skiing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CleaningAnObject">
    <rdfs:comment xml:lang="en">A collection of events.   Each &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CleaningAnObject&quot; class=&quot;cyc_term&quot;&gt;CleaningAnObject&lt;/a&gt; event is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cleaning&quot; class=&quot;cyc_term&quot;&gt;Cleaning&lt;/a&gt; event in which some particular object is cleaned.</rdfs:comment>
    <rdfs:label xml:lang="en">cleaning an object</rdfs:label>
    <cycAnnot:label xml:lang="en">CleaningAnObject</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ProgramSelfReplication">
    <cycAnnot:label xml:lang="en">ProgramSelfReplication</cycAnnot:label>
    <rdfs:label xml:lang="en">program self-replication</rdfs:label>
    <rdfs:comment xml:lang="en">This is the collection of all events of programs replicating themselves.  It 
	includes the propagation of instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerWorm&quot; class=&quot;cyc_term&quot;&gt;ComputerWorm&lt;/a&gt; and
	&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerVirus&quot; class=&quot;cyc_term&quot;&gt;ComputerVirus&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Brake_repair">
    <rdfs:label xml:lang="en">brake repair</rdfs:label>
    <cycAnnot:label xml:lang="en">(RepairingFn VehicleBrakeSystem)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PromotingSomeone">
    <rdfs:label xml:lang="en">promotion</rdfs:label>
    <cycAnnot:label xml:lang="en">PromotingSomeone</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MakingAnAgreement&quot; class=&quot;cyc_term&quot;&gt;MakingAnAgreement&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PromotingSomeone&quot; class=&quot;cyc_term&quot;&gt;PromotingSomeone&lt;/a&gt; is an event in which someone is reassigned to a higher position within a company or other organization, so that s/he has more authority or responsibility and, with it, typically greater prestige and higher pay.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Sunrise">
    <rdfs:label xml:lang="en">sunrise</rdfs:label>
    <cycAnnot:label xml:lang="en">Sunrise</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/QualitativeTimeOfDay&quot; class=&quot;cyc_term&quot;&gt;QualitativeTimeOfDay&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sunrise&quot; class=&quot;cyc_term&quot;&gt;Sunrise&lt;/a&gt; is an event during which, at a given location, the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sun&quot; class=&quot;cyc_term&quot;&gt;Sun&lt;/a&gt; appears to clear the horizon as it &amp;quot;rises&amp;quot;.  An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sunrise&quot; class=&quot;cyc_term&quot;&gt;Sunrise&lt;/a&gt; occurs at a given place even if the visibility of the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sun&quot; class=&quot;cyc_term&quot;&gt;Sun&lt;/a&gt; is impaired due to obscuring objects such as clouds.  Every instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sunrise&quot; class=&quot;cyc_term&quot;&gt;Sunrise&lt;/a&gt; immediately follows (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/contiguousAfter&quot; class=&quot;cyc_term&quot;&gt;contiguousAfter&lt;/a&gt;) some instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Dawn&quot; class=&quot;cyc_term&quot;&gt;Dawn&lt;/a&gt; (q.v.), and every instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DaytimeHours&quot; class=&quot;cyc_term&quot;&gt;DaytimeHours&lt;/a&gt; (q.v.) is started by (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/temporallyStartedBy&quot; class=&quot;cyc_term&quot;&gt;temporallyStartedBy&lt;/a&gt;) an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sunrise&quot; class=&quot;cyc_term&quot;&gt;Sunrise&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Counterattack_MilitaryOperation">
    <rdfs:label xml:lang="en">counterattack</rdfs:label>
    <cycAnnot:label xml:lang="en">Counterattack-MilitaryOperation</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryOffensiveOperation&quot; class=&quot;cyc_term&quot;&gt;MilitaryOffensiveOperation&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryAttack&quot; class=&quot;cyc_term&quot;&gt;MilitaryAttack&lt;/a&gt; which are conducted in response to an attack initiated by an enemy force.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_thiodiglycol">
    <rdfs:label xml:lang="en">gaining control of thiodiglycol</rdfs:label>
    <cycAnnot:label xml:lang="en">(GainingControlOfFn Thiodiglycol)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Terminal_inhalational_anthrax">
    <cycAnnot:label xml:lang="en">(TerminalFn InhalationalAnthrax)</cycAnnot:label>
    <rdfs:label xml:lang="en">terminal inhalational anthrax</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CallingAnElevator">
    <cycAnnot:label xml:lang="en">CallingAnElevator</cycAnnot:label>
    <rdfs:label xml:lang="en">calling an elevator</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SeasonOfYear">
    <rdfs:label xml:lang="en">season</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PhysicalEvent&quot; class=&quot;cyc_term&quot;&gt;PhysicalEvent&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SeasonOfYear&quot; class=&quot;cyc_term&quot;&gt;SeasonOfYear&lt;/a&gt; is an event characterized by specific meteorological or climatic conditions that occurs during an annual climate cycle (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AnnualClimateCycle&quot; class=&quot;cyc_term&quot;&gt;AnnualClimateCycle&lt;/a&gt;).  Notable specializations are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WinterSeason&quot; class=&quot;cyc_term&quot;&gt;WinterSeason&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SpringSeason&quot; class=&quot;cyc_term&quot;&gt;SpringSeason&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SummerSeason&quot; class=&quot;cyc_term&quot;&gt;SummerSeason&lt;/a&gt;, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FallSeason&quot; class=&quot;cyc_term&quot;&gt;FallSeason&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SeasonOfYear</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Envelopment_MilitaryManeuver">
    <rdfs:label xml:lang="en">envelopment military maneuver</rdfs:label>
    <rdfs:comment xml:lang="en">In an envelopment, the main attack focuses on seizing an objective in the enemy rear that cuts his escape routes and subjects him to destruction in his current positions. In an envelopment operation, the commander seeks to strike an assailable flank. It avoids the enemy&apos;s strength - his front - where the effects of his fires and obstacles are the greatest. FM100-40, p3-18.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Envelopment-MilitaryManeuver</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Contracting_security_procedure_services">
    <rdfs:label xml:lang="en">contracting security procedure services</rdfs:label>
    <cycAnnot:label xml:lang="en">(ContractingFn SecurityProcedure)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AttackByComputerOperation_EMailBomb">
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackByComputerOperation_EMailBomb&quot; class=&quot;cyc_term&quot;&gt;AttackByComputerOperation_EMailBomb&lt;/a&gt; is a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackByComputerOperation_DenialOfService&quot; class=&quot;cyc_term&quot;&gt;AttackByComputerOperation_DenialOfService&lt;/a&gt;.  In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackByComputerOperation_EMailBomb&quot; class=&quot;cyc_term&quot;&gt;AttackByComputerOperation_EMailBomb&lt;/a&gt;, a great
	deal of e-mail is sent to a target, usually jamming the target&apos;s incoming e-mail 
	box.</rdfs:comment>
    <rdfs:label xml:lang="en">email bomb attack</rdfs:label>
    <cycAnnot:label xml:lang="en">AttackByComputerOperation-EMailBomb</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_tick_tack_toe">
    <rdfs:label xml:lang="en">playing tick-tack-toe</rdfs:label>
    <cycAnnot:label xml:lang="en">(PlayingFn TicTacToe)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensRun_1500Meter">
    <rdfs:label xml:lang="en">Olympic Mens Run 1500 Meter</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensRun-1500Meter</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensRun_200Meter">
    <cycAnnot:label xml:lang="en">OlympicWomensRun-200Meter</cycAnnot:label>
    <rdfs:label xml:lang="en">womens&apos; Olympic 200 meter run</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FormattingADisk">
    <rdfs:comment xml:lang="en">A collection of actions performed by computers. In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FormattingADisk&quot; class=&quot;cyc_term&quot;&gt;FormattingADisk&lt;/a&gt;, a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Computer&quot; class=&quot;cyc_term&quot;&gt;Computer&lt;/a&gt; prepares an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerDisk&quot; class=&quot;cyc_term&quot;&gt;ComputerDisk&lt;/a&gt; to have data written to it under a particular file system. After the event, the disk will be recognized by computers that use the file system for which the disk was formatted as a readable, blank disk.</rdfs:comment>
    <cycAnnot:label xml:lang="en">FormattingADisk</cycAnnot:label>
    <rdfs:label xml:lang="en">format</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HangingClothes">
    <rdfs:comment xml:lang="en">Hanging clothes, typically using a hanger, a clothespin, or a coat-hook.</rdfs:comment>
    <rdfs:label xml:lang="en">hanging up clothes</rdfs:label>
    <cycAnnot:label xml:lang="en">HangingClothes</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AssertingASentenceToACycKB">
    <rdfs:label xml:lang="en">asserting A sentence to A cyc KB</rdfs:label>
    <cycAnnot:label xml:lang="en">AssertingASentenceToACycKB</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Offering_CommunicationActSubEventsSmugglingNuclearMaterial">
    <cycAnnot:label xml:lang="en">Offering-CommunicationActSubEventsSmugglingNuclearMaterial</cycAnnot:label>
    <rdfs:label xml:lang="en">offering communication act sub events smuggling nuclear material</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RorschachTest">
    <rdfs:comment xml:lang="en">The collection of RorschachTests include the personality and intelligence tests in which a subject interprets inkblot designs. The interpretations are taken to be indicators of the emotional and mental state of the subject.</rdfs:comment>
    <rdfs:label xml:lang="en">ink blot test</rdfs:label>
    <cycAnnot:label xml:lang="en">RorschachTest</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SaleByCreditCard">
    <cycAnnot:label xml:lang="en">SaleByCreditCard</cycAnnot:label>
    <rdfs:label xml:lang="en">credit card sale</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Buying&quot; class=&quot;cyc_term&quot;&gt;Buying&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SaleByCreditCard&quot; class=&quot;cyc_term&quot;&gt;SaleByCreditCard&lt;/a&gt; is a purchase in which the buyer (see the predicate &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/buyer&quot; class=&quot;cyc_term&quot;&gt;buyer&lt;/a&gt;) pays by using some instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CreditCard&quot; class=&quot;cyc_term&quot;&gt;CreditCard&lt;/a&gt; (q.v.).</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Implant_Icd_SurgicalProcedure">
    <rdfs:label xml:lang="en">ICD implantation</rdfs:label>
    <cycAnnot:label xml:lang="en">Implant-Icd-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Whinnying">
    <rdfs:label xml:lang="en">whinnying</rdfs:label>
    <rdfs:comment xml:lang="en">neighing quietly</rdfs:comment>
    <cycAnnot:label xml:lang="en">Whinnying</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_Samba">
    <rdfs:label xml:lang="en">game of Samba</rdfs:label>
    <cycAnnot:label xml:lang="en">(GameFn Samba-CardGame)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Motor_oil_replacement">
    <rdfs:label xml:lang="en">motor oil replacement</rdfs:label>
    <cycAnnot:label xml:lang="en">(ReplacingFn MotorOil)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Decathlon">
    <rdfs:comment xml:lang="en">The collection of all decathlons. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TrackAndFieldSportsEvent&quot; class=&quot;cyc_term&quot;&gt;TrackAndFieldSportsEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IndividualSportsCompetition&quot; class=&quot;cyc_term&quot;&gt;IndividualSportsCompetition&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">decathlon</rdfs:label>
    <cycAnnot:label xml:lang="en">Decathlon</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RenewingLibraryItem">
    <rdfs:comment xml:lang="en">A collection of events.  In an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RenewingLibraryItem&quot; class=&quot;cyc_term&quot;&gt;RenewingLibraryItem&lt;/a&gt;, the borrower renews the term of the library loan for the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Library_Organization&quot; class=&quot;cyc_term&quot;&gt;Library_Organization&lt;/a&gt; item that is borrowed (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BorrowingLibraryItem&quot; class=&quot;cyc_term&quot;&gt;BorrowingLibraryItem&lt;/a&gt;).  Thus, an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RenewingLibraryItem&quot; class=&quot;cyc_term&quot;&gt;RenewingLibraryItem&lt;/a&gt; results in the extension of the stipulated lending period during which the borrower has &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PrimaryUserRights&quot; class=&quot;cyc_term&quot;&gt;PrimaryUserRights&lt;/a&gt; on the borrowed items and a fine for late return (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ReturningLibraryItem&quot; class=&quot;cyc_term&quot;&gt;ReturningLibraryItem&lt;/a&gt;) would not be charged.</rdfs:comment>
    <rdfs:label xml:lang="en">renewing library materials</rdfs:label>
    <cycAnnot:label xml:lang="en">RenewingLibraryItem</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NuclearExplosion">
    <cycAnnot:label xml:lang="en">NuclearExplosion</cycAnnot:label>
    <rdfs:comment xml:lang="en">Explosion involving the release of nuclear energy via nuclear fission, nuclear fusion, or both.</rdfs:comment>
    <rdfs:label xml:lang="en">nuclear explosion</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BoardsailingSportsEvent">
    <cycAnnot:label xml:lang="en">BoardsailingSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">boardsailing sports event</rdfs:label>
    <rdfs:comment xml:lang="en">A class of YachtingSportsEvent</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LungTransplantSurgery">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransplantSurgery&quot; class=&quot;cyc_term&quot;&gt;TransplantSurgery&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LungTransplantSurgery&quot; class=&quot;cyc_term&quot;&gt;LungTransplantSurgery&lt;/a&gt; is a surgical operation in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Lung&quot; class=&quot;cyc_term&quot;&gt;Lung&lt;/a&gt; is transplanted..</rdfs:comment>
    <cycAnnot:label xml:lang="en">LungTransplantSurgery</cycAnnot:label>
    <rdfs:label xml:lang="en">lung transplant</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GenderCulture">
    <cycAnnot:label xml:lang="en">GenderCulture</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HumanCulture&quot; class=&quot;cyc_term&quot;&gt;HumanCulture&lt;/a&gt;, each instance
  of which is a culture whose core participants display the 
  same or similar gender characteristics, and which has developed 
  around the experiences of those core participants.  The most 
  inclusive examples are feminine culture and masculine culture.  
  Note that participation in a gender culture is not strictly 
  determined by one&apos;s biological sex: a transvestite who &apos;&apos;passes&apos;&apos; 
  as a female, for example, is a core participant in feminine culture.</rdfs:comment>
    <rdfs:label xml:lang="en">gender culture</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_nuclear_weapons">
    <rdfs:label xml:lang="en">making nuclear weapons</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn NuclearWeapon)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MakingBread">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PreparingFoodItem&quot; class=&quot;cyc_term&quot;&gt;PreparingFoodItem&lt;/a&gt; .  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MakingBread&quot; class=&quot;cyc_term&quot;&gt;MakingBread&lt;/a&gt; is an event in which bread is made.  Making bread typically involves includes kneading the dough, letting the dough rise, and baking the bread (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BakingBread&quot; class=&quot;cyc_term&quot;&gt;BakingBread&lt;/a&gt;).</rdfs:comment>
    <cycAnnot:label xml:lang="en">MakingBread</cycAnnot:label>
    <rdfs:label xml:lang="en">making bread</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SpillingSomething">
    <cycAnnot:label xml:lang="en">SpillingSomething</cycAnnot:label>
    <rdfs:label xml:lang="en">spilling</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of events; a subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FluidFlow_Translation&quot; class=&quot;cyc_term&quot;&gt;FluidFlow_Translation&lt;/a&gt;. In each &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SpillingSomething&quot; class=&quot;cyc_term&quot;&gt;SpillingSomething&lt;/a&gt;, something flows, runs or falls out and becomes lost.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ProductDevelopment">
    <rdfs:label xml:lang="en">product development</rdfs:label>
    <rdfs:comment xml:lang="en">The set of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MarketingActivity&quot; class=&quot;cyc_term&quot;&gt;MarketingActivity&lt;/a&gt; events that fall in the stage of ProductPlanningAndDevelopment after the concept stage and before the TestMarketing stage.  During &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ProductDevelopment&quot; class=&quot;cyc_term&quot;&gt;ProductDevelopment&lt;/a&gt;, a physical &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Product&quot; class=&quot;cyc_term&quot;&gt;Product&lt;/a&gt; or prototype is created.  This is done prior to mass production in order to determine the technical and product feasability of the product.  Instances of this activity are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/performedBy&quot; class=&quot;cyc_term&quot;&gt;performedBy&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MarketingPerson&quot; class=&quot;cyc_term&quot;&gt;MarketingPerson&lt;/a&gt;s and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TechnicalWorker&quot; class=&quot;cyc_term&quot;&gt;TechnicalWorker&lt;/a&gt;s.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ProductDevelopment</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DomainNameRegistration">
    <rdfs:comment xml:lang="en">The collection of all events in which an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; registers itself as the owner of a domain name. The owner then must pay an annual fee to maintain ownership, and has exclusive rights to use the domain name for internet addresses.</rdfs:comment>
    <rdfs:label xml:lang="en">domain name registration</rdfs:label>
    <cycAnnot:label xml:lang="en">DomainNameRegistration</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TwoSeatLugeSportsEvent">
    <cycAnnot:label xml:lang="en">TwoSeatLugeSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">two seat luge sports event</rdfs:label>
    <rdfs:comment xml:lang="en">The two person luge event</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MusicalCommunicatingFromComposerToListener">
    <rdfs:label xml:lang="en">musical communicating from composer to listener</rdfs:label>
    <rdfs:comment xml:lang="en">The communication of a musical idea from a composer to a listener.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MusicalCommunicatingFromComposerToListener</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SupportingByFire">
    <cycAnnot:label xml:lang="en">SupportingByFire</cycAnnot:label>
    <rdfs:label xml:lang="en">support by fire</rdfs:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SupportingByFire&quot; class=&quot;cyc_term&quot;&gt;SupportingByFire&lt;/a&gt; closely resembles the task of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackingByFire&quot; class=&quot;cyc_term&quot;&gt;AttackingByFire&lt;/a&gt;, but a fire support action need not be an attack at all (i.e., &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackOnTangible&quot; class=&quot;cyc_term&quot;&gt;AttackOnTangible&lt;/a&gt;). Support by fire is artillery fire conducted to support another force so that force can maneuver against the enemy.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ShootingAGun_Portable">
    <cycAnnot:label xml:lang="en">ShootingAGun-Portable</cycAnnot:label>
    <rdfs:label xml:lang="en">shooting a portable gun</rdfs:label>
    <rdfs:comment xml:lang="en">The firing of a small, portable gun, like a pistol.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Training_for_air_transportation">
    <cycAnnot:label xml:lang="en">(TrainingForFn (TransportViaFn Airplane))</cycAnnot:label>
    <rdfs:label xml:lang="en">training for air transportation</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Cryoablation_VentricularTissue_SurgicalProcedure">
    <rdfs:label xml:lang="en">ventricular tissue cryoablation</rdfs:label>
    <cycAnnot:label xml:lang="en">Cryoablation-VentricularTissue-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EnteringAResidence">
    <rdfs:label xml:lang="en">entering A residence</rdfs:label>
    <rdfs:comment xml:lang="en">A subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EnteringAnHOC&quot; class=&quot;cyc_term&quot;&gt;EnteringAnHOC&lt;/a&gt;.  In each instance of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EnteringAResidence&quot; class=&quot;cyc_term&quot;&gt;EnteringAResidence&lt;/a&gt;, one or more agents enter a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HumanResidence&quot; class=&quot;cyc_term&quot;&gt;HumanResidence&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">EnteringAResidence</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DisruptingEnemyPlans">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Interfering&quot; class=&quot;cyc_term&quot;&gt;Interfering&lt;/a&gt;.  In actions of this type, an agent neutralizes an opponent&apos;s ability to achieve some end in a timely manner.</rdfs:comment>
    <rdfs:label xml:lang="en">military disrupt task</rdfs:label>
    <cycAnnot:label xml:lang="en">DisruptingEnemyPlans</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SendingATelegram">
    <rdfs:comment xml:lang="en">The collection of all events of sending a telegram.  A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SendingSomething&quot; class=&quot;cyc_term&quot;&gt;SendingSomething&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SendingATelegram</cycAnnot:label>
    <rdfs:label xml:lang="en">sending a telegram event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TrackRelayRace">
    <rdfs:label xml:lang="en">track relay race</rdfs:label>
    <cycAnnot:label xml:lang="en">TrackRelayRace</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of relay races whose PlayingOfs &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/eventOccursAt&quot; class=&quot;cyc_term&quot;&gt;eventOccursAt&lt;/a&gt; a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RunningTrack&quot; class=&quot;cyc_term&quot;&gt;RunningTrack&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensHeavyJudo">
    <cycAnnot:label xml:lang="en">OlympicWomensHeavyJudo</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic women&apos;s heavy judo</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NarrowingAGap">
    <rdfs:label xml:lang="en">narrowing a gap</rdfs:label>
    <cycAnnot:label xml:lang="en">NarrowingAGap</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GreetingSomeoneByFirstName">
    <cycAnnot:label xml:lang="en">GreetingSomeoneByFirstName</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of actions performed by one &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_Generic&quot; class=&quot;cyc_term&quot;&gt;Agent_Generic&lt;/a&gt; to greet another by saying his first name.  For example, Tom walks down the hall and sees Bill; Tom greets Bill by saying &amp;quot;Hey Bill&amp;quot;.</rdfs:comment>
    <rdfs:label xml:lang="en">greeting someone by first name</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WelterweightGRWrestlingSportsEvent">
    <rdfs:label xml:lang="en">welterweight Greco-Roman wrestling event</rdfs:label>
    <rdfs:comment xml:lang="en">A weight class of GRWrestlingSportsEvent</rdfs:comment>
    <cycAnnot:label xml:lang="en">WelterweightGRWrestlingSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CompromisedDataSourceSending">
    <rdfs:label xml:lang="en">compromised data source sending</rdfs:label>
    <cycAnnot:label xml:lang="en">CompromisedDataSourceSending</cycAnnot:label>
    <rdfs:comment xml:lang="en">This is a spec of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DataSending&quot; class=&quot;cyc_term&quot;&gt;DataSending&lt;/a&gt; in which the information sent comes from an   &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/informationOrigin&quot; class=&quot;cyc_term&quot;&gt;informationOrigin&lt;/a&gt; whose security has been compromised in some manner.  This  is often done to request secure documents or to issue directives which are   accepted as being from the compromised source.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HeartTransplantProcedure_Surgical">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransplantProcedure_Surgical&quot; class=&quot;cyc_term&quot;&gt;TransplantProcedure_Surgical&lt;/a&gt; .  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HeartTransplantProcedure_Surgical&quot; class=&quot;cyc_term&quot;&gt;HeartTransplantProcedure_Surgical&lt;/a&gt; is a surgical procedure in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Heart&quot; class=&quot;cyc_term&quot;&gt;Heart&lt;/a&gt; is transplanted.</rdfs:comment>
    <cycAnnot:label xml:lang="en">HeartTransplantProcedure-Surgical</cycAnnot:label>
    <rdfs:label xml:lang="en">heart transplant procedure</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BreakingABone">
    <rdfs:label xml:lang="en">fracturing</rdfs:label>
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BreakingEvent&quot; class=&quot;cyc_term&quot;&gt;BreakingEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FracturingABone&quot; class=&quot;cyc_term&quot;&gt;FracturingABone&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BreakingABone&quot; class=&quot;cyc_term&quot;&gt;BreakingABone&lt;/a&gt; is an event in which a bone that is part of a living animal is broken.</rdfs:comment>
    <cycAnnot:label xml:lang="en">BreakingABone</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RecruitingActivity_Sports">
    <cycAnnot:label xml:lang="en">RecruitingActivity-Sports</cycAnnot:label>
    <rdfs:label xml:lang="en">recruiting activity sports</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of activities in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsCoach&quot; class=&quot;cyc_term&quot;&gt;SportsCoach&lt;/a&gt; or other representative of a sports team (typically one affiliated with a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/University&quot; class=&quot;cyc_term&quot;&gt;University&lt;/a&gt;) attempts to persuade an athlete to commit to joining that team.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_commercial_organisations">
    <cycAnnot:label xml:lang="en">(BuyingFn CommercialOrganization)</cycAnnot:label>
    <rdfs:label xml:lang="en">buying commercial organisations</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ChoosingABuildingLevel">
    <cycAnnot:label xml:lang="en">ChoosingABuildingLevel</cycAnnot:label>
    <rdfs:comment xml:lang="en">Events in which a person (in an elevator) selects the building level they want to go to.</rdfs:comment>
    <rdfs:label xml:lang="en">choosing a building level</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Linkup_MilitaryTask">
    <cycAnnot:label xml:lang="en">Linkup-MilitaryTask</cycAnnot:label>
    <rdfs:label xml:lang="en">military linkup</rdfs:label>
    <rdfs:comment xml:lang="en">A linkup is a meeting of friendly ground forces and occurs in a variety of circumstances. It happens when an advancing force reaches an objective area previously seized by an airborne or air assault when an encircled element breaks out to rejoin friendly forces or a force comes to the relief of an encircled force maneuver forces meet. Both forces may be moving toward each other or one may be stationary. Whenever possible, joining forces exchange as much information as possible prior to the start of an operation.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Evaluation_Of_Slot_Value_Fn_Hypothesis_Mt_Confidence">
    <cycAnnot:label xml:lang="en">(EvaluationOfSlotValueFn hypothesisMtConfidence)</cycAnnot:label>
    <rdfs:label xml:lang="en">Evaluation Of Slot Value Fn Hypothesis Mt Confidence</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ChildMolestation">
    <rdfs:label xml:lang="en">child molestation</rdfs:label>
    <cycAnnot:label xml:lang="en">ChildMolestation</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChildSexualAbuse&quot; class=&quot;cyc_term&quot;&gt;ChildSexualAbuse&lt;/a&gt; that involves
direct and invasive contact.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensKayakCanadian1000MeterPairs">
    <cycAnnot:label xml:lang="en">OlympicMensKayakCanadian1000MeterPairs</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens Kayak Canadian 1000 Meter Pairs</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensRun_400Meter">
    <cycAnnot:label xml:lang="en">OlympicWomensRun-400Meter</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Womens Run 400 Meter</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_modern_residences">
    <cycAnnot:label xml:lang="en">(BuyingFn ModernHumanResidence)</cycAnnot:label>
    <rdfs:label xml:lang="en">buying modern residences</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Suppress_MilitaryEngagement">
    <rdfs:label xml:lang="en">suppression</rdfs:label>
    <rdfs:comment xml:lang="en">A military action employing direct or indirect fires , electronic attack, or smoke on enemy personnel, weapons or equipment to prevent or degrade enemy fires and observation of the friendly forces.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Suppress-MilitaryEngagement</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MetabolicPathway">
    <rdfs:label xml:lang="en">metabolic pathway</rdfs:label>
    <rdfs:comment xml:lang="en">This is the collection of metabolic pathways. A metabolic pathway is a  series of chemical reactions which are part of a process by which an animal  utilizes chemical components of digested food.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MetabolicPathway</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FillingOutAFormByHand">
    <rdfs:comment xml:lang="en">The collection of instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FillingOutAForm&quot; class=&quot;cyc_term&quot;&gt;FillingOutAForm&lt;/a&gt; that are also instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WritingByHand&quot; class=&quot;cyc_term&quot;&gt;WritingByHand&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">filling out a form by hand</rdfs:label>
    <cycAnnot:label xml:lang="en">FillingOutAFormByHand</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Competition">
    <cycAnnot:label xml:lang="en">Competition</cycAnnot:label>
    <rdfs:label xml:lang="en">competition</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ConflictEvent&quot; class=&quot;cyc_term&quot;&gt;ConflictEvent&lt;/a&gt;.  An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Competition&quot; class=&quot;cyc_term&quot;&gt;Competition&lt;/a&gt; is a conflict
event that typically involves one or more agents who are each striving to attain 
a certain goal uniquely or to outdo the other competitors with respect to some 
game or task.  Examples include arm wrestling contests, football games, fighting 
for prey, competitive courting, racing events, and spelling bees.  Note that it 
is possible for the competitors in a competition to be unaware that a competition has been going on until after it is over (e.g. the first year a &amp;quot;Best Restaurant in Town&amp;quot; award is given out in a particular city).  See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/competingAgents&quot; class=&quot;cyc_term&quot;&gt;competingAgents&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CourseDuringAMeal">
    <rdfs:label xml:lang="en">course of a meal</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ManipulatingFoodOrDrink&quot; class=&quot;cyc_term&quot;&gt;ManipulatingFoodOrDrink&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CourseDuringAMeal&quot; class=&quot;cyc_term&quot;&gt;CourseDuringAMeal&lt;/a&gt; is an event in which one or more diners at a meal consume a single course.  Specializations of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CourseDuringAMeal&quot; class=&quot;cyc_term&quot;&gt;CourseDuringAMeal&lt;/a&gt; include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AppetizerCourse&quot; class=&quot;cyc_term&quot;&gt;AppetizerCourse&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MainCourse&quot; class=&quot;cyc_term&quot;&gt;MainCourse&lt;/a&gt;, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DessertCourse&quot; class=&quot;cyc_term&quot;&gt;DessertCourse&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">CourseDuringAMeal</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LeftAtrialAppendageLigation_SurgicalProcedure">
    <rdfs:label xml:lang="en">left atrial appendage ligation</rdfs:label>
    <cycAnnot:label xml:lang="en">LeftAtrialAppendageLigation-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicHorizontalBar">
    <rdfs:label xml:lang="en">Olympic Horizontal Bar</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicHorizontalBar</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensSwim_100MeterBreaststroke">
    <rdfs:label xml:lang="en">Olympic Women&apos;s 100 Meter Breaststroke</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicWomensSwim-100MeterBreaststroke</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SortingHardcopyMail">
    <rdfs:label xml:lang="en">sorting hardcopy mail</rdfs:label>
    <cycAnnot:label xml:lang="en">SortingHardcopyMail</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all events in which mail (mailable objects, postal/FedEx items) are sorted. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SortingPhysicalObjects&quot; class=&quot;cyc_term&quot;&gt;SortingPhysicalObjects&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DesigningAGame">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CWCreation&quot; class=&quot;cyc_term&quot;&gt;CWCreation&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Designing&quot; class=&quot;cyc_term&quot;&gt;Designing&lt;/a&gt;. Each instance of this collection is an event in which some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; designs some instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Game&quot; class=&quot;cyc_term&quot;&gt;Game&lt;/a&gt;. Nowadays this will typically involve a fair amount of (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UsingAFn&quot; class=&quot;cyc_term&quot;&gt;UsingAFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Computer&quot; class=&quot;cyc_term&quot;&gt;Computer&lt;/a&gt;), if only to type up the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameRulesFn&quot; class=&quot;cyc_term&quot;&gt;GameRulesFn&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">DesigningAGame</cycAnnot:label>
    <rdfs:label xml:lang="en">game designing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GovernmentProgram">
    <rdfs:comment xml:lang="en">The collection of all government projects [&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Project&quot; class=&quot;cyc_term&quot;&gt;Project&lt;/a&gt;] that either the public directly interacts with or that spend enough money that they are significant to some of the public (other than as vendor/subcontractor).</rdfs:comment>
    <cycAnnot:label xml:lang="en">GovernmentProgram</cycAnnot:label>
    <rdfs:label xml:lang="en">governmental program</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FollowingInstructions">
    <rdfs:label xml:lang="en">following instructions</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Action&quot; class=&quot;cyc_term&quot;&gt;Action&lt;/a&gt; whose instances are events in which one or more intelligent agents (possibly software agents)   accurately, completely, and &amp;quot;purposely&amp;quot; follow some instance of    &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Instructions&quot; class=&quot;cyc_term&quot;&gt;Instructions&lt;/a&gt; (q.v.).  In following instructions, one is of course thereby also doing whatever it is that the instructions are instructions &lt;i&gt;for&lt;/i&gt;.  For example, in following a certain set of instructions for baking an apple pie one is in fact baking an apple pie.  
&lt;p/&gt;
Instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FollowingInstructions&quot; class=&quot;cyc_term&quot;&gt;FollowingInstructions&lt;/a&gt; are by    definition &amp;quot;successful&amp;quot; in that the instructions in question must not be deviated from or incompletely followed.  If the instructions being followed involve one or more instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Algorithm&quot; class=&quot;cyc_term&quot;&gt;Algorithm&lt;/a&gt; (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/instructionsAlgorithms&quot; class=&quot;cyc_term&quot;&gt;instructionsAlgorithms&lt;/a&gt;), then the instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FollowingInstructions&quot; class=&quot;cyc_term&quot;&gt;FollowingInstructions&lt;/a&gt; will contain that many instances of    &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UsingAnAlgorithm&quot; class=&quot;cyc_term&quot;&gt;UsingAnAlgorithm&lt;/a&gt; (q.v.) as subevents.</rdfs:comment>
    <cycAnnot:label xml:lang="en">FollowingInstructions</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Tours_of_London_the_United_Kingdom">
    <cycAnnot:label xml:lang="en">(TourOfRegionFn CityOfLondonEngland)</cycAnnot:label>
    <rdfs:label xml:lang="en">tours of London, the United Kingdom</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_trimethyl_phosphite">
    <rdfs:label xml:lang="en">gaining control of trimethyl phosphite</rdfs:label>
    <cycAnnot:label xml:lang="en">(GainingControlOfFn TrimethylPhosphite)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GrabbingOntoWithHand">
    <rdfs:label xml:lang="en">grip</rdfs:label>
    <rdfs:comment xml:lang="en">What one must do before one holds something with a hand. Since a holding implies a grabbing, it is not necessary to state for example, that both grabbing and holding are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/subEvents&quot; class=&quot;cyc_term&quot;&gt;subEvents&lt;/a&gt; of a turning a door handle event.  One need only state that e.g. a holding is happening and this will imply that a grabbing preceeded the holding.</rdfs:comment>
    <cycAnnot:label xml:lang="en">GrabbingOntoWithHand</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OverdrawingABankAccount_Authorized">
    <rdfs:label xml:lang="en">authorized overdraft</rdfs:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OverdrawingABankAccount_Authorized&quot; class=&quot;cyc_term&quot;&gt;OverdrawingABankAccount_Authorized&lt;/a&gt; is an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OverdrawingABankAccount&quot; class=&quot;cyc_term&quot;&gt;OverdrawingABankAccount&lt;/a&gt; that is authorized by the administrator (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/accountAdministrator&quot; class=&quot;cyc_term&quot;&gt;accountAdministrator&lt;/a&gt;) of the account.  See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OverdrawingABankAccount_Unauthorized&quot; class=&quot;cyc_term&quot;&gt;OverdrawingABankAccount_Unauthorized&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">OverdrawingABankAccount-Authorized</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KidnappingSomebodySubEventsBuryingSomeoneAlive">
    <rdfs:label xml:lang="en">kidnapping somebody sub events burying someone alive</rdfs:label>
    <cycAnnot:label xml:lang="en">KidnappingSomebodySubEventsBuryingSomeoneAlive</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_businesses">
    <rdfs:label xml:lang="en">buying businesses</rdfs:label>
    <cycAnnot:label xml:lang="en">(BuyingFn Business)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NuclearSplittingEvent">
    <rdfs:label xml:lang="en">nuclear splitting event</rdfs:label>
    <cycAnnot:label xml:lang="en">NuclearSplittingEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WaterBoardingEvent">
    <rdfs:comment xml:lang="en">The collection of all waterboarding events.
  Waterboarding is similar to &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WaterSkiing&quot; class=&quot;cyc_term&quot;&gt;WaterSkiing&lt;/a&gt; except that one uses
a single &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WaterBoard&quot; class=&quot;cyc_term&quot;&gt;WaterBoard&lt;/a&gt; instead of a pair of water skis.</rdfs:comment>
    <cycAnnot:label xml:lang="en">WaterBoardingEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">waterboarding</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SeaBattle">
    <rdfs:label xml:lang="en">sea battle</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events that are battles at sea (or on some other body of water).</rdfs:comment>
    <cycAnnot:label xml:lang="en">SeaBattle</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_mustard_gas">
    <cycAnnot:label xml:lang="en">(MakingFn MustardGas)</cycAnnot:label>
    <rdfs:label xml:lang="en">making mustard gas</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Headbutting">
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PhysicallyAttackingAnAgent&quot; class=&quot;cyc_term&quot;&gt;PhysicallyAttackingAnAgent&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Headbutting&quot; class=&quot;cyc_term&quot;&gt;Headbutting&lt;/a&gt; is a violent act in which one animal smashes its head into another animal&apos;s head or face.  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Headbutting&quot; class=&quot;cyc_term&quot;&gt;Headbutting&lt;/a&gt; is a popular fighting technique among barroom brawlers as well as instances of (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MaleFn&quot; class=&quot;cyc_term&quot;&gt;MaleFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sheep&quot; class=&quot;cyc_term&quot;&gt;Sheep&lt;/a&gt;).</rdfs:comment>
    <cycAnnot:label xml:lang="en">Headbutting</cycAnnot:label>
    <rdfs:label xml:lang="en">headbutting</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Pleurodesis_SurgicalProcedure">
    <rdfs:label xml:lang="en">pleurodesis</rdfs:label>
    <cycAnnot:label xml:lang="en">Pleurodesis-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SettingUpAStandingOrder">
    <cycAnnot:label xml:lang="en">SettingUpAStandingOrder</cycAnnot:label>
    <rdfs:label xml:lang="en">setting up a standing order</rdfs:label>
    <rdfs:comment xml:lang="en">The act of setting up a standing order via a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/StandingOrderInstruction&quot; class=&quot;cyc_term&quot;&gt;StandingOrderInstruction&lt;/a&gt;, in the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UnitedKingdomOfGreatBritainAndNorthernIreland&quot; class=&quot;cyc_term&quot;&gt;UnitedKingdomOfGreatBritainAndNorthernIreland&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WeaponizingSomething">
    <cycAnnot:label xml:lang="en">WeaponizingSomething</cycAnnot:label>
    <rdfs:label xml:lang="en">weaponizing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PassingThroughSecurityStation">
    <cycAnnot:label xml:lang="en">PassingThroughSecurityStation</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all events in which one or more agents pass through/are checked through a security station.</rdfs:comment>
    <rdfs:label xml:lang="en">passing through a security station</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RegulatingGasFlow">
    <rdfs:label xml:lang="en">regulating gas flow</rdfs:label>
    <rdfs:comment xml:lang="en">Controlling the flow of a gas by using a tap to either open or close   to varying degrees a portal in the container which holds that gas.</rdfs:comment>
    <cycAnnot:label xml:lang="en">RegulatingGasFlow</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SimpleChemicalDecomposition">
    <rdfs:comment xml:lang="en">The collection of all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChemicalReaction&quot; class=&quot;cyc_term&quot;&gt;ChemicalReaction&lt;/a&gt; in which a single &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Molecule&quot; class=&quot;cyc_term&quot;&gt;Molecule&lt;/a&gt; breaks down (due to incipient energy or catalysis) to produce two different instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Molecule&quot; class=&quot;cyc_term&quot;&gt;Molecule&lt;/a&gt;.  If more than two molecules are produced or if several molecules (even of the same type) must break down together, it is a different type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChemicalDecomposition&quot; class=&quot;cyc_term&quot;&gt;ChemicalDecomposition&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SimpleChemicalDecomposition</cycAnnot:label>
    <rdfs:label xml:lang="en">simple chemical decomposition</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PulseTest">
    <cycAnnot:label xml:lang="en">PulseTest</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all pulse tests. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ParameterTest&quot; class=&quot;cyc_term&quot;&gt;ParameterTest&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PulseTest&quot; class=&quot;cyc_term&quot;&gt;PulseTest&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SkilledActivityType&quot; class=&quot;cyc_term&quot;&gt;SkilledActivityType&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">pulse test</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicBoxing_SuperHeavyweight">
    <cycAnnot:label xml:lang="en">OlympicBoxing-SuperHeavyweight</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Boxing Super Heavyweight</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_Saqr_80_cruise_missiles">
    <rdfs:label xml:lang="en">making Saqr-80 cruise missiles</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn CruiseMissile-SAQR80)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_HammerThrowSportsEvent">
    <rdfs:label xml:lang="en">playing of hammer throw sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">PlayingOf-HammerThrowSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RobbingABank">
    <cycAnnot:label xml:lang="en">RobbingABank</cycAnnot:label>
    <rdfs:label xml:lang="en">bank robbery</rdfs:label>
    <rdfs:comment xml:lang="en">This is the collection of thefts from a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BankOrganization&quot; class=&quot;cyc_term&quot;&gt;BankOrganization&lt;/a&gt;, excluding embezzlement.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DeemingAConceptIrrelevant_ByCyc">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeclaringConceptRelevanceOrIrrelevance_ByCyc&quot; class=&quot;cyc_term&quot;&gt;DeclaringConceptRelevanceOrIrrelevance_ByCyc&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeclaringAConceptIrrelevant&quot; class=&quot;cyc_term&quot;&gt;DeclaringAConceptIrrelevant&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeemingAConceptIrrelevant_ByCyc&quot; class=&quot;cyc_term&quot;&gt;DeemingAConceptIrrelevant_ByCyc&lt;/a&gt; is an event in which Cyc declares that a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Thing&quot; class=&quot;cyc_term&quot;&gt;Thing&lt;/a&gt; (typically, a quoted instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CycLExpression&quot; class=&quot;cyc_term&quot;&gt;CycLExpression&lt;/a&gt;) is relevant with regard to the performance of a particular &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PurposefulAction&quot; class=&quot;cyc_term&quot;&gt;PurposefulAction&lt;/a&gt;, such as the completion of an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Assignment_Specification&quot; class=&quot;cyc_term&quot;&gt;Assignment_Specification&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">deeming A concept irrelevant by cyc</rdfs:label>
    <cycAnnot:label xml:lang="en">DeemingAConceptIrrelevant-ByCyc</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PosingAQuestionToAQuestionAnsweringSystem">
    <rdfs:label xml:lang="en">posing a question to a question-answering system</rdfs:label>
    <cycAnnot:label xml:lang="en">PosingAQuestionToAQuestionAnsweringSystem</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AerialSprayAttack">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AerialAttack&quot; class=&quot;cyc_term&quot;&gt;AerialAttack&lt;/a&gt; in which the attack is executed by &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Spraying&quot; class=&quot;cyc_term&quot;&gt;Spraying&lt;/a&gt; some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Mixture&quot; class=&quot;cyc_term&quot;&gt;Mixture&lt;/a&gt; - typically containing a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BiochemicallyHarmfulSubstance&quot; class=&quot;cyc_term&quot;&gt;BiochemicallyHarmfulSubstance&lt;/a&gt; - on the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/objectAttacked&quot; class=&quot;cyc_term&quot;&gt;objectAttacked&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">aerial spray attack</rdfs:label>
    <cycAnnot:label xml:lang="en">AerialSprayAttack</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SocialReformEvent">
    <cycAnnot:label xml:lang="en">SocialReformEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">social reform event</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events in which some element of society is changed for the better whether by law or by collective action.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MorningCivilTwilight">
    <rdfs:comment xml:lang="en">Each &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MorningCivilTwilight&quot; class=&quot;cyc_term&quot;&gt;MorningCivilTwilight&lt;/a&gt; begins when the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sun&quot; class=&quot;cyc_term&quot;&gt;Sun&lt;/a&gt; is six degrees           below the eastern horizon and ends at &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sunrise&quot; class=&quot;cyc_term&quot;&gt;Sunrise&lt;/a&gt;.  At this time, there is           enough light to see objects clearly with the unaided eye.  Light intensification           devices are no longer effective.</rdfs:comment>
    <rdfs:label xml:lang="en">morning civil twilight</rdfs:label>
    <cycAnnot:label xml:lang="en">MorningCivilTwilight</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_Zwanzigerrufen">
    <rdfs:label xml:lang="en">game of Zwanzigerrufen</rdfs:label>
    <cycAnnot:label xml:lang="en">(GameFn Zwanzigerrufen-CardGame)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MakingAPhoneCall">
    <rdfs:label xml:lang="en">calling</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all actions wherein a phone call is made by inputting a multi-digit telephone number to a phone system.  It includes both cases where the phone call is &apos;successful&apos; in the sense that the person whom the caller is trying to contact is contacted, and cases where the call is &apos;unsuccessful&apos;, insofar as the call does not succeed in reaching its intended recipient for any one of a variety of reasons.  The call must, however, actually be &apos;placed&apos;--dialing must be successfully completed.  Cases where the full number is not dialed do not count as instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MakingAPhoneCall&quot; class=&quot;cyc_term&quot;&gt;MakingAPhoneCall&lt;/a&gt;.  The collection includes instances where the call is placed manually, by a human agent picking up a receiver and hitting buttons or dialing a rotary dial, and cases where the call is placed electronically, e.g., via a modem. In cases where an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MakingAPhoneCall&quot; class=&quot;cyc_term&quot;&gt;MakingAPhoneCall&lt;/a&gt; is successful for the agent placing the call, the instance will figure as the initiating subevent in an instance of (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CommunicatingByMeansOfFn&quot; class=&quot;cyc_term&quot;&gt;CommunicatingByMeansOfFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Telephone&quot; class=&quot;cyc_term&quot;&gt;Telephone&lt;/a&gt;).  As a rule, an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MakingAPhoneCall&quot; class=&quot;cyc_term&quot;&gt;MakingAPhoneCall&lt;/a&gt; will consist of a complete &apos;dialing&apos; and an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EstablishingAPhoneLink&quot; class=&quot;cyc_term&quot;&gt;EstablishingAPhoneLink&lt;/a&gt;.  If the placer of the call is human, the instance will usually include an initial act of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PickingUpATelephoneReceiver&quot; class=&quot;cyc_term&quot;&gt;PickingUpATelephoneReceiver&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MakingAPhoneCall</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GraduateSchoolEntranceTest">
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UniversityEntryTest&quot; class=&quot;cyc_term&quot;&gt;UniversityEntryTest&lt;/a&gt; events that are designed to help graduate and profession school admissions officers decide whether to admit a student.</rdfs:comment>
    <cycAnnot:label xml:lang="en">GraduateSchoolEntranceTest</cycAnnot:label>
    <rdfs:label xml:lang="en">graduate school entrance test</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Fiscal_year">
    <cycAnnot:label xml:lang="en">(FiscalCycleFn (YearsDuration 1))</cycAnnot:label>
    <rdfs:label xml:lang="en">fiscal year</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="VoterRegistration">
    <rdfs:label xml:lang="en">voter registration</rdfs:label>
    <cycAnnot:label xml:lang="en">VoterRegistration</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events in which a citizen of some country registers to vote.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensDoubScullsRowing">
    <cycAnnot:label xml:lang="en">OlympicWomensDoubScullsRowing</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Womens Doub Sculls Rowing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="InjectingWithDiphtheriaVaccine">
    <rdfs:label xml:lang="en">injecting with diphtheria vaccine</rdfs:label>
    <cycAnnot:label xml:lang="en">InjectingWithDiphtheriaVaccine</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_Russian_Bank">
    <rdfs:label xml:lang="en">game of Russian Bank</rdfs:label>
    <cycAnnot:label xml:lang="en">(GameFn RussianBank)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MakingACreditCardOverpayment">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OverpayingTheBalanceDueOnAnAccount&quot; class=&quot;cyc_term&quot;&gt;OverpayingTheBalanceDueOnAnAccount&lt;/a&gt;.  Instances are credit card payments that bring the balance to below zero.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MakingACreditCardOverpayment</cycAnnot:label>
    <rdfs:label xml:lang="en">overpaying the balance due on an credit card account</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DisablingATransponder">
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization
of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DisablingACommunicationDevice&quot; class=&quot;cyc_term&quot;&gt;DisablingACommunicationDevice&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">DisablingATransponder</cycAnnot:label>
    <rdfs:label xml:lang="en">disabling A transponder</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BlindingAnAnimal">
    <cycAnnot:label xml:lang="en">BlindingAnAnimal</cycAnnot:label>
    <rdfs:comment xml:lang="en">Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BlindingAnAnimal&quot; class=&quot;cyc_term&quot;&gt;BlindingAnAnimal&lt;/a&gt; is an event that causes an animal to (temporarily or permanently) lose its ability to see.  This is a rewrite of:
&lt;pre&gt;
(&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CausingFn&quot; class=&quot;cyc_term&quot;&gt;CausingFn&lt;/a&gt;
(&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BecomingFn&quot; class=&quot;cyc_term&quot;&gt;BecomingFn&lt;/a&gt;
  (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CollectionSubsetFn&quot; class=&quot;cyc_term&quot;&gt;CollectionSubsetFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Animal&quot; class=&quot;cyc_term&quot;&gt;Animal&lt;/a&gt;
    (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TheSetOf&quot; class=&quot;cyc_term&quot;&gt;TheSetOf&lt;/a&gt; ?X
      (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/behaviorIncapable&quot; class=&quot;cyc_term&quot;&gt;behaviorIncapable&lt;/a&gt; ?X &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/VisualPerception&quot; class=&quot;cyc_term&quot;&gt;VisualPerception&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/doneBy&quot; class=&quot;cyc_term&quot;&gt;doneBy&lt;/a&gt;)))))
&lt;/pre&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">blinding an animal</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensKayakCanadian1000MeterSingles">
    <rdfs:label xml:lang="en">Olympic Men&apos;s Kayak Canadian 1000 Meter Singles</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensKayakCanadian1000MeterSingles</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_SkatingSportsEvent">
    <rdfs:label xml:lang="en">playing of skating sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">PlayingOf-SkatingSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EvacuationOfHematoma_PericardiumMediastinumDueToBleed_tamponade_SurgicalProcedure">
    <rdfs:label xml:lang="en">evacuation of pericardium or mediastinum hematoma due to bleeding or tamponade</rdfs:label>
    <cycAnnot:label xml:lang="en">EvacuationOfHematoma-PericardiumMediastinumDueToBleed-tamponade-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FileCompressing">
    <rdfs:comment xml:lang="en">The collection of all events in which files are compressed.  A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Encoding&quot; class=&quot;cyc_term&quot;&gt;Encoding&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">file compressing</rdfs:label>
    <cycAnnot:label xml:lang="en">FileCompressing</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensHalfLightJudo">
    <cycAnnot:label xml:lang="en">OlympicMensHalfLightJudo</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens Half Light Judo</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_protective_garments">
    <rdfs:label xml:lang="en">buying protective garments</rdfs:label>
    <cycAnnot:label xml:lang="en">(BuyingFn ProtectiveAttire)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RNAThroughNuclearEnvelope">
    <rdfs:comment xml:lang="en">The subevent in a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EukaryoticGeneExpression&quot; class=&quot;cyc_term&quot;&gt;EukaryoticGeneExpression&lt;/a&gt; in which &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MessengerRNA&quot; class=&quot;cyc_term&quot;&gt;MessengerRNA&lt;/a&gt; passes from the nucleus of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cell&quot; class=&quot;cyc_term&quot;&gt;Cell&lt;/a&gt; (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CellNucleusFn&quot; class=&quot;cyc_term&quot;&gt;CellNucleusFn&lt;/a&gt;) to &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Ribosome&quot; class=&quot;cyc_term&quot;&gt;Ribosome&lt;/a&gt;s in the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cytoplasm&quot; class=&quot;cyc_term&quot;&gt;Cytoplasm&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">exportation of RNA through the nuclear membrane</rdfs:label>
    <cycAnnot:label xml:lang="en">RNAThroughNuclearEnvelope</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Morning">
    <rdfs:label xml:lang="en">morning</rdfs:label>
    <cycAnnot:label xml:lang="en">Morning</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/QualitativeTimeOfDay&quot; class=&quot;cyc_term&quot;&gt;QualitativeTimeOfDay&lt;/a&gt;. An instance of this collection is a daily recurring event during which the sun apparently `rises&apos; and `moves&apos; to its `highest&apos; position in the daily cycle, i.e. from a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sunrise&quot; class=&quot;cyc_term&quot;&gt;Sunrise&lt;/a&gt; to the ensuing noon. The definition is more complex in polar regions in which it is possible that the sun does not rise or set during a day.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensM1500SpeedSkate">
    <cycAnnot:label xml:lang="en">OlympicMensM1500SpeedSkate</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens M 1500 Speed Skate</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OutOfControlCrowdEvent">
    <rdfs:label xml:lang="en">out of control crowd event</rdfs:label>
    <cycAnnot:label xml:lang="en">OutOfControlCrowdEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events in which a crowd of people is passing the normal bounds of social control.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TrackAndFieldSportsEvent">
    <rdfs:comment xml:lang="en">The collection of all track and field sports events. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OutdoorSportsEvent&quot; class=&quot;cyc_term&quot;&gt;OutdoorSportsEvent&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PedestrianSportsEvent&quot; class=&quot;cyc_term&quot;&gt;PedestrianSportsEvent&lt;/a&gt;, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AbsoluteSportsEvent&quot; class=&quot;cyc_term&quot;&gt;AbsoluteSportsEvent&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">track and field</rdfs:label>
    <cycAnnot:label xml:lang="en">TrackAndFieldSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SingScullsRowingSportsEvent">
    <rdfs:comment xml:lang="en">The rowing sports events in which a single rower with two oars propels each scull.</rdfs:comment>
    <rdfs:label xml:lang="en">sing sculls rowing sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">SingScullsRowingSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Cycle_Situation">
    <rdfs:comment xml:lang="en">The collection of all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Situation&quot; class=&quot;cyc_term&quot;&gt;Situation&lt;/a&gt; that are &apos;cyclical&apos; in the sense of featuring iterated phases or scenes.  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cycle_Situation&quot; class=&quot;cyc_term&quot;&gt;Cycle_Situation&lt;/a&gt;s may be be serial or parallel (cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cycle_Serial&quot; class=&quot;cyc_term&quot;&gt;Cycle_Serial&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cycle_Parallel&quot; class=&quot;cyc_term&quot;&gt;Cycle_Parallel&lt;/a&gt;) and may have a well-defined termination point or not (cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cycle_DefiniteTerminus&quot; class=&quot;cyc_term&quot;&gt;Cycle_DefiniteTerminus&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cycle_IndefiniteTerminus&quot; class=&quot;cyc_term&quot;&gt;Cycle_IndefiniteTerminus&lt;/a&gt;).  All cycles, though, are characterized by repetition of a definable sequence of stages.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Cycle-Situation</cycAnnot:label>
    <rdfs:label xml:lang="en">cycle</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Installation_of_road_vehicle_delivered_bombs">
    <cycAnnot:label xml:lang="en">(InstallingFn Bomb-RoadVehicleDelivered)</cycAnnot:label>
    <rdfs:label xml:lang="en">installation of road vehicle delivered bombs</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CarWashing">
    <cycAnnot:label xml:lang="en">CarWashing</cycAnnot:label>
    <rdfs:comment xml:lang="en">This is the collection of events in which an automobile is cleaned.  Usually, washing a car involves at least washing the exterior of the automobile with water and detergent.  Sometimes, it may include vacuuming the interior, or other internal cleaning.  Also, it needn&apos;t always include washing the entire exterior of the car if only part is dirty, so long as the car as a whole is cleaner after the washing than it was before.  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CarWashing&quot; class=&quot;cyc_term&quot;&gt;CarWashing&lt;/a&gt; may be done by a person, or by an automatic device.</rdfs:comment>
    <rdfs:label xml:lang="en">car washing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DeclaringConceptRelevanceOrIrrelevance_ByHuman">
    <cycAnnot:label xml:lang="en">DeclaringConceptRelevanceOrIrrelevance-ByHuman</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Evaluating&quot; class=&quot;cyc_term&quot;&gt;Evaluating&lt;/a&gt;.  Each instance of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeclaringConceptRelevanceOrIrrelevance_ByHuman&quot; class=&quot;cyc_term&quot;&gt;DeclaringConceptRelevanceOrIrrelevance_ByHuman&lt;/a&gt; is an event in which a person
declares that a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Thing&quot; class=&quot;cyc_term&quot;&gt;Thing&lt;/a&gt; (typically, a quoted instance of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CycLExpression&quot; class=&quot;cyc_term&quot;&gt;CycLExpression&lt;/a&gt;) is either relevant or irrelevant with regard to the
performance of a particular &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PurposefulAction&quot; class=&quot;cyc_term&quot;&gt;PurposefulAction&lt;/a&gt;, such as the completion
of an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Assignment_Specification&quot; class=&quot;cyc_term&quot;&gt;Assignment_Specification&lt;/a&gt;. Important specializations are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeemingAConceptRelevant&quot; class=&quot;cyc_term&quot;&gt;DeemingAConceptRelevant&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeemingAConceptIrrelevant&quot; class=&quot;cyc_term&quot;&gt;DeemingAConceptIrrelevant&lt;/a&gt; (qq.v.).</rdfs:comment>
    <rdfs:label xml:lang="en">declaring concept relevance or irrelevance by human</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensM500SpeedSkate">
    <cycAnnot:label xml:lang="en">OlympicWomensM500SpeedSkate</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Womens M 500 Speed Skate</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_ParallelBarsSportsEvent">
    <cycAnnot:label xml:lang="en">PlayingOf-ParallelBarsSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">playing of parallel bars sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MisSaleOfAnEndowment">
    <cycAnnot:label xml:lang="en">MisSaleOfAnEndowment</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of both &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Fraud&quot; class=&quot;cyc_term&quot;&gt;Fraud&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Investing&quot; class=&quot;cyc_term&quot;&gt;Investing&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MisSaleOfAnEndowment&quot; class=&quot;cyc_term&quot;&gt;MisSaleOfAnEndowment&lt;/a&gt; is a sale of an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Endowment_LifeInsurance&quot; class=&quot;cyc_term&quot;&gt;Endowment_LifeInsurance&lt;/a&gt; in which the seller has defrauded the buyer by failing to explain the greater risk involved with an endowment as compared to an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InterestOnlyMortgage&quot; class=&quot;cyc_term&quot;&gt;InterestOnlyMortgage&lt;/a&gt;, with which endowments are often sold together.  Complaints of endowment mis-sales in the UK prompted the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FinancialServicesAuthority_UK&quot; class=&quot;cyc_term&quot;&gt;FinancialServicesAuthority_UK&lt;/a&gt; to undertake a full-scale mis-selling enquiry.</rdfs:comment>
    <rdfs:label xml:lang="en">Mis-Selling</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GroupingObjects">
    <rdfs:label xml:lang="en">grouping</rdfs:label>
    <cycAnnot:label xml:lang="en">GroupingObjects</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Collecting&quot; class=&quot;cyc_term&quot;&gt;Collecting&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CreationEvent&quot; class=&quot;cyc_term&quot;&gt;CreationEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PurposefulAction&quot; class=&quot;cyc_term&quot;&gt;PurposefulAction&lt;/a&gt;. Each instance of this collection is an event in which two or more &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;PartiallyTangible&lt;/a&gt;s are grouped together (possibly in accordance with some general convention) in such a way as to constitute a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Group&quot; class=&quot;cyc_term&quot;&gt;Group&lt;/a&gt; that did not exist before.
&lt;p/&gt;
Such an act of grouping (unlike an instance of the superficially similar &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PhysicalCollectionEvent&quot; class=&quot;cyc_term&quot;&gt;PhysicalCollectionEvent&lt;/a&gt;) requires an intention to do so on the part of the agent who performs the act, and often (but not always) also involves some physical act of bringing the objects into proximity with each other.  Examples include putting flowers together to make a bouquet and assembling a sports team.  See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GroupingThingsMentally&quot; class=&quot;cyc_term&quot;&gt;GroupingThingsMentally&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Heptathlon">
    <rdfs:label xml:lang="en">heptathlon</rdfs:label>
    <cycAnnot:label xml:lang="en">Heptathlon</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensSingleLuge">
    <cycAnnot:label xml:lang="en">OlympicMensSingleLuge</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Men&apos;s Single Luge</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_water_polo">
    <cycAnnot:label xml:lang="en">(GameFn WaterPolo)</cycAnnot:label>
    <rdfs:label xml:lang="en">game of water polo</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all game of water polo. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TeamSportsCompetition&quot; class=&quot;cyc_term&quot;&gt;TeamSportsCompetition&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameEvent&quot; class=&quot;cyc_term&quot;&gt;GameEvent&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AutocatalyticProcess">
    <cycAnnot:label xml:lang="en">AutocatalyticProcess</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all self-organizing processes consisting in multiple and often-interlinked thermodynamic work cycles whereby a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FunctionalSystem&quot; class=&quot;cyc_term&quot;&gt;FunctionalSystem&lt;/a&gt; is maintained over time within its own operational parameters.  Examples include the metabolism of an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Organism_Whole&quot; class=&quot;cyc_term&quot;&gt;Organism_Whole&lt;/a&gt;, the economy of a nation-state (considered as a myriad of preferential buying-selling interactions), or the skein of interlinked biochemical processes realizing an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Ecosystem&quot; class=&quot;cyc_term&quot;&gt;Ecosystem&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">autocatalysis</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_Paper_Chase">
    <cycAnnot:label xml:lang="en">(PlayingFn PaperChase)</cycAnnot:label>
    <rdfs:label xml:lang="en">playing Paper Chase</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SuperHeavyweightFSWrestlingSportsEvent">
    <rdfs:label xml:lang="en">super heavyweight fs wrestling sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">SuperHeavyweightFSWrestlingSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">A weight class of FSWrestlingSportsEvent</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GeologicalEra">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeologicalTimePeriod&quot; class=&quot;cyc_term&quot;&gt;GeologicalTimePeriod&lt;/a&gt;.  Instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeologicalEra&quot; class=&quot;cyc_term&quot;&gt;GeologicalEra&lt;/a&gt; are the longest divisions of geological time.  There are four such divisions: the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Precambrian_GeologicalEra&quot; class=&quot;cyc_term&quot;&gt;Precambrian_GeologicalEra&lt;/a&gt;, the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Palaeozoic_GeologicalEra&quot; class=&quot;cyc_term&quot;&gt;Palaeozoic_GeologicalEra&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Mesozoic_GeologicalEra&quot; class=&quot;cyc_term&quot;&gt;Mesozoic_GeologicalEra&lt;/a&gt;, and the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cenozoic_GeologicalEra&quot; class=&quot;cyc_term&quot;&gt;Cenozoic_GeologicalEra&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">geological era</rdfs:label>
    <cycAnnot:label xml:lang="en">GeologicalEra</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_bird_s_nests">
    <rdfs:label xml:lang="en">making bird&apos;s nests</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn NestForBirds)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ComplexQuestion_IBT">
    <rdfs:label xml:lang="en">complex question</rdfs:label>
    <cycAnnot:label xml:lang="en">ComplexQuestion-IBT</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationRequest_IBT&quot; class=&quot;cyc_term&quot;&gt;InformationRequest_IBT&lt;/a&gt; which take the grammatical form of yes/no questions, but which are actually two or more yes/no questions lumped together.  Such questions are usually posed in error, or in an attempt to trick the listener into providing conflicting or damning information.  An example, &amp;quot;Have you stopped beating your wife?&amp;quot;</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="VeterinaryCareEvent">
    <rdfs:comment xml:lang="en">A medical care event done by a veterinarian, with a patient that is a non-human animal.</rdfs:comment>
    <cycAnnot:label xml:lang="en">VeterinaryCareEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">veterinary care event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ClothesIroningEvent">
    <rdfs:label xml:lang="en">ironing clothes</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of clothes ironing events -- events in which wrinkles are removed from an item of clothing.  You hold an iron, stroke the clothes with it, set it down, pick it up again after smoothing the clothes.  This is repeated a mob of times.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ClothesIroningEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Midday">
    <cycAnnot:label xml:lang="en">Midday</cycAnnot:label>
    <rdfs:label xml:lang="en">midday</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/QualitativeTimeOfDay&quot; class=&quot;cyc_term&quot;&gt;QualitativeTimeOfDay&lt;/a&gt;. An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Midday&quot; class=&quot;cyc_term&quot;&gt;Midday&lt;/a&gt; is the daily recurring event during which the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sun&quot; class=&quot;cyc_term&quot;&gt;Sun&lt;/a&gt; is near its `highest&apos; position in the daily cycle.  A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Midday&quot; class=&quot;cyc_term&quot;&gt;Midday&lt;/a&gt; overlaps the start of an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Afternoon&quot; class=&quot;cyc_term&quot;&gt;Afternoon&lt;/a&gt;, and a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Morning&quot; class=&quot;cyc_term&quot;&gt;Morning&lt;/a&gt; overlaps the start of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Midday&quot; class=&quot;cyc_term&quot;&gt;Midday&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_dams">
    <rdfs:label xml:lang="en">making dams</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn Dam)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ShapingByBlowing">
    <rdfs:comment xml:lang="en">This collection includes instances of distending a material and shaping it by the action of blowing or injecting air. Examples include blowing bubbles or creating blown glass.</rdfs:comment>
    <rdfs:label xml:lang="en">blowing</rdfs:label>
    <cycAnnot:label xml:lang="en">ShapingByBlowing</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WorldSeries">
    <rdfs:comment xml:lang="en">The collection of all the World Series. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChampionshipCompetition&quot; class=&quot;cyc_term&quot;&gt;ChampionshipCompetition&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MajorCompetition&quot; class=&quot;cyc_term&quot;&gt;MajorCompetition&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CooperativeTeamSportsCompetition&quot; class=&quot;cyc_term&quot;&gt;CooperativeTeamSportsCompetition&lt;/a&gt;, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EventSeries&quot; class=&quot;cyc_term&quot;&gt;EventSeries&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">the World Series</rdfs:label>
    <cycAnnot:label xml:lang="en">WorldSeries</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Sentencing_Legal">
    <rdfs:label xml:lang="en">criminal sentencing</rdfs:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LegalProceeding&quot; class=&quot;cyc_term&quot;&gt;LegalProceeding&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ImposingSanctions&quot; class=&quot;cyc_term&quot;&gt;ImposingSanctions&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sentencing_Legal&quot; class=&quot;cyc_term&quot;&gt;Sentencing_Legal&lt;/a&gt; is an event in which someone convicted of a crime is assigned punishment (often by a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Judge&quot; class=&quot;cyc_term&quot;&gt;Judge&lt;/a&gt;).</rdfs:comment>
    <cycAnnot:label xml:lang="en">Sentencing-Legal</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GrantingTradeStatus">
    <rdfs:comment xml:lang="en">The collection of events where one state grants a positive trade status to another state.</rdfs:comment>
    <rdfs:label xml:lang="en">granting a trade status</rdfs:label>
    <cycAnnot:label xml:lang="en">GrantingTradeStatus</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_incisions">
    <rdfs:label xml:lang="en">making incisions</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn SurgicalIncision)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TerroristSuicideBombing_Nuclear">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TerroristSuicideBombing&quot; class=&quot;cyc_term&quot;&gt;TerroristSuicideBombing&lt;/a&gt; in which the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/deviceUsed&quot; class=&quot;cyc_term&quot;&gt;deviceUsed&lt;/a&gt; is
a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Mini_NuclearBomb&quot; class=&quot;cyc_term&quot;&gt;Mini_NuclearBomb&lt;/a&gt;, or so-called &apos;suitcase nuke.&apos;</rdfs:comment>
    <rdfs:label xml:lang="en">nuclear terrorist suicide bombing</rdfs:label>
    <cycAnnot:label xml:lang="en">TerroristSuicideBombing-Nuclear</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Heart_valve_removal">
    <rdfs:label xml:lang="en">heart valve removal</rdfs:label>
    <cycAnnot:label xml:lang="en">(RemovalFn HeartValve)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ApprovingARequest">
    <rdfs:comment xml:lang="en">The collection of communication actions in which an agent approves a request.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ApprovingARequest</cycAnnot:label>
    <rdfs:label xml:lang="en">approving a request</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CrossCountryBicycling">
    <cycAnnot:label xml:lang="en">CrossCountryBicycling</cycAnnot:label>
    <rdfs:label xml:lang="en">cross country</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of bicycling actions where the bicyclist uses a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MountainBike&quot; class=&quot;cyc_term&quot;&gt;MountainBike&lt;/a&gt; on a dirt trail.  Generally, the purpose of an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CrossCountryBicycling&quot; class=&quot;cyc_term&quot;&gt;CrossCountryBicycling&lt;/a&gt; is not to get from point A to point B.  Instead, the bicyclist performs the bicycling activity for exercise or fun.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Nephrectomy_SurgicalProcedure">
    <rdfs:label xml:lang="en">nephrectomy</rdfs:label>
    <cycAnnot:label xml:lang="en">Nephrectomy-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NucleusEmittingASubAtomicParticle">
    <rdfs:label xml:lang="en">emission of a sub atomic particle from a nucleus</rdfs:label>
    <rdfs:comment xml:lang="en">An &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EmittingAnObject&quot; class=&quot;cyc_term&quot;&gt;EmittingAnObject&lt;/a&gt; event in which a single unstable atomic nucleus loses energy by emitting a single &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SubAtomicParticle&quot; class=&quot;cyc_term&quot;&gt;SubAtomicParticle&lt;/a&gt; such as a AlphaParticle, BetaParticle or GammaParticle.  The nucleus (the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/emitter&quot; class=&quot;cyc_term&quot;&gt;emitter&lt;/a&gt;) undergoes a transformation from one isotope to another or from one element to another.  The higher the chance of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/NucleusEmittingASubAtomicParticle&quot; class=&quot;cyc_term&quot;&gt;NucleusEmittingASubAtomicParticle&lt;/a&gt; happening, the shorter the half-life of the substance which the nucleus makes up.</rdfs:comment>
    <cycAnnot:label xml:lang="en">NucleusEmittingASubAtomicParticle</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AddressingAUserQuery">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerUserInteraction&quot; class=&quot;cyc_term&quot;&gt;ComputerUserInteraction&lt;/a&gt;. Instances of this collection are comprised of a series of events in which a question answering system attempts to address a user&apos;s query (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PosingAQuestionToAQuestionAnsweringSystem&quot; class=&quot;cyc_term&quot;&gt;PosingAQuestionToAQuestionAnsweringSystem&lt;/a&gt;).  This may include the generation, prioritzation, and presentation of candidate answers as well evaluation of the user&apos;s satisfaction with such  resposnes.</rdfs:comment>
    <rdfs:label xml:lang="en">addressing auser query</rdfs:label>
    <cycAnnot:label xml:lang="en">AddressingAUserQuery</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OtherCardiacProcedure_Surgical">
    <rdfs:label xml:lang="en">other cardiac procedure surgical</rdfs:label>
    <cycAnnot:label xml:lang="en">OtherCardiacProcedure-Surgical</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AbortedCardiacProcedure_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">AbortedCardiacProcedure-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">aborted non-cardiothoracic procedure</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PresentingTheResultsOfAProgramAction">
    <rdfs:comment xml:lang="en">The collection of all events in which a computer displays the results of the execution of some instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ProgramAction&quot; class=&quot;cyc_term&quot;&gt;ProgramAction&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">PresentingTheResultsOfAProgramAction</cycAnnot:label>
    <rdfs:label xml:lang="en">presenting the results of a program action</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MakingAPromise">
    <rdfs:label xml:lang="en">promising</rdfs:label>
    <cycAnnot:label xml:lang="en">MakingAPromise</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Informing&quot; class=&quot;cyc_term&quot;&gt;Informing&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ObligationCreatingEvent&quot; class=&quot;cyc_term&quot;&gt;ObligationCreatingEvent&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MakingAPromise&quot; class=&quot;cyc_term&quot;&gt;MakingAPromise&lt;/a&gt; is an event in which someone promises to do something, thereby creating an obligation to do that thing.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="StatementOfNeutrality">
    <cycAnnot:label xml:lang="en">StatementOfNeutrality</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events where one agent formally states their neutrality in dealings with another.  This can range from one countries declaration of almost permanent neutrality, like Switzerland to a statement of neutrality on a specific topic, like nuclear testing.</rdfs:comment>
    <rdfs:label xml:lang="en">statement of neutrality</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Inbound_leg_of_commuting">
    <cycAnnot:label xml:lang="en">(InboundLegTypeOfRoundTripTypeFn Commuting)</cycAnnot:label>
    <rdfs:label xml:lang="en">inbound leg of commuting</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TrafficJam">
    <rdfs:comment xml:lang="en">The type of traffic in which there are so many cars (or other vehicles) that the drivers are often stopped longer than they are moving</rdfs:comment>
    <rdfs:label xml:lang="en">traffic jam</rdfs:label>
    <cycAnnot:label xml:lang="en">TrafficJam</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="InternationalSportsCompetition">
    <rdfs:label xml:lang="en">international competition</rdfs:label>
    <rdfs:comment xml:lang="en">International sports competitions, including the Olympics, Wimbledon, World Figure Skating competitions, etc.</rdfs:comment>
    <cycAnnot:label xml:lang="en">InternationalSportsCompetition</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GAFGatheringToGenerateAssertions">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GAFGathering&quot; class=&quot;cyc_term&quot;&gt;GAFGathering&lt;/a&gt; (q.v.).  Each instance of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GAFGatheringToGenerateAssertions&quot; class=&quot;cyc_term&quot;&gt;GAFGatheringToGenerateAssertions&lt;/a&gt; is an event in which GAFs are
gathered with the aim and intent of immediately placing them into a
source microtheory spindle as assertions.</rdfs:comment>
    <cycAnnot:label xml:lang="en">GAFGatheringToGenerateAssertions</cycAnnot:label>
    <rdfs:label xml:lang="en">GAF gathering to generate assertions</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Hang_gliding">
    <rdfs:comment xml:lang="en">The collection of all hang gliding. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Gliding&quot; class=&quot;cyc_term&quot;&gt;Gliding&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AthleticActivity&quot; class=&quot;cyc_term&quot;&gt;AthleticActivity&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OutdoorActivity&quot; class=&quot;cyc_term&quot;&gt;OutdoorActivity&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransportationEvent&quot; class=&quot;cyc_term&quot;&gt;TransportationEvent&lt;/a&gt;, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RecreationalActivity&quot; class=&quot;cyc_term&quot;&gt;RecreationalActivity&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">(TransportViaFn HangGlider)</cycAnnot:label>
    <rdfs:label xml:lang="en">hang gliding</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensSmallRifleProneShooting">
    <cycAnnot:label xml:lang="en">OlympicMensSmallRifleProneShooting</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens Small Rifle Prone Shooting</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Overwatch">
    <rdfs:comment xml:lang="en">The collection of all overwatches. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryTask_MayBeOffensiveOrDefensive&quot; class=&quot;cyc_term&quot;&gt;MilitaryTask_MayBeOffensiveOrDefensive&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Overwatch</cycAnnot:label>
    <rdfs:label xml:lang="en">overwatch</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SeizingAndHoldingCaptive">
    <rdfs:comment xml:lang="en">The collection of all events in which one or more living organisms are forcibly seized (cf. (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HostileSeizureOfTypeFn&quot; class=&quot;cyc_term&quot;&gt;HostileSeizureOfTypeFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Organism_Whole&quot; class=&quot;cyc_term&quot;&gt;Organism_Whole&lt;/a&gt;)) and held captive (cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HeldCaptive&quot; class=&quot;cyc_term&quot;&gt;HeldCaptive&lt;/a&gt;).</rdfs:comment>
    <rdfs:label xml:lang="en">seizing and holding captive</rdfs:label>
    <cycAnnot:label xml:lang="en">SeizingAndHoldingCaptive</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_glue">
    <rdfs:label xml:lang="en">making glue</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn Glue)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Repair_CoronarySinus_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">Repair-CoronarySinus-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">coronary sinus repair</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TakingControlOfAGroup">
    <rdfs:label xml:lang="en">transfer of control in which a group of things is transferred</rdfs:label>
    <cycAnnot:label xml:lang="en">TakingControlOfAGroup</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransferOfControl&quot; class=&quot;cyc_term&quot;&gt;TransferOfControl&lt;/a&gt; in which the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/objectOfControlTransfer&quot; class=&quot;cyc_term&quot;&gt;objectOfControlTransfer&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Group&quot; class=&quot;cyc_term&quot;&gt;Group&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PreparingPosition_MilitaryTask">
    <rdfs:label xml:lang="en">preparing a position</rdfs:label>
    <cycAnnot:label xml:lang="en">PreparingPosition-MilitaryTask</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Demonstration_MilitaryOperation">
    <rdfs:label xml:lang="en">demonstration</rdfs:label>
    <cycAnnot:label xml:lang="en">Demonstration-MilitaryOperation</cycAnnot:label>
    <rdfs:comment xml:lang="en">A demonstration is a show of force in a location where the commander does not seek to conduct decisive operations.  Its aim is to deceive the enemy. It is similar to a feint, except that contact with the enemy is not sought. FM100-40, p3-8.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ClickingOnUIALink">
    <rdfs:comment xml:lang="en">The collection of events that occur when a user clicks on a UIA link.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ClickingOnUIALink</cycAnnot:label>
    <rdfs:label xml:lang="en">clicking on a UIA link</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="StoryTelling">
    <rdfs:label xml:lang="en">storytelling</rdfs:label>
    <rdfs:comment xml:lang="en">This is the collection of acts of orally communicating a story, as opposed to writing one down.</rdfs:comment>
    <cycAnnot:label xml:lang="en">StoryTelling</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PerformingAScheduledAction">
    <rdfs:label xml:lang="en">performing a scheduled action</rdfs:label>
    <cycAnnot:label xml:lang="en">PerformingAScheduledAction</cycAnnot:label>
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PerformingAScheduledAction&quot; class=&quot;cyc_term&quot;&gt;PerformingAScheduledAction&lt;/a&gt; is a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PurposefulAction&quot; class=&quot;cyc_term&quot;&gt;PurposefulAction&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PerformingAScheduledAction&quot; class=&quot;cyc_term&quot;&gt;PerformingAScheduledAction&lt;/a&gt; is an acton done purposefully that has two parts: a waiting until the time of the scheduled action (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Waiting&quot; class=&quot;cyc_term&quot;&gt;Waiting&lt;/a&gt;), and a doing of the scheduled action itself (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ScheduledAction&quot; class=&quot;cyc_term&quot;&gt;ScheduledAction&lt;/a&gt;).</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ArmstandDive">
    <rdfs:label xml:lang="en">armstand dive</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of dives in which the diver takes-off from a handstand position.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ArmstandDive</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensKayak500MeterPairs">
    <rdfs:label xml:lang="en">Olympic Mens Kayak 500 Meter Pairs</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensKayak500MeterPairs</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ComputerThread">
    <rdfs:label xml:lang="en">computer thread</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of acts in which a computer executes a &apos;thread&apos;,
as defined in standard computer parlance, which is &apos;A portion of a process
that can run independently of and concurrently with other portions of
the process.&apos;  A process might have only one thread, in which case it is
the entire portion.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ComputerThread</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="IBTCopying">
    <rdfs:label xml:lang="en">event in which an Information Bearing Thing is copied</rdfs:label>
    <cycAnnot:label xml:lang="en">IBTCopying</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IBTGeneration_Replication&quot; class=&quot;cyc_term&quot;&gt;IBTGeneration_Replication&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IBTCopying&quot; class=&quot;cyc_term&quot;&gt;IBTCopying&lt;/a&gt; is an event which generates some new instance or instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationBearingThing&quot; class=&quot;cyc_term&quot;&gt;InformationBearingThing&lt;/a&gt; by copying the information and format from a source &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationBearingThing&quot; class=&quot;cyc_term&quot;&gt;InformationBearingThing&lt;/a&gt; (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/informationOrigin&quot; class=&quot;cyc_term&quot;&gt;informationOrigin&lt;/a&gt;).  The new instance(s) of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationBearingThing&quot; class=&quot;cyc_term&quot;&gt;InformationBearingThing&lt;/a&gt; encode(s) approximately the same information in approximately the same way as the source &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationBearingThing&quot; class=&quot;cyc_term&quot;&gt;InformationBearingThing&lt;/a&gt;.  A positive example of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IBTCopying&quot; class=&quot;cyc_term&quot;&gt;IBTCopying&lt;/a&gt; would be a person producing a hand-written copy of a newspaper story, where the copy is in the same language as the story, and the format of the story (e.g., the ordering of the paragraphs) is not changed.  Negative examples of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IBTCopying&quot; class=&quot;cyc_term&quot;&gt;IBTCopying&lt;/a&gt; would be a person producing a translation of the newspaper story, or a person producing a document in which the paragraphs of the story are extensively rearranged.  Specializations of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IBTCopying&quot; class=&quot;cyc_term&quot;&gt;IBTCopying&lt;/a&gt; include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CopyingAComputerFile&quot; class=&quot;cyc_term&quot;&gt;CopyingAComputerFile&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PhotocopyingADocument&quot; class=&quot;cyc_term&quot;&gt;PhotocopyingADocument&lt;/a&gt;. See also the predicates &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/copyProduced&quot; class=&quot;cyc_term&quot;&gt;copyProduced&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/itemCopied&quot; class=&quot;cyc_term&quot;&gt;itemCopied&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Shooting_using_missile_launcher">
    <rdfs:label xml:lang="en">shooting using missile launcher</rdfs:label>
    <cycAnnot:label xml:lang="en">(ShootingByLauncherTypeFn MissileLauncher)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DroppingAnObject">
    <rdfs:label xml:lang="en">dropping an object</rdfs:label>
    <cycAnnot:label xml:lang="en">DroppingAnObject</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of physical actions in which an agent -- purposefully or not -- releases an object so that it falls and collides with something below (like the floor or the ground).  Before the release, the object might be supported by part of the agent&apos;s body or by some device the agent controls.  Since the action might be unintentional, this collection includes accidental droppings.  For intentional droppings specifically, see
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DroppingAnObject_Purposeful&quot; class=&quot;cyc_term&quot;&gt;DroppingAnObject_Purposeful&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_Anthrax">
    <rdfs:label xml:lang="en">making Anthrax</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn Anthrax-Bacterium)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CommodityTrading">
    <rdfs:comment xml:lang="en">buying an object, where the object(s) bought is(are) &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CommodityProduct&quot; class=&quot;cyc_term&quot;&gt;CommodityProduct&lt;/a&gt;(s).</rdfs:comment>
    <rdfs:label xml:lang="en">commodity trading</rdfs:label>
    <cycAnnot:label xml:lang="en">CommodityTrading</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_boats">
    <cycAnnot:label xml:lang="en">(MakingFn Boat)</cycAnnot:label>
    <rdfs:label xml:lang="en">making boats</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SinglesFigureSkatingSportsEvent">
    <cycAnnot:label xml:lang="en">SinglesFigureSkatingSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">singles figure skating</rdfs:label>
    <rdfs:comment xml:lang="en">The single person figure skating competition</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Brokering">
    <rdfs:comment xml:lang="en">A kind of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ServiceEvent&quot; class=&quot;cyc_term&quot;&gt;ServiceEvent&lt;/a&gt;.  In each instance, there is a
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/providerOfService&quot; class=&quot;cyc_term&quot;&gt;providerOfService&lt;/a&gt; who acts as an intermediary between a would-be
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/buyer&quot; class=&quot;cyc_term&quot;&gt;buyer&lt;/a&gt; and one or more instances of would-be &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/seller&quot; class=&quot;cyc_term&quot;&gt;seller&lt;/a&gt; to organize and
finalize the sales transaction.</rdfs:comment>
    <rdfs:label xml:lang="en">brokering</rdfs:label>
    <cycAnnot:label xml:lang="en">Brokering</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NavalBlockade">
    <rdfs:label xml:lang="en">naval blockade</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of events in which some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; (usually a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeopoliticalEntity&quot; class=&quot;cyc_term&quot;&gt;GeopoliticalEntity&lt;/a&gt;) prevents shipping from entering or leaving some area.</rdfs:comment>
    <cycAnnot:label xml:lang="en">NavalBlockade</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Comparing">
    <cycAnnot:label xml:lang="en">Comparing</cycAnnot:label>
    <rdfs:comment xml:lang="en">This is the collection of actions in which an agent compares two or more items.</rdfs:comment>
    <rdfs:label xml:lang="en">comparing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GuiltyPlea">
    <cycAnnot:label xml:lang="en">GuiltyPlea</cycAnnot:label>
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GuiltyPlea&quot; class=&quot;cyc_term&quot;&gt;GuiltyPlea&lt;/a&gt; is a confirmation that an person has committed a crime.</rdfs:comment>
    <rdfs:label xml:lang="en">guilty plea</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensKayak500MeterSingles">
    <cycAnnot:label xml:lang="en">OlympicMensKayak500MeterSingles</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Men&apos;s Kayak 500 Meter Singles</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensST3000MeterSpeedSkate">
    <rdfs:label xml:lang="en">Olympic Womens ST 3000 Meter Speed Skate</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicWomensST3000MeterSpeedSkate</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Humanly_initiated_eliminating_a_computer_virus">
    <rdfs:comment xml:lang="en">A collection of events and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerActivity&quot; class=&quot;cyc_term&quot;&gt;ComputerActivity&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationRemoving&quot; class=&quot;cyc_term&quot;&gt;InformationRemoving&lt;/a&gt;. Each instance of this collection involves deliberately removing a computer virus from some information storage device via the use of an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AntiVirusProgram&quot; class=&quot;cyc_term&quot;&gt;AntiVirusProgram&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">(HumanInitiatedFn EliminatingAComputerVirus)</cycAnnot:label>
    <rdfs:label xml:lang="en">humanly initiated eliminating a computer virus</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AssessingEnemyPlan">
    <rdfs:comment xml:lang="en">A collection of processes, each of which is related by the
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/subEvents&quot; class=&quot;cyc_term&quot;&gt;subEvents&lt;/a&gt; relation to some instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AssessingEnemyCOA&quot; class=&quot;cyc_term&quot;&gt;AssessingEnemyCOA&lt;/a&gt;.  In each
instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AssessingEnemyPlan&quot; class=&quot;cyc_term&quot;&gt;AssessingEnemyPlan&lt;/a&gt;, information is evaluated with the purpose of 
determining the enemy&apos;s plan for action.</rdfs:comment>
    <cycAnnot:label xml:lang="en">AssessingEnemyPlan</cycAnnot:label>
    <rdfs:label xml:lang="en">assessing an enemy&apos;s plan</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_tickets">
    <rdfs:label xml:lang="en">buying tickets</rdfs:label>
    <cycAnnot:label xml:lang="en">(BuyingFn Ticket)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FillingADrugPrescription">
    <cycAnnot:label xml:lang="en">FillingADrugPrescription</cycAnnot:label>
    <rdfs:label xml:lang="en">filling a drug prescription</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="UtilityWireProject_MarkLocation">
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MarkingOnASurface&quot; class=&quot;cyc_term&quot;&gt;MarkingOnASurface&lt;/a&gt;. Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UtilityWireProject_MarkLocation&quot; class=&quot;cyc_term&quot;&gt;UtilityWireProject_MarkLocation&lt;/a&gt;
is an event in which someine marks the location of underground utility
lines in preparation for construction involving digging that might
accidently damage the utility lines. Typically, the marking is
effected with spray paint or small orange falgs.</rdfs:comment>
    <cycAnnot:label xml:lang="en">UtilityWireProject-MarkLocation</cycAnnot:label>
    <rdfs:label xml:lang="en">utility wire project mark location</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MilitaryInvasion">
    <cycAnnot:label xml:lang="en">MilitaryInvasion</cycAnnot:label>
    <rdfs:label xml:lang="en">military invasion</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryOperation&quot; class=&quot;cyc_term&quot;&gt;MilitaryOperation&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryInvasion&quot; class=&quot;cyc_term&quot;&gt;MilitaryInvasion&lt;/a&gt; is a planned military invasion of some territory; the territory invaded is related to the invasion by the predicate &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/objectActedOn&quot; class=&quot;cyc_term&quot;&gt;objectActedOn&lt;/a&gt; (q.v.).  See also the collection &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryOccupation&quot; class=&quot;cyc_term&quot;&gt;MilitaryOccupation&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="JobInterview">
    <cycAnnot:label xml:lang="en">JobInterview</cycAnnot:label>
    <rdfs:label xml:lang="en">job interview</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events in which one or more agents interviews one or more other agents to determine if they are suitable candidates for a job/task/employment.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_JudoSportsEvent">
    <rdfs:label xml:lang="en">playing of judo sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">PlayingOf-JudoSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Cutting_IncompleteSeparation">
    <rdfs:comment xml:lang="en">This is the collection of events in which something is cut, but separation is not complete.  The end product of this is a hole/cavity in the object being cut.</rdfs:comment>
    <rdfs:label xml:lang="en">cutting incomplete separation</rdfs:label>
    <cycAnnot:label xml:lang="en">Cutting-IncompleteSeparation</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ComputerProcess_ContinuouslyRunning">
    <rdfs:comment xml:lang="en">The subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerProcess_Generic&quot; class=&quot;cyc_term&quot;&gt;ComputerProcess_Generic&lt;/a&gt; each of whose instances 
    runs continuously on at least one CPU for the entire duration of its 
    existence.  This means that it is never temporarily swapped out or 
    timesliced.</rdfs:comment>
    <rdfs:label xml:lang="en">continuously running computer process</rdfs:label>
    <cycAnnot:label xml:lang="en">ComputerProcess-ContinuouslyRunning</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensLightJudo">
    <cycAnnot:label xml:lang="en">OlympicMensLightJudo</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens Light Judo</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FertilizingAPlant">
    <rdfs:label xml:lang="en">fertilization</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events in which a plant is fertilized</rdfs:comment>
    <cycAnnot:label xml:lang="en">FertilizingAPlant</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DrugTest">
    <cycAnnot:label xml:lang="en">DrugTest</cycAnnot:label>
    <rdfs:label xml:lang="en">drug test</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all tests for illegal drugs.  A result of True means that the substance in question was detected.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BreakingIntoSomething">
    <rdfs:comment xml:lang="en">A sub-collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PurposefulPhysicalAction&quot; class=&quot;cyc_term&quot;&gt;PurposefulPhysicalAction&lt;/a&gt;, each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BreakingIntoSomething&quot; class=&quot;cyc_term&quot;&gt;BreakingIntoSomething&lt;/a&gt; involves the damage to some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Container&quot; class=&quot;cyc_term&quot;&gt;Container&lt;/a&gt; is damaged so that either it can be entered by the performer of this action or its contents can be removed.</rdfs:comment>
    <cycAnnot:label xml:lang="en">BreakingIntoSomething</cycAnnot:label>
    <rdfs:label xml:lang="en">breaking into something</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensHalfHeavyJudo">
    <cycAnnot:label xml:lang="en">OlympicMensHalfHeavyJudo</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens Half Heavy Judo</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CashSale">
    <cycAnnot:label xml:lang="en">CashSale</cycAnnot:label>
    <rdfs:label xml:lang="en">cash sale</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BuyingAnObject&quot; class=&quot;cyc_term&quot;&gt;BuyingAnObject&lt;/a&gt;. Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CashSale&quot; class=&quot;cyc_term&quot;&gt;CashSale&lt;/a&gt; is a sale in which the buyer pays cash for the items purchased.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_sodium_cyanide">
    <rdfs:label xml:lang="en">gaining control of sodium cyanide</rdfs:label>
    <cycAnnot:label xml:lang="en">(GainingControlOfFn SodiumCyanide)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_works_of_art">
    <rdfs:label xml:lang="en">making works of art</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn ArtObject)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensTeamEpee">
    <cycAnnot:label xml:lang="en">OlympicMensTeamEpee</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Men&apos;s Team Epee competition</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_PommelHorseSportsEvent">
    <rdfs:label xml:lang="en">playing of pommel horse sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">PlayingOf-PommelHorseSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Evaluation_of_loan_applications">
    <rdfs:label xml:lang="en">evaluation of loan applications</rdfs:label>
    <cycAnnot:label xml:lang="en">(EvaluatingFn LoanApplication)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DeterminingInterrelationship">
    <rdfs:comment xml:lang="en">The collection of events in which an intelligent animal (or machine) determines what the interrelationship between two or more things is.</rdfs:comment>
    <rdfs:label xml:lang="en">connecting</rdfs:label>
    <cycAnnot:label xml:lang="en">DeterminingInterrelationship</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RedoProcedure">
    <rdfs:label xml:lang="en">redo procedure</rdfs:label>
    <cycAnnot:label xml:lang="en">RedoProcedure</cycAnnot:label>
    <rdfs:comment xml:lang="en">&lt;code&gt;(&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/isa&quot; class=&quot;cyc_term&quot;&gt;isa&lt;/a&gt; &lt;b&gt;PRO&lt;/b&gt; RedoProcedure)&lt;/code&gt; means that the patient involved in &lt;code&gt;&lt;b&gt;PRO&lt;/b&gt;&lt;/code&gt; has previously had a procedure of the very same type (via rdf:type).  This relationship is supported for most procedures except the generic heart valve replacement or repairs where the valve type is not specified.  For example, it works for aortic valve replacement, aortic valve repair, aortic valve replacement or repair, but not for the unspecific cardiac valve replacement, cardiac valve repair, or cardiac valve replacement or repair.  Also, this does not work with the specific vascular procedure names.  The full list of allowable procedures can be found in the drop down suggestions menu.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DiplomaticRecognitionOfGovernment">
    <rdfs:comment xml:lang="en">The collection of events where a state officially recognizes the government of another state where the goverment is in flux.</rdfs:comment>
    <cycAnnot:label xml:lang="en">DiplomaticRecognitionOfGovernment</cycAnnot:label>
    <rdfs:label xml:lang="en">diplomatic recognition of government</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="VisitToExploitationTargetEvent">
    <cycAnnot:label xml:lang="en">VisitToExploitationTargetEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">visit to exploitation target event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HavingAMeal_Individual">
    <rdfs:comment xml:lang="en">An individual&apos;s part in a meal.</rdfs:comment>
    <cycAnnot:label xml:lang="en">HavingAMeal-Individual</cycAnnot:label>
    <rdfs:label xml:lang="en">having a meal</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LunarRoundTrip">
    <rdfs:label xml:lang="en">lunar round trip</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SpaceTransportationEvent&quot; class=&quot;cyc_term&quot;&gt;SpaceTransportationEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Translation_RoundTrip&quot; class=&quot;cyc_term&quot;&gt;Translation_RoundTrip&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LunarRoundTrip&quot; class=&quot;cyc_term&quot;&gt;LunarRoundTrip&lt;/a&gt; is an event in which a transporter travels from &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PlanetEarth&quot; class=&quot;cyc_term&quot;&gt;PlanetEarth&lt;/a&gt; to the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MoonOfEarth&quot; class=&quot;cyc_term&quot;&gt;MoonOfEarth&lt;/a&gt; and back.</rdfs:comment>
    <cycAnnot:label xml:lang="en">LunarRoundTrip</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CancellingADirectDebit">
    <cycAnnot:label xml:lang="en">CancellingADirectDebit</cycAnnot:label>
    <rdfs:comment xml:lang="en">The act of cancelling a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DirectDebitInstruction&quot; class=&quot;cyc_term&quot;&gt;DirectDebitInstruction&lt;/a&gt;.  According to &lt;a href= &quot;http://www.directdebit.co.uk/general_public/faqs.php&quot;&gt;http://www.directdebit.co.uk/general_public/faqs.php&lt;/a&gt;, if a citizen of the UK needs to cancel a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DirectDebitInstruction&quot; class=&quot;cyc_term&quot;&gt;DirectDebitInstruction&lt;/a&gt;, he or she should simply write their bank or building society, providing the name of the organization being paid, the branch sort code from the checking account, the name or names of the account holder or account holders, the bank or building society account number, and the customer reference number with the organization.  The financial institution then makes the cancellation.  Cancellation of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DirectDebitInstruction&quot; class=&quot;cyc_term&quot;&gt;DirectDebitInstruction&lt;/a&gt;s can be made over the telephone or via the internet but written confirmation in these cases may be required.</rdfs:comment>
    <rdfs:label xml:lang="en">canceling a direct debit</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PrimaryProcedure">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SurgicalProcedure&quot; class=&quot;cyc_term&quot;&gt;SurgicalProcedure&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PrimaryProcedure&quot; class=&quot;cyc_term&quot;&gt;PrimaryProcedure&lt;/a&gt; is a procedure performed during a primary operation (an operation where the patient had no earlier qualifying surgeries.</rdfs:comment>
    <cycAnnot:label xml:lang="en">PrimaryProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">procedure performed during a primary surgery</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Inviting_CommunicationAct">
    <rdfs:label xml:lang="en">invitation</rdfs:label>
    <cycAnnot:label xml:lang="en">Inviting-CommunicationAct</cycAnnot:label>
    <rdfs:comment xml:lang="en">Issuing an invitation to someone.  The host suggesting that someone attend or participate in a specific event.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GrantingMoney">
    <rdfs:comment xml:lang="en">The collection of events in which an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; (usually some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Organization&quot; class=&quot;cyc_term&quot;&gt;Organization&lt;/a&gt;) grants &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MonetaryValue&quot; class=&quot;cyc_term&quot;&gt;MonetaryValue&lt;/a&gt; to another &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; for some  specified purpose.  Every &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GrantingMoney&quot; class=&quot;cyc_term&quot;&gt;GrantingMoney&lt;/a&gt; event can also be thought of as a receiving event.  The receiving &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; is expected to apply the money to the purpose (whether specific or generally unrestricted) for which the money is granted.</rdfs:comment>
    <rdfs:label xml:lang="en">granting money</rdfs:label>
    <cycAnnot:label xml:lang="en">GrantingMoney</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HighJumpSportsEvent">
    <rdfs:comment xml:lang="en">The collection of all high jump sports events.  A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FieldSportsEvent&quot; class=&quot;cyc_term&quot;&gt;FieldSportsEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IndividualSportsCompetition&quot; class=&quot;cyc_term&quot;&gt;IndividualSportsCompetition&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">high jump sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">HighJumpSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_hockey">
    <rdfs:comment xml:lang="en">The collection of all games of hockey. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TeamSportsCompetition&quot; class=&quot;cyc_term&quot;&gt;TeamSportsCompetition&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameEvent&quot; class=&quot;cyc_term&quot;&gt;GameEvent&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">(GameFn Hockey)</cycAnnot:label>
    <rdfs:label xml:lang="en">game of hockey</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CardTrick">
    <cycAnnot:label xml:lang="en">CardTrick</cycAnnot:label>
    <rdfs:label xml:lang="en">card trick</rdfs:label>
    <rdfs:comment xml:lang="en">A skillful set of actions performed using a deck of cards that seem            like magic, done to entertain people.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensCyclingTeamTimeTrial">
    <rdfs:label xml:lang="en">Olympic Mens Cycling Team Time Trial</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensCyclingTeamTimeTrial</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_pinochle">
    <rdfs:label xml:lang="en">game of pinochle</rdfs:label>
    <cycAnnot:label xml:lang="en">(GameFn Pinochle)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PartitioningADisk">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerActivity&quot; class=&quot;cyc_term&quot;&gt;ComputerActivity&lt;/a&gt;. In each instance of this collection a hard drive disk is partitioned: divided into sections that may implement different file formats (cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerFileTypeByFormat&quot; class=&quot;cyc_term&quot;&gt;ComputerFileTypeByFormat&lt;/a&gt;).</rdfs:comment>
    <cycAnnot:label xml:lang="en">PartitioningADisk</cycAnnot:label>
    <rdfs:label xml:lang="en">partitioning a disk</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensFeatherweightWeightlifting">
    <rdfs:label xml:lang="en">Olympic Men&apos;s Featherweight Weightlifting</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensFeatherweightWeightlifting</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CommercialFreightFlight">
    <rdfs:label xml:lang="en">commercial freight flight</rdfs:label>
    <cycAnnot:label xml:lang="en">CommercialFreightFlight</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CommercialAirplaneTransportation&quot; class=&quot;cyc_term&quot;&gt;CommercialAirplaneTransportation&lt;/a&gt;.
Each instance of this collection is an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AirplaneTrip&quot; class=&quot;cyc_term&quot;&gt;AirplaneTrip&lt;/a&gt; in which only
cargo is transported.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NonCommercialSale">
    <rdfs:comment xml:lang="en">A collection of events; a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Buying&quot; class=&quot;cyc_term&quot;&gt;Buying&lt;/a&gt;.  In an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/NonCommercialSale&quot; class=&quot;cyc_term&quot;&gt;NonCommercialSale&lt;/a&gt;, the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/buyer&quot; class=&quot;cyc_term&quot;&gt;buyer&lt;/a&gt; is a `non-commercial&apos; agent -- that is, is a person rather than a business or other organization.</rdfs:comment>
    <rdfs:label xml:lang="en">non-commercial sale</rdfs:label>
    <cycAnnot:label xml:lang="en">NonCommercialSale</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_quilts">
    <cycAnnot:label xml:lang="en">(MakingFn Quilt)</cycAnnot:label>
    <rdfs:label xml:lang="en">making quilts</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Advising">
    <rdfs:label xml:lang="en">idea or advice</rdfs:label>
    <cycAnnot:label xml:lang="en">Advising</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events, in which an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IntelligentAgent&quot; class=&quot;cyc_term&quot;&gt;IntelligentAgent&lt;/a&gt; A            tells another &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IntelligentAgent&quot; class=&quot;cyc_term&quot;&gt;IntelligentAgent&lt;/a&gt; B what A thinks B should do,            especially when A knows more than B does about something.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BillSubtotaling">
    <cycAnnot:label xml:lang="en">BillSubtotaling</cycAnnot:label>
    <rdfs:comment xml:lang="en">The step in &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CheckingOutPurchases&quot; class=&quot;cyc_term&quot;&gt;CheckingOutPurchases&lt;/a&gt; when the the price of all the items is added up.  Does not include tax computation.</rdfs:comment>
    <rdfs:label xml:lang="en">subtotal</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BiologicalCatabolismEvent">
    <rdfs:label xml:lang="en">catabolism</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of events.  Each &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BiologicalCatabolismEvent&quot; class=&quot;cyc_term&quot;&gt;BiologicalCatabolismEvent&lt;/a&gt; involve the destruction of larger molecules.  E.g., the degradation of glucose into carbon dioxide and water, which releases energy used to make ATP (adenosine triphosphate).</rdfs:comment>
    <cycAnnot:label xml:lang="en">BiologicalCatabolismEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensLightFlyweightGRWrestling">
    <cycAnnot:label xml:lang="en">OlympicMensLightFlyweightGRWrestling</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Men&apos;s Light Flyweight Greco-Roman Wrestling</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MilitaryOccupation">
    <cycAnnot:label xml:lang="en">MilitaryOccupation</cycAnnot:label>
    <rdfs:label xml:lang="en">military occupation</rdfs:label>
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryOccupation&quot; class=&quot;cyc_term&quot;&gt;MilitaryOccupation&lt;/a&gt; is the collection of events that occur when a region is being forcefully occupied by an external agent.  The occupied region is the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/objectActedOn&quot; class=&quot;cyc_term&quot;&gt;objectActedOn&lt;/a&gt; in the occupation.  A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryOccupation&quot; class=&quot;cyc_term&quot;&gt;MilitaryOccupation&lt;/a&gt; of a country typically occurs after a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryInvasion&quot; class=&quot;cyc_term&quot;&gt;MilitaryInvasion&lt;/a&gt; of that country.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_GSLV_ballistic_missiles">
    <cycAnnot:label xml:lang="en">(MakingFn BallisticMissile-GSLV)</cycAnnot:label>
    <rdfs:label xml:lang="en">making GSLV ballistic missiles</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Sit_In">
    <rdfs:label xml:lang="en">sit-in</rdfs:label>
    <rdfs:comment xml:lang="en">Sitting at a location in order to protest something.  Usually done in groups.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Sit-In</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MilitaryManeuver_Offensive">
    <rdfs:comment xml:lang="en">The collection of instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryManeuver&quot; class=&quot;cyc_term&quot;&gt;MilitaryManeuver&lt;/a&gt; which are used in offensive actions.</rdfs:comment>
    <rdfs:label xml:lang="en">offensive military maneuver</rdfs:label>
    <cycAnnot:label xml:lang="en">MilitaryManeuver-Offensive</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MiddleweightGRWrestlingSportsEvent">
    <cycAnnot:label xml:lang="en">MiddleweightGRWrestlingSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">A weight class of GRWrestlingSportsEvent</rdfs:comment>
    <rdfs:label xml:lang="en">middleweight gr wrestling sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FailureIsolation">
    <rdfs:comment xml:lang="en">The collection of events in which the failing component of a device is isolated.</rdfs:comment>
    <rdfs:label xml:lang="en">failure isolation</rdfs:label>
    <cycAnnot:label xml:lang="en">FailureIsolation</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensHurdles_400Meter">
    <cycAnnot:label xml:lang="en">OlympicMensHurdles-400Meter</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic men&apos;s 400 meter hurdles</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RollingOver_Animal">
    <rdfs:comment xml:lang="en">This is the collection of actions in which an animal changes its posture while remaining in a reclining position.</rdfs:comment>
    <cycAnnot:label xml:lang="en">RollingOver-Animal</cycAnnot:label>
    <rdfs:label xml:lang="en">rolling over</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RinsingBody">
    <rdfs:comment xml:lang="en">Events in which the body or part of the body are rinsed.</rdfs:comment>
    <cycAnnot:label xml:lang="en">RinsingBody</cycAnnot:label>
    <rdfs:label xml:lang="en">rinsing body</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Endarterectomy_SurgicalProcedure">
    <rdfs:label xml:lang="en">endarterectomy</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SurgicalProcedure&quot; class=&quot;cyc_term&quot;&gt;SurgicalProcedure&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Endarterectomy_SurgicalProcedure&quot; class=&quot;cyc_term&quot;&gt;Endarterectomy_SurgicalProcedure&lt;/a&gt; is a surgical procedure performed in order to remove the atheromatous plaque in the lining of an artery. When this removal is performed as an endovascular procedure through a catheter it is called an &amp;quot;atherectomy&amp;quot;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Endarterectomy-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicBoxing_LightHeavyweight">
    <cycAnnot:label xml:lang="en">OlympicBoxing-LightHeavyweight</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Boxing Light Heavyweight</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RearwardPassageOfLines_MilitaryOperation">
    <cycAnnot:label xml:lang="en">RearwardPassageOfLines-MilitaryOperation</cycAnnot:label>
    <rdfs:label xml:lang="en">rearward passage of lines</rdfs:label>
    <rdfs:comment xml:lang="en">A rearward passage of lines occurs when a unit passes through another unit while moving away from the enemy. FM100-40, p18- 2. A rearward passage of lines is similar in concept to a forward passage of lines. It continues the defense or retrograde operation. It maintains enemy contact while allowing for the recovery of the security force or the replacement of a unit that is combat-ineffective.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HoldingHostageForRansom">
    <rdfs:label xml:lang="en">holding hostage for ransom</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HoldingHostage&quot; class=&quot;cyc_term&quot;&gt;HoldingHostage&lt;/a&gt;s wherein the characteristic (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttemptingFn&quot; class=&quot;cyc_term&quot;&gt;AttemptingFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Extortion&quot; class=&quot;cyc_term&quot;&gt;Extortion&lt;/a&gt;) consists in one or more ransom demands (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DemandingARansom&quot; class=&quot;cyc_term&quot;&gt;DemandingARansom&lt;/a&gt;).  The hostage-holders may or may not receive the ransom they request, and the victim may or may not be released.</rdfs:comment>
    <cycAnnot:label xml:lang="en">HoldingHostageForRansom</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensHighJump">
    <cycAnnot:label xml:lang="en">OlympicWomensHighJump</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Womens High Jump</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TurningOffPoweredDevice">
    <rdfs:label xml:lang="en">turning off</rdfs:label>
    <cycAnnot:label xml:lang="en">TurningOffPoweredDevice</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChangingDeviceState&quot; class=&quot;cyc_term&quot;&gt;ChangingDeviceState&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TurningOffPoweredDevice&quot; class=&quot;cyc_term&quot;&gt;TurningOffPoweredDevice&lt;/a&gt; is an event in which the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/stateOfDevice&quot; class=&quot;cyc_term&quot;&gt;stateOfDevice&lt;/a&gt; of some instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PhysicalDevice&quot; class=&quot;cyc_term&quot;&gt;PhysicalDevice&lt;/a&gt; changes from &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Device_On&quot; class=&quot;cyc_term&quot;&gt;Device_On&lt;/a&gt; to &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Device_Off&quot; class=&quot;cyc_term&quot;&gt;Device_Off&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WakingHours">
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WakingHours&quot; class=&quot;cyc_term&quot;&gt;WakingHours&lt;/a&gt; is a set of time intervals.  The length of each of those, and its &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/startingPoint&quot; class=&quot;cyc_term&quot;&gt;startingPoint&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/endingPoint&quot; class=&quot;cyc_term&quot;&gt;endingPoint&lt;/a&gt;, is defined by the bulk of a population being awake.  The schedule varies by context -- i.e. which group of people are being considered -- and the boundaries are fuzzy.</rdfs:comment>
    <cycAnnot:label xml:lang="en">WakingHours</cycAnnot:label>
    <rdfs:label xml:lang="en">waking hour</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HelicopterTakeOff">
    <cycAnnot:label xml:lang="en">HelicopterTakeOff</cycAnnot:label>
    <rdfs:label xml:lang="en">helicopter takeoff</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TakeOff_Flight&quot; class=&quot;cyc_term&quot;&gt;TakeOff_Flight&lt;/a&gt;.  Each instance of this collection is an event in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Helicopter&quot; class=&quot;cyc_term&quot;&gt;Helicopter&lt;/a&gt; leaves the ground and becomes airborne.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Distribution_of_petroleum_products">
    <cycAnnot:label xml:lang="en">(PhysicalDistributionFn PetroleumProduct)</cycAnnot:label>
    <rdfs:label xml:lang="en">distribution of petroleum products</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NotCardiopulmonaryBypass_SurgicalProcedure">
    <rdfs:label xml:lang="en">not cardiopulmonary bypass</rdfs:label>
    <cycAnnot:label xml:lang="en">NotCardiopulmonaryBypass-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DiastolicBloodPressureTest">
    <rdfs:comment xml:lang="en">The collection of all tests which measure the diastolic blood pressure. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MedicalTesting&quot; class=&quot;cyc_term&quot;&gt;MedicalTesting&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DiastolicBloodPressureTest&quot; class=&quot;cyc_term&quot;&gt;DiastolicBloodPressureTest&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LearnedActivityType&quot; class=&quot;cyc_term&quot;&gt;LearnedActivityType&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">diastolic blood pressure test</rdfs:label>
    <cycAnnot:label xml:lang="en">DiastolicBloodPressureTest</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ComputerGameEvent">
    <cycAnnot:label xml:lang="en">ComputerGameEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">playing computer game</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events consisting of a game (e.g. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DungeonsAndDragons&quot; class=&quot;cyc_term&quot;&gt;DungeonsAndDragons&lt;/a&gt;) being played in its entirety on a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Computer&quot; class=&quot;cyc_term&quot;&gt;Computer&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FineDining">
    <cycAnnot:label xml:lang="en">FineDining</cycAnnot:label>
    <rdfs:label xml:lang="en">fine dining event</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events in which one or more &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Person&quot; class=&quot;cyc_term&quot;&gt;Person&lt;/a&gt;s eats a meal in            a formal and elegant setting, usually at a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FineRestaurant&quot; class=&quot;cyc_term&quot;&gt;FineRestaurant&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KillingByMeansOfHandGrenade">
    <cycAnnot:label xml:lang="en">KillingByMeansOfHandGrenade</cycAnnot:label>
    <rdfs:label xml:lang="en">killing by means of a hand grenade</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Repetition">
    <cycAnnot:label xml:lang="en">Repetition</cycAnnot:label>
    <rdfs:label xml:lang="en">resumed activity</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;font color=&quot;#ff0000&quot;&gt;#$ContinuedActivity&lt;/font&gt;.  Each instance of &lt;font color=&quot;#ff0000&quot;&gt;#$ResumedActivity&lt;/font&gt; is an event in which an agent resumes the performance of some discontinuous event (cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/temporallyContinuousDuring&quot; class=&quot;cyc_term&quot;&gt;temporallyContinuousDuring&lt;/a&gt;).</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_sulfur_monochloride">
    <cycAnnot:label xml:lang="en">(GainingControlOfFn SulfurMonochloride)</cycAnnot:label>
    <rdfs:label xml:lang="en">gaining control of sulfur monochloride</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RequestingToMakeASale">
    <rdfs:comment xml:lang="en">Communicating, in some medium, a request to sell goods or services; specifies which items the potential buyer is interested in purchasing. This implies an obligation on the part of the performer/requestor to participate in the buying as specified by the (possibly implicit) terms of the request if these terms are accepted by the recipient of the request (ergo this is a kind of offering).</rdfs:comment>
    <cycAnnot:label xml:lang="en">RequestingToMakeASale</cycAnnot:label>
    <rdfs:label xml:lang="en">requesting to make a sale</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensSwim_100MeterFreestyle">
    <cycAnnot:label xml:lang="en">OlympicWomensSwim-100MeterFreestyle</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic women&apos;s 100 meter freestyle swim competition</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Backgammon_ComputerGameEvent">
    <cycAnnot:label xml:lang="en">Backgammon-ComputerGameEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">backgammon game</rdfs:label>
    <rdfs:comment xml:lang="en">The set of events consisting of a complete game of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Backgammon&quot; class=&quot;cyc_term&quot;&gt;Backgammon&lt;/a&gt; being played on a computer</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_PedestrianSportsEvent">
    <cycAnnot:label xml:lang="en">PlayingOf-PedestrianSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">playing of pedestrian sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RespondingToARequestForClarification">
    <rdfs:comment xml:lang="en">The collection of all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RespondingToAQuestion&quot; class=&quot;cyc_term&quot;&gt;RespondingToAQuestion&lt;/a&gt; that are responses to a request for clarification (c.f. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RequestingClarification&quot; class=&quot;cyc_term&quot;&gt;RequestingClarification&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">responding to a request for clarification</rdfs:label>
    <cycAnnot:label xml:lang="en">RespondingToARequestForClarification</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Neighing">
    <cycAnnot:label xml:lang="en">Neighing</cycAnnot:label>
    <rdfs:comment xml:lang="en">Action which produces the common horse utterance.</rdfs:comment>
    <rdfs:label xml:lang="en">neighing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CounterattackByFire">
    <rdfs:label xml:lang="en">counterattack by fire</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Counterattack_MilitaryOperation&quot; class=&quot;cyc_term&quot;&gt;Counterattack_MilitaryOperation&lt;/a&gt;.  Each instance is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryOperation&quot; class=&quot;cyc_term&quot;&gt;MilitaryOperation&lt;/a&gt; and an offensive response to a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryAttack&quot; class=&quot;cyc_term&quot;&gt;MilitaryAttack&lt;/a&gt;, and is carried out by means of direct or indirect fires.</rdfs:comment>
    <cycAnnot:label xml:lang="en">CounterattackByFire</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TsunamiLandfall">
    <rdfs:label xml:lang="en">landfall of a tsunami</rdfs:label>
    <cycAnnot:label xml:lang="en">TsunamiLandfall</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all events in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Tsunami&quot; class=&quot;cyc_term&quot;&gt;Tsunami&lt;/a&gt; makes contact with the shore.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BenchmarkingAnInvestmentPortfolio">
    <cycAnnot:label xml:lang="en">BenchmarkingAnInvestmentPortfolio</cycAnnot:label>
    <rdfs:label xml:lang="en">benchmarking an investment portfolio</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BenchmarkingSomething&quot; class=&quot;cyc_term&quot;&gt;BenchmarkingSomething&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BenchmarkingAnInvestmentPortfolio&quot; class=&quot;cyc_term&quot;&gt;BenchmarkingAnInvestmentPortfolio&lt;/a&gt; is an event in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Benchmark&quot; class=&quot;cyc_term&quot;&gt;Benchmark&lt;/a&gt; is selected in order to serve as a standard against which the performance of an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InvestmentPortfolio&quot; class=&quot;cyc_term&quot;&gt;InvestmentPortfolio&lt;/a&gt; is compared.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FourShellWithoutCoxRowingSportsEvent">
    <cycAnnot:label xml:lang="en">FourShellWithoutCoxRowingSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">four shell without cox rowing sports event</rdfs:label>
    <rdfs:comment xml:lang="en">The rowing sports events in which shells are propelled by four rowers with one oar each (two row port, two starboard), with no coxswain.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FilmingAVisualImage">
    <rdfs:comment xml:lang="en">Using a camera device to record a visual image, whether the medium is film or videotape.  Recording a movie off of cable with an in-line VCR is *not* part of this collection - see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/VideoCassetteRecording&quot; class=&quot;cyc_term&quot;&gt;VideoCassetteRecording&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">FilmingAVisualImage</cycAnnot:label>
    <rdfs:label xml:lang="en">filming</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ChristmasSeason">
    <rdfs:comment xml:lang="en">Each &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChristmasSeason&quot; class=&quot;cyc_term&quot;&gt;ChristmasSeason&lt;/a&gt; is the annual event around the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChristmasHoliday&quot; class=&quot;cyc_term&quot;&gt;ChristmasHoliday&lt;/a&gt; where people observing this holiday perform related activities, such as displaying &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChristmasDecoration&quot; class=&quot;cyc_term&quot;&gt;ChristmasDecoration&lt;/a&gt;s, participating in related religious services, etc.</rdfs:comment>
    <rdfs:label xml:lang="en">Christmastime</rdfs:label>
    <cycAnnot:label xml:lang="en">ChristmasSeason</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_powder_cocaine">
    <cycAnnot:label xml:lang="en">(MakingFn Cocaine-Powder)</cycAnnot:label>
    <rdfs:label xml:lang="en">making powder cocaine</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PersuadingToPerformTerroristAct">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PersuadingToAct&quot; class=&quot;cyc_term&quot;&gt;PersuadingToAct&lt;/a&gt;. Each instance of this collection is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CommunicationAct_Single&quot; class=&quot;cyc_term&quot;&gt;CommunicationAct_Single&lt;/a&gt; in which the performer successfully induces the recipient to perform some terrorist activity.</rdfs:comment>
    <cycAnnot:label xml:lang="en">PersuadingToPerformTerroristAct</cycAnnot:label>
    <rdfs:label xml:lang="en">persuading to perform terrorist act</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AccessingReferenceResources">
    <rdfs:comment xml:lang="en">The collection of all events in which a person accesses reference resources, such as a dictionary, thesaurus, atlas, encyclopedia, or etc.</rdfs:comment>
    <cycAnnot:label xml:lang="en">AccessingReferenceResources</cycAnnot:label>
    <rdfs:label xml:lang="en">accessing reference resources</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_sarin">
    <cycAnnot:label xml:lang="en">(GainingControlOfFn Sarin)</cycAnnot:label>
    <rdfs:label xml:lang="en">gaining control of sarin</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PayingByMail">
    <rdfs:label xml:lang="en">paying by mail</rdfs:label>
    <cycAnnot:label xml:lang="en">PayingByMail</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Paying&quot; class=&quot;cyc_term&quot;&gt;Paying&lt;/a&gt; events in which the agent doing the paying (i.e., the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/fromPossessor&quot; class=&quot;cyc_term&quot;&gt;fromPossessor&lt;/a&gt; of the money paid) uses a (physical) mailing service to make the payment.  That could mean sending currency to the payee (the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/toPossessor&quot; class=&quot;cyc_term&quot;&gt;toPossessor&lt;/a&gt;) -- or the payee&apos;s agent -- but more likely means sending a check, money order, or credit card authorization.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensDownhillSkiing">
    <rdfs:label xml:lang="en">Olympic Mens Downhill Skiing</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensDownhillSkiing</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MusicalCommunicating">
    <cycAnnot:label xml:lang="en">MusicalCommunicating</cycAnnot:label>
    <rdfs:comment xml:lang="en">The communication of a musical idea.</rdfs:comment>
    <rdfs:label xml:lang="en">musical communicating</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensMiddleweightGRWrestling">
    <rdfs:label xml:lang="en">Olympic Mens Middleweight GR Wrestling</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensMiddleweightGRWrestling</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="JazzMusicalPerformance">
    <rdfs:label xml:lang="en">jazz musical performance</rdfs:label>
    <cycAnnot:label xml:lang="en">JazzMusicalPerformance</cycAnnot:label>
    <rdfs:comment xml:lang="en">A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MusicalPerformance&quot; class=&quot;cyc_term&quot;&gt;MusicalPerformance&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/JazzMusicalPerformance&quot; class=&quot;cyc_term&quot;&gt;JazzMusicalPerformance&lt;/a&gt; is an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EntertainmentEventType&quot; class=&quot;cyc_term&quot;&gt;EntertainmentEventType&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_Taroky">
    <rdfs:label xml:lang="en">game of Taroky</rdfs:label>
    <cycAnnot:label xml:lang="en">(GameFn Taroky-CardGame)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_Illustrated_Hungarian_Tarokk">
    <rdfs:label xml:lang="en">game of Illustrated Hungarian Tarokk</rdfs:label>
    <cycAnnot:label xml:lang="en">(GameFn IllustratedHungarianTarokk-CardGame)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RepairOfHeartWound_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">RepairOfHeartWound-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">heart wound repair</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TestQueryRun">
    <cycAnnot:label xml:lang="en">TestQueryRun</cycAnnot:label>
    <rdfs:label xml:lang="en">test query run</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="VacationPackage">
    <rdfs:comment xml:lang="en">Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/VacationPackage&quot; class=&quot;cyc_term&quot;&gt;VacationPackage&lt;/a&gt; is a set of travel-related services sold together, and usually includes transportation and lodging, but might also include meals, entertainment and guided activtities.</rdfs:comment>
    <rdfs:label xml:lang="en">vacation package</rdfs:label>
    <cycAnnot:label xml:lang="en">VacationPackage</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Airplane_repair">
    <rdfs:comment xml:lang="en">The collection of all airplane repairs. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SimpleRepairing&quot; class=&quot;cyc_term&quot;&gt;SimpleRepairing&lt;/a&gt;. &amp;quot;Airplane repair&amp;quot; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SkilledActivityType&quot; class=&quot;cyc_term&quot;&gt;SkilledActivityType&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">(RepairingFn Airplane)</cycAnnot:label>
    <rdfs:label xml:lang="en">airplane repair</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Attack_MilitaryOperation">
    <cycAnnot:label xml:lang="en">Attack-MilitaryOperation</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryOffensiveOperation&quot; class=&quot;cyc_term&quot;&gt;MilitaryOffensiveOperation&lt;/a&gt;.  Instances
are offensive operations characterized by actual instances of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Engagement_Military&quot; class=&quot;cyc_term&quot;&gt;Engagement_Military&lt;/a&gt;, a requirement that does not extend to instances
of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryOffensiveOperation&quot; class=&quot;cyc_term&quot;&gt;MilitaryOffensiveOperation&lt;/a&gt; in general.</rdfs:comment>
    <rdfs:label xml:lang="en">attack operation</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AncestralCulture">
    <cycAnnot:label xml:lang="en">AncestralCulture</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HumanCulture&quot; class=&quot;cyc_term&quot;&gt;HumanCulture&lt;/a&gt;, each instance
  of which is a culture whose core participants identify 
  themselves as descendants of some common ancestors.  An 
  ancestral culture is characterized by its development as 
  part of, and in response to, the experiences of such an 
  ancestral group.  For example, there are instances of 
  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AncestralCulture&quot; class=&quot;cyc_term&quot;&gt;AncestralCulture&lt;/a&gt; associated with &lt;font color=&quot;#ff0000&quot;&gt;#$AfricanAmericanPerson&lt;/font&gt; 
  and the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EthnicGroupOfSerbians&quot; class=&quot;cyc_term&quot;&gt;EthnicGroupOfSerbians&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">ancestral culture</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_weapons_of_mass_destruction">
    <rdfs:label xml:lang="en">making weapons of mass destruction</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn WeaponOfMassDestruction)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SurgicalWoundTreatment_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">SurgicalWoundTreatment-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">surgical wound treatment</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Cycle_Parallel">
    <rdfs:comment xml:lang="en">The collection of all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cycle_Situation&quot; class=&quot;cyc_term&quot;&gt;Cycle_Situation&lt;/a&gt; that can be subdivided into iterated stages which run in parallel.  For example, consider an instantiation of the Krebs cycle in a particular cell&apos;s metabolism.  At any given time, instantiations of all of the scenes or &apos;stages&apos; of the cycle are likely to be running in the cell concurrently:  however the metabolic output of any instantiation of any given stage will be &apos;fed into&apos; an instantiation of the next stage in the cycle.  This is the hallmark of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cycle_Parallel&quot; class=&quot;cyc_term&quot;&gt;Cycle_Parallel&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">parallel cycle</rdfs:label>
    <cycAnnot:label xml:lang="en">Cycle-Parallel</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_ricin">
    <rdfs:label xml:lang="en">making ricin</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn RicinToxin)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicBoxing_Heavyweight">
    <cycAnnot:label xml:lang="en">OlympicBoxing-Heavyweight</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic heavyweight boxing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RunningSportsEvent">
    <rdfs:label xml:lang="en">running event</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RacingSportsEvent&quot; class=&quot;cyc_term&quot;&gt;RacingSportsEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TrackSportsEvent&quot; class=&quot;cyc_term&quot;&gt;TrackSportsEvent&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RunningSportsEvent&quot; class=&quot;cyc_term&quot;&gt;RunningSportsEvent&lt;/a&gt; is ann event in which the winning competitor is the individual or team who traverses a certain distance in a specific amount of time.</rdfs:comment>
    <cycAnnot:label xml:lang="en">RunningSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WithdrawingUnderPressure">
    <rdfs:label xml:lang="en">withdrawal under pressure</rdfs:label>
    <rdfs:comment xml:lang="en">This is a planned, voluntary disengagement from the enemy which is performed under enemy pressure.</rdfs:comment>
    <cycAnnot:label xml:lang="en">WithdrawingUnderPressure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Quitting_smoking">
    <cycAnnot:label xml:lang="en">(QuittingFn Smoking)</cycAnnot:label>
    <rdfs:label xml:lang="en">quitting smoking</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EndorsingAPoliticalCandidate">
    <rdfs:comment xml:lang="en">The collection of events in which an agent publicly expresses support for some political candidate.</rdfs:comment>
    <cycAnnot:label xml:lang="en">EndorsingAPoliticalCandidate</cycAnnot:label>
    <rdfs:label xml:lang="en">endorsing a political candidate</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DisarmingAWeapon">
    <rdfs:label xml:lang="en">disarming A weapon</rdfs:label>
    <cycAnnot:label xml:lang="en">DisarmingAWeapon</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PhosphateUptake_Plant">
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Ingesting&quot; class=&quot;cyc_term&quot;&gt;Ingesting&lt;/a&gt; processes wherein plants ingest &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Phosphate&quot; class=&quot;cyc_term&quot;&gt;Phosphate&lt;/a&gt;s.</rdfs:comment>
    <rdfs:label xml:lang="en">phosphate uptake plant</rdfs:label>
    <cycAnnot:label xml:lang="en">PhosphateUptake-Plant</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TeachingACourse">
    <rdfs:label xml:lang="en">teaching a course</rdfs:label>
    <cycAnnot:label xml:lang="en">TeachingACourse</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all events involving the teaching of some course A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FormalLectureSeries_IBT&quot; class=&quot;cyc_term&quot;&gt;FormalLectureSeries_IBT&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TeachingACourse&quot; class=&quot;cyc_term&quot;&gt;TeachingACourse&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SkilledActivityType&quot; class=&quot;cyc_term&quot;&gt;SkilledActivityType&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_volleyball">
    <rdfs:label xml:lang="en">game of volleyball</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all game of volleyball. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TeamSportsCompetition&quot; class=&quot;cyc_term&quot;&gt;TeamSportsCompetition&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameEvent&quot; class=&quot;cyc_term&quot;&gt;GameEvent&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">(GameFn Volleyball)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KidnappingSomebodySubEventsImmersionOfInPersonAcidSolution_Liquid">
    <cycAnnot:label xml:lang="en">KidnappingSomebodySubEventsImmersionOfInPersonAcidSolution-Liquid</cycAnnot:label>
    <rdfs:label xml:lang="en">kidnapping somebody sub events immersion of in person acid solution liquid</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FamilyStyleFoodService">
    <rdfs:comment xml:lang="en">The type of dining in which the food is delivered to the table in serving dishes and the diners take their individual portions from the common dishes.</rdfs:comment>
    <rdfs:label xml:lang="en">family-style food service</rdfs:label>
    <cycAnnot:label xml:lang="en">FamilyStyleFoodService</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ReinforcingAMilitaryForce">
    <rdfs:label xml:lang="en">reinforcing a military force</rdfs:label>
    <cycAnnot:label xml:lang="en">ReinforcingAMilitaryForce</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of both &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryEvent&quot; class=&quot;cyc_term&quot;&gt;MilitaryEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HelpingAnAgent&quot; class=&quot;cyc_term&quot;&gt;HelpingAnAgent&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ReinforcingAMilitaryForce&quot; class=&quot;cyc_term&quot;&gt;ReinforcingAMilitaryForce&lt;/a&gt; is an event in which some military force reinforces another military force.  The two military forces may be part of the same military organization, or they may come from cooperative, autonomous military organizations.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AcademicYear_American">
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AcademicYear&quot; class=&quot;cyc_term&quot;&gt;AcademicYear&lt;/a&gt;s as recognized by American academic institutions.</rdfs:comment>
    <rdfs:label xml:lang="en">academic year american</rdfs:label>
    <cycAnnot:label xml:lang="en">AcademicYear-American</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SettingADeadline">
    <cycAnnot:label xml:lang="en">SettingADeadline</cycAnnot:label>
    <rdfs:comment xml:lang="en">A sub-collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Demanding_CommunicationAct&quot; class=&quot;cyc_term&quot;&gt;Demanding_CommunicationAct&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DescribingSomething&quot; class=&quot;cyc_term&quot;&gt;DescribingSomething&lt;/a&gt;. Each instance of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SettingADeadline&quot; class=&quot;cyc_term&quot;&gt;SettingADeadline&lt;/a&gt; involves describing a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Date&quot; class=&quot;cyc_term&quot;&gt;Date&lt;/a&gt; by which some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Specification&quot; class=&quot;cyc_term&quot;&gt;Specification&lt;/a&gt; must be satisfied. More specifically, stating the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Date&quot; class=&quot;cyc_term&quot;&gt;Date&lt;/a&gt; that bears the relation &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/hasDeadline&quot; class=&quot;cyc_term&quot;&gt;hasDeadline&lt;/a&gt; from some instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/NormativeSpecification&quot; class=&quot;cyc_term&quot;&gt;NormativeSpecification&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">setting a deadline</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KidnappingSomebodySubEventsShootingSomeoneExecutionStyle">
    <cycAnnot:label xml:lang="en">KidnappingSomebodySubEventsShootingSomeoneExecutionStyle</cycAnnot:label>
    <rdfs:label xml:lang="en">kidnapping somebody sub events shooting someone execution style</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TomographyScan">
    <cycAnnot:label xml:lang="en">TomographyScan</cycAnnot:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/XRayTest&quot; class=&quot;cyc_term&quot;&gt;XRayTest&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TomographyScan&quot; class=&quot;cyc_term&quot;&gt;TomographyScan&lt;/a&gt; is a medical test in which &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/XRay&quot; class=&quot;cyc_term&quot;&gt;XRay&lt;/a&gt;s are used to obtain a three-dimensional image of organs and other features inside a human body.  Tomography scans are also known as &amp;quot;CAT&amp;quot; or &amp;quot;CT&amp;quot; scans (the &amp;quot;C&amp;quot; is for &amp;quot;computerized&amp;quot;).</rdfs:comment>
    <rdfs:label xml:lang="en">CT</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CalligraphyWriting">
    <rdfs:label xml:lang="en">calligraphy</rdfs:label>
    <cycAnnot:label xml:lang="en">CalligraphyWriting</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of writing events of producing a
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Calligraphy_ArtObject&quot; class=&quot;cyc_term&quot;&gt;Calligraphy_ArtObject&lt;/a&gt;</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AnnualClimateCycle">
    <rdfs:label xml:lang="en">annual climate cycle</rdfs:label>
    <cycAnnot:label xml:lang="en">AnnualClimateCycle</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WeatherEvent&quot; class=&quot;cyc_term&quot;&gt;WeatherEvent&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AnnualClimateCycle&quot; class=&quot;cyc_term&quot;&gt;AnnualClimateCycle&lt;/a&gt; is an extended event, one year in length, which encompasses sub-events marking the changing of the seasons (see the collection &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SeasonOfYear&quot; class=&quot;cyc_term&quot;&gt;SeasonOfYear&lt;/a&gt; and its specializations).  Specializations of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AnnualClimateCycle&quot; class=&quot;cyc_term&quot;&gt;AnnualClimateCycle&lt;/a&gt; include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemperateClimateCycle&quot; class=&quot;cyc_term&quot;&gt;TemperateClimateCycle&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HumidSubtropicalClimateCycle&quot; class=&quot;cyc_term&quot;&gt;HumidSubtropicalClimateCycle&lt;/a&gt; (qq.v).  See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ClimateCycleType&quot; class=&quot;cyc_term&quot;&gt;ClimateCycleType&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/hasClimateType&quot; class=&quot;cyc_term&quot;&gt;hasClimateType&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Pilgrimage">
    <rdfs:label xml:lang="en">pilgrimage</rdfs:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Movement_TranslationEvent&quot; class=&quot;cyc_term&quot;&gt;Movement_TranslationEvent&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Pilgrimage&quot; class=&quot;cyc_term&quot;&gt;Pilgrimage&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ReligiousEvent&quot; class=&quot;cyc_term&quot;&gt;ReligiousEvent&lt;/a&gt; in which one or more &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ReligiousPerson&quot; class=&quot;cyc_term&quot;&gt;ReligiousPerson&lt;/a&gt;s travel to a holy or sacred site of their &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Religion&quot; class=&quot;cyc_term&quot;&gt;Religion&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Pilgrimage</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Apologizing">
    <rdfs:comment xml:lang="en">This is the collection of actions in which one human agent--that is, an individual person or an organization--expresses regret to another for a previous wrong.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Apologizing</cycAnnot:label>
    <rdfs:label xml:lang="en">apologizing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_Boxing_Sport_CW">
    <cycAnnot:label xml:lang="en">(GameFn Boxing-SportCW)</cycAnnot:label>
    <rdfs:label xml:lang="en">game of Boxing Sport CW</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensExtraLightJudo">
    <rdfs:label xml:lang="en">Olympic Mens Extra Light Judo</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensExtraLightJudo</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Reorientation_CardiacValveRepair">
    <cycAnnot:label xml:lang="en">Reorientation-CardiacValveRepair</cycAnnot:label>
    <rdfs:label xml:lang="en">reorientation</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Trial">
    <rdfs:comment xml:lang="en">The subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LegalConflict&quot; class=&quot;cyc_term&quot;&gt;LegalConflict&lt;/a&gt; events whose instances are heard and decided by a court and are officiated by a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Judge&quot; class=&quot;cyc_term&quot;&gt;Judge&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Trial</cycAnnot:label>
    <rdfs:label xml:lang="en">trial</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_poker">
    <cycAnnot:label xml:lang="en">(GameFn Poker-CardGame)</cycAnnot:label>
    <rdfs:label xml:lang="en">game of poker</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BacterialMRNAProductionProcess">
    <cycAnnot:label xml:lang="en">BacterialMRNAProductionProcess</cycAnnot:label>
    <rdfs:label xml:lang="en">bacterial messenger RNA production</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Transcription_DNAToRNA&quot; class=&quot;cyc_term&quot;&gt;Transcription_DNAToRNA&lt;/a&gt; events which take place in instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Bacterium&quot; class=&quot;cyc_term&quot;&gt;Bacterium&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BacterialMRNAProductionProcess&quot; class=&quot;cyc_term&quot;&gt;BacterialMRNAProductionProcess&lt;/a&gt; is the process whereby &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MessengerRNA&quot; class=&quot;cyc_term&quot;&gt;MessengerRNA&lt;/a&gt; are generated from information encoded in bacterial DNA molecules.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AppointingSomeoneToAPosition">
    <cycAnnot:label xml:lang="en">AppointingSomeoneToAPosition</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PositionSelection&quot; class=&quot;cyc_term&quot;&gt;PositionSelection&lt;/a&gt; in which the position is selected through an act of appointment (versus, e.g., election).</rdfs:comment>
    <rdfs:label xml:lang="en">appointment</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Measure_of_speed">
    <cycAnnot:label xml:lang="en">(MeasuringFn Speed)</cycAnnot:label>
    <rdfs:label xml:lang="en">measure of speed</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensGiantSlalom">
    <rdfs:label xml:lang="en">Olympic Womens Giant Slalom</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicWomensGiantSlalom</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KidnappingSomebodySubEventsContractMurder">
    <rdfs:label xml:lang="en">kidnapping somebody sub events contract murder</rdfs:label>
    <cycAnnot:label xml:lang="en">KidnappingSomebodySubEventsContractMurder</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RepayInternationalLoans">
    <rdfs:comment xml:lang="en">The collection of events where a state repays a loan to another state(s) or an international bank(s).  Brazil has many loans of this sort that it is slowly repaying.</rdfs:comment>
    <cycAnnot:label xml:lang="en">RepayInternationalLoans</cycAnnot:label>
    <rdfs:label xml:lang="en">repaying international loans</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SternalResection_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">SternalResection-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">sternal resection</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FormalDebateBetweenCandidatesForAnElectedOffice">
    <rdfs:label xml:lang="en">formal debate between candidates for an elected office</rdfs:label>
    <cycAnnot:label xml:lang="en">FormalDebateBetweenCandidatesForAnElectedOffice</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of debates held between rival candidates hoping to fill an elected position.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_hydrogen_cyanide">
    <rdfs:label xml:lang="en">making hydrogen cyanide</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn HydrogenCyanide)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PublishingWrittenMaterial">
    <rdfs:label xml:lang="en">publishing</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of events.  In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PublishingWrittenMaterial&quot; class=&quot;cyc_term&quot;&gt;PublishingWrittenMaterial&lt;/a&gt;, a book or periodical is transformed from manuscript or typescript form to a form suitable for retail sale or public distribution.  This collection can include any kind of publishing, from manuscript copies to print media to electronic publishing.</rdfs:comment>
    <cycAnnot:label xml:lang="en">PublishingWrittenMaterial</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LeapYear_Jewish">
    <rdfs:comment xml:lang="en">The collection of Jewish &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CalendarYear&quot; class=&quot;cyc_term&quot;&gt;CalendarYear&lt;/a&gt;s which are leap years.  Jewish leap years have an additional month, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Adar_JewishMonth&quot; class=&quot;cyc_term&quot;&gt;Adar_JewishMonth&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">leap year jewish</rdfs:label>
    <cycAnnot:label xml:lang="en">LeapYear-Jewish</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MilitaryTask_Defensive">
    <rdfs:comment xml:lang="en">The collection comprised of all defensive forms of Task. This collection is *not* a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryDefensiveOperation&quot; class=&quot;cyc_term&quot;&gt;MilitaryDefensiveOperation&lt;/a&gt; since &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryDefensiveOperation&quot; class=&quot;cyc_term&quot;&gt;MilitaryDefensiveOperation&lt;/a&gt; is a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryOperation&quot; class=&quot;cyc_term&quot;&gt;MilitaryOperation&lt;/a&gt;: instances are carried out by several units acting in concert to implement primary and support tasks.  An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryDefensiveOperation&quot; class=&quot;cyc_term&quot;&gt;MilitaryDefensiveOperation&lt;/a&gt; will be comprised of one or more instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryTask_Defensive&quot; class=&quot;cyc_term&quot;&gt;MilitaryTask_Defensive&lt;/a&gt; figuring as &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/subEvents&quot; class=&quot;cyc_term&quot;&gt;subEvents&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MilitaryTask-Defensive</cycAnnot:label>
    <rdfs:label xml:lang="en">defensive military task</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Interrogation">
    <cycAnnot:label xml:lang="en">Interrogation</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of interrogation events in which some prisoner or detainee is asked for information.  Often, psychological methods are employed to make the subject more willing to talk.  Interrogations are often performed by persons with some position of authority over the subject.</rdfs:comment>
    <rdfs:label xml:lang="en">interrogation</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Humanly_initiated_computer_file_creation">
    <cycAnnot:label xml:lang="en">(HumanInitiatedFn CreatingAFile)</cycAnnot:label>
    <rdfs:label xml:lang="en">humanly initiated computer file creation</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GoingOverSomething">
    <rdfs:label xml:lang="en">going over something</rdfs:label>
    <cycAnnot:label xml:lang="en">GoingOverSomething</cycAnnot:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Translation_LocationChange&quot; class=&quot;cyc_term&quot;&gt;Translation_LocationChange&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GoingOverSomething&quot; class=&quot;cyc_term&quot;&gt;GoingOverSomething&lt;/a&gt; is an event in which something goes over something else.  Specializations include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CrossingABridge&quot; class=&quot;cyc_term&quot;&gt;CrossingABridge&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/JumpingOverSomething&quot; class=&quot;cyc_term&quot;&gt;JumpingOverSomething&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FinalizingKnowledgeAboutPCWContentExtractedByTextLearner">
    <rdfs:comment xml:lang="en">A specialization of 
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FinalizingKnowledgeAcquiredByAProgram&quot; class=&quot;cyc_term&quot;&gt;FinalizingKnowledgeAcquiredByAProgram&lt;/a&gt;, each instance of which is performed by TextLearner (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TheCycTextLearnerProgram&quot; class=&quot;cyc_term&quot;&gt;TheCycTextLearnerProgram&lt;/a&gt;) and involves  finding and re-asserting (in an order amenable to wff-checking) all the assertions about the content of sentences read by TextLearner.</rdfs:comment>
    <rdfs:label xml:lang="en">finalizing knowledge about PCW content extracted by text learner</rdfs:label>
    <cycAnnot:label xml:lang="en">FinalizingKnowledgeAboutPCWContentExtractedByTextLearner</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FosteringSpiritualElitism">
    <cycAnnot:label xml:lang="en">FosteringSpiritualElitism</cycAnnot:label>
    <rdfs:label xml:lang="en">fostering spiritual elitism</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Encouraging&quot; class=&quot;cyc_term&quot;&gt;Encouraging&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PurposefulAction&quot; class=&quot;cyc_term&quot;&gt;PurposefulAction&lt;/a&gt;.
Each instance of this collection is an event in which a religious
group encourages a sense of elitism among its members.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MovingTargetShootingSportsEvent">
    <rdfs:comment xml:lang="en">A marksmanship sports event in which moving targets are used.</rdfs:comment>
    <rdfs:label xml:lang="en">moving target shooting sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">MovingTargetShootingSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RainySeason">
    <cycAnnot:label xml:lang="en">RainySeason</cycAnnot:label>
    <rdfs:label xml:lang="en">rainy season</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SeasonOfYear&quot; class=&quot;cyc_term&quot;&gt;SeasonOfYear&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RainySeason&quot; class=&quot;cyc_term&quot;&gt;RainySeason&lt;/a&gt; is the wettest season of the year during an annual climate cycle (in terms of having the most intense preciptation) in a particular region.  Note that &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RainySeason&quot; class=&quot;cyc_term&quot;&gt;RainySeason&lt;/a&gt; is _not_ a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CalendarSeason&quot; class=&quot;cyc_term&quot;&gt;CalendarSeason&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HeartTransplantSurgery">
    <cycAnnot:label xml:lang="en">HeartTransplantSurgery</cycAnnot:label>
    <rdfs:label xml:lang="en">heart transplant surgery</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MajorSurgery&quot; class=&quot;cyc_term&quot;&gt;MajorSurgery&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransplantSurgery&quot; class=&quot;cyc_term&quot;&gt;TransplantSurgery&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HeartTransplantSurgery&quot; class=&quot;cyc_term&quot;&gt;HeartTransplantSurgery&lt;/a&gt; is a surgical operation in which a whole donor heart is used to replace the patient&apos;s existing heart.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Bodypainting_237">
    <rdfs:label xml:lang="en">bodypainting</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn Bodypainting)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FiscalYear">
    <rdfs:label xml:lang="en">fiscal year</rdfs:label>
    <rdfs:comment xml:lang="en">Each instance of this collection is an annual, year-long interval of time kept track of by an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; as part of its operational and financial accounting procedures.  Since the start dates and end dates may vary depending on the organization, instances of this collection are time intervals like FiscalYearOf1989ForMicrosoft</rdfs:comment>
    <cycAnnot:label xml:lang="en">FiscalYear</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="StockMarketInvesting">
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/StockTrading&quot; class=&quot;cyc_term&quot;&gt;StockTrading&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/StockMarketInvesting&quot; class=&quot;cyc_term&quot;&gt;StockMarketInvesting&lt;/a&gt; is an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Investing&quot; class=&quot;cyc_term&quot;&gt;Investing&lt;/a&gt; in which someone buys &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Stock&quot; class=&quot;cyc_term&quot;&gt;Stock&lt;/a&gt;s.</rdfs:comment>
    <cycAnnot:label xml:lang="en">StockMarketInvesting</cycAnnot:label>
    <rdfs:label xml:lang="en">stock market investing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensSwim_200MeterBackstroke">
    <cycAnnot:label xml:lang="en">OlympicWomensSwim-200MeterBackstroke</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Women&apos;s 200 Meter Backstroke</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FillingAPrescription">
    <cycAnnot:label xml:lang="en">FillingAPrescription</cycAnnot:label>
    <rdfs:label xml:lang="en">filling a prescription</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all events in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DrugPrescription&quot; class=&quot;cyc_term&quot;&gt;DrugPrescription&lt;/a&gt; is filled.  This involves &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BuyingAnObject&quot; class=&quot;cyc_term&quot;&gt;BuyingAnObject&lt;/a&gt;, which is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DrugProduct&quot; class=&quot;cyc_term&quot;&gt;DrugProduct&lt;/a&gt; as specified in the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DrugPrescription&quot; class=&quot;cyc_term&quot;&gt;DrugPrescription&lt;/a&gt;.  A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Pharmacist&quot; class=&quot;cyc_term&quot;&gt;Pharmacist&lt;/a&gt; assembles a retail unit of the specified &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DrugProduct&quot; class=&quot;cyc_term&quot;&gt;DrugProduct&lt;/a&gt; as specified by the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Prescriber&quot; class=&quot;cyc_term&quot;&gt;Prescriber&lt;/a&gt;.  Standard subsets of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FillingAPrescription&quot; class=&quot;cyc_term&quot;&gt;FillingAPrescription&lt;/a&gt; are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FillingAPrescription_Retail&quot; class=&quot;cyc_term&quot;&gt;FillingAPrescription_Retail&lt;/a&gt;, in which the purchaser obtains the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DrugProduct&quot; class=&quot;cyc_term&quot;&gt;DrugProduct&lt;/a&gt; directly from a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Pharmacy&quot; class=&quot;cyc_term&quot;&gt;Pharmacy&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FillingAPrescription_MailOrder&quot; class=&quot;cyc_term&quot;&gt;FillingAPrescription_MailOrder&lt;/a&gt;, in which the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Pharmacy&quot; class=&quot;cyc_term&quot;&gt;Pharmacy&lt;/a&gt; which fills the prescription is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MailOrderPharmacy&quot; class=&quot;cyc_term&quot;&gt;MailOrderPharmacy&lt;/a&gt;, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FillingAPrescription_Institutional&quot; class=&quot;cyc_term&quot;&gt;FillingAPrescription_Institutional&lt;/a&gt;, in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MedicalCareInstitution&quot; class=&quot;cyc_term&quot;&gt;MedicalCareInstitution&lt;/a&gt; which is caring for a patient fills an in-house &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Prescriber&quot; class=&quot;cyc_term&quot;&gt;Prescriber&lt;/a&gt;&apos;s prescription without any action by the patient.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_classic_autos">
    <cycAnnot:label xml:lang="en">(BuyingFn ClassicCar)</cycAnnot:label>
    <rdfs:label xml:lang="en">buying classic autos</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EnduranceSportscarRace">
    <rdfs:label xml:lang="en">endurance sportscar race</rdfs:label>
    <rdfs:comment xml:lang="en">A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CarRacing&quot; class=&quot;cyc_term&quot;&gt;CarRacing&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EnduranceSportscarRace&quot; class=&quot;cyc_term&quot;&gt;EnduranceSportscarRace&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SkilledActivityType&quot; class=&quot;cyc_term&quot;&gt;SkilledActivityType&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">EnduranceSportscarRace</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LookingForSomething_AcquaintedWith">
    <cycAnnot:label xml:lang="en">LookingForSomething-AcquaintedWith</cycAnnot:label>
    <rdfs:label xml:lang="en">looking for something acquainted with</rdfs:label>
    <rdfs:comment xml:lang="en">This is the subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LookingForSomething_Definite&quot; class=&quot;cyc_term&quot;&gt;LookingForSomething_Definite&lt;/a&gt;
consisting of cases in which the reason the searcher believes there is
exactly one thing satisfying the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/searchCriterion_Definite&quot; class=&quot;cyc_term&quot;&gt;searchCriterion_Definite&lt;/a&gt; is that s/he
believes s/he has been acquainted with the thing sought. Being acquainted
in this sense means having been in (direct) perceptual contact with the
thing and being familiar enough with it to allow future identification in
similar and normal circumstances.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EquestrianThreeDayEvent_Team">
    <rdfs:label xml:lang="en">equestrian three day event team</rdfs:label>
    <cycAnnot:label xml:lang="en">EquestrianThreeDayEvent-Team</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CashWithdrawal">
    <rdfs:comment xml:lang="en">A collection of events; a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MoneyTransfer&quot; class=&quot;cyc_term&quot;&gt;MoneyTransfer&lt;/a&gt;.  In an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CashWithdrawal&quot; class=&quot;cyc_term&quot;&gt;CashWithdrawal&lt;/a&gt;, an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; receives cash as a withdrawal from its own bank account (or from another account which it is authorized to withdraw funds from).</rdfs:comment>
    <cycAnnot:label xml:lang="en">CashWithdrawal</cycAnnot:label>
    <rdfs:label xml:lang="en">cash withdrawal</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NordicSkiingSportsEvent">
    <rdfs:comment xml:lang="en">The subset of SnowSkiingSportsEvents in which the skiers heel is not bound to the ski.  This includes cross country skiing and ski jumping</rdfs:comment>
    <rdfs:label xml:lang="en">nordic skiing sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">NordicSkiingSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_mustard_gas">
    <rdfs:label xml:lang="en">gaining control of mustard gas</rdfs:label>
    <cycAnnot:label xml:lang="en">(GainingControlOfFn MustardGas)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BowlingActivity">
    <rdfs:label xml:lang="en">going bowling</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of events in which bowlers roll heavy balls toward a group of pins, intending to knock the pins down.</rdfs:comment>
    <cycAnnot:label xml:lang="en">BowlingActivity</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CooperativeTeamSportsCompetition">
    <rdfs:comment xml:lang="en">A team event in which the entire team plays at the same time, helping each other towards the goal of winning.  Hockey as opposed to Gymnastics.</rdfs:comment>
    <cycAnnot:label xml:lang="en">CooperativeTeamSportsCompetition</cycAnnot:label>
    <rdfs:label xml:lang="en">team sports competition</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MoneyModeExchange">
    <cycAnnot:label xml:lang="en">MoneyModeExchange</cycAnnot:label>
    <rdfs:label xml:lang="en">foreign exchange</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events in which one form of money is exchanged for another - buying a money order, foreign currency exchange, or getting change for a large bill.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EquestrianIndividualSportsEvent">
    <rdfs:comment xml:lang="en">A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EquestrianSportsEvent&quot; class=&quot;cyc_term&quot;&gt;EquestrianSportsEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IndividualSportsCompetition&quot; class=&quot;cyc_term&quot;&gt;IndividualSportsCompetition&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">EquestrianIndividualSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">equestrian individual sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AttackByComputerOperation_Bonk">
    <rdfs:label xml:lang="en">Bonk attack</rdfs:label>
    <cycAnnot:label xml:lang="en">AttackByComputerOperation-Bonk</cycAnnot:label>
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackByComputerOperation_Bonk&quot; class=&quot;cyc_term&quot;&gt;AttackByComputerOperation_Bonk&lt;/a&gt; is the collection of uses of instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BonkProgram&quot; class=&quot;cyc_term&quot;&gt;BonkProgram&lt;/a&gt; to overwhelm a computer with corrupt instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Packet_UDP&quot; class=&quot;cyc_term&quot;&gt;Packet_UDP&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="InterfacingBetweenAudioCardAndOS">
    <cycAnnot:label xml:lang="en">InterfacingBetweenAudioCardAndOS</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of actions performed by computers. In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InterfacingBetweenAudioCardAndOS&quot; class=&quot;cyc_term&quot;&gt;InterfacingBetweenAudioCardAndOS&lt;/a&gt;, a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AudioDriver&quot; class=&quot;cyc_term&quot;&gt;AudioDriver&lt;/a&gt; interfaces between a sound card and the operating system; permitting the latter to manipulate the former in a standard way.</rdfs:comment>
    <rdfs:label xml:lang="en">interfacing between audio card and OS</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Credit_reporting">
    <cycAnnot:label xml:lang="en">(MakingFn CreditReportDocument)</cycAnnot:label>
    <rdfs:label xml:lang="en">credit reporting</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SocialEngineering">
    <cycAnnot:label xml:lang="en">SocialEngineering</cycAnnot:label>
    <rdfs:label xml:lang="en">social engineering</rdfs:label>
    <rdfs:comment xml:lang="en">The collection &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SocialEngineering&quot; class=&quot;cyc_term&quot;&gt;SocialEngineering&lt;/a&gt; is a collection of events  that is a subset of the collection &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IntelligenceGathering&quot; class=&quot;cyc_term&quot;&gt;IntelligenceGathering&lt;/a&gt;.  In each instance  of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SocialEngineering&quot; class=&quot;cyc_term&quot;&gt;SocialEngineering&lt;/a&gt;, an agent attempts to use interpersonal  techniques of persuasion to gain sensitive information critical to compromising the security of a computer or computer network.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PunchingSomething">
    <rdfs:comment xml:lang="en">The action of throwing a punch and striking something - serious punches only, not playful ones.</rdfs:comment>
    <cycAnnot:label xml:lang="en">PunchingSomething</cycAnnot:label>
    <rdfs:label xml:lang="en">punch</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensRun_3000Meter">
    <cycAnnot:label xml:lang="en">OlympicWomensRun-3000Meter</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Womens Run 3000 Meter</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TakingASample">
    <cycAnnot:label xml:lang="en">TakingASample</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events in which a portion of some substance which is to be tested is separated out from the larger mass of it.</rdfs:comment>
    <rdfs:label xml:lang="en">sampling</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SendingABill">
    <rdfs:label xml:lang="en">sending a bill</rdfs:label>
    <cycAnnot:label xml:lang="en">SendingABill</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HangingSomething">
    <rdfs:label xml:lang="en">hanging</rdfs:label>
    <cycAnnot:label xml:lang="en">HangingSomething</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Surrendering">
    <rdfs:comment xml:lang="en">A specialization of both &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HumanActivity&quot; class=&quot;cyc_term&quot;&gt;HumanActivity&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PurposefulAction&quot; class=&quot;cyc_term&quot;&gt;PurposefulAction&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Surrendering&quot; class=&quot;cyc_term&quot;&gt;Surrendering&lt;/a&gt; is an event in which one agent voluntarily gives himself/herself/itself up into the power of another agent.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Surrendering</cycAnnot:label>
    <rdfs:label xml:lang="en">surrender</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DeclaringAConceptIrrelevant">
    <cycAnnot:label xml:lang="en">DeclaringAConceptIrrelevant</cycAnnot:label>
    <rdfs:label xml:lang="en">declaring A concept irrelevant</rdfs:label>
    <rdfs:comment xml:lang="en">A specialiazation of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeclaringConceptRelevanceOrIrrelevance&quot; class=&quot;cyc_term&quot;&gt;DeclaringConceptRelevanceOrIrrelevance&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeclaringAConceptIrrelevant&quot; class=&quot;cyc_term&quot;&gt;DeclaringAConceptIrrelevant&lt;/a&gt; is an event in which an agent declares that a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Thing&quot; class=&quot;cyc_term&quot;&gt;Thing&lt;/a&gt; (typically, a quoted instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CycLExpression&quot; class=&quot;cyc_term&quot;&gt;CycLExpression&lt;/a&gt;) is irrelevant with regard to the performance of a particular &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PurposefulAction&quot; class=&quot;cyc_term&quot;&gt;PurposefulAction&lt;/a&gt;, such as the completion of an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Assignment_Specification&quot; class=&quot;cyc_term&quot;&gt;Assignment_Specification&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GiantSlalomSportsEvent">
    <rdfs:label xml:lang="en">giant slalom event</rdfs:label>
    <cycAnnot:label xml:lang="en">GiantSlalomSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">The downhill giant slalom competition</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Joke_IBT">
    <rdfs:label xml:lang="en">joke</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationBearingThing&quot; class=&quot;cyc_term&quot;&gt;InformationBearingThing&lt;/a&gt;s whose information content is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Joke_CW&quot; class=&quot;cyc_term&quot;&gt;Joke_CW&lt;/a&gt;. A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Joke_IBT&quot; class=&quot;cyc_term&quot;&gt;Joke_IBT&lt;/a&gt; is the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/communicationToken&quot; class=&quot;cyc_term&quot;&gt;communicationToken&lt;/a&gt; in any act of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/JokeTelling&quot; class=&quot;cyc_term&quot;&gt;JokeTelling&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Joke-IBT</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensM3000SpeedSkate">
    <cycAnnot:label xml:lang="en">OlympicWomensM3000SpeedSkate</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Womens M 3000 Speed Skate</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="UnspecifiedCardiac_thoracicProcedure_SurgicalProcedure">
    <rdfs:label xml:lang="en">cardiac-cardiac-thoracic procedure</rdfs:label>
    <cycAnnot:label xml:lang="en">UnspecifiedCardiac-thoracicProcedure-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensSwim_400MeterIndivMedley">
    <cycAnnot:label xml:lang="en">OlympicWomensSwim-400MeterIndivMedley</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Womens Swim 400 Meter Indiv Medley</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensHeptathlonPentathlon">
    <cycAnnot:label xml:lang="en">OlympicWomensHeptathlonPentathlon</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Womens Heptathlon Pentathlon</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BuildingMaintenance">
    <rdfs:comment xml:lang="en">A collection of events. Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BuildingMaintenance&quot; class=&quot;cyc_term&quot;&gt;BuildingMaintenance&lt;/a&gt; is an event of maintaining a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Building&quot; class=&quot;cyc_term&quot;&gt;Building&lt;/a&gt; over time. This includes maintaining not only walls, roof, and floors, etc., but also systems like the electrical system, plumbing, heating and air conditioning, etc. Like all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MaintainingSomething&quot; class=&quot;cyc_term&quot;&gt;MaintainingSomething&lt;/a&gt;, an event of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BuildingMaintenance&quot; class=&quot;cyc_term&quot;&gt;BuildingMaintenance&lt;/a&gt; is intended to keep something the same, to prevent it from deviating too much from its original condition, not to change it. Thus collections like &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Remodeling&quot; class=&quot;cyc_term&quot;&gt;Remodeling&lt;/a&gt; are NOT specs of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BuildingMaintenance&quot; class=&quot;cyc_term&quot;&gt;BuildingMaintenance&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">BuildingMaintenance</cycAnnot:label>
    <rdfs:label xml:lang="en">building maintenance</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensQuadScullsRowing">
    <rdfs:label xml:lang="en">Olympic Women&apos;s Quad Sculls</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicWomensQuadScullsRowing</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PassiveBuyingActivity">
    <rdfs:label xml:lang="en">passive buying activity</rdfs:label>
    <cycAnnot:label xml:lang="en">PassiveBuyingActivity</cycAnnot:label>
    <rdfs:comment xml:lang="en">Activities which are intended to lead to a Buying, and in which the performer interacts with potential providers of desired goods or services as a class, rather than as individual agents.  Perhaps `FocussedBuyingActivity&apos; would be a better name.  Advertising a desire to purchase something would be a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PassiveBuyingActivity&quot; class=&quot;cyc_term&quot;&gt;PassiveBuyingActivity&lt;/a&gt;, but looking through a catalog, which is put out by a particular vendor, would not.  Contrast with &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ActiveBuyingActivity&quot; class=&quot;cyc_term&quot;&gt;ActiveBuyingActivity&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="UniversitySemester">
    <rdfs:label xml:lang="en">university semester</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all semesters that take place at universities. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AcademicSemester&quot; class=&quot;cyc_term&quot;&gt;AcademicSemester&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UniversitySemester&quot; class=&quot;cyc_term&quot;&gt;UniversitySemester&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SpatiallyDisjointObjectType&quot; class=&quot;cyc_term&quot;&gt;SpatiallyDisjointObjectType&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">UniversitySemester</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LongHorseVaultSportsEvent">
    <rdfs:label xml:lang="en">long horse vault sports event</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of gymnastic vaulting events on the LongHorse.</rdfs:comment>
    <cycAnnot:label xml:lang="en">LongHorseVaultSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_cyclosarin">
    <rdfs:label xml:lang="en">gaining control of cyclosarin</rdfs:label>
    <cycAnnot:label xml:lang="en">(GainingControlOfFn Cyclosarin)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_racquetball">
    <rdfs:label xml:lang="en">playing racquetball</rdfs:label>
    <cycAnnot:label xml:lang="en">(PlayingFn Racquetball-TheGame)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Perching">
    <cycAnnot:label xml:lang="en">Perching</cycAnnot:label>
    <rdfs:label xml:lang="en">perching</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EvacuationOfHematoma_ChestCavity_SurgicalProcedure">
    <rdfs:label xml:lang="en">evacuation of hematoma in chest cavity</rdfs:label>
    <cycAnnot:label xml:lang="en">EvacuationOfHematoma-ChestCavity-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DentalExam">
    <rdfs:label xml:lang="en">dental examination</rdfs:label>
    <cycAnnot:label xml:lang="en">DentalExam</cycAnnot:label>
    <rdfs:comment xml:lang="en">An activity typically performed once or twice a year, in which the patient&apos;s teeth are cleaned and examined by a dentist and/or dental hygienist.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CharitableDonation">
    <cycAnnot:label xml:lang="en">CharitableDonation</cycAnnot:label>
    <rdfs:label xml:lang="en">donation</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of events.  In an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CharitableDonation&quot; class=&quot;cyc_term&quot;&gt;CharitableDonation&lt;/a&gt;, an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; donates money or goods to a charitable organization. See also (the related but not identical) &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GivingEconomicAid&quot; class=&quot;cyc_term&quot;&gt;GivingEconomicAid&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CyberTerrorism">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackByComputerOperation&quot; class=&quot;cyc_term&quot;&gt;AttackByComputerOperation&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TerroristAttackOnObject&quot; class=&quot;cyc_term&quot;&gt;TerroristAttackOnObject&lt;/a&gt; (qq.v.).  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CyberTerrorism&quot; class=&quot;cyc_term&quot;&gt;CyberTerrorism&lt;/a&gt; is an event in which a terrorist perpetrates a cyber attack in order to achieve a political objective.  Using a computer network to take down a power grid or gain control of a dam are exemplars. Cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CyberTerrorist&quot; class=&quot;cyc_term&quot;&gt;CyberTerrorist&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">cyber terrorism</rdfs:label>
    <cycAnnot:label xml:lang="en">CyberTerrorism</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RiverCrossing_Deliberate">
    <cycAnnot:label xml:lang="en">RiverCrossing-Deliberate</cycAnnot:label>
    <rdfs:comment xml:lang="en">There are three basic types of river crossings: hasty, deliberate, and retrograde. A hasty river crossing is a task conducted as part of a larger operation, typically an attack, with no intentional pause at the water line. When a hasty river crossing is not feasible such as when the enemy or terrain situations prevent it, a hasty crossing attempt fails, or friendly offensive operations resume at a river line after a pause, the force conducts a deliberate river crossing operation. A retrograde river crossing is a movement to the rear across a water obstacle while in contact with the enemy.  A river crossing is both a tactical task and an enabling operation. Field Manual 90-13, River Crossing Operations, gives detailed information concerning the conduct of a river crossing.</rdfs:comment>
    <rdfs:label xml:lang="en">deliberate river crossing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RepairAfterPercutaneousValveReplacement">
    <cycAnnot:label xml:lang="en">RepairAfterPercutaneousValveReplacement</cycAnnot:label>
    <rdfs:label xml:lang="en">repair after percutaneous valve replacement</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_Ittisalt">
    <rdfs:label xml:lang="en">making Ittisalt</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn BallisticMissile-AlFattah)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OutpatientSurgery">
    <rdfs:label xml:lang="en">outpatient surgery</rdfs:label>
    <cycAnnot:label xml:lang="en">OutpatientSurgery</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all outpatient surgery. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OutpatientMedicalCareEvent&quot; class=&quot;cyc_term&quot;&gt;OutpatientMedicalCareEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Surgery&quot; class=&quot;cyc_term&quot;&gt;Surgery&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OutpatientSurgery&quot; class=&quot;cyc_term&quot;&gt;OutpatientSurgery&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SkilledActivityType&quot; class=&quot;cyc_term&quot;&gt;SkilledActivityType&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DeclaringConceptRelevanceOrIrrelevance">
    <rdfs:label xml:lang="en">declaring concept relevance or irrelevance</rdfs:label>
    <rdfs:comment xml:lang="en">A specialiazation of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Evaluating&quot; class=&quot;cyc_term&quot;&gt;Evaluating&lt;/a&gt;.  Each instance of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeclaringConceptRelevanceOrIrrelevance&quot; class=&quot;cyc_term&quot;&gt;DeclaringConceptRelevanceOrIrrelevance&lt;/a&gt; is an event in which an agent
determines that a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Thing&quot; class=&quot;cyc_term&quot;&gt;Thing&lt;/a&gt; (typically, a quoted instance of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CycLExpression&quot; class=&quot;cyc_term&quot;&gt;CycLExpression&lt;/a&gt;) is either relevant or irrelevant with regard to the
performance of a particular &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PurposefulAction&quot; class=&quot;cyc_term&quot;&gt;PurposefulAction&lt;/a&gt;, such as the completion of
an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Assignment_Specification&quot; class=&quot;cyc_term&quot;&gt;Assignment_Specification&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">DeclaringConceptRelevanceOrIrrelevance</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SituationalComedyShowing">
    <rdfs:comment xml:lang="en">The collection of instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MediaTransmitting&quot; class=&quot;cyc_term&quot;&gt;MediaTransmitting&lt;/a&gt; that are showings of 
situational comedies.</rdfs:comment>
    <rdfs:label xml:lang="en">situational comedy showing</rdfs:label>
    <cycAnnot:label xml:lang="en">SituationalComedyShowing</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Rape">
    <cycAnnot:label xml:lang="en">Rape</cycAnnot:label>
    <rdfs:label xml:lang="en">rape</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of events.  Each element of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Rape&quot; class=&quot;cyc_term&quot;&gt;Rape&lt;/a&gt; is a violent action in which the performer forces another person to undergo an act of sexual intercourse.  The rape is &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/performedBy&quot; class=&quot;cyc_term&quot;&gt;performedBy&lt;/a&gt; the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/perpetrator&quot; class=&quot;cyc_term&quot;&gt;perpetrator&lt;/a&gt;, while the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/victim&quot; class=&quot;cyc_term&quot;&gt;victim&lt;/a&gt; is &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/bodilyActedOn&quot; class=&quot;cyc_term&quot;&gt;bodilyActedOn&lt;/a&gt;.  (Cf. instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SexualCopulation&quot; class=&quot;cyc_term&quot;&gt;SexualCopulation&lt;/a&gt;, in which all participants are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/deliberateActors&quot; class=&quot;cyc_term&quot;&gt;deliberateActors&lt;/a&gt;; i.e., the role relations between actors are completely different.)</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PassageOfLines_MilitaryOperation">
    <rdfs:comment xml:lang="en">A passage of lines is an generally an operation in which one unit moves through another unit&apos;s positions with the intent of moving into or out of enemy contact. It involves the transfer of responsibility for fighting an enemy force from one unit to another in close operations.  The commander&apos;s reasons for conducting a passage of lines are to sustain the tempo of an offensive operation with fresh forces forces to a defense task. FM100-40, p18-2.</rdfs:comment>
    <rdfs:label xml:lang="en">passage of lines</rdfs:label>
    <cycAnnot:label xml:lang="en">PassageOfLines-MilitaryOperation</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Scavenging_Recon">
    <rdfs:label xml:lang="en">scavenging</rdfs:label>
    <cycAnnot:label xml:lang="en">Scavenging-Recon</cycAnnot:label>
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Scavenging_Recon&quot; class=&quot;cyc_term&quot;&gt;Scavenging_Recon&lt;/a&gt; is a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ResearchProject&quot; class=&quot;cyc_term&quot;&gt;ResearchProject&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/StealingInformation&quot; class=&quot;cyc_term&quot;&gt;StealingInformation&lt;/a&gt;.  It is the collection of events that involve searching through trash to acquire sensitive data (individuals in the collection &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SecurityInformation&quot; class=&quot;cyc_term&quot;&gt;SecurityInformation&lt;/a&gt;) without authorization.  Such events are often precursors to events in the collection &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackByComputerOperation&quot; class=&quot;cyc_term&quot;&gt;AttackByComputerOperation&lt;/a&gt;, if they result in the discovery of, e.g., protected computer passwords. They may also lead to events in the collection &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackByComputerOperation&quot; class=&quot;cyc_term&quot;&gt;AttackByComputerOperation&lt;/a&gt; more indirectly if they result in the discovery of personal information that could be used to guess a password or to perform more effectively an event in the collection &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SocialEngineering&quot; class=&quot;cyc_term&quot;&gt;SocialEngineering&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AbandoningSomething">
    <rdfs:label xml:lang="en">abandoning</rdfs:label>
    <cycAnnot:label xml:lang="en">AbandoningSomething</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events in which some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; deliberately gives up possession of something, without giving it to another.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Arbitrage">
    <cycAnnot:label xml:lang="en">Arbitrage</cycAnnot:label>
    <rdfs:label xml:lang="en">arbitrage</rdfs:label>
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Arbitrage&quot; class=&quot;cyc_term&quot;&gt;Arbitrage&lt;/a&gt; is the practice of purchasing securities on one market for immediate resale on another market in order to profit from a price discrepancy.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CourtCase_Original">
    <rdfs:comment xml:lang="en">The class of all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CourtCase&quot; class=&quot;cyc_term&quot;&gt;CourtCase&lt;/a&gt; consisting of preparation and trial in &lt;font color=&quot;#ff0000&quot;&gt;#$OriginalJurisdiction&lt;/font&gt;.  Each is presumed to include exactly one trial plus preparations and preliminaries, and is not a case heard on appeal (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CourtCase_Appellate&quot; class=&quot;cyc_term&quot;&gt;CourtCase_Appellate&lt;/a&gt;).</rdfs:comment>
    <rdfs:label xml:lang="en">court case</rdfs:label>
    <cycAnnot:label xml:lang="en">CourtCase-Original</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Threatening_CommunicationAct">
    <rdfs:comment xml:lang="en">This is the collection of acts in which one agents threatens another.  The propositional content can typically be divided into a demand and what the sender of info intends if the demand is not met. Note that this has not been made a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Intimidation_CommunicationAct&quot; class=&quot;cyc_term&quot;&gt;Intimidation_CommunicationAct&lt;/a&gt;, as the intention of a threat may be intimidation but the one making the threat may be unsuccesful.</rdfs:comment>
    <rdfs:label xml:lang="en">threatening communication act</rdfs:label>
    <cycAnnot:label xml:lang="en">Threatening-CommunicationAct</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_garbage">
    <cycAnnot:label xml:lang="en">(BuyingFn Garbage-Generic)</cycAnnot:label>
    <rdfs:label xml:lang="en">buying garbage</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="VisitingASite_TravelInclusive">
    <cycAnnot:label xml:lang="en">VisitingASite-TravelInclusive</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Travel_RoundTripEvent&quot; class=&quot;cyc_term&quot;&gt;Travel_RoundTripEvent&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/VisitingASite_TravelInclusive&quot; class=&quot;cyc_term&quot;&gt;VisitingASite_TravelInclusive&lt;/a&gt; is an event in which a visitor travels to a site, visits it (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/VisitingASite&quot; class=&quot;cyc_term&quot;&gt;VisitingASite&lt;/a&gt;), and departs from it.</rdfs:comment>
    <rdfs:label xml:lang="en">visiting A site travel inclusive</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DangerousFire">
    <rdfs:comment xml:lang="en">This is the collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DangerousEvent&quot; class=&quot;cyc_term&quot;&gt;DangerousEvent&lt;/a&gt;s in which the danger is the result of a fire.  A dangerous fire is one which firefighters might be called to put out.</rdfs:comment>
    <cycAnnot:label xml:lang="en">DangerousFire</cycAnnot:label>
    <rdfs:label xml:lang="en">dangerous fire</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="JellyfishSting">
    <cycAnnot:label xml:lang="en">JellyfishSting</cycAnnot:label>
    <rdfs:label xml:lang="en">jellyfish sting</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_dimethyl_methylphosphonate">
    <rdfs:label xml:lang="en">gaining control of dimethyl methylphosphonate</rdfs:label>
    <cycAnnot:label xml:lang="en">(GainingControlOfFn DimethylMethylphosphonate)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="StudyAbroad">
    <cycAnnot:label xml:lang="en">StudyAbroad</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events. Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/StudyAbroad&quot; class=&quot;cyc_term&quot;&gt;StudyAbroad&lt;/a&gt; involves           one &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Person&quot; class=&quot;cyc_term&quot;&gt;Person&lt;/a&gt; going to a foreign country to study for a certain           duration (usually one year).</rdfs:comment>
    <rdfs:label xml:lang="en">studying abroad</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ChestClosure_SurgicalProcedure">
    <rdfs:label xml:lang="en">chest closure</rdfs:label>
    <cycAnnot:label xml:lang="en">ChestClosure-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TerroristSuicideBombing">
    <cycAnnot:label xml:lang="en">TerroristSuicideBombing</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TerroristAttack&quot; class=&quot;cyc_term&quot;&gt;TerroristAttack&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SuicideAttack&quot; class=&quot;cyc_term&quot;&gt;SuicideAttack&lt;/a&gt;, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Bombing&quot; class=&quot;cyc_term&quot;&gt;Bombing&lt;/a&gt; in which a  bomb is delivered  to a target location by one or more perpetrators. The perpetrators intentionally kill themselves in the attack.  This includes acts in which the perepetrator carries the bomb on their person as well as cases where a vehicle is loaded with high explosives and the perpetrator drives it to the target location and explodes it.  A vehicle bomb exploded remotely where the perpetrator does not intend to die in the blast is not considered an instance of this collection.</rdfs:comment>
    <rdfs:label xml:lang="en">terrorist suicide bombing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ChoppingSomething">
    <cycAnnot:label xml:lang="en">ChoppingSomething</cycAnnot:label>
    <rdfs:comment xml:lang="en">The process of cutting something with a chopping tool, using a chopping motion.</rdfs:comment>
    <rdfs:label xml:lang="en">chopping</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_arsenic_chloride">
    <cycAnnot:label xml:lang="en">(GainingControlOfFn ArsenicTrichloride)</cycAnnot:label>
    <rdfs:label xml:lang="en">gaining control of arsenic chloride</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WashingHair">
    <cycAnnot:label xml:lang="en">WashingHair</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of hair-washing events.</rdfs:comment>
    <rdfs:label xml:lang="en">shampoo</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ApproachMarch_MilitaryOperation">
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ApproachMarch_MilitaryOperation&quot; class=&quot;cyc_term&quot;&gt;ApproachMarch_MilitaryOperation&lt;/a&gt; is the collection of instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryOperation&quot; class=&quot;cyc_term&quot;&gt;MilitaryOperation&lt;/a&gt; that are conducted in order to close the distance between the unit(s) in question and the enemy, whose location is relatively certain. FM 100-5.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ApproachMarch-MilitaryOperation</cycAnnot:label>
    <rdfs:label xml:lang="en">approach march</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ProfessionalWrestlingEvent">
    <cycAnnot:label xml:lang="en">ProfessionalWrestlingEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">professional wrestling</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MowingGrass">
    <cycAnnot:label xml:lang="en">MowingGrass</cycAnnot:label>
    <rdfs:label xml:lang="en">mowing</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of grass cutting events involving a lawn mower.  Because &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MowingGrass&quot; class=&quot;cyc_term&quot;&gt;MowingGrass&lt;/a&gt; has genls &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CuttingSomething&quot; class=&quot;cyc_term&quot;&gt;CuttingSomething&lt;/a&gt;, the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/objectActedOn&quot; class=&quot;cyc_term&quot;&gt;objectActedOn&lt;/a&gt; is not the Lawn, but the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GrassTurf&quot; class=&quot;cyc_term&quot;&gt;GrassTurf&lt;/a&gt; which is one of the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/physicalParts&quot; class=&quot;cyc_term&quot;&gt;physicalParts&lt;/a&gt; of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Lawn&quot; class=&quot;cyc_term&quot;&gt;Lawn&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensCycling_1000MeterSprint">
    <cycAnnot:label xml:lang="en">OlympicWomensCycling-1000MeterSprint</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Women&apos;s Cycling - 1000 Meter Sprint</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_Zelzal_3_ballistic_missiles">
    <cycAnnot:label xml:lang="en">(MakingFn BallisticMissile-Zelzal3)</cycAnnot:label>
    <rdfs:label xml:lang="en">making Zelzal 3 ballistic missiles</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WrestingControlOfATransporter">
    <cycAnnot:label xml:lang="en">WrestingControlOfATransporter</cycAnnot:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransferOfControl&quot; class=&quot;cyc_term&quot;&gt;TransferOfControl&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WrestingControlOfATransporter&quot; class=&quot;cyc_term&quot;&gt;WrestingControlOfATransporter&lt;/a&gt; is an event in which one or more agents take control, without the free consent of the heretofore controlling agent, of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SolidTangibleThing&quot; class=&quot;cyc_term&quot;&gt;SolidTangibleThing&lt;/a&gt; that is playing the role of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/transporter&quot; class=&quot;cyc_term&quot;&gt;transporter&lt;/a&gt; in some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransportationEvent&quot; class=&quot;cyc_term&quot;&gt;TransportationEvent&lt;/a&gt;. This &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SolidTangibleThing&quot; class=&quot;cyc_term&quot;&gt;SolidTangibleThing&lt;/a&gt; plays the role of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/objectOfControlTransfer&quot; class=&quot;cyc_term&quot;&gt;objectOfControlTransfer&lt;/a&gt; in the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WrestingControlOfATransporter&quot; class=&quot;cyc_term&quot;&gt;WrestingControlOfATransporter&lt;/a&gt; event.</rdfs:comment>
    <rdfs:label xml:lang="en">wresting control of A transporter</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Ordering_CommunicationAct">
    <cycAnnot:label xml:lang="en">Ordering-CommunicationAct</cycAnnot:label>
    <rdfs:label xml:lang="en">order</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Requesting_CommunicationAct&quot; class=&quot;cyc_term&quot;&gt;Requesting_CommunicationAct&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Ordering_CommunicationAct&quot; class=&quot;cyc_term&quot;&gt;Ordering_CommunicationAct&lt;/a&gt; is a communication act in which an agent orders one or more other agents to do something.  Specializations of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Ordering_CommunicationAct&quot; class=&quot;cyc_term&quot;&gt;Ordering_CommunicationAct&lt;/a&gt; include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Ordering_MilitaryCommunicationAct&quot; class=&quot;cyc_term&quot;&gt;Ordering_MilitaryCommunicationAct&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AssigningAgentToRole&quot; class=&quot;cyc_term&quot;&gt;AssigningAgentToRole&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TopicDirectedDiscourse">
    <rdfs:label xml:lang="en">topic-directed discourse</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MultiDirectionalCommunication&quot; class=&quot;cyc_term&quot;&gt;MultiDirectionalCommunication&lt;/a&gt;. Instances of this collection are comprised of a topically cohesive series of dialogue contributions (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CommunicationAct_Single&quot; class=&quot;cyc_term&quot;&gt;CommunicationAct_Single&lt;/a&gt;).</rdfs:comment>
    <cycAnnot:label xml:lang="en">TopicDirectedDiscourse</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Trial_Criminal">
    <cycAnnot:label xml:lang="en">Trial-Criminal</cycAnnot:label>
    <rdfs:label xml:lang="en">criminal trial</rdfs:label>
    <rdfs:comment xml:lang="en">A trial in which a court determines whether the defendent is guilty as charged, and, if so, the punishment the defendent is to receive.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_snooker">
    <rdfs:label xml:lang="en">playing snooker</rdfs:label>
    <cycAnnot:label xml:lang="en">(PlayingFn Snooker)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensBoardsailing">
    <rdfs:label xml:lang="en">Olympic Mens Boardsailing</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensBoardsailing</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TakingOutTheGarbage">
    <rdfs:label xml:lang="en">taking out the garbage</rdfs:label>
    <rdfs:comment xml:lang="en">Taking out the garbage by means of some sort of garbage bag, and depositing it in a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TrashContainer&quot; class=&quot;cyc_term&quot;&gt;TrashContainer&lt;/a&gt; located outside.  First one lifts the garbage container, then carries it to the garage, driveway, or street, where it is put in another usually larger trash container.</rdfs:comment>
    <cycAnnot:label xml:lang="en">TakingOutTheGarbage</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Petnapping">
    <rdfs:comment xml:lang="en">This is the collection of acts in which someone&apos;s pet is stolen.</rdfs:comment>
    <rdfs:label xml:lang="en">petnapping</rdfs:label>
    <cycAnnot:label xml:lang="en">Petnapping</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_Chinese_checkers">
    <cycAnnot:label xml:lang="en">(PlayingFn ChineseCheckers)</cycAnnot:label>
    <rdfs:label xml:lang="en">playing Chinese checkers</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Trip_CommercialAirline_Individual">
    <cycAnnot:label xml:lang="en">Trip-CommercialAirline-Individual</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all events in which an individual &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Person&quot; class=&quot;cyc_term&quot;&gt;Person&lt;/a&gt; takes a trip via a commercial airline, inclusive of purchasing the ticket, packing, taking transport to the airport, boarding the plane, disembarking, and taking transport to their destination, as well as the actual airplane flight itself--i.e., the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Trip_CommercialAirline_Mass&quot; class=&quot;cyc_term&quot;&gt;Trip_CommercialAirline_Mass&lt;/a&gt;.  Every &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Trip_CommercialAirline_Individual&quot; class=&quot;cyc_term&quot;&gt;Trip_CommercialAirline_Individual&lt;/a&gt; includes a Trip-CommercialAirline-Mass as a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/subEvents&quot; class=&quot;cyc_term&quot;&gt;subEvents&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">airline trip</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PurchaseDecision">
    <rdfs:label xml:lang="en">purchase decision</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all purchase decisions. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SelectingSomething&quot; class=&quot;cyc_term&quot;&gt;SelectingSomething&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">PurchaseDecision</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BatistaProcedure_LeftVentricle_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">BatistaProcedure-LeftVentricle-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">Batista procedure</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ExchangeOfUserRights">
    <rdfs:comment xml:lang="en">A specialization of both &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SocialOccurrence&quot; class=&quot;cyc_term&quot;&gt;SocialOccurrence&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChangeInUserRights&quot; class=&quot;cyc_term&quot;&gt;ChangeInUserRights&lt;/a&gt;.  In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ExchangeOfUserRights&quot; class=&quot;cyc_term&quot;&gt;ExchangeOfUserRights&lt;/a&gt;, two instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; (the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/exchangers&quot; class=&quot;cyc_term&quot;&gt;exchangers&lt;/a&gt;) perform two distinct (though related) instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransferringPossession&quot; class=&quot;cyc_term&quot;&gt;TransferringPossession&lt;/a&gt; with each other.  Two objects are exchanged.  Each agent gains possession -- in the form of some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SituationTypeByUserRights&quot; class=&quot;cyc_term&quot;&gt;SituationTypeByUserRights&lt;/a&gt; -- of something (an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/objectOfPossessionTransfer&quot; class=&quot;cyc_term&quot;&gt;objectOfPossessionTransfer&lt;/a&gt;) from the other.  Each transfer is related to the other as some kind of condition, usually as a precondition or an intended result; for example, the news seller will hand over a paper if given fifty cents, and a buyer will give the news seller fifty cents so that the seller will turn over a newspaper to the buyer.  The two &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransferringPossession&quot; class=&quot;cyc_term&quot;&gt;TransferringPossession&lt;/a&gt; events are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/subEvents&quot; class=&quot;cyc_term&quot;&gt;subEvents&lt;/a&gt; of the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ExchangeOfUserRights&quot; class=&quot;cyc_term&quot;&gt;ExchangeOfUserRights&lt;/a&gt; event.</rdfs:comment>
    <rdfs:label xml:lang="en">exchange</rdfs:label>
    <cycAnnot:label xml:lang="en">ExchangeOfUserRights</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EndingAnAgreement">
    <cycAnnot:label xml:lang="en">EndingAnAgreement</cycAnnot:label>
    <rdfs:label xml:lang="en">end of an agreement</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PurposefulAction&quot; class=&quot;cyc_term&quot;&gt;PurposefulAction&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SocialOccurrence&quot; class=&quot;cyc_term&quot;&gt;SocialOccurrence&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EndingAnAgreement&quot; class=&quot;cyc_term&quot;&gt;EndingAnAgreement&lt;/a&gt; is an event in which some instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agreement&quot; class=&quot;cyc_term&quot;&gt;Agreement&lt;/a&gt; comes to an end.  For example, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EmploymentTermination&quot; class=&quot;cyc_term&quot;&gt;EmploymentTermination&lt;/a&gt; is a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EndingAnAgreement&quot; class=&quot;cyc_term&quot;&gt;EndingAnAgreement&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LiposuctionSurgery">
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LiposuctionSurgery&quot; class=&quot;cyc_term&quot;&gt;LiposuctionSurgery&lt;/a&gt; is a technique to remove fat cells           from the (human) body using suction.</rdfs:comment>
    <rdfs:label xml:lang="en">liposuction</rdfs:label>
    <cycAnnot:label xml:lang="en">LiposuctionSurgery</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_checkers">
    <cycAnnot:label xml:lang="en">(GameFn Checkers)</cycAnnot:label>
    <rdfs:label xml:lang="en">game of checkers</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CommittingAnError">
    <cycAnnot:label xml:lang="en">CommittingAnError</cycAnnot:label>
    <rdfs:label xml:lang="en">committing an error</rdfs:label>
    <rdfs:comment xml:lang="en">Committing an error, in baseball.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EquestrianTeamSportsEvent">
    <rdfs:label xml:lang="en">equestrian team sports event</rdfs:label>
    <rdfs:comment xml:lang="en">A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EquestrianSportsEvent&quot; class=&quot;cyc_term&quot;&gt;EquestrianSportsEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TeamSportsCompetition&quot; class=&quot;cyc_term&quot;&gt;TeamSportsCompetition&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">EquestrianTeamSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CardiacAssistDeviceInsertion_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">CardiacAssistDeviceInsertion-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">cardiac assist device insertion (surgical procedure)</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_lace">
    <cycAnnot:label xml:lang="en">(MakingFn LaceCloth)</cycAnnot:label>
    <rdfs:label xml:lang="en">making lace</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DeployingMaterial">
    <rdfs:comment xml:lang="en">The collection of all &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Event&quot; class=&quot;cyc_term&quot;&gt;Event&lt;/a&gt;s, particularly in military or terrorist contexts, in which material,           such as &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ExplosiveMaterial&quot; class=&quot;cyc_term&quot;&gt;ExplosiveMaterial&lt;/a&gt; or an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ExplosiveDevice&quot; class=&quot;cyc_term&quot;&gt;ExplosiveDevice&lt;/a&gt;, is moved and placed into a position           serving some strategic purpose for the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IntelligentAgent&quot; class=&quot;cyc_term&quot;&gt;IntelligentAgent&lt;/a&gt; performing the deployment.           It is important that the movement and placement serve some strategic purpose for a            particular instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Event&quot; class=&quot;cyc_term&quot;&gt;Event&lt;/a&gt; to be an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeployingMaterial&quot; class=&quot;cyc_term&quot;&gt;DeployingMaterial&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">DeployingMaterial</cycAnnot:label>
    <rdfs:label xml:lang="en">deployment</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Objecting_CommunicationAct">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CommunicationAct_Single&quot; class=&quot;cyc_term&quot;&gt;CommunicationAct_Single&lt;/a&gt;.  In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Objecting_CommunicationAct&quot; class=&quot;cyc_term&quot;&gt;Objecting_CommunicationAct&lt;/a&gt;, some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_Generic&quot; class=&quot;cyc_term&quot;&gt;Agent_Generic&lt;/a&gt; objects to something.  An objection may be communicated to the agent(s) that the objector believes responsible for the objectionable state of affairs, or it may be raised with a third party or parties.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Objecting-CommunicationAct</cycAnnot:label>
    <rdfs:label xml:lang="en">objecting</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OtherMedicalCareEventWhen">
    <rdfs:label xml:lang="en">other medical care event when</rdfs:label>
    <cycAnnot:label xml:lang="en">OtherMedicalCareEventWhen</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Holding_hostages_against_a_United_States_citizen">
    <cycAnnot:label xml:lang="en">(AttackTypeByTargetTypeFn HoldingHostage (CitizenFn UnitedStatesOfAmerica))</cycAnnot:label>
    <rdfs:label xml:lang="en">holding hostages against a United States citizen</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AbsorptionEvent">
    <cycAnnot:label xml:lang="en">AbsorptionEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">The event in which objects are taken into some structure across some membrane.</rdfs:comment>
    <rdfs:label xml:lang="en">absorption</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensLightHeavyweightFSWrestling">
    <cycAnnot:label xml:lang="en">OlympicMensLightHeavyweightFSWrestling</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens Light Heavyweight FS Wrestling</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WholesaleBuying">
    <rdfs:comment xml:lang="en">A collection of events; a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BuyingAnObject&quot; class=&quot;cyc_term&quot;&gt;BuyingAnObject&lt;/a&gt;.  An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WholesaleBuying&quot; class=&quot;cyc_term&quot;&gt;WholesaleBuying&lt;/a&gt; is a purchase in which, typically, (1) the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/buyer&quot; class=&quot;cyc_term&quot;&gt;buyer&lt;/a&gt; pays significantly less than the usual &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/retailCost&quot; class=&quot;cyc_term&quot;&gt;retailCost&lt;/a&gt;; (2) a large quantity of the merchandise is purchased at one time; (3) the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/seller&quot; class=&quot;cyc_term&quot;&gt;seller&lt;/a&gt; is a business that manufactures or distributes the merchandise, rather than a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RetailOrganization&quot; class=&quot;cyc_term&quot;&gt;RetailOrganization&lt;/a&gt;; and (4) the merchandise is bought to be resold or to be used as input to some commercial manufacturing or other commercial activity.</rdfs:comment>
    <cycAnnot:label xml:lang="en">WholesaleBuying</cycAnnot:label>
    <rdfs:label xml:lang="en">wholesaling</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_methylphosphonic_dichloride">
    <rdfs:label xml:lang="en">gaining control of methylphosphonic dichloride</rdfs:label>
    <cycAnnot:label xml:lang="en">(GainingControlOfFn MethylphosphonicDichloride)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_bridge">
    <rdfs:label xml:lang="en">game of bridge</rdfs:label>
    <cycAnnot:label xml:lang="en">(GameFn Bridge-TheGame)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ColdSeason">
    <rdfs:label xml:lang="en">cold season</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SeasonOfYear&quot; class=&quot;cyc_term&quot;&gt;SeasonOfYear&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ColdSeason&quot; class=&quot;cyc_term&quot;&gt;ColdSeason&lt;/a&gt; is the cooler part of an annual climate cycle for a region (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AnnualClimateCycle&quot; class=&quot;cyc_term&quot;&gt;AnnualClimateCycle&lt;/a&gt;).  If a place has a Winter (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WinterSeason&quot; class=&quot;cyc_term&quot;&gt;WinterSeason&lt;/a&gt;), the cold season generally includes the Winter.  Note that &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WinterSeason&quot; class=&quot;cyc_term&quot;&gt;WinterSeason&lt;/a&gt; is _not_ a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CalendarSeason&quot; class=&quot;cyc_term&quot;&gt;CalendarSeason&lt;/a&gt; (q.v.).</rdfs:comment>
    <cycAnnot:label xml:lang="en">ColdSeason</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Supernova">
    <rdfs:label xml:lang="en">supernova</rdfs:label>
    <cycAnnot:label xml:lang="en">Supernova</cycAnnot:label>
    <rdfs:comment xml:lang="en">This is the collection of supernovae. A supernova is the explosion created when  stars of a certain mass collapse. They could be considered to be either objects or events.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CollegeEntranceTest">
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UniversityEntryTest&quot; class=&quot;cyc_term&quot;&gt;UniversityEntryTest&lt;/a&gt; events that are used to help undergraduate admissions officers decide whether to admit a student.  Such tests are designed to test a student&apos;s aptitude for college-level studies.</rdfs:comment>
    <cycAnnot:label xml:lang="en">CollegeEntranceTest</cycAnnot:label>
    <rdfs:label xml:lang="en">college entrance test</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="InitializationOfProgram">
    <rdfs:label xml:lang="en">initializing a program</rdfs:label>
    <cycAnnot:label xml:lang="en">InitializationOfProgram</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CreationEvent&quot; class=&quot;cyc_term&quot;&gt;CreationEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerActivity&quot; class=&quot;cyc_term&quot;&gt;ComputerActivity&lt;/a&gt;. Each instance of this collection is an event in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerProgramCopy&quot; class=&quot;cyc_term&quot;&gt;ComputerProgramCopy&lt;/a&gt; of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerProgram_CW&quot; class=&quot;cyc_term&quot;&gt;ComputerProgram_CW&lt;/a&gt; is initialized (set up and run for the first time). See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InitializationOfProgramFn&quot; class=&quot;cyc_term&quot;&gt;InitializationOfProgramFn&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WorldCupCompetition">
    <rdfs:comment xml:lang="en">The collection of all WorldCupCompetitions, the international soccer tournament held once every four years.</rdfs:comment>
    <cycAnnot:label xml:lang="en">WorldCupCompetition</cycAnnot:label>
    <rdfs:label xml:lang="en">world cup football</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicBoxingCompetition">
    <rdfs:label xml:lang="en">Olympic boxing competition</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BoxingCompetition&quot; class=&quot;cyc_term&quot;&gt;BoxingCompetition&lt;/a&gt;s that are also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OlympicCompetition&quot; class=&quot;cyc_term&quot;&gt;OlympicCompetition&lt;/a&gt;s.</rdfs:comment>
    <cycAnnot:label xml:lang="en">OlympicBoxingCompetition</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ApplyingForSomething">
    <cycAnnot:label xml:lang="en">ApplyingForSomething</cycAnnot:label>
    <rdfs:comment xml:lang="en">This is the collection of actions in which an agent applies for something--for example, a job, a loan.  Applying is a fairly formal request, usually involving paperwork such as filling out an application form. For specializations of this collection, see the function &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ApplyingForFn&quot; class=&quot;cyc_term&quot;&gt;ApplyingForFn&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">applying for something</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SafetyInspection">
    <rdfs:label xml:lang="en">safety inspection</rdfs:label>
    <rdfs:comment xml:lang="en">Events where an agent or agents evaluate the likelihood of harm to persons in the execution of some anticipated event or set of events.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SafetyInspection</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ExitingToSafety">
    <cycAnnot:label xml:lang="en">ExitingToSafety</cycAnnot:label>
    <rdfs:label xml:lang="en">exiting to safety</rdfs:label>
    <rdfs:comment xml:lang="en">Leaving a place quickly in order to escape a real or imagined danger.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Spanking">
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Spanking&quot; class=&quot;cyc_term&quot;&gt;Spanking&lt;/a&gt;s, which involve the hitting of a person&apos;s &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Buttocks&quot; class=&quot;cyc_term&quot;&gt;Buttocks&lt;/a&gt;, usually with an open hand or a paddle.</rdfs:comment>
    <rdfs:label xml:lang="en">spanking</rdfs:label>
    <cycAnnot:label xml:lang="en">Spanking</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SynchronousSportsEvent">
    <cycAnnot:label xml:lang="en">SynchronousSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">A sports event in which competitors start competing at the same time.</rdfs:comment>
    <rdfs:label xml:lang="en">synchronous sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicBoxing_Flyweight">
    <rdfs:label xml:lang="en">Olympic Boxing Flyweight</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicBoxing-Flyweight</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DoctorVisit">
    <rdfs:label xml:lang="en">doctor visit</rdfs:label>
    <rdfs:comment xml:lang="en">Scripts in which a person sees a doctor or other medical care professional for medical care.  There is usually at least one &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MedicalCareEvent&quot; class=&quot;cyc_term&quot;&gt;MedicalCareEvent&lt;/a&gt; as a subevent, but perhaps more.  The person may go to the doctor&apos;s office, or the doctor may see the patient at a hospital or clinic or at their home.</rdfs:comment>
    <cycAnnot:label xml:lang="en">DoctorVisit</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BypassingAnEnemy">
    <rdfs:label xml:lang="en">bypassing an enemy</rdfs:label>
    <cycAnnot:label xml:lang="en">BypassingAnEnemy</cycAnnot:label>
    <rdfs:comment xml:lang="en">To bypass an enemy force is to maneuver around it so as to avoid a confrontation.  When conducting a bypass, the commander deliberately avoids combat with an enemy force so that all of his combat power is directed toward mission accomplishment. For a more general notion of bypassing something, see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BypassingSomething&quot; class=&quot;cyc_term&quot;&gt;BypassingSomething&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Explant_Icd_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">Explant-Icd-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">implantable cardioverter defibrillator removal</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Painting_a_picture">
    <rdfs:label xml:lang="en">painting a picture</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn Painting-ArtForm)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Practice_fn_aviation">
    <rdfs:label xml:lang="en">practice fn aviation</rdfs:label>
    <cycAnnot:label xml:lang="en">(PracticeFn Aviation)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AssessingEnemyCapabilities">
    <cycAnnot:label xml:lang="en">AssessingEnemyCapabilities</cycAnnot:label>
    <rdfs:label xml:lang="en">assessing the enemy&apos;s capabilities</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of processes.  Each element of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AssessingEnemyCapabilities&quot; class=&quot;cyc_term&quot;&gt;AssessingEnemyCapabilities&lt;/a&gt;
is an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Evaluating&quot; class=&quot;cyc_term&quot;&gt;Evaluating&lt;/a&gt; in which the military capabilities of
the enemy are  evaluated.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AskingAYesOrNoQuestion">
    <rdfs:comment xml:lang="en">The collection of events in which some agent asks a yes/no question.</rdfs:comment>
    <rdfs:label xml:lang="en">asking a yes/no question</rdfs:label>
    <cycAnnot:label xml:lang="en">AskingAYesOrNoQuestion</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AcademicTerm">
    <cycAnnot:label xml:lang="en">AcademicTerm</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Situation_Localized&quot; class=&quot;cyc_term&quot;&gt;Situation_Localized&lt;/a&gt;. An instance of this collection is the complex of planned activities constituting an academic term at a given educational institution: e.g., the 2003 spring semester at the University of Texas, Austin (cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AcademicSemester&quot; class=&quot;cyc_term&quot;&gt;AcademicSemester&lt;/a&gt;). Note that this is not a pure time interval. A certain course, for instance, is a part (cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/subSituations&quot; class=&quot;cyc_term&quot;&gt;subSituations&lt;/a&gt;) of a certain academic term. Salient specializations are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AcademicYear&quot; class=&quot;cyc_term&quot;&gt;AcademicYear&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AcademicQuarter&quot; class=&quot;cyc_term&quot;&gt;AcademicQuarter&lt;/a&gt; (qq.v).</rdfs:comment>
    <rdfs:label xml:lang="en">academic term</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CuttingAPieceOfFood">
    <cycAnnot:label xml:lang="en">CuttingAPieceOfFood</cycAnnot:label>
    <rdfs:label xml:lang="en">cutting a piece of food</rdfs:label>
    <rdfs:comment xml:lang="en">This is the collection of actions in which the agent cuts food into pieces using an implement, that is, a knife or fork.  So, biting off a piece of food is not an instance; see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Biting&quot; class=&quot;cyc_term&quot;&gt;Biting&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CardiacAssistDeviceRemoval_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">CardiacAssistDeviceRemoval-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">cardiac assist device removal (surgical procedure)</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_fuel">
    <rdfs:label xml:lang="en">making fuel</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn CombustibleFuelSubstance)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_penicillin">
    <rdfs:label xml:lang="en">making penicillin</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn Penicillin)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Plea_Legal">
    <cycAnnot:label xml:lang="en">Plea-Legal</cycAnnot:label>
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Plea_Legal&quot; class=&quot;cyc_term&quot;&gt;Plea_Legal&lt;/a&gt; involves someone accused of a crime declaring whether or not they are guilty.  Other possible variations include insanity pleas and no contest pleas.</rdfs:comment>
    <rdfs:label xml:lang="en">plea</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SweepingAnArea">
    <rdfs:label xml:lang="en">sweeping</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of sweeping-an-area-clean-with-a-broom events.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SweepingAnArea</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Burning_alive_against_a_civilian">
    <cycAnnot:label xml:lang="en">(AttackTypeByTargetTypeFn (ProperSubcollectionNamedFn-Ternary &quot;burning alive&quot; HostileSocialAction &quot;34161830-f4ed-11d9-9bea-0002b3a85b0b&quot;) Civilian)</cycAnnot:label>
    <rdfs:label xml:lang="en">burning alive against a civilian</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SpreadingBodyParts">
    <cycAnnot:label xml:lang="en">SpreadingBodyParts</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all gestures in which an animal (person) spreads two or more like body parts apart to make a gesture, e.g., spreading fingers apart, spreading arms apart, etc.</rdfs:comment>
    <rdfs:label xml:lang="en">spreading body parts</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensCycling_1000MeterSprint">
    <rdfs:label xml:lang="en">Olympic Men&apos;s Cycling - 1000 Meter Sprint</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensCycling-1000MeterSprint</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NordicCombinedTeamSportsEvent">
    <cycAnnot:label xml:lang="en">NordicCombinedTeamSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">nordic combined team sports event</rdfs:label>
    <rdfs:comment xml:lang="en">A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CrossCountrySkiingSportsEvent&quot; class=&quot;cyc_term&quot;&gt;CrossCountrySkiingSportsEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsFormalCompetition&quot; class=&quot;cyc_term&quot;&gt;SportsFormalCompetition&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TurningOnPoweredDevice">
    <rdfs:comment xml:lang="en">The collection of actions in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PoweredDevice&quot; class=&quot;cyc_term&quot;&gt;PoweredDevice&lt;/a&gt; changes from &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Device_Off&quot; class=&quot;cyc_term&quot;&gt;Device_Off&lt;/a&gt; to &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Device_On&quot; class=&quot;cyc_term&quot;&gt;Device_On&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">turning on</rdfs:label>
    <cycAnnot:label xml:lang="en">TurningOnPoweredDevice</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Disappearance_FoulPlaySuspected">
    <rdfs:label xml:lang="en">disappearance foul play suspected</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Disappearance_SocialOccurrence&quot; class=&quot;cyc_term&quot;&gt;Disappearance_SocialOccurrence&lt;/a&gt; that are such that one or more persons believe that the person who disappeared (the &apos;&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/doneBy&quot; class=&quot;cyc_term&quot;&gt;doneBy&lt;/a&gt;&apos; of the disappearance) was a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/maleficiary&quot; class=&quot;cyc_term&quot;&gt;maleficiary&lt;/a&gt; in the &lt;font color=&quot;#ff0000&quot;&gt;#$Disappearance&lt;/font&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Disappearance-FoulPlaySuspected</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Encrypting">
    <rdfs:label xml:lang="en">encryption</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Encoding&quot; class=&quot;cyc_term&quot;&gt;Encoding&lt;/a&gt;.  In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Encrypting&quot; class=&quot;cyc_term&quot;&gt;Encrypting&lt;/a&gt;, a transformation is applied to the information in some instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationBearingThing&quot; class=&quot;cyc_term&quot;&gt;InformationBearingThing&lt;/a&gt;, with the intention of making that information inaccessible to all but the intended audience for that &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationBearingThing&quot; class=&quot;cyc_term&quot;&gt;InformationBearingThing&lt;/a&gt; (the intended audience, in almost all cases, will have a decryption method which will allow it to transform the information back into an accessible form).</rdfs:comment>
    <cycAnnot:label xml:lang="en">Encrypting</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ObstructionEvent">
    <rdfs:label xml:lang="en">block</rdfs:label>
    <cycAnnot:label xml:lang="en">ObstructionEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events in which an area that would otherwise be passable by someone or something is rendered unpassable with respect to that someone or thing.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WinterOlympicsYear">
    <cycAnnot:label xml:lang="en">WinterOlympicsYear</cycAnnot:label>
    <rdfs:comment xml:lang="en">A year in which a winter olympics was or will be held</rdfs:comment>
    <rdfs:label xml:lang="en">winter olympics year</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RedoxReaction">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChemicalReaction&quot; class=&quot;cyc_term&quot;&gt;ChemicalReaction&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RedoxReaction&quot; class=&quot;cyc_term&quot;&gt;RedoxReaction&lt;/a&gt; is a reaction in which one chemical substance loses electrons and another, called the oxidizing agent, gains those electrons.  The substance that has lost the electrons is oxidized.</rdfs:comment>
    <rdfs:label xml:lang="en">reduction-oxidation</rdfs:label>
    <cycAnnot:label xml:lang="en">RedoxReaction</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SeptalMyectomy">
    <cycAnnot:label xml:lang="en">SeptalMyectomy</cycAnnot:label>
    <rdfs:comment xml:lang="en">A myectomy of the cardiac septum.  A common treatment for hypertrophic cardiomyopathy.</rdfs:comment>
    <rdfs:label xml:lang="en">septal myectomy</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Caning">
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Caning&quot; class=&quot;cyc_term&quot;&gt;Caning&lt;/a&gt;s, which involve the hitting of a person with a cane, stick, or similar object.</rdfs:comment>
    <rdfs:label xml:lang="en">caning</rdfs:label>
    <cycAnnot:label xml:lang="en">Caning</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AirRifleShootingSportsEvent">
    <rdfs:label xml:lang="en">air rifle shooting sports event</rdfs:label>
    <rdfs:comment xml:lang="en">A marksmanship sports event in which air rifles are used.</rdfs:comment>
    <cycAnnot:label xml:lang="en">AirRifleShootingSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Carnival">
    <cycAnnot:label xml:lang="en">Carnival</cycAnnot:label>
    <rdfs:label xml:lang="en">carnival</rdfs:label>
    <rdfs:comment xml:lang="en">Rides, games, food -- a carnival</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SummerOlympicsCompetition">
    <rdfs:comment xml:lang="en">A sporting competition which is part of the Summer Olympics.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SummerOlympicsCompetition</cycAnnot:label>
    <rdfs:label xml:lang="en">summer Olympics competition</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensLongJump">
    <rdfs:label xml:lang="en">Olympic Mens Long Jump</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensLongJump</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensDecathlon">
    <rdfs:label xml:lang="en">Olympic Men&apos;s Decathlon</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensDecathlon</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TouringACity">
    <cycAnnot:label xml:lang="en">TouringACity</cycAnnot:label>
    <rdfs:label xml:lang="en">city tour</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all instances of &lt;font color=&quot;#ff0000&quot;&gt;#$SightSeeing&lt;/font&gt; which consist of comprehensive tours of cities, usually, but not always,
conducted by a guide.  Instances are to be distinguished by the fact that they are systematic, endeavoring to cover most of the historically salient features of some nontrivial part of the area toured.  Instances may be performed by individual tourists or by groups of the same.  See &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CityTourFn&quot; class=&quot;cyc_term&quot;&gt;CityTourFn&lt;/a&gt;</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EngravingEvent">
    <rdfs:comment xml:lang="en">The collection of all engraving. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MarkingOnASurface&quot; class=&quot;cyc_term&quot;&gt;MarkingOnASurface&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CuttingSomething&quot; class=&quot;cyc_term&quot;&gt;CuttingSomething&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">engraving</rdfs:label>
    <cycAnnot:label xml:lang="en">EngravingEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Vehicle_repair">
    <rdfs:label xml:lang="en">vehicle repair</rdfs:label>
    <cycAnnot:label xml:lang="en">(RepairingFn TransportationDevice-Vehicle)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DisarmingADevice">
    <cycAnnot:label xml:lang="en">DisarmingADevice</cycAnnot:label>
    <rdfs:label xml:lang="en">disarming a device</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of actions in which the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeviceTypeByState&quot; class=&quot;cyc_term&quot;&gt;DeviceTypeByState&lt;/a&gt; of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PhysicalDevice&quot; class=&quot;cyc_term&quot;&gt;PhysicalDevice&lt;/a&gt; (such as a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TrapDevice&quot; class=&quot;cyc_term&quot;&gt;TrapDevice&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Bomb&quot; class=&quot;cyc_term&quot;&gt;Bomb&lt;/a&gt;, or &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AutomaticFirearm&quot; class=&quot;cyc_term&quot;&gt;AutomaticFirearm&lt;/a&gt;) is changed from armed (or cocked) to idle (or uncocked), without an intervening firing or triggering of the device.  If it is a firing or triggering that causes the state change, that is a discharging of the device, not a disarming of it.
&lt;p/&gt;
This collection is general enough to include, e.g., disarming an alarm system.  For the important special case in which the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/deviceDisarmed&quot; class=&quot;cyc_term&quot;&gt;deviceDisarmed&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Weapon&quot; class=&quot;cyc_term&quot;&gt;Weapon&lt;/a&gt;, see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DisarmingAWeapon&quot; class=&quot;cyc_term&quot;&gt;DisarmingAWeapon&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Shooting_using_assault_rifle">
    <rdfs:label xml:lang="en">shooting using assault rifle</rdfs:label>
    <cycAnnot:label xml:lang="en">(ShootingByLauncherTypeFn AssaultRifle)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Measurement_of_angular_distances">
    <rdfs:label xml:lang="en">measurement of angular distances</rdfs:label>
    <cycAnnot:label xml:lang="en">(MeasuringFn AngularDistance)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HairColoringEvent">
    <rdfs:label xml:lang="en">hair coloring event</rdfs:label>
    <cycAnnot:label xml:lang="en">HairColoringEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OrnamentalSewing">
    <cycAnnot:label xml:lang="en">OrnamentalSewing</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all sewing events that result in the
production of some ornamental object. Examples are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EmbroideringEvent&quot; class=&quot;cyc_term&quot;&gt;EmbroideringEvent&lt;/a&gt; and
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CrossStitchingEvent&quot; class=&quot;cyc_term&quot;&gt;CrossStitchingEvent&lt;/a&gt;. A non-example is &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/StitchingAWound&quot; class=&quot;cyc_term&quot;&gt;StitchingAWound&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">ornamental sewing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TouringARegion">
    <rdfs:label xml:lang="en">touring a region</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all events in which an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Tourist&quot; class=&quot;cyc_term&quot;&gt;Tourist&lt;/a&gt; or (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GroupFn&quot; class=&quot;cyc_term&quot;&gt;GroupFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Tourist&quot; class=&quot;cyc_term&quot;&gt;Tourist&lt;/a&gt;) travel about a site, sometimes but not always in the presence of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TourGuide&quot; class=&quot;cyc_term&quot;&gt;TourGuide&lt;/a&gt;, learning certain salient features concerning the place&apos;s history.</rdfs:comment>
    <cycAnnot:label xml:lang="en">TouringARegion</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SportsPistolShootingSportsEvent">
    <rdfs:label xml:lang="en">sports pistol shooting sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">SportsPistolShootingSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">A marksmanship sports event in which a sports pistol is used.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GeologicalEpoch">
    <rdfs:label xml:lang="en">geological epoch</rdfs:label>
    <cycAnnot:label xml:lang="en">GeologicalEpoch</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all geological epochs. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeologicalTimePeriod&quot; class=&quot;cyc_term&quot;&gt;GeologicalTimePeriod&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ProductPlanningAndDevelopment">
    <rdfs:comment xml:lang="en">The set of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MarketingActivity&quot; class=&quot;cyc_term&quot;&gt;MarketingActivity&lt;/a&gt; events in which a product is conceived of, designed, developed and test-marketed.  Instances of this activity are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/performedBy&quot; class=&quot;cyc_term&quot;&gt;performedBy&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MarketingPerson&quot; class=&quot;cyc_term&quot;&gt;MarketingPerson&lt;/a&gt;s with help from &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TechnicalWorker&quot; class=&quot;cyc_term&quot;&gt;TechnicalWorker&lt;/a&gt;s.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ProductPlanningAndDevelopment</cycAnnot:label>
    <rdfs:label xml:lang="en">product planning and development</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OfferingAPrecisionSuggestionInUIA">
    <cycAnnot:label xml:lang="en">OfferingAPrecisionSuggestionInUIA</cycAnnot:label>
    <rdfs:label xml:lang="en">offering a precision suggestion in the UIA</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MammographicBreastCancerScreening">
    <cycAnnot:label xml:lang="en">MammographicBreastCancerScreening</cycAnnot:label>
    <rdfs:comment xml:lang="en">The entire event in which a mammogram is performed and potentially follow-up testing, such as a biopsy</rdfs:comment>
    <rdfs:label xml:lang="en">breast cancer screening</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BlockingAnInternationalWaterway">
    <cycAnnot:label xml:lang="en">BlockingAnInternationalWaterway</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events in which some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; interferes with traffic on international waters. This may be accomplished with some physical barrier, or with the threat of violence to traffic travelling in that area. Generally, UN regulations prohibit this kind of action.</rdfs:comment>
    <rdfs:label xml:lang="en">blockage of an international waterway</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BartonellosisEpidemic">
    <rdfs:comment xml:lang="en">The collection of all Bartonellosis epidemics. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Epidemic&quot; class=&quot;cyc_term&quot;&gt;Epidemic&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">BartonellosisEpidemic</cycAnnot:label>
    <rdfs:label xml:lang="en">Bartonellosis epidemic</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Kidnapping_against_a_civilian">
    <cycAnnot:label xml:lang="en">(AttackTypeByTargetTypeFn KidnappingSomeone Civilian)</cycAnnot:label>
    <rdfs:label xml:lang="en">kidnapping against a civilian</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BoatingSportsEvent">
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsEvent&quot; class=&quot;cyc_term&quot;&gt;SportsEvent&lt;/a&gt;s using human powered boats (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Watercraft_Surface&quot; class=&quot;cyc_term&quot;&gt;Watercraft_Surface&lt;/a&gt;) normally held outdoors.</rdfs:comment>
    <rdfs:label xml:lang="en">boating sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">BoatingSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Rubella_vaccination">
    <rdfs:label xml:lang="en">rubella vaccination</rdfs:label>
    <cycAnnot:label xml:lang="en">(VaccinationAgainstFn Rubella)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_minigolf">
    <rdfs:label xml:lang="en">playing minigolf</rdfs:label>
    <cycAnnot:label xml:lang="en">(PlayingFn MiniatureGolf)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EncirclingAnEnemy">
    <rdfs:comment xml:lang="en">This task is assigned to a unit which is an encircling force in an encirclement operation (see FM100-40, pp 9-7 - 9-16). The unit may be designated as the main effort or a supporting effort (if a major obstacle, such as a shoreline, cannot serve as a second encircling wing). Although terrain objectives may be designated in an encirclement, isolation and defeat of enemy forces are the primary goals.</rdfs:comment>
    <cycAnnot:label xml:lang="en">EncirclingAnEnemy</cycAnnot:label>
    <rdfs:label xml:lang="en">encircling an enemy</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PerformanceReview">
    <rdfs:comment xml:lang="en">The collection of events in which an agent evaluates another agent&apos;s performance at a job or task (or series of tasks).</rdfs:comment>
    <rdfs:label xml:lang="en">performance review</rdfs:label>
    <cycAnnot:label xml:lang="en">PerformanceReview</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_phosphorus_oxychloride">
    <rdfs:label xml:lang="en">gaining control of phosphorus oxychloride</rdfs:label>
    <cycAnnot:label xml:lang="en">(GainingControlOfFn PhosphorusOxychloride)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SpermProductionEvent">
    <cycAnnot:label xml:lang="en">SpermProductionEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">sperm produce</rdfs:label>
    <rdfs:comment xml:lang="en">The process in which sperm cells are produced by the testicles.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensSlalom">
    <cycAnnot:label xml:lang="en">OlympicWomensSlalom</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic women&apos;s slalom</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EmplacingABaileyBridge">
    <cycAnnot:label xml:lang="en">EmplacingABaileyBridge</cycAnnot:label>
    <rdfs:label xml:lang="en">emplacing a Bailey bridge</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Car_cassette_player_repair">
    <rdfs:label xml:lang="en">car cassette player repair</rdfs:label>
    <cycAnnot:label xml:lang="en">(RepairingFn AutoCassettePlayer)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ReadingSoftwareParameter">
    <rdfs:label xml:lang="en">reading software parameter</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all events in which the value of an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SoftwareParameter&quot; class=&quot;cyc_term&quot;&gt;SoftwareParameter&lt;/a&gt; is read by a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerProcessRunning&quot; class=&quot;cyc_term&quot;&gt;ComputerProcessRunning&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ReadingSoftwareParameter</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FSWrestlingSportsEvent">
    <cycAnnot:label xml:lang="en">FSWrestlingSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">free-style wrestling</rdfs:label>
    <rdfs:comment xml:lang="en">Freestyle wrestling</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_indoor_soccer">
    <cycAnnot:label xml:lang="en">(PlayingFn IndoorSoccer-CW)</cycAnnot:label>
    <rdfs:label xml:lang="en">playing indoor soccer</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ElectronicIntelligenceAttack_Corporate">
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ElectronicIntelligenceAttack_Corporate&quot; class=&quot;cyc_term&quot;&gt;ElectronicIntelligenceAttack_Corporate&lt;/a&gt; is a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ElectronicIntelligenceAttack_Agent&quot; class=&quot;cyc_term&quot;&gt;ElectronicIntelligenceAttack_Agent&lt;/a&gt;. It is the collection of all electronic attacks perpetrated on instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputationalSystem&quot; class=&quot;cyc_term&quot;&gt;ComputationalSystem&lt;/a&gt; by agents acting in the interests of some instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LegalCorporation&quot; class=&quot;cyc_term&quot;&gt;LegalCorporation&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">corporate electronic intelligence attack</rdfs:label>
    <cycAnnot:label xml:lang="en">ElectronicIntelligenceAttack-Corporate</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BenchmarkingSomething">
    <cycAnnot:label xml:lang="en">BenchmarkingSomething</cycAnnot:label>
    <rdfs:label xml:lang="en">benchmarking</rdfs:label>
    <rdfs:comment xml:lang="en">Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BenchmarkingSomething&quot; class=&quot;cyc_term&quot;&gt;BenchmarkingSomething&lt;/a&gt; is an event in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Benchmark&quot; class=&quot;cyc_term&quot;&gt;Benchmark&lt;/a&gt; is selected in order to serve as a standard against which some similar thing is compared.  An example would be the selection of a specification of the performance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/StandardAndPoors500&quot; class=&quot;cyc_term&quot;&gt;StandardAndPoors500&lt;/a&gt; as a benchmark against which the performance of one&apos;s &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InvestmentPortfolio&quot; class=&quot;cyc_term&quot;&gt;InvestmentPortfolio&lt;/a&gt; is compared.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_car_insurance">
    <cycAnnot:label xml:lang="en">(BuyingFn AutomobileInsurance)</cycAnnot:label>
    <rdfs:label xml:lang="en">buying car insurance</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AChEInactivation_Reversible">
    <rdfs:label xml:lang="en">reversible acetylcholinesterase inactivation</rdfs:label>
    <cycAnnot:label xml:lang="en">AChEInactivation-Reversible</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AChEInactivation&quot; class=&quot;cyc_term&quot;&gt;AChEInactivation&lt;/a&gt;.  Instances are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChemicalReaction&quot; class=&quot;cyc_term&quot;&gt;ChemicalReaction&lt;/a&gt;s between some chemical and  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Acetylcholinesterase&quot; class=&quot;cyc_term&quot;&gt;Acetylcholinesterase&lt;/a&gt;, in which a binding forms that can be undone.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HeavyweightFSWrestlingSportsEvent">
    <rdfs:comment xml:lang="en">A weight class of FSWrestlingSportsEvent</rdfs:comment>
    <rdfs:label xml:lang="en">heavyweight fs wrestling sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">HeavyweightFSWrestlingSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicSideHorseVault">
    <cycAnnot:label xml:lang="en">OlympicSideHorseVault</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Side Horse Vault</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="JumpingOverSomething">
    <rdfs:label xml:lang="en">jumping over something</rdfs:label>
    <cycAnnot:label xml:lang="en">JumpingOverSomething</cycAnnot:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Jumping&quot; class=&quot;cyc_term&quot;&gt;Jumping&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GoingOverSomething&quot; class=&quot;cyc_term&quot;&gt;GoingOverSomething&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/JumpingOverSomething&quot; class=&quot;cyc_term&quot;&gt;JumpingOverSomething&lt;/a&gt; is an event in which an agent deliberately jumps over something, e.g. a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Puddle&quot; class=&quot;cyc_term&quot;&gt;Puddle&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Enabling_MilitaryEvent">
    <cycAnnot:label xml:lang="en">Enabling-MilitaryEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of military operations conducted to facilitate other types of military operations. As such, enabling operations are not ends unto themselves.</rdfs:comment>
    <rdfs:label xml:lang="en">enabling operation</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WelterweightFSWrestlingSportsEvent">
    <cycAnnot:label xml:lang="en">WelterweightFSWrestlingSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">welterweight fs wrestling sports event</rdfs:label>
    <rdfs:comment xml:lang="en">A weight class of FSWrestlingSportsEvent</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicRingsCompetition">
    <rdfs:label xml:lang="en">Olympic Rings Competition</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicRingsCompetition</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="UN_PeaceEnforcingOperation">
    <rdfs:label xml:lang="en">United Nations peace-enforcing operation</rdfs:label>
    <cycAnnot:label xml:lang="en">UN-PeaceEnforcingOperation</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ImplementingProtectionistPolicies">
    <rdfs:comment xml:lang="en">The collection of events where one state attempts to protect its own economy from what are perceived to be threats.  This is considered positive because a state can only implement protectionist policies upon itself, and would be viewed as positive by the directingAgent of the event; namely the state.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ImplementingProtectionistPolicies</cycAnnot:label>
    <rdfs:label xml:lang="en">implementing economic protectionist policies</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DisplayingUIASetupMenuLink">
    <cycAnnot:label xml:lang="en">DisplayingUIASetupMenuLink</cycAnnot:label>
    <rdfs:label xml:lang="en">displaying a UIA Setup Menu link</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ElectionForOffice">
    <rdfs:comment xml:lang="en">An event in which many people state their choices for the person to take a particular office.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ElectionForOffice</cycAnnot:label>
    <rdfs:label xml:lang="en">election for an office</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RemovalOfICDLeads_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">RemovalOfICDLeads-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">implantable cardioverter defibrilator lead removal</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MakingFileOfPapers">
    <cycAnnot:label xml:lang="en">MakingFileOfPapers</cycAnnot:label>
    <rdfs:label xml:lang="en">making a file of papers</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ObtainOperationalControl">
    <cycAnnot:label xml:lang="en">ObtainOperationalControl</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of both &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GainingUserRights&quot; class=&quot;cyc_term&quot;&gt;GainingUserRights&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PurposefulAction&quot; class=&quot;cyc_term&quot;&gt;PurposefulAction&lt;/a&gt;.  In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ObtainOperationalControl&quot; class=&quot;cyc_term&quot;&gt;ObtainOperationalControl&lt;/a&gt;, a military unit gains user rights over some resource.</rdfs:comment>
    <rdfs:label xml:lang="en">obtaining operational control</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Inauguration">
    <rdfs:comment xml:lang="en">The subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InitiationCeremony&quot; class=&quot;cyc_term&quot;&gt;InitiationCeremony&lt;/a&gt; in which an official in some organization is formally inducted into office.</rdfs:comment>
    <rdfs:label xml:lang="en">inauguration</rdfs:label>
    <cycAnnot:label xml:lang="en">Inauguration</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensFourShellWithoutCoxRowing">
    <rdfs:label xml:lang="en">Olympic Womens Four Shell Without Cox Rowing</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicWomensFourShellWithoutCoxRowing</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NumbersPool">
    <rdfs:label xml:lang="en">numbers game</rdfs:label>
    <rdfs:comment xml:lang="en">All instances of an illegal daily lottery</rdfs:comment>
    <cycAnnot:label xml:lang="en">NumbersPool</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HitSong_CW">
    <rdfs:comment xml:lang="en">The collection of all hit songs. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HitConceptualWork&quot; class=&quot;cyc_term&quot;&gt;HitConceptualWork&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Song_CW&quot; class=&quot;cyc_term&quot;&gt;Song_CW&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">HitSong-CW</cycAnnot:label>
    <rdfs:label xml:lang="en">hit song</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Fiscal_quarter">
    <rdfs:label xml:lang="en">fiscal quarter</rdfs:label>
    <cycAnnot:label xml:lang="en">(FiscalCycleFn (QuartersDuration 1))</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SkiJumpNormalSportsEvent">
    <cycAnnot:label xml:lang="en">SkiJumpNormalSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">ski jump normal event</rdfs:label>
    <rdfs:comment xml:lang="en">The normal hill ski jump event</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensArchery">
    <rdfs:label xml:lang="en">Olympic Women&apos;s Archery</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicWomensArchery</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="InvestingInAHedgeFund">
    <rdfs:label xml:lang="en">investing in a hedge fund</rdfs:label>
    <cycAnnot:label xml:lang="en">InvestingInAHedgeFund</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Investing&quot; class=&quot;cyc_term&quot;&gt;Investing&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InvestingInAHedgeFund&quot; class=&quot;cyc_term&quot;&gt;InvestingInAHedgeFund&lt;/a&gt; is a complex event in which a wealthy investor buys into a hedge fund (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HedgeFund&quot; class=&quot;cyc_term&quot;&gt;HedgeFund&lt;/a&gt;), and the fund manager uses (typically high-risk, high-payoff) strategies to grow the fund.  Hedge fund managers usually have the prospect of profit due to a high commission rate as motivation for performance.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KidnappingSomebodySubEventsBombingDeviceUsedCarBomb">
    <rdfs:label xml:lang="en">kidnapping somebody sub events bombing device used car bomb</rdfs:label>
    <cycAnnot:label xml:lang="en">KidnappingSomebodySubEventsBombingDeviceUsedCarBomb</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_insurance">
    <cycAnnot:label xml:lang="en">(BuyingFn InsurancePlan)</cycAnnot:label>
    <rdfs:label xml:lang="en">buying insurance</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="UnroofingOfCoronaryOstium_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">UnroofingOfCoronaryOstium-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">unroofing of coronary ostium surgical procedure</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RescuingACaptive">
    <cycAnnot:label xml:lang="en">RescuingACaptive</cycAnnot:label>
    <rdfs:label xml:lang="en">rescuing A captive</rdfs:label>
    <rdfs:comment xml:lang="en">A subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransferringControlOfAnAgent&quot; class=&quot;cyc_term&quot;&gt;TransferringControlOfAnAgent&lt;/a&gt;.  In each
instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RescuingACaptive&quot; class=&quot;cyc_term&quot;&gt;RescuingACaptive&lt;/a&gt;, the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/captive&quot; class=&quot;cyc_term&quot;&gt;captive&lt;/a&gt; in a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HeldCaptive&quot; class=&quot;cyc_term&quot;&gt;HeldCaptive&lt;/a&gt;
situation is freed from the control of her &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/captor&quot; class=&quot;cyc_term&quot;&gt;captor&lt;/a&gt; through the actions of
a third party.  In such events, the erstwhile &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/captor&quot; class=&quot;cyc_term&quot;&gt;captor&lt;/a&gt; does not
relinquish control voluntarily (see also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GettingFreeFromControl&quot; class=&quot;cyc_term&quot;&gt;GettingFreeFromControl&lt;/a&gt;).
Note that the rescued agent may be released immediately (in which case
the event is also an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GainingFreedom&quot; class=&quot;cyc_term&quot;&gt;GainingFreedom&lt;/a&gt;), or she may briefly 
come under the control or custody of her rescuers (as is
sometimes the case with police or military rescues).</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_YachtingSportsEvent">
    <cycAnnot:label xml:lang="en">PlayingOf-YachtingSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">playing of yachting sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Robberies_against_a_bank">
    <rdfs:label xml:lang="en">robberies against a bank</rdfs:label>
    <cycAnnot:label xml:lang="en">(AttackTypeByTargetTypeFn (ProperSubcollectionNamedFn-Ternary &quot;robberies&quot; HostileSocialAction &quot;33f74592-f4ed-11d9-9bea-0002b3a85b0b&quot;) BankOrganization)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Constructing_Military">
    <rdfs:label xml:lang="en">military constructing</rdfs:label>
    <cycAnnot:label xml:lang="en">Constructing-Military</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GratefulDeadConcert">
    <cycAnnot:label xml:lang="en">GratefulDeadConcert</cycAnnot:label>
    <rdfs:label xml:lang="en">Grateful Dead concert</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EyeCareEvent">
    <rdfs:label xml:lang="en">eye care</rdfs:label>
    <rdfs:comment xml:lang="en">The treatment or prevention of eye problems.</rdfs:comment>
    <cycAnnot:label xml:lang="en">EyeCareEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Whipping">
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Whipping&quot; class=&quot;cyc_term&quot;&gt;Whipping&lt;/a&gt;s, which involve the hitting of a person with &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Whip&quot; class=&quot;cyc_term&quot;&gt;Whip&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">whipping</rdfs:label>
    <cycAnnot:label xml:lang="en">Whipping</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SupplyingMeansOfCommunication">
    <rdfs:label xml:lang="en">supplying means of communication</rdfs:label>
    <cycAnnot:label xml:lang="en">SupplyingMeansOfCommunication</cycAnnot:label>
    <rdfs:comment xml:lang="en">This collection comprises a large class of (possibly extensive in time and complex)           instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PurposefulAction&quot; class=&quot;cyc_term&quot;&gt;PurposefulAction&lt;/a&gt;.  In each instance of this collection some           instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt;, an  instance of (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GroupFn&quot; class=&quot;cyc_term&quot;&gt;GroupFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt;) or simply some collection of instances           of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; (e.g. the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Person&quot; class=&quot;cyc_term&quot;&gt;Person&lt;/a&gt;s in some neighborhood) gain some kind of user rights           to some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Artifact&quot; class=&quot;cyc_term&quot;&gt;Artifact&lt;/a&gt;, e.g. a post office or a radio, that is &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/behaviorCapable&quot; class=&quot;cyc_term&quot;&gt;behaviorCapable&lt;/a&gt;           of being an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/instrument_Generic&quot; class=&quot;cyc_term&quot;&gt;instrument_Generic&lt;/a&gt; in some subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationTransferEvent&quot; class=&quot;cyc_term&quot;&gt;InformationTransferEvent&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SportsPostSeason">
    <rdfs:comment xml:lang="en">The &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsPostSeason&quot; class=&quot;cyc_term&quot;&gt;SportsPostSeason&lt;/a&gt; is the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChampionshipCompetition&quot; class=&quot;cyc_term&quot;&gt;ChampionshipCompetition&lt;/a&gt; held every year after the regular season.  A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsPostSeason&quot; class=&quot;cyc_term&quot;&gt;SportsPostSeason&lt;/a&gt; usually consists of more than one game and is often comprised of a series of elimination games or elimination series.</rdfs:comment>
    <rdfs:label xml:lang="en">post-season</rdfs:label>
    <cycAnnot:label xml:lang="en">SportsPostSeason</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MakingATradeAgreement">
    <rdfs:comment xml:lang="en">A collection of events. Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MakingATradeAgreement&quot; class=&quot;cyc_term&quot;&gt;MakingATradeAgreement&lt;/a&gt; is an event in which two or more parties specify the terms of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TradeAgreement&quot; class=&quot;cyc_term&quot;&gt;TradeAgreement&lt;/a&gt; to which they will be &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/agreeingAgents&quot; class=&quot;cyc_term&quot;&gt;agreeingAgents&lt;/a&gt;, and enter into it.</rdfs:comment>
    <rdfs:label xml:lang="en">making a trade agreement</rdfs:label>
    <cycAnnot:label xml:lang="en">MakingATradeAgreement</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TennisTournament">
    <cycAnnot:label xml:lang="en">TennisTournament</cycAnnot:label>
    <rdfs:label xml:lang="en">tennis tournament</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all tennis tournaments. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Tournament&quot; class=&quot;cyc_term&quot;&gt;Tournament&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsFormalCompetition&quot; class=&quot;cyc_term&quot;&gt;SportsFormalCompetition&lt;/a&gt;, and group of tennis matches.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OtherVascularCoronaryArteryProcedure_Surgical">
    <cycAnnot:label xml:lang="en">OtherVascularCoronaryArteryProcedure-Surgical</cycAnnot:label>
    <rdfs:label xml:lang="en">other vascular coronary artery procedure</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Jail_Breakout_against_a_prison">
    <rdfs:label xml:lang="en">Jail Breakout against a prison</rdfs:label>
    <cycAnnot:label xml:lang="en">(AttackTypeByTargetTypeFn (ProperSubcollectionNamedFn-Ternary &quot;Jail Breakout&quot; HostileSocialAction &quot;34017ec2-f4ed-11d9-9bea-0002b3a85b0b&quot;) Prison)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Repair_VentricularSeptum_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">Repair-VentricularSeptum-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">ventricular septal repair</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TakingAShower">
    <cycAnnot:label xml:lang="en">TakingAShower</cycAnnot:label>
    <rdfs:label xml:lang="en">shower</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all taking-a-shower events. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Bathing&quot; class=&quot;cyc_term&quot;&gt;Bathing&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TakingAShower&quot; class=&quot;cyc_term&quot;&gt;TakingAShower&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LearnedActivityType&quot; class=&quot;cyc_term&quot;&gt;LearnedActivityType&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SuperHeavyweightGRWrestlingSportsEvent">
    <rdfs:comment xml:lang="en">A weight class of GRWrestlingSportsEvent</rdfs:comment>
    <rdfs:label xml:lang="en">super heavyweight gr wrestling sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">SuperHeavyweightGRWrestlingSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Advising_Professional">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ServiceEvent&quot; class=&quot;cyc_term&quot;&gt;ServiceEvent&lt;/a&gt; in which a professional advisor gives
counsel to a client. This type of service is most often performed by a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Consultant&quot; class=&quot;cyc_term&quot;&gt;Consultant&lt;/a&gt;,
though lawyers and medical practitioners often give advice outside the strict context
of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LegalCounsellingService&quot; class=&quot;cyc_term&quot;&gt;LegalCounsellingService&lt;/a&gt; or &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MedicalCareEvent&quot; class=&quot;cyc_term&quot;&gt;MedicalCareEvent&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Advising-Professional</cycAnnot:label>
    <rdfs:label xml:lang="en">professional counselling</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PointingThumbsUp">
    <rdfs:comment xml:lang="en">The set of actions in which a performer points his/her thumb upward to signify approval, pride, or triumph.</rdfs:comment>
    <cycAnnot:label xml:lang="en">PointingThumbsUp</cycAnnot:label>
    <rdfs:label xml:lang="en">pointing thumbs up</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AirPistolShootingSportsEvent">
    <rdfs:label xml:lang="en">air pistol shooting sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">AirPistolShootingSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">A marksmanship sports event in which air pistols are used.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ObservingTarget">
    <cycAnnot:label xml:lang="en">ObservingTarget</cycAnnot:label>
    <rdfs:label xml:lang="en">observing target</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Designing">
    <rdfs:label xml:lang="en">designing</rdfs:label>
    <rdfs:comment xml:lang="en">The act of designing something, be it clothing, cars, computer chips or buildings.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Designing</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AcceptingAnApology">
    <cycAnnot:label xml:lang="en">AcceptingAnApology</cycAnnot:label>
    <rdfs:label xml:lang="en">accepting an apology</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Ordering_appraisal_reports">
    <cycAnnot:label xml:lang="en">(OrderingFn AppraisalReportDocument)</cycAnnot:label>
    <rdfs:label xml:lang="en">ordering appraisal reports</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_women_s_professional_basketball">
    <rdfs:label xml:lang="en">game of women&apos;s professional basketball</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all game of women&apos;s professional basketball. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TeamSportsCompetition&quot; class=&quot;cyc_term&quot;&gt;TeamSportsCompetition&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameEvent&quot; class=&quot;cyc_term&quot;&gt;GameEvent&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">(GameFn WomensProBasketball-CW)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GeologicalAge">
    <rdfs:label xml:lang="en">geological age</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all geological ages. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeologicalTimePeriod&quot; class=&quot;cyc_term&quot;&gt;GeologicalTimePeriod&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">GeologicalAge</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicSabreFencing">
    <rdfs:label xml:lang="en">Olympic Sabre Fencing</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicSabreFencing</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Make_biological_weapons_delivering_Anthrax_Bacillus">
    <cycAnnot:label xml:lang="en">(MakingFn (BiologicalWeaponFn Anthrax-Bacterium))</cycAnnot:label>
    <rdfs:label xml:lang="en">make biological weapons delivering Anthrax Bacillus</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SolidPassingBetweenFluids">
    <rdfs:label xml:lang="en">solid passing between fluids</rdfs:label>
    <rdfs:comment xml:lang="en">This is the collection of events in which a solid object exits a type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FluidTangibleThing&quot; class=&quot;cyc_term&quot;&gt;FluidTangibleThing&lt;/a&gt; and then immediately enters another type.  An animal diving into water is an example, since the animal exits the air and enters the water.  A rocket going into space is a non-example.  It is not necessary for the solid object to move, though either it or the fluids do.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SolidPassingBetweenFluids</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Make_hardcopies_of_cartoons">
    <rdfs:label xml:lang="en">make hardcopies of cartoons</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn (HardcopyOfIBTTypeFn Cartoon))</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ChemicalBonding">
    <rdfs:label xml:lang="en">chemical bonding</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events in which two separate chemical objects form a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChemicalBond&quot; class=&quot;cyc_term&quot;&gt;ChemicalBond&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ChemicalBonding</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CommercialBuying">
    <rdfs:comment xml:lang="en">Buying events involving commercial organizations. Typically, this involves one business buying goods or services from another business. Typically, a purchase order is sent from the buyer, and the seller extends credit terms to the buyer for the transaction.</rdfs:comment>
    <cycAnnot:label xml:lang="en">CommercialBuying</cycAnnot:label>
    <rdfs:label xml:lang="en">commercial buying</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BiologicalDevelopmentEvent">
    <rdfs:label xml:lang="en">development</rdfs:label>
    <cycAnnot:label xml:lang="en">BiologicalDevelopmentEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events, and a subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IntrinsicStateChangeEvent&quot; class=&quot;cyc_term&quot;&gt;IntrinsicStateChangeEvent&lt;/a&gt;.  In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BiologicalDevelopmentEvent&quot; class=&quot;cyc_term&quot;&gt;BiologicalDevelopmentEvent&lt;/a&gt;, one or more living things undergo biological changes in which they progress from one developmental stage to another.  For example, the germination of a seed, the opening of a flower, the pupating of a caterpillar, a teenager reaching puberty.  Some borderline non-examples include: Groucho Marx being born, Groucho Marx dying. A notable specialization of this collection is &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BiologicalMaturationEvent&quot; class=&quot;cyc_term&quot;&gt;BiologicalMaturationEvent&lt;/a&gt;.
&lt;p/&gt;
Note that the distinction between this collection and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BiologicalProductionEvent&quot; class=&quot;cyc_term&quot;&gt;BiologicalProductionEvent&lt;/a&gt; is not always sharp, but instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BiologicalProductionEvent&quot; class=&quot;cyc_term&quot;&gt;BiologicalProductionEvent&lt;/a&gt; are distinguished insofar as the event in question produces a reasonably distinct entity from start to finish.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_Troggu">
    <rdfs:label xml:lang="en">game of Troggu</rdfs:label>
    <cycAnnot:label xml:lang="en">(GameFn Troggu-CardGame)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OneWayBombingMission">
    <cycAnnot:label xml:lang="en">OneWayBombingMission</cycAnnot:label>
    <rdfs:comment xml:lang="en">A subcollection of &lt;font color=&quot;#ff0000&quot;&gt;#$BombingMissions&lt;/font&gt; in which the aim is not to return to base, but to look for a place to land near the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/target&quot; class=&quot;cyc_term&quot;&gt;target&lt;/a&gt; of the mission, or to sacrifice the plane and pilot.</rdfs:comment>
    <rdfs:label xml:lang="en">1-way bombing mission</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensFourShellWithCoxRowing">
    <rdfs:label xml:lang="en">Olympic Mens Four Shell With Cox Rowing</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensFourShellWithCoxRowing</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OpticalCharacterRecognition">
    <cycAnnot:label xml:lang="en">OpticalCharacterRecognition</cycAnnot:label>
    <rdfs:label xml:lang="en">OCR</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of all events in which a hardcopy text is automatically            converted to digital form.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_methyldiethoxyphosphine">
    <cycAnnot:label xml:lang="en">(GainingControlOfFn Methyldiethoxyphosphine)</cycAnnot:label>
    <rdfs:label xml:lang="en">gaining control of methyldiethoxyphosphine</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LiftingOntoShoulders">
    <cycAnnot:label xml:lang="en">LiftingOntoShoulders</cycAnnot:label>
    <rdfs:label xml:lang="en">lifting onto shoulders</rdfs:label>
    <rdfs:comment xml:lang="en">When a person moves an object up to his/her shoulders and rests it there.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="InternationalSoccerCompetition">
    <cycAnnot:label xml:lang="en">InternationalSoccerCompetition</cycAnnot:label>
    <rdfs:label xml:lang="en">international soccer competition</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SettingUpAComputerProgram">
    <cycAnnot:label xml:lang="en">SettingUpAComputerProgram</cycAnnot:label>
    <rdfs:comment xml:lang="en">Configuring and installing a piece of software so it will run correctly.</rdfs:comment>
    <rdfs:label xml:lang="en">setting up a computer program</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ViolentCollision">
    <cycAnnot:label xml:lang="en">ViolentCollision</cycAnnot:label>
    <rdfs:label xml:lang="en">crash</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Colliding&quot; class=&quot;cyc_term&quot;&gt;Colliding&lt;/a&gt; in which one or more of the objects involved is damaged as a result.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ShotPutSportsEvent">
    <rdfs:label xml:lang="en">shot put</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all shot puts. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FieldSportsEvent&quot; class=&quot;cyc_term&quot;&gt;FieldSportsEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IndividualSportsCompetition&quot; class=&quot;cyc_term&quot;&gt;IndividualSportsCompetition&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ShotPutSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MakingAThreatSubEventsContractMurder">
    <rdfs:label xml:lang="en">making A threat sub events contract murder</rdfs:label>
    <cycAnnot:label xml:lang="en">MakingAThreatSubEventsContractMurder</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GreetingSomeone">
    <rdfs:comment xml:lang="en">The collection of actions performed by one &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_Generic&quot; class=&quot;cyc_term&quot;&gt;Agent_Generic&lt;/a&gt; to greet another.  Includes verbal and physical greetings.</rdfs:comment>
    <cycAnnot:label xml:lang="en">GreetingSomeone</cycAnnot:label>
    <rdfs:label xml:lang="en">greeting</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RiverCrossing_MilitaryTask">
    <rdfs:label xml:lang="en">military river crossing task</rdfs:label>
    <rdfs:comment xml:lang="en">A river crossing is an operation required before ground combat power can be projected and sustained across a water obstacle. It is a centrally planned and controlled operation that requires the allocation of external crossing means and a force dedicated to the security of the bridgehead. River crossings require specific  procedures for success because the water obstacle prevents normal ground maneuver. There are three basic types of river crossings: hasty, deliberate, and retrograde. A hasty river crossing is a task conducted as part of a larger operation, typically an attack, with no intentional pause at the water line. When a hasty river crossing is not feasible such as when the enemy or terrain situations prevent it, a hasty crossing attempt fails, or friendly offensive operations resume at a river line after a pause, the force conducts a deliberate river crossing operation. A retrograde river crossing is a movement to the rear across a water obstacle while in contact with the enemy.  A river crossing is both a tactical task and an enabling operation. Field Manual 90-13, River Crossing Operations, gives detailed information concerning the conduct of a river crossing.</rdfs:comment>
    <cycAnnot:label xml:lang="en">RiverCrossing-MilitaryTask</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensSportsPistolShooting">
    <rdfs:label xml:lang="en">Olympic Womens Sports Pistol Shooting</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicWomensSportsPistolShooting</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Car_washing">
    <cycAnnot:label xml:lang="en">(CleaningFn Automobile)</cycAnnot:label>
    <rdfs:label xml:lang="en">car washing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CongenitalHeartProcedure_Surgical">
    <rdfs:comment xml:lang="en">The collection of surgical procedures that are performed to correct congenital defects or problems.</rdfs:comment>
    <rdfs:label xml:lang="en">congenital heart surgery</rdfs:label>
    <cycAnnot:label xml:lang="en">CongenitalHeartProcedure-Surgical</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RepairOrDebridement_Pericardium_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">RepairOrDebridement-Pericardium-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">pericardium repair or debridement</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="JumpingOverboardFromAVessel">
    <cycAnnot:label xml:lang="en">JumpingOverboardFromAVessel</cycAnnot:label>
    <rdfs:label xml:lang="en">jumping overboard</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Jumping&quot; class=&quot;cyc_term&quot;&gt;Jumping&lt;/a&gt; actions in which someone deliberately jumps off a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Watercraft&quot; class=&quot;cyc_term&quot;&gt;Watercraft&lt;/a&gt; and into a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BodyOfWater&quot; class=&quot;cyc_term&quot;&gt;BodyOfWater&lt;/a&gt; in which the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Watercraft&quot; class=&quot;cyc_term&quot;&gt;Watercraft&lt;/a&gt; is currently floating.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensSpringboardDiving">
    <rdfs:label xml:lang="en">Olympic Men&apos;s Springboard</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensSpringboardDiving</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TakingANap">
    <cycAnnot:label xml:lang="en">TakingANap</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sleeping&quot; class=&quot;cyc_term&quot;&gt;Sleeping&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TakingANap&quot; class=&quot;cyc_term&quot;&gt;TakingANap&lt;/a&gt; is an event in which someone sleeps for about fifteen minutes to three hours, usually in the afternoon.  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TakingANap&quot; class=&quot;cyc_term&quot;&gt;TakingANap&lt;/a&gt; is disjoint with &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TakingANightsSleep&quot; class=&quot;cyc_term&quot;&gt;TakingANightsSleep&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">taking a nap</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SporeGermination">
    <rdfs:comment xml:lang="en">The collection of events in which spores, instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Spore_PlantLifeStage&quot; class=&quot;cyc_term&quot;&gt;Spore_PlantLifeStage&lt;/a&gt;, 
germinate.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SporeGermination</cycAnnot:label>
    <rdfs:label xml:lang="en">spore germination event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WeakeningEvent">
    <rdfs:label xml:lang="en">weakening event</rdfs:label>
    <cycAnnot:label xml:lang="en">WeakeningEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_night_vision_goggles">
    <rdfs:label xml:lang="en">buying night vision goggles</rdfs:label>
    <cycAnnot:label xml:lang="en">(BuyingFn NightVisionGoggles)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Replacing_an_oil_pressure_gauge">
    <cycAnnot:label xml:lang="en">(ReplacingFn OilPressureGauge)</cycAnnot:label>
    <rdfs:label xml:lang="en">replacing an oil pressure gauge</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_artillery_shells">
    <rdfs:label xml:lang="en">making artillery shells</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn ArtilleryShell)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MorningNauticalTwilight">
    <cycAnnot:label xml:lang="en">MorningNauticalTwilight</cycAnnot:label>
    <rdfs:comment xml:lang="en">Each &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MorningNauticalTwilight&quot; class=&quot;cyc_term&quot;&gt;MorningNauticalTwilight&lt;/a&gt; begins when the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sun&quot; class=&quot;cyc_term&quot;&gt;Sun&lt;/a&gt; is twelve degrees           below the eastern horizon and ends when it is six degrees below the eastern           horizon (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MorningCivilTwilight&quot; class=&quot;cyc_term&quot;&gt;MorningCivilTwilight&lt;/a&gt;).  It is that period where, in good conditions           and in the absence of other illumination, enough light is available to identify           the general outlines of ground objects and conduct limited military operations.           Light intensification devices are still effective and may have enhanced           capabilities.</rdfs:comment>
    <rdfs:label xml:lang="en">morning nautical twilight</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FoilFencingSportsEvent">
    <rdfs:comment xml:lang="en">Competitive events of foil fencing for sport, a kind of sword play.</rdfs:comment>
    <rdfs:label xml:lang="en">foil fencing sporting event</rdfs:label>
    <cycAnnot:label xml:lang="en">FoilFencingSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ThrowingADiscWithOnesToes">
    <rdfs:comment xml:lang="en">The collection of events in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Person&quot; class=&quot;cyc_term&quot;&gt;Person&lt;/a&gt; throws a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FlyingDisc&quot; class=&quot;cyc_term&quot;&gt;FlyingDisc&lt;/a&gt; with his/her toes.  Such a throw is executed with a single foot and at least two toes.</rdfs:comment>
    <rdfs:label xml:lang="en">throwing a disc with one&apos;s toes</rdfs:label>
    <cycAnnot:label xml:lang="en">ThrowingADiscWithOnesToes</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_Piquet">
    <cycAnnot:label xml:lang="en">(GameFn Piquet)</cycAnnot:label>
    <rdfs:label xml:lang="en">game of Piquet</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_shovel_board">
    <cycAnnot:label xml:lang="en">(PlayingFn ShovelBoard)</cycAnnot:label>
    <rdfs:label xml:lang="en">playing shovel board</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DarwinAwards_Event_Organized">
    <rdfs:comment xml:lang="en">This is an online contest in which people nominate people who have managed to kill themselves in very stupid ways.</rdfs:comment>
    <cycAnnot:label xml:lang="en">DarwinAwards-Event-Organized</cycAnnot:label>
    <rdfs:label xml:lang="en">Darwin Awards</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DivingIntoWater">
    <cycAnnot:label xml:lang="en">DivingIntoWater</cycAnnot:label>
    <rdfs:label xml:lang="en">diving into water</rdfs:label>
    <rdfs:comment xml:lang="en">This is the subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Diving&quot; class=&quot;cyc_term&quot;&gt;Diving&lt;/a&gt; in which the diver falls into water.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensMiddleJudo">
    <rdfs:label xml:lang="en">Olympic Womens Middle Judo</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicWomensMiddleJudo</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ReleaseOfSupport">
    <cycAnnot:label xml:lang="en">ReleaseOfSupport</cycAnnot:label>
    <rdfs:comment xml:lang="en">The class of actions in which an object is released from support, either by an agent or not.  Before the action the object is supported by something , but afterwards it is not.</rdfs:comment>
    <rdfs:label xml:lang="en">release of support</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WateringAPlant">
    <cycAnnot:label xml:lang="en">WateringAPlant</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events in which a plant is watered</rdfs:comment>
    <rdfs:label xml:lang="en">watering</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ObtainingPermission">
    <cycAnnot:label xml:lang="en">ObtainingPermission</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events in which one &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; gets permission from another &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; to do something.</rdfs:comment>
    <rdfs:label xml:lang="en">obtaining permission</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CesareanBirth">
    <rdfs:label xml:lang="en">Caesarean section</rdfs:label>
    <cycAnnot:label xml:lang="en">CesareanBirth</cycAnnot:label>
    <rdfs:comment xml:lang="en">A birth event in which the child is removed through an incision in the mother&apos;s abdomen.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SerialKilling">
    <rdfs:label xml:lang="en">serial murder</rdfs:label>
    <cycAnnot:label xml:lang="en">SerialKilling</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events, often protracted over several years, in which a single individual murders several people individually and in separate occasions.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ProvidingDirectSupport">
    <rdfs:label xml:lang="en">providing direct support</rdfs:label>
    <cycAnnot:label xml:lang="en">ProvidingDirectSupport</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events in which a
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ModernMilitaryUnit_Deployable&quot; class=&quot;cyc_term&quot;&gt;ModernMilitaryUnit_Deployable&lt;/a&gt; is tasked with the support of a
another unit.  The supporting unit is to answer calls for assisstance
from the supported unit.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RemoveEconomicSubsidy">
    <rdfs:label xml:lang="en">removal of an economic subsidy</rdfs:label>
    <cycAnnot:label xml:lang="en">RemoveEconomicSubsidy</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events where one state removes or does not renew economic subsidies to another state or itself (then viewed as a subsidy to the domestic sector).</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Mutilation_against_a_civilian">
    <rdfs:label xml:lang="en">mutilation against a civilian</rdfs:label>
    <cycAnnot:label xml:lang="en">(AttackTypeByTargetTypeFn (ProperSubcollectionNamedFn-Ternary &quot;mutilation&quot; HostileSocialAction &quot;341ecac5-f4ed-11d9-9bea-0002b3a85b0b&quot;) Civilian)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Developing_genetically_engineered_organisms">
    <cycAnnot:label xml:lang="en">(DevelopingAFn GeneticallyEngineeredOrganism)</cycAnnot:label>
    <rdfs:label xml:lang="en">developing genetically engineered organisms</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PeriodicalSubscription">
    <rdfs:label xml:lang="en">magazine subscription</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all subscriptions to 
 periodicals.  Because subscriptions
 can be bought and sold, this collection
 is an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ProductType&quot; class=&quot;cyc_term&quot;&gt;ProductType&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">PeriodicalSubscription</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OpeningABankAccount">
    <cycAnnot:label xml:lang="en">OpeningABankAccount</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all events in which someone opens a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BankAccount&quot; class=&quot;cyc_term&quot;&gt;BankAccount&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">opening A bank account</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MissellingAFinancialAsset">
    <rdfs:label xml:lang="en">Mis-Selling</rdfs:label>
    <cycAnnot:label xml:lang="en">MissellingAFinancialAsset</cycAnnot:label>
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MissellingAFinancialAsset&quot; class=&quot;cyc_term&quot;&gt;MissellingAFinancialAsset&lt;/a&gt; is a (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BuyingFn&quot; class=&quot;cyc_term&quot;&gt;BuyingFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FinancialAsset&quot; class=&quot;cyc_term&quot;&gt;FinancialAsset&lt;/a&gt;) event in which the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/seller&quot; class=&quot;cyc_term&quot;&gt;seller&lt;/a&gt; does not have &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/buyer&quot; class=&quot;cyc_term&quot;&gt;buyer&lt;/a&gt;&apos;s best interests in mind.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NuclearServiceEvent">
    <rdfs:label xml:lang="en">nuclear service event</rdfs:label>
    <cycAnnot:label xml:lang="en">NuclearServiceEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">A subset of both &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ServiceEvent&quot; class=&quot;cyc_term&quot;&gt;ServiceEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/NuclearProduct&quot; class=&quot;cyc_term&quot;&gt;NuclearProduct&lt;/a&gt;.  This collection comprises events involving technical assistance in the field of nuclear engineering.  Examples: operating a nuclear power plant, designing a nuclear warhead, or repairing a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/NuclearPoweredDevice&quot; class=&quot;cyc_term&quot;&gt;NuclearPoweredDevice&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RunningATutorial">
    <rdfs:label xml:lang="en">running a tutorial</rdfs:label>
    <cycAnnot:label xml:lang="en">RunningATutorial</cycAnnot:label>
    <rdfs:comment xml:lang="en">Going through the exercies of a tutorial in order to become acquainted with the features of something.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SpaceTransportationEvent">
    <rdfs:label xml:lang="en">space travel</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all space transportation events.  For each instance TRAN of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SpaceTransportationEvent&quot; class=&quot;cyc_term&quot;&gt;SpaceTransportationEvent&lt;/a&gt;, at least a part of the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Trajectory&quot; class=&quot;cyc_term&quot;&gt;Trajectory&lt;/a&gt; of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/objectMoving&quot; class=&quot;cyc_term&quot;&gt;objectMoving&lt;/a&gt; in TRAN must be in the outer space.  Note that &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SpaceTransportationEvent&quot; class=&quot;cyc_term&quot;&gt;SpaceTransportationEvent&lt;/a&gt; is different from (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransportViaFn&quot; class=&quot;cyc_term&quot;&gt;TransportViaFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Spacecraft&quot; class=&quot;cyc_term&quot;&gt;Spacecraft&lt;/a&gt;) because the former emphasizes where to find the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Trajectory&quot; class=&quot;cyc_term&quot;&gt;Trajectory&lt;/a&gt; while the latter emphasizes what is used as a tool, not to mention instances of the former do not have to have parts on Earth or inside our atmosphere.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SpaceTransportationEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Cheesemaking">
    <rdfs:label xml:lang="en">cheesemaking</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn Cheese)</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all cheesemaking. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MakingSomething&quot; class=&quot;cyc_term&quot;&gt;MakingSomething&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IntelligentAgentActivity&quot; class=&quot;cyc_term&quot;&gt;IntelligentAgentActivity&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OverdrawingABankAccount_InterestFree">
    <rdfs:label xml:lang="en">interest-free overdraft</rdfs:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OverdrawingABankAccount_Authorized&quot; class=&quot;cyc_term&quot;&gt;OverdrawingABankAccount_Authorized&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OverdrawingABankAccount_InterestFree&quot; class=&quot;cyc_term&quot;&gt;OverdrawingABankAccount_InterestFree&lt;/a&gt; is an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OverdrawingABankAccount&quot; class=&quot;cyc_term&quot;&gt;OverdrawingABankAccount&lt;/a&gt; such that the amount of money overdrawn is not subject to interest.  See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OverdrawingABankAccount_InterestFree&quot; class=&quot;cyc_term&quot;&gt;OverdrawingABankAccount_InterestFree&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">OverdrawingABankAccount-InterestFree</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DriverVisionTest">
    <rdfs:comment xml:lang="en">The collection of all driver&apos;s vision tests.  A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EyeTest&quot; class=&quot;cyc_term&quot;&gt;EyeTest&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TrueOrFalseTest&quot; class=&quot;cyc_term&quot;&gt;TrueOrFalseTest&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DriverVisionTest&quot; class=&quot;cyc_term&quot;&gt;DriverVisionTest&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SkilledActivityType&quot; class=&quot;cyc_term&quot;&gt;SkilledActivityType&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">driver vision test</rdfs:label>
    <cycAnnot:label xml:lang="en">DriverVisionTest</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Censuring_CommunicationAct">
    <rdfs:label xml:lang="en">censuring</rdfs:label>
    <rdfs:comment xml:lang="en">To harshly criticize, rebuke, or otherwise punish verbally or in writing.--BillJ, Feb. 5, 1998</rdfs:comment>
    <cycAnnot:label xml:lang="en">Censuring-CommunicationAct</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AccessingPersonalInformation">
    <cycAnnot:label xml:lang="en">AccessingPersonalInformation</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all events in which a person accesses personal information, such as an address book, calendar, memos, or etc.</rdfs:comment>
    <rdfs:label xml:lang="en">accessing personal information</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GroceryShopping">
    <rdfs:label xml:lang="en">grocery shopping</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of grocery shopping activities.  An activity is an instance of this collection only if it includes the purchase of at least one shopping bag full of groceries. Trips to the supermarket in which less than that amount of groceries are purchased fail to qualify as bona fide instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GroceryShopping&quot; class=&quot;cyc_term&quot;&gt;GroceryShopping&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">GroceryShopping</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_implosion_detonating_nuclear_fission_weapons">
    <cycAnnot:label xml:lang="en">(MakingFn FissionWeapon-ImplosionMethod)</cycAnnot:label>
    <rdfs:label xml:lang="en">making implosion-detonating nuclear fission weapons</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CausingAttritionOfAnEnemyForce">
    <rdfs:label xml:lang="en">attrition</rdfs:label>
    <cycAnnot:label xml:lang="en">CausingAttritionOfAnEnemyForce</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PurposefulAction&quot; class=&quot;cyc_term&quot;&gt;PurposefulAction&lt;/a&gt;. An agent performing this type of action endeavors to reduce the number of combatants in a specified hostile force, either by outright killing or by rendering them combat-ineffective by other means, physical and/or psychological.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TeleconferenceSiteMeeting">
    <rdfs:label xml:lang="en">teleconference site meeting</rdfs:label>
    <cycAnnot:label xml:lang="en">TeleconferenceSiteMeeting</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of meetings that are part of Teleconferences, such that the participants are all at the same site.  These participants are also participants in the Teleconference that is a superevent.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Right_atrioventricular_valve_fix">
    <cycAnnot:label xml:lang="en">(RepairingFn TricuspidValve)</cycAnnot:label>
    <rdfs:label xml:lang="en">right atrioventricular valve fix</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Menopause">
    <rdfs:comment xml:lang="en">The process in which a human woman stops going through a menstrual cycle.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Menopause</cycAnnot:label>
    <rdfs:label xml:lang="en">menopause</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_product_labels">
    <cycAnnot:label xml:lang="en">(MakingFn ProductLabel)</cycAnnot:label>
    <rdfs:label xml:lang="en">making product labels</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BefriendingAnAgent">
    <cycAnnot:label xml:lang="en">BefriendingAnAgent</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ExpressingFriendship&quot; class=&quot;cyc_term&quot;&gt;ExpressingFriendship&lt;/a&gt; and
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SocialOccurrence&quot; class=&quot;cyc_term&quot;&gt;SocialOccurrence&lt;/a&gt;. Each instance of this collection is a event in
which one agent acts friendly toward another to establish a
friendship. Positive examples of this collection would include the
overtures made to a shy cat to befriend it as well as the approachs of
children on a playground to become friends.</rdfs:comment>
    <rdfs:label xml:lang="en">befriending an organism</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ObtainingAStudentVisa">
    <cycAnnot:label xml:lang="en">ObtainingAStudentVisa</cycAnnot:label>
    <rdfs:comment xml:lang="en">The act of obtaining a student visa.</rdfs:comment>
    <rdfs:label xml:lang="en">obtaining A student visa</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_a_bomb">
    <cycAnnot:label xml:lang="en">(GainingControlOfFn Bomb)</cycAnnot:label>
    <rdfs:label xml:lang="en">gaining control of a bomb</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensHalfMiddleJudo">
    <rdfs:label xml:lang="en">Olympic Mens Half Middle Judo</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensHalfMiddleJudo</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SecurityPractice_CheckPasswordStrengths">
    <rdfs:label xml:lang="en">check password strengths</rdfs:label>
    <cycAnnot:label xml:lang="en">SecurityPractice-CheckPasswordStrengths</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PassiveSalesActivity">
    <rdfs:comment xml:lang="en">Sales activities in which the performer interacts with a class of potential customers and waits to be contacted by the actual customers (e.g., advertising; contrast with &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ActiveSalesActivity&quot; class=&quot;cyc_term&quot;&gt;ActiveSalesActivity&lt;/a&gt;).</rdfs:comment>
    <cycAnnot:label xml:lang="en">PassiveSalesActivity</cycAnnot:label>
    <rdfs:label xml:lang="en">passive sales activity</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Ordering_food_and_drink">
    <rdfs:label xml:lang="en">ordering food and drink</rdfs:label>
    <cycAnnot:label xml:lang="en">(OrderingFn FoodOrDrink)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RaidingAnObjective">
    <rdfs:label xml:lang="en">raid</rdfs:label>
    <cycAnnot:label xml:lang="en">RaidingAnObjective</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SportBoating">
    <cycAnnot:label xml:lang="en">SportBoating</cycAnnot:label>
    <rdfs:label xml:lang="en">recreational boating</rdfs:label>
    <rdfs:comment xml:lang="en">Boating done for challenge or relaxation.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ExaminationOfTitle">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Evaluating&quot; class=&quot;cyc_term&quot;&gt;Evaluating&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ExaminationOfTitle&quot; class=&quot;cyc_term&quot;&gt;ExaminationOfTitle&lt;/a&gt; is an event in which a solicitor checks public records to confirm that the prospective seller of a property legally owns the property she is selling.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ExaminationOfTitle</cycAnnot:label>
    <rdfs:label xml:lang="en">title examination</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FollowAndSupport">
    <rdfs:label xml:lang="en">will follow and support</rdfs:label>
    <rdfs:comment xml:lang="en">In this type of action, a committed force follows and supports the mission accomplishment of a force conducting an offensive operation. The follow and support force is not a reserve but is a force committed to specific tasks.</rdfs:comment>
    <cycAnnot:label xml:lang="en">FollowAndSupport</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EmergencyAssessment">
    <cycAnnot:label xml:lang="en">EmergencyAssessment</cycAnnot:label>
    <rdfs:label xml:lang="en">emergency assessment</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of actions performed by emergency response personnel when arriving at the location of an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Emergency&quot; class=&quot;cyc_term&quot;&gt;Emergency&lt;/a&gt;.  Steps include becoming aware of any hazards, such as fire or fumes or dangerous people, noting the number and status of victims, and determining whether other skills may be needed on site.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_skat">
    <cycAnnot:label xml:lang="en">(GameFn Skat-CardGame)</cycAnnot:label>
    <rdfs:label xml:lang="en">game of skat</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicEpeeFencing">
    <cycAnnot:label xml:lang="en">OlympicEpeeFencing</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic epee fencing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Stealing_Physical">
    <cycAnnot:label xml:lang="en">Stealing-Physical</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Stealing&quot; class=&quot;cyc_term&quot;&gt;Stealing&lt;/a&gt;.  In an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Stealing_Physical&quot; class=&quot;cyc_term&quot;&gt;Stealing_Physical&lt;/a&gt;, the perpetrator is physically at the location with the stolen goods when committing the crime.  The perpetrator physically removes the goods.  The owner of the goods may or may not be present.  Thus, this collection includes all burglaries and stealing of cars from parking lots, as well as robberies and carjackings.  In contrast, instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Stealing_Embezzlement&quot; class=&quot;cyc_term&quot;&gt;Stealing_Embezzlement&lt;/a&gt; need not be instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Stealing_Physical&quot; class=&quot;cyc_term&quot;&gt;Stealing_Physical&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">robbing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensM500SpeedSkate">
    <cycAnnot:label xml:lang="en">OlympicMensM500SpeedSkate</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens M 500 Speed Skate</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DayTrip">
    <cycAnnot:label xml:lang="en">DayTrip</cycAnnot:label>
    <rdfs:label xml:lang="en">day trip</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PurposefulAction&quot; class=&quot;cyc_term&quot;&gt;PurposefulAction&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Movement_TranslationEvent&quot; class=&quot;cyc_term&quot;&gt;Movement_TranslationEvent&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Travel_TripEvent&quot; class=&quot;cyc_term&quot;&gt;Travel_TripEvent&lt;/a&gt; is an event in which a person or a group of people prepares for a trip, board a conveyance, travel on the conveyance, and disembark the conveyance.  For somewhat more complex events that involve repeating that procedure on a return leg, see the specialization &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Travel_RoundTripEvent&quot; class=&quot;cyc_term&quot;&gt;Travel_RoundTripEvent&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LocalAuthoritySearch">
    <rdfs:label xml:lang="en">local authority search</rdfs:label>
    <cycAnnot:label xml:lang="en">LocalAuthoritySearch</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ServiceEvent&quot; class=&quot;cyc_term&quot;&gt;ServiceEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Evaluating&quot; class=&quot;cyc_term&quot;&gt;Evaluating&lt;/a&gt;.  Instances are events in which a lawyer does research to determine whether there are any development plans that might impact those living in a given area.  This service enables a home-buyer to make an informed decision as to whether s/he should purchase a particular property.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TransferOfPoliticalControl">
    <rdfs:label xml:lang="en">transfer of political control</rdfs:label>
    <cycAnnot:label xml:lang="en">TransferOfPoliticalControl</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransferOfControl&quot; class=&quot;cyc_term&quot;&gt;TransferOfControl&lt;/a&gt;.  In each instance
of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransferOfPoliticalControl&quot; class=&quot;cyc_term&quot;&gt;TransferOfPoliticalControl&lt;/a&gt;, political authority and/or effective control over
a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeographicalRegion&quot; class=&quot;cyc_term&quot;&gt;GeographicalRegion&lt;/a&gt; passes from one
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IntelligentAgent&quot; class=&quot;cyc_term&quot;&gt;IntelligentAgent&lt;/a&gt; to another.  Such transfers fall into one of two
sub-classes: (i) those in which control over a region
shifts from one &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeopoliticalEntity&quot; class=&quot;cyc_term&quot;&gt;GeopoliticalEntity&lt;/a&gt; to another, and (ii) those in
which the control/leadership of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeopoliticalEntity&quot; class=&quot;cyc_term&quot;&gt;GeopoliticalEntity&lt;/a&gt; (which controls a region) 
changes hands.  The first sort of case includes both military conquests 
and cases in which a newly-created political unit assumes control of a region (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Separation_Geopolitical&quot; class=&quot;cyc_term&quot;&gt;Separation_Geopolitical&lt;/a&gt;).  The second sort of
case includes changes to the individual leaders or governments of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeopoliticalEntity&quot; class=&quot;cyc_term&quot;&gt;GeopoliticalEntity&lt;/a&gt;, peaceful or otherwise.  Note
that the entity which &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/takesControl&quot; class=&quot;cyc_term&quot;&gt;takesControl&lt;/a&gt; of REGION need not gain total
sovereignty over it, e.g., territory can be transferred from one
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/State_Geopolitical&quot; class=&quot;cyc_term&quot;&gt;State_Geopolitical&lt;/a&gt; to another.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ProvidingEconomicSupport">
    <cycAnnot:label xml:lang="en">ProvidingEconomicSupport</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events where one agent provides some level of economic aid to another agent.</rdfs:comment>
    <rdfs:label xml:lang="en">providing economic support</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Debunking">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Disapproving_CommunicationAct&quot; class=&quot;cyc_term&quot;&gt;Disapproving_CommunicationAct&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Debunking&quot; class=&quot;cyc_term&quot;&gt;Debunking&lt;/a&gt; is an event in which some agent&apos;s pretentious or exaggerated claims are refuted and, at the same time, (at least gently) ridiculed.  Note that, e.g., a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Scientist&quot; class=&quot;cyc_term&quot;&gt;Scientist&lt;/a&gt; refuting an accepted &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ScientificTheory&quot; class=&quot;cyc_term&quot;&gt;ScientificTheory&lt;/a&gt; is not necessarily an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Debunking&quot; class=&quot;cyc_term&quot;&gt;Debunking&lt;/a&gt;, since the theory in question need not be pretentious or exaggerated, nor need the refuter intend to ridicule the theory or its proponents.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Debunking</cycAnnot:label>
    <rdfs:label xml:lang="en">belying</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OverdrawingABankAccount">
    <rdfs:label xml:lang="en">overdraft</rdfs:label>
    <cycAnnot:label xml:lang="en">OverdrawingABankAccount</cycAnnot:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MakingABankWithdrawal&quot; class=&quot;cyc_term&quot;&gt;MakingABankWithdrawal&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OverdrawingABankAccount&quot; class=&quot;cyc_term&quot;&gt;OverdrawingABankAccount&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BankTransaction&quot; class=&quot;cyc_term&quot;&gt;BankTransaction&lt;/a&gt; in which the amount of money withdrawn exceeds the amount of money in the account (or the amount of the money in the account minus some predetermined minimum balance).</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KidnappingSomebodySubEventsStabbingSomethingObjectActedOnPerson">
    <cycAnnot:label xml:lang="en">KidnappingSomebodySubEventsStabbingSomethingObjectActedOnPerson</cycAnnot:label>
    <rdfs:label xml:lang="en">kidnapping somebody sub events stabbing something object acted on person</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TerroristOperationWithRecruitmentAndTraining">
    <rdfs:label xml:lang="en">terrorist operation with recruitment and training</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of terrorist operations culminating in an attack, in which recruitment and training of the attackers precedes the attack proper, possibly by a period of months or years.</rdfs:comment>
    <cycAnnot:label xml:lang="en">TerroristOperationWithRecruitmentAndTraining</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Household_composting">
    <rdfs:label xml:lang="en">household composting</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn GardenCompost)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WalkingAPet">
    <rdfs:comment xml:lang="en">The collection of all events in which an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; takes a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Dog&quot; class=&quot;cyc_term&quot;&gt;Dog&lt;/a&gt; or other &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DomesticPet&quot; class=&quot;cyc_term&quot;&gt;DomesticPet&lt;/a&gt; outside so that the animal can get exercise and/or defecate or urinate.</rdfs:comment>
    <cycAnnot:label xml:lang="en">WalkingAPet</cycAnnot:label>
    <rdfs:label xml:lang="en">walking a pet</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OldieSong">
    <cycAnnot:label xml:lang="en">OldieSong</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all popular music songs invented between 1950 and 1965.. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Song_CW&quot; class=&quot;cyc_term&quot;&gt;Song_CW&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">oldie</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ComputerProcessCrashing">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerProcessRunning&quot; class=&quot;cyc_term&quot;&gt;ComputerProcessRunning&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerProcessCrashing&quot; class=&quot;cyc_term&quot;&gt;ComputerProcessCrashing&lt;/a&gt; is an event in which a computer process fails exits unexpectedly.  Typically, an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerCrashing&quot; class=&quot;cyc_term&quot;&gt;ComputerCrashing&lt;/a&gt; (q.v.) is comprised of many instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerProcessCrashing&quot; class=&quot;cyc_term&quot;&gt;ComputerProcessCrashing&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ComputerProcessCrashing</cycAnnot:label>
    <rdfs:label xml:lang="en">computer process crash</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MilitaryTask_Complex">
    <cycAnnot:label xml:lang="en">MilitaryTask-Complex</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of military tasks which require special coordination efforts in order to be effective.</rdfs:comment>
    <rdfs:label xml:lang="en">complex military task</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RedoPlayPenalizing">
    <rdfs:label xml:lang="en">redo play penalizing</rdfs:label>
    <rdfs:comment xml:lang="en">A penalty in which you are required to repeat a play or attempt, as if the original one had never occurred.</rdfs:comment>
    <cycAnnot:label xml:lang="en">RedoPlayPenalizing</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RadiationTherapy">
    <rdfs:comment xml:lang="en">Medical treatments in which parts of the body are irradiated.  The common place this occurs is in the treatment of cancer.</rdfs:comment>
    <rdfs:label xml:lang="en">radiation therapy</rdfs:label>
    <cycAnnot:label xml:lang="en">RadiationTherapy</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="IBOCreation_NonVerbal">
    <cycAnnot:label xml:lang="en">IBOCreation-NonVerbal</cycAnnot:label>
    <rdfs:comment xml:lang="en">Actions where an agent expresses information non-verbally, generating non-verbal or non-textual IBOs (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationBearingObject&quot; class=&quot;cyc_term&quot;&gt;InformationBearingObject&lt;/a&gt; instances) such as gestures, facial expressions, diagrams, etc.</rdfs:comment>
    <rdfs:label xml:lang="en">creation of an object bearing non-verbal information</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AmericanCollegeTestingProgramAssessment">
    <cycAnnot:label xml:lang="en">AmericanCollegeTestingProgramAssessment</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AcademicTesting&quot; class=&quot;cyc_term&quot;&gt;AcademicTesting&lt;/a&gt; events that are designed to test the scholastic aptitude, and thus college eligibility, of a student. Also known as ACT testing, ACT test scores are used by universities and a primary selection criterion for new student admittance.</rdfs:comment>
    <rdfs:label xml:lang="en">ACT</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LegalAppeal">
    <rdfs:label xml:lang="en">legal appeal</rdfs:label>
    <cycAnnot:label xml:lang="en">LegalAppeal</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all appeals of decisions handed down by judicial bodies by the party that was maleficiary of the decision.  Such appeals are made to appellate courts [&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AppealsCourt&quot; class=&quot;cyc_term&quot;&gt;AppealsCourt&lt;/a&gt;], which may reject or hear the appeal.  A decision of an appeals court can be appealed to a &amp;quot;higher&amp;quot; appeals court.  A legal appeal is normally part of the case that started in the court of initial jurisdiction.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_methylphosphonic_acid">
    <cycAnnot:label xml:lang="en">(GainingControlOfFn MethylphosphonicAcid)</cycAnnot:label>
    <rdfs:label xml:lang="en">gaining control of methylphosphonic acid</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Ingestion_of_illegal_drugs">
    <rdfs:label xml:lang="en">ingestion of illegal drugs</rdfs:label>
    <cycAnnot:label xml:lang="en">(IngestingFn IllegalDrug)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FourShellWithCoxRowingSportsEvent">
    <rdfs:comment xml:lang="en">The rowing sports events in which shells are propelled by four rowers with one oar each (two row port, two starboard), directed by a coxswain.</rdfs:comment>
    <rdfs:label xml:lang="en">four shell with cox rowing sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">FourShellWithCoxRowingSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Shopping_at_grocery_store">
    <cycAnnot:label xml:lang="en">(ShoppingAtFn GroceryStore)</cycAnnot:label>
    <rdfs:label xml:lang="en">shopping at grocery store</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_radioactive_substances">
    <cycAnnot:label xml:lang="en">(BuyingFn RadioactiveStuff)</cycAnnot:label>
    <rdfs:label xml:lang="en">buying radioactive substances</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MoneyLaundering">
    <rdfs:label xml:lang="en">money laundering</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;font color=&quot;#ff0000&quot;&gt;#$ActsCommonlyConsideredCriminal&lt;/font&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MoneyLaundering&quot; class=&quot;cyc_term&quot;&gt;MoneyLaundering&lt;/a&gt; is an activity in which the source of some money is obscured, typically by distributing the money over many accounts or repositories of money. Normally, such an activity occurs in cases where an agent has acquired some money illegally, and needs to hide that fact in order to avoid prosecution or to avoid paying taxes.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MoneyLaundering</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_BiathlonSportsEvent">
    <cycAnnot:label xml:lang="en">PlayingOf-BiathlonSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">playing of biathlon sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TerroristAttack_FeaturesPiracy">
    <cycAnnot:label xml:lang="en">TerroristAttack-FeaturesPiracy</cycAnnot:label>
    <rdfs:label xml:lang="en">terrorist attack features piracy</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all terrorist attacks in which an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Piracy_AtSea&quot; class=&quot;cyc_term&quot;&gt;Piracy_AtSea&lt;/a&gt; figures as a significant subevent.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KillingPerson">
    <cycAnnot:label xml:lang="en">KillingPerson</cycAnnot:label>
    <rdfs:label xml:lang="en">homicide</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TrackSportsEvent">
    <rdfs:label xml:lang="en">track sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">TrackSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TrackAndFieldSportsEvent&quot; class=&quot;cyc_term&quot;&gt;TrackAndFieldSportsEvent&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SportsEvent">
    <rdfs:label xml:lang="en">sports event</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of both &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameEvent&quot; class=&quot;cyc_term&quot;&gt;GameEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsCompetition&quot; class=&quot;cyc_term&quot;&gt;SportsCompetition&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsEvent&quot; class=&quot;cyc_term&quot;&gt;SportsEvent&lt;/a&gt; is an entire sports competition at the end of which either a winner is declared or a draw is declared.  For instance, an entire sandlot baseball game would be a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsEvent&quot; class=&quot;cyc_term&quot;&gt;SportsEvent&lt;/a&gt;, but the first inning of that game would not, since the first inning is a proper part of the game, and since neither a winner nor a draw is declared at the end of the first inning.  Note that several &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsEvent&quot; class=&quot;cyc_term&quot;&gt;SportsEvent&lt;/a&gt;s can be organized into a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsFormalCompetition&quot; class=&quot;cyc_term&quot;&gt;SportsFormalCompetition&lt;/a&gt; (q.v.); for example, the 2001 World Series was a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsFormalCompetition&quot; class=&quot;cyc_term&quot;&gt;SportsFormalCompetition&lt;/a&gt; consisting of seven &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsEvent&quot; class=&quot;cyc_term&quot;&gt;SportsEvent&lt;/a&gt;s.  Specializations of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsEvent&quot; class=&quot;cyc_term&quot;&gt;SportsEvent&lt;/a&gt; include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BaseballGame&quot; class=&quot;cyc_term&quot;&gt;BaseballGame&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TennisMatch&quot; class=&quot;cyc_term&quot;&gt;TennisMatch&lt;/a&gt;, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FootballGame_American&quot; class=&quot;cyc_term&quot;&gt;FootballGame_American&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RequestingPresence">
    <rdfs:label xml:lang="en">calling</rdfs:label>
    <cycAnnot:label xml:lang="en">RequestingPresence</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WinterSeason">
    <rdfs:label xml:lang="en">winter</rdfs:label>
    <cycAnnot:label xml:lang="en">WinterSeason</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ColdSeason&quot; class=&quot;cyc_term&quot;&gt;ColdSeason&lt;/a&gt;.  In the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemperateClimateCycle&quot; class=&quot;cyc_term&quot;&gt;TemperateClimateCycle&lt;/a&gt;, generally a time of cold and dormancy.  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WinterSeason&quot; class=&quot;cyc_term&quot;&gt;WinterSeason&lt;/a&gt; represents the climatic aspects of Winter; for its purely temporal aspects, see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CalendarWinter&quot; class=&quot;cyc_term&quot;&gt;CalendarWinter&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Molding">
    <rdfs:label xml:lang="en">molding</rdfs:label>
    <cycAnnot:label xml:lang="en">Molding</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events.  In each &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Molding&quot; class=&quot;cyc_term&quot;&gt;Molding&lt;/a&gt;, a mold is used to form a softened substance so that it hardens into (and retains) a specific shape.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HorizontalBarSportsEvent">
    <cycAnnot:label xml:lang="en">HorizontalBarSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of gymnastic events on the HorizontalBar.</rdfs:comment>
    <rdfs:label xml:lang="en">horizontal bar sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MeasuredSportsEvent">
    <rdfs:comment xml:lang="en">games where there is some measurement of performance; each competitor attempts to perform the game, without interference. the competitor achieving the best measurement wins. Diving, running, rowing, but not tennis or basketball.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MeasuredSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">measured sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ComputerNetworkTrafficMonitoring">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ProgramAction&quot; class=&quot;cyc_term&quot;&gt;ProgramAction&lt;/a&gt; -- the collection of all events in which computer network traffic is monitored by some program designed for that purpose.</rdfs:comment>
    <rdfs:label xml:lang="en">computer network traffic monitoring</rdfs:label>
    <cycAnnot:label xml:lang="en">ComputerNetworkTrafficMonitoring</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MaintainingAWebsite">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MaintainingSomething&quot; class=&quot;cyc_term&quot;&gt;MaintainingSomething&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerActivity&quot; class=&quot;cyc_term&quot;&gt;ComputerActivity&lt;/a&gt;. In each instance of this collection, some instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WorldWideWebSite&quot; class=&quot;cyc_term&quot;&gt;WorldWideWebSite&lt;/a&gt; is maintained (maintenance is performed on a website).</rdfs:comment>
    <rdfs:label xml:lang="en">website maintenance</rdfs:label>
    <cycAnnot:label xml:lang="en">MaintainingAWebsite</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PacemakerProcedure_Medical">
    <rdfs:label xml:lang="en">pacemaker procedure medical</rdfs:label>
    <cycAnnot:label xml:lang="en">PacemakerProcedure-Medical</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Splitting">
    <rdfs:comment xml:lang="en">A collection of separation events in which something splits apart, often at a seam (e.g. in an item of clothing), perforation, or grain-line (e.g. in a piece of wood).  That is, two areas of the thing are separated from one another (though perhaps not separated completely into discrete pieces or parts).  Usually, a splitting occurs along a single &amp;quot;line&amp;quot; or &amp;quot;plane&amp;quot; that runs parallel to, and for a significant distance relative to, the length of the thing split. In order to undergo a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Splitting&quot; class=&quot;cyc_term&quot;&gt;Splitting&lt;/a&gt;, the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/objectOfStateChange&quot; class=&quot;cyc_term&quot;&gt;objectOfStateChange&lt;/a&gt; must be in a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Solid_StateOfMatter&quot; class=&quot;cyc_term&quot;&gt;Solid_StateOfMatter&lt;/a&gt;.  See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cracking&quot; class=&quot;cyc_term&quot;&gt;Cracking&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">split</rdfs:label>
    <cycAnnot:label xml:lang="en">Splitting</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DelayingAnAgent">
    <cycAnnot:label xml:lang="en">DelayingAnAgent</cycAnnot:label>
    <rdfs:comment xml:lang="en">Instances are actions which one agent takes to hinder another agent&apos;s progress towards completeing some other action.  See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/delayUntilTime&quot; class=&quot;cyc_term&quot;&gt;delayUntilTime&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">delaying an agent</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SubmittingSomething">
    <rdfs:comment xml:lang="en">This collection includes events where an agent submits something (often for the purpose of some type of evaluation) to another agent. Common examples of SubmittingSomething include students handing in term papers, writers submitting materials for publication, patients turning in urine samples to a lab for tests.</rdfs:comment>
    <rdfs:label xml:lang="en">submitting</rdfs:label>
    <cycAnnot:label xml:lang="en">SubmittingSomething</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Blackmail">
    <cycAnnot:label xml:lang="en">Blackmail</cycAnnot:label>
    <rdfs:label xml:lang="en">blackmail</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of activities in which one agent extorts another by threatening to reveal information that would harm the victim.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="QuestionWithYesOrNoSyntacticForm_IBT">
    <rdfs:label xml:lang="en">question with the syntactic form of a yes or no question</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationRequest_IBT&quot; class=&quot;cyc_term&quot;&gt;InformationRequest_IBT&lt;/a&gt; which take the form of a yes/no question.  This collection includes genuine yes/no questions -- i.e., questions for which &amp;quot;yes&amp;quot; or &amp;quot;no&amp;quot; are mutually exclusive answers, as well as so-called &amp;quot;complex&amp;quot; questions, which disguise two or more distinct yes/no questions in one form.</rdfs:comment>
    <cycAnnot:label xml:lang="en">QuestionWithYesOrNoSyntacticForm-IBT</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="InterfacingBetweenPrinterAndOS">
    <cycAnnot:label xml:lang="en">InterfacingBetweenPrinterAndOS</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of actions performed by computers. In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InterfacingBetweenPrinterAndOS&quot; class=&quot;cyc_term&quot;&gt;InterfacingBetweenPrinterAndOS&lt;/a&gt;, a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PrinterDriver&quot; class=&quot;cyc_term&quot;&gt;PrinterDriver&lt;/a&gt; interfaces between a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerPrinter&quot; class=&quot;cyc_term&quot;&gt;ComputerPrinter&lt;/a&gt; and the operating system; permitting the latter to manipulate the former in a standard way.</rdfs:comment>
    <rdfs:label xml:lang="en">interfacing between printer and OS</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_Sagrika_ballistic_missiles">
    <rdfs:label xml:lang="en">making Sagrika ballistic missiles</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn BallisticMissile-Sagrika)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Weighing">
    <rdfs:label xml:lang="en">weighing</rdfs:label>
    <cycAnnot:label xml:lang="en">(EvaluationOfSlotValueFn massOfObject)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TerroristAttack_BlockingTransportArtery">
    <rdfs:comment xml:lang="en">The collection of all terrorist attacks wherein a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TerroristGroup&quot; class=&quot;cyc_term&quot;&gt;TerroristGroup&lt;/a&gt; causes disruption by creating a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BarrierSituation&quot; class=&quot;cyc_term&quot;&gt;BarrierSituation&lt;/a&gt; in a thoroughfare that is widely used for commercial and/or military transport, such as a highway, a subway, a river, a harbor, or a strait.</rdfs:comment>
    <cycAnnot:label xml:lang="en">TerroristAttack-BlockingTransportArtery</cycAnnot:label>
    <rdfs:label xml:lang="en">terrorist attack blocking transport artery</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MidlifeCrisis">
    <rdfs:label xml:lang="en">midlife crisis</rdfs:label>
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MidlifeCrisis&quot; class=&quot;cyc_term&quot;&gt;MidlifeCrisis&lt;/a&gt; is an extended &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AbnormalSystemCondition&quot; class=&quot;cyc_term&quot;&gt;AbnormalSystemCondition&lt;/a&gt; during which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MiddleAgedHuman&quot; class=&quot;cyc_term&quot;&gt;MiddleAgedHuman&lt;/a&gt; experiences doubt and anxiety about his future, the significance of his life, etc.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MidlifeCrisis</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OneToManyCommunication">
    <rdfs:comment xml:lang="en">A CommunicationAct in which there are multiple receivers.</rdfs:comment>
    <cycAnnot:label xml:lang="en">OneToManyCommunication</cycAnnot:label>
    <rdfs:label xml:lang="en">one to many communication</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Surgery">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MedicalCareEvent&quot; class=&quot;cyc_term&quot;&gt;MedicalCareEvent&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Surgery&quot; class=&quot;cyc_term&quot;&gt;Surgery&lt;/a&gt; is a medical care event in which a medical professional cuts a part of a living body, either to examine what&apos;s inside (a diagnostic, exploratory surgery) or to treat an ailment (an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MedicalTreatmentEvent&quot; class=&quot;cyc_term&quot;&gt;MedicalTreatmentEvent&lt;/a&gt;).  Instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Surgery&quot; class=&quot;cyc_term&quot;&gt;Surgery&lt;/a&gt; which are also instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MedicalTreatmentEvent&quot; class=&quot;cyc_term&quot;&gt;MedicalTreatmentEvent&lt;/a&gt; include: removal of some object - such as a cancer or an organ that&apos;s causing trouble - from the body; insertion of a medical device (e.g, a pacemaker) into the body; repair of some internal structure.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Surgery</cycAnnot:label>
    <rdfs:label xml:lang="en">surgery</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SubstanceAbuse">
    <rdfs:comment xml:lang="en">The collection of events which occur when someone takes a drug inappropriately, whether recreationally or by overdosing.</rdfs:comment>
    <rdfs:label xml:lang="en">substance abuse</rdfs:label>
    <cycAnnot:label xml:lang="en">SubstanceAbuse</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="QuittingSmoking">
    <cycAnnot:label xml:lang="en">QuittingSmoking</cycAnnot:label>
    <rdfs:label xml:lang="en">quitting smoking</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Contracting_building_construction_services">
    <rdfs:label xml:lang="en">contracting building construction services</rdfs:label>
    <cycAnnot:label xml:lang="en">(ContractingFn ConstructingABuilding)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ReplacementSurgicalProcedure">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SurgicalProcedure&quot; class=&quot;cyc_term&quot;&gt;SurgicalProcedure&lt;/a&gt; (q.v.).  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ReplacementSurgicalProcedure&quot; class=&quot;cyc_term&quot;&gt;ReplacementSurgicalProcedure&lt;/a&gt; is a specific procedure in which part of a body is replaced.  An instance of this collection could be a transplant procedure, or it could involve replacement of a body part with an artificial substitute.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ReplacementSurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">replacement surgical procedure</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_ducks_and_drakes">
    <cycAnnot:label xml:lang="en">(GameFn DucksAndDrakes)</cycAnnot:label>
    <rdfs:label xml:lang="en">game of ducks and drakes</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="StatingWhatOtherIsDoing">
    <rdfs:label xml:lang="en">stating what other is doing</rdfs:label>
    <cycAnnot:label xml:lang="en">StatingWhatOtherIsDoing</cycAnnot:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/StatingSomething&quot; class=&quot;cyc_term&quot;&gt;StatingSomething&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/StatingWhatOtherIsDoing&quot; class=&quot;cyc_term&quot;&gt;StatingWhatOtherIsDoing&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CommunicationAct_Single&quot; class=&quot;cyc_term&quot;&gt;CommunicationAct_Single&lt;/a&gt; in which an agent makes an assertion about what someone else is doing.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensM5000SpeedSkate">
    <cycAnnot:label xml:lang="en">OlympicWomensM5000SpeedSkate</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Womens M 5000 Speed Skate</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BiologicalAttack_Anti_Plant">
    <cycAnnot:label xml:lang="en">BiologicalAttack-Anti-Plant</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BiologicalAttack&quot; class=&quot;cyc_term&quot;&gt;BiologicalAttack&lt;/a&gt;s for which the intended, primary targets are plants.  In the typical case, one would direct such an attack against the staple crop of one&apos;s enemy, in order to cause economic devastation or even hunger problems.  Anti-plant attacks are unique in that one can be carried out *without* the use of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LivingBiologicalAgent&quot; class=&quot;cyc_term&quot;&gt;LivingBiologicalAgent&lt;/a&gt;s, as one can attack 
crops by releasing certain kinds of insects into an area.</rdfs:comment>
    <rdfs:label xml:lang="en">anti-plant biological attack</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ReservingPassageOnAVessel">
    <rdfs:label xml:lang="en">reserving passage on A vessel</rdfs:label>
    <rdfs:comment xml:lang="en">The act of reserving passage on a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Watercraft&quot; class=&quot;cyc_term&quot;&gt;Watercraft&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ReservingPassageOnAVessel</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Resumption">
    <cycAnnot:label xml:lang="en">Resumption</cycAnnot:label>
    <rdfs:label xml:lang="en">resumed activity</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LongJumpSportsEvent">
    <rdfs:label xml:lang="en">long jump event</rdfs:label>
    <cycAnnot:label xml:lang="en">LongJumpSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Bellyflopping">
    <cycAnnot:label xml:lang="en">Bellyflopping</cycAnnot:label>
    <rdfs:label xml:lang="en">bellyflopping</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HavingLunch">
    <rdfs:comment xml:lang="en">A 
collection of events.  Each instance of
 &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HavingLunch&quot; class=&quot;cyc_term&quot;&gt;HavingLunch&lt;/a&gt; is an eating of the midday meal</rdfs:comment>
    <rdfs:label xml:lang="en">lunch</rdfs:label>
    <cycAnnot:label xml:lang="en">HavingLunch</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HandingOverControlOfSomething">
    <rdfs:label xml:lang="en">handing over control of something</rdfs:label>
    <cycAnnot:label xml:lang="en">HandingOverControlOfSomething</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_phosphorus_trichloride">
    <cycAnnot:label xml:lang="en">(GainingControlOfFn PhosphorusTrichloride)</cycAnnot:label>
    <rdfs:label xml:lang="en">gaining control of phosphorus trichloride</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Road_vehicle_fix">
    <rdfs:label xml:lang="en">road vehicle fix</rdfs:label>
    <cycAnnot:label xml:lang="en">(RepairingFn RoadVehicle)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="IncurringNaturalGasLineDamage">
    <rdfs:label xml:lang="en">incurring natural gas line damage</rdfs:label>
    <cycAnnot:label xml:lang="en">IncurringNaturalGasLineDamage</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_ShotPutSportsEvent">
    <cycAnnot:label xml:lang="en">PlayingOf-ShotPutSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">shot put</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RepairOrResection_VentricularSeptalAneurysm_SurgicalProcedure">
    <rdfs:label xml:lang="en">ventricular septal aneurysm repair or resection</rdfs:label>
    <cycAnnot:label xml:lang="en">RepairOrResection-VentricularSeptalAneurysm-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_JavelinThrowSportsEvent">
    <rdfs:label xml:lang="en">javelin throw event</rdfs:label>
    <cycAnnot:label xml:lang="en">PlayingOf-JavelinThrowSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensDoublesTennisMatch">
    <rdfs:label xml:lang="en">Olympic Women&apos;s Doubles Tennis match</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicWomensDoublesTennisMatch</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_Strelets_missile_systems">
    <rdfs:label xml:lang="en">buying Strelets missile systems</rdfs:label>
    <cycAnnot:label xml:lang="en">(BuyingFn Strelets-SAMSystem)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ClassicalMusicalPerformance">
    <rdfs:label xml:lang="en">classical music performance</rdfs:label>
    <cycAnnot:label xml:lang="en">ClassicalMusicalPerformance</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all musical performances in which classical music is the type of music produced.  A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MusicalPerformance&quot; class=&quot;cyc_term&quot;&gt;MusicalPerformance&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ClassicalMusicalPerformance&quot; class=&quot;cyc_term&quot;&gt;ClassicalMusicalPerformance&lt;/a&gt; is an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EntertainmentEventType&quot; class=&quot;cyc_term&quot;&gt;EntertainmentEventType&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Amateur_aviation">
    <cycAnnot:label xml:lang="en">(HobbyFn-Field Aviation)</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all amateur aviation. A type of (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PracticeFn&quot; class=&quot;cyc_term&quot;&gt;PracticeFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Aviation&quot; class=&quot;cyc_term&quot;&gt;Aviation&lt;/a&gt;) and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HobbyActivity&quot; class=&quot;cyc_term&quot;&gt;HobbyActivity&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">amateur aviation</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PercutaneousProcedureName">
    <cycAnnot:label xml:lang="en">PercutaneousProcedureName</cycAnnot:label>
    <rdfs:label xml:lang="en">percutaneous procedure name</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DaytimeWorkingHours">
    <rdfs:label xml:lang="en">daytime working hour</rdfs:label>
    <cycAnnot:label xml:lang="en">DaytimeWorkingHours</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TimeOfDay&quot; class=&quot;cyc_term&quot;&gt;TimeOfDay&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DaytimeWorkingHours&quot; class=&quot;cyc_term&quot;&gt;DaytimeWorkingHours&lt;/a&gt; is a time interval during which most members of a working population perform their daily jobs.  Instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DaytimeWorkingHours&quot; class=&quot;cyc_term&quot;&gt;DaytimeWorkingHours&lt;/a&gt; will vary in their respective durations, starting points, and ending points (see the constants &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/duration&quot; class=&quot;cyc_term&quot;&gt;duration&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/startingPoint&quot; class=&quot;cyc_term&quot;&gt;startingPoint&lt;/a&gt;, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/endingPoint&quot; class=&quot;cyc_term&quot;&gt;endingPoint&lt;/a&gt;), according to which group of workers is being considered.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ContractingAService">
    <rdfs:label xml:lang="en">contracting a service</rdfs:label>
    <rdfs:comment xml:lang="en">This is the script for the generic event-type in which two agents come to an agreement for one to perform a service for the other in return for compensation.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ContractingAService</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OfferingToPrecisifyAPredicateInUIA">
    <cycAnnot:label xml:lang="en">OfferingToPrecisifyAPredicateInUIA</cycAnnot:label>
    <rdfs:label xml:lang="en">offering to precisify A predicate in UIA</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DrugOverdose">
    <rdfs:label xml:lang="en">overdose</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events which occur when someone takes more of a given type of drug than is medically advisable.</rdfs:comment>
    <cycAnnot:label xml:lang="en">DrugOverdose</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RiverCrossing_MilitaryOperation">
    <cycAnnot:label xml:lang="en">RiverCrossing-MilitaryOperation</cycAnnot:label>
    <rdfs:comment xml:lang="en">A river crossing operation is an enabling operation conducted in order to project combat power across a water obstacle.</rdfs:comment>
    <rdfs:label xml:lang="en">river crossing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EndovascularStentGraft_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">EndovascularStentGraft-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">endovascular stent graft</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_a_chemically_harmful_substance">
    <cycAnnot:label xml:lang="en">(GainingControlOfFn HarmfulChemicalSubstance)</cycAnnot:label>
    <rdfs:label xml:lang="en">gaining control of a chemically harmful substance</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PuttingArmAroundSomeone">
    <cycAnnot:label xml:lang="en">PuttingArmAroundSomeone</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all events in which a person puts his or her arm around another person.  Usually this is an expression of concern or affection.</rdfs:comment>
    <rdfs:label xml:lang="en">putting arm around someone</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Golf_game">
    <cycAnnot:label xml:lang="en">(GameFn Golf)</cycAnnot:label>
    <rdfs:label xml:lang="en">golf game</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CanalizingAnEnemyForce">
    <rdfs:label xml:lang="en">canalization</rdfs:label>
    <cycAnnot:label xml:lang="en">CanalizingAnEnemyForce</cycAnnot:label>
    <rdfs:comment xml:lang="en">To canalize is to restrict enemy movement to a narrow zone by exploiting terrain coupled with the use of obstacles, fires, or friendly maneuver. Successful canalization results in moving the enemy formation into a predetermined position where it is vulnerable to piecemeal destruction by direct and indirect fires. The same effect occurs when an enemy force is taken under fire and individual enemy soldiers and combat systems seek positions that are masked from the effects of friendly fires. When this occurs, further enemy movements are usually canalized into areas outside of the &apos;beaten zone&apos; established by the effects of the friendly force&apos;s fire, and thus can be fairly easy to predict.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensRelay_4By400Meter">
    <cycAnnot:label xml:lang="en">OlympicWomensRelay-4By400Meter</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Women&apos;s Relay - 4 By 400 Meter</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_Ababil_cruise_missiles">
    <rdfs:label xml:lang="en">making Ababil cruise missiles</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn CruiseMissile-Ababil)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NetworkPacketTransfer">
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/NetworkPacketTransfer&quot; class=&quot;cyc_term&quot;&gt;NetworkPacketTransfer&lt;/a&gt; is the collection of all &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Event&quot; class=&quot;cyc_term&quot;&gt;Event&lt;/a&gt;s in which a  piece of data is transmitted from one machine to another machine over a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerNetwork&quot; class=&quot;cyc_term&quot;&gt;ComputerNetwork&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">NetworkPacketTransfer</cycAnnot:label>
    <rdfs:label xml:lang="en">network packet transfer</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KosherMeal">
    <rdfs:label xml:lang="en">kosher meal</rdfs:label>
    <cycAnnot:label xml:lang="en">KosherMeal</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all dining events in which &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/KosherFood&quot; class=&quot;cyc_term&quot;&gt;KosherFood&lt;/a&gt; is eaten using &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/KosherUtensil&quot; class=&quot;cyc_term&quot;&gt;KosherUtensil&lt;/a&gt;s, and is not in violation of restrictions on the timing limitations between eating meat and milk products.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RiverCrossing_Retrograde">
    <rdfs:comment xml:lang="en">There are three basic types of river crossings: hasty, deliberate, and retrograde. A hasty river crossing is a task conducted as part of a larger operation, typically an attack, with no intentional pause at the water line. When a hasty river crossing is not feasible such as when the enemy or terrain situations prevent it, a hasty crossing attempt fails, or friendly offensive operations resume at a river line after a pause, the force conducts a deliberate river crossing operation. A retrograde river crossing is a movement to the rear across a water obstacle while in contact with the enemy.  A river crossing is both a tactical task and an enabling operation. Field Manual 90-13, River Crossing Operations, gives detailed information concerning the conduct of a river crossing.</rdfs:comment>
    <rdfs:label xml:lang="en">retrograde river crossing</rdfs:label>
    <cycAnnot:label xml:lang="en">RiverCrossing-Retrograde</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Deflagration">
    <cycAnnot:label xml:lang="en">Deflagration</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Explosion&quot; class=&quot;cyc_term&quot;&gt;Explosion&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CombustionReaction&quot; class=&quot;cyc_term&quot;&gt;CombustionReaction&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Deflagration&quot; class=&quot;cyc_term&quot;&gt;Deflagration&lt;/a&gt; is a slow low-pressure combustion reaction.  The reaction speed for an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Deflagration&quot; class=&quot;cyc_term&quot;&gt;Deflagration&lt;/a&gt; is slower than the sound speed in the reacting medium. Cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Detonation&quot; class=&quot;cyc_term&quot;&gt;Detonation&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">deflagrating</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Decortication_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">Decortication-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">decortication</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SportsInfraction">
    <rdfs:label xml:lang="en">sports infraction</rdfs:label>
    <rdfs:comment xml:lang="en">An infraction of some sports rules, such as stepping out of bounds or interfering with your opponent.  Please note that these collections are not specs of this collection, since a particular act of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SteppingOutOfBounds&quot; class=&quot;cyc_term&quot;&gt;SteppingOutOfBounds&lt;/a&gt; may or may not be a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsInfraction&quot; class=&quot;cyc_term&quot;&gt;SportsInfraction&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SportsInfraction</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DorProcedure_LeftVentricle_SurgicalProcedure">
    <rdfs:label xml:lang="en">left ventricle Dor procedure</rdfs:label>
    <cycAnnot:label xml:lang="en">DorProcedure-LeftVentricle-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TakingCustodyOfAChild">
    <rdfs:comment xml:lang="en">A collection of instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransferringCustodyOfAPerson&quot; class=&quot;cyc_term&quot;&gt;TransferringCustodyOfAPerson&lt;/a&gt;.  In each instance, custody of a child is handed from one &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; to another:  both &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt;s are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/different&quot; class=&quot;cyc_term&quot;&gt;different&lt;/a&gt; from the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HumanChild&quot; class=&quot;cyc_term&quot;&gt;HumanChild&lt;/a&gt; whose custody is handed over.</rdfs:comment>
    <rdfs:label xml:lang="en">taking custody of a child</rdfs:label>
    <cycAnnot:label xml:lang="en">TakingCustodyOfAChild</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Respiration_Bacterium">
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Respiration&quot; class=&quot;cyc_term&quot;&gt;Respiration&lt;/a&gt; by &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Bacterium&quot; class=&quot;cyc_term&quot;&gt;Bacterium&lt;/a&gt;, specifically
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Chemoorganotroph&quot; class=&quot;cyc_term&quot;&gt;Chemoorganotroph&lt;/a&gt;s, in which the substrate is metabolized with the
involvment of an exogenous oxidizing agent.  This type of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Respiration&quot; class=&quot;cyc_term&quot;&gt;Respiration&lt;/a&gt; may occur in &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AerobicBacterium&quot; class=&quot;cyc_term&quot;&gt;AerobicBacterium&lt;/a&gt; or &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AnaerobicBacterium&quot; class=&quot;cyc_term&quot;&gt;AnaerobicBacterium&lt;/a&gt;.
Other &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Chemoorganotroph&quot; class=&quot;cyc_term&quot;&gt;Chemoorganotroph&lt;/a&gt;s use &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Fermentation_Bacterium&quot; class=&quot;cyc_term&quot;&gt;Fermentation_Bacterium&lt;/a&gt; for their
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BiologicalMetabolismEvent&quot; class=&quot;cyc_term&quot;&gt;BiologicalMetabolismEvent&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Respiration-Bacterium</cycAnnot:label>
    <rdfs:label xml:lang="en">bacterial respiration</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WeightClassSportsCompetition">
    <rdfs:label xml:lang="en">weight class competition</rdfs:label>
    <cycAnnot:label xml:lang="en">WeightClassSportsCompetition</cycAnnot:label>
    <rdfs:comment xml:lang="en">Sports competitions where the participants are limited to persons whose weight is in some range.  The competitors may be organizations in the case of team competition, but the players must meet the weight restrictions.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CarAccident">
    <rdfs:label xml:lang="en">car accident</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all vehicular accidents in which one of the things damaged (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/damages&quot; class=&quot;cyc_term&quot;&gt;damages&lt;/a&gt;) is an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Automobile&quot; class=&quot;cyc_term&quot;&gt;Automobile&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">CarAccident</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CounterFire">
    <rdfs:label xml:lang="en">counterfire</rdfs:label>
    <cycAnnot:label xml:lang="en">CounterFire</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MeasurementOfHeight">
    <cycAnnot:label xml:lang="en">MeasurementOfHeight</cycAnnot:label>
    <rdfs:label xml:lang="en">measurement of height</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Taking_Control_Of_A_Group_Of_Fn_person">
    <rdfs:label xml:lang="en">Taking Control Of A Group Of Fn person</rdfs:label>
    <cycAnnot:label xml:lang="en">(TakingControlOfAGroupOfFn Person)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="IBTCopying_SingleCopy">
    <cycAnnot:label xml:lang="en">IBTCopying-SingleCopy</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IBTCopying&quot; class=&quot;cyc_term&quot;&gt;IBTCopying&lt;/a&gt; events in which an item is copied exactly one time.</rdfs:comment>
    <rdfs:label xml:lang="en">ibt copying single copy</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MovingAComputerFile_CopyingAndDeleting">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FileOperation&quot; class=&quot;cyc_term&quot;&gt;FileOperation&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeneralizedTransfer&quot; class=&quot;cyc_term&quot;&gt;GeneralizedTransfer&lt;/a&gt;. In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MovingAComputerFile_CopyingAndDeleting&quot; class=&quot;cyc_term&quot;&gt;MovingAComputerFile_CopyingAndDeleting&lt;/a&gt;, a computer reads a file, creates a new file with the same contents in a different physical location (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CopyingAComputerFile&quot; class=&quot;cyc_term&quot;&gt;CopyingAComputerFile&lt;/a&gt;) and then deletes the original file (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeletingAFile&quot; class=&quot;cyc_term&quot;&gt;DeletingAFile&lt;/a&gt;).  For events in which a computer file is only &lt;i&gt;metaphorically&lt;/I&gt;I&amp;gt; moved, see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MovingAComputerFile_Metaphorically&quot; class=&quot;cyc_term&quot;&gt;MovingAComputerFile_Metaphorically&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MovingAComputerFile-CopyingAndDeleting</cycAnnot:label>
    <rdfs:label xml:lang="en">moving a computer file</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KickingAnOpponent">
    <cycAnnot:label xml:lang="en">KickingAnOpponent</cycAnnot:label>
    <rdfs:label xml:lang="en">kicking an opponent</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Demutualisation">
    <rdfs:label xml:lang="en">demutualisation</rdfs:label>
    <cycAnnot:label xml:lang="en">Demutualisation</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all demutualisation. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EconomicAction&quot; class=&quot;cyc_term&quot;&gt;EconomicAction&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IntrinsicStateChangeEvent&quot; class=&quot;cyc_term&quot;&gt;IntrinsicStateChangeEvent&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PresentingQAModuleResultsToAMySentientAnswersUser">
    <rdfs:label xml:lang="en">presenting QA module results to the MySentient Answers user</rdfs:label>
    <cycAnnot:label xml:lang="en">PresentingQAModuleResultsToAMySentientAnswersUser</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AcademicSemester">
    <cycAnnot:label xml:lang="en">AcademicSemester</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AcademicTerm&quot; class=&quot;cyc_term&quot;&gt;AcademicTerm&lt;/a&gt;. Each instance of this collection is an occurrence consisting of the complex of scheduled activities taking place at an educational institution over a roughly 4-month long period.  This is not a collection of pure time intervals: note that, for example, the 2003 spring semesters at Boston University and at the University of Texas, Austin are represented by distinct, though of course temporally overlapping, instances.</rdfs:comment>
    <rdfs:label xml:lang="en">semester</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_jewelry">
    <rdfs:label xml:lang="en">making jewelry</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn Jewelry)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Attack_on_journalists">
    <rdfs:label xml:lang="en">attack on journalists</rdfs:label>
    <cycAnnot:label xml:lang="en">(AttackTypeByTargetTypeFn TerroristAttack (GroupFn Journalist))</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DrainageOfPacemakerWound_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">DrainageOfPacemakerWound-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">pacemaker wound drainage</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KidnappingSomebodySubEventsPoisoning">
    <rdfs:label xml:lang="en">kidnapping somebody sub events poisoning</rdfs:label>
    <cycAnnot:label xml:lang="en">KidnappingSomebodySubEventsPoisoning</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Divorce">
    <rdfs:comment xml:lang="en">The event which causes a marriage to end (when neither of the spouses&apos; lives do).</rdfs:comment>
    <rdfs:label xml:lang="en">divorce</rdfs:label>
    <cycAnnot:label xml:lang="en">Divorce</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensFlyweightGRWrestling">
    <rdfs:label xml:lang="en">Olympic Mens Flyweight GR Wrestling</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensFlyweightGRWrestling</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OpenHeartSurgery">
    <rdfs:label xml:lang="en">OHS</rdfs:label>
    <cycAnnot:label xml:lang="en">OpenHeartSurgery</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MajorSurgery&quot; class=&quot;cyc_term&quot;&gt;MajorSurgery&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OpenHeartSurgery&quot; class=&quot;cyc_term&quot;&gt;OpenHeartSurgery&lt;/a&gt; is a surgery involving procedures that require direct action on the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Heart&quot; class=&quot;cyc_term&quot;&gt;Heart&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_FoilFencingSportsEvent">
    <cycAnnot:label xml:lang="en">PlayingOf-FoilFencingSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">playing of foil fencing sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AnchorRelayLeg">
    <rdfs:comment xml:lang="en">The last leg of a relay.</rdfs:comment>
    <cycAnnot:label xml:lang="en">AnchorRelayLeg</cycAnnot:label>
    <rdfs:label xml:lang="en">anchor relay leg</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BypassGraft_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">BypassGraft-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">bypass graft</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="InternallyQueryingKB">
    <rdfs:comment xml:lang="en">The collection of all events of a &lt;font color=&quot;#ff0000&quot;&gt;#$SoftwareAgent&lt;/font&gt; asking for some information from some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/KnowledgeBase&quot; class=&quot;cyc_term&quot;&gt;KnowledgeBase&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">InternallyQueryingKB</cycAnnot:label>
    <rdfs:label xml:lang="en">internally querying KB</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DeclaringCeaseFire">
    <rdfs:label xml:lang="en">declaring cease fire</rdfs:label>
    <cycAnnot:label xml:lang="en">DeclaringCeaseFire</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events.  In each &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeclaringCeaseFire&quot; class=&quot;cyc_term&quot;&gt;DeclaringCeaseFire&lt;/a&gt; event, some parties are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MakingAnAgreement&quot; class=&quot;cyc_term&quot;&gt;MakingAnAgreement&lt;/a&gt; to halt their armed conflict.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_craps">
    <cycAnnot:label xml:lang="en">(GameFn Craps-TheGame)</cycAnnot:label>
    <rdfs:label xml:lang="en">game of craps</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensMiddleJudo">
    <cycAnnot:label xml:lang="en">OlympicMensMiddleJudo</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens Middle Judo</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Biopsy_LymphNode_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">Biopsy-LymphNode-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">lymph node biopsy</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PremeditatedMurder">
    <cycAnnot:label xml:lang="en">PremeditatedMurder</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of murdering events involving planning on the part of the person who carries out the murder.</rdfs:comment>
    <rdfs:label xml:lang="en">first degree murder</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ConstructionProject">
    <rdfs:comment xml:lang="en">The group of projects with the goal of constructing a building, road, etc.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ConstructionProject</cycAnnot:label>
    <rdfs:label xml:lang="en">construction project</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_toxic_substances">
    <rdfs:label xml:lang="en">buying toxic substances</rdfs:label>
    <cycAnnot:label xml:lang="en">(BuyingFn ToxicSubstance)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensKayakSlalomSingles">
    <rdfs:label xml:lang="en">Olympic Mens Kayak Slalom Singles</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensKayakSlalomSingles</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensRelay_4By100Meter">
    <cycAnnot:label xml:lang="en">OlympicWomensRelay-4By100Meter</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Womens Relay 4 By 100 Meter</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensRun_1500Meter">
    <cycAnnot:label xml:lang="en">OlympicWomensRun-1500Meter</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Womens Run 1500 Meter</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_blister_agents">
    <cycAnnot:label xml:lang="en">(MakingFn BlisterAgentStuff)</cycAnnot:label>
    <rdfs:label xml:lang="en">making blister agents</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_generic_artifacts">
    <rdfs:label xml:lang="en">buying generic artifacts</rdfs:label>
    <rdfs:comment xml:lang="en">This non-atomic reified term denotes the collection of buying events in which the object purchased is an instance of the collection &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Artifact_Generic&quot; class=&quot;cyc_term&quot;&gt;Artifact_Generic&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">(BuyingFn Artifact-Generic)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensRun_10KMeter">
    <cycAnnot:label xml:lang="en">OlympicMensRun-10KMeter</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens Run 10 K Meter</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Lottery">
    <cycAnnot:label xml:lang="en">Lottery</cycAnnot:label>
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Lottery&quot; class=&quot;cyc_term&quot;&gt;Lottery&lt;/a&gt; is a kind of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Drawing_RandomSelection&quot; class=&quot;cyc_term&quot;&gt;Drawing_RandomSelection&lt;/a&gt; in which            participants buy numbered tickets to enter and those whose           ticket numbers are selected as winning numbers win prizes.</rdfs:comment>
    <rdfs:label xml:lang="en">lottery</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensAirRifleShooting">
    <rdfs:label xml:lang="en">Olympic Mens Air Rifle Shooting</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensAirRifleShooting</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PhotocopyingADocument">
    <rdfs:comment xml:lang="en">The collection of all events in which a hardcopy document is reproduced by means of a photocopy machine.</rdfs:comment>
    <cycAnnot:label xml:lang="en">PhotocopyingADocument</cycAnnot:label>
    <rdfs:label xml:lang="en">photocopying a document</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Increase_in_ICE_Futures_s_crude_prices">
    <rdfs:label xml:lang="en">increase in ICE Futures&apos;s crude prices</rdfs:label>
    <cycAnnot:label xml:lang="en">(IncreaseInValueReturnedByFn (PriceOfInRegionFn Petroleum-CrudeOil) InternationalPetroleumExchange)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HavingDinner">
    <rdfs:comment xml:lang="en">The collection of    events of having a dinner meal.</rdfs:comment>
    <rdfs:label xml:lang="en">dinner</rdfs:label>
    <cycAnnot:label xml:lang="en">HavingDinner</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Renting">
    <rdfs:comment xml:lang="en">A specialization of both &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MonetaryExchangeOfUserRights&quot; class=&quot;cyc_term&quot;&gt;MonetaryExchangeOfUserRights&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporaryChangeOfUserRights&quot; class=&quot;cyc_term&quot;&gt;TemporaryChangeOfUserRights&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Renting&quot; class=&quot;cyc_term&quot;&gt;Renting&lt;/a&gt; is an event during which one agent grants to another agent the use of an object (owned or controlled by the first agent) for a period of time, in exchange for some remuneration.  The schedule of payment may vary, depending upon the rental period, type of object involved, type of usage granted, and/or other considerations.  The agent providing the object to rent is related to the instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Renting&quot; class=&quot;cyc_term&quot;&gt;Renting&lt;/a&gt; by the predicate &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/fromPossessor&quot; class=&quot;cyc_term&quot;&gt;fromPossessor&lt;/a&gt; (q.v.); the agent paying to use the object is related to the instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Renting&quot; class=&quot;cyc_term&quot;&gt;Renting&lt;/a&gt; by the predicate &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/toPossessor&quot; class=&quot;cyc_term&quot;&gt;toPossessor&lt;/a&gt; (q.v.).  Those agents enter into an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agreement&quot; class=&quot;cyc_term&quot;&gt;Agreement&lt;/a&gt; (q.v.).  Examples of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Renting&quot; class=&quot;cyc_term&quot;&gt;Renting&lt;/a&gt; might include:  Fred renting a particular apartment last year; Jane renting a car all this week; Jack renting a canoe on Saturday morning.</rdfs:comment>
    <rdfs:label xml:lang="en">renting</rdfs:label>
    <cycAnnot:label xml:lang="en">Renting</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_hazard_insurance">
    <rdfs:label xml:lang="en">buying hazard insurance</rdfs:label>
    <cycAnnot:label xml:lang="en">(BuyingFn HazardInsurance)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SealingSomething">
    <cycAnnot:label xml:lang="en">SealingSomething</cycAnnot:label>
    <rdfs:label xml:lang="en">sealing something</rdfs:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ActionOnObject&quot; class=&quot;cyc_term&quot;&gt;ActionOnObject&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SealingSomething&quot; class=&quot;cyc_term&quot;&gt;SealingSomething&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PurposefulPhysicalAction&quot; class=&quot;cyc_term&quot;&gt;PurposefulPhysicalAction&lt;/a&gt; in which an agent acts on an object so as to prevent that object from leaking or absorbing some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FluidTangibleThing&quot; class=&quot;cyc_term&quot;&gt;FluidTangibleThing&lt;/a&gt; (e.g. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Air&quot; class=&quot;cyc_term&quot;&gt;Air&lt;/a&gt; or (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LiquidFn&quot; class=&quot;cyc_term&quot;&gt;LiquidFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Water&quot; class=&quot;cyc_term&quot;&gt;Water&lt;/a&gt;).</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensDiscusThrow">
    <rdfs:label xml:lang="en">Olympic Mens Discus Throw</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensDiscusThrow</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_craps">
    <rdfs:label xml:lang="en">playing craps</rdfs:label>
    <cycAnnot:label xml:lang="en">(PlayingFn Craps-TheGame)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MiddleJudoSportsEvent">
    <cycAnnot:label xml:lang="en">MiddleJudoSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">Judo matches for sport, in the Middle weight class.</rdfs:comment>
    <rdfs:label xml:lang="en">middle judo sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_dimethylamine">
    <cycAnnot:label xml:lang="en">(GainingControlOfFn Dimethylamine)</cycAnnot:label>
    <rdfs:label xml:lang="en">gaining control of dimethylamine</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FeintingAttack">
    <rdfs:label xml:lang="en">feinting</rdfs:label>
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FeintingAttack&quot; class=&quot;cyc_term&quot;&gt;FeintingAttack&lt;/a&gt; attemps to draw an enemy&apos;s attention and resources away from some main attack by promoting a misapprehension about the degree of threat posed by the feint. In a military conflict, this could be acheived by inducing an enemy to position his forces, commit his reserves or shift his fire support in reaction to the feint in ways which allow the main attack to be more effective.</rdfs:comment>
    <cycAnnot:label xml:lang="en">FeintingAttack</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ApprovalOfLoan">
    <rdfs:comment xml:lang="en">A subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ApprovingARequest&quot; class=&quot;cyc_term&quot;&gt;ApprovingARequest&lt;/a&gt;. In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ApprovalOfLoan&quot; class=&quot;cyc_term&quot;&gt;ApprovalOfLoan&lt;/a&gt;, a loan request is approved by some financial institution.</rdfs:comment>
    <rdfs:label xml:lang="en">loan approval</rdfs:label>
    <cycAnnot:label xml:lang="en">ApprovalOfLoan</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_flood_insurance">
    <rdfs:label xml:lang="en">buying flood insurance</rdfs:label>
    <cycAnnot:label xml:lang="en">(BuyingFn FloodInsurance)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Chartering">
    <rdfs:label xml:lang="en">chartering</rdfs:label>
    <cycAnnot:label xml:lang="en">(RentingFn TransportationDevice-Vehicle)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CyclingRoadRace">
    <rdfs:label xml:lang="en">cycling road race</rdfs:label>
    <cycAnnot:label xml:lang="en">CyclingRoadRace</cycAnnot:label>
    <rdfs:comment xml:lang="en">A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CyclingSportsEvent&quot; class=&quot;cyc_term&quot;&gt;CyclingSportsEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EnduranceEvent&quot; class=&quot;cyc_term&quot;&gt;EnduranceEvent&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Measurement_of_height">
    <rdfs:label xml:lang="en">measurement of height</rdfs:label>
    <cycAnnot:label xml:lang="en">(EvaluationOfSlotValueFn heightOfObject)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SecurityPractice_InternalSecurityReview">
    <cycAnnot:label xml:lang="en">SecurityPractice-InternalSecurityReview</cycAnnot:label>
    <rdfs:label xml:lang="en">internal security review</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CreatingAFile">
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CreatingAFile&quot; class=&quot;cyc_term&quot;&gt;CreatingAFile&lt;/a&gt; is the collection of actions done by            computers to generate instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerFileCopy&quot; class=&quot;cyc_term&quot;&gt;ComputerFileCopy&lt;/a&gt;. In            each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CreatingAFile&quot; class=&quot;cyc_term&quot;&gt;CreatingAFile&lt;/a&gt;, a computer stores           information on an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationStorageMedia&quot; class=&quot;cyc_term&quot;&gt;InformationStorageMedia&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">computer file creation</rdfs:label>
    <cycAnnot:label xml:lang="en">CreatingAFile</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Exploitation_MilitaryOperation">
    <rdfs:label xml:lang="en">exploitation military operation</rdfs:label>
    <rdfs:comment xml:lang="en">The purpose of exploitation is to destroy the opposing enemy unit. FM 100-40, p6-1.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Exploitation-MilitaryOperation</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Deterring_terrorist_act">
    <cycAnnot:label xml:lang="en">(DeterringFn TerroristAct)</cycAnnot:label>
    <rdfs:label xml:lang="en">deterring terrorist act</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RingingUpAnItem">
    <cycAnnot:label xml:lang="en">RingingUpAnItem</cycAnnot:label>
    <rdfs:label xml:lang="en">ringing up an item</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CleaningARoom">
    <cycAnnot:label xml:lang="en">CleaningARoom</cycAnnot:label>
    <rdfs:comment xml:lang="en">All room cleaning events</rdfs:comment>
    <rdfs:label xml:lang="en">cleaning a room</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RoundTripBombingMission">
    <cycAnnot:label xml:lang="en">RoundTripBombingMission</cycAnnot:label>
    <rdfs:label xml:lang="en">round-trip bombing mission</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensDoublesTennisMatch">
    <rdfs:label xml:lang="en">Olympic mens&apos; doubles tennis match</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensDoublesTennisMatch</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_strip_poker">
    <rdfs:label xml:lang="en">game of strip poker</rdfs:label>
    <cycAnnot:label xml:lang="en">(GameFn StripPoker)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Make_groups_of_Salmonella_typhi">
    <rdfs:label xml:lang="en">make groups of Salmonella typhi</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn (MobFn SalmonellaTyphi-Species))</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KillingByMeansOfAnAxe">
    <cycAnnot:label xml:lang="en">KillingByMeansOfAnAxe</cycAnnot:label>
    <rdfs:label xml:lang="en">killing by means of a ax</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ObtainingAStringBasedSearchResult">
    <rdfs:label xml:lang="en">obtaining A string based search result</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FindingSomething&quot; class=&quot;cyc_term&quot;&gt;FindingSomething&lt;/a&gt; (q.v.).  Each instance of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ObtainingAStringBasedSearchResult&quot; class=&quot;cyc_term&quot;&gt;ObtainingAStringBasedSearchResult&lt;/a&gt; is an event in which a result of
an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/StringBasedSearching&quot; class=&quot;cyc_term&quot;&gt;StringBasedSearching&lt;/a&gt; is obtained.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ObtainingAStringBasedSearchResult</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_Mah_jong">
    <cycAnnot:label xml:lang="en">(GameFn Mahjong)</cycAnnot:label>
    <rdfs:label xml:lang="en">game of Mah-jong</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_Droggn">
    <rdfs:label xml:lang="en">game of Droggn</rdfs:label>
    <cycAnnot:label xml:lang="en">(GameFn Droggn-CardGame)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="USPrimaryElection">
    <cycAnnot:label xml:lang="en">USPrimaryElection</cycAnnot:label>
    <rdfs:label xml:lang="en">United States primary</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PrimaryElection&quot; class=&quot;cyc_term&quot;&gt;PrimaryElection&lt;/a&gt;s occuring in the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UnitedStatesOfAmerica&quot; class=&quot;cyc_term&quot;&gt;UnitedStatesOfAmerica&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_illegal_drugs">
    <rdfs:label xml:lang="en">making illegal drugs</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn IllegalDrug)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EstheticJudgedSportsEvent">
    <cycAnnot:label xml:lang="en">EstheticJudgedSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">Judged sports events where the esthetic opinions of the judges are supposed to be part of the evaluation process.  Ice Dancing as opposed to Platform Diving.  Its sometimes a thin line, but supposedly Platform Diving is evaluated according to purely tecnical guidelines</rdfs:comment>
    <rdfs:label xml:lang="en">esthetic judged sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_beverages">
    <cycAnnot:label xml:lang="en">(BuyingFn Drink)</cycAnnot:label>
    <rdfs:label xml:lang="en">buying beverages</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DeclaringWar">
    <rdfs:comment xml:lang="en">The communicating of the intent to wage war on another army.</rdfs:comment>
    <rdfs:label xml:lang="en">declaring war</rdfs:label>
    <cycAnnot:label xml:lang="en">DeclaringWar</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TransporterCrashEvent">
    <rdfs:label xml:lang="en">crash involving a transporter</rdfs:label>
    <cycAnnot:label xml:lang="en">TransporterCrashEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SuicideAttack">
    <rdfs:label xml:lang="en">suicide attack</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackOnTangible&quot; class=&quot;cyc_term&quot;&gt;AttackOnTangible&lt;/a&gt; in which a perpetrator intentionally kills himself as a means of executing the attack. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SuicideAttack&quot; class=&quot;cyc_term&quot;&gt;SuicideAttack&lt;/a&gt; includes both attacks that take place in military operations - such as Kamikaze attacks - as well as the more familiar terrorist tactic.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SuicideAttack</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Cyc101Course">
    <rdfs:label xml:lang="en">Cyc-101 course</rdfs:label>
    <cycAnnot:label xml:lang="en">Cyc101Course</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensKayakCanadian500MeterSingles">
    <rdfs:label xml:lang="en">Olympic Men&apos;s Kayak Canadian 500 Meter Singles</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensKayakCanadian500MeterSingles</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LosingALeaf">
    <rdfs:comment xml:lang="en">The event in which some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Plant&quot; class=&quot;cyc_term&quot;&gt;Plant&lt;/a&gt; loses a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Leaf&quot; class=&quot;cyc_term&quot;&gt;Leaf&lt;/a&gt;, due to lack of water, ailment, or in preparation for winter.  This does not include events in which a leaf is pulled off by some other physical object.</rdfs:comment>
    <cycAnnot:label xml:lang="en">LosingALeaf</cycAnnot:label>
    <rdfs:label xml:lang="en">losing a leaf</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="VaginalBirthEvent">
    <rdfs:label xml:lang="en">vaginal childbirth</rdfs:label>
    <rdfs:comment xml:lang="en">Vaginal delivery of a baby.</rdfs:comment>
    <cycAnnot:label xml:lang="en">VaginalBirthEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GoalAction">
    <rdfs:comment xml:lang="en">Active action form of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Goal&quot; class=&quot;cyc_term&quot;&gt;Goal&lt;/a&gt;, that is, my goal is hitting Sally, not being in a state where Sally was hit by
me.</rdfs:comment>
    <cycAnnot:label xml:lang="en">GoalAction</cycAnnot:label>
    <rdfs:label xml:lang="en">goal action</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CommercialFishing">
    <rdfs:label xml:lang="en">commercial fishing</rdfs:label>
    <cycAnnot:label xml:lang="en">CommercialFishing</cycAnnot:label>
    <rdfs:comment xml:lang="en">Fishing done for subsistence or financial gain.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NitrogenFixationProcess">
    <rdfs:comment xml:lang="en">The collection of processes whereby atmospheric nitrogen is incorporated or &apos;fixed&apos; into ammonia and nitrate compounds where it can be used by &lt;font color=&quot;#ff0000&quot;&gt;#$BiologicalLivingOrganisms&lt;/font&gt;.  Nitrogen fixation is implemented on a small scale by some meteorological processes, and on a large scale by soil bacteria, often species associated with the roots of legumes such as soybeans or clover.</rdfs:comment>
    <cycAnnot:label xml:lang="en">NitrogenFixationProcess</cycAnnot:label>
    <rdfs:label xml:lang="en">nitrogen fixation process</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AskingWhereOneIsGoing">
    <rdfs:label xml:lang="en">asking where one is going</rdfs:label>
    <cycAnnot:label xml:lang="en">AskingWhereOneIsGoing</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events in which some agent asks where someone is going.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_pottery">
    <cycAnnot:label xml:lang="en">(MakingFn PotteryArtifact)</cycAnnot:label>
    <rdfs:label xml:lang="en">making pottery</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SendingAPurchaseOrder">
    <cycAnnot:label xml:lang="en">SendingAPurchaseOrder</cycAnnot:label>
    <rdfs:label xml:lang="en">sending a purchase order</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AskingTheUserAYesOrNoQuestionInUIA">
    <rdfs:label xml:lang="en">asking a UIA user a yes or no question</rdfs:label>
    <cycAnnot:label xml:lang="en">AskingTheUserAYesOrNoQuestionInUIA</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Debridement_VentricularWall_SurgicalProcedure">
    <rdfs:label xml:lang="en">ventricular wall debridement</rdfs:label>
    <cycAnnot:label xml:lang="en">Debridement-VentricularWall-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Aorta_aorticConduit_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">Aorta-aorticConduit-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">aortic conduit placement</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_IceHockeyGame">
    <rdfs:label xml:lang="en">playing of ice hockey game</rdfs:label>
    <cycAnnot:label xml:lang="en">PlayingOf-IceHockeyGame</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Plication_ValvularProcedure">
    <cycAnnot:label xml:lang="en">Plication-ValvularProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">cardiac valve plication</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Maintenance_CSSAction">
    <rdfs:comment xml:lang="en">The instances of this collection are actions undertaken to preserve supplies and material in serviceable conditions or to restore them to serviceability. More generally, the collection may include all supply and repair action taken to keep a force in mission-effective conditions. FM 101-5-1.</rdfs:comment>
    <rdfs:label xml:lang="en">maintenance css action</rdfs:label>
    <cycAnnot:label xml:lang="en">Maintenance-CSSAction</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MilitaryWMDProgram">
    <rdfs:comment xml:lang="en">The collection of organized research and development activities performed by military organizations for the purpose of creating a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WeaponOfMassDestruction&quot; class=&quot;cyc_term&quot;&gt;WeaponOfMassDestruction&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MilitaryWMDProgram</cycAnnot:label>
    <rdfs:label xml:lang="en">military WMD program</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Approval_CommunicationAct">
    <cycAnnot:label xml:lang="en">Approval-CommunicationAct</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of communication acts.  In each element of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Approval_CommunicationAct&quot; class=&quot;cyc_term&quot;&gt;Approval_CommunicationAct&lt;/a&gt;, an agent expresses an approval.  Such approvals include: approving a loan application, endorsing a product, seconding or voting for a resolution proposed before an official body, condoning another agent&apos;s course of action.  Note: Acts communicating some kind of approval do not entail subjective feelings of approval by the agent (cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Approval&quot; class=&quot;cyc_term&quot;&gt;Approval&lt;/a&gt;).  Also see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Requesting_CommunicationAct&quot; class=&quot;cyc_term&quot;&gt;Requesting_CommunicationAct&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">approval</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TakingANightsSleep">
    <rdfs:label xml:lang="en">taking a night&apos;s sleep</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events in which someone has a night&apos;s sleep</rdfs:comment>
    <cycAnnot:label xml:lang="en">TakingANightsSleep</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MakingAPrediction">
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/StatingSomething&quot; class=&quot;cyc_term&quot;&gt;StatingSomething&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MakingAPrediction&quot; class=&quot;cyc_term&quot;&gt;MakingAPrediction&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CommunicationAct_Single&quot; class=&quot;cyc_term&quot;&gt;CommunicationAct_Single&lt;/a&gt; in which an agent makes an assertion about what will be the case at some point in the future.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MakingAPrediction</cycAnnot:label>
    <rdfs:label xml:lang="en">making a predication</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HandingSomethingToSomeone">
    <rdfs:comment xml:lang="en">The collection of events involving the physical passing of an object from one person to another. The object&apos;s change in location does not entail a change in user rights, although some instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HandingSomethingToSomeone&quot; class=&quot;cyc_term&quot;&gt;HandingSomethingToSomeone&lt;/a&gt; do involve a temporary or permanent change in user rights. Those instances involving such a change are also instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GivingSomething&quot; class=&quot;cyc_term&quot;&gt;GivingSomething&lt;/a&gt; and/or &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransferringPossession&quot; class=&quot;cyc_term&quot;&gt;TransferringPossession&lt;/a&gt;.--&lt;font color=&quot;#ff0000&quot;&gt;#$Causley&lt;/font&gt;, 2/22/99</rdfs:comment>
    <cycAnnot:label xml:lang="en">HandingSomethingToSomeone</cycAnnot:label>
    <rdfs:label xml:lang="en">handing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SecurityPractice_InstallingPatches">
    <rdfs:label xml:lang="en">install patches</rdfs:label>
    <cycAnnot:label xml:lang="en">SecurityPractice-InstallingPatches</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FluidWaveBreaking">
    <rdfs:label xml:lang="en">fluid wave breaking</rdfs:label>
    <rdfs:comment xml:lang="en">The event in which a wave breaks under the force of gravity, losing its smooth curving surface and becoming disorganized.</rdfs:comment>
    <cycAnnot:label xml:lang="en">FluidWaveBreaking</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TravelingOverwatch">
    <rdfs:label xml:lang="en">traveling overwatch</rdfs:label>
    <cycAnnot:label xml:lang="en">TravelingOverwatch</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Utility_wire_repair">
    <rdfs:label xml:lang="en">utility wire repair</rdfs:label>
    <cycAnnot:label xml:lang="en">(RepairingFn UtilityWire)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_orlon_cloth">
    <rdfs:label xml:lang="en">making orlon cloth</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn OrlonCloth)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ContainingAnEnemy">
    <rdfs:comment xml:lang="en">Containing an enemy involves restricting his freedom of movement,e.g. by surrounding him.  In contexts involving a military force (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ModernMilitaryUnit_Deployable&quot; class=&quot;cyc_term&quot;&gt;ModernMilitaryUnit_Deployable&lt;/a&gt;), containment of enemy forces can also involve causing them to center activity on a given front and prevent them from withdrawing any part of their forces for use elsewhere. The limits of the containment may be expressed in terms of geography or time. Containment allows an enemy to reposition himself within the designated geographic area, whereas fixing (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FixingAnEnemy&quot; class=&quot;cyc_term&quot;&gt;FixingAnEnemy&lt;/a&gt;) an enemy does not.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ContainingAnEnemy</cycAnnot:label>
    <rdfs:label xml:lang="en">containing an enemy</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AdministeringADrug">
    <rdfs:label xml:lang="en">administering a drug</rdfs:label>
    <rdfs:comment xml:lang="en">The act of administering to oneself or to another person, a drug or other pharmacy product, usually as part of medical treatment.  Drugs may be administered in many ways.  See the instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DrugAdministrationRouteType&quot; class=&quot;cyc_term&quot;&gt;DrugAdministrationRouteType&lt;/a&gt; for the possibilities.</rdfs:comment>
    <cycAnnot:label xml:lang="en">AdministeringADrug</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ThrombectomyFromPacingLeads_wires_SurgicalProcedure">
    <rdfs:label xml:lang="en">thrombectomy from pacing leads</rdfs:label>
    <cycAnnot:label xml:lang="en">ThrombectomyFromPacingLeads-wires-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensJavelinThrow">
    <cycAnnot:label xml:lang="en">OlympicMensJavelinThrow</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Men&apos;s Javelin Throw</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LoanSharking">
    <cycAnnot:label xml:lang="en">LoanSharking</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of activities in which one agent lends money to another at a very high (usually illegal) rate of interest. Often, failure to repay a loan shark in a timely manner results in some sort of harm to the borrower.</rdfs:comment>
    <rdfs:label xml:lang="en">loan sharking</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensSwim_200MeterFreestyle">
    <cycAnnot:label xml:lang="en">OlympicMensSwim-200MeterFreestyle</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens Swim - 200 Meter Freestyle</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SecurityPractice_ExternalVulnerabilityAssessment">
    <cycAnnot:label xml:lang="en">SecurityPractice-ExternalVulnerabilityAssessment</cycAnnot:label>
    <rdfs:label xml:lang="en">external vulnerability assessment</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_cyclohexyl">
    <rdfs:label xml:lang="en">gaining control of cyclohexyl</rdfs:label>
    <cycAnnot:label xml:lang="en">(GainingControlOfFn CyclohexylAlcohol)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NonCoopTeamSportsCompetition">
    <cycAnnot:label xml:lang="en">NonCoopTeamSportsCompetition</cycAnnot:label>
    <rdfs:comment xml:lang="en">A team event in which the players perform seperately, and only their scores are combined to decide the winning team.  SnowSkiing as opposed to Basketball.</rdfs:comment>
    <rdfs:label xml:lang="en">non coop team sports competition</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AppetizerCourse">
    <cycAnnot:label xml:lang="en">AppetizerCourse</cycAnnot:label>
    <rdfs:label xml:lang="en">appetizer course</rdfs:label>
    <rdfs:comment xml:lang="en">The appetizer course, if it happens during a given &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HavingAMeal&quot; class=&quot;cyc_term&quot;&gt;HavingAMeal&lt;/a&gt;, happens first.  For a given meal there is no more than one appetizer course.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EstablishingABridgehead">
    <rdfs:label xml:lang="en">establishing a bridgehead</rdfs:label>
    <cycAnnot:label xml:lang="en">EstablishingABridgehead</cycAnnot:label>
    <rdfs:comment xml:lang="en">the collection of events in which a force establishes a bridgehead.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ReceivingAnObject">
    <rdfs:label xml:lang="en">receiving an object</rdfs:label>
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ReceivingAnObject&quot; class=&quot;cyc_term&quot;&gt;ReceivingAnObject&lt;/a&gt; is a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Receiving&quot; class=&quot;cyc_term&quot;&gt;Receiving&lt;/a&gt;.  An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ReceivingAnObject&quot; class=&quot;cyc_term&quot;&gt;ReceivingAnObject&lt;/a&gt; is an event in which there is some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;PartiallyTangible&lt;/a&gt; which is the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/objectMoving&quot; class=&quot;cyc_term&quot;&gt;objectMoving&lt;/a&gt;, i.e., the thing which &amp;quot;comes in&amp;quot; to the receiver (the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/toLocation&quot; class=&quot;cyc_term&quot;&gt;toLocation&lt;/a&gt;).  For example, the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/objectMoving&quot; class=&quot;cyc_term&quot;&gt;objectMoving&lt;/a&gt; on an occasion when Lynn Swann received a pass from Terry Bradshaw during a Steelers&apos; game would be a football (i.e., some instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Football_American&quot; class=&quot;cyc_term&quot;&gt;Football_American&lt;/a&gt;) and the passing/receiving event itself would be an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ReceivingAnObject&quot; class=&quot;cyc_term&quot;&gt;ReceivingAnObject&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ReceivingAnObject</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_HighJumpSportsEvent">
    <cycAnnot:label xml:lang="en">PlayingOf-HighJumpSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">high jump event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BuyingWhileOnATrip">
    <rdfs:label xml:lang="en">buying while on vacation</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of events; a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Buying&quot; class=&quot;cyc_term&quot;&gt;Buying&lt;/a&gt;.  Each instance of this collection is a buying that occurs as a subevent of some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/VacationTrip&quot; class=&quot;cyc_term&quot;&gt;VacationTrip&lt;/a&gt; to a place the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/buyer&quot; class=&quot;cyc_term&quot;&gt;buyer&lt;/a&gt; is not a resident of.</rdfs:comment>
    <cycAnnot:label xml:lang="en">BuyingWhileOnATrip</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GoingToGetCoffee">
    <rdfs:label xml:lang="en">going to get coffee</rdfs:label>
    <cycAnnot:label xml:lang="en">GoingToGetCoffee</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MP3_download">
    <cycAnnot:label xml:lang="en">(DownloadOfFileTypeFn MP3File)</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of MP3 downloads.</rdfs:comment>
    <rdfs:label xml:lang="en">MP3 download</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_Troccas">
    <cycAnnot:label xml:lang="en">(GameFn Troccas-CardGame)</cycAnnot:label>
    <rdfs:label xml:lang="en">game of Troccas</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_chemical_weapons">
    <rdfs:label xml:lang="en">making chemical weapons</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn ChemicalWeapon)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PremeditatingTheMurder">
    <cycAnnot:label xml:lang="en">PremeditatingTheMurder</cycAnnot:label>
    <rdfs:label xml:lang="en">premeditating a murder</rdfs:label>
    <rdfs:comment xml:lang="en">This is the premeditation scene in the script for &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PremeditatedMurder&quot; class=&quot;cyc_term&quot;&gt;PremeditatedMurder&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GettingBids">
    <cycAnnot:label xml:lang="en">GettingBids</cycAnnot:label>
    <rdfs:label xml:lang="en">getting bids</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CommercialActivity&quot; class=&quot;cyc_term&quot;&gt;CommercialActivity&lt;/a&gt;. Each instance of this collection is an activity whereby an agent obtains bids (or price quotes, cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BidOnSale&quot; class=&quot;cyc_term&quot;&gt;BidOnSale&lt;/a&gt;) for items to be purchased. See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Bidding&quot; class=&quot;cyc_term&quot;&gt;Bidding&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DetermineHOSCInstancesFromArgRestrictionsTask">
    <cycAnnot:label xml:lang="en">DetermineHOSCInstancesFromArgRestrictionsTask</cycAnnot:label>
    <rdfs:label xml:lang="en">determine HOSC instances from arg restrictions task</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_health_insurance">
    <rdfs:label xml:lang="en">buying health insurance</rdfs:label>
    <cycAnnot:label xml:lang="en">(BuyingFn MedicalInsurance)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlantingATrap">
    <cycAnnot:label xml:lang="en">PlantingATrap</cycAnnot:label>
    <rdfs:comment xml:lang="en">Those &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Trapping&quot; class=&quot;cyc_term&quot;&gt;Trapping&lt;/a&gt;s in which the trap was not dropped, but planted (hidden).</rdfs:comment>
    <rdfs:label xml:lang="en">planting a trap</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Frying">
    <rdfs:label xml:lang="en">frying</rdfs:label>
    <cycAnnot:label xml:lang="en">Frying</cycAnnot:label>
    <rdfs:comment xml:lang="en">Cooking food by partial or total immersion in hot oil until desired level of doneness.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlacementOfRightVentricularEpicardialPacemakerLead">
    <rdfs:label xml:lang="en">placement of right ventricular epicardial pacemaker lead</rdfs:label>
    <cycAnnot:label xml:lang="en">PlacementOfRightVentricularEpicardialPacemakerLead</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KidnappingSomebodySubEventsSnipingAtSomeone">
    <cycAnnot:label xml:lang="en">KidnappingSomebodySubEventsSnipingAtSomeone</cycAnnot:label>
    <rdfs:label xml:lang="en">kidnapping somebody sub events sniping at someone</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_weapons">
    <cycAnnot:label xml:lang="en">(MakingFn Weapon)</cycAnnot:label>
    <rdfs:label xml:lang="en">making weapons</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Howling">
    <rdfs:label xml:lang="en">howling</rdfs:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MakingAnOralSound&quot; class=&quot;cyc_term&quot;&gt;MakingAnOralSound&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AnimalActivity&quot; class=&quot;cyc_term&quot;&gt;AnimalActivity&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Howling&quot; class=&quot;cyc_term&quot;&gt;Howling&lt;/a&gt; is an event in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CanineAnimal&quot; class=&quot;cyc_term&quot;&gt;CanineAnimal&lt;/a&gt; emits a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HowlingSound&quot; class=&quot;cyc_term&quot;&gt;HowlingSound&lt;/a&gt; (q.v.).</rdfs:comment>
    <cycAnnot:label xml:lang="en">Howling</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ReplacementSurgery">
    <cycAnnot:label xml:lang="en">ReplacementSurgery</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SurgicalTreatment&quot; class=&quot;cyc_term&quot;&gt;SurgicalTreatment&lt;/a&gt; (q.v.).  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ReplacementSurgery&quot; class=&quot;cyc_term&quot;&gt;ReplacementSurgery&lt;/a&gt; is a surgery event in which part of a body is replaced.  An instance of this collection could be a transplant (replacement by donated organ -- see the specialization, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransplantSurgery&quot; class=&quot;cyc_term&quot;&gt;TransplantSurgery&lt;/a&gt;), or it could involve replacement of a body part with artificial substitute.</rdfs:comment>
    <rdfs:label xml:lang="en">replacement surgery</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MortgagePayment">
    <rdfs:comment xml:lang="en">The collection of individual mortgage payments.</rdfs:comment>
    <rdfs:label xml:lang="en">mortgage payment</rdfs:label>
    <cycAnnot:label xml:lang="en">MortgagePayment</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Stealing_Embezzlement">
    <cycAnnot:label xml:lang="en">Stealing-Embezzlement</cycAnnot:label>
    <rdfs:label xml:lang="en">embezzling</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of events; a subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Stealing_InsideJob&quot; class=&quot;cyc_term&quot;&gt;Stealing_InsideJob&lt;/a&gt;.  In an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Stealing_Embezzlement&quot; class=&quot;cyc_term&quot;&gt;Stealing_Embezzlement&lt;/a&gt;, an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; steals objects, usually money, which that agent was trusted not to steal.  (It is because of that trust that the embezzler has some privileged access to the things stolen, which facilitates the embezzlement.)  The perpetrator need not be in the same physical location with the stolen object during the stealing, since embezzlement is sometimes accomplished by manipulating ledger entries, account balances, bank deposits, funds transfers, and other financial data and activities, which can be done at a site remote from the money, rather than by physically removing the valuables.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Becoming_Fn_law">
    <rdfs:label xml:lang="en">Becoming Fn law</rdfs:label>
    <cycAnnot:label xml:lang="en">(BecomingFn Law)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Endorsing_CommunicationAct">
    <rdfs:comment xml:lang="en">A collection of specialized communications.  In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Endorsing_CommunicationAct&quot; class=&quot;cyc_term&quot;&gt;Endorsing_CommunicationAct&lt;/a&gt;, some agent expresses a positive judgment about another agent or about a position, proposal, product, or course of action.  In endorsing, the expression of approval typically is made to some third party or parties, rather than to the agent(s) responsible---though that agent needn&apos;t be excluded.</rdfs:comment>
    <rdfs:label xml:lang="en">endorsing communication act</rdfs:label>
    <cycAnnot:label xml:lang="en">Endorsing-CommunicationAct</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_Decathlon">
    <cycAnnot:label xml:lang="en">PlayingOf-Decathlon</cycAnnot:label>
    <rdfs:label xml:lang="en">decathlon event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ElectoralProcess">
    <rdfs:comment xml:lang="en">Each instance of this collection is a temporally extended process whereby an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IntelligentAgent&quot; class=&quot;cyc_term&quot;&gt;IntelligentAgent&lt;/a&gt; comes to be elected to a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PublicOffice&quot; class=&quot;cyc_term&quot;&gt;PublicOffice&lt;/a&gt; in some polity, starting with an event or process whereby candidates are nominated to run in an election, continuing through one or more temporally parallel election campaigns (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PoliticalElectionCampaign&quot; class=&quot;cyc_term&quot;&gt;PoliticalElectionCampaign&lt;/a&gt;), and concluding with a general election for office wherein one of the nominated candidates is elected to the office in question.</rdfs:comment>
    <rdfs:label xml:lang="en">ElectoralProcess</rdfs:label>
    <cycAnnot:label xml:lang="en">ElectoralProcess</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PassingThroughALockedDoor">
    <rdfs:comment xml:lang="en">This is the collection of actions in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Person&quot; class=&quot;cyc_term&quot;&gt;Person&lt;/a&gt; approaches a closed, locked door, unlocks the door lock, opens the door, and passes through.</rdfs:comment>
    <rdfs:label xml:lang="en">passing through a locked door</rdfs:label>
    <cycAnnot:label xml:lang="en">PassingThroughALockedDoor</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SexualOffense">
    <cycAnnot:label xml:lang="en">SexualOffense</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events in which somebody violates somebody else either physically (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SexualAssault&quot; class=&quot;cyc_term&quot;&gt;SexualAssault&lt;/a&gt;) or psychologically (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SexualHarassment&quot; class=&quot;cyc_term&quot;&gt;SexualHarassment&lt;/a&gt;) in a sexual way.</rdfs:comment>
    <rdfs:label xml:lang="en">sexual offense</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Ingestion_of_chloropicrin">
    <rdfs:label xml:lang="en">ingestion of chloropicrin</rdfs:label>
    <cycAnnot:label xml:lang="en">(IngestingFn Chloropicrin)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="InformationRequest_IBT">
    <rdfs:label xml:lang="en">request</rdfs:label>
    <cycAnnot:label xml:lang="en">InformationRequest-IBT</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationBearingThing&quot; class=&quot;cyc_term&quot;&gt;InformationBearingThing&lt;/a&gt;s whose information content is a request for information. An &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationRequest_IBT&quot; class=&quot;cyc_term&quot;&gt;InformationRequest_IBT&lt;/a&gt; is the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/communicationToken&quot; class=&quot;cyc_term&quot;&gt;communicationToken&lt;/a&gt; in any act of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RequestingInformation&quot; class=&quot;cyc_term&quot;&gt;RequestingInformation&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Tracheostomy_SurgicalProcedure">
    <rdfs:label xml:lang="en">tracheostomy</rdfs:label>
    <cycAnnot:label xml:lang="en">Tracheostomy-SurgicalProcedure</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SurgicalProcedure&quot; class=&quot;cyc_term&quot;&gt;SurgicalProcedure&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Tracheostomy_SurgicalProcedure&quot; class=&quot;cyc_term&quot;&gt;Tracheostomy_SurgicalProcedure&lt;/a&gt; is a surgical procedure performed on the neck to open a direct airway through an incision in the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Trachea&quot; class=&quot;cyc_term&quot;&gt;Trachea&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GoingToPreSchool">
    <cycAnnot:label xml:lang="en">GoingToPreSchool</cycAnnot:label>
    <rdfs:comment xml:lang="en">Attending a pre-school.</rdfs:comment>
    <rdfs:label xml:lang="en">going to pre school</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_ships">
    <cycAnnot:label xml:lang="en">(MakingFn Ship)</cycAnnot:label>
    <rdfs:label xml:lang="en">making ships</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TakingATelephoneMessage">
    <rdfs:comment xml:lang="en">The collection of all events in which a message is taken over a telephone. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SpokenCommunicating&quot; class=&quot;cyc_term&quot;&gt;SpokenCommunicating&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SingleDoerAction&quot; class=&quot;cyc_term&quot;&gt;SingleDoerAction&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TakingATelephoneMessage&quot; class=&quot;cyc_term&quot;&gt;TakingATelephoneMessage&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HumanCapabilityType&quot; class=&quot;cyc_term&quot;&gt;HumanCapabilityType&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">TakingATelephoneMessage</cycAnnot:label>
    <rdfs:label xml:lang="en">taking a telephone message</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="StickballDelivery">
    <rdfs:label xml:lang="en">stickball delivery</rdfs:label>
    <cycAnnot:label xml:lang="en">StickballDelivery</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Lawsuit">
    <cycAnnot:label xml:lang="en">Lawsuit</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of legal conflicts in which an agent or group of agents pursues a court case against another agent or group of agents.  A law suit may be settled, dropped, dismissed, or go to trial.</rdfs:comment>
    <rdfs:label xml:lang="en">lawsuit</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_Australian_rules_football">
    <cycAnnot:label xml:lang="en">(PlayingFn Football-Australian)</cycAnnot:label>
    <rdfs:label xml:lang="en">playing Australian rules football</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MogulsSportsEvent">
    <rdfs:comment xml:lang="en">The alpine sports event in which competitors are judged on their negotiation of a mogul field</rdfs:comment>
    <rdfs:label xml:lang="en">moguls sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">MogulsSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_SideHorseVaultSportsEvent">
    <rdfs:label xml:lang="en">playing of side horse vault sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">PlayingOf-SideHorseVaultSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="UtilityWireProject_RequestLocate">
    <cycAnnot:label xml:lang="en">UtilityWireProject-RequestLocate</cycAnnot:label>
    <rdfs:label xml:lang="en">utility wire project request locate</rdfs:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RequestingAction&quot; class=&quot;cyc_term&quot;&gt;RequestingAction&lt;/a&gt;. Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UtilityWireProject_RequestLocate&quot; class=&quot;cyc_term&quot;&gt;UtilityWireProject_RequestLocate&lt;/a&gt;
is an event in which someone issues a request to a utility company to
mark the location of underground utility lines at the site of planned
construction. The marking is typically requested for projects
involving digging that might accidently damage utility lines.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Posting">
    <cycAnnot:label xml:lang="en">Posting</cycAnnot:label>
    <rdfs:label xml:lang="en">posting</rdfs:label>
    <rdfs:comment xml:lang="en">A subevent of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SendingTangibleMail&quot; class=&quot;cyc_term&quot;&gt;SendingTangibleMail&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Posting&quot; class=&quot;cyc_term&quot;&gt;Posting&lt;/a&gt; is the collection 
of all events of an agent placing a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MailableObject&quot; class=&quot;cyc_term&quot;&gt;MailableObject&lt;/a&gt; in the control of some 
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ShippingOrganization&quot; class=&quot;cyc_term&quot;&gt;ShippingOrganization&lt;/a&gt;, with the intention of sending said object to a particular 
recipient.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Developing_nuclear_weapons">
    <rdfs:label xml:lang="en">developing nuclear weapons</rdfs:label>
    <cycAnnot:label xml:lang="en">(DevelopingAFn NuclearWeapon)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_MatchSportsEvent">
    <cycAnnot:label xml:lang="en">PlayingOf-MatchSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">playing of match sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Appendectomy">
    <cycAnnot:label xml:lang="en">Appendectomy</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all appendectomies, which are surgeries performed to remove appendixes. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RemovalOfUniqueBodyPart&quot; class=&quot;cyc_term&quot;&gt;RemovalOfUniqueBodyPart&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SolidEnteringFluid&quot; class=&quot;cyc_term&quot;&gt;SolidEnteringFluid&lt;/a&gt;, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SurgicalTreatment&quot; class=&quot;cyc_term&quot;&gt;SurgicalTreatment&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Appendectomy&quot; class=&quot;cyc_term&quot;&gt;Appendectomy&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SkilledActivityType&quot; class=&quot;cyc_term&quot;&gt;SkilledActivityType&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">appendectomy</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SubmarineOperation">
    <rdfs:comment xml:lang="en">The subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryOperation&quot; class=&quot;cyc_term&quot;&gt;MilitaryOperation&lt;/a&gt; that contains all operations that one needs a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Submarine&quot; class=&quot;cyc_term&quot;&gt;Submarine&lt;/a&gt; to perform.--Ming Xu, June 9, 1998</rdfs:comment>
    <rdfs:label xml:lang="en">submarine operation</rdfs:label>
    <cycAnnot:label xml:lang="en">SubmarineOperation</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MedicalReferral">
    <rdfs:label xml:lang="en">medical referral</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events in which one medical professional (or group) refers a client to another medical professional (or group).</rdfs:comment>
    <cycAnnot:label xml:lang="en">MedicalReferral</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensTeamFoil">
    <rdfs:label xml:lang="en">Olympic Women&apos;s Team Foil competition</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicWomensTeamFoil</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_BadmintonSportsEvent">
    <rdfs:label xml:lang="en">badminton event</rdfs:label>
    <cycAnnot:label xml:lang="en">PlayingOf-BadmintonSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CancellingAStandingOrder">
    <rdfs:comment xml:lang="en">The act of cancelling a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/StandingOrderInstruction&quot; class=&quot;cyc_term&quot;&gt;StandingOrderInstruction&lt;/a&gt;, as undertaken by a citizen of the UK.</rdfs:comment>
    <rdfs:label xml:lang="en">canceling a standing order</rdfs:label>
    <cycAnnot:label xml:lang="en">CancellingAStandingOrder</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PrimaryCareEvent">
    <rdfs:label xml:lang="en">primary care event</rdfs:label>
    <cycAnnot:label xml:lang="en">PrimaryCareEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">Mostly defined by being disjoint from all the specialized kinds of medical care, such as &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HospitalCareEvent&quot; class=&quot;cyc_term&quot;&gt;HospitalCareEvent&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EmergencyMedicalTreatment&quot; class=&quot;cyc_term&quot;&gt;EmergencyMedicalTreatment&lt;/a&gt;, etc.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HospitalCareEvent">
    <rdfs:comment xml:lang="en">What happens when you are in the hospital being treated for a disease like Cancer or Hepatitis or AIDS, or recovering from Surgery.  This is not just a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MedicalCareEvent&quot; class=&quot;cyc_term&quot;&gt;MedicalCareEvent&lt;/a&gt; which happens in a hospital; it&apos;s the whole event meant by a hospital stay.  Also see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HospitalRoomStay&quot; class=&quot;cyc_term&quot;&gt;HospitalRoomStay&lt;/a&gt; which only represents the stay in the room.</rdfs:comment>
    <rdfs:label xml:lang="en">hospital care</rdfs:label>
    <cycAnnot:label xml:lang="en">HospitalCareEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CleanupProductAndProductTypeVocabulary">
    <cycAnnot:label xml:lang="en">CleanupProductAndProductTypeVocabulary</cycAnnot:label>
    <rdfs:label xml:lang="en">clean up Product, ProductType, and related vocabulary.</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensSyncSwimmingDuet">
    <cycAnnot:label xml:lang="en">OlympicWomensSyncSwimmingDuet</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Women&apos;s Synchronized Swimming Duet</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SecurityPractice_PasswordManagementProgram">
    <cycAnnot:label xml:lang="en">SecurityPractice-PasswordManagementProgram</cycAnnot:label>
    <rdfs:label xml:lang="en">password management program</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_methanol">
    <cycAnnot:label xml:lang="en">(GainingControlOfFn MethylAlcohol)</cycAnnot:label>
    <rdfs:label xml:lang="en">gaining control of methanol</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Mine_removal">
    <rdfs:label xml:lang="en">mine removal</rdfs:label>
    <cycAnnot:label xml:lang="en">(RemovalFn Mine-Weapon)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BoundingOverwatch">
    <rdfs:comment xml:lang="en">The collection of all bounding overwatches. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Overwatch&quot; class=&quot;cyc_term&quot;&gt;Overwatch&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryTask_Offensive&quot; class=&quot;cyc_term&quot;&gt;MilitaryTask_Offensive&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BoundingOverwatch&quot; class=&quot;cyc_term&quot;&gt;BoundingOverwatch&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryTaskedActionType&quot; class=&quot;cyc_term&quot;&gt;MilitaryTaskedActionType&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">BoundingOverwatch</cycAnnot:label>
    <rdfs:label xml:lang="en">bounding overwatch</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CommunicatingSpecification">
    <rdfs:label xml:lang="en">defining</rdfs:label>
    <cycAnnot:label xml:lang="en">CommunicatingSpecification</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_Danish_Tarok">
    <rdfs:label xml:lang="en">game of Danish Tarok</rdfs:label>
    <cycAnnot:label xml:lang="en">(GameFn DanishTarok-CardGame)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CashTransaction">
    <cycAnnot:label xml:lang="en">CashTransaction</cycAnnot:label>
    <rdfs:label xml:lang="en">cash transaction</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MonetaryExchangeOfUserRights&quot; class=&quot;cyc_term&quot;&gt;MonetaryExchangeOfUserRights&lt;/a&gt; in which the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/objectTendered&quot; class=&quot;cyc_term&quot;&gt;objectTendered&lt;/a&gt; is either an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Currency&quot; class=&quot;cyc_term&quot;&gt;Currency&lt;/a&gt; or a lot (a &apos;mob&apos;) of instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Currency&quot; class=&quot;cyc_term&quot;&gt;Currency&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Metamorphosis_Insect">
    <cycAnnot:label xml:lang="en">Metamorphosis-Insect</cycAnnot:label>
    <rdfs:label xml:lang="en">metamorphosis</rdfs:label>
    <rdfs:comment xml:lang="en">The extended event during which a larval insect changes to the adult form of its species.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_counterfeit_currency">
    <cycAnnot:label xml:lang="en">(MakingFn (ImitationOfCollectionFn Currency))</cycAnnot:label>
    <rdfs:label xml:lang="en">making counterfeit currency</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FlyweightGRWrestlingSportsEvent">
    <rdfs:comment xml:lang="en">A weight class of GRWrestlingSportsEvent</rdfs:comment>
    <cycAnnot:label xml:lang="en">FlyweightGRWrestlingSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">flyweight gr wrestling sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LayingABirdsEgg">
    <cycAnnot:label xml:lang="en">LayingABirdsEgg</cycAnnot:label>
    <rdfs:label xml:lang="en">laying an egg</rdfs:label>
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LayingABirdsEgg&quot; class=&quot;cyc_term&quot;&gt;LayingABirdsEgg&lt;/a&gt; is the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Collection&quot; class=&quot;cyc_term&quot;&gt;Collection&lt;/a&gt;  of all &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Action&quot; class=&quot;cyc_term&quot;&gt;Action&lt;/a&gt;s of
laying a bird&apos;s egg.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_surface_watercraft">
    <rdfs:label xml:lang="en">buying surface watercraft</rdfs:label>
    <cycAnnot:label xml:lang="en">(BuyingFn Watercraft-Surface)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SurgicalProcedure">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Surgery&quot; class=&quot;cyc_term&quot;&gt;Surgery&lt;/a&gt; (q.v.).  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SurgicalProcedure&quot; class=&quot;cyc_term&quot;&gt;SurgicalProcedure&lt;/a&gt; is the collection of all surgical procedures.  Generally, a surgical procedure is a subevent of a surgery event.  A surgery may have many surgical procedures as immediate subevents and surgical procedures themselves may have surgical procedures as subevents.</rdfs:comment>
    <rdfs:label xml:lang="en">surgical procedure</rdfs:label>
    <cycAnnot:label xml:lang="en">SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AwardsCeremony">
    <cycAnnot:label xml:lang="en">AwardsCeremony</cycAnnot:label>
    <rdfs:label xml:lang="en">awards ceremony</rdfs:label>
    <rdfs:comment xml:lang="en">A ceremony at which the focal participant(s) receives an award recognizing an accomplishment.  Sometimes they do not know beforehand that they will receive this award.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DrySeason">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SeasonOfYear&quot; class=&quot;cyc_term&quot;&gt;SeasonOfYear&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DrySeason&quot; class=&quot;cyc_term&quot;&gt;DrySeason&lt;/a&gt; is the driest season of the year in a particular region during an annual climate cycle (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AnnualClimateCycle&quot; class=&quot;cyc_term&quot;&gt;AnnualClimateCycle&lt;/a&gt;). Note that &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DrySeason&quot; class=&quot;cyc_term&quot;&gt;DrySeason&lt;/a&gt; is _not_ a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CalendarSeason&quot; class=&quot;cyc_term&quot;&gt;CalendarSeason&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">dry season</rdfs:label>
    <cycAnnot:label xml:lang="en">DrySeason</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ManagementConsulting">
    <cycAnnot:label xml:lang="en">ManagementConsulting</cycAnnot:label>
    <rdfs:comment xml:lang="en">A constant on which to hang the phrase &apos;management consulting&apos; for HotBot.</rdfs:comment>
    <rdfs:label xml:lang="en">management consulting</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Creation_of_implosion_detonating_nuclear_fission_weapons_by_means_of_assembling">
    <cycAnnot:label xml:lang="en">(CreationByMethodFn FissionWeapon-ImplosionMethod Assembling)</cycAnnot:label>
    <rdfs:label xml:lang="en">creation of implosion-detonating nuclear fission weapons by means of assembling</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SocialRitual">
    <rdfs:comment xml:lang="en">A specialization of both &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SocialGathering&quot; class=&quot;cyc_term&quot;&gt;SocialGathering&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Ritual&quot; class=&quot;cyc_term&quot;&gt;Ritual&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SocialRitual&quot; class=&quot;cyc_term&quot;&gt;SocialRitual&lt;/a&gt; is a ritual performed by two or more people.  Specializations of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SocialRitual&quot; class=&quot;cyc_term&quot;&gt;SocialRitual&lt;/a&gt; include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GraduationCeremony&quot; class=&quot;cyc_term&quot;&gt;GraduationCeremony&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AwardsCeremony&quot; class=&quot;cyc_term&quot;&gt;AwardsCeremony&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Parade&quot; class=&quot;cyc_term&quot;&gt;Parade&lt;/a&gt;, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Funeral&quot; class=&quot;cyc_term&quot;&gt;Funeral&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">social ritual</rdfs:label>
    <cycAnnot:label xml:lang="en">SocialRitual</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Training_to_be_a_doctor">
    <rdfs:label xml:lang="en">training to be a doctor</rdfs:label>
    <cycAnnot:label xml:lang="en">(TrainingFn Doctor-Medical)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HeavyweightWeightliftingSportsEvent">
    <rdfs:comment xml:lang="en">A weight class of WeightliftingSportsEvent</rdfs:comment>
    <cycAnnot:label xml:lang="en">HeavyweightWeightliftingSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">heavyweight weightlifting sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PommelHorseSportsEvent">
    <rdfs:comment xml:lang="en">The collection of gymnastic events on the PommelHorse.</rdfs:comment>
    <cycAnnot:label xml:lang="en">PommelHorseSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">pommel horse event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EmergencyFireResponse">
    <rdfs:label xml:lang="en">emergency fire response</rdfs:label>
    <cycAnnot:label xml:lang="en">EmergencyFireResponse</cycAnnot:label>
    <rdfs:comment xml:lang="en">Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EmergencyFireResponse&quot; class=&quot;cyc_term&quot;&gt;EmergencyFireResponse&lt;/a&gt; involves a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FireDepartment&quot; class=&quot;cyc_term&quot;&gt;FireDepartment&lt;/a&gt; sending a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FireTruck&quot; class=&quot;cyc_term&quot;&gt;FireTruck&lt;/a&gt; to the location of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FireEmergency&quot; class=&quot;cyc_term&quot;&gt;FireEmergency&lt;/a&gt; and rendering aid.  This might involve putting out a fire, giving medical care, or rescuing someone.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OtherSurgicalProcedure">
    <rdfs:label xml:lang="en">other surgical procedure</rdfs:label>
    <cycAnnot:label xml:lang="en">OtherSurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_AS_7_Kerry_cruise_missiles">
    <rdfs:label xml:lang="en">making AS-7 Kerry cruise missiles</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn CruiseMissile-AS7Kerry)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SearchAndClear_Woods_Military">
    <rdfs:label xml:lang="en">woods search and clear mission</rdfs:label>
    <cycAnnot:label xml:lang="en">SearchAndClear-Woods-Military</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Ventriculotomy_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">Ventriculotomy-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">ventriculotomy</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CommercialBoating">
    <cycAnnot:label xml:lang="en">CommercialBoating</cycAnnot:label>
    <rdfs:comment xml:lang="en">Boating done for subsistence or financial gain.</rdfs:comment>
    <rdfs:label xml:lang="en">commercial boating</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SeminarSeries">
    <rdfs:comment xml:lang="en">The collection of all seminars. A type of group of meetings, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SocialGathering&quot; class=&quot;cyc_term&quot;&gt;SocialGathering&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Education&quot; class=&quot;cyc_term&quot;&gt;Education&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EventSeries&quot; class=&quot;cyc_term&quot;&gt;EventSeries&lt;/a&gt;, and group of formal lectures.</rdfs:comment>
    <rdfs:label xml:lang="en">seminar</rdfs:label>
    <cycAnnot:label xml:lang="en">SeminarSeries</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Hysterectomy">
    <rdfs:comment xml:lang="en">the surgical procedure in which the uterus is removed.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Hysterectomy</cycAnnot:label>
    <rdfs:label xml:lang="en">hysterectomy</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_ethenylene">
    <cycAnnot:label xml:lang="en">(GainingControlOfFn Acetylene)</cycAnnot:label>
    <rdfs:label xml:lang="en">gaining control of ethenylene</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CardiacExplorationOnly_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">CardiacExplorationOnly-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">exploration only</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EliminatingAComputerVirus">
    <rdfs:comment xml:lang="en">A collection of events and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerActivity&quot; class=&quot;cyc_term&quot;&gt;ComputerActivity&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationRemoving&quot; class=&quot;cyc_term&quot;&gt;InformationRemoving&lt;/a&gt;. In each instance of this collection, computer virus(es) are removed from some information storage device (most likely a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerStorageDevice&quot; class=&quot;cyc_term&quot;&gt;ComputerStorageDevice&lt;/a&gt;) via the use of an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AntiVirusProgram&quot; class=&quot;cyc_term&quot;&gt;AntiVirusProgram&lt;/a&gt;. For the human activity of running an anti-virus program, see (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HumanInitiatedFn&quot; class=&quot;cyc_term&quot;&gt;HumanInitiatedFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EliminatingAComputerVirus&quot; class=&quot;cyc_term&quot;&gt;EliminatingAComputerVirus&lt;/a&gt;).</rdfs:comment>
    <cycAnnot:label xml:lang="en">EliminatingAComputerVirus</cycAnnot:label>
    <rdfs:label xml:lang="en">eliminating a computer virus</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SortingPhysicalObjects">
    <cycAnnot:label xml:lang="en">SortingPhysicalObjects</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DistributionEvent&quot; class=&quot;cyc_term&quot;&gt;DistributionEvent&lt;/a&gt;: the collection of all events in which some agent(s) sorts some objects by physically moving them.  Se also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SortingSomethingMentally&quot; class=&quot;cyc_term&quot;&gt;SortingSomethingMentally&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">sorting objects</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Election">
    <cycAnnot:label xml:lang="en">Election</cycAnnot:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Vote_CollectiveDecision&quot; class=&quot;cyc_term&quot;&gt;Vote_CollectiveDecision&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Competition&quot; class=&quot;cyc_term&quot;&gt;Competition&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Election&quot; class=&quot;cyc_term&quot;&gt;Election&lt;/a&gt; is an event in which members of an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Organization&quot; class=&quot;cyc_term&quot;&gt;Organization&lt;/a&gt; cast votes to determine who, out of a group of candidates, will hold some position in that organization.  Important specializations of this collection include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ElectionForOffice&quot; class=&quot;cyc_term&quot;&gt;ElectionForOffice&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PrimaryElection&quot; class=&quot;cyc_term&quot;&gt;PrimaryElection&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">election</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NCAABasketballTournament">
    <rdfs:comment xml:lang="en">The annual &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/NationalCollegiateAthleticAssociation&quot; class=&quot;cyc_term&quot;&gt;NationalCollegiateAthleticAssociation&lt;/a&gt; Basketball tournaments, both men&apos;s and women&apos;s.  Held to determine the best men&apos;s and women&apos;s teams in the country</rdfs:comment>
    <cycAnnot:label xml:lang="en">NCAABasketballTournament</cycAnnot:label>
    <rdfs:label xml:lang="en">NCAA tournament</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_NordicCombinedSportsEvent">
    <cycAnnot:label xml:lang="en">PlayingOf-NordicCombinedSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">playing of nordic combined sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BiologicalMaturationEvent">
    <rdfs:comment xml:lang="en">A collection of events.  In each &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BiologicalMaturationEvent&quot; class=&quot;cyc_term&quot;&gt;BiologicalMaturationEvent&lt;/a&gt;, a living thing undergoes biological processes and changes from its species&apos; juvenile form to its species&apos; mature form.  In humans, this means reaching puberty; i.e., &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Puberty&quot; class=&quot;cyc_term&quot;&gt;Puberty&lt;/a&gt; is a subset of this collection.  Note that many episodes of maturation are accompanied by growth, but not all are (e.g., the final stages of seed maturation, during which the seed loses water and actually shrinks in size).</rdfs:comment>
    <rdfs:label xml:lang="en">maturing</rdfs:label>
    <cycAnnot:label xml:lang="en">BiologicalMaturationEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Obtaining_Device_State_Fn_electrical_household_appliance_device_state_rinsing">
    <rdfs:label xml:lang="en">Obtaining Device State Fn electrical household appliance device state rinsing</rdfs:label>
    <cycAnnot:label xml:lang="en">(ObtainingDeviceStateFn ElectricalHouseholdAppliance DeviceState-Rinsing)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TerroristCoordinatedMultipleBombAttackOnCivilians">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TerroristAttack&quot; class=&quot;cyc_term&quot;&gt;TerroristAttack&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Bombing&quot; class=&quot;cyc_term&quot;&gt;Bombing&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TerroristCoordinatedMultipleBombAttackOnCivilians&quot; class=&quot;cyc_term&quot;&gt;TerroristCoordinatedMultipleBombAttackOnCivilians&lt;/a&gt; is an attack in which more than one explosive is detonated in a coordinated fashion, resulting in the deaths of civilians.  A positive example is &lt;font color=&quot;#ff0000&quot;&gt;#$TerroristAttack-11-mar-2004-Madrid-Spain&lt;/font&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">TerroristCoordinatedMultipleBombAttackOnCivilians</cycAnnot:label>
    <rdfs:label xml:lang="en">coordinated multiple bomb terrorist attack</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DegradationEvent">
    <cycAnnot:label xml:lang="en">DegradationEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">decay</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Evaluation_of_credit_worthiness">
    <rdfs:label xml:lang="en">evaluation of credit worthiness</rdfs:label>
    <cycAnnot:label xml:lang="en">(EvaluatingFn CreditWorthiness)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TransnationalCrime">
    <cycAnnot:label xml:lang="en">TransnationalCrime</cycAnnot:label>
    <rdfs:label xml:lang="en">international crime</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ChangingOil">
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MaintainingSomething&quot; class=&quot;cyc_term&quot;&gt;MaintainingSomething&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ReplacingAnObject&quot; class=&quot;cyc_term&quot;&gt;ReplacingAnObject&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChangingOil&quot; class=&quot;cyc_term&quot;&gt;ChangingOil&lt;/a&gt; is an event in which someone drains the old &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MotorOil&quot; class=&quot;cyc_term&quot;&gt;MotorOil&lt;/a&gt; from an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InternalCombustionEngine&quot; class=&quot;cyc_term&quot;&gt;InternalCombustionEngine&lt;/a&gt; (typically, one that is part of a motorized vehicle) and replaces it with fresh &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MotorOil&quot; class=&quot;cyc_term&quot;&gt;MotorOil&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ChangingOil</cycAnnot:label>
    <rdfs:label xml:lang="en">changing a motor vehicle&apos;s oil</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MedicalCollegeAdmissionTest">
    <rdfs:label xml:lang="en">MCAT</rdfs:label>
    <cycAnnot:label xml:lang="en">MedicalCollegeAdmissionTest</cycAnnot:label>
    <rdfs:comment xml:lang="en">The &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MedicalCollegeAdmissionTest&quot; class=&quot;cyc_term&quot;&gt;MedicalCollegeAdmissionTest&lt;/a&gt; is a test administered by the American Association of Medical Colleges to assess a student&apos;s ability to complete medical school.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ArtilleryFire">
    <rdfs:comment xml:lang="en">An important specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackingByFire&quot; class=&quot;cyc_term&quot;&gt;AttackingByFire&lt;/a&gt;, all instances of which are performed by some instance &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ArtilleryUnit_MilitarySpecialty&quot; class=&quot;cyc_term&quot;&gt;ArtilleryUnit_MilitarySpecialty&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">artillery fire</rdfs:label>
    <cycAnnot:label xml:lang="en">ArtilleryFire</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FixingAndIsolatingCabinOccupants">
    <rdfs:comment xml:lang="en">An instance of TemporalObjectType and a specialization of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FixingAndIsolatingAgents&quot; class=&quot;cyc_term&quot;&gt;FixingAndIsolatingAgents&lt;/a&gt;. Each instance of
FixingAndIsolatingCabinOccupants is an event in which the
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/locationOfMaleficiaries&quot; class=&quot;cyc_term&quot;&gt;locationOfMaleficiaries&lt;/a&gt; is an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AirplaneCabin&quot; class=&quot;cyc_term&quot;&gt;AirplaneCabin&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">FixingAndIsolatingCabinOccupants</cycAnnot:label>
    <rdfs:label xml:lang="en">fixing and isolating cabin occupants</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensLightHeavyweightWeightlifting">
    <cycAnnot:label xml:lang="en">OlympicMensLightHeavyweightWeightlifting</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens Light Heavyweight Weightlifting</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FailingToMakeAPayment">
    <cycAnnot:label xml:lang="en">FailingToMakeAPayment</cycAnnot:label>
    <rdfs:label xml:lang="en">failing to make a payment</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HumanActivity&quot; class=&quot;cyc_term&quot;&gt;HumanActivity&lt;/a&gt;. Each instance of this
collection is a situation in which an agent does not make a payment
owed. This collection is agnostic as to whether the agent is
intentionally withholding the payment. Notable specializations of this
collection include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DefaultingOnLoan&quot; class=&quot;cyc_term&quot;&gt;DefaultingOnLoan&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PaymentHoliday_Mortgage&quot; class=&quot;cyc_term&quot;&gt;PaymentHoliday_Mortgage&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ShortDistanceRunningEvent">
    <rdfs:comment xml:lang="en">A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RunningSportsEvent&quot; class=&quot;cyc_term&quot;&gt;RunningSportsEvent&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ShortDistanceRunningEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">short distance running event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EightShellRowingSportsEvent">
    <cycAnnot:label xml:lang="en">EightShellRowingSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">eight shell rowing sports event</rdfs:label>
    <rdfs:comment xml:lang="en">The rowing sports events in which shells are propelled by eight rowers with one oar each (four row port, four starboard), directed by a coxswain.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PassageOfLines_Forward">
    <rdfs:label xml:lang="en">forward passage of lines</rdfs:label>
    <cycAnnot:label xml:lang="en">PassageOfLines-Forward</cycAnnot:label>
    <rdfs:comment xml:lang="en">Forward passage of lines occurs when a unit passes through another (friendly) unit&apos;s positions while moving toward the enemy.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SkiJumpLargeSportsEvent">
    <cycAnnot:label xml:lang="en">SkiJumpLargeSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">The large hill ski jump event</rdfs:comment>
    <rdfs:label xml:lang="en">ski jump large sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OverpayingTheBalanceDueOnAnAccount">
    <cycAnnot:label xml:lang="en">OverpayingTheBalanceDueOnAnAccount</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of instances of payments towards an account that are overpayments -- i.e., they set the balance below zero, often resulting in monies being owed the account holder.</rdfs:comment>
    <rdfs:label xml:lang="en">overpaying the balance due on an account</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AskingWhetherOneHasEaten">
    <cycAnnot:label xml:lang="en">AskingWhetherOneHasEaten</cycAnnot:label>
    <rdfs:label xml:lang="en">asking whether one has eaten</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events in which some agent asks somene whether one has eaten.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Rally">
    <rdfs:label xml:lang="en">rally</rdfs:label>
    <cycAnnot:label xml:lang="en">Rally</cycAnnot:label>
    <rdfs:comment xml:lang="en">A large gathering of people to show and generate support of a specific cause</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_sodium_sulfide">
    <cycAnnot:label xml:lang="en">(GainingControlOfFn SodiumSulfide)</cycAnnot:label>
    <rdfs:label xml:lang="en">gaining control of sodium sulfide</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BalanceSheetDay">
    <rdfs:label xml:lang="en">balance sheet day</rdfs:label>
    <cycAnnot:label xml:lang="en">BalanceSheetDay</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RevealingInformation&quot; class=&quot;cyc_term&quot;&gt;RevealingInformation&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BalanceSheetDay&quot; class=&quot;cyc_term&quot;&gt;BalanceSheetDay&lt;/a&gt; is an event in which an agent (usually a legal corporation) submits its balance sheet (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BalanceSheet&quot; class=&quot;cyc_term&quot;&gt;BalanceSheet&lt;/a&gt;).</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensLongJump">
    <cycAnnot:label xml:lang="en">OlympicWomensLongJump</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic women&apos;s long jump</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Spleen_removal">
    <cycAnnot:label xml:lang="en">(RemovalFn Spleen)</cycAnnot:label>
    <rdfs:label xml:lang="en">spleen removal</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PuttingUpAWebsite">
    <rdfs:comment xml:lang="en">A subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransferIn&quot; class=&quot;cyc_term&quot;&gt;TransferIn&lt;/a&gt; in which an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WorldWideWebSite&quot; class=&quot;cyc_term&quot;&gt;WorldWideWebSite&lt;/a&gt; is information added to the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WorldWideWeb_DynamicIndexedInfoSource&quot; class=&quot;cyc_term&quot;&gt;WorldWideWeb_DynamicIndexedInfoSource&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">putting up a website</rdfs:label>
    <cycAnnot:label xml:lang="en">PuttingUpAWebsite</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensDoublesTableTennisCompetition">
    <rdfs:label xml:lang="en">Olympic mens&apos; doubles table tennis competition</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensDoublesTableTennisCompetition</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TransportWithMotorizedLandVehicle">
    <rdfs:comment xml:lang="en">A collection of transportation events; a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ControllingATransportationDevice&quot; class=&quot;cyc_term&quot;&gt;ControllingATransportationDevice&lt;/a&gt;.  An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransportWithMotorizedLandVehicle&quot; class=&quot;cyc_term&quot;&gt;TransportWithMotorizedLandVehicle&lt;/a&gt; is a transportation event that takes place on land using a motorized vehicle as the transporter.  Examples include instances of the collections &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OffRoadMotorcycleRiding&quot; class=&quot;cyc_term&quot;&gt;OffRoadMotorcycleRiding&lt;/a&gt; and some of the various &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransportViaFn&quot; class=&quot;cyc_term&quot;&gt;TransportViaFn&lt;/a&gt;s.</rdfs:comment>
    <rdfs:label xml:lang="en">transporting by motorized land vehicle</rdfs:label>
    <cycAnnot:label xml:lang="en">TransportWithMotorizedLandVehicle</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="StandingDive">
    <rdfs:label xml:lang="en">standing dive</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of dives in which the diver stands at the edge of the board or plaform before take-off.</rdfs:comment>
    <cycAnnot:label xml:lang="en">StandingDive</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Cyc_BasedProject">
    <rdfs:label xml:lang="en">Cyc-based project</rdfs:label>
    <cycAnnot:label xml:lang="en">Cyc-BasedProject</cycAnnot:label>
    <rdfs:comment xml:lang="en">Collection whose instances represent 
projects based on Cyc.  Used to categorize and organize terms and assertions. 
An example project is &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OpenCycProject&quot; class=&quot;cyc_term&quot;&gt;OpenCycProject&lt;/a&gt;.  See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/myCreationPurpose&quot; class=&quot;cyc_term&quot;&gt;myCreationPurpose&lt;/a&gt; and
&lt;font color=&quot;#ff0000&quot;&gt;#$assertionAssertPurpose&lt;/font&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ConfirmationInOrganization">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OrganizationalTransferIn&quot; class=&quot;cyc_term&quot;&gt;OrganizationalTransferIn&lt;/a&gt; (q.v.).  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ConfirmationInOrganization&quot; class=&quot;cyc_term&quot;&gt;ConfirmationInOrganization&lt;/a&gt; is an action in which some applicant or nominee for membership in an organization is officially approved for membership; it involves an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Evaluating&quot; class=&quot;cyc_term&quot;&gt;Evaluating&lt;/a&gt; (in which the applicant/nominee is judged with respect to the organization&apos;s membership criteria) and then an instance of &lt;font color=&quot;#ff0000&quot;&gt;#$Accept&lt;/font&gt; (in which it is decided that the evaluee meets the criteria).  Upon confirmation, the agent becomes a member of 
the organization.
&lt;p/&gt;
See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ConfirmationForAPosition&quot; class=&quot;cyc_term&quot;&gt;ConfirmationForAPosition&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">confirmation in organization</rdfs:label>
    <cycAnnot:label xml:lang="en">ConfirmationInOrganization</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_TrackRelayRace">
    <cycAnnot:label xml:lang="en">PlayingOf-TrackRelayRace</cycAnnot:label>
    <rdfs:label xml:lang="en">playing of track relay race</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Tri_svr_SurgicalProcedure">
    <rdfs:label xml:lang="en">tri-svr procedure</rdfs:label>
    <cycAnnot:label xml:lang="en">Tri-svr-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_rummy">
    <cycAnnot:label xml:lang="en">(GameFn Rummy)</cycAnnot:label>
    <rdfs:label xml:lang="en">game of rummy</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlacementOfAcornDevice_SurgicalProcedure">
    <rdfs:label xml:lang="en">acorn device placement</rdfs:label>
    <cycAnnot:label xml:lang="en">PlacementOfAcornDevice-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FilingTaxes">
    <rdfs:comment xml:lang="en">The action of providing the government with ones tax return.</rdfs:comment>
    <cycAnnot:label xml:lang="en">FilingTaxes</cycAnnot:label>
    <rdfs:label xml:lang="en">filing taxes</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DeclaringConceptRelevanceOrIrrelevance_ByCyc">
    <rdfs:label xml:lang="en">declaring concept relevance or irrelevance by cyc</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Evaluating&quot; class=&quot;cyc_term&quot;&gt;Evaluating&lt;/a&gt;.  Each instance of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeclaringConceptRelevanceOrIrrelevance_ByCyc&quot; class=&quot;cyc_term&quot;&gt;DeclaringConceptRelevanceOrIrrelevance_ByCyc&lt;/a&gt; is an event in which Cyc
declares that a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Thing&quot; class=&quot;cyc_term&quot;&gt;Thing&lt;/a&gt; (typically, a quoted instance of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CycLExpression&quot; class=&quot;cyc_term&quot;&gt;CycLExpression&lt;/a&gt;) is either relevant or irrelevant with regard to the
performance of a particular &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PurposefulAction&quot; class=&quot;cyc_term&quot;&gt;PurposefulAction&lt;/a&gt;, such as the completion
of an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Assignment_Specification&quot; class=&quot;cyc_term&quot;&gt;Assignment_Specification&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">DeclaringConceptRelevanceOrIrrelevance-ByCyc</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AcknowledgingUserInput">
    <rdfs:comment xml:lang="en">The collection of all events in which an instance of &lt;font color=&quot;#ff0000&quot;&gt;#$SoftwareAgent&lt;/font&gt; acknowledges input from an interactive user of an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerProcessRunning&quot; class=&quot;cyc_term&quot;&gt;ComputerProcessRunning&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">acknowledging user input</rdfs:label>
    <cycAnnot:label xml:lang="en">AcknowledgingUserInput</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Measure_of_air_pressure">
    <rdfs:label xml:lang="en">measure of air pressure</rdfs:label>
    <cycAnnot:label xml:lang="en">(MeasuringFn AirPressure)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingACardGame">
    <rdfs:label xml:lang="en">playing a card game</rdfs:label>
    <cycAnnot:label xml:lang="en">PlayingACardGame</cycAnnot:label>
    <rdfs:comment xml:lang="en">Playing a game involving a deck of cards.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BatikDyeing">
    <cycAnnot:label xml:lang="en">BatikDyeing</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of cloth dyeing events whose purpose is the production of 
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BatikCloth&quot; class=&quot;cyc_term&quot;&gt;BatikCloth&lt;/a&gt;</rdfs:comment>
    <rdfs:label xml:lang="en">battiking</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FemaleProfessionalWrestlingEvent">
    <rdfs:label xml:lang="en">female wrestling</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ProfessionalWrestlingEvent&quot; class=&quot;cyc_term&quot;&gt;ProfessionalWrestlingEvent&lt;/a&gt;s involving  female wrestlers.</rdfs:comment>
    <cycAnnot:label xml:lang="en">FemaleProfessionalWrestlingEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LightweightFSWrestlingSportsEvent">
    <cycAnnot:label xml:lang="en">LightweightFSWrestlingSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">A weight class of FSWrestlingSportsEvent</rdfs:comment>
    <rdfs:label xml:lang="en">lightweight fs wrestling sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FasteningSafetyBelt">
    <cycAnnot:label xml:lang="en">FasteningSafetyBelt</cycAnnot:label>
    <rdfs:comment xml:lang="en">The putting on of a safety belt in order to secure a passenger in a motor vehicle or similar device.</rdfs:comment>
    <rdfs:label xml:lang="en">safety belt fastening</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PuttingMoneyIntoAMachine">
    <rdfs:label xml:lang="en">putting money into a machine</rdfs:label>
    <rdfs:comment xml:lang="en">The act of manually inserting currency into a machine, e.g. a soft drink machine, a parking meter, a slot machine.</rdfs:comment>
    <cycAnnot:label xml:lang="en">PuttingMoneyIntoAMachine</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EarNoseAndThroatCareEvent">
    <cycAnnot:label xml:lang="en">EarNoseAndThroatCareEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">ear nose and throat care event</rdfs:label>
    <rdfs:comment xml:lang="en">The treatment or prevention of ear, nose and throat problems.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Bartering">
    <rdfs:label xml:lang="en">barter</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of transactions between two &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt;s in which one &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; gives items or services to another &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt;, and the other &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; gives items or services in return, and neither of the items or services is money, credit, or payment of money.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Bartering</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Punishing">
    <rdfs:comment xml:lang="en">Elements of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Punishing&quot; class=&quot;cyc_term&quot;&gt;Punishing&lt;/a&gt; are events which one agent does to another agent in return for some offense.</rdfs:comment>
    <rdfs:label xml:lang="en">punishing</rdfs:label>
    <cycAnnot:label xml:lang="en">Punishing</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensPlatformDiving">
    <cycAnnot:label xml:lang="en">OlympicWomensPlatformDiving</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Womens Platform Diving</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensKM10CombinedPursuit">
    <rdfs:label xml:lang="en">Olympic Women&apos;s 10 kilometer Combined Pursuit</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicWomensKM10CombinedPursuit</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FillingANewPrescription_MailOrder">
    <rdfs:comment xml:lang="en">The collection of all events in which a new &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DrugPrescription&quot; class=&quot;cyc_term&quot;&gt;DrugPrescription&lt;/a&gt; is filled by a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MailOrderPharmacy&quot; class=&quot;cyc_term&quot;&gt;MailOrderPharmacy&lt;/a&gt;; a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FillingAPrescription_MailOrder&quot; class=&quot;cyc_term&quot;&gt;FillingAPrescription_MailOrder&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FillingANewPrescription&quot; class=&quot;cyc_term&quot;&gt;FillingANewPrescription&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">FillingANewPrescription-MailOrder</cycAnnot:label>
    <rdfs:label xml:lang="en">filling a new prescription mail order</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HavingBreakfast">
    <rdfs:comment xml:lang="en">The collection of events in which someone has breakfast.</rdfs:comment>
    <cycAnnot:label xml:lang="en">HavingBreakfast</cycAnnot:label>
    <rdfs:label xml:lang="en">breakfast</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Repair_FibrousTrigone_SurgicalProcedure">
    <rdfs:label xml:lang="en">fibrous trigonal repair</rdfs:label>
    <cycAnnot:label xml:lang="en">Repair-FibrousTrigone-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OpeningAnAccountOnline">
    <cycAnnot:label xml:lang="en">OpeningAnAccountOnline</cycAnnot:label>
    <rdfs:label xml:lang="en">opening an account online</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all events in which someone opens a bank
account on line.  According to the Motley Fool Online Banking Center
(http://www.fool.co.uk/banking/whychange.htm): &apos;It&apos;s usually very
simple these days to open an account online. You just log on, answer
the various questions, provide a password and print off the completed
form for signing. If you can&apos;t print it off, they&apos;ll do it for you and
fire it off to you in the post. (A real signature is a legal
requirement at the moment so you will have to put pen to paper in the
early stages).&apos;</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OfferingABribe">
    <rdfs:label xml:lang="en">bribery</rdfs:label>
    <cycAnnot:label xml:lang="en">OfferingABribe</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of actions.  In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OfferingABribe&quot; class=&quot;cyc_term&quot;&gt;OfferingABribe&lt;/a&gt;, some agent offers an inducement to another agent who has the power to do something that the first agent wants.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EvaluatingAnAction">
    <rdfs:comment xml:lang="en">The collection of actions taken to determine how well something or someone (the &lt;font color=&quot;#ff0000&quot;&gt;#$thingEvaluated&lt;/font&gt;) is performing the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/evaluatedAction&quot; class=&quot;cyc_term&quot;&gt;evaluatedAction&lt;/a&gt;.  Some of the rules depend on the requirement that only one action may be evaluated in an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EvaluatingAnAction&quot; class=&quot;cyc_term&quot;&gt;EvaluatingAnAction&lt;/a&gt;.  This is enforced by a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SingleEntry&quot; class=&quot;cyc_term&quot;&gt;SingleEntry&lt;/a&gt; constraint on &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/evaluatedAction&quot; class=&quot;cyc_term&quot;&gt;evaluatedAction&lt;/a&gt;.  Nonetheless, a performer can evaluate many people or things performing an action.  So if we want to say that a performer is evaluating many actions we would assert that it is performing many evaluating&apos;s, each mapping to a unique action.</rdfs:comment>
    <cycAnnot:label xml:lang="en">EvaluatingAnAction</cycAnnot:label>
    <rdfs:label xml:lang="en">evaluating an action</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Muffler_repair">
    <cycAnnot:label xml:lang="en">(RepairingFn Muffler-VehiclePart)</cycAnnot:label>
    <rdfs:label xml:lang="en">muffler repair</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_SwimmingSportsEvent">
    <rdfs:label xml:lang="en">swimming event</rdfs:label>
    <cycAnnot:label xml:lang="en">PlayingOf-SwimmingSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Sharing">
    <rdfs:label xml:lang="en">sharing</rdfs:label>
    <cycAnnot:label xml:lang="en">Sharing</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events; a subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MakingSomethingAvailable&quot; class=&quot;cyc_term&quot;&gt;MakingSomethingAvailable&lt;/a&gt; (among other supercollections).  In an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sharing&quot; class=&quot;cyc_term&quot;&gt;Sharing&lt;/a&gt;, one &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; receives &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PrimaryRoleUseRights&quot; class=&quot;cyc_term&quot;&gt;PrimaryRoleUseRights&lt;/a&gt; over an object for a limited time from another &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt;, who doesn&apos;t give up his or her own right to use it, too (but does give up exclusive right to it).  Cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BorrowingSomething&quot; class=&quot;cyc_term&quot;&gt;BorrowingSomething&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GeologicalTimePeriod">
    <rdfs:label xml:lang="en">geological time period</rdfs:label>
    <cycAnnot:label xml:lang="en">GeologicalTimePeriod</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of significant continuous periods of geological time on earth.  The largest divisions are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeologicalEra&quot; class=&quot;cyc_term&quot;&gt;GeologicalEra&lt;/a&gt;s (the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Precambrian_GeologicalEra&quot; class=&quot;cyc_term&quot;&gt;Precambrian_GeologicalEra&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Palaeozoic_GeologicalEra&quot; class=&quot;cyc_term&quot;&gt;Palaeozoic_GeologicalEra&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Mesozoic_GeologicalEra&quot; class=&quot;cyc_term&quot;&gt;Mesozoic_GeologicalEra&lt;/a&gt;, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cenozoic_GeologicalEra&quot; class=&quot;cyc_term&quot;&gt;Cenozoic_GeologicalEra&lt;/a&gt;); these are subdivided into &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeologicalPeriod&quot; class=&quot;cyc_term&quot;&gt;GeologicalPeriod&lt;/a&gt;s and the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Tertiary_GeologicalPeriod&quot; class=&quot;cyc_term&quot;&gt;Tertiary_GeologicalPeriod&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Quaternary_GeologicalPeriod&quot; class=&quot;cyc_term&quot;&gt;Quaternary_GeologicalPeriod&lt;/a&gt; (the two periods of the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cenozoic_GeologicalEra&quot; class=&quot;cyc_term&quot;&gt;Cenozoic_GeologicalEra&lt;/a&gt;) are further subdivided into &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeologicalEpoch&quot; class=&quot;cyc_term&quot;&gt;GeologicalEpoch&lt;/a&gt;s, which consist of several &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeologicalAge&quot; class=&quot;cyc_term&quot;&gt;GeologicalAge&lt;/a&gt;s.  The divisions are not uniform time intervals but are based mainly on major evolutionary changes. For example, at the beginning of the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cambrian_GeologicalPeriod&quot; class=&quot;cyc_term&quot;&gt;Cambrian_GeologicalPeriod&lt;/a&gt;, about 590 million years ago, marine organisms suddenly became abundant and varied.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SexualAssault">
    <cycAnnot:label xml:lang="en">SexualAssault</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SexualOffense&quot; class=&quot;cyc_term&quot;&gt;SexualOffense&lt;/a&gt;s in which somebody sexually assaults somebody else.</rdfs:comment>
    <rdfs:label xml:lang="en">sexual assault</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlanningAMurder">
    <rdfs:comment xml:lang="en">This is the collection of acts in which a murder is planned.  It is more general than &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PlanningTheKilling&quot; class=&quot;cyc_term&quot;&gt;PlanningTheKilling&lt;/a&gt;, which is the planning performed by the hitman.</rdfs:comment>
    <rdfs:label xml:lang="en">planning to kill</rdfs:label>
    <cycAnnot:label xml:lang="en">PlanningAMurder</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="JudgedSportsEvent">
    <rdfs:label xml:lang="en">judged sports event</rdfs:label>
    <rdfs:comment xml:lang="en">Judged sports event where judges provide the measurement of performance.  Of course, in many sports there are judges of some kind who interpret the rules.  The difference lies in the complexity of the rules, whether the judge is merely asked to verify a simple fact like a ball being inbounds at a certain time, or whether they are asked to evaluate one performance on many criteria and produce a particular score or scores.</rdfs:comment>
    <cycAnnot:label xml:lang="en">JudgedSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SexualReproductionEvent">
    <cycAnnot:label xml:lang="en">SexualReproductionEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">sexual reproduction</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BiologicalReproductionEvent&quot; class=&quot;cyc_term&quot;&gt;BiologicalReproductionEvent&lt;/a&gt;.  In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SexualReproductionEvent&quot; class=&quot;cyc_term&quot;&gt;SexualReproductionEvent&lt;/a&gt;, two &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/parentActors&quot; class=&quot;cyc_term&quot;&gt;parentActors&lt;/a&gt; produce one or more offspring.  Sexual activity which does not result in offspring is not included in this concept.  On the other hand, if offspring begin to develop, but never finish (e.g., it just hasn&apos;t finished yet, or the mother dies, or the offspring is aborted, or the offspring doesn&apos;t survive to independence, etc.), then that is still considered an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SexualReproductionEvent&quot; class=&quot;cyc_term&quot;&gt;SexualReproductionEvent&lt;/a&gt; but an incomplete one.
&lt;p/&gt;
The example of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SexualReproductionEvent&quot; class=&quot;cyc_term&quot;&gt;SexualReproductionEvent&lt;/a&gt; most familiar to most people is when two mammals, one male and one female, mate; sperm from the male combines with one or more eggs inside the female and the resulting offspring develop(s), inside the female parent and dependent upon her for nutrition, until it/they is/are born.  However, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SexualReproductionEvent&quot; class=&quot;cyc_term&quot;&gt;SexualReproductionEvent&lt;/a&gt; is more general than that, and would include these examples: Two birds mate; the female lays one or more eggs; both parents incubate the eggs until they hatch.  Two fish engage in courtship; the female expells her eggs; the male expells his sperm on top of them, and they swim away leaving many fertilized eggs to develop into juvenile fish.  One oak tree&apos;s flowers give off airborne pollen; some grains land on the stigma of another tree&apos;s flower and fertilize the ovary inside, which then develops into an acorn which is shed by the female parent at the end of summer.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ReproductiveFission">
    <rdfs:comment xml:lang="en">A collection of events in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cell&quot; class=&quot;cyc_term&quot;&gt;Cell&lt;/a&gt; splits into approximately identical organisms, each becoming a new independant organism.  After the DNA replication, the cell wall and plasma membrane grow inward and constrict the cell to divide it in two.  This is a common form of asexual reproduction in &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ProkaryoticCell&quot; class=&quot;cyc_term&quot;&gt;ProkaryoticCell&lt;/a&gt;s.</rdfs:comment>
    <rdfs:label xml:lang="en">reproductive fission</rdfs:label>
    <cycAnnot:label xml:lang="en">ReproductiveFission</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EnteringAContainer">
    <rdfs:label xml:lang="en">entry</rdfs:label>
    <cycAnnot:label xml:lang="en">EnteringAContainer</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events in which an object enters a container.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensHighJump">
    <cycAnnot:label xml:lang="en">OlympicMensHighJump</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens High Jump</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ThoracicHerniaRepair_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">ThoracicHerniaRepair-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">thoracic-chest hernia repair</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_softball">
    <rdfs:label xml:lang="en">playing softball</rdfs:label>
    <cycAnnot:label xml:lang="en">(PlayingFn Softball-TheGame)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KnowledgeEditingActivity">
    <rdfs:label xml:lang="en">KE-ing</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of human activities that are considered knowledge editing activities.</rdfs:comment>
    <cycAnnot:label xml:lang="en">KnowledgeEditingActivity</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SingleCompleteRunOfADevice">
    <cycAnnot:label xml:lang="en">SingleCompleteRunOfADevice</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events.  An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SingleCompleteRunOfADevice&quot; class=&quot;cyc_term&quot;&gt;SingleCompleteRunOfADevice&lt;/a&gt; is an event in which some device goes through exactly one complete cycle of the processes it normally executes.  In essence, the device starts up, runs for awhile (maybe executing a more complex series of steps), then stops.  The collection &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SingleCompleteRunOfADevice&quot; class=&quot;cyc_term&quot;&gt;SingleCompleteRunOfADevice&lt;/a&gt; does not include random &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/timeSlices&quot; class=&quot;cyc_term&quot;&gt;timeSlices&lt;/a&gt; of a device running, but only events which represent a whole cycle.  For example, an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CompleteRunOfAnEngine&quot; class=&quot;cyc_term&quot;&gt;CompleteRunOfAnEngine&lt;/a&gt; in which my Honda Civic runs through the action of all four pistons of its mighty engine, is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SingleCompleteRunOfADevice&quot; class=&quot;cyc_term&quot;&gt;SingleCompleteRunOfADevice&lt;/a&gt;.  So is an instance of (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransportViaFn&quot; class=&quot;cyc_term&quot;&gt;TransportViaFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Airplane&quot; class=&quot;cyc_term&quot;&gt;Airplane&lt;/a&gt;)  Of course the engine will carry out many full cycles in the course of its lifetime, in fact even in the course of a single second; and the airplane will carry out many flights in the course of its lifetime, in fact even in the course of a single day perhaps.</rdfs:comment>
    <rdfs:label xml:lang="en">run cycle</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RetaliatoryStrike">
    <rdfs:label xml:lang="en">retaliatory strike</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryAttack&quot; class=&quot;cyc_term&quot;&gt;MilitaryAttack&lt;/a&gt;.  In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PreemptiveStrike&quot; class=&quot;cyc_term&quot;&gt;PreemptiveStrike&lt;/a&gt;, an agent deliberately attacks a second agent that has committed prior violence against the first agent.</rdfs:comment>
    <cycAnnot:label xml:lang="en">RetaliatoryStrike</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ImportExportEvent">
    <cycAnnot:label xml:lang="en">ImportExportEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">importation</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Product&quot; class=&quot;cyc_term&quot;&gt;Product&lt;/a&gt; is transferred from one &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IndependentCountry&quot; class=&quot;cyc_term&quot;&gt;IndependentCountry&lt;/a&gt; to another along a single pathway. Because its instances involve a single pathway, they are not
&lt;font color=&quot;#ff0000&quot;&gt;#$PhysicalDistributionEvents&lt;/font&gt;.  Rather, an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ImportExportEvent&quot; class=&quot;cyc_term&quot;&gt;ImportExportEvent&lt;/a&gt; may be part (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/subEvents&quot; class=&quot;cyc_term&quot;&gt;subEvents&lt;/a&gt;) of a product distribution.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GolfTournament">
    <rdfs:comment xml:lang="en">The collection of all golf tournaments. A type of group of golfing, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsFormalCompetition&quot; class=&quot;cyc_term&quot;&gt;SportsFormalCompetition&lt;/a&gt;, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Tournament&quot; class=&quot;cyc_term&quot;&gt;Tournament&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">GolfTournament</cycAnnot:label>
    <rdfs:label xml:lang="en">golf tournament</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Tide_Lunar">
    <rdfs:label xml:lang="en">lunar tide</rdfs:label>
    <cycAnnot:label xml:lang="en">Tide-Lunar</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensPoleVault">
    <rdfs:label xml:lang="en">Olympic Men&apos;s Pole Vault</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensPoleVault</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ManMadeDisaster">
    <rdfs:label xml:lang="en">man-made disaster</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of those elements of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DisasterEvent&quot; class=&quot;cyc_term&quot;&gt;DisasterEvent&lt;/a&gt; that are caused by humans. Positive examples are chemical spills or bombings. Negative examples include earthquakes and droughts, which are instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/NaturalDisaster&quot; class=&quot;cyc_term&quot;&gt;NaturalDisaster&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ManMadeDisaster</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="IndecentExposure">
    <cycAnnot:label xml:lang="en">IndecentExposure</cycAnnot:label>
    <rdfs:label xml:lang="en">indecent exposure</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SexualHarassment&quot; class=&quot;cyc_term&quot;&gt;SexualHarassment&lt;/a&gt; in which somebody exposes his/her erogenous parts to somebody else.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CrimeDetection">
    <cycAnnot:label xml:lang="en">CrimeDetection</cycAnnot:label>
    <rdfs:label xml:lang="en">crime detection</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LawEnforcementActivity&quot; class=&quot;cyc_term&quot;&gt;LawEnforcementActivity&lt;/a&gt;.  In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CrimeDetection&quot; class=&quot;cyc_term&quot;&gt;CrimeDetection&lt;/a&gt;, an authorized law enforcement agent detects a crime (i.e., some instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CriminalAct&quot; class=&quot;cyc_term&quot;&gt;CriminalAct&lt;/a&gt;).</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SlalomSportsEvent">
    <rdfs:label xml:lang="en">slalom event</rdfs:label>
    <cycAnnot:label xml:lang="en">SlalomSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">The downhill slalom competition</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Emergency_procedure_for_skin_exposure_to_acid">
    <cycAnnot:label xml:lang="en">(EmergencyProcedureForFn (SkinContactWithFn ChemicallyAcidicSubstance))</cycAnnot:label>
    <rdfs:label xml:lang="en">emergency procedure for skin exposure to acid</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all activities in which a person is given emergency treatment after his skin has been exposed to an acidic substance.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Home_repair">
    <rdfs:comment xml:lang="en">The collection of all home repair. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HomeImprovement&quot; class=&quot;cyc_term&quot;&gt;HomeImprovement&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SimpleRepairing&quot; class=&quot;cyc_term&quot;&gt;SimpleRepairing&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">home repair</rdfs:label>
    <cycAnnot:label xml:lang="en">(RepairingFn ModernHumanResidence)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TotalEclipse">
    <rdfs:label xml:lang="en">total eclipse</rdfs:label>
    <rdfs:comment xml:lang="en">A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Eclipse_CelestialEvent&quot; class=&quot;cyc_term&quot;&gt;Eclipse_CelestialEvent&lt;/a&gt; in which the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Shadow&quot; class=&quot;cyc_term&quot;&gt;Shadow&lt;/a&gt; of the intervening body either falls completely on the other body or completely covers it.</rdfs:comment>
    <cycAnnot:label xml:lang="en">TotalEclipse</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_anthrax_in_dry_form">
    <cycAnnot:label xml:lang="en">(BuyingFn Anthrax-DryForm)</cycAnnot:label>
    <rdfs:label xml:lang="en">buying anthrax in dry form</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_volleyball">
    <rdfs:label xml:lang="en">playing volleyball</rdfs:label>
    <cycAnnot:label xml:lang="en">(PlayingFn Volleyball)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EnteringAVehicle">
    <rdfs:label xml:lang="en">boarding</rdfs:label>
    <cycAnnot:label xml:lang="en">EnteringAVehicle</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="UnlockingALock">
    <cycAnnot:label xml:lang="en">UnlockingALock</cycAnnot:label>
    <rdfs:label xml:lang="en">unlocking</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all events in which a lock is unlocked. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ActionOnObject&quot; class=&quot;cyc_term&quot;&gt;ActionOnObject&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UnlockingALock&quot; class=&quot;cyc_term&quot;&gt;UnlockingALock&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TypicalHumanActivityType_AtLeastOnce&quot; class=&quot;cyc_term&quot;&gt;TypicalHumanActivityType_AtLeastOnce&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DriveByShooting">
    <cycAnnot:label xml:lang="en">DriveByShooting</cycAnnot:label>
    <rdfs:label xml:lang="en">drive-by shooting</rdfs:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackType&quot; class=&quot;cyc_term&quot;&gt;AttackType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ShootingAttack_Gun&quot; class=&quot;cyc_term&quot;&gt;ShootingAttack_Gun&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DriveByShooting&quot; class=&quot;cyc_term&quot;&gt;DriveByShooting&lt;/a&gt; is an attack in which at least one agent shoots a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Gun&quot; class=&quot;cyc_term&quot;&gt;Gun&lt;/a&gt; to inflict damage on someone or something while driving by in some sort of automobile or non-military vehicle.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_darts">
    <cycAnnot:label xml:lang="en">(PlayingFn DartsGame)</cycAnnot:label>
    <rdfs:label xml:lang="en">playing darts</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KeepingSomething">
    <rdfs:comment xml:lang="en">The collection of events in which some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; deliberately            maintains possession of something.</rdfs:comment>
    <cycAnnot:label xml:lang="en">KeepingSomething</cycAnnot:label>
    <rdfs:label xml:lang="en">keeping</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Theorizing">
    <rdfs:comment xml:lang="en">This is the collection of instances in which an intelligent  agent forms an hypothesis or engages in the sort of thought process typically intended  to culminate in the formation and propounding of an hypothesis.</rdfs:comment>
    <rdfs:label xml:lang="en">theorizing</rdfs:label>
    <cycAnnot:label xml:lang="en">Theorizing</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DialingATelephoneNumber">
    <rdfs:comment xml:lang="en">The collection of events in which a phone number is completely or partially input to a phone system via an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Telephone&quot; class=&quot;cyc_term&quot;&gt;Telephone&lt;/a&gt;. Events of this kind are more or less the definitive subevents in instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MakingAPhoneCall&quot; class=&quot;cyc_term&quot;&gt;MakingAPhoneCall&lt;/a&gt;, however normal instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MakingAPhoneCall&quot; class=&quot;cyc_term&quot;&gt;MakingAPhoneCall&lt;/a&gt; will also include additional subevents, e.g., picking up the phone receiver.  Note that we&apos;re including instances where the dialing is not completed, i.e., where the process is aborted for some reason.  Even inputting a single digit would count as an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DialingATelephoneNumber&quot; class=&quot;cyc_term&quot;&gt;DialingATelephoneNumber&lt;/a&gt;.  Such &apos;abortive&apos; cases would not, however, figure as subevents in instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MakingAPhoneCall&quot; class=&quot;cyc_term&quot;&gt;MakingAPhoneCall&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">dialing A telephone number</rdfs:label>
    <cycAnnot:label xml:lang="en">DialingATelephoneNumber</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AnnouncingPolicyShift">
    <cycAnnot:label xml:lang="en">AnnouncingPolicyShift</cycAnnot:label>
    <rdfs:label xml:lang="en">announcing a policy shift</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SingleEnvelopment_MilitaryManeuver">
    <rdfs:comment xml:lang="en">A military operation which primarily consists of a single enveloping force (main effort) and a fixing force (supporting effort).</rdfs:comment>
    <cycAnnot:label xml:lang="en">SingleEnvelopment-MilitaryManeuver</cycAnnot:label>
    <rdfs:label xml:lang="en">single envelopment military maneuver</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PayingCasualUseFee">
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PayingCasualUseFee&quot; class=&quot;cyc_term&quot;&gt;PayingCasualUseFee&lt;/a&gt; is the collection of events in which one agent pays a fee to another in exchange for the right to use something that the latter controls Examples: paying a parking fee, paying a bridge or highway toll, paying an admissions fee to an art museum.  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PayingCasualUseFee&quot; class=&quot;cyc_term&quot;&gt;PayingCasualUseFee&lt;/a&gt; covers usage that is temporary and possibly not exclusive.  For longer-term use arrangements, see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Renting&quot; class=&quot;cyc_term&quot;&gt;Renting&lt;/a&gt;.  Note: events in &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PayingCasualUseFee&quot; class=&quot;cyc_term&quot;&gt;PayingCasualUseFee&lt;/a&gt; are both payings and collectings (cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Buying&quot; class=&quot;cyc_term&quot;&gt;Buying&lt;/a&gt;).  The agent doing the paying is the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/buyer&quot; class=&quot;cyc_term&quot;&gt;buyer&lt;/a&gt;, and the agent doing the collecting is the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/seller&quot; class=&quot;cyc_term&quot;&gt;seller&lt;/a&gt;.  The object accessed is the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/objectPaidFor&quot; class=&quot;cyc_term&quot;&gt;objectPaidFor&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">collection of fees for use</rdfs:label>
    <cycAnnot:label xml:lang="en">PayingCasualUseFee</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="IBTTranslating">
    <cycAnnot:label xml:lang="en">IBTTranslating</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events; a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IBTGeneration_Replication&quot; class=&quot;cyc_term&quot;&gt;IBTGeneration_Replication&lt;/a&gt;.  Each element of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IBTTranslating&quot; class=&quot;cyc_term&quot;&gt;IBTTranslating&lt;/a&gt; is an event which generates a new IBT (i.e., an element of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationBearingThing&quot; class=&quot;cyc_term&quot;&gt;InformationBearingThing&lt;/a&gt;) by copying the information from a source IBT (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/informationOrigin&quot; class=&quot;cyc_term&quot;&gt;informationOrigin&lt;/a&gt;) into a representation using a different &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Language&quot; class=&quot;cyc_term&quot;&gt;Language&lt;/a&gt;.  The new IBT encodes approximately the same information as the source IBT.  This concept does not include changing the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WritingSystem&quot; class=&quot;cyc_term&quot;&gt;WritingSystem&lt;/a&gt; (which would be transliterating) of text, nor of converting &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DatabaseDataFormat&quot; class=&quot;cyc_term&quot;&gt;DatabaseDataFormat&lt;/a&gt;s, musical notation [&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MusicalNotation_General&quot; class=&quot;cyc_term&quot;&gt;MusicalNotation_General&lt;/a&gt;], or other syntactic properties of non-textual language.</rdfs:comment>
    <rdfs:label xml:lang="en">translation</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RemovalOfUniqueBodyPart">
    <cycAnnot:label xml:lang="en">RemovalOfUniqueBodyPart</cycAnnot:label>
    <rdfs:label xml:lang="en">removal of a unique body part</rdfs:label>
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RemovalSurgery&quot; class=&quot;cyc_term&quot;&gt;RemovalSurgery&lt;/a&gt; in which the person has only one of the thing removed, like an Appendectomy.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Destruction_of_a_object_composed_primarily_of_3240000_cubic_metres_of_concrete_by_means_of_a_nuclear_weapon">
    <rdfs:label xml:lang="en">destruction of a object composed primarily of 3,240,000 cubic metres of concrete by means of a nuclear weapon</rdfs:label>
    <cycAnnot:label xml:lang="en">(PhysicalDestructionOfByMeansOfFn (ObjectWithAmountOfMainConstituentFn Concrete (CubicMeter 3240000.0)) NuclearWeapon)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Disappearance_FoulPlaySuspectedSubEventsContractMurder">
    <rdfs:label xml:lang="en">disappearance foul play suspected sub events contract murder</rdfs:label>
    <cycAnnot:label xml:lang="en">Disappearance-FoulPlaySuspectedSubEventsContractMurder</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RequestingInformationFromComputerUser">
    <rdfs:comment xml:lang="en">The collection of all events in which some &lt;font color=&quot;#ff0000&quot;&gt;#$SoftwareAgent&lt;/font&gt; requests information from some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerUser&quot; class=&quot;cyc_term&quot;&gt;ComputerUser&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">RequestingInformationFromComputerUser</cycAnnot:label>
    <rdfs:label xml:lang="en">requesting information from a computer user</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WirelessCommunication">
    <cycAnnot:label xml:lang="en">WirelessCommunication</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of communication events in which the information is carried by radio waves.</rdfs:comment>
    <rdfs:label xml:lang="en">wireless communication</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AuthenticationEvent">
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AuthenticationEvent&quot; class=&quot;cyc_term&quot;&gt;AuthenticationEvent&lt;/a&gt; is the collection of events in which some sort of authentication or certification takes place.  For example, this includes certifying a person&apos;s identity, the authenticity  of a document, or the security of a computer login.</rdfs:comment>
    <rdfs:label xml:lang="en">authenticating</rdfs:label>
    <cycAnnot:label xml:lang="en">AuthenticationEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Ligation">
    <rdfs:label xml:lang="en">ligation</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of events; a subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BandagingSomething&quot; class=&quot;cyc_term&quot;&gt;BandagingSomething&lt;/a&gt;. In each &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Ligation&quot; class=&quot;cyc_term&quot;&gt;Ligation&lt;/a&gt;, someone binds something with a bandage or ligature.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Ligation</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Stealing_InsideJob">
    <rdfs:comment xml:lang="en">The collection of thefts in which a person closely associated with the victim is either the thief or an accessory to the theft.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Stealing-InsideJob</cycAnnot:label>
    <rdfs:label xml:lang="en">stealing inside job</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RemovalOfForeignBodyMaterials_SurgicalProcedure">
    <rdfs:label xml:lang="en">removal of foreign body materials</rdfs:label>
    <cycAnnot:label xml:lang="en">RemovalOfForeignBodyMaterials-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SelectingBetween">
    <rdfs:label xml:lang="en">selecting from a set of alternatives</rdfs:label>
    <cycAnnot:label xml:lang="en">SelectingBetween</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events.  Each element of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SelectingBetween&quot; class=&quot;cyc_term&quot;&gt;SelectingBetween&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SelectingSomething&quot; class=&quot;cyc_term&quot;&gt;SelectingSomething&lt;/a&gt; event in which the selection is made from a set of alternatives.  The thing that is finally selected is the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/chosenItem&quot; class=&quot;cyc_term&quot;&gt;chosenItem&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RiskArbitrage">
    <rdfs:comment xml:lang="en">The collection of all risk arbitrage. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Arbitrage&quot; class=&quot;cyc_term&quot;&gt;Arbitrage&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RiskArbitrage&quot; class=&quot;cyc_term&quot;&gt;RiskArbitrage&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ConventionalClassificationType&quot; class=&quot;cyc_term&quot;&gt;ConventionalClassificationType&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">risk arbitrage</rdfs:label>
    <cycAnnot:label xml:lang="en">RiskArbitrage</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Human_killing">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/KillingByOrganism&quot; class=&quot;cyc_term&quot;&gt;KillingByOrganism&lt;/a&gt; (q.v.).  Each instance of (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/KillingFn&quot; class=&quot;cyc_term&quot;&gt;KillingFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HomoSapiens&quot; class=&quot;cyc_term&quot;&gt;HomoSapiens&lt;/a&gt;) is an event in which a human being is killed.  Important specializations of this collection include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Murder&quot; class=&quot;cyc_term&quot;&gt;Murder&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Execution_Judicial&quot; class=&quot;cyc_term&quot;&gt;Execution_Judicial&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">human killing</rdfs:label>
    <cycAnnot:label xml:lang="en">(KillingFn HomoSapiens)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Advertising_Political">
    <cycAnnot:label xml:lang="en">Advertising-Political</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Advertising&quot; class=&quot;cyc_term&quot;&gt;Advertising&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Advertising_Political&quot; class=&quot;cyc_term&quot;&gt;Advertising_Political&lt;/a&gt; is an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Communicating&quot; class=&quot;cyc_term&quot;&gt;Communicating&lt;/a&gt; in which some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PoliticalOrganization&quot; class=&quot;cyc_term&quot;&gt;PoliticalOrganization&lt;/a&gt; attempts to influence voters to support one of that organization&apos;s causes or candidates.  An example would be the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DemocraticParty_US&quot; class=&quot;cyc_term&quot;&gt;DemocraticParty_US&lt;/a&gt; running a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TVCommercial_IBT&quot; class=&quot;cyc_term&quot;&gt;TVCommercial_IBT&lt;/a&gt; attempting to persuade people to vote for &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/JohnKerry&quot; class=&quot;cyc_term&quot;&gt;JohnKerry&lt;/a&gt; in 2004.</rdfs:comment>
    <rdfs:label xml:lang="en">political advertising</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PickingUpSomeone">
    <rdfs:label xml:lang="en">picking someone up from somewhere</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EncounteringSomething&quot; class=&quot;cyc_term&quot;&gt;EncounteringSomething&lt;/a&gt; and
Translation-LocationChange. Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PickingUpSomeone&quot; class=&quot;cyc_term&quot;&gt;PickingUpSomeone&lt;/a&gt; is the
event in which one agent travels to a place and picks up another agent
and takes the picked up person to another location. This is a broad
collection, intended to encompass a father picking up his son from
soccer, the bus picking up people at a bus stop, picking a friend up
at the airport, etc.</rdfs:comment>
    <cycAnnot:label xml:lang="en">PickingUpSomeone</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Extortion">
    <cycAnnot:label xml:lang="en">Extortion</cycAnnot:label>
    <rdfs:label xml:lang="en">extortion</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CoercingAnAgent&quot; class=&quot;cyc_term&quot;&gt;CoercingAnAgent&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CriminalAct&quot; class=&quot;cyc_term&quot;&gt;CriminalAct&lt;/a&gt;, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HostileSocialAction&quot; class=&quot;cyc_term&quot;&gt;HostileSocialAction&lt;/a&gt; (qq.v.).  In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Extortion&quot; class=&quot;cyc_term&quot;&gt;Extortion&lt;/a&gt;, an agent extracts some kind of payment from another by threatening harm to the latter.  The payment extracted is usually a sum of money, though it might be some other kind of object (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/objectExtorted&quot; class=&quot;cyc_term&quot;&gt;objectExtorted&lt;/a&gt;), or it might be in the form of an action performed by the victim.
&lt;p/&gt;
Specializations of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Extortion&quot; class=&quot;cyc_term&quot;&gt;Extortion&lt;/a&gt; include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Blackmail&quot; class=&quot;cyc_term&quot;&gt;Blackmail&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ProtectionRacketeering&quot; class=&quot;cyc_term&quot;&gt;ProtectionRacketeering&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GameOfChance_Event">
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameEvent&quot; class=&quot;cyc_term&quot;&gt;GameEvent&lt;/a&gt;s that involve either: 1. bets of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MonetaryValue&quot; class=&quot;cyc_term&quot;&gt;MonetaryValue&lt;/a&gt; [&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TenderObject&quot; class=&quot;cyc_term&quot;&gt;TenderObject&lt;/a&gt;] or &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Property&quot; class=&quot;cyc_term&quot;&gt;Property&lt;/a&gt; that are based on the outcome of the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameOfChance_Event&quot; class=&quot;cyc_term&quot;&gt;GameOfChance_Event&lt;/a&gt;, such as in &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Gambling&quot; class=&quot;cyc_term&quot;&gt;Gambling&lt;/a&gt;, or 2. a spec of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Drawing_RandomSelection&quot; class=&quot;cyc_term&quot;&gt;Drawing_RandomSelection&lt;/a&gt;, such as &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Lottery&quot; class=&quot;cyc_term&quot;&gt;Lottery&lt;/a&gt; or &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sweepstakes_Event&quot; class=&quot;cyc_term&quot;&gt;Sweepstakes_Event&lt;/a&gt;. Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameOfChance_Event&quot; class=&quot;cyc_term&quot;&gt;GameOfChance_Event&lt;/a&gt; is a playing of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameOfChance&quot; class=&quot;cyc_term&quot;&gt;GameOfChance&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">game of chance</rdfs:label>
    <cycAnnot:label xml:lang="en">GameOfChance-Event</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BeingFreedFromControl">
    <rdfs:label xml:lang="en">freeing</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GainingFreedom&quot; class=&quot;cyc_term&quot;&gt;GainingFreedom&lt;/a&gt; in which the previously controlling agent wills for the freeing to take place:  i.e., in a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BeingFreedFromControl&quot; class=&quot;cyc_term&quot;&gt;BeingFreedFromControl&lt;/a&gt;, the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; who &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/losesControl&quot; class=&quot;cyc_term&quot;&gt;losesControl&lt;/a&gt; intends for it to happen.</rdfs:comment>
    <cycAnnot:label xml:lang="en">BeingFreedFromControl</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GraduateSeminarSeries">
    <rdfs:label xml:lang="en">graduate seminar</rdfs:label>
    <cycAnnot:label xml:lang="en">GraduateSeminarSeries</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all graduate seminars. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SeminarSeries&quot; class=&quot;cyc_term&quot;&gt;SeminarSeries&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PetitioningForAWritOfCertiori">
    <cycAnnot:label xml:lang="en">PetitioningForAWritOfCertiori</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all acts that constitute petitions to the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UnitedStatesSupremeCourt&quot; class=&quot;cyc_term&quot;&gt;UnitedStatesSupremeCourt&lt;/a&gt; for an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IssuingAWritOfCertiori&quot; class=&quot;cyc_term&quot;&gt;IssuingAWritOfCertiori&lt;/a&gt; by the court in a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CourtCaseWithOneOrMoreAppeals&quot; class=&quot;cyc_term&quot;&gt;CourtCaseWithOneOrMoreAppeals&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">petitioning for a writ of certiori</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MoonToEarthTransportationEvent">
    <rdfs:label xml:lang="en">moon to earth transportation event</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SpaceTransportationEvent&quot; class=&quot;cyc_term&quot;&gt;SpaceTransportationEvent&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MoonToEarthTransportationEvent&quot; class=&quot;cyc_term&quot;&gt;MoonToEarthTransportationEvent&lt;/a&gt; is an event in which a transporter travels from the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MoonOfEarth&quot; class=&quot;cyc_term&quot;&gt;MoonOfEarth&lt;/a&gt; to &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PlanetEarth&quot; class=&quot;cyc_term&quot;&gt;PlanetEarth&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MoonToEarthTransportationEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Demanding_Threatening">
    <rdfs:comment xml:lang="en">A subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Demanding_CommunicationAct&quot; class=&quot;cyc_term&quot;&gt;Demanding_CommunicationAct&lt;/a&gt;.  In each
instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Demanding_Threatening&quot; class=&quot;cyc_term&quot;&gt;Demanding_Threatening&lt;/a&gt;, an agent presents to another
a forceful request for a certain type of action, and threatens an
undersirable result if this request is not fulfilled.  Instances of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Demanding_Threatening&quot; class=&quot;cyc_term&quot;&gt;Demanding_Threatening&lt;/a&gt; are complex communication events in which both a
&lt;font color=&quot;#ff0000&quot;&gt;#$Request&lt;/font&gt; and &lt;font color=&quot;#ff0000&quot;&gt;#$Threat&lt;/font&gt; are expressed and related in a certain way.</rdfs:comment>
    <rdfs:label xml:lang="en">threatening demand</rdfs:label>
    <cycAnnot:label xml:lang="en">Demanding-Threatening</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensHalfLightJudo">
    <rdfs:label xml:lang="en">Olympic Womens Half Light Judo</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicWomensHalfLightJudo</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ForwardPassageOfLines_MilitaryOperation">
    <cycAnnot:label xml:lang="en">ForwardPassageOfLines-MilitaryOperation</cycAnnot:label>
    <rdfs:label xml:lang="en">forward passage of lines</rdfs:label>
    <rdfs:comment xml:lang="en">A forward passage of lines occurs when a unit passes through a unit&apos;s positions while moving toward the enemy. FM100-40, p18-2. The purpose of a forward passage of lines is to conduct operations, such as an attack, reconnaissance, or security. This operation is designed to ensure maintenance of enemy contact. FM100-40, p18-8.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Becoming_Fn_animal_that_is_not_capable_of_visual_perception">
    <cycAnnot:label xml:lang="en">(BecomingFn (CollectionSubsetFn Animal (TheSetOf ?X (behaviorIncapable ?X VisualPerception doneBy))))</cycAnnot:label>
    <rdfs:label xml:lang="en">Becoming Fn animal that is not capable of visual perception</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="IncreasingTheBalanceOnAnAccount">
    <rdfs:comment xml:lang="en">The collection of instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AffectingAnAccountBalance&quot; class=&quot;cyc_term&quot;&gt;AffectingAnAccountBalance&lt;/a&gt; in which the balance (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/accountBalance&quot; class=&quot;cyc_term&quot;&gt;accountBalance&lt;/a&gt;) of an account (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/transactionAccount&quot; class=&quot;cyc_term&quot;&gt;transactionAccount&lt;/a&gt;) is increased, whether by transferring monies into the account (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/toAccount&quot; class=&quot;cyc_term&quot;&gt;toAccount&lt;/a&gt;) as in a deposit to a savings account, or by transferring monies from the account (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/fromAccount&quot; class=&quot;cyc_term&quot;&gt;fromAccount&lt;/a&gt;) as happens when one makes a credit card purchase..  Note that &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IncreasingTheBalanceOnAnAccount&quot; class=&quot;cyc_term&quot;&gt;IncreasingTheBalanceOnAnAccount&lt;/a&gt; is &lt;b&gt;not&lt;/b&gt; disjoint with &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DecreasingTheBalanceOnAnAccount&quot; class=&quot;cyc_term&quot;&gt;DecreasingTheBalanceOnAnAccount&lt;/a&gt;, as a single transfer can, and frequently does, involve multiple accounts (as in paying a bill with a check).</rdfs:comment>
    <rdfs:label xml:lang="en">increasing the balance on an account</rdfs:label>
    <cycAnnot:label xml:lang="en">IncreasingTheBalanceOnAnAccount</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensHeavyJudo">
    <cycAnnot:label xml:lang="en">OlympicMensHeavyJudo</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens Heavy Judo</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_Canadian_football">
    <cycAnnot:label xml:lang="en">(PlayingFn Football-Canadian)</cycAnnot:label>
    <rdfs:label xml:lang="en">playing Canadian football</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BoxingCompetition">
    <rdfs:label xml:lang="en">boxing match</rdfs:label>
    <cycAnnot:label xml:lang="en">BoxingCompetition</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all boxing matches. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BoxingSportsEvent&quot; class=&quot;cyc_term&quot;&gt;BoxingSportsEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WeightClassSportsCompetition&quot; class=&quot;cyc_term&quot;&gt;WeightClassSportsCompetition&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ResigningFromEmployment">
    <cycAnnot:label xml:lang="en">ResigningFromEmployment</cycAnnot:label>
    <rdfs:label xml:lang="en">resignation</rdfs:label>
    <rdfs:comment xml:lang="en">Voluntarily leaving your job.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensMeter400Freestyle">
    <rdfs:label xml:lang="en">Olympic Mens Meter 400 Freestyle</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensMeter400Freestyle</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DisengagingFromCombat">
    <cycAnnot:label xml:lang="en">DisengagingFromCombat</cycAnnot:label>
    <rdfs:label xml:lang="en">military disengagement</rdfs:label>
    <rdfs:comment xml:lang="en">Disengagement is breaking contact with the enemy so as to allow the conduct of another mission. It involves moving to a location where the enemy can neither engage the friendly force with direct fires or observed indirect fires. Disengaging from the enemy while displacing from one position to the next is a difficult procedure.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensRun_100Meter">
    <cycAnnot:label xml:lang="en">OlympicWomensRun-100Meter</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic women&apos;s 100 meter run</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PatchPlacement_Mediastinum_SurgicalProcedure">
    <rdfs:label xml:lang="en">mediastinum patch placement</rdfs:label>
    <cycAnnot:label xml:lang="en">PatchPlacement-Mediastinum-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensM1000SpeedSkate">
    <rdfs:label xml:lang="en">Olympic Mens M 1000 Speed Skate</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensM1000SpeedSkate</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DistributionOfARadiologicalAgent">
    <rdfs:label xml:lang="en">deploying a radiological agent</rdfs:label>
    <cycAnnot:label xml:lang="en">DistributionOfARadiologicalAgent</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all purposeful &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DistributionEvent&quot; class=&quot;cyc_term&quot;&gt;DistributionEvent&lt;/a&gt;s in which an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IntelligentAgent&quot; class=&quot;cyc_term&quot;&gt;IntelligentAgent&lt;/a&gt; deploys &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RadioactiveStuff&quot; class=&quot;cyc_term&quot;&gt;RadioactiveStuff&lt;/a&gt; via dispersal into air.  Under ordinary circumstances we can reasonably infer that this will be done as part of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WeaponOfMassDestructionAttack&quot; class=&quot;cyc_term&quot;&gt;WeaponOfMassDestructionAttack&lt;/a&gt; on some group of opponents, either civilian or military.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Heart_valve_replacement">
    <rdfs:label xml:lang="en">heart valve replacement</rdfs:label>
    <cycAnnot:label xml:lang="en">(ReplacingFn HeartValve)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_the_modifier_in_a_noun_compound">
    <cycAnnot:label xml:lang="en">(PlayingFn TheNCModifier)</cycAnnot:label>
    <rdfs:label xml:lang="en">playing the modifier in a noun compound</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WomensIndividualSportsCompetition">
    <cycAnnot:label xml:lang="en">WomensIndividualSportsCompetition</cycAnnot:label>
    <rdfs:label xml:lang="en">womens individual sports competition</rdfs:label>
    <rdfs:comment xml:lang="en">A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WomensSportsCompetition&quot; class=&quot;cyc_term&quot;&gt;WomensSportsCompetition&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IndividualSportsCompetition&quot; class=&quot;cyc_term&quot;&gt;IndividualSportsCompetition&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HostileEconomicPolicy">
    <cycAnnot:label xml:lang="en">HostileEconomicPolicy</cycAnnot:label>
    <rdfs:label xml:lang="en">hostile economic policy</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events where a state changes its economic policy to one that the other state(s) in the event view as hostile.  ie. In USA-China negotiations the Chinese lack of copyright/patent enforcement could be viewed as a hostile economic policy.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PuttingBallInPlay">
    <rdfs:label xml:lang="en">serve</rdfs:label>
    <cycAnnot:label xml:lang="en">PuttingBallInPlay</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events in which a continuous action portion [&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/subEvents&quot; class=&quot;cyc_term&quot;&gt;subEvents&lt;/a&gt;] of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameEvent&quot; class=&quot;cyc_term&quot;&gt;GameEvent&lt;/a&gt; is started by a ball (or similar object) being put in motion.  This collection includes pitches in baseball, serves in squash, kickoffs and hikes in American football, balls being tossed in from out of bounds in basketball or ultimate, face-offs in ice hockey, etc.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Debate">
    <rdfs:label xml:lang="en">debating</rdfs:label>
    <cycAnnot:label xml:lang="en">Debate</cycAnnot:label>
    <rdfs:comment xml:lang="en">An exchange of opinions in which participants defend opposing beliefs, presumably on rational grounds.  By default, a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Debate&quot; class=&quot;cyc_term&quot;&gt;Debate&lt;/a&gt; is assumed to be a spoken communication.  Debators are assumed to hold the beliefs they defend.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TakingABath">
    <cycAnnot:label xml:lang="en">TakingABath</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all taking-a-bath events</rdfs:comment>
    <rdfs:label xml:lang="en">bath</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CycTestQueryConstantRun_UnformulatableQuestionCycL">
    <rdfs:label xml:lang="en">cyc test query constant run unformulatable question cyc L</rdfs:label>
    <cycAnnot:label xml:lang="en">CycTestQueryConstantRun-UnformulatableQuestionCycL</cycAnnot:label>
    <rdfs:comment xml:lang="en">(&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/testStatus&quot; class=&quot;cyc_term&quot;&gt;testStatus&lt;/a&gt; TEST-MT &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CycTestQueryConstantRun_UnformulatableQuestionCycL&quot; class=&quot;cyc_term&quot;&gt;CycTestQueryConstantRun_UnformulatableQuestionCycL&lt;/a&gt;) means that the &lt;font color=&quot;#ff0000&quot;&gt;#$testQuestionEnglish&lt;/font&gt; for the &lt;font color=&quot;#ff0000&quot;&gt;#$TestQuestionMicrotheory&lt;/font&gt;, TEST-MT, cannot currently be formulated in CycL.  This attribute can be asserted of a test ask to indicate that the task of formulating the &lt;font color=&quot;#ff0000&quot;&gt;#$testQuestionCycL&lt;/font&gt; for this ask has been postponed.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Cricket_match">
    <rdfs:label xml:lang="en">cricket match</rdfs:label>
    <cycAnnot:label xml:lang="en">(GameFn Cricket-TheGame)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Plumbing_system_repair">
    <cycAnnot:label xml:lang="en">(RepairingFn PlumbingSystem-Building)</cycAnnot:label>
    <rdfs:label xml:lang="en">plumbing system repair</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_bonds">
    <rdfs:label xml:lang="en">buying bonds</rdfs:label>
    <cycAnnot:label xml:lang="en">(BuyingFn Bond-Agreement)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="InstantaneousEvent">
    <rdfs:label xml:lang="en">instantaneous event</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Event&quot; class=&quot;cyc_term&quot;&gt;Event&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InstantaneousEvent&quot; class=&quot;cyc_term&quot;&gt;InstantaneousEvent&lt;/a&gt; is an even whose duration (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/duration&quot; class=&quot;cyc_term&quot;&gt;duration&lt;/a&gt;) is infinitesimally short.</rdfs:comment>
    <cycAnnot:label xml:lang="en">InstantaneousEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensLightweightWeightlifting">
    <rdfs:label xml:lang="en">olympic men&apos;s lightweight weightliftinging</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensLightweightWeightlifting</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DiscoveringSomething">
    <rdfs:label xml:lang="en">discovering</rdfs:label>
    <cycAnnot:label xml:lang="en">DiscoveringSomething</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Event&quot; class=&quot;cyc_term&quot;&gt;Event&lt;/a&gt;s in which something is discovered, whether that thing is an object or a proposition.  A discovery may be unintended, or may be the result of actions taken with the intent of causing a discovery.  However, since the thing discovered was not known before the discovery, the doer of a discovery is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/nonDeliberateActors&quot; class=&quot;cyc_term&quot;&gt;nonDeliberateActors&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TurningOnAnElectricalSwitch">
    <rdfs:label xml:lang="en">turning on an electrical switch</rdfs:label>
    <cycAnnot:label xml:lang="en">TurningOnAnElectricalSwitch</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ExplantOfEndocardialPacemakerLead">
    <cycAnnot:label xml:lang="en">ExplantOfEndocardialPacemakerLead</cycAnnot:label>
    <rdfs:label xml:lang="en">explant of endocardial pacemaker lead</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SupportingAttack">
    <rdfs:comment xml:lang="en">An offensive operation carried out in conjunction with a main attack and designed to achieve one or more of the following: a. deceive the enemy; b. destroy or pin down enemy forces which could interfere with the main attack; c. control ground whose occupation by the enemy will hinder the main attack; or d. force the enemy to commit reserves prematurely or in an indecisive area.</rdfs:comment>
    <rdfs:label xml:lang="en">supporting attack</rdfs:label>
    <cycAnnot:label xml:lang="en">SupportingAttack</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="UltimateFightingEvent">
    <rdfs:label xml:lang="en">ultimate fight</rdfs:label>
    <cycAnnot:label xml:lang="en">UltimateFightingEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all staged events in which two &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/competingAgents&quot; class=&quot;cyc_term&quot;&gt;competingAgents&lt;/a&gt; fight in a caged, octogonal ring until one surrenders or loses consciousness, or the referee calls the fight. The only rules are no eye-gouging and no biting. Illegal in eight states as of August 1997.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ActiveSalesActivity">
    <rdfs:label xml:lang="en">hard sell</rdfs:label>
    <cycAnnot:label xml:lang="en">ActiveSalesActivity</cycAnnot:label>
    <rdfs:comment xml:lang="en">Sales activities in which the performer entices specific (potential) customers to make purchases (contrast with &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PassiveSalesActivity&quot; class=&quot;cyc_term&quot;&gt;PassiveSalesActivity&lt;/a&gt;).</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SurgicalProcedure_Generic">
    <cycAnnot:label xml:lang="en">SurgicalProcedure-Generic</cycAnnot:label>
    <rdfs:label xml:lang="en">surgical procedure (unspecified)</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TeachingAScientificCourse">
    <rdfs:label xml:lang="en">teaching a course scientific</rdfs:label>
    <cycAnnot:label xml:lang="en">TeachingAScientificCourse</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all events in which a teacher teaches a course on some science. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TeachingACourse&quot; class=&quot;cyc_term&quot;&gt;TeachingACourse&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TeachingAScientificCourse&quot; class=&quot;cyc_term&quot;&gt;TeachingAScientificCourse&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SkilledActivityType&quot; class=&quot;cyc_term&quot;&gt;SkilledActivityType&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_chess">
    <rdfs:label xml:lang="en">game of chess</rdfs:label>
    <cycAnnot:label xml:lang="en">(GameFn Chess)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Explant_BiventricularPacerCrtIcd_SurgicalProcedure">
    <rdfs:label xml:lang="en">explant of implantable cardioverter defibrillator with biventricular pacing</rdfs:label>
    <cycAnnot:label xml:lang="en">Explant-BiventricularPacerCrtIcd-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="StageProduction">
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/StageProduction&quot; class=&quot;cyc_term&quot;&gt;StageProduction&lt;/a&gt; is the collection of instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EntertainmentPerformance&quot; class=&quot;cyc_term&quot;&gt;EntertainmentPerformance&lt;/a&gt; which occur on a stage.</rdfs:comment>
    <rdfs:label xml:lang="en">staging</rdfs:label>
    <cycAnnot:label xml:lang="en">StageProduction</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_a_helmet">
    <rdfs:label xml:lang="en">buying a helmet</rdfs:label>
    <cycAnnot:label xml:lang="en">(BuyingFn BicycleHelmet)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Tanning">
    <cycAnnot:label xml:lang="en">(MakingFn Hide-Product)</cycAnnot:label>
    <rdfs:label xml:lang="en">tanning</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Resection_Subendocardial_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">Resection-Subendocardial-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">subendocardial resection</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ExposureToPathogen">
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ExposureToHarmfulSubstance&quot; class=&quot;cyc_term&quot;&gt;ExposureToHarmfulSubstance&lt;/a&gt; events in which an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Organism_Whole&quot; class=&quot;cyc_term&quot;&gt;Organism_Whole&lt;/a&gt; is in proximity to and/or has contact with an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Microorganism&quot; class=&quot;cyc_term&quot;&gt;Microorganism&lt;/a&gt; in such a manner that effective transmission of the pathogen to the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Organism_Whole&quot; class=&quot;cyc_term&quot;&gt;Organism_Whole&lt;/a&gt; is possible. If such transmission does occur and the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Organism_Whole&quot; class=&quot;cyc_term&quot;&gt;Organism_Whole&lt;/a&gt; is susceptible to &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Infection&quot; class=&quot;cyc_term&quot;&gt;Infection&lt;/a&gt;s caused by that &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Microorganism&quot; class=&quot;cyc_term&quot;&gt;Microorganism&lt;/a&gt;, the transmission is likely to result in &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Infection&quot; class=&quot;cyc_term&quot;&gt;Infection&lt;/a&gt; in the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/organismExposed&quot; class=&quot;cyc_term&quot;&gt;organismExposed&lt;/a&gt;. Thus, whether an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ExposureToSubstance&quot; class=&quot;cyc_term&quot;&gt;ExposureToSubstance&lt;/a&gt; is also an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ExposureToPathogen&quot; class=&quot;cyc_term&quot;&gt;ExposureToPathogen&lt;/a&gt; depends on the type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Microorganism&quot; class=&quot;cyc_term&quot;&gt;Microorganism&lt;/a&gt; and the possible means by which it can infect a susceptible host. For example, contact with a person suffering from &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InhalationalAnthrax&quot; class=&quot;cyc_term&quot;&gt;InhalationalAnthrax&lt;/a&gt; would not be an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ExposureToPathogen&quot; class=&quot;cyc_term&quot;&gt;ExposureToPathogen&lt;/a&gt; because &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Anthrax_Bacterium&quot; class=&quot;cyc_term&quot;&gt;Anthrax_Bacterium&lt;/a&gt; cannot be transmitted by close contact with infected hosts. On the other hand, contact with a person suffering from &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SmallpoxInfection&quot; class=&quot;cyc_term&quot;&gt;SmallpoxInfection&lt;/a&gt; would be an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ExposureToPathogen&quot; class=&quot;cyc_term&quot;&gt;ExposureToPathogen&lt;/a&gt; because &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Smallpox_Virus&quot; class=&quot;cyc_term&quot;&gt;Smallpox_Virus&lt;/a&gt; can be transmitted effectively by close contact with an infected host.</rdfs:comment>
    <rdfs:label xml:lang="en">exposure to a pathogen</rdfs:label>
    <cycAnnot:label xml:lang="en">ExposureToPathogen</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DeviceFinishingARun">
    <rdfs:label xml:lang="en">device finishing a run</rdfs:label>
    <cycAnnot:label xml:lang="en">DeviceFinishingARun</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events.  An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeviceFinishingARun&quot; class=&quot;cyc_term&quot;&gt;DeviceFinishingARun&lt;/a&gt; is an event in which some device finishes its normal cycle of processes, e.g., an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AirplaneLanding&quot; class=&quot;cyc_term&quot;&gt;AirplaneLanding&lt;/a&gt;.  This is often --- but not always --- the same thing as a device going from the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Device_On&quot; class=&quot;cyc_term&quot;&gt;Device_On&lt;/a&gt; state to the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Device_Off&quot; class=&quot;cyc_term&quot;&gt;Device_Off&lt;/a&gt; state --- e.g., the airplane stays `on&apos; for many minutes before it took off.  One could also define the collection dead-start-to-finish-airplane-flight, which would not end with an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AirplaneLanding&quot; class=&quot;cyc_term&quot;&gt;AirplaneLanding&lt;/a&gt; but with a true turning-off of the airplane, or even with the exiting of the last crewmember and the post-flight maintenance check of the aircraft.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DramaticMovieShowings">
    <rdfs:label xml:lang="en">dramatic movie showings</rdfs:label>
    <cycAnnot:label xml:lang="en">DramaticMovieShowings</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MovieShowingAtATheater&quot; class=&quot;cyc_term&quot;&gt;MovieShowingAtATheater&lt;/a&gt; that are showings of films of the drama genre.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CardiopulmonaryBypass_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">CardiopulmonaryBypass-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">CPB</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ReplyingToAQuestion">
    <rdfs:label xml:lang="en">answering</rdfs:label>
    <cycAnnot:label xml:lang="en">ReplyingToAQuestion</cycAnnot:label>
    <rdfs:comment xml:lang="en">Answering a question that someone or something has posed to you.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ReplacementOf_ShockAbsorber">
    <rdfs:label xml:lang="en">replacing a shock absorber</rdfs:label>
    <cycAnnot:label xml:lang="en">ReplacementOf-ShockAbsorber</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HydrologicCycle">
    <rdfs:label xml:lang="en">hydrologic cycle</rdfs:label>
    <cycAnnot:label xml:lang="en">HydrologicCycle</cycAnnot:label>
    <rdfs:comment xml:lang="en">The class of all processes wherein &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Water&quot; class=&quot;cyc_term&quot;&gt;Water&lt;/a&gt; cycles through
multiple physical states, and possibly one or more chemical compounds,
within a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeographicalRegion&quot; class=&quot;cyc_term&quot;&gt;GeographicalRegion&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Accident">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PhysicalEvent&quot; class=&quot;cyc_term&quot;&gt;PhysicalEvent&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Accident&quot; class=&quot;cyc_term&quot;&gt;Accident&lt;/a&gt; is an event in which something unplanned and unintended happens.  Example instances of this collection are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChernobylAccident&quot; class=&quot;cyc_term&quot;&gt;ChernobylAccident&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ColumbiaAccident&quot; class=&quot;cyc_term&quot;&gt;ColumbiaAccident&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">accident</rdfs:label>
    <cycAnnot:label xml:lang="en">Accident</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BinaryFission">
    <rdfs:label xml:lang="en">binary fission</rdfs:label>
    <cycAnnot:label xml:lang="en">BinaryFission</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cell&quot; class=&quot;cyc_term&quot;&gt;Cell&lt;/a&gt; divides into two approximately identical organisms.  This process is the most common form of reproduction in &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Bacterium&quot; class=&quot;cyc_term&quot;&gt;Bacterium&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="InelasticColliding">
    <rdfs:label xml:lang="en">inelastic collision</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Colliding&quot; class=&quot;cyc_term&quot;&gt;Colliding&lt;/a&gt;. The collection of collisions in which kinetic energy of the colliding system is not conserved. While the total energy of the system must be conserved, the kinetic energy may be converted during the collison into other forms, such as thermal energy. Compare with &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ElasticColliding&quot; class=&quot;cyc_term&quot;&gt;ElasticColliding&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">InelasticColliding</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_nuclear_reactors">
    <rdfs:label xml:lang="en">making nuclear reactors</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn NuclearReactor)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FinalizingKnowledgeAboutConceptsExtractedByTextLearner">
    <cycAnnot:label xml:lang="en">FinalizingKnowledgeAboutConceptsExtractedByTextLearner</cycAnnot:label>
    <rdfs:label xml:lang="en">finalizing knowledge about concepts extracted by text learner</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of 
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FinalizingKnowledgeAcquiredByAProgram&quot; class=&quot;cyc_term&quot;&gt;FinalizingKnowledgeAcquiredByAProgram&lt;/a&gt;, each instance of which is performed by TextLearner (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TheCycTextLearnerProgram&quot; class=&quot;cyc_term&quot;&gt;TheCycTextLearnerProgram&lt;/a&gt;) and involves 1) identifying constants and re-reifying constants representing concepts extracted while reading text, and 2) finding and re-asserting (in an order amenable to wff-checking) all the assertions about those concepts (if there are any).</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Exploration_MitralValve_SurgicalProcedure">
    <rdfs:label xml:lang="en">mitral valve exploration</rdfs:label>
    <cycAnnot:label xml:lang="en">Exploration-MitralValve-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EvacuationOfHematoma_Subclavicular_SurgicalProcedure">
    <rdfs:label xml:lang="en">subclavicular hematoma evacuation</rdfs:label>
    <cycAnnot:label xml:lang="en">EvacuationOfHematoma-Subclavicular-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MedicalTesting">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MedicalCareEvent&quot; class=&quot;cyc_term&quot;&gt;MedicalCareEvent&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationGathering&quot; class=&quot;cyc_term&quot;&gt;InformationGathering&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Evaluating&quot; class=&quot;cyc_term&quot;&gt;Evaluating&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MedicalTesting&quot; class=&quot;cyc_term&quot;&gt;MedicalTesting&lt;/a&gt; is a test performed by some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IntelligentAgent&quot; class=&quot;cyc_term&quot;&gt;IntelligentAgent&lt;/a&gt; on a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MedicalPatient&quot; class=&quot;cyc_term&quot;&gt;MedicalPatient&lt;/a&gt; (or, often, on a sample taken from the patient&apos;s body) in order to gather information about the patient&apos;s general state of health, in order to help in making a diagnosis, or in order to determine or monitor the severity of a known condition of the patient.  Instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MedicalTesting&quot; class=&quot;cyc_term&quot;&gt;MedicalTesting&lt;/a&gt; include individual blood tests, as well as individual MRIs. See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MedicalDiagnosis&quot; class=&quot;cyc_term&quot;&gt;MedicalDiagnosis&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MedicalTesting</cycAnnot:label>
    <rdfs:label xml:lang="en">medical test</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MinimallyInvasiveIncision">
    <rdfs:label xml:lang="en">minimally invasive incision</rdfs:label>
    <cycAnnot:label xml:lang="en">MinimallyInvasiveIncision</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MappingPhysicalToLogicalSchema">
    <rdfs:label xml:lang="en">mapping physical to logical schema</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CWCreation&quot; class=&quot;cyc_term&quot;&gt;CWCreation&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MappingPhysicalToLogicalSchema&quot; class=&quot;cyc_term&quot;&gt;MappingPhysicalToLogicalSchema&lt;/a&gt; is an event in which the relationships between the indexical terms of logical and physical schemata of a structured knowledge source are stated.  The CycL predicates used to state this mapping are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/fieldEncoding&quot; class=&quot;cyc_term&quot;&gt;fieldEncoding&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/fieldDecoding&quot; class=&quot;cyc_term&quot;&gt;fieldDecoding&lt;/a&gt; (qq.v.).</rdfs:comment>
    <cycAnnot:label xml:lang="en">MappingPhysicalToLogicalSchema</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ExploitationConsummationEvent">
    <cycAnnot:label xml:lang="en">ExploitationConsummationEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">exploitation consummation event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PattingOnTheBack">
    <cycAnnot:label xml:lang="en">PattingOnTheBack</cycAnnot:label>
    <rdfs:label xml:lang="en">patting on the back</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of actions in which a person pats another person on the back, as a gesture of approval, encouragement, congratulations, or consolation.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="UnblockingTraffic_Military">
    <rdfs:label xml:lang="en">unblocking military traffic</rdfs:label>
    <cycAnnot:label xml:lang="en">UnblockingTraffic-Military</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Tonsillectomy">
    <cycAnnot:label xml:lang="en">Tonsillectomy</cycAnnot:label>
    <rdfs:label xml:lang="en">tonsillectomy</rdfs:label>
    <rdfs:comment xml:lang="en">the surgical procedure in which the tonsils are removed.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PanelDiscussion">
    <rdfs:label xml:lang="en">panel discussion</rdfs:label>
    <rdfs:comment xml:lang="en">A type of public speaking event in which a small group of speakers exchanges information or opinions about a common topic, in front of an audience.  Typically, there is someone who acts as a moderator for the panel.  Often, audience members may ask questions of the panel.</rdfs:comment>
    <cycAnnot:label xml:lang="en">PanelDiscussion</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="IndependenceDay_Qatar">
    <cycAnnot:label xml:lang="en">IndependenceDay-Qatar</cycAnnot:label>
    <rdfs:label xml:lang="en">Qatar&apos;s Independence Day</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WoodRefinishing">
    <rdfs:comment xml:lang="en">The collection of all events in which wood is refinished. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Refinishing&quot; class=&quot;cyc_term&quot;&gt;Refinishing&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">WoodRefinishing</cycAnnot:label>
    <rdfs:label xml:lang="en">refinishing wood</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ChemicalDecomposition">
    <rdfs:label xml:lang="en">chemical decomposition</rdfs:label>
    <cycAnnot:label xml:lang="en">ChemicalDecomposition</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChemicalObject&quot; class=&quot;cyc_term&quot;&gt;ChemicalObject&lt;/a&gt; is broken down into other instances of a different type.  In a simple decomposition, one &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChemicalObject&quot; class=&quot;cyc_term&quot;&gt;ChemicalObject&lt;/a&gt; breaks down into two simpler substances, for example, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Water&quot; class=&quot;cyc_term&quot;&gt;Water&lt;/a&gt; decomposes into &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Hydrogen&quot; class=&quot;cyc_term&quot;&gt;Hydrogen&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Oxygen&quot; class=&quot;cyc_term&quot;&gt;Oxygen&lt;/a&gt;.  In a double decomposition, two compounds recombine to form two different compound types.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FirstMeioticCellDivision">
    <rdfs:label xml:lang="en">first meiotic cell division</rdfs:label>
    <rdfs:comment xml:lang="en">A type of cell division which is the first step of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Meiosis&quot; class=&quot;cyc_term&quot;&gt;Meiosis&lt;/a&gt;. The two offspring cells get one copy of each replicated (doubled) &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Chromosome&quot; class=&quot;cyc_term&quot;&gt;Chromosome&lt;/a&gt;, which later splits in two in the second division.</rdfs:comment>
    <cycAnnot:label xml:lang="en">FirstMeioticCellDivision</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WashingDishesByMachine">
    <rdfs:label xml:lang="en">washing dishes by machine</rdfs:label>
    <cycAnnot:label xml:lang="en">WashingDishesByMachine</cycAnnot:label>
    <rdfs:comment xml:lang="en">Turning dirty dishes into clean dishes, by using a dishwasher to wash, rinse, and sometimes dry them.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GraduateProgram">
    <rdfs:label xml:lang="en">graduate program</rdfs:label>
    <cycAnnot:label xml:lang="en">GraduateProgram</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of courses of study which are intended (primarily) for students who have already completed an undergraduate degree.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Revision_PulmonaryArteryAnastomosis_SurgicalProcedure">
    <rdfs:label xml:lang="en">pulmonary artery anastomosis revision</rdfs:label>
    <cycAnnot:label xml:lang="en">Revision-PulmonaryArteryAnastomosis-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MensIndividualSportsCompetition">
    <rdfs:label xml:lang="en">men&apos;s individual sports competition</rdfs:label>
    <cycAnnot:label xml:lang="en">MensIndividualSportsCompetition</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Replacement_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">Replacement-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">surgical replacement procedure</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CaseAppealedToTheSupremeCourt">
    <rdfs:label xml:lang="en">case appealed to the Supreme Court</rdfs:label>
    <cycAnnot:label xml:lang="en">CaseAppealedToTheSupremeCourt</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CourtCaseWithOneOrMoreAppeals&quot; class=&quot;cyc_term&quot;&gt;CourtCaseWithOneOrMoreAppeals&lt;/a&gt; that are appealed to the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UnitedStatesSupremeCourt&quot; class=&quot;cyc_term&quot;&gt;UnitedStatesSupremeCourt&lt;/a&gt;.  The procedure is for the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/plaintiffs&quot; class=&quot;cyc_term&quot;&gt;plaintiffs&lt;/a&gt; or &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/defendants&quot; class=&quot;cyc_term&quot;&gt;defendants&lt;/a&gt; in the case to engage in a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PetitioningForAWritOfCertiori&quot; class=&quot;cyc_term&quot;&gt;PetitioningForAWritOfCertiori&lt;/a&gt;, that is, a request that the court issue a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WritOfCertiori_LegalDocument&quot; class=&quot;cyc_term&quot;&gt;WritOfCertiori_LegalDocument&lt;/a&gt; to hear the case.  The court periodically meets in private conference (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ConferenceOfTheUnitedStatesSupremeCourt&quot; class=&quot;cyc_term&quot;&gt;ConferenceOfTheUnitedStatesSupremeCourt&lt;/a&gt;) to consider a filtered subset of these petitions (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PetitionForAWritOfCertiori_LegalDocument&quot; class=&quot;cyc_term&quot;&gt;PetitionForAWritOfCertiori_LegalDocument&lt;/a&gt;.  The court votes on each petition:  if four or more justices agree that the case rises to the level of a constitutuional issue, the court proceeds with an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IssuingAWritOfCertiori&quot; class=&quot;cyc_term&quot;&gt;IssuingAWritOfCertiori&lt;/a&gt;.  Otherwise, the court executes a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DenyingAPetitionOfCertiori&quot; class=&quot;cyc_term&quot;&gt;DenyingAPetitionOfCertiori&lt;/a&gt;.  The criteria used in deciding whether or not a cert petition merits the court&apos;s attention include resolving a conflict in the interpretation of a federal law or a constitutional provision, correcting an egregious departure from accepted jurisprudence, resolving an important question of federal law, and reviewing a decision of a lower court that conflicts with a previous decision of the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UnitedStatesSupremeCourt&quot; class=&quot;cyc_term&quot;&gt;UnitedStatesSupremeCourt&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensHalfMiddleJudo">
    <rdfs:label xml:lang="en">Olympic Womens Half Middle Judo</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicWomensHalfMiddleJudo</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Terminal_rabies">
    <cycAnnot:label xml:lang="en">(TerminalFn Rabies)</cycAnnot:label>
    <rdfs:label xml:lang="en">terminal rabies</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DetectingNetworkIntrusion">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GuardingSomething&quot; class=&quot;cyc_term&quot;&gt;GuardingSomething&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BecomingAwareOfAnEvent&quot; class=&quot;cyc_term&quot;&gt;BecomingAwareOfAnEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerActivity&quot; class=&quot;cyc_term&quot;&gt;ComputerActivity&lt;/a&gt;. Each instance of this collection is an event that involves scanning computer networks and finding signs of unauthorised intrusion. These days, this is often done with the help of an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IntrusionDetectionProgram&quot; class=&quot;cyc_term&quot;&gt;IntrusionDetectionProgram&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">DetectingNetworkIntrusion</cycAnnot:label>
    <rdfs:label xml:lang="en">detecting network intrusion</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CosmeticTreatmentEvent">
    <cycAnnot:label xml:lang="en">CosmeticTreatmentEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collections of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ProfessionalServicing&quot; class=&quot;cyc_term&quot;&gt;ProfessionalServicing&lt;/a&gt; events in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Person&quot; class=&quot;cyc_term&quot;&gt;Person&lt;/a&gt; is acted upon so that his/her &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PhysicalAttractiveness&quot; class=&quot;cyc_term&quot;&gt;PhysicalAttractiveness&lt;/a&gt; could be enhanced.</rdfs:comment>
    <rdfs:label xml:lang="en">cosmetic treatment</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ThankingSomeone">
    <rdfs:label xml:lang="en">thanking</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CommunicationAct_Single&quot; class=&quot;cyc_term&quot;&gt;CommunicationAct_Single&lt;/a&gt;, in which one agent thanks another.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ThankingSomeone</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Contracting_murder_services">
    <cycAnnot:label xml:lang="en">(ContractingFn Murder)</cycAnnot:label>
    <rdfs:label xml:lang="en">contracting murder services</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensIndivFoil">
    <cycAnnot:label xml:lang="en">OlympicMensIndivFoil</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens Indiv Foil</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="IBTRecoding">
    <rdfs:label xml:lang="en">event in which an information bearing thing is recorded</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IBTGeneration_Replication&quot; class=&quot;cyc_term&quot;&gt;IBTGeneration_Replication&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IBTRecoding&quot; class=&quot;cyc_term&quot;&gt;IBTRecoding&lt;/a&gt; is an event which generates a new information-bearing thing (i.e., an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationBearingThing&quot; class=&quot;cyc_term&quot;&gt;InformationBearingThing&lt;/a&gt;) by taking information from a source information-bearing thing (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/informationOrigin&quot; class=&quot;cyc_term&quot;&gt;informationOrigin&lt;/a&gt;), encoding it a new way, and incorporating it into a new information-bearing thing (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ibtGenerated&quot; class=&quot;cyc_term&quot;&gt;ibtGenerated&lt;/a&gt;).  Instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IBTRecoding&quot; class=&quot;cyc_term&quot;&gt;IBTRecoding&lt;/a&gt; may be done either by agents (e.g., people) or by non-agents (e.g., record players, or computers running translation software).  Recoding the content of a pre-existing information-bearing thing presupposes some instance of accessing it (i.e., of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AccessingAnIBT&quot; class=&quot;cyc_term&quot;&gt;AccessingAnIBT&lt;/a&gt;).</rdfs:comment>
    <cycAnnot:label xml:lang="en">IBTRecoding</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BiologicalCycle">
    <rdfs:label xml:lang="en">biological cycle</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of every &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WorkCycle&quot; class=&quot;cyc_term&quot;&gt;WorkCycle&lt;/a&gt; which occurs as part of the life function of some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BiologicalLivingObject&quot; class=&quot;cyc_term&quot;&gt;BiologicalLivingObject&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">BiologicalCycle</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BiologicalReproductionEvent">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BiologicalProductionEvent&quot; class=&quot;cyc_term&quot;&gt;BiologicalProductionEvent&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BiologicalReproductionEvent&quot; class=&quot;cyc_term&quot;&gt;BiologicalReproductionEvent&lt;/a&gt; is an event in which one or more instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BiologicalLivingObject&quot; class=&quot;cyc_term&quot;&gt;BiologicalLivingObject&lt;/a&gt; (q.v.) (related to the event by &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/parentActors&quot; class=&quot;cyc_term&quot;&gt;parentActors&lt;/a&gt;) produce at least one new instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BiologicalLivingObject&quot; class=&quot;cyc_term&quot;&gt;BiologicalLivingObject&lt;/a&gt; (related to the event by &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/offspringActors&quot; class=&quot;cyc_term&quot;&gt;offspringActors&lt;/a&gt;), generally of the same kind as the parents.  Notable specializations of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BiologicalReproductionEvent&quot; class=&quot;cyc_term&quot;&gt;BiologicalReproductionEvent&lt;/a&gt; include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AsexualReproductionEvent&quot; class=&quot;cyc_term&quot;&gt;AsexualReproductionEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SexualReproductionEvent&quot; class=&quot;cyc_term&quot;&gt;SexualReproductionEvent&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">reproduction event</rdfs:label>
    <cycAnnot:label xml:lang="en">BiologicalReproductionEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_water_polo">
    <rdfs:label xml:lang="en">playing water polo</rdfs:label>
    <cycAnnot:label xml:lang="en">(PlayingFn WaterPolo)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_a_fire_truck">
    <rdfs:label xml:lang="en">gaining control of a fire truck</rdfs:label>
    <cycAnnot:label xml:lang="en">(GainingControlOfFn FireTruck)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Knife_attack">
    <rdfs:label xml:lang="en">knife attack</rdfs:label>
    <cycAnnot:label xml:lang="en">(AttackTypeByWeaponTypeFn Knife)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RemovalSurgery">
    <rdfs:label xml:lang="en">surgical removal</rdfs:label>
    <rdfs:comment xml:lang="en">Surgery in which something is removed from the body.  The removed thing may be part of the body (like the appendix), or something more-or-less foreign, like a tumor or gallstones, etc.</rdfs:comment>
    <cycAnnot:label xml:lang="en">RemovalSurgery</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_fake_passports">
    <rdfs:label xml:lang="en">making fake passports</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn (ImitationOfCollectionFn Passport))</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SkippingAStone">
    <cycAnnot:label xml:lang="en">SkippingAStone</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of acts of throwing a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Pebble&quot; class=&quot;cyc_term&quot;&gt;Pebble&lt;/a&gt; at a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BodyOfWater&quot; class=&quot;cyc_term&quot;&gt;BodyOfWater&lt;/a&gt; with the intent that it should skip across the surface of the water</rdfs:comment>
    <rdfs:label xml:lang="en">skipping a stone</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WinstonCupRace">
    <rdfs:label xml:lang="en">winston cup race</rdfs:label>
    <cycAnnot:label xml:lang="en">WinstonCupRace</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_poker">
    <cycAnnot:label xml:lang="en">(PlayingFn Poker-CardGame)</cycAnnot:label>
    <rdfs:label xml:lang="en">playing poker</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LiabilitySuit">
    <rdfs:comment xml:lang="en">The collection of law suits in which an agent or group of agents sues another agent or group of agents, ususally to win compensation for damages or injury suffered due to the real or presumed defects of a product, and/or the negligence of the parties judged responsible.  The parties judged to be guilty are held responsible (liable) for the damages suffered due to negligence or supplying/selling a defective product or service.</rdfs:comment>
    <cycAnnot:label xml:lang="en">LiabilitySuit</cycAnnot:label>
    <rdfs:label xml:lang="en">liability suit</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HolidaySeason">
    <cycAnnot:label xml:lang="en">HolidaySeason</cycAnnot:label>
    <rdfs:comment xml:lang="en">Instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HolidaySeason&quot; class=&quot;cyc_term&quot;&gt;HolidaySeason&lt;/a&gt; are events which encompass the activities around a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Holiday&quot; class=&quot;cyc_term&quot;&gt;Holiday&lt;/a&gt; (or group of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Holiday&quot; class=&quot;cyc_term&quot;&gt;Holiday&lt;/a&gt;s).  The clearest example is &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChristmasSeason&quot; class=&quot;cyc_term&quot;&gt;ChristmasSeason&lt;/a&gt;.  While the exact boundaries of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HolidaySeason&quot; class=&quot;cyc_term&quot;&gt;HolidaySeason&lt;/a&gt; may be vague, it is nonethless a useful concept; in fact, much of the usefulness comes from that very fuzziness: it is hard to define exactly, but there are many things worth saying about it.</rdfs:comment>
    <rdfs:label xml:lang="en">holiday season</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="UsingAnAlgorithm">
    <cycAnnot:label xml:lang="en">UsingAnAlgorithm</cycAnnot:label>
    <rdfs:label xml:lang="en">using an algorithm</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Action&quot; class=&quot;cyc_term&quot;&gt;Action&lt;/a&gt; whose instances are events in which one or more intelligent agents (possibly software agents) accurately, completely, and &amp;quot;purposely&amp;quot; follow the steps of an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Algorithm&quot; class=&quot;cyc_term&quot;&gt;Algorithm&lt;/a&gt; (q.v.) with respect to some input(s) (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/algorithmInputs&quot; class=&quot;cyc_term&quot;&gt;algorithmInputs&lt;/a&gt;).  
&lt;p/&gt;
In using an algorithm, one is of course thereby also doing whatever it is that the algorithm is an algorithm &lt;i&gt;for&lt;/i&gt;.  For example, in following an algorithm for long division one is in fact dividing one number by another.  Instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UsingAnAlgorithm&quot; class=&quot;cyc_term&quot;&gt;UsingAnAlgorithm&lt;/a&gt; are by definition &amp;quot;successful&amp;quot; in that the algorithm in question must not be deviated from or incompletely followed.  
&lt;p/&gt;
An event in which a computer follows an algorithm (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/computerProcessAlgorithms&quot; class=&quot;cyc_term&quot;&gt;computerProcessAlgorithms&lt;/a&gt;) might be an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UsingAnAlgorithm&quot; class=&quot;cyc_term&quot;&gt;UsingAnAlgorithm&lt;/a&gt;, but only if that event is an agentive computer process associated with some pre-existing instance of &lt;font color=&quot;#ff0000&quot;&gt;#$SoftwareAgent&lt;/font&gt; (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/softwareAgentProcesses&quot; class=&quot;cyc_term&quot;&gt;softwareAgentProcesses&lt;/a&gt;).  
&lt;p/&gt;
For actions in which an agent, rather than carrying out an algorithm directly, uses a device that embodies an algorithm, see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Computing&quot; class=&quot;cyc_term&quot;&gt;Computing&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MakingAnObsceneGesture">
    <rdfs:comment xml:lang="en">The set of actions in which a person makes an obscene or objectionable sign, usually with fingers, hands, or arms; an expression of contempt or hostile provocation.</rdfs:comment>
    <rdfs:label xml:lang="en">making obscene gestures</rdfs:label>
    <cycAnnot:label xml:lang="en">MakingAnObsceneGesture</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensSwim_100MeterButterfly">
    <cycAnnot:label xml:lang="en">OlympicMensSwim-100MeterButterfly</cycAnnot:label>
    <rdfs:label xml:lang="en">olympic mens swim 100 meter butterfly</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SealingAnArea">
    <rdfs:comment xml:lang="en">A sub-collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ExercisingAuthoritativeControlOverSomething&quot; class=&quot;cyc_term&quot;&gt;ExercisingAuthoritativeControlOverSomething&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SealingAnArea&quot; class=&quot;cyc_term&quot;&gt;SealingAnArea&lt;/a&gt; involves one agent controlling a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Place&quot; class=&quot;cyc_term&quot;&gt;Place&lt;/a&gt; to such a degree that other agents are prevented from physically entering that area.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SealingAnArea</cycAnnot:label>
    <rdfs:label xml:lang="en">sealing an area</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FreestyleSkiingSportsEvent">
    <cycAnnot:label xml:lang="en">FreestyleSkiingSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">freestyle skiing</rdfs:label>
    <rdfs:comment xml:lang="en">The alpine sports events in which competitors are judged rather than timed</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CollegeAndUniversitySportsEvent">
    <rdfs:label xml:lang="en">college and university sports</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all sports events whose 
participants are college or university students 
 who compete as sanctioned representatives of their
   respective schools.</rdfs:comment>
    <cycAnnot:label xml:lang="en">CollegeAndUniversitySportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MortarAttack">
    <cycAnnot:label xml:lang="en">MortarAttack</cycAnnot:label>
    <rdfs:label xml:lang="en">mortar attack</rdfs:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackType&quot; class=&quot;cyc_term&quot;&gt;AttackType&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MortarAttack&quot; class=&quot;cyc_term&quot;&gt;MortarAttack&lt;/a&gt; is an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackOnTangible&quot; class=&quot;cyc_term&quot;&gt;AttackOnTangible&lt;/a&gt; in which at least one of the weapons used is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MortarLauncher&quot; class=&quot;cyc_term&quot;&gt;MortarLauncher&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ChemicalAttack">
    <cycAnnot:label xml:lang="en">ChemicalAttack</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events in which a chemical weapon is used against a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;PartiallyTangible&lt;/a&gt; target.</rdfs:comment>
    <rdfs:label xml:lang="en">chemical weapons attack</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SolarEclipse">
    <rdfs:comment xml:lang="en">The subclass of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Eclipse_CelestialEvent&quot; class=&quot;cyc_term&quot;&gt;Eclipse_CelestialEvent&lt;/a&gt; in which the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sun&quot; class=&quot;cyc_term&quot;&gt;Sun&lt;/a&gt; is obscured from view on &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PlanetEarth&quot; class=&quot;cyc_term&quot;&gt;PlanetEarth&lt;/a&gt; by the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MoonOfEarth&quot; class=&quot;cyc_term&quot;&gt;MoonOfEarth&lt;/a&gt;. When the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MoonOfEarth&quot; class=&quot;cyc_term&quot;&gt;MoonOfEarth&lt;/a&gt; is aligned between the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sun&quot; class=&quot;cyc_term&quot;&gt;Sun&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PlanetEarth&quot; class=&quot;cyc_term&quot;&gt;PlanetEarth&lt;/a&gt;, the moon partially or fully obscures the view of the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sun&quot; class=&quot;cyc_term&quot;&gt;Sun&lt;/a&gt; from some parts of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PlanetEarth&quot; class=&quot;cyc_term&quot;&gt;PlanetEarth&lt;/a&gt;. Such eclipses could be predicted by the Ancients (e.g., the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AncientRomanPerson&quot; class=&quot;cyc_term&quot;&gt;AncientRomanPerson&lt;/a&gt;s) and were considered to have divine providence.  Full &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SolarEclipse&quot; class=&quot;cyc_term&quot;&gt;SolarEclipse&lt;/a&gt;s, in which the moon obscures the entire solar disk, allow &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Astronomer&quot; class=&quot;cyc_term&quot;&gt;Astronomer&lt;/a&gt;s to view the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sun&quot; class=&quot;cyc_term&quot;&gt;Sun&lt;/a&gt;&apos;s corona. See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LunarEclipse&quot; class=&quot;cyc_term&quot;&gt;LunarEclipse&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SolarEclipse</cycAnnot:label>
    <rdfs:label xml:lang="en">solar eclipse</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NeutralizingAnEnemyForce">
    <cycAnnot:label xml:lang="en">NeutralizingAnEnemyForce</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of ConflictEvent. In events of this type, an agent. renders an enemy force incapable of interfering with some particular operation.</rdfs:comment>
    <rdfs:label xml:lang="en">neutralizing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ServiceProduct">
    <rdfs:comment xml:lang="en">The collection of all &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ServiceEvent&quot; class=&quot;cyc_term&quot;&gt;ServiceEvent&lt;/a&gt;s for which payment is made.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ServiceProduct</cycAnnot:label>
    <rdfs:label xml:lang="en">service product</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KillingByMeansOfCarBomb_VehicleDelivered">
    <rdfs:label xml:lang="en">killing by means of a car bomb</rdfs:label>
    <cycAnnot:label xml:lang="en">KillingByMeansOfCarBomb-VehicleDelivered</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ProductDistributionEvent">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DistributionEvent&quot; class=&quot;cyc_term&quot;&gt;DistributionEvent&lt;/a&gt;. Each instance of this collection is an event in which &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Product&quot; class=&quot;cyc_term&quot;&gt;Product&lt;/a&gt;s are distributed from a source (e.g., wholesaler or manufacturer) to various destinations (e.g., retailers) via some distribution network.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ProductDistributionEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">product distribution event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Graphic_design_institution">
    <rdfs:label xml:lang="en">graphic design institution</rdfs:label>
    <cycAnnot:label xml:lang="en">(CourseOfStudyFn GraphicDesign)</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all graphic design institutions. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CourseOfStudy&quot; class=&quot;cyc_term&quot;&gt;CourseOfStudy&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_Solitaire">
    <cycAnnot:label xml:lang="en">(GameFn Solitaire)</cycAnnot:label>
    <rdfs:label xml:lang="en">game of Solitaire</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RevengeAction">
    <cycAnnot:label xml:lang="en">RevengeAction</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of revengeful actions.</rdfs:comment>
    <rdfs:label xml:lang="en">vengeance</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WobbleBasePairing">
    <cycAnnot:label xml:lang="en">WobbleBasePairing</cycAnnot:label>
    <rdfs:label xml:lang="en">wobble base pairing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KidneyTransplantSurgery">
    <cycAnnot:label xml:lang="en">KidneyTransplantSurgery</cycAnnot:label>
    <rdfs:label xml:lang="en">kidney transplant</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all kidney transplants. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransplantSurgery&quot; class=&quot;cyc_term&quot;&gt;TransplantSurgery&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensKM20BiathlonEvent">
    <rdfs:label xml:lang="en">Olympic Mens KM 20 Biathlon Event</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensKM20BiathlonEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SkatingSportsEvent">
    <rdfs:label xml:lang="en">ice skating event</rdfs:label>
    <cycAnnot:label xml:lang="en">SkatingSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of ice skating events, including ice hockey, figure skating, and speed skating</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensKM20Skiing">
    <cycAnnot:label xml:lang="en">OlympicWomensKM20Skiing</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Womens KM 20 Skiing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FeatherweightFSWrestlingSportsEvent">
    <rdfs:comment xml:lang="en">A weight class of FSWrestlingSportsEvent</rdfs:comment>
    <rdfs:label xml:lang="en">featherweight fs wrestling sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">FeatherweightFSWrestlingSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EMNLPConference">
    <cycAnnot:label xml:lang="en">EMNLPConference</cycAnnot:label>
    <rdfs:label xml:lang="en">EMNLP conference</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DownhillSkiingSportsEvent">
    <rdfs:label xml:lang="en">downhill skiing event</rdfs:label>
    <cycAnnot:label xml:lang="en">DownhillSkiingSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">An alpine skiing event with a long steep hill and very few gates</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BPVEvent">
    <rdfs:label xml:lang="en">bpv event</rdfs:label>
    <cycAnnot:label xml:lang="en">BPVEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AttackByComputerOperation_Smurfing">
    <cycAnnot:label xml:lang="en">AttackByComputerOperation-Smurfing</cycAnnot:label>
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackByComputerOperation_Smurfing&quot; class=&quot;cyc_term&quot;&gt;AttackByComputerOperation_Smurfing&lt;/a&gt; is the collection of electronic attacks in which the attacker sends a large stream of spoofed instances of ping  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Packet_Internet&quot; class=&quot;cyc_term&quot;&gt;Packet_Internet&lt;/a&gt;s to a broadcast address (an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IPAddress&quot; class=&quot;cyc_term&quot;&gt;IPAddress&lt;/a&gt; that services an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerNetwork&quot; class=&quot;cyc_term&quot;&gt;ComputerNetwork&lt;/a&gt;).  The packets have as their source IP address the spoofed address of the victim.  When the broadcast host relays the packets to all of the host computers on its network, the hosts reply to the victim, resulting in a multiplication of the information sent to the victim and, if successful, disabling the victim&apos;s machine. (These attacks have been referred to as &amp;quot;smurf attacks&amp;quot; because the name of one of the exploit programs attackers use to execute this attack is called &amp;quot;smurf.&amp;quot;)</rdfs:comment>
    <rdfs:label xml:lang="en">a smurf attack</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RejectingAUIAInteraction">
    <cycAnnot:label xml:lang="en">RejectingAUIAInteraction</cycAnnot:label>
    <rdfs:label xml:lang="en">rejecting a UIA interaction</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SystolicBloodPressureTest">
    <cycAnnot:label xml:lang="en">SystolicBloodPressureTest</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all tests which measure the systolic blood pressure. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MedicalTesting&quot; class=&quot;cyc_term&quot;&gt;MedicalTesting&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SystolicBloodPressureTest&quot; class=&quot;cyc_term&quot;&gt;SystolicBloodPressureTest&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LearnedActivityType&quot; class=&quot;cyc_term&quot;&gt;LearnedActivityType&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">systolic blood pressure test</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OfferingAReward">
    <rdfs:label xml:lang="en">offering A reward</rdfs:label>
    <cycAnnot:label xml:lang="en">OfferingAReward</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Offering_CommunicationAct&quot; class=&quot;cyc_term&quot;&gt;Offering_CommunicationAct&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OfferingAReward&quot; class=&quot;cyc_term&quot;&gt;OfferingAReward&lt;/a&gt; is an event in which an agent offers a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Reward&quot; class=&quot;cyc_term&quot;&gt;Reward&lt;/a&gt; for something.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="VulnerabilityExploitationCase">
    <cycAnnot:label xml:lang="en">VulnerabilityExploitationCase</cycAnnot:label>
    <rdfs:label xml:lang="en">vulnerability exploitation case</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OtherVentricularRemodelingProcedure_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">OtherVentricularRemodelingProcedure-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">other ventricular remodeling procedure surgical procedure</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_BobsledSportsEvent">
    <rdfs:label xml:lang="en">bobsled event</rdfs:label>
    <cycAnnot:label xml:lang="en">PlayingOf-BobsledSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GainingPoliticalIndependence">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransferOfPoliticalControl&quot; class=&quot;cyc_term&quot;&gt;TransferOfPoliticalControl&lt;/a&gt;.  In each instance
of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GainingPoliticalIndependence&quot; class=&quot;cyc_term&quot;&gt;GainingPoliticalIndependence&lt;/a&gt;, a group of people or
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeopoliticalEntity&quot; class=&quot;cyc_term&quot;&gt;GeopoliticalEntity&lt;/a&gt; achieve a significant degree of political
autonomy.  Prominent specializations include:
(i) cases in which territory under the formal control of some
political entity is &apos;broken off&apos; and put under the control of a new,
or newly-independent, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeopoliticalEntity&quot; class=&quot;cyc_term&quot;&gt;GeopoliticalEntity&lt;/a&gt; (cf.
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Separation_Geopolitical&quot; class=&quot;cyc_term&quot;&gt;Separation_Geopolitical&lt;/a&gt;), and (ii) cases in which a state under the
effective control of another &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeopoliticalEntity&quot; class=&quot;cyc_term&quot;&gt;GeopoliticalEntity&lt;/a&gt; regains its
independence, e.g., an occupying or colonial power.</rdfs:comment>
    <cycAnnot:label xml:lang="en">GainingPoliticalIndependence</cycAnnot:label>
    <rdfs:label xml:lang="en">gaining political independence</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Explosion">
    <rdfs:label xml:lang="en">explosion</rdfs:label>
    <cycAnnot:label xml:lang="en">Explosion</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events, and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EnergyConversionProcess&quot; class=&quot;cyc_term&quot;&gt;EnergyConversionProcess&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DecompositionProcess&quot; class=&quot;cyc_term&quot;&gt;DecompositionProcess&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Explosion&quot; class=&quot;cyc_term&quot;&gt;Explosion&lt;/a&gt; is an event that involves a chaotic release of energy.  It is not exactly controlled, even in the best circumstances, though it may be contained and channelled to do useful work (such as within the cylinders of a car engine, or  when a hole is blasted for a backyard swimming pool.). Specializations of this collection include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Deflagration&quot; class=&quot;cyc_term&quot;&gt;Deflagration&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Detonation&quot; class=&quot;cyc_term&quot;&gt;Detonation&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/NuclearExplosion&quot; class=&quot;cyc_term&quot;&gt;NuclearExplosion&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Supernova&quot; class=&quot;cyc_term&quot;&gt;Supernova&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MakingAVictoryGesture">
    <rdfs:label xml:lang="en">making a victory gesture</rdfs:label>
    <rdfs:comment xml:lang="en">The set of actions in which a person raises two fingers (index and middle) to form a &apos;&apos;V,&apos;&apos; signifying victory.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MakingAVictoryGesture</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SolingSportsEvent">
    <cycAnnot:label xml:lang="en">SolingSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">A class of YachtingSportsEvent</rdfs:comment>
    <rdfs:label xml:lang="en">soling event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Obtaining_passport">
    <rdfs:label xml:lang="en">obtaining passport</rdfs:label>
    <cycAnnot:label xml:lang="en">(ObtainingFn Passport)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ProducingAnAlcoholicBeverage">
    <rdfs:label xml:lang="en">producing a batch of an alcoholic beverage</rdfs:label>
    <cycAnnot:label xml:lang="en">ProducingAnAlcoholicBeverage</cycAnnot:label>
    <rdfs:comment xml:lang="en">Making a batch of some alcoholic beverage such as beer, wine, etc.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="UtilityWireProject_Dig">
    <rdfs:label xml:lang="en">utility wire project dig</rdfs:label>
    <cycAnnot:label xml:lang="en">UtilityWireProject-Dig</cycAnnot:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DiggingAHole&quot; class=&quot;cyc_term&quot;&gt;DiggingAHole&lt;/a&gt;. Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UtilityWireProject_Dig&quot; class=&quot;cyc_term&quot;&gt;UtilityWireProject_Dig&lt;/a&gt; is an event
in which one or more construction workers dig in order to provide
access to an underground &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UtilityWire&quot; class=&quot;cyc_term&quot;&gt;UtilityWire&lt;/a&gt; for purposes of repairing it.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PayingSubEventsSmugglingNuclearMaterial">
    <cycAnnot:label xml:lang="en">PayingSubEventsSmugglingNuclearMaterial</cycAnnot:label>
    <rdfs:label xml:lang="en">paying sub events smuggling nuclear material</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BalloonPayment">
    <cycAnnot:label xml:lang="en">BalloonPayment</cycAnnot:label>
    <rdfs:label xml:lang="en">balloon payment</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MoneyTransaction&quot; class=&quot;cyc_term&quot;&gt;MoneyTransaction&lt;/a&gt;s in which the remaining unpaid principle amount of a mortgage or other long-term loan is paid to the lender, extinguishing the debt.  This final payment is larger than the regular payments.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LosingSightOfSomething">
    <rdfs:label xml:lang="en">losing</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of events; a subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Action&quot; class=&quot;cyc_term&quot;&gt;Action&lt;/a&gt;. In each &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LosingSightOfSomething&quot; class=&quot;cyc_term&quot;&gt;LosingSightOfSomething&lt;/a&gt;, someone allows something to go out of sight.</rdfs:comment>
    <cycAnnot:label xml:lang="en">LosingSightOfSomething</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Consoling">
    <rdfs:label xml:lang="en">consoling</rdfs:label>
    <rdfs:comment xml:lang="en">The activity of consoling someone</rdfs:comment>
    <cycAnnot:label xml:lang="en">Consoling</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SpringBreak">
    <cycAnnot:label xml:lang="en">SpringBreak</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of spring breaks - week-long academic vacations observed every spring by colleges and universities in the U.S.</rdfs:comment>
    <rdfs:label xml:lang="en">spring break</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Exploration_AorticValve_SurgicalProcedure">
    <rdfs:label xml:lang="en">aortic valve exploration</rdfs:label>
    <cycAnnot:label xml:lang="en">Exploration-AorticValve-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensKM5Skiing">
    <cycAnnot:label xml:lang="en">OlympicWomensKM5Skiing</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Women&apos;s 5 kilometer Skiing competition</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensST500MeterSpeedSkate">
    <cycAnnot:label xml:lang="en">OlympicWomensST500MeterSpeedSkate</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Womens ST 500 Meter Speed Skate</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AtrialRepairProcedure_Surgical">
    <cycAnnot:label xml:lang="en">AtrialRepairProcedure-Surgical</cycAnnot:label>
    <rdfs:label xml:lang="en">atrium repair</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="InterfacingBetweenCDROMDriveAndOS">
    <cycAnnot:label xml:lang="en">InterfacingBetweenCDROMDriveAndOS</cycAnnot:label>
    <rdfs:label xml:lang="en">interfacing between CDROM drive and OS</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of actions performed by computers. In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InterfacingBetweenCDROMDriveAndOS&quot; class=&quot;cyc_term&quot;&gt;InterfacingBetweenCDROMDriveAndOS&lt;/a&gt;, a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CD_ROMDriver&quot; class=&quot;cyc_term&quot;&gt;CD_ROMDriver&lt;/a&gt; interfaces between a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CD_ROMDrive&quot; class=&quot;cyc_term&quot;&gt;CD_ROMDrive&lt;/a&gt; and the operating system; permitting the latter to manipulate the former in a standard way.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MakingAnAgreement">
    <rdfs:label xml:lang="en">authorization</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CreationEvent&quot; class=&quot;cyc_term&quot;&gt;CreationEvent&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CooperationEvent&quot; class=&quot;cyc_term&quot;&gt;CooperationEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Communicating&quot; class=&quot;cyc_term&quot;&gt;Communicating&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MakingAnAgreement&quot; class=&quot;cyc_term&quot;&gt;MakingAnAgreement&lt;/a&gt; is an event in which two or more agents specify the terms of an agreement (see the collection &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agreement&quot; class=&quot;cyc_term&quot;&gt;Agreement&lt;/a&gt;) to which they will be agreeing parties (see the predicate &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/agreeingAgents&quot; class=&quot;cyc_term&quot;&gt;agreeingAgents&lt;/a&gt;), and subsequently enter into that agreement.  Specializations of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MakingAnAgreement&quot; class=&quot;cyc_term&quot;&gt;MakingAnAgreement&lt;/a&gt; include  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EngagementEventPart_BecomingEngaged&quot; class=&quot;cyc_term&quot;&gt;EngagementEventPart_BecomingEngaged&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EmployeeHiring&quot; class=&quot;cyc_term&quot;&gt;EmployeeHiring&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeclaringCeaseFire&quot; class=&quot;cyc_term&quot;&gt;DeclaringCeaseFire&lt;/a&gt;, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MakingAReservation&quot; class=&quot;cyc_term&quot;&gt;MakingAReservation&lt;/a&gt;. See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BreakingAnAgreement&quot; class=&quot;cyc_term&quot;&gt;BreakingAnAgreement&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MakingAnAgreement</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LoweringAnObject">
    <cycAnnot:label xml:lang="en">LoweringAnObject</cycAnnot:label>
    <rdfs:label xml:lang="en">lowering an object</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ImplementEmbargo">
    <cycAnnot:label xml:lang="en">ImplementEmbargo</cycAnnot:label>
    <rdfs:label xml:lang="en">implementing an embargo</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events where the acting state begins an embargo against anothe state or group of states.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Jumping">
    <rdfs:label xml:lang="en">jumping</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MovementProcess&quot; class=&quot;cyc_term&quot;&gt;MovementProcess&lt;/a&gt;es in which an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Animal&quot; class=&quot;cyc_term&quot;&gt;Animal&lt;/a&gt; agent springs vertically or horizontally into the air by rapidly extending its legs.  Distinct from &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FallingProcess&quot; class=&quot;cyc_term&quot;&gt;FallingProcess&lt;/a&gt;es.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Jumping</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DisplayingAUIALink">
    <cycAnnot:label xml:lang="en">DisplayingAUIALink</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all instances in which the UIA displays a link on one of its pages. An individual link is an option available to the user on a specific page, although some links to the same location are present on more than one page.</rdfs:comment>
    <rdfs:label xml:lang="en">displaying a UIA link</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LeftAtrialAppendageSizeReduction_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">LeftAtrialAppendageSizeReduction-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">left atrial appendage size reduction</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Trip_CommercialAirline_Mass">
    <cycAnnot:label xml:lang="en">Trip-CommercialAirline-Mass</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all instances of (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransportViaFn&quot; class=&quot;cyc_term&quot;&gt;TransportViaFn&lt;/a&gt; AirTransportationDevice) in which a group of passengers is transported from one place to another on a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PassengerAirplane&quot; class=&quot;cyc_term&quot;&gt;PassengerAirplane&lt;/a&gt; under the auspices of a commercial airline (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AirlineCompany&quot; class=&quot;cyc_term&quot;&gt;AirlineCompany&lt;/a&gt;).  Each instance includes subevents which are instances of &lt;font color=&quot;#ff0000&quot;&gt;#$FlightViaAirTransportationDevice&lt;/font&gt;, as well as loading luggage, loading and offloading passengers, and taxiing to and from the terminals.</rdfs:comment>
    <rdfs:label xml:lang="en">commercial airline flight</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensKayak1000MeterPairs">
    <rdfs:label xml:lang="en">Olympic Mens Kayak 1000 Meter Pairs competition</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensKayak1000MeterPairs</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FiscalPeriod">
    <rdfs:label xml:lang="en">fiscal period</rdfs:label>
    <rdfs:comment xml:lang="en">Each instance of this collection is a date (usually either a year (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FiscalYear&quot; class=&quot;cyc_term&quot;&gt;FiscalYear&lt;/a&gt;) or a calendar quarter (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FiscalQuarter&quot; class=&quot;cyc_term&quot;&gt;FiscalQuarter&lt;/a&gt;)) kept track of by an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; as part of its financial accounting procedures.</rdfs:comment>
    <cycAnnot:label xml:lang="en">FiscalPeriod</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ApprovalOfTreaty">
    <rdfs:label xml:lang="en">approval of treaty</rdfs:label>
    <cycAnnot:label xml:lang="en">ApprovalOfTreaty</cycAnnot:label>
    <rdfs:comment xml:lang="en">A subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ApprovingARequest&quot; class=&quot;cyc_term&quot;&gt;ApprovingARequest&lt;/a&gt;. In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ApprovalOfTreaty&quot; class=&quot;cyc_term&quot;&gt;ApprovalOfTreaty&lt;/a&gt;, a propsed treaty is approved by an authorized agent.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="VascularProcedureName_bentall___hemashield_valved_conduit">
    <cycAnnot:label xml:lang="en">VascularProcedureName_bentall_-_hemashield_valved_conduit</cycAnnot:label>
    <rdfs:label xml:lang="en">vascular procedure name_bentall__hemashield_valved_conduit</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HospitalCareEventWithAdmissionOnSameDayAsElectiveSurgery">
    <rdfs:label xml:lang="en">hospital care event with admission on the same day as an elective surgery</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HospitalCareEvent&quot; class=&quot;cyc_term&quot;&gt;HospitalCareEvent&lt;/a&gt;. Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HospitalCareEventWithAdmissionOnSameDayAsElectiveSurgery&quot; class=&quot;cyc_term&quot;&gt;HospitalCareEventWithAdmissionOnSameDayAsElectiveSurgery&lt;/a&gt; is a hospital care event in which a patient is admited on the same day as their elective surgery.</rdfs:comment>
    <cycAnnot:label xml:lang="en">HospitalCareEventWithAdmissionOnSameDayAsElectiveSurgery</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HelpingSomeoneGetAbout">
    <rdfs:comment xml:lang="en">The action of assisting someone to walk or move.</rdfs:comment>
    <rdfs:label xml:lang="en">helping someone get about</rdfs:label>
    <cycAnnot:label xml:lang="en">HelpingSomeoneGetAbout</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensCycling_4000MeterIndividual">
    <rdfs:label xml:lang="en">Olympic Men&apos;s Cycling - 4000 Meter Individual competition</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensCycling-4000MeterIndividual</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Cheating">
    <cycAnnot:label xml:lang="en">Cheating</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all actions in which one agent breaks some rule without being penalized or otherwise adversely affected. This generally entails that at least one other agent is deceived into thinking that the cheater has abided by the rules. If the cheater is discovered and penalized for the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cheating&quot; class=&quot;cyc_term&quot;&gt;Cheating&lt;/a&gt;, then the action is an instance not of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cheating&quot; class=&quot;cyc_term&quot;&gt;Cheating&lt;/a&gt;, but of (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttemptingFn&quot; class=&quot;cyc_term&quot;&gt;AttemptingFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cheating&quot; class=&quot;cyc_term&quot;&gt;Cheating&lt;/a&gt;).</rdfs:comment>
    <rdfs:label xml:lang="en">rip-off</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ReconnaissanceInForce_MilitaryOperation">
    <rdfs:comment xml:lang="en">ReconnaissanceInForce is a focused collection effort in a geographic area with a force large enough to engage the enemy if detected.  It is performed before, during, and after other operations to provide information used by the commander to confirm or modify his course of action. FM100-40, p15-1.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ReconnaissanceInForce-MilitaryOperation</cycAnnot:label>
    <rdfs:label xml:lang="en">reconnaissance in force</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CardiacCatheterization_PulmonaryAngiogram">
    <cycAnnot:label xml:lang="en">CardiacCatheterization-PulmonaryAngiogram</cycAnnot:label>
    <rdfs:label xml:lang="en">pulmonary angiogram</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="QualifyingTrial">
    <rdfs:comment xml:lang="en">A competition which is a precursor to another competition.  Only those who perform sufficiently well in a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/QualifyingTrial&quot; class=&quot;cyc_term&quot;&gt;QualifyingTrial&lt;/a&gt; become competitors in the subsequent competition.</rdfs:comment>
    <rdfs:label xml:lang="en">qualifying trial</rdfs:label>
    <cycAnnot:label xml:lang="en">QualifyingTrial</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Finding_toothpaste_tube">
    <cycAnnot:label xml:lang="en">(FindingAPhysicalObjectFn ToothpasteTube)</cycAnnot:label>
    <rdfs:label xml:lang="en">finding toothpaste tube</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LegalCounsellingService">
    <cycAnnot:label xml:lang="en">LegalCounsellingService</cycAnnot:label>
    <rdfs:comment xml:lang="en">legal counselling as a service</rdfs:comment>
    <rdfs:label xml:lang="en">legal service</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ArmWrestling">
    <cycAnnot:label xml:lang="en">ArmWrestling</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all athletic &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Competition&quot; class=&quot;cyc_term&quot;&gt;Competition&lt;/a&gt;s in which the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/competingAgents&quot; class=&quot;cyc_term&quot;&gt;competingAgents&lt;/a&gt; sit facing each other across a table, place their (typically) right elbows on the table, clasp each other&apos;s (again,           typically) right hand, and try to force each other&apos;s forearm down so that it touches the top of the table.</rdfs:comment>
    <rdfs:label xml:lang="en">arm wrestling</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FreeShotPenalizing">
    <rdfs:comment xml:lang="en">A penalty in which your opponent is allowed one un-rushed, un-blocked kick, throw, or shot of the ball or puck.</rdfs:comment>
    <cycAnnot:label xml:lang="en">FreeShotPenalizing</cycAnnot:label>
    <rdfs:label xml:lang="en">free shot penalty</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CycImage">
    <rdfs:label xml:lang="en">Cyc image</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all computer processes [&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerProcess_Generic&quot; class=&quot;cyc_term&quot;&gt;ComputerProcess_Generic&lt;/a&gt;] which are instantiations of Cyc.</rdfs:comment>
    <cycAnnot:label xml:lang="en">CycImage</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensKM5RelaySkiing">
    <cycAnnot:label xml:lang="en">OlympicWomensKM5RelaySkiing</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Womens 5 kilometer Relay Skiing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ChestWallBiopsyOfBoneMarrow_SurgicalProcedure">
    <rdfs:label xml:lang="en">bone marrow biopsy</rdfs:label>
    <cycAnnot:label xml:lang="en">ChestWallBiopsyOfBoneMarrow-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensNordicCombined">
    <cycAnnot:label xml:lang="en">OlympicMensNordicCombined</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens Nordic Combined</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Sabotage_against_an_industrial_plant_that_is_composed_primarily_of_some_petroleum_product">
    <cycAnnot:label xml:lang="en">(AttackTypeByTargetTypeFn (SubCollectionNamedFn &quot;sabotage&quot; HostileSocialAction) (SubcollectionOfWithRelationToTypeFn FactoryBuildingComplex mainConstituent PetroleumProduct))</cycAnnot:label>
    <rdfs:label xml:lang="en">sabotage against an industrial plant that is composed primarily of some petroleum product</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensM1000SpeedSkate">
    <cycAnnot:label xml:lang="en">OlympicWomensM1000SpeedSkate</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Womens M 1000 Speed Skate</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SaladCourse">
    <rdfs:comment xml:lang="en">The collection of events defined as subevents within formal dining in which one eats salad.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SaladCourse</cycAnnot:label>
    <rdfs:label xml:lang="en">salad course</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Inspecting">
    <cycAnnot:label xml:lang="en">Inspecting</cycAnnot:label>
    <rdfs:comment xml:lang="en">The act of inspecting something : looking over, viewing closely, eyeing critically.  In the manufacturing domain, the result of an inspection is a judgement as to whether the thing inspected meets its specification.  We leave the representation of this last fact for later.</rdfs:comment>
    <rdfs:label xml:lang="en">inspecting</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Encouraging">
    <rdfs:label xml:lang="en">encouragement</rdfs:label>
    <cycAnnot:label xml:lang="en">Encouraging</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GrantingMostFavoredNationStatus">
    <cycAnnot:label xml:lang="en">GrantingMostFavoredNationStatus</cycAnnot:label>
    <rdfs:label xml:lang="en">granting most favored nation status</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events in which a country grants most favored nation trading status to another country.  That is, the first country engages not to subject the second to tariffs any higher than the lowest level applied by the first to any other country.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OsteopathicCareEvent">
    <cycAnnot:label xml:lang="en">OsteopathicCareEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">The osteopathic treatment or prevention of disease.</rdfs:comment>
    <rdfs:label xml:lang="en">osteopathic medical care event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SettingUpADirectDebit">
    <rdfs:comment xml:lang="en">The procedure of setting up a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DirectDebitInstruction&quot; class=&quot;cyc_term&quot;&gt;DirectDebitInstruction&lt;/a&gt;.  See &lt;a href= &quot;http://www.directdebit.co.uk/general_public/getting_started.php&quot;&gt;http://www.directdebit.co.uk/general_public/getting_started.php&lt;/a&gt;</rdfs:comment>
    <cycAnnot:label xml:lang="en">SettingUpADirectDebit</cycAnnot:label>
    <rdfs:label xml:lang="en">setting up a direct debit</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GettingAJob">
    <rdfs:label xml:lang="en">employ</rdfs:label>
    <rdfs:comment xml:lang="en">The activity of getting a job.  This unit should be fleshed out to include the stereotypical steps involved in getting a job.  These might include: responding to a notice, sending a resume, going for an interview, negotiating for a salary, etc.</rdfs:comment>
    <cycAnnot:label xml:lang="en">GettingAJob</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RepurchaseProgram">
    <cycAnnot:label xml:lang="en">RepurchaseProgram</cycAnnot:label>
    <rdfs:label xml:lang="en">repurchase program</rdfs:label>
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RepurchaseProgram&quot; class=&quot;cyc_term&quot;&gt;RepurchaseProgram&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Project&quot; class=&quot;cyc_term&quot;&gt;Project&lt;/a&gt; in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PubliclyHeldCorporation&quot; class=&quot;cyc_term&quot;&gt;PubliclyHeldCorporation&lt;/a&gt; aims to buy back a certain portion of its &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Stock&quot; class=&quot;cyc_term&quot;&gt;Stock&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MaupintourVacationPackage">
    <cycAnnot:label xml:lang="en">MaupintourVacationPackage</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/VacationPackage&quot; class=&quot;cyc_term&quot;&gt;VacationPackage&lt;/a&gt; sold by
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MaupintourTravelAgency&quot; class=&quot;cyc_term&quot;&gt;MaupintourTravelAgency&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">the Maupin Tour Vacation Package</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ManeuverMateriel">
    <rdfs:label xml:lang="en">maneuver materiel</rdfs:label>
    <cycAnnot:label xml:lang="en">ManeuverMateriel</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OnlineAuction">
    <rdfs:comment xml:lang="en">The collection of all &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Auction_Event&quot; class=&quot;cyc_term&quot;&gt;Auction_Event&lt;/a&gt;s conducted through a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WorldWideWebSite&quot; class=&quot;cyc_term&quot;&gt;WorldWideWebSite&lt;/a&gt;. A description of each item up for bids is placed on the website, and bidders submit their bids electronically. The transaction is generally mediated by the operators of the website.</rdfs:comment>
    <rdfs:label xml:lang="en">online auction</rdfs:label>
    <cycAnnot:label xml:lang="en">OnlineAuction</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SortingE_MailMessages">
    <cycAnnot:label xml:lang="en">SortingE-MailMessages</cycAnnot:label>
    <rdfs:label xml:lang="en">sorting e-mail messages</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all events in which E-MailMessages are sorted.  The assumption is that, in the &lt;font color=&quot;#ff0000&quot;&gt;#$DevicePerspectiveMt&lt;/font&gt;, some program is the performer.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SeizingAndHoldingHostageForRansom">
    <rdfs:label xml:lang="en">seizing and holding hostage for ransom</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all events in which one or more living organisms are forcibly seized and held in a hostage-holding wherein one or more ransom demands are made.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SeizingAndHoldingHostageForRansom</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_bombs">
    <rdfs:label xml:lang="en">making bombs</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn Bomb)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensYachting470">
    <rdfs:label xml:lang="en">Olympic Mens Yachting 470</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensYachting470</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MarkingExtentOfMineField">
    <rdfs:comment xml:lang="en">A collection of events.  A subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MeasuringSomething&quot; class=&quot;cyc_term&quot;&gt;MeasuringSomething&lt;/a&gt; in which the &lt;font color=&quot;#ff0000&quot;&gt;#$thingEvaluated&lt;/font&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MineField&quot; class=&quot;cyc_term&quot;&gt;MineField&lt;/a&gt;, and its extent is determined by some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryOrganization&quot; class=&quot;cyc_term&quot;&gt;MilitaryOrganization&lt;/a&gt;, for the purpose of clearing a lane through it.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MarkingExtentOfMineField</cycAnnot:label>
    <rdfs:label xml:lang="en">marking the extent of a mine field</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DeterminingTypeOfKnowledgeNeeded">
    <cycAnnot:label xml:lang="en">DeterminingTypeOfKnowledgeNeeded</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all actions in which an agent determines the type of knowledge needed to complete a given task.  After such an act is complete, the agent is likely to attmept to determine facts that match the type of knowledge needed or to communicate the knowledge template to others so that they may solve the problem.</rdfs:comment>
    <rdfs:label xml:lang="en">determining knowledge needs</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NewsConference">
    <cycAnnot:label xml:lang="en">NewsConference</cycAnnot:label>
    <rdfs:label xml:lang="en">press conference</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all meetings in which members of the press are called in order to publicly provide them with information which the organizers of the press conference wish disseminated to the public.  A statement is initally given to the press, after which the press is given the opportunity to ask questions.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SkiJumpLargeIndivSportsEvent">
    <cycAnnot:label xml:lang="en">SkiJumpLargeIndivSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SkiJumpSportsEvent&quot; class=&quot;cyc_term&quot;&gt;SkiJumpSportsEvent&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">ski jump large indiv sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SternalFractureRepair_SurgicalProcedure">
    <rdfs:label xml:lang="en">sternal fracture repair</rdfs:label>
    <cycAnnot:label xml:lang="en">SternalFractureRepair-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="IsolatingAnEnemy">
    <rdfs:comment xml:lang="en">A specialization of ContainingAnEnemy. To isolate an enemy force is to seal it off physically and psychologically from sources of support. As with containment, isolation involves denying an enemy freedom of movement and contact with other enemy forces.</rdfs:comment>
    <cycAnnot:label xml:lang="en">IsolatingAnEnemy</cycAnnot:label>
    <rdfs:label xml:lang="en">military isolation task</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MediastinumNeckThymectomy_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">MediastinumNeckThymectomy-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">thymectomy</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Fasting">
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Refraining&quot; class=&quot;cyc_term&quot;&gt;Refraining&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Fasting&quot; class=&quot;cyc_term&quot;&gt;Fasting&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PurposefulPhysicalAction&quot; class=&quot;cyc_term&quot;&gt;PurposefulPhysicalAction&lt;/a&gt; in which one deliberately deprives oneself of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Food&quot; class=&quot;cyc_term&quot;&gt;Food&lt;/a&gt; for an abnormally long period of time.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Fasting</cycAnnot:label>
    <rdfs:label xml:lang="en">fasting</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="IPDiscoveryScan">
    <cycAnnot:label xml:lang="en">IPDiscoveryScan</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PacketScanningAComputationalSystem&quot; class=&quot;cyc_term&quot;&gt;PacketScanningAComputationalSystem&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IPDiscoveryScan&quot; class=&quot;cyc_term&quot;&gt;IPDiscoveryScan&lt;/a&gt; is a scan of a computational system performed with the goal of determining whether or not certain IP addresses are active.  Typically, a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PingCommandProgram&quot; class=&quot;cyc_term&quot;&gt;PingCommandProgram&lt;/a&gt; is used.</rdfs:comment>
    <rdfs:label xml:lang="en">IP discovery scan</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BillBecomesFederalLaw_USFederalLegislating">
    <rdfs:label xml:lang="en">bill becoming a law</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LegalProceeding&quot; class=&quot;cyc_term&quot;&gt;LegalProceeding&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BillBecomesFederalLaw_USFederalLegislating&quot; class=&quot;cyc_term&quot;&gt;BillBecomesFederalLaw_USFederalLegislating&lt;/a&gt; is an event in which a bill has completed the legislative process and thereby becomes a law.</rdfs:comment>
    <cycAnnot:label xml:lang="en">BillBecomesFederalLaw-USFederalLegislating</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GovernmentPaidService">
    <rdfs:label xml:lang="en">government-paid service</rdfs:label>
    <cycAnnot:label xml:lang="en">GovernmentPaidService</cycAnnot:label>
    <rdfs:comment xml:lang="en">Specifically those services paid for fully by the government via taxes, license fees, etc., and for which the recipient of the service does not pay directly (e.g., food stamps).  By default, the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/providerOfService&quot; class=&quot;cyc_term&quot;&gt;providerOfService&lt;/a&gt; is a LegalGovernmentalOrganization.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ReturningLibraryItem">
    <rdfs:label xml:lang="en">returning library item</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of events; a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ReturningSomething&quot; class=&quot;cyc_term&quot;&gt;ReturningSomething&lt;/a&gt;.  In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ReturningLibraryItem&quot; class=&quot;cyc_term&quot;&gt;ReturningLibraryItem&lt;/a&gt;, the borrower (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BorrowingLibraryItem&quot; class=&quot;cyc_term&quot;&gt;BorrowingLibraryItem&lt;/a&gt;) returns the borrowed library-item.  After an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ReturningLibraryItem&quot; class=&quot;cyc_term&quot;&gt;ReturningLibraryItem&lt;/a&gt;, the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; who returns the borrowed item loses the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PrimaryUserRights&quot; class=&quot;cyc_term&quot;&gt;PrimaryUserRights&lt;/a&gt; on the item.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ReturningLibraryItem</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KidnappingSomebodySubEventsMurderDeviceUsedGun_Portable">
    <rdfs:label xml:lang="en">kidnapping somebody sub events murder device used gun portable</rdfs:label>
    <cycAnnot:label xml:lang="en">KidnappingSomebodySubEventsMurderDeviceUsedGun-Portable</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WinkingAnEye">
    <rdfs:label xml:lang="en">winking</rdfs:label>
    <cycAnnot:label xml:lang="en">WinkingAnEye</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HittingAnOpponent">
    <cycAnnot:label xml:lang="en">HittingAnOpponent</cycAnnot:label>
    <rdfs:label xml:lang="en">hitting an opponent</rdfs:label>
    <rdfs:comment xml:lang="en">Hitting an opponent with the arms.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ImplantOrExplant_Icd_SurgicalProcedure">
    <rdfs:label xml:lang="en">implant or explant of an implantable cardioverter defbrillator</rdfs:label>
    <cycAnnot:label xml:lang="en">ImplantOrExplant-Icd-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Cyc101Lecture">
    <rdfs:label xml:lang="en">Cyc 101 lecture</rdfs:label>
    <cycAnnot:label xml:lang="en">Cyc101Lecture</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Minting">
    <rdfs:label xml:lang="en">minting</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn Coin-Currency)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Debut">
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Debut&quot; class=&quot;cyc_term&quot;&gt;Debut&lt;/a&gt; is the first instance of something, often a performance or role or commercial availability of an object.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Debut</cycAnnot:label>
    <rdfs:label xml:lang="en">debut</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Arson">
    <rdfs:label xml:lang="en">arson</rdfs:label>
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Arson&quot; class=&quot;cyc_term&quot;&gt;Arson&lt;/a&gt; is an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SettingSomethingOnFire&quot; class=&quot;cyc_term&quot;&gt;SettingSomethingOnFire&lt;/a&gt; that is also a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CriminalAct&quot; class=&quot;cyc_term&quot;&gt;CriminalAct&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Arson</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HeavyweightGRWrestlingSportsEvent">
    <rdfs:comment xml:lang="en">A weight class of GRWrestlingSportsEvent</rdfs:comment>
    <rdfs:label xml:lang="en">heavyweight gr wrestling sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">HeavyweightGRWrestlingSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GettingAMortgageOnAHouseToRent">
    <rdfs:label xml:lang="en">getting a mortgage and rent the house out</rdfs:label>
    <cycAnnot:label xml:lang="en">GettingAMortgageOnAHouseToRent</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Investing&quot; class=&quot;cyc_term&quot;&gt;Investing&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GettingAMortgageOnAHouseToRent&quot; class=&quot;cyc_term&quot;&gt;GettingAMortgageOnAHouseToRent&lt;/a&gt; is an event in which someone acquires an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BuyToLetMortgage&quot; class=&quot;cyc_term&quot;&gt;BuyToLetMortgage&lt;/a&gt; in an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GettingAMortgageOnAHouseToRent&quot; class=&quot;cyc_term&quot;&gt;GettingAMortgageOnAHouseToRent&lt;/a&gt;, and then procedes to rent the house to someone else.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BombingMission_Aerial">
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AerialAttack&quot; class=&quot;cyc_term&quot;&gt;AerialAttack&lt;/a&gt;s in which the primary purpose of the mission is to perform a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Bombing&quot; class=&quot;cyc_term&quot;&gt;Bombing&lt;/a&gt; on some specified target.  The &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Bombing&quot; class=&quot;cyc_term&quot;&gt;Bombing&lt;/a&gt; need only be a planned part of the mission, and not actually occur, for the mission to be a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BombingMission_Aerial&quot; class=&quot;cyc_term&quot;&gt;BombingMission_Aerial&lt;/a&gt;.  However, the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Bombing&quot; class=&quot;cyc_term&quot;&gt;Bombing&lt;/a&gt; must in general occur for the mission to be considered a success.</rdfs:comment>
    <cycAnnot:label xml:lang="en">BombingMission-Aerial</cycAnnot:label>
    <rdfs:label xml:lang="en">bombing mission</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SeaSurfaceAtmosphereExchange">
    <cycAnnot:label xml:lang="en">SeaSurfaceAtmosphereExchange</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Permeation&quot; class=&quot;cyc_term&quot;&gt;Permeation&lt;/a&gt; processes whereby various gasses such as gaseous
CO2 diffuse out of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TheEarthsAtmosphere&quot; class=&quot;cyc_term&quot;&gt;TheEarthsAtmosphere&lt;/a&gt; and are dissolved in the
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EarthsOceanSea&quot; class=&quot;cyc_term&quot;&gt;EarthsOceanSea&lt;/a&gt;, and conversely, precipitate out of the ocean and
into the atmosphere.</rdfs:comment>
    <rdfs:label xml:lang="en">sea surface atmosphere exchange</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ExtraLightJudoSportsEvent">
    <rdfs:comment xml:lang="en">Judo matches for sport, in the ExtraLight weight class.</rdfs:comment>
    <rdfs:label xml:lang="en">extralight judo event</rdfs:label>
    <cycAnnot:label xml:lang="en">ExtraLightJudoSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WorkCycle">
    <rdfs:comment xml:lang="en">The collection of all thermodynamic cycles (instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cycle_Situation&quot; class=&quot;cyc_term&quot;&gt;Cycle_Situation&lt;/a&gt;) in which potential energy is stored and then released in a controlled fashion over the course of the cycle.</rdfs:comment>
    <rdfs:label xml:lang="en">thermodynamic cycle</rdfs:label>
    <cycAnnot:label xml:lang="en">WorkCycle</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FillingANewPrescription_Retail">
    <cycAnnot:label xml:lang="en">FillingANewPrescription-Retail</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all events in which a new &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DrugPrescription&quot; class=&quot;cyc_term&quot;&gt;DrugPrescription&lt;/a&gt; is filled in a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Pharmacy&quot; class=&quot;cyc_term&quot;&gt;Pharmacy&lt;/a&gt; which is either a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RetailStore&quot; class=&quot;cyc_term&quot;&gt;RetailStore&lt;/a&gt; or a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Department&quot; class=&quot;cyc_term&quot;&gt;Department&lt;/a&gt; of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RetailStore&quot; class=&quot;cyc_term&quot;&gt;RetailStore&lt;/a&gt;; a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FillingANewPrescription&quot; class=&quot;cyc_term&quot;&gt;FillingANewPrescription&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FillingAPrescription_Retail&quot; class=&quot;cyc_term&quot;&gt;FillingAPrescription_Retail&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">filling a new retail prescription</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SkippingAUIAInteraction">
    <cycAnnot:label xml:lang="en">SkippingAUIAInteraction</cycAnnot:label>
    <rdfs:label xml:lang="en">skipping AUIA interaction</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Debridement_RewireOfSternum_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">Debridement-RewireOfSternum-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">debridement and rewire of sternum</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RussianMafiaIndustryTakeover">
    <rdfs:label xml:lang="en">industry takeover by the Russian mafia</rdfs:label>
    <cycAnnot:label xml:lang="en">RussianMafiaIndustryTakeover</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MiddleweightFSWrestlingSportsEvent">
    <cycAnnot:label xml:lang="en">MiddleweightFSWrestlingSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">middleweight fs wrestling sports event</rdfs:label>
    <rdfs:comment xml:lang="en">A weight class of FSWrestlingSportsEvent</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CounteringEnemyReconnaissance">
    <rdfs:label xml:lang="en">countering enemy reconnaissance</rdfs:label>
    <rdfs:comment xml:lang="en">Counterreconnaissance is all measures taken to counter enemy reconnaissance and surveillance efforts throughout the depth of the area of operations (AO). Counterreconnaissance is not a distinct mission, but a component of security operations. It prevents hostile observation of a force, area, or place. Counterreconnaissance is  an element of all security operations and most local security measures. It involves both active and passive elements and includes combat action to destroy or repel enemy reconnaissance units. Stripping away enemy ground reconnaissance while denying the enemy information through other collection systems allows friendly force commanders to operate against an enemy who is operating blindly. The enemy commander&apos;s inability to see the battlefield will eventually desynchronize his actions and render his command vulnerable to aggressive action by friendly forces.</rdfs:comment>
    <cycAnnot:label xml:lang="en">CounteringEnemyReconnaissance</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensLightJudo">
    <cycAnnot:label xml:lang="en">OlympicWomensLightJudo</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic women&apos;s light judo</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CrossStitchingEvent">
    <rdfs:label xml:lang="en">cross stitching</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of cross stitching events The peformer uses a  needle and fine yarn, and makes decorative stiches, in the shape of X&apos;s,  in a piece of fabric.</rdfs:comment>
    <cycAnnot:label xml:lang="en">CrossStitchingEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DeployingABiologicalAgent">
    <cycAnnot:label xml:lang="en">DeployingABiologicalAgent</cycAnnot:label>
    <rdfs:label xml:lang="en">deploying a biological agent</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeployingAChemicalOrBiologicalAgent&quot; class=&quot;cyc_term&quot;&gt;DeployingAChemicalOrBiologicalAgent&lt;/a&gt;. Instances are such that the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/agentDeployed_BCW&quot; class=&quot;cyc_term&quot;&gt;agentDeployed_BCW&lt;/a&gt; is some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BiologicalAgentStuff&quot; class=&quot;cyc_term&quot;&gt;BiologicalAgentStuff&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CallingATranslationAgent_CommunicationAct">
    <rdfs:comment xml:lang="en">Collection of all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Requesting_CommunicationAct&quot; class=&quot;cyc_term&quot;&gt;Requesting_CommunicationAct&lt;/a&gt;
in which an &lt;font color=&quot;#ff0000&quot;&gt;#$Agent-CoABS&lt;/font&gt; instance issues a broadcast requesting the
services of a translation agent.</rdfs:comment>
    <rdfs:label xml:lang="en">calling a translation agent communication act</rdfs:label>
    <cycAnnot:label xml:lang="en">CallingATranslationAgent-CommunicationAct</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RadioTalkShow">
    <rdfs:label xml:lang="en">radio talk show</rdfs:label>
    <cycAnnot:label xml:lang="en">RadioTalkShow</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of radio shows [&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RadioShow_CW&quot; class=&quot;cyc_term&quot;&gt;RadioShow_CW&lt;/a&gt;], ones normally refered to as talk shows, e.g. &apos;Car Talk&apos; [&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CarTalk_RadioSeries&quot; class=&quot;cyc_term&quot;&gt;CarTalk_RadioSeries&lt;/a&gt;].</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ShootingAProjectileWeapon">
    <cycAnnot:label xml:lang="en">ShootingAProjectileWeapon</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of both &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EmittingAnObject&quot; class=&quot;cyc_term&quot;&gt;EmittingAnObject&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DirectedTranslation&quot; class=&quot;cyc_term&quot;&gt;DirectedTranslation&lt;/a&gt;. In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ShootingAProjectileWeapon&quot; class=&quot;cyc_term&quot;&gt;ShootingAProjectileWeapon&lt;/a&gt;, a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ProjectileLauncher&quot; class=&quot;cyc_term&quot;&gt;ProjectileLauncher&lt;/a&gt; (such as a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Gun&quot; class=&quot;cyc_term&quot;&gt;Gun&lt;/a&gt;) is used to emit and propell a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ProjectileWeapon&quot; class=&quot;cyc_term&quot;&gt;ProjectileWeapon&lt;/a&gt; (such as a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BulletAssembly&quot; class=&quot;cyc_term&quot;&gt;BulletAssembly&lt;/a&gt;). To indicate the type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ProjectileLauncher&quot; class=&quot;cyc_term&quot;&gt;ProjectileLauncher&lt;/a&gt; used in a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ShootingAProjectileWeapon&quot; class=&quot;cyc_term&quot;&gt;ShootingAProjectileWeapon&lt;/a&gt; see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/launcherTypeInShooting&quot; class=&quot;cyc_term&quot;&gt;launcherTypeInShooting&lt;/a&gt;. To indicate the type of projectile used, see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/projectileTypeInShooting&quot; class=&quot;cyc_term&quot;&gt;projectileTypeInShooting&lt;/a&gt;. To define specializations of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ShootingAProjectileWeapon&quot; class=&quot;cyc_term&quot;&gt;ShootingAProjectileWeapon&lt;/a&gt; by launcher type and by projectile type, see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ShootingByLauncherTypeFn&quot; class=&quot;cyc_term&quot;&gt;ShootingByLauncherTypeFn&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ShootingByProjectileTypeFn&quot; class=&quot;cyc_term&quot;&gt;ShootingByProjectileTypeFn&lt;/a&gt;, respectively.</rdfs:comment>
    <rdfs:label xml:lang="en">shooting</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_TeamSportsEvent">
    <cycAnnot:label xml:lang="en">PlayingOf-TeamSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">playing of team sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_field_hockey">
    <cycAnnot:label xml:lang="en">(PlayingFn FieldHockey)</cycAnnot:label>
    <rdfs:label xml:lang="en">playing field hockey</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TroopMovement">
    <rdfs:label xml:lang="en">troop movement</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Translation_LocationChange&quot; class=&quot;cyc_term&quot;&gt;Translation_LocationChange&lt;/a&gt;    events in which military troops move or are transported from one place to another by any available means. Troop movements are either administrative or tactical (see FM100-40, p.17-1).</rdfs:comment>
    <cycAnnot:label xml:lang="en">TroopMovement</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RequestForBid">
    <cycAnnot:label xml:lang="en">RequestForBid</cycAnnot:label>
    <rdfs:label xml:lang="en">bid request</rdfs:label>
    <rdfs:comment xml:lang="en">A request issued by a potential customer to a potential vendor, for a bid on some product(s)/service(s).  Usually the first step of sales contract negotiation.  This is not that same as &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RequestingToMakeAPurchase&quot; class=&quot;cyc_term&quot;&gt;RequestingToMakeAPurchase&lt;/a&gt; because it involves no obligation on the part of the requestor to buy.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FourManBobsledSportsEvent">
    <rdfs:label xml:lang="en">four man bobsled sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">FourManBobsledSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of four person bobsled competitions</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="UnfasteningSafetyBelt">
    <rdfs:label xml:lang="en">unfastening safety belt</rdfs:label>
    <rdfs:comment xml:lang="en">See english on &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FasteningSafetyBelt&quot; class=&quot;cyc_term&quot;&gt;FasteningSafetyBelt&lt;/a&gt;</rdfs:comment>
    <cycAnnot:label xml:lang="en">UnfasteningSafetyBelt</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensTeamFoil">
    <rdfs:label xml:lang="en">Olympic Men&apos;s Team Foil</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensTeamFoil</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensSwim_100MeterButterfly">
    <rdfs:label xml:lang="en">Olympic Women&apos;s 100 Meter Butterfly</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicWomensSwim-100MeterButterfly</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensBoxing">
    <rdfs:label xml:lang="en">Olympic men&apos;s boxing competition</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensBoxing</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Exclusion_SurgicalProcedure">
    <rdfs:label xml:lang="en">exclusion procedure</rdfs:label>
    <cycAnnot:label xml:lang="en">Exclusion-SurgicalProcedure</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events; a subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ClosingSomething&quot; class=&quot;cyc_term&quot;&gt;ClosingSomething&lt;/a&gt;. In each &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Exclusion_SurgicalProcedure&quot; class=&quot;cyc_term&quot;&gt;Exclusion_SurgicalProcedure&lt;/a&gt;, someone binds something or closes it off with a staple or ligature.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GeneralElection">
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PoliticalEvent&quot; class=&quot;cyc_term&quot;&gt;PoliticalEvent&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeneralElection&quot; class=&quot;cyc_term&quot;&gt;GeneralElection&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Group&quot; class=&quot;cyc_term&quot;&gt;Group&lt;/a&gt; of political elections for office (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ElectionForOffice&quot; class=&quot;cyc_term&quot;&gt;ElectionForOffice&lt;/a&gt;) which take place at the same time as part of an overarching &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Vote_CollectiveDecision&quot; class=&quot;cyc_term&quot;&gt;Vote_CollectiveDecision&lt;/a&gt;.  For example, the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UnitedStatesOfAmerica&quot; class=&quot;cyc_term&quot;&gt;UnitedStatesOfAmerica&lt;/a&gt; holds a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeneralElection&quot; class=&quot;cyc_term&quot;&gt;GeneralElection&lt;/a&gt; in &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/November&quot; class=&quot;cyc_term&quot;&gt;November&lt;/a&gt; of every even-numbered year.</rdfs:comment>
    <rdfs:label xml:lang="en">general election</rdfs:label>
    <cycAnnot:label xml:lang="en">GeneralElection</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EndothermicReaction">
    <cycAnnot:label xml:lang="en">EndothermicReaction</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChemicalReaction&quot; class=&quot;cyc_term&quot;&gt;ChemicalReaction&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EndothermicReaction&quot; class=&quot;cyc_term&quot;&gt;EndothermicReaction&lt;/a&gt; is a chemical reaction in which the energy level of the product is higher than that of the reactants (so that heat is absorbed in the reaction).</rdfs:comment>
    <rdfs:label xml:lang="en">endothermic reaction</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SecurityPractice_InformationSysVulnerabilityScan">
    <rdfs:label xml:lang="en">information system vulnerability scan</rdfs:label>
    <cycAnnot:label xml:lang="en">SecurityPractice-InformationSysVulnerabilityScan</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="StubbingToe">
    <rdfs:label xml:lang="en">stubbing a toe</rdfs:label>
    <cycAnnot:label xml:lang="en">StubbingToe</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GivingAGratuity">
    <cycAnnot:label xml:lang="en">GivingAGratuity</cycAnnot:label>
    <rdfs:label xml:lang="en">tipping</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GivingSomething&quot; class=&quot;cyc_term&quot;&gt;GivingSomething&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GivingAGratuity&quot; class=&quot;cyc_term&quot;&gt;GivingAGratuity&lt;/a&gt; is an event in which an agent gives a (usually small) sum of money -- a gratuity or &amp;quot;tip&amp;quot; -- to an agent who has provided him with a service.  In the United States, it is socially expected (though not legally required) that diners at a restaurant give a gratuity to their &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Waitperson&quot; class=&quot;cyc_term&quot;&gt;Waitperson&lt;/a&gt; (provided the service provided was satisfactory).  Other service workers who are commonly given gratuities (at least in the United States) are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TaxiDriver&quot; class=&quot;cyc_term&quot;&gt;TaxiDriver&lt;/a&gt;s, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Maid&quot; class=&quot;cyc_term&quot;&gt;Maid&lt;/a&gt;s, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HairStylist&quot; class=&quot;cyc_term&quot;&gt;HairStylist&lt;/a&gt;s, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BaggagePorter&quot; class=&quot;cyc_term&quot;&gt;BaggagePorter&lt;/a&gt;s.  Customs and social expectations regarding gratuities vary greatly from culture to culture.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensMiddleweightFSWrestling">
    <rdfs:label xml:lang="en">Olympic Mens Middleweight FS Wrestling</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensMiddleweightFSWrestling</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MartialArtsSportsEvent">
    <rdfs:label xml:lang="en">martial arts event</rdfs:label>
    <cycAnnot:label xml:lang="en">MartialArtsSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all sports matches in which the competitors use Asian martial arts like karate, kung fu, or taekwondo to try to defeat each other.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CanalizingMovement">
    <cycAnnot:label xml:lang="en">CanalizingMovement</cycAnnot:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CanalizingMovement&quot; class=&quot;cyc_term&quot;&gt;CanalizingMovement&lt;/a&gt; is an event in which something&apos;s movement is directed along a preferred channel or path. This includes both cases in which movement physically constrained to follow a particular path (e.g. fluid flow along a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FlowPath&quot; class=&quot;cyc_term&quot;&gt;FlowPath&lt;/a&gt;) as well as cases in which movement is (intentionally) guided or influenced by an agent acting remotely (e.g.  a police officer directing traffic),</rdfs:comment>
    <rdfs:label xml:lang="en">canalizing movement</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="StencilingEvent">
    <cycAnnot:label xml:lang="en">StencilingEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of stenciling events</rdfs:comment>
    <rdfs:label xml:lang="en">stenciling</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_ShootingSportsEvent">
    <rdfs:label xml:lang="en">playing of shooting sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">PlayingOf-ShootingSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FireEmergency">
    <rdfs:label xml:lang="en">fire emergency</rdfs:label>
    <cycAnnot:label xml:lang="en">FireEmergency</cycAnnot:label>
    <rdfs:comment xml:lang="en">Instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FireEmergency&quot; class=&quot;cyc_term&quot;&gt;FireEmergency&lt;/a&gt; involve a fire which is threatening human life or property.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="VirusScan">
    <rdfs:comment xml:lang="en">A collection of events in which an anti-virus program is used to detect the presence of viruses in the files scanned.</rdfs:comment>
    <rdfs:label xml:lang="en">virus scan</rdfs:label>
    <cycAnnot:label xml:lang="en">VirusScan</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensDoublesBadminton">
    <rdfs:label xml:lang="en">Olympic Women&apos;s Doubles Badminton</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicWomensDoublesBadminton</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="JumpingUpOntoAnObject">
    <rdfs:label xml:lang="en">jumping up onto an object</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Jumping&quot; class=&quot;cyc_term&quot;&gt;Jumping&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AscendingEvent&quot; class=&quot;cyc_term&quot;&gt;AscendingEvent&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/JumpingDownFromAnObject&quot; class=&quot;cyc_term&quot;&gt;JumpingDownFromAnObject&lt;/a&gt; is an event in which an agent jumps off an object and lands on another object, at a higher elevation.  Positive examples: jumping from the floor up onto the seat of a chair, jumping into the bed of a pickup truck.  Negative examples: jumping in place, jumping from the seat of a chair down to the floor.  See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/JumpingDownFromAnObject&quot; class=&quot;cyc_term&quot;&gt;JumpingDownFromAnObject&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">JumpingUpOntoAnObject</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MilitaryInterferenceAction">
    <rdfs:label xml:lang="en">military interference action</rdfs:label>
    <rdfs:comment xml:lang="en">Any type of action that a military force undertakes to interfere with operations of an enemy military force.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MilitaryInterferenceAction</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MakingWaterAvailableToOrganism">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TakingCareOfSomething&quot; class=&quot;cyc_term&quot;&gt;TakingCareOfSomething&lt;/a&gt;.  Each instance
of this collection is an event in which an agent makes water available
to an organism.  This is particularly important for &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CaptiveAnimal&quot; class=&quot;cyc_term&quot;&gt;CaptiveAnimal&lt;/a&gt;s, but
instances of this collection also include the water Cycorp makes
available to its employees, the water I make available to stray
cats outside my apartment building, and the water made available to
birds in birdbaths.</rdfs:comment>
    <rdfs:label xml:lang="en">making water available</rdfs:label>
    <cycAnnot:label xml:lang="en">MakingWaterAvailableToOrganism</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BuyingAnObject">
    <rdfs:comment xml:lang="en">A collection of events; a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Buying&quot; class=&quot;cyc_term&quot;&gt;Buying&lt;/a&gt;.  In an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BuyingAnObject&quot; class=&quot;cyc_term&quot;&gt;BuyingAnObject&lt;/a&gt;, the thing purchased (i.e., the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/objectPaidFor&quot; class=&quot;cyc_term&quot;&gt;objectPaidFor&lt;/a&gt;) is a material object.  Cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BuyingAService&quot; class=&quot;cyc_term&quot;&gt;BuyingAService&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">buying stuff</rdfs:label>
    <cycAnnot:label xml:lang="en">BuyingAnObject</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gun_attack_against_a_group_of_Israeli_aeroplanes">
    <cycAnnot:label xml:lang="en">(AttackTypeByTargetTypeFn ShootingAttack-Gun (GroupFn (SubcollectionOfWithRelationFromFn Airplane possesses (GovernmentFn Israel))))</cycAnnot:label>
    <rdfs:label xml:lang="en">gun attack against a group of Israeli aeroplanes</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_college_football">
    <cycAnnot:label xml:lang="en">(GameFn CollegeFootball-CW)</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all games of college football. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FootballGame_American&quot; class=&quot;cyc_term&quot;&gt;FootballGame_American&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">game of college football</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_soccer">
    <rdfs:label xml:lang="en">playing soccer</rdfs:label>
    <cycAnnot:label xml:lang="en">(PlayingFn Soccer)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FallSeason">
    <rdfs:label xml:lang="en">autumn</rdfs:label>
    <cycAnnot:label xml:lang="en">FallSeason</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SeasonOfYear&quot; class=&quot;cyc_term&quot;&gt;SeasonOfYear&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FallSeason&quot; class=&quot;cyc_term&quot;&gt;FallSeason&lt;/a&gt; is the season during a temperate climate cycle (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemperateClimateCycle&quot; class=&quot;cyc_term&quot;&gt;TemperateClimateCycle&lt;/a&gt;) during which the bulk of harvesting occurs and many plants cease growth in order to enter a dormant period for the coming Winter. Thus instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FallSeason&quot; class=&quot;cyc_term&quot;&gt;FallSeason&lt;/a&gt; also typically have harvest celebrations as sub-events.  Note that &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FallSeason&quot; class=&quot;cyc_term&quot;&gt;FallSeason&lt;/a&gt; represents the climatic aspects of Fall; it is _not_ a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CalendarSeason&quot; class=&quot;cyc_term&quot;&gt;CalendarSeason&lt;/a&gt;.  For the collection of temporal extents of fall seasons, see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CalendarAutumn&quot; class=&quot;cyc_term&quot;&gt;CalendarAutumn&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ConferenceSeminar">
    <cycAnnot:label xml:lang="en">ConferenceSeminar</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SeminarSeries&quot; class=&quot;cyc_term&quot;&gt;SeminarSeries&lt;/a&gt;s that are
  parts of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Conference&quot; class=&quot;cyc_term&quot;&gt;Conference&lt;/a&gt;s.</rdfs:comment>
    <rdfs:label xml:lang="en">conference seminar</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FlippingSomeoneOff">
    <rdfs:label xml:lang="en">flipping someone off</rdfs:label>
    <cycAnnot:label xml:lang="en">FlippingSomeoneOff</cycAnnot:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MakingAnObsceneGesture&quot; class=&quot;cyc_term&quot;&gt;MakingAnObsceneGesture&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FlippingSomeoneOff&quot; class=&quot;cyc_term&quot;&gt;FlippingSomeoneOff&lt;/a&gt; is an event in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SocialBeing&quot; class=&quot;cyc_term&quot;&gt;SocialBeing&lt;/a&gt; raises its &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MiddleFinger&quot; class=&quot;cyc_term&quot;&gt;MiddleFinger&lt;/a&gt; at some other &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SocialBeing&quot; class=&quot;cyc_term&quot;&gt;SocialBeing&lt;/a&gt; to express &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Contempt&quot; class=&quot;cyc_term&quot;&gt;Contempt&lt;/a&gt; for that being.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PascalChallengeIRTask">
    <rdfs:comment xml:lang="en">A type of task which provides a basis for classifying &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TextualInferenceProblem_PascalFormat&quot; class=&quot;cyc_term&quot;&gt;TextualInferenceProblem_PascalFormat&lt;/a&gt;s.</rdfs:comment>
    <cycAnnot:label xml:lang="en">PascalChallengeIRTask</cycAnnot:label>
    <rdfs:label xml:lang="en">pascal challenge IR task</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Horseback_ride">
    <rdfs:label xml:lang="en">horseback ride</rdfs:label>
    <cycAnnot:label xml:lang="en">(TransportViaFn Horse)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SpeakingToCamera">
    <rdfs:comment xml:lang="en">The action of conveying information by speaking to a video or movie camera.</rdfs:comment>
    <rdfs:label xml:lang="en">speaking to a camera</rdfs:label>
    <cycAnnot:label xml:lang="en">SpeakingToCamera</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GraduateRecordExamination">
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AcademicTesting&quot; class=&quot;cyc_term&quot;&gt;AcademicTesting&lt;/a&gt; events that are designed to test the scholastic aptitude of graduate students so they may be admitted to a post-graduate degree course. Also known as GRE testing , GRE test scores are used by universities and a primary selection criterion for new graduate student admittance.</rdfs:comment>
    <rdfs:label xml:lang="en">GRE</rdfs:label>
    <cycAnnot:label xml:lang="en">GraduateRecordExamination</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="StoringWrittenMaterial">
    <rdfs:label xml:lang="en">storing written material</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events in which written material is stored or filed.</rdfs:comment>
    <cycAnnot:label xml:lang="en">StoringWrittenMaterial</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Applying_sunscreen">
    <rdfs:comment xml:lang="en">The application of suntan lotion to the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Skin&quot; class=&quot;cyc_term&quot;&gt;Skin&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">(ApplyingStuffFn SunTanLotion)</cycAnnot:label>
    <rdfs:label xml:lang="en">applying sunscreen</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KeylessEntry">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EnteringAnHOC&quot; class=&quot;cyc_term&quot;&gt;EnteringAnHOC&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/KeylessEntry&quot; class=&quot;cyc_term&quot;&gt;KeylessEntry&lt;/a&gt; is an event in which an agent uses a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/KeylessEntryCardReader&quot; class=&quot;cyc_term&quot;&gt;KeylessEntryCardReader&lt;/a&gt; to open a door and enter a building.</rdfs:comment>
    <rdfs:label xml:lang="en">keyless entry</rdfs:label>
    <cycAnnot:label xml:lang="en">KeylessEntry</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PacketSniffing">
    <cycAnnot:label xml:lang="en">PacketSniffing</cycAnnot:label>
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PacketSniffing&quot; class=&quot;cyc_term&quot;&gt;PacketSniffing&lt;/a&gt; is the collection of all events where packets, which are sent over the Internet, are examined and information is extracted from them.</rdfs:comment>
    <rdfs:label xml:lang="en">packet sniffing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LoanPayment">
    <cycAnnot:label xml:lang="en">LoanPayment</cycAnnot:label>
    <rdfs:label xml:lang="en">loan payment</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of individual loan payments.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LoanPayment&quot; class=&quot;cyc_term&quot;&gt;LoanPayment&lt;/a&gt; is an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Paying&quot; class=&quot;cyc_term&quot;&gt;Paying&lt;/a&gt; in which monies are transferred to the creditor and put towards the loan balance.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Advice_IBT">
    <rdfs:comment xml:lang="en">The collection of all &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationBearingThing&quot; class=&quot;cyc_term&quot;&gt;InformationBearingThing&lt;/a&gt;s whose information content is advice. An &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Advice_IBT&quot; class=&quot;cyc_term&quot;&gt;Advice_IBT&lt;/a&gt; is the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/communicationToken&quot; class=&quot;cyc_term&quot;&gt;communicationToken&lt;/a&gt; in any act of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Advising&quot; class=&quot;cyc_term&quot;&gt;Advising&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Advice-IBT</cycAnnot:label>
    <rdfs:label xml:lang="en">advice</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ControlPestInfestation">
    <cycAnnot:label xml:lang="en">ControlPestInfestation</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of pest control events.</rdfs:comment>
    <rdfs:label xml:lang="en">pest control</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TestExecutionRun">
    <rdfs:label xml:lang="en">test execution run</rdfs:label>
    <rdfs:comment xml:lang="en">Elements correspond to events during which a certain &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TestQueryConstant&quot; class=&quot;cyc_term&quot;&gt;TestQueryConstant&lt;/a&gt; undergoes a test run. This run could be initiated manually by a Cyclist, or automatically by the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CycTaskScheduler&quot; class=&quot;cyc_term&quot;&gt;CycTaskScheduler&lt;/a&gt;. Note that a Test Query Constant run could involve running a single test, or a group of tests, depending on the test specification that is selected.</rdfs:comment>
    <cycAnnot:label xml:lang="en">TestExecutionRun</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BufferOverflow">
    <cycAnnot:label xml:lang="en">BufferOverflow</cycAnnot:label>
    <rdfs:label xml:lang="en">buffer overflow</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerProcessRunning&quot; class=&quot;cyc_term&quot;&gt;ComputerProcessRunning&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BufferOverflow&quot; class=&quot;cyc_term&quot;&gt;BufferOverflow&lt;/a&gt; is an event in which data is input to a running process that pushes commands into the execution stack of the computer on which the program is running.  As a consequence, the program may crash, or the the return address may be overwritten so that it points back into the buffer.  Buffer overfloews invlove supplying the program a data string that is larger than the buffer for the program can handle, via a function in the program that does not perform bounds checking. In the standard C library there are a number of functions that copy or append strings without bounds checking: strcat(), strcpy(), sprintf(), vsprintf(), gets(). See &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/VulnerableToBufferOverflow&quot; class=&quot;cyc_term&quot;&gt;VulnerableToBufferOverflow&lt;/a&gt;,  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BufferOverflowFault_ProgramCrashing&quot; class=&quot;cyc_term&quot;&gt;BufferOverflowFault_ProgramCrashing&lt;/a&gt;, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BufferOverflowFault_CommandExecution&quot; class=&quot;cyc_term&quot;&gt;BufferOverflowFault_CommandExecution&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CatalogDistribution">
    <rdfs:label xml:lang="en">catalogue distribution</rdfs:label>
    <cycAnnot:label xml:lang="en">CatalogDistribution</cycAnnot:label>
    <rdfs:comment xml:lang="en">Events in which a company distributes copies of their catalogue to customers or prospective customers.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RootCanalSurgery">
    <cycAnnot:label xml:lang="en">RootCanalSurgery</cycAnnot:label>
    <rdfs:label xml:lang="en">root canal</rdfs:label>
    <rdfs:comment xml:lang="en">Surgery performed when the root canal of a tooth has been eroded away by an infection.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CataloguingWrittenMaterial">
    <cycAnnot:label xml:lang="en">CataloguingWrittenMaterial</cycAnnot:label>
    <rdfs:label xml:lang="en">cataloguing written material</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IBOCreation&quot; class=&quot;cyc_term&quot;&gt;IBOCreation&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SortingPhysicalObjects&quot; class=&quot;cyc_term&quot;&gt;SortingPhysicalObjects&lt;/a&gt;. Each instance of this collection is an event in which someone (such as a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Librarian&quot; class=&quot;cyc_term&quot;&gt;Librarian&lt;/a&gt;) creates a &lt;font color=&quot;#ff0000&quot;&gt;#$Catalogue&lt;/font&gt; of written materials (by recording and/or filing information about those materials).</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensSwim_50MeterFreestyle">
    <cycAnnot:label xml:lang="en">OlympicMensSwim-50MeterFreestyle</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic men&apos;s 50 meter freestyle</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EditingARegistry">
    <rdfs:label xml:lang="en">editing a registry</rdfs:label>
    <cycAnnot:label xml:lang="en">EditingARegistry</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all events in which someone edits an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WindowsRegistry&quot; class=&quot;cyc_term&quot;&gt;WindowsRegistry&lt;/a&gt; on some instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Computer&quot; class=&quot;cyc_term&quot;&gt;Computer&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BoatMaintenance">
    <rdfs:comment xml:lang="en">Where a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MaintainingSomething&quot; class=&quot;cyc_term&quot;&gt;MaintainingSomething&lt;/a&gt; is
performed on a boat or some other &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Watercraft_Surface&quot; class=&quot;cyc_term&quot;&gt;Watercraft_Surface&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">boat maintenance</rdfs:label>
    <cycAnnot:label xml:lang="en">BoatMaintenance</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="StructuredSportsEvent">
    <cycAnnot:label xml:lang="en">StructuredSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">Sports where scores are kept, specific actions can score a point or be called a foul, where fouls can result in penalties, not just disqualification.  Things that we tend to call games.</rdfs:comment>
    <rdfs:label xml:lang="en">structured sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_WeightliftingSportsEvent">
    <cycAnnot:label xml:lang="en">PlayingOf-WeightliftingSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">playing of weightlifting sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_skat">
    <rdfs:label xml:lang="en">playing skat</rdfs:label>
    <cycAnnot:label xml:lang="en">(PlayingFn Skat-CardGame)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensAirPistolShooting">
    <cycAnnot:label xml:lang="en">OlympicMensAirPistolShooting</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens Air Pistol Shooting</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OnlineGameService">
    <cycAnnot:label xml:lang="en">OnlineGameService</cycAnnot:label>
    <rdfs:label xml:lang="en">online game service</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ServiceEvent&quot; class=&quot;cyc_term&quot;&gt;ServiceEvent&lt;/a&gt;s  in which an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IntelligentAgent&quot; class=&quot;cyc_term&quot;&gt;IntelligentAgent&lt;/a&gt; provides another the capability to  play online games against multiple players.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CreditCardFraud">
    <rdfs:label xml:lang="en">credit card fraud</rdfs:label>
    <cycAnnot:label xml:lang="en">CreditCardFraud</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all events in which someone knowingly and intentionally buys something with a credit card or credit card number that does not legally belong to them.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GeopoliticalCulture">
    <rdfs:comment xml:lang="en">A specialization of both &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PoliticalCulture&quot; class=&quot;cyc_term&quot;&gt;PoliticalCulture&lt;/a&gt; and
  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RegionalCulture&quot; class=&quot;cyc_term&quot;&gt;RegionalCulture&lt;/a&gt;, each instance of which is a culture 
  whose participants, in addition to sharing political views or 
  activities, live in the same geographic region.  For example,
  there are instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeopoliticalCulture&quot; class=&quot;cyc_term&quot;&gt;GeopoliticalCulture&lt;/a&gt; associated with
  Texas Democrats and the German branch of the 
  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GreenParty_Ecological&quot; class=&quot;cyc_term&quot;&gt;GreenParty_Ecological&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">GeopoliticalCulture</cycAnnot:label>
    <rdfs:label xml:lang="en">geopolitical culture</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Leasing">
    <rdfs:label xml:lang="en">leasing</rdfs:label>
    <cycAnnot:label xml:lang="en">Leasing</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AcademicYear">
    <rdfs:label xml:lang="en">academic year</rdfs:label>
    <rdfs:comment xml:lang="en">Each instance of this collection is an annually recurring occurrence comprising the planned yearly activities at an educational institution. Thus, things of the form StanfordAcademicYear1997 and UCLAAcademicYear1997 are distinct instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AcademicYear&quot; class=&quot;cyc_term&quot;&gt;AcademicYear&lt;/a&gt;, even though they may occupy the same temporal extent (i.e., the same &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TimeInterval&quot; class=&quot;cyc_term&quot;&gt;TimeInterval&lt;/a&gt;).</rdfs:comment>
    <cycAnnot:label xml:lang="en">AcademicYear</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CateringFoodEvent">
    <rdfs:comment xml:lang="en">The collecton of food catering events.</rdfs:comment>
    <rdfs:label xml:lang="en">catering</rdfs:label>
    <cycAnnot:label xml:lang="en">CateringFoodEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CustomerServicePeriod">
    <rdfs:label xml:lang="en">customer service period</rdfs:label>
    <cycAnnot:label xml:lang="en">CustomerServicePeriod</cycAnnot:label>
    <rdfs:comment xml:lang="en">A business activity in which a service provider agrees to provide service to the customer for some period of time, under certain conditions.  Such activities can be sold as products or included with an item sold, and are always governed by some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ServiceContractDocument&quot; class=&quot;cyc_term&quot;&gt;ServiceContractDocument&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LightJudoSportsEvent">
    <rdfs:label xml:lang="en">light judo sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">LightJudoSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">Judo matches for sport, in the Light weight class.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Tours_of_the_modifier_in_a_noun_compound_390">
    <rdfs:label xml:lang="en">tours of the modifier in a noun compound</rdfs:label>
    <cycAnnot:label xml:lang="en">(TourOfRegionTypeFn TheNCModifier)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AbsoluteSportsEvent">
    <cycAnnot:label xml:lang="en">AbsoluteSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">absolute sports event</rdfs:label>
    <rdfs:comment xml:lang="en">Sports where the measurements of performance can be compared across competitions. Running, swimming, jumping, but not gymnastics or downhill skiing.  Sports in which its meaningfull to have a world record, an olympic record, etc.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="YesOrNoQuestion_IBT">
    <cycAnnot:label xml:lang="en">YesOrNoQuestion-IBT</cycAnnot:label>
    <rdfs:label xml:lang="en">yes/no question</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationRequest_IBT&quot; class=&quot;cyc_term&quot;&gt;InformationRequest_IBT&lt;/a&gt; which are yes/no questions.  Note that this collection
 is restricted to genuine yes/no questions -- i.e., questions for which &amp;quot;yes&amp;quot; or &amp;quot;no&amp;quot; are mutually exclusive answers, exactly one of which will answer the question correctly.  Contrast this with &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComplexQuestion_IBT&quot; class=&quot;cyc_term&quot;&gt;ComplexQuestion_IBT&lt;/a&gt;, which merely takes the grammatical form of a yes/no question.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PhosphateWeathering">
    <cycAnnot:label xml:lang="en">PhosphateWeathering</cycAnnot:label>
    <rdfs:label xml:lang="en">phosphate weathering</rdfs:label>
    <rdfs:comment xml:lang="en">The class of all &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Erosion&quot; class=&quot;cyc_term&quot;&gt;Erosion&lt;/a&gt; processes involving &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Phosphate&quot; class=&quot;cyc_term&quot;&gt;Phosphate&lt;/a&gt; bearing rocks, facilitated by &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeologicUpliftEvent&quot; class=&quot;cyc_term&quot;&gt;GeologicUpliftEvent&lt;/a&gt;s.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Raid_MilitaryOperation">
    <cycAnnot:label xml:lang="en">Raid-MilitaryOperation</cycAnnot:label>
    <rdfs:label xml:lang="en">raid military operation</rdfs:label>
    <rdfs:comment xml:lang="en">A raid is usually a limited objective, small-scale operation involving swift penetration of enemy territory. It is designed to secure information, confuse the enemy, or destroy his installations. FM100-40, p3-7.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Digging_FightingHole">
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Digging_FightingHole&quot; class=&quot;cyc_term&quot;&gt;Digging_FightingHole&lt;/a&gt; is an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryEventType_Fundamental&quot; class=&quot;cyc_term&quot;&gt;MilitaryEventType_Fundamental&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryEvent&quot; class=&quot;cyc_term&quot;&gt;MilitaryEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DiggingAHole&quot; class=&quot;cyc_term&quot;&gt;DiggingAHole&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Digging_FightingHole&quot; class=&quot;cyc_term&quot;&gt;Digging_FightingHole&lt;/a&gt; involves a military unit digging a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FightingHole&quot; class=&quot;cyc_term&quot;&gt;FightingHole&lt;/a&gt;, which would provide cover to friendly troops while they engage the enemy.  Unlike a trench, a fighting hole is usually round and may only contain one or two soldiers.</rdfs:comment>
    <rdfs:label xml:lang="en">digging a fighting hole</rdfs:label>
    <cycAnnot:label xml:lang="en">Digging-FightingHole</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ImplantOfPermanentPacemakerSingleChamberOrDualChamber_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">ImplantOfPermanentPacemakerSingleChamberOrDualChamber-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">implantation of a single chamber or dual chamber permanent pacemaker</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Attack_with_diluted_acid_against_a_teacher">
    <rdfs:label xml:lang="en">attack with diluted acid against a teacher</rdfs:label>
    <cycAnnot:label xml:lang="en">(AttackTypeByTargetTypeFn (ProperSubcollectionNamedFn-Ternary &quot;attack with diluted acid&quot; HostileSocialAction &quot;341f8e14-f4ed-11d9-9bea-0002b3a85b0b&quot;) Teacher)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OverdrawingABankAccount_SubjectToInterest">
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OverdrawingABankAccount_SubjectToInterest&quot; class=&quot;cyc_term&quot;&gt;OverdrawingABankAccount_SubjectToInterest&lt;/a&gt; is an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OverdrawingABankAccount&quot; class=&quot;cyc_term&quot;&gt;OverdrawingABankAccount&lt;/a&gt; such that the amount of money overdrawn is subject to interest.</rdfs:comment>
    <cycAnnot:label xml:lang="en">OverdrawingABankAccount-SubjectToInterest</cycAnnot:label>
    <rdfs:label xml:lang="en">overdraft that is subject to interest</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Camping">
    <rdfs:label xml:lang="en">camping</rdfs:label>
    <cycAnnot:label xml:lang="en">Camping</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all camping events. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RecreationalActivity&quot; class=&quot;cyc_term&quot;&gt;RecreationalActivity&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OutdoorActivity&quot; class=&quot;cyc_term&quot;&gt;OutdoorActivity&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Camping&quot; class=&quot;cyc_term&quot;&gt;Camping&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LearnedActivityType&quot; class=&quot;cyc_term&quot;&gt;LearnedActivityType&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PassingThroughAClosedDoor">
    <cycAnnot:label xml:lang="en">PassingThroughAClosedDoor</cycAnnot:label>
    <rdfs:label xml:lang="en">passing through a closed door</rdfs:label>
    <rdfs:comment xml:lang="en">This is the collection of actions in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Person&quot; class=&quot;cyc_term&quot;&gt;Person&lt;/a&gt; approaches a closed door, opens it, and passes through.  This event-type excludes those cases where the door is opened either automatically, or by a doorman.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicIceHockeyGame">
    <rdfs:label xml:lang="en">Olympic ice hockey game</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicIceHockeyGame</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BacterialSporeGermination">
    <rdfs:label xml:lang="en">bacterial spore germination</rdfs:label>
    <cycAnnot:label xml:lang="en">BacterialSporeGermination</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events. During each &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BacterialSporeGermination&quot; class=&quot;cyc_term&quot;&gt;BacterialSporeGermination&lt;/a&gt;, a bacterial spore [see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Spore_DormantBacterium&quot; class=&quot;cyc_term&quot;&gt;Spore_DormantBacterium&lt;/a&gt;] germinates to a single &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/VegetativeCell&quot; class=&quot;cyc_term&quot;&gt;VegetativeCell&lt;/a&gt;. These complex events may occur once spores have found suitable environment for germination.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GameEvent">
    <rdfs:comment xml:lang="en">A collection of individual events.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameEvent&quot; class=&quot;cyc_term&quot;&gt;GameEvent&lt;/a&gt; includes the entirety of some game, from the beginning to the point where a conclusion is reached (there is a winner, there is a draw, or the game is abandoned).  
&lt;p/&gt;
Each &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameEvent&quot; class=&quot;cyc_term&quot;&gt;GameEvent&lt;/a&gt; has as &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/subEvents&quot; class=&quot;cyc_term&quot;&gt;subEvents&lt;/a&gt; one or more instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PlayingAGame&quot; class=&quot;cyc_term&quot;&gt;PlayingAGame&lt;/a&gt;, but may have other sorts of significant &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/subEvents&quot; class=&quot;cyc_term&quot;&gt;subEvents&lt;/a&gt; as well.  For example, a particular &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FootballGame_American&quot; class=&quot;cyc_term&quot;&gt;FootballGame_American&lt;/a&gt;, in its entirety, would be an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameEvent&quot; class=&quot;cyc_term&quot;&gt;GameEvent&lt;/a&gt;.  That game&apos;s &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/subEvents&quot; class=&quot;cyc_term&quot;&gt;subEvents&lt;/a&gt; would include, among other things, instances of (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PlayingFn&quot; class=&quot;cyc_term&quot;&gt;PlayingFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FootballGame_American&quot; class=&quot;cyc_term&quot;&gt;FootballGame_American&lt;/a&gt;) performed by some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FootballPlayer_American&quot; class=&quot;cyc_term&quot;&gt;FootballPlayer_American&lt;/a&gt;, instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EvaluatingAnAction&quot; class=&quot;cyc_term&quot;&gt;EvaluatingAnAction&lt;/a&gt; performed by some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Referee&quot; class=&quot;cyc_term&quot;&gt;Referee&lt;/a&gt;, and instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MeasuringSomething&quot; class=&quot;cyc_term&quot;&gt;MeasuringSomething&lt;/a&gt; performed by some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsOfficial&quot; class=&quot;cyc_term&quot;&gt;SportsOfficial&lt;/a&gt;.  A game of Monopoly, from beginning to end, would be an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameEvent&quot; class=&quot;cyc_term&quot;&gt;GameEvent&lt;/a&gt;, with subEvents possibly including instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PlayingABoardGame&quot; class=&quot;cyc_term&quot;&gt;PlayingABoardGame&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DisputeEvent&quot; class=&quot;cyc_term&quot;&gt;DisputeEvent&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DistributionEvent&quot; class=&quot;cyc_term&quot;&gt;DistributionEvent&lt;/a&gt;, and (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CleaningFn&quot; class=&quot;cyc_term&quot;&gt;CleaningFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Table_PieceOfFurniture&quot; class=&quot;cyc_term&quot;&gt;Table_PieceOfFurniture&lt;/a&gt;).</rdfs:comment>
    <rdfs:label xml:lang="en">game event</rdfs:label>
    <cycAnnot:label xml:lang="en">GameEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AimingAGun">
    <rdfs:comment xml:lang="en">This is the collection of all actions in which a person aims a gun.</rdfs:comment>
    <rdfs:label xml:lang="en">aiming a gun</rdfs:label>
    <cycAnnot:label xml:lang="en">AimingAGun</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Bombing_RoadVehicleDelivered">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Bombing&quot; class=&quot;cyc_term&quot;&gt;Bombing&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Bombing_RoadVehicleDelivered&quot; class=&quot;cyc_term&quot;&gt;Bombing_RoadVehicleDelivered&lt;/a&gt; is an event in which an instance of  road vehicle (e.g., a car or a truck -- see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RoadVehicle&quot; class=&quot;cyc_term&quot;&gt;RoadVehicle&lt;/a&gt;) is used to deliver a bomb to its intended detonation location.  See &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Bomb_RoadVehicleDelivered&quot; class=&quot;cyc_term&quot;&gt;Bomb_RoadVehicleDelivered&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">vehicle bombing</rdfs:label>
    <cycAnnot:label xml:lang="en">Bombing-RoadVehicleDelivered</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="IntelligenceTesting">
    <cycAnnot:label xml:lang="en">IntelligenceTesting</cycAnnot:label>
    <rdfs:label xml:lang="en">I.Q. test</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all I.Q. tests. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PsychologicalTesting&quot; class=&quot;cyc_term&quot;&gt;PsychologicalTesting&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MakingAThreat">
    <cycAnnot:label xml:lang="en">MakingAThreat</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of all acts of making a threat. When an agent makes a threat, that agent conveys to a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/recipientOfInfo&quot; class=&quot;cyc_term&quot;&gt;recipientOfInfo&lt;/a&gt; that he wishes to make the content of the threat true.</rdfs:comment>
    <rdfs:label xml:lang="en">threatening</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PapSmearTest">
    <cycAnnot:label xml:lang="en">PapSmearTest</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all Pap smear tests. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MedicalTesting&quot; class=&quot;cyc_term&quot;&gt;MedicalTesting&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PapSmearTest&quot; class=&quot;cyc_term&quot;&gt;PapSmearTest&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SkilledActivityType&quot; class=&quot;cyc_term&quot;&gt;SkilledActivityType&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">Pap smear</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CellCycle">
    <rdfs:label xml:lang="en">cell multiplication</rdfs:label>
    <cycAnnot:label xml:lang="en">CellCycle</cycAnnot:label>
    <rdfs:comment xml:lang="en">The event in which a cell newly produced by cell division enlarges and then divides, to produce two new cells which are about as large as the old cell before its enlargement.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NetworkVulnerabilityAssessment">
    <rdfs:comment xml:lang="en">This is the collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Evaluating&quot; class=&quot;cyc_term&quot;&gt;Evaluating&lt;/a&gt;s in which what is assessed is the vulnerability to attack of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputerNetwork&quot; class=&quot;cyc_term&quot;&gt;ComputerNetwork&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">network security assessment</rdfs:label>
    <cycAnnot:label xml:lang="en">NetworkVulnerabilityAssessment</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RadioShow_IBT">
    <cycAnnot:label xml:lang="en">RadioShow-IBT</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of objects; a subset of RadioMediaProduct. Every &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RadioShow_IBT&quot; class=&quot;cyc_term&quot;&gt;RadioShow_IBT&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SoundInformationBearingThing&quot; class=&quot;cyc_term&quot;&gt;SoundInformationBearingThing&lt;/a&gt;, an actual broadcast. Note that, e.g., &apos;The Rush Limbaugh Show&apos; is not a RadioShow but a &lt;font color=&quot;#ff0000&quot;&gt;#$SpecifiedRadioSeriesType&lt;/font&gt;, a collection of RadioShows.</rdfs:comment>
    <rdfs:label xml:lang="en">radio show</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BuyingAService">
    <rdfs:label xml:lang="en">buying a service</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Buying&quot; class=&quot;cyc_term&quot;&gt;Buying&lt;/a&gt;. In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BuyingAService&quot; class=&quot;cyc_term&quot;&gt;BuyingAService&lt;/a&gt;, an agent exchanges money for some service (cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ServiceEvent&quot; class=&quot;cyc_term&quot;&gt;ServiceEvent&lt;/a&gt;). This collection includes events in which an agent buys both a good and a service (for instance, when an agent buys a sit-down meal in a restaurant), as well as events in which an agent pays for a service, but does not buy any goods (for instance, when a parent pays a babysitter to watch his or her child).</rdfs:comment>
    <cycAnnot:label xml:lang="en">BuyingAService</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AttackByComputerOperation_Coordinated">
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackByComputerOperation_Coordinated&quot; class=&quot;cyc_term&quot;&gt;AttackByComputerOperation_Coordinated&lt;/a&gt; is a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackByComputerOperation_Distributed&quot; class=&quot;cyc_term&quot;&gt;AttackByComputerOperation_Distributed&lt;/a&gt;.  In fact, very few instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackByComputerOperation_Distributed&quot; class=&quot;cyc_term&quot;&gt;AttackByComputerOperation_Distributed&lt;/a&gt; are not instances of this collection.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackByComputerOperation_Coordinated&quot; class=&quot;cyc_term&quot;&gt;AttackByComputerOperation_Coordinated&lt;/a&gt; is timed so that all distributed tools perform their tasks simultaneously.</rdfs:comment>
    <rdfs:label xml:lang="en">coordinated electronic attack</rdfs:label>
    <cycAnnot:label xml:lang="en">AttackByComputerOperation-Coordinated</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensSwim_100MeterBackstroke">
    <rdfs:label xml:lang="en">Olympic Mens Swim 100 Meter Backstroke</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensSwim-100MeterBackstroke</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Lifetime">
    <rdfs:label xml:lang="en">lifetime</rdfs:label>
    <cycAnnot:label xml:lang="en">Lifetime</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ContinuousTimeInterval&quot; class=&quot;cyc_term&quot;&gt;ContinuousTimeInterval&lt;/a&gt; that are cotemporal (c.f., &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/cotemporal&quot; class=&quot;cyc_term&quot;&gt;cotemporal&lt;/a&gt;) with the life of (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/lifeOf&quot; class=&quot;cyc_term&quot;&gt;lifeOf&lt;/a&gt;) some organism.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GunFiring">
    <rdfs:comment xml:lang="en">This is the collection of all events in which a gun fires a bullet.</rdfs:comment>
    <cycAnnot:label xml:lang="en">GunFiring</cycAnnot:label>
    <rdfs:label xml:lang="en">gun firing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Ordering_fast_foods">
    <cycAnnot:label xml:lang="en">(OrderingFn AmericanStyleFastFoodCuisine)</cycAnnot:label>
    <rdfs:label xml:lang="en">ordering fast-foods</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TurningOnWater">
    <cycAnnot:label xml:lang="en">TurningOnWater</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events in which a tap is opened and water is permitted to flow through it.</rdfs:comment>
    <rdfs:label xml:lang="en">turning on water</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensSinglesTableTennisCompetition">
    <cycAnnot:label xml:lang="en">OlympicMensSinglesTableTennisCompetition</cycAnnot:label>
    <rdfs:label xml:lang="en">olympic mens singles table tennis competition</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Repair_DiaphragmaticHernia_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">Repair-DiaphragmaticHernia-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">diphragmatic hernia repair</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AssigningAgentToRole">
    <rdfs:label xml:lang="en">placing</rdfs:label>
    <cycAnnot:label xml:lang="en">AssigningAgentToRole</cycAnnot:label>
    <rdfs:comment xml:lang="en">Every instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AssigningAgentToRole&quot; class=&quot;cyc_term&quot;&gt;AssigningAgentToRole&lt;/a&gt; involves the placement of an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; in a particular &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Situation&quot; class=&quot;cyc_term&quot;&gt;Situation&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Role&quot; class=&quot;cyc_term&quot;&gt;Role&lt;/a&gt; or &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Place&quot; class=&quot;cyc_term&quot;&gt;Place&lt;/a&gt;, or some combination of the three.  Some examples include placing someone in a drug rehab program, placing a child in a particular class, and placing an employee in a new location.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensSwim_4By100MeterFreestyleRelay">
    <cycAnnot:label xml:lang="en">OlympicWomensSwim-4By100MeterFreestyleRelay</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Womens Swim 4 By 100 Meter Freestyle Relay</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensKM15BiathlonEvent">
    <rdfs:label xml:lang="en">Olympic Womens KM 15 Biathlon Event</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicWomensKM15BiathlonEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Electronic_equipment_repair">
    <rdfs:label xml:lang="en">electronic equipment repair</rdfs:label>
    <cycAnnot:label xml:lang="en">(RepairingFn ElectronicDevice)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HorrorMovieShowings">
    <cycAnnot:label xml:lang="en">HorrorMovieShowings</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MovieShowingAtATheater&quot; class=&quot;cyc_term&quot;&gt;MovieShowingAtATheater&lt;/a&gt; that are showings of films of the horror genre.</rdfs:comment>
    <rdfs:label xml:lang="en">horror movie showings</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AccessingData_DVD">
    <cycAnnot:label xml:lang="en">AccessingData-DVD</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DataSending&quot; class=&quot;cyc_term&quot;&gt;DataSending&lt;/a&gt;. Each instance of this collection is an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Event&quot; class=&quot;cyc_term&quot;&gt;Event&lt;/a&gt; in which data is accessed from a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DVD_Disk&quot; class=&quot;cyc_term&quot;&gt;DVD_Disk&lt;/a&gt;, perhaps also interacting with a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DVDPlayer&quot; class=&quot;cyc_term&quot;&gt;DVDPlayer&lt;/a&gt; device, and sent to some output device.</rdfs:comment>
    <rdfs:label xml:lang="en">accessing data on DVD</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SkiJumpLargeTeamSportsEvent">
    <rdfs:comment xml:lang="en">The collection of all ski jump large team events. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SkiJumpSportsEvent&quot; class=&quot;cyc_term&quot;&gt;SkiJumpSportsEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TeamSportsCompetition&quot; class=&quot;cyc_term&quot;&gt;TeamSportsCompetition&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SkiJumpLargeTeamSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">ski jump large team event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MainCourse">
    <rdfs:label xml:lang="en">main course</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events which are defined as subevents of multiple-course meals during which the main course is eaten.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MainCourse</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TermOfService">
    <cycAnnot:label xml:lang="en">TermOfService</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Situation&quot; class=&quot;cyc_term&quot;&gt;Situation&lt;/a&gt;, instances of which are characterized by an agent holding a particular position within an organzation at the granularity of a single &apos;term,&apos; where the temporal bounds of a &apos;term&apos; are conventially-defined so as to be consistent with the charactersitic relation continuing beyond the scope of the term (e.g., Bill Clinton was US President for 8 consecutive years, but served 2 terms).</rdfs:comment>
    <rdfs:label xml:lang="en">term of service</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MarketingCommunication">
    <rdfs:label xml:lang="en">marketing communicativeness</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of communication events where the purpose of the communication is to promote some sales activity.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MarketingCommunication</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AbductingSomeone">
    <cycAnnot:label xml:lang="en">AbductingSomeone</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TakingAPersonPrisoner&quot; class=&quot;cyc_term&quot;&gt;TakingAPersonPrisoner&lt;/a&gt;.  In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AbductingSomeone&quot; class=&quot;cyc_term&quot;&gt;AbductingSomeone&lt;/a&gt;, a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Person&quot; class=&quot;cyc_term&quot;&gt;Person&lt;/a&gt; is taken captive, moved somewhere, and held by another (or group of others).
&lt;p/&gt;
Abductions are usually done illegally; see the specialization &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/KidnappingSomeone&quot; class=&quot;cyc_term&quot;&gt;KidnappingSomeone&lt;/a&gt;. But note that this need not be the case.  For example, in certain circumstances a government agent might legally abduct a person for questioning; a parent might legally abduct a minor from the grounds of a religious cult; some people claim to have been abducted by aliens.
&lt;p/&gt;
Note also that, while an abduction is typically done against the victim&apos;s will, this might not be the case if s/he is (say) unconscious, extremely ill, mentally disturbed, or very young.</rdfs:comment>
    <rdfs:label xml:lang="en">abduction</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ReturnToVegetativeState">
    <rdfs:label xml:lang="en">returning to a vegetative state</rdfs:label>
    <cycAnnot:label xml:lang="en">ReturnToVegetativeState</cycAnnot:label>
    <rdfs:comment xml:lang="en">A subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BiologicalDevelopmentEvent&quot; class=&quot;cyc_term&quot;&gt;BiologicalDevelopmentEvent&lt;/a&gt;. In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ReturnToVegetativeState&quot; class=&quot;cyc_term&quot;&gt;ReturnToVegetativeState&lt;/a&gt;, an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Spore_DormantBacterium&quot; class=&quot;cyc_term&quot;&gt;Spore_DormantBacterium&lt;/a&gt; returns to its &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/VegetativeCell&quot; class=&quot;cyc_term&quot;&gt;VegetativeCell&lt;/a&gt; state.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SecureCommunication">
    <cycAnnot:label xml:lang="en">SecureCommunication</cycAnnot:label>
    <rdfs:comment xml:lang="en">A kind of communication where there exists a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/communicationTarget&quot; class=&quot;cyc_term&quot;&gt;communicationTarget&lt;/a&gt;, and if an agent receives the communication, they are the target.</rdfs:comment>
    <rdfs:label xml:lang="en">secure communication</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SettingOffFireworks">
    <rdfs:label xml:lang="en">setting off fireworks</rdfs:label>
    <cycAnnot:label xml:lang="en">SettingOffFireworks</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Interdiction">
    <rdfs:label xml:lang="en">interdicting</rdfs:label>
    <cycAnnot:label xml:lang="en">Interdiction</cycAnnot:label>
    <rdfs:comment xml:lang="en">To interdict is to prevent, hinder, or delay the enemy&apos;s use of an area or route. Interdiction is conducted to complement and reinforce other ongoing offensive or defensive operations. An interdiction tasking must specify the enemy force to be interdicted. It must also specify the area or route to be interdicted, how long the interdiction is to be in effect, defined either as a length of time or some event that must occur before the interdiction is lifted or the exact effect desired from the interdiction.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="UnintendedLossOfUserRights">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LosingUserRights&quot; class=&quot;cyc_term&quot;&gt;LosingUserRights&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HarmingAnAgent&quot; class=&quot;cyc_term&quot;&gt;HarmingAnAgent&lt;/a&gt; (qq.v.) whose instances involve a loss of some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SituationTypeByUserRights&quot; class=&quot;cyc_term&quot;&gt;SituationTypeByUserRights&lt;/a&gt; that was not deliberate or intended by the agent who loses the user-right in question.  For example, having something stolen appropriated is an instance of an unintendended loss of user rights.</rdfs:comment>
    <cycAnnot:label xml:lang="en">UnintendedLossOfUserRights</cycAnnot:label>
    <rdfs:label xml:lang="en">unintended loss of user rights</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Refraining">
    <cycAnnot:label xml:lang="en">Refraining</cycAnnot:label>
    <rdfs:label xml:lang="en">forbearing</rdfs:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PurposefulAction&quot; class=&quot;cyc_term&quot;&gt;PurposefulAction&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Refraining&quot; class=&quot;cyc_term&quot;&gt;Refraining&lt;/a&gt; is an event in which one deliberately avoids some action which one would normally be expected to take.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LeavingAnHOC">
    <cycAnnot:label xml:lang="en">LeavingAnHOC</cycAnnot:label>
    <rdfs:comment xml:lang="en">This is the general event-type for leaving a building, room, or vehicle, that is, moving from inside to outside by passing through a portal.</rdfs:comment>
    <rdfs:label xml:lang="en">leaving an HOC</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RemovalOfEpicardialPacingWires_SurgicalProcedure">
    <rdfs:label xml:lang="en">epicardial pacing wire removal</rdfs:label>
    <cycAnnot:label xml:lang="en">RemovalOfEpicardialPacingWires-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ServerConnectionRequest">
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/NetworkPacketTransfer&quot; class=&quot;cyc_term&quot;&gt;NetworkPacketTransfer&lt;/a&gt;s in which a connection request is made to a server.</rdfs:comment>
    <rdfs:label xml:lang="en">server connection request</rdfs:label>
    <cycAnnot:label xml:lang="en">ServerConnectionRequest</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensHurdles_110Meter">
    <cycAnnot:label xml:lang="en">OlympicMensHurdles-110Meter</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens Hurdles 110 Meter</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Remembering">
    <rdfs:comment xml:lang="en">The class of events in which an intelligent agent recalls something from memory.  Before the remembering, the doer did not have the recalled fact in mind.  Afterwards, they do.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Remembering</cycAnnot:label>
    <rdfs:label xml:lang="en">remembering</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Pollination">
    <rdfs:comment xml:lang="en">This is the process in which pollen from flowering plants and
trees is redistributed in such a way that reproduction is possible. This may be
done intentionally by humans or unintentionally. It most notably occurs as a
side-effect of the actions of insects, especially bees.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Pollination</cycAnnot:label>
    <rdfs:label xml:lang="en">pollination</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FilingAnInsuranceClaim">
    <cycAnnot:label xml:lang="en">FilingAnInsuranceClaim</cycAnnot:label>
    <rdfs:label xml:lang="en">filing an insurance claim</rdfs:label>
    <rdfs:comment xml:lang="en">The action of filing a claim against an insurance company for having been involved in a covered event.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_ArcherySportsEvent">
    <rdfs:label xml:lang="en">archery event</rdfs:label>
    <cycAnnot:label xml:lang="en">PlayingOf-ArcherySportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensRun_10KMeter">
    <rdfs:label xml:lang="en">Olympic women&apos;s 10 K run</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicWomensRun-10KMeter</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Dusk">
    <rdfs:label xml:lang="en">dusk</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Twilight&quot; class=&quot;cyc_term&quot;&gt;Twilight&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Dusk&quot; class=&quot;cyc_term&quot;&gt;Dusk&lt;/a&gt; is a dimly-lit period of time which is &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/contiguousAfter&quot; class=&quot;cyc_term&quot;&gt;contiguousAfter&lt;/a&gt; an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sunset&quot; class=&quot;cyc_term&quot;&gt;Sunset&lt;/a&gt;, and is the event which starts an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Night&quot; class=&quot;cyc_term&quot;&gt;Night&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Dusk</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Marriage_Agreement">
    <rdfs:comment xml:lang="en">The collection of all marriages. An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Marriage_Agreement&quot; class=&quot;cyc_term&quot;&gt;Marriage_Agreement&lt;/a&gt; is an agreement (in many cultures an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LegalAgreement&quot; class=&quot;cyc_term&quot;&gt;LegalAgreement&lt;/a&gt;) between two &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Person&quot; class=&quot;cyc_term&quot;&gt;Person&lt;/a&gt;s to be each other&apos;s spouse (almost always husband and wife). It is started by a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WeddingEvent_Entire&quot; class=&quot;cyc_term&quot;&gt;WeddingEvent_Entire&lt;/a&gt; and ended either by &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Divorce&quot; class=&quot;cyc_term&quot;&gt;Divorce&lt;/a&gt;, annulment, or by one of the spouses &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Dying&quot; class=&quot;cyc_term&quot;&gt;Dying&lt;/a&gt;. During a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Marriage_Agreement&quot; class=&quot;cyc_term&quot;&gt;Marriage_Agreement&lt;/a&gt;, the two &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/agreeingAgents&quot; class=&quot;cyc_term&quot;&gt;agreeingAgents&lt;/a&gt; are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Married&quot; class=&quot;cyc_term&quot;&gt;Married&lt;/a&gt; (to each other) and are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/spouse&quot; class=&quot;cyc_term&quot;&gt;spouse&lt;/a&gt;s of one another.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Marriage-Agreement</cycAnnot:label>
    <rdfs:label xml:lang="en">marriage</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AsexualReproductionEvent">
    <cycAnnot:label xml:lang="en">AsexualReproductionEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events.  In each element of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AsexualReproductionEvent&quot; class=&quot;cyc_term&quot;&gt;AsexualReproductionEvent&lt;/a&gt;, an organism produces offspring via asexual means.  E.g., mitotic division by instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SingleCellOrganism&quot; class=&quot;cyc_term&quot;&gt;SingleCellOrganism&lt;/a&gt;; and budding, root-sprouting, etc., for (various) instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Plant&quot; class=&quot;cyc_term&quot;&gt;Plant&lt;/a&gt;).</rdfs:comment>
    <rdfs:label xml:lang="en">asexual reproduction</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PayingForServices">
    <cycAnnot:label xml:lang="en">PayingForServices</cycAnnot:label>
    <rdfs:label xml:lang="en">paying for services</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of events; a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Paying&quot; class=&quot;cyc_term&quot;&gt;Paying&lt;/a&gt;.  In an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PayingForServices&quot; class=&quot;cyc_term&quot;&gt;PayingForServices&lt;/a&gt;, a customer pays for services rendered.  Payment for services may occur before or after the service is performed, depending on the provider&apos;s policies; e.g., typically commerical lodging is paid for beforehand, but dry cleaning is paid for on pickup.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MakingToast">
    <cycAnnot:label xml:lang="en">MakingToast</cycAnnot:label>
    <rdfs:comment xml:lang="en">Subjecting a slice of bread to heat for about 5 minutes, allowing its surface to brown.</rdfs:comment>
    <rdfs:label xml:lang="en">making toast</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PsychologicalOperation">
    <cycAnnot:label xml:lang="en">PsychologicalOperation</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttemptingFn&quot; class=&quot;cyc_term&quot;&gt;AttemptingFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CoercingAnAgent&quot; class=&quot;cyc_term&quot;&gt;CoercingAnAgent&lt;/a&gt;) and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryOperation&quot; class=&quot;cyc_term&quot;&gt;MilitaryOperation&lt;/a&gt; (qq.v.).  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PsychologicalOperation&quot; class=&quot;cyc_term&quot;&gt;PsychologicalOperation&lt;/a&gt; is a military operation conducted with the intent to convey selected information to audiences in oreder to influence their emotions, motives, plans, and ultimately their behavior.</rdfs:comment>
    <rdfs:label xml:lang="en">psychological warfare</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Telephone_repair">
    <rdfs:label xml:lang="en">telephone repair</rdfs:label>
    <cycAnnot:label xml:lang="en">(RepairingFn Telephone)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_basketball">
    <cycAnnot:label xml:lang="en">(PlayingFn Basketball-TheGame)</cycAnnot:label>
    <rdfs:label xml:lang="en">playing basketball</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RemovalOfSternalWires_SurgicalProcedure">
    <rdfs:label xml:lang="en">sternal wire removal</rdfs:label>
    <cycAnnot:label xml:lang="en">RemovalOfSternalWires-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LiftingTariffs">
    <rdfs:label xml:lang="en">lifting tariffs</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events where one state reduces the tariffs on imports into the state.</rdfs:comment>
    <cycAnnot:label xml:lang="en">LiftingTariffs</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MobileDefense_MilitaryOperation">
    <cycAnnot:label xml:lang="en">MobileDefense-MilitaryOperation</cycAnnot:label>
    <rdfs:label xml:lang="en">mobile defense operation</rdfs:label>
    <rdfs:comment xml:lang="en">The mobile defense operation focuses on defeating or destroying the enemy force by allowing him to advance to a point where he is exposed to a decisive counterattack by the striking force. The commander organizes his force into two principal groups: the fixing force and the striking force. The primary defeat mechanism, the counterattack, is supplemented by the fires of the fixing force. The mobile defense is normally conducted by brigades, divisions and corps. Battalions and smaller units do not conduct a mobile defense because they are incapable of conducting operations in depth and fighting multiple engagements while resourcing the striking force, the fixing force, and a reserve.  FM100- 40, Ch12.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AmateurSportsEvent">
    <rdfs:comment xml:lang="en">The collection of all amateur sports events. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsEvent&quot; class=&quot;cyc_term&quot;&gt;SportsEvent&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">AmateurSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">amateur sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_hurling">
    <cycAnnot:label xml:lang="en">(PlayingFn Hurling-TheGame)</cycAnnot:label>
    <rdfs:label xml:lang="en">playing hurling</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TakeOff_Flight">
    <rdfs:comment xml:lang="en">Instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TakeOff_Flight&quot; class=&quot;cyc_term&quot;&gt;TakeOff_Flight&lt;/a&gt; are events in which an object
leaves the ground or other supporting surface and becomes airborne.</rdfs:comment>
    <cycAnnot:label xml:lang="en">TakeOff-Flight</cycAnnot:label>
    <rdfs:label xml:lang="en">take-off flight</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Applying_deodorant">
    <cycAnnot:label xml:lang="en">(ApplyingStuffFn Deodorant)</cycAnnot:label>
    <rdfs:label xml:lang="en">applying deodorant</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ApplyingStuffToSurface&quot; class=&quot;cyc_term&quot;&gt;ApplyingStuffToSurface&lt;/a&gt;, the application of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Deodorant&quot; class=&quot;cyc_term&quot;&gt;Deodorant&lt;/a&gt; to one&apos;s underarm.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PluralityOfLikeSubevents">
    <rdfs:comment xml:lang="en">The collection of all events that are groups of the same type of subevent.  Note that an event does not  qualify as an instance simply in virtue of having a number of subevents of the same type, the event must be entirely composed of these events. Also note that not all groupings of like subevents constitute an  instance, the grouping must be regarded as a single event in its own right.  A positive example would be the event of making exactly thirty copies of a particular document for a meeting, it is an event composed of instances of copying.  However, if we considered thirty random instances of making a single copy of that document, this would not constitute an instance insofar as that collection of events would likely not form a group of events that could be regarded as a single event.</rdfs:comment>
    <rdfs:label xml:lang="en">event consisting of multiple repetitions of some subevent</rdfs:label>
    <cycAnnot:label xml:lang="en">PluralityOfLikeSubevents</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NonLeapYear">
    <rdfs:label xml:lang="en">non-leap year</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CalendarYear&quot; class=&quot;cyc_term&quot;&gt;CalendarYear&lt;/a&gt;s which are not leap years; i.e., calendar years in which February has 28 days</rdfs:comment>
    <cycAnnot:label xml:lang="en">NonLeapYear</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MakingACriminalCharge">
    <rdfs:label xml:lang="en">indicting</rdfs:label>
    <cycAnnot:label xml:lang="en">MakingACriminalCharge</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Accusing&quot; class=&quot;cyc_term&quot;&gt;Accusing&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LegalProceeding&quot; class=&quot;cyc_term&quot;&gt;LegalProceeding&lt;/a&gt; (qq.v.).  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MakingACriminalCharge&quot; class=&quot;cyc_term&quot;&gt;MakingACriminalCharge&lt;/a&gt; is an action of making a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CriminalCharge&quot; class=&quot;cyc_term&quot;&gt;CriminalCharge&lt;/a&gt; (q.v.).  In most western legal systems, this is done by a court, to a legal agent.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PayingOffDebt_LastPayment">
    <cycAnnot:label xml:lang="en">PayingOffDebt-LastPayment</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChangeOfStatusEvent&quot; class=&quot;cyc_term&quot;&gt;ChangeOfStatusEvent&lt;/a&gt; and
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HumanActivity&quot; class=&quot;cyc_term&quot;&gt;HumanActivity&lt;/a&gt;. In each instance of this collection an agent performs
the final paying event on some monetary debt owed, at which time the
debt is &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PaidInFull&quot; class=&quot;cyc_term&quot;&gt;PaidInFull&lt;/a&gt;. This collection
refers to the act of paying the last installment and the subsequent
release from debt, not the entire series of paying events that occur
once someone has incurred debt.</rdfs:comment>
    <rdfs:label xml:lang="en">making the final payment on a debt</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EmergencyCall_Script">
    <rdfs:comment xml:lang="en">Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EmergencyCall_Script&quot; class=&quot;cyc_term&quot;&gt;EmergencyCall_Script&lt;/a&gt; is a complex script in which a report of an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Emergency&quot; class=&quot;cyc_term&quot;&gt;Emergency&lt;/a&gt; is made to an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EmergencyDispatchService&quot; class=&quot;cyc_term&quot;&gt;EmergencyDispatchService&lt;/a&gt;, and the appropriate emergency response team goes to the location of the emergency to assess the situation and provide aid.</rdfs:comment>
    <cycAnnot:label xml:lang="en">EmergencyCall-Script</cycAnnot:label>
    <rdfs:label xml:lang="en">emergency call</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_bridge">
    <rdfs:label xml:lang="en">playing bridge</rdfs:label>
    <cycAnnot:label xml:lang="en">(PlayingFn Bridge-TheGame)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TeamPlayingAGame">
    <rdfs:label xml:lang="en">team playing a game</rdfs:label>
    <cycAnnot:label xml:lang="en">TeamPlayingAGame</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ExpropriatingSomething">
    <rdfs:label xml:lang="en">expropriation</rdfs:label>
    <cycAnnot:label xml:lang="en">ExpropriatingSomething</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events in which one agent takes something previously belonging to another agent, without that agent&apos;s free consent.  Instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ExpropriatingSomething&quot; class=&quot;cyc_term&quot;&gt;ExpropriatingSomething&lt;/a&gt; differ from those of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AppropriatingSomething&quot; class=&quot;cyc_term&quot;&gt;AppropriatingSomething&lt;/a&gt; because in the latter, we assume that the taking doesn&apos;t violate any other agent&apos;s rights.  Compensation may or may not be offered by the expropriating agent.  Examples of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ExpropriatingSomething&quot; class=&quot;cyc_term&quot;&gt;ExpropriatingSomething&lt;/a&gt; include a government takeover of oil companies (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/NationalizingAnIndustry&quot; class=&quot;cyc_term&quot;&gt;NationalizingAnIndustry&lt;/a&gt;) or taking property by the right of eminent domain.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_soccer">
    <rdfs:comment xml:lang="en">The collection of all games of soccer. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TeamSportsCompetition&quot; class=&quot;cyc_term&quot;&gt;TeamSportsCompetition&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameEvent&quot; class=&quot;cyc_term&quot;&gt;GameEvent&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">game of soccer</rdfs:label>
    <cycAnnot:label xml:lang="en">(GameFn Soccer)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LeftAtrialAppendageExclusionUsingStaples_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">LeftAtrialAppendageExclusionUsingStaples-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">left atrial appendage exclusion using staples</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SoupMealCourse">
    <rdfs:label xml:lang="en">soup course</rdfs:label>
    <cycAnnot:label xml:lang="en">SoupMealCourse</cycAnnot:label>
    <rdfs:comment xml:lang="en">The soup course, if it happens during a given &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HavingAMeal&quot; class=&quot;cyc_term&quot;&gt;HavingAMeal&lt;/a&gt;, happens after the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AppetizerCourse&quot; class=&quot;cyc_term&quot;&gt;AppetizerCourse&lt;/a&gt;, if there is one.  For a given meal, there is no more than one soup meal course.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DisembarkingFromATransportationDevice">
    <cycAnnot:label xml:lang="en">DisembarkingFromATransportationDevice</cycAnnot:label>
    <rdfs:label xml:lang="en">disembarking from A transportation device</rdfs:label>
    <rdfs:comment xml:lang="en">This is the collection of actions in which an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Animal&quot; class=&quot;cyc_term&quot;&gt;Animal&lt;/a&gt; -- usually a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Person&quot; class=&quot;cyc_term&quot;&gt;Person&lt;/a&gt; -- disembarks from a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransportationDevice&quot; class=&quot;cyc_term&quot;&gt;TransportationDevice&lt;/a&gt;.  &apos;Disembarking&apos; covers a wide range of actions, including dismounting from a bicycle, exiting an automobile, climbing off a boat, and walking out of an elevator.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensSwim_50MeterFreestyle">
    <cycAnnot:label xml:lang="en">OlympicWomensSwim-50MeterFreestyle</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Womens Swim 50 Meter Freestyle</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensShotPut">
    <cycAnnot:label xml:lang="en">OlympicWomensShotPut</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Women&apos;s Shot Put</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MovingAComputerFile_Metaphorically">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FileOperation&quot; class=&quot;cyc_term&quot;&gt;FileOperation&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeneralizedTransfer&quot; class=&quot;cyc_term&quot;&gt;GeneralizedTransfer&lt;/a&gt;. In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MovingAComputerFile_Metaphorically&quot; class=&quot;cyc_term&quot;&gt;MovingAComputerFile_Metaphorically&lt;/a&gt;, a computer changes or indexes a file in such a way that it appears in a user interface to have moved to a different location.  For events in which a file &lt;i&gt;really is&lt;/i&gt; moved (or rather deleted and copied) to a new physical location in a computer&apos;s memory, see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MovingAComputerFile_CopyingAndDeleting&quot; class=&quot;cyc_term&quot;&gt;MovingAComputerFile_CopyingAndDeleting&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MovingAComputerFile-Metaphorically</cycAnnot:label>
    <rdfs:label xml:lang="en">moving A computer file metaphorically</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_paintball">
    <rdfs:label xml:lang="en">playing paintball</rdfs:label>
    <cycAnnot:label xml:lang="en">(PlayingFn Paintball-TheGame)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PreparingForUnauthorizedEntryToCockpit">
    <cycAnnot:label xml:lang="en">PreparingForUnauthorizedEntryToCockpit</cycAnnot:label>
    <rdfs:label xml:lang="en">preparing for unauthorized entry to cockpit</rdfs:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PurposefulAction&quot; class=&quot;cyc_term&quot;&gt;PurposefulAction&lt;/a&gt;.  Each instance of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PreparingForUnauthorizedEntryToCockpit&quot; class=&quot;cyc_term&quot;&gt;PreparingForUnauthorizedEntryToCockpit&lt;/a&gt; is an event in which agents
perform actions that they believe will enable them to gain
unauthorized entry to an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AirplaneCockpit&quot; class=&quot;cyc_term&quot;&gt;AirplaneCockpit&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_liability_coverage">
    <rdfs:label xml:lang="en">buying liability coverage</rdfs:label>
    <cycAnnot:label xml:lang="en">(BuyingFn LiabilityInsurance)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Influenza_vaccination">
    <cycAnnot:label xml:lang="en">(VaccinationAgainstFn Influenza)</cycAnnot:label>
    <rdfs:label xml:lang="en">influenza vaccination</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensKayakCanadian500MeterPairs">
    <rdfs:label xml:lang="en">Olympic Mens Kayak Canadian 500 Meter Pairs</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensKayakCanadian500MeterPairs</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Applying_shampoo">
    <rdfs:comment xml:lang="en">The act of applying shampoo to one&apos;s hair.</rdfs:comment>
    <rdfs:label xml:lang="en">applying shampoo</rdfs:label>
    <cycAnnot:label xml:lang="en">(ApplyingStuffFn Shampoo)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EcologicalCycle">
    <rdfs:comment xml:lang="en">The class of all complex biochemical &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cycle_Situation&quot; class=&quot;cyc_term&quot;&gt;Cycle_Situation&lt;/a&gt;s wherein biochemical substances such as &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Nitrogen&quot; class=&quot;cyc_term&quot;&gt;Nitrogen&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Phosphorus&quot; class=&quot;cyc_term&quot;&gt;Phosphorus&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Oxygen&quot; class=&quot;cyc_term&quot;&gt;Oxygen&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Water&quot; class=&quot;cyc_term&quot;&gt;Water&lt;/a&gt;, etc., move through the biosphere or a subset thereof (an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Ecosystem&quot; class=&quot;cyc_term&quot;&gt;Ecosystem&lt;/a&gt;) in a controlled storage and release of potential energy resulting from the interaction of multiple environmental agents.</rdfs:comment>
    <rdfs:label xml:lang="en">ecological cycle</rdfs:label>
    <cycAnnot:label xml:lang="en">EcologicalCycle</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KidneyTransplantProcedure_Surgical">
    <rdfs:label xml:lang="en">kidney transplant procedure</rdfs:label>
    <cycAnnot:label xml:lang="en">KidneyTransplantProcedure-Surgical</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransplantProcedure_Surgical&quot; class=&quot;cyc_term&quot;&gt;TransplantProcedure_Surgical&lt;/a&gt; .  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/KidneyTransplantProcedure_Surgical&quot; class=&quot;cyc_term&quot;&gt;KidneyTransplantProcedure_Surgical&lt;/a&gt; is a surgical procedure in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Kidney&quot; class=&quot;cyc_term&quot;&gt;Kidney&lt;/a&gt; is transplanted.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RollingOver">
    <rdfs:comment xml:lang="en">Events in which an object (often animate) turns approximately 180 degrees about its &lt;font color=&quot;#ff0000&quot;&gt;#$HorizontalDirection&lt;/font&gt; major axis while remaining in contact with a supporting surface.  An animate object can roll itself over, while both animate and inanimate objects can be rolled over by another actor.  Rolling over makes right-side-up objects upside-down, prone objects supine, and vice versa.</rdfs:comment>
    <rdfs:label xml:lang="en">rolling over</rdfs:label>
    <cycAnnot:label xml:lang="en">RollingOver</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ContinuingEducationCOS">
    <cycAnnot:label xml:lang="en">ContinuingEducationCOS</cycAnnot:label>
    <rdfs:comment xml:lang="en">A course of study intended for people who already have degrees, who may be out in the workplace and not normally in an academic setting.</rdfs:comment>
    <rdfs:label xml:lang="en">continuing education</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensSwim_100MeterBackstroke">
    <rdfs:label xml:lang="en">Olympic women&apos;s 100 meter backstroke</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicWomensSwim-100MeterBackstroke</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensSingleLuge">
    <cycAnnot:label xml:lang="en">OlympicWomensSingleLuge</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Women&apos;s Single Luge competition</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LightHeavyweightWeightliftingSportsEvent">
    <rdfs:label xml:lang="en">light heavyweight weightlifting sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">LightHeavyweightWeightliftingSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">A weight class of WeightliftingSportsEvent</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CoordinatedMultipleAttackTerrorOperation">
    <cycAnnot:label xml:lang="en">CoordinatedMultipleAttackTerrorOperation</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of terrorist operations that consist of multiple terrorist attacks timed to occur near-simulaneoulsy, often (but not necessarily) directed at targets of a similar type.  Such operations are a hallmark of &lt;font color=&quot;#ff0000&quot;&gt;#$AlQaida&lt;/font&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">coordinated multiple terrorist attack</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GangRape">
    <cycAnnot:label xml:lang="en">GangRape</cycAnnot:label>
    <rdfs:label xml:lang="en">gang rape</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of events.  Each element of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GangRape&quot; class=&quot;cyc_term&quot;&gt;GangRape&lt;/a&gt; is a horrific violent action in which the performers force another person to undergo an act of sexual intercourse.  A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GangRape&quot; class=&quot;cyc_term&quot;&gt;GangRape&lt;/a&gt; is typically performed by many people against one victim, typically female.--Colvin, March 9. 1999</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensKM7BiathlonEvent">
    <cycAnnot:label xml:lang="en">OlympicWomensKM7BiathlonEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Womens KM7 Biathlon Event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DeterminingTheValueOfASlot">
    <rdfs:label xml:lang="en">determining the value of A slot</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Evaluating&quot; class=&quot;cyc_term&quot;&gt;Evaluating&lt;/a&gt;.  Instances are events in which an agent determines the value of ?X for some open formula FORMULA, where the argument-place in which ?X occurs is functional (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/functionalInArgs&quot; class=&quot;cyc_term&quot;&gt;functionalInArgs&lt;/a&gt;) for the arg0 of FORMULA (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/operatorFormulas&quot; class=&quot;cyc_term&quot;&gt;operatorFormulas&lt;/a&gt;), and the values of all the other arguments in FORMULA are given.  Notable specializations include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MeasuringSomething&quot; class=&quot;cyc_term&quot;&gt;MeasuringSomething&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DoingAnArithmeticOperation&quot; class=&quot;cyc_term&quot;&gt;DoingAnArithmeticOperation&lt;/a&gt;.  Examples include an event in which one measure the height of an object OBJ, and so determines the value of ?X in (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/heightOfObject&quot; class=&quot;cyc_term&quot;&gt;heightOfObject&lt;/a&gt; OBJ ?X).</rdfs:comment>
    <cycAnnot:label xml:lang="en">DeterminingTheValueOfASlot</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DoingDivision">
    <cycAnnot:label xml:lang="en">DoingDivision</cycAnnot:label>
    <rdfs:label xml:lang="en">doing division</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_aeroplanes">
    <cycAnnot:label xml:lang="en">(BuyingFn Airplane)</cycAnnot:label>
    <rdfs:label xml:lang="en">buying aeroplanes</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MonetaryExchangeOfUserRights">
    <rdfs:comment xml:lang="en">A specialization of both &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ExchangeOfUserRights&quot; class=&quot;cyc_term&quot;&gt;ExchangeOfUserRights&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MoneyTransaction&quot; class=&quot;cyc_term&quot;&gt;MoneyTransaction&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MonetaryExchangeOfUserRights&quot; class=&quot;cyc_term&quot;&gt;MonetaryExchangeOfUserRights&lt;/a&gt; is an event in which two instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SocialBeing&quot; class=&quot;cyc_term&quot;&gt;SocialBeing&lt;/a&gt; (who are related to the event via specializations of the predicate &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/exchangers&quot; class=&quot;cyc_term&quot;&gt;exchangers&lt;/a&gt;) perform two reciprocal instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransferringPossession&quot; class=&quot;cyc_term&quot;&gt;TransferringPossession&lt;/a&gt;, one of which is an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MoneyTransfer&quot; class=&quot;cyc_term&quot;&gt;MoneyTransfer&lt;/a&gt;.  The agent who performs the instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MoneyTransfer&quot; class=&quot;cyc_term&quot;&gt;MoneyTransfer&lt;/a&gt; (this agent is related to the event via the predicate &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/buyer&quot; class=&quot;cyc_term&quot;&gt;buyer&lt;/a&gt;) gives some money to the other agent (who is related to the event via the predicate &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/seller&quot; class=&quot;cyc_term&quot;&gt;seller&lt;/a&gt;) in order to gain some user rights over an object possessed by the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/seller&quot; class=&quot;cyc_term&quot;&gt;seller&lt;/a&gt; (this object is related to the event via the predicate &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/objectPaidFor&quot; class=&quot;cyc_term&quot;&gt;objectPaidFor&lt;/a&gt;).  The &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/seller&quot; class=&quot;cyc_term&quot;&gt;seller&lt;/a&gt; relinquishes some user rights over the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/objectPaidFor&quot; class=&quot;cyc_term&quot;&gt;objectPaidFor&lt;/a&gt; to the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/buyer&quot; class=&quot;cyc_term&quot;&gt;buyer&lt;/a&gt;, in exchange for the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/buyer&quot; class=&quot;cyc_term&quot;&gt;buyer&lt;/a&gt;&apos;s money (which is related to the event via the predicate &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/objectTendered&quot; class=&quot;cyc_term&quot;&gt;objectTendered&lt;/a&gt;).  Notable specializations of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MonetaryExchangeOfUserRights&quot; class=&quot;cyc_term&quot;&gt;MonetaryExchangeOfUserRights&lt;/a&gt; include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Renting&quot; class=&quot;cyc_term&quot;&gt;Renting&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Buying&quot; class=&quot;cyc_term&quot;&gt;Buying&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">monetary transaction</rdfs:label>
    <cycAnnot:label xml:lang="en">MonetaryExchangeOfUserRights</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RegisteringAComplaint">
    <cycAnnot:label xml:lang="en">RegisteringAComplaint</cycAnnot:label>
    <rdfs:label xml:lang="en">reporting</rdfs:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Complaining&quot; class=&quot;cyc_term&quot;&gt;Complaining&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RegisteringAComplaint&quot; class=&quot;cyc_term&quot;&gt;RegisteringAComplaint&lt;/a&gt; is an event in which some agent &lt;i&gt;A&lt;/i&gt; presents a complaint to some other agent &lt;i&gt;B&lt;/i&gt;, where the following conditions are satisfied:
&lt;p/&gt;
(1) &lt;i&gt;A&lt;/i&gt; believes that some agent (perhaps, but not necessarily, &lt;i&gt;B&lt;/i&gt;) is responsible for the state of affairs being complained about;
&lt;p/&gt;
(2) &lt;i&gt;A&lt;/i&gt; believes that &lt;i&gt;B&lt;/i&gt; is in a position to remediate the state of affairs being complained about.
&lt;p/&gt;
Some positive examples: complaining to a hotel front desk that the towels in one&apos;s room are dirty; complaining to one&apos;s supervisor at work that one hasn&apos;t been provided with sufficient resources to complete an assigned task; complaining to the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BetterBusinessBureau&quot; class=&quot;cyc_term&quot;&gt;BetterBusinessBureau&lt;/a&gt; that one has been swindled in a business scam.  Negative examples: complaining to one&apos;s doctor about one&apos;s constant back pain (condition 1 is not satisfied); complaining to one&apos;s friend that one is being treated poorly at work (condition 2 is not satisfied).</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_BalanceBeamSportsEvent">
    <rdfs:label xml:lang="en">playing of a balance beam sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">PlayingOf-BalanceBeamSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PayingACommission">
    <rdfs:label xml:lang="en">paying a commission</rdfs:label>
    <cycAnnot:label xml:lang="en">PayingACommission</cycAnnot:label>
    <rdfs:comment xml:lang="en">A sales agent is paid for acting as the directingAgent in a completed Buying event; typically the payment is made by the seller in the Buying event.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SummitMeeting">
    <cycAnnot:label xml:lang="en">SummitMeeting</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all summit meetings, which are meetings of heads of government.  A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Conference&quot; class=&quot;cyc_term&quot;&gt;Conference&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">summit meeting</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Evaluation_Of_Slot_Value_Fn_blood_alcohol_level">
    <rdfs:label xml:lang="en">Evaluation Of Slot Value Fn blood alcohol level</rdfs:label>
    <cycAnnot:label xml:lang="en">(EvaluationOfSlotValueFn bloodAlcoholContent)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ReceivingPayment">
    <rdfs:label xml:lang="en">earnings</rdfs:label>
    <cycAnnot:label xml:lang="en">ReceivingPayment</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events; a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MoneyTransfer&quot; class=&quot;cyc_term&quot;&gt;MoneyTransfer&lt;/a&gt;.  In an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ReceivingPayment&quot; class=&quot;cyc_term&quot;&gt;ReceivingPayment&lt;/a&gt;, an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_Generic&quot; class=&quot;cyc_term&quot;&gt;Agent_Generic&lt;/a&gt; (or representative thereof) receives money that another agent owes as a debt to the first agent.  See &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Paying&quot; class=&quot;cyc_term&quot;&gt;Paying&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ClosingARealEstateContract">
    <cycAnnot:label xml:lang="en">ClosingARealEstateContract</cycAnnot:label>
    <rdfs:label xml:lang="en">closing a real estate contract</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DisputeOverOwnershipRights">
    <rdfs:comment xml:lang="en">The collection of instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DisputeEvent&quot; class=&quot;cyc_term&quot;&gt;DisputeEvent&lt;/a&gt; in which parties are in dispute over who has ownership rights over something.</rdfs:comment>
    <cycAnnot:label xml:lang="en">DisputeOverOwnershipRights</cycAnnot:label>
    <rdfs:label xml:lang="en">dispute over ownership rights</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ReplacementOf_AutoFuse">
    <rdfs:label xml:lang="en">replacing an auto fuse</rdfs:label>
    <cycAnnot:label xml:lang="en">ReplacementOf-AutoFuse</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="VentricularRepair_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">VentricularRepair-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">ventricular repair</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensQuadScullsRowing">
    <cycAnnot:label xml:lang="en">OlympicMensQuadScullsRowing</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic men&apos;s quad sculls rowing competition</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Exploration_TricuspidValve_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">Exploration-TricuspidValve-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">tricuspid valve exploration</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Stopping">
    <rdfs:label xml:lang="en">stopping</rdfs:label>
    <cycAnnot:label xml:lang="en">(EndingFn MovementEvent)</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events; a subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Event&quot; class=&quot;cyc_term&quot;&gt;Event&lt;/a&gt;. In each (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EndingFn&quot; class=&quot;cyc_term&quot;&gt;EndingFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MovementEvent&quot; class=&quot;cyc_term&quot;&gt;MovementEvent&lt;/a&gt;), something comes to a halt, stop moving.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensRun_100Meter">
    <cycAnnot:label xml:lang="en">OlympicMensRun-100Meter</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens Run 100 Meter</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Bank_robberies_against_a_bank">
    <rdfs:label xml:lang="en">bank robberies against a bank</rdfs:label>
    <cycAnnot:label xml:lang="en">(AttackTypeByTargetTypeFn (ProperSubcollectionNamedFn-Ternary &quot;bank robberies&quot; HostileSocialAction &quot;340660c4-f4ed-11d9-9bea-0002b3a85b0b&quot;) BankOrganization)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GangWarRetaliation">
    <rdfs:label xml:lang="en">gang war retaliation</rdfs:label>
    <rdfs:comment xml:lang="en">The last scene in a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GangWarCycle&quot; class=&quot;cyc_term&quot;&gt;GangWarCycle&lt;/a&gt; in which the gang attacked in the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GangWarAttack&quot; class=&quot;cyc_term&quot;&gt;GangWarAttack&lt;/a&gt; retaliates by killing one of the members of the attacking gang.</rdfs:comment>
    <cycAnnot:label xml:lang="en">GangWarRetaliation</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CardiacCathAcuteIntervention">
    <cycAnnot:label xml:lang="en">CardiacCathAcuteIntervention</cycAnnot:label>
    <rdfs:label xml:lang="en">cardiac cath acute intervention</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Game_of_field_hockey">
    <rdfs:comment xml:lang="en">The collection of all games of field hockey. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TeamSportsCompetition&quot; class=&quot;cyc_term&quot;&gt;TeamSportsCompetition&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameEvent&quot; class=&quot;cyc_term&quot;&gt;GameEvent&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">(GameFn FieldHockey)</cycAnnot:label>
    <rdfs:label xml:lang="en">game of field hockey</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KidnappingSomeone">
    <rdfs:label xml:lang="en">kidnapping</rdfs:label>
    <cycAnnot:label xml:lang="en">KidnappingSomeone</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AbductingSomeone&quot; class=&quot;cyc_term&quot;&gt;AbductingSomeone&lt;/a&gt; where an individual is illegally taken captive and held against his or her will.  Often, but not always, this is done with the intent of holding the kidnappee for ransom.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="StealingStorageSpace">
    <cycAnnot:label xml:lang="en">StealingStorageSpace</cycAnnot:label>
    <rdfs:label xml:lang="en">stealing storage space</rdfs:label>
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/StealingStorageSpace&quot; class=&quot;cyc_term&quot;&gt;StealingStorageSpace&lt;/a&gt; is a collection of events in which a person uses an information storage medium that she is not commonly considered to be legally entitled  to use. Almost always, the perpetrator is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Hacker&quot; class=&quot;cyc_term&quot;&gt;Hacker&lt;/a&gt;, and the medium illictly  used is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HardDisk&quot; class=&quot;cyc_term&quot;&gt;HardDisk&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AttackByComputerOperation_SYNFlooding">
    <rdfs:label xml:lang="en">SYN flood</rdfs:label>
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackByComputerOperation_SYNFlooding&quot; class=&quot;cyc_term&quot;&gt;AttackByComputerOperation_SYNFlooding&lt;/a&gt; is a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackByComputerOperation_DenialOfService&quot; class=&quot;cyc_term&quot;&gt;AttackByComputerOperation_DenialOfService&lt;/a&gt;. Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackByComputerOperation_SYNFlooding&quot; class=&quot;cyc_term&quot;&gt;AttackByComputerOperation_SYNFlooding&lt;/a&gt; is an attack in which the attacker sends SYN &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Packet_Internet&quot; class=&quot;cyc_term&quot;&gt;Packet_Internet&lt;/a&gt;s with phony return &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IPAddress&quot; class=&quot;cyc_term&quot;&gt;IPAddress&lt;/a&gt;es, resulting in the target server staying open while it waits for the return or ACK packet to complete the handshake (to establish a connection with a remote computer -- see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InternetPacketExchange&quot; class=&quot;cyc_term&quot;&gt;InternetPacketExchange&lt;/a&gt;).  While the target computer stays open, it is vulnerable to bombardment by additional phony packets, leaving no room to establish a legitimate connection.</rdfs:comment>
    <cycAnnot:label xml:lang="en">AttackByComputerOperation-SYNFlooding</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BloodDrive">
    <cycAnnot:label xml:lang="en">BloodDrive</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all blood drives.  This refers to the event at which a number of people donate blood, not to the advertising campaign to urge them to donate.</rdfs:comment>
    <rdfs:label xml:lang="en">blood drive</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Ingestion_of_alcoholic_beverages">
    <rdfs:label xml:lang="en">ingestion of alcoholic beverages</rdfs:label>
    <cycAnnot:label xml:lang="en">(IngestingFn AlcoholicBeverage)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_manuscripts">
    <cycAnnot:label xml:lang="en">(BuyingFn Manuscript)</cycAnnot:label>
    <rdfs:comment xml:lang="en">A subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BuyingAnObject&quot; class=&quot;cyc_term&quot;&gt;BuyingAnObject&lt;/a&gt;. In each instance of (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BuyingFn&quot; class=&quot;cyc_term&quot;&gt;BuyingFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Manuscript&quot; class=&quot;cyc_term&quot;&gt;Manuscript&lt;/a&gt;), an agent buys an unpublished written work, along with the rights to use, and control the use of, the content of that work. An example would be a publishing house buying the manuscript of a novel from an author.</rdfs:comment>
    <rdfs:label xml:lang="en">buying manuscripts</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ReplacementOf_RadarDetector">
    <rdfs:label xml:lang="en">replacing a radar detector</rdfs:label>
    <cycAnnot:label xml:lang="en">ReplacementOf-RadarDetector</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CalculatingTheAPROnALoan">
    <rdfs:label xml:lang="en">calculating APR</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeterminingTheValueOfASlot&quot; class=&quot;cyc_term&quot;&gt;DeterminingTheValueOfASlot&lt;/a&gt;.  In an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CalculatingTheAPROnALoan&quot; class=&quot;cyc_term&quot;&gt;CalculatingTheAPROnALoan&lt;/a&gt;, the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/annualPercentageRate&quot; class=&quot;cyc_term&quot;&gt;annualPercentageRate&lt;/a&gt; of some loan is determined.</rdfs:comment>
    <cycAnnot:label xml:lang="en">CalculatingTheAPROnALoan</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TransferringControlOfAnAgent">
    <rdfs:label xml:lang="en">transferring control of an agent</rdfs:label>
    <cycAnnot:label xml:lang="en">TransferringControlOfAnAgent</cycAnnot:label>
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransferringControlOfAnAgent&quot; class=&quot;cyc_term&quot;&gt;TransferringControlOfAnAgent&lt;/a&gt; is the collection of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransferOfControl&quot; class=&quot;cyc_term&quot;&gt;TransferOfControl&lt;/a&gt; events in which the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/objectOfControlTransfer&quot; class=&quot;cyc_term&quot;&gt;objectOfControlTransfer&lt;/a&gt; is
an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_Generic&quot; class=&quot;cyc_term&quot;&gt;Agent_Generic&lt;/a&gt;.  The agent to whom control passes may be the
transferred agent herself (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GainingFreedom&quot; class=&quot;cyc_term&quot;&gt;GainingFreedom&lt;/a&gt;), or may be another
agent (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransferringCustodyOfAPerson&quot; class=&quot;cyc_term&quot;&gt;TransferringCustodyOfAPerson&lt;/a&gt;).</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_oil_pipelines">
    <rdfs:label xml:lang="en">making oil pipelines</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn OilPipeline)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Hitting_ProjectilePropelling">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ProjectilePropelling&quot; class=&quot;cyc_term&quot;&gt;ProjectilePropelling&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PoundingDrivingSomething&quot; class=&quot;cyc_term&quot;&gt;PoundingDrivingSomething&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HittingAnObject&quot; class=&quot;cyc_term&quot;&gt;HittingAnObject&lt;/a&gt;, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ControllingAPhysicalDevice&quot; class=&quot;cyc_term&quot;&gt;ControllingAPhysicalDevice&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Hitting_ProjectilePropelling&quot; class=&quot;cyc_term&quot;&gt;Hitting_ProjectilePropelling&lt;/a&gt; is an event in which something is set in motion (through the air, over the ground, through a liquid, etc.) by being hit with something.  Instances of this event include some part of the motion of the hitter before it hits the propelled object. Example specializations include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HittingAGolfBall&quot; class=&quot;cyc_term&quot;&gt;HittingAGolfBall&lt;/a&gt; or shooting a hockey puck.  In an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HittingAGolfBall&quot; class=&quot;cyc_term&quot;&gt;HittingAGolfBall&lt;/a&gt; the swinging of a golf club is a part of the hitting event, and the devices that are controlled (and propelled) are the golf ball and the golf club, and the device used is the golf club.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Hitting-ProjectilePropelling</cycAnnot:label>
    <rdfs:label xml:lang="en">hitting projectile propelling</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensST1000MeterSpeedSkate">
    <rdfs:label xml:lang="en">Olympic Mens ST 1000 Meter Speed Skate</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensST1000MeterSpeedSkate</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LaunchingAMissile">
    <cycAnnot:label xml:lang="en">LaunchingAMissile</cycAnnot:label>
    <rdfs:label xml:lang="en">missile launch</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LaunchingASelfPoweredProjectile&quot; class=&quot;cyc_term&quot;&gt;LaunchingASelfPoweredProjectile&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LaunchingAMissile&quot; class=&quot;cyc_term&quot;&gt;LaunchingAMissile&lt;/a&gt; is an event in which some instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Missile&quot; class=&quot;cyc_term&quot;&gt;Missile&lt;/a&gt; is launched.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Powerball_Lottery">
    <rdfs:label xml:lang="en">powerball</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of Powerball lotteries.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Powerball-Lottery</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PancreasTransplantSurgery">
    <rdfs:label xml:lang="en">pancreas transplant</rdfs:label>
    <cycAnnot:label xml:lang="en">PancreasTransplantSurgery</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransplantSurgery&quot; class=&quot;cyc_term&quot;&gt;TransplantSurgery&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PancreasTransplantSurgery&quot; class=&quot;cyc_term&quot;&gt;PancreasTransplantSurgery&lt;/a&gt; is a surgical operation in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Pancreas&quot; class=&quot;cyc_term&quot;&gt;Pancreas&lt;/a&gt; is transplanted.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AquaticSportsEvent">
    <cycAnnot:label xml:lang="en">AquaticSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">A sports event (usually) involving a swimming pool (as opposed to a lake, as with Rowing).  Includes swimming races, diving events and water polo games, but not rowing or yachting.</rdfs:comment>
    <rdfs:label xml:lang="en">aquatic sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SteamSterilization">
    <rdfs:label xml:lang="en">steam sterilization</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all procedures in which superheated steam
is applied to a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;PartiallyTangible&lt;/a&gt; object at high pressure for the
purpose of rendering the object &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sterile&quot; class=&quot;cyc_term&quot;&gt;Sterile&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SteamSterilization</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_paint">
    <cycAnnot:label xml:lang="en">(MakingFn Paint)</cycAnnot:label>
    <rdfs:label xml:lang="en">making paint</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_HandballGame">
    <rdfs:label xml:lang="en">playing of handball game</rdfs:label>
    <cycAnnot:label xml:lang="en">PlayingOf-HandballGame</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BuyingAMoneyOrder">
    <cycAnnot:label xml:lang="en">BuyingAMoneyOrder</cycAnnot:label>
    <rdfs:comment xml:lang="en">A transaction in which one agent gives money to another, and the recipient then prints a money order of that amount, typically for a small fee.</rdfs:comment>
    <rdfs:label xml:lang="en">buying a money order</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicBoxing_LightWelterweight">
    <rdfs:label xml:lang="en">Olympic light welterweight boxing</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicBoxing-LightWelterweight</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AttackByComputerOperation_DestructionOfInformation">
    <cycAnnot:label xml:lang="en">AttackByComputerOperation-DestructionOfInformation</cycAnnot:label>
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackByComputerOperation_DestructionOfInformation&quot; class=&quot;cyc_term&quot;&gt;AttackByComputerOperation_DestructionOfInformation&lt;/a&gt; is a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackByComputerOperation_CorruptionOfInformation&quot; class=&quot;cyc_term&quot;&gt;AttackByComputerOperation_CorruptionOfInformation&lt;/a&gt; and an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackByComputerOperationTypeByPurpose&quot; class=&quot;cyc_term&quot;&gt;AttackByComputerOperationTypeByPurpose&lt;/a&gt;. It is the collection of 
electtonic attacks that involve the destruction of information on their victim&apos;s &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ComputationalSystem&quot; class=&quot;cyc_term&quot;&gt;ComputationalSystem&lt;/a&gt;s. Like &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackByComputerOperation_Vandalism&quot; class=&quot;cyc_term&quot;&gt;AttackByComputerOperation_Vandalism&lt;/a&gt;,
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackByComputerOperation_DestructionOfInformation&quot; class=&quot;cyc_term&quot;&gt;AttackByComputerOperation_DestructionOfInformation&lt;/a&gt; requires a deliberate,
malicious intention to corrupt information possessed by the victim.  
Unlike vandalism, all instances of destruction of information must
have as their primary purpose the willful destruction of that
information.  A website defacement where someone posted critical
information or unwanted images would not qualify, whereas an
attack where the primary purpose was the deleting of files would qualify.</rdfs:comment>
    <rdfs:label xml:lang="en">destruction of information attack</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SocialDinner">
    <cycAnnot:label xml:lang="en">SocialDinner</cycAnnot:label>
    <rdfs:comment xml:lang="en">The intersection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HavingDinner&quot; class=&quot;cyc_term&quot;&gt;HavingDinner&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SocialDining&quot; class=&quot;cyc_term&quot;&gt;SocialDining&lt;/a&gt;. The collection of 
 events in which several people have dinner together, either at a restaurant or in a private residence.</rdfs:comment>
    <rdfs:label xml:lang="en">social dinner</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BaseballFielding">
    <rdfs:label xml:lang="en">fielding</rdfs:label>
    <cycAnnot:label xml:lang="en">BaseballFielding</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Apoptosis">
    <rdfs:label xml:lang="en">programmed cell death</rdfs:label>
    <cycAnnot:label xml:lang="en">Apoptosis</cycAnnot:label>
    <rdfs:comment xml:lang="en">This is the collection of events in which cells, in a sense,  commit suicide. It is often called programmed cell death.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_lacrosse">
    <cycAnnot:label xml:lang="en">(PlayingFn Lacrosse)</cycAnnot:label>
    <rdfs:label xml:lang="en">playing lacrosse</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AffectingAnAccountBalance">
    <cycAnnot:label xml:lang="en">AffectingAnAccountBalance</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MoneyTransaction&quot; class=&quot;cyc_term&quot;&gt;MoneyTransaction&lt;/a&gt;.  Instances are transactions that change the balance of an account, positively or negatively.  See &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Account&quot; class=&quot;cyc_term&quot;&gt;Account&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/transactionAccount&quot; class=&quot;cyc_term&quot;&gt;transactionAccount&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">affecting an account balance</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_methyldichlorophosphine">
    <cycAnnot:label xml:lang="en">(GainingControlOfFn Methyldichlorophosphine)</cycAnnot:label>
    <rdfs:label xml:lang="en">gaining control of methyldichlorophosphine</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EquestrianJumping_Individual">
    <rdfs:label xml:lang="en">equestrian jumping individual</rdfs:label>
    <cycAnnot:label xml:lang="en">EquestrianJumping-Individual</cycAnnot:label>
    <rdfs:comment xml:lang="en">A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EquestrianSportsEvent&quot; class=&quot;cyc_term&quot;&gt;EquestrianSportsEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IndividualSportsCompetition&quot; class=&quot;cyc_term&quot;&gt;IndividualSportsCompetition&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AttributingResponsibility">
    <rdfs:comment xml:lang="en">This is the collection of actions in which one agent attributes at least causal responsibility, and perhaps moral responsibility, for an action to an agent.  This is a general collection which includes both accusations (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Accusing&quot; class=&quot;cyc_term&quot;&gt;Accusing&lt;/a&gt;) and claims of responsibility (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ClaimingResponsibility&quot; class=&quot;cyc_term&quot;&gt;ClaimingResponsibility&lt;/a&gt;).</rdfs:comment>
    <rdfs:label xml:lang="en">attributing responsibility</rdfs:label>
    <cycAnnot:label xml:lang="en">AttributingResponsibility</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_dresses">
    <cycAnnot:label xml:lang="en">(MakingFn Dress)</cycAnnot:label>
    <rdfs:label xml:lang="en">making dresses</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TeamSportsCompetition">
    <cycAnnot:label xml:lang="en">TeamSportsCompetition</cycAnnot:label>
    <rdfs:label xml:lang="en">team sports competition</rdfs:label>
    <rdfs:comment xml:lang="en">Sports Event where the competitors are teams, not individuals.  Note that this may mean they compete as a team (as in Basketball) or simply that they&apos;re scored as a team (as in TeamCombinedExercises in gymnastics).</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FiscalQuarter">
    <rdfs:label xml:lang="en">fiscal quarter</rdfs:label>
    <cycAnnot:label xml:lang="en">FiscalQuarter</cycAnnot:label>
    <rdfs:comment xml:lang="en">Each instance of this collection is a 3-month-long interval of time kept track of by an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; as part of its financial accounting procedures.  Since the start dates and end dates may vary depending on the organization, instances will be things like Fiscal3rdQuarterOf1995ForCycorp.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KillingPersonSubEventsContractMurder">
    <cycAnnot:label xml:lang="en">KillingPersonSubEventsContractMurder</cycAnnot:label>
    <rdfs:label xml:lang="en">killing person sub events contract murder</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ThrowingFlowers">
    <cycAnnot:label xml:lang="en">ThrowingFlowers</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events in which a person throws single cut flowers or bouquets as a expression of approval, admiration, or celebration of another person&apos;s achievement; usually at the conclusion of a performance or other public ceremony.</rdfs:comment>
    <rdfs:label xml:lang="en">throwing flowers</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensFinn">
    <rdfs:label xml:lang="en">Olympic Mens Finn</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensFinn</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="UnblockingTraffic">
    <cycAnnot:label xml:lang="en">UnblockingTraffic</cycAnnot:label>
    <rdfs:label xml:lang="en">unblocking traffic</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events in which a previously blocked path         is re-opened. Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UnblockingTraffic&quot; class=&quot;cyc_term&quot;&gt;UnblockingTraffic&lt;/a&gt; is a         purposeful action done by some agent with a purpose of         reopening a certain path to traffic. For each element of         &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UnblockingTraffic&quot; class=&quot;cyc_term&quot;&gt;UnblockingTraffic&lt;/a&gt;, there is at least one &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/objectActedOn&quot; class=&quot;cyc_term&quot;&gt;objectActedOn&lt;/a&gt;         which is an element of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Path_Customary&quot; class=&quot;cyc_term&quot;&gt;Path_Customary&lt;/a&gt; (e.g., a bridge which         is broken or a road which is blocked to prevent vehicles or         people from passing through it).  See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/pathState&quot; class=&quot;cyc_term&quot;&gt;pathState&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_a_beverage">
    <cycAnnot:label xml:lang="en">(GainingControlOfFn Drink)</cycAnnot:label>
    <rdfs:label xml:lang="en">gaining control of a beverage</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SportsFormalCompetition">
    <rdfs:label xml:lang="en">sports competition</rdfs:label>
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsFormalCompetition&quot; class=&quot;cyc_term&quot;&gt;SportsFormalCompetition&lt;/a&gt; is something like the 1992 Olympic 100M Sprint. Individual races or games (like the finals) are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsEvent&quot; class=&quot;cyc_term&quot;&gt;SportsEvent&lt;/a&gt; and not &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsFormalCompetition&quot; class=&quot;cyc_term&quot;&gt;SportsFormalCompetition&lt;/a&gt;. Also, there are prizes, officiating bodies, etc., unlike a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsEvent&quot; class=&quot;cyc_term&quot;&gt;SportsEvent&lt;/a&gt;.  You can be first in a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsEvent&quot; class=&quot;cyc_term&quot;&gt;SportsEvent&lt;/a&gt; but you can win a gold only in a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsFormalCompetition&quot; class=&quot;cyc_term&quot;&gt;SportsFormalCompetition&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SportsFormalCompetition</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TransferringCustodyOfAPrisoner">
    <rdfs:label xml:lang="en">transferring custody of A prisoner</rdfs:label>
    <cycAnnot:label xml:lang="en">TransferringCustodyOfAPrisoner</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransferringCustodyOfAPerson&quot; class=&quot;cyc_term&quot;&gt;TransferringCustodyOfAPerson&lt;/a&gt;.  In each instance, custody of a prisoner is handed from one &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt; to another:  both &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Agent_PartiallyTangible&quot; class=&quot;cyc_term&quot;&gt;Agent_PartiallyTangible&lt;/a&gt;s are different from the &lt;font color=&quot;#ff0000&quot;&gt;#$Prisoner&lt;/font&gt; whose custody is handed over.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ContractKilling_Threat">
    <rdfs:label xml:lang="en">contract killing threat</rdfs:label>
    <cycAnnot:label xml:lang="en">ContractKilling-Threat</cycAnnot:label>
    <rdfs:comment xml:lang="en">This is the collection of contract killings in which a threat is killed.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MedicalEmergency">
    <rdfs:comment xml:lang="en">The collection of all medical emergencies. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Emergency&quot; class=&quot;cyc_term&quot;&gt;Emergency&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PhysicalEvent&quot; class=&quot;cyc_term&quot;&gt;PhysicalEvent&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MedicalEmergency</cycAnnot:label>
    <rdfs:label xml:lang="en">medical emergency</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LegalHoliday">
    <rdfs:comment xml:lang="en">The subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Holiday&quot; class=&quot;cyc_term&quot;&gt;Holiday&lt;/a&gt;s which are typically declared to be &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Holiday&quot; class=&quot;cyc_term&quot;&gt;Holiday&lt;/a&gt;s by the governments of western countries, and which are therefore days on which most people governed by that government do not work and on which students do not attend classes.  Such &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Holiday&quot; class=&quot;cyc_term&quot;&gt;Holiday&lt;/a&gt;s may coincide with &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ReligiousHoliday&quot; class=&quot;cyc_term&quot;&gt;ReligiousHoliday&lt;/a&gt;s, especially where there is a government-sanctioned religion.</rdfs:comment>
    <rdfs:label xml:lang="en">national holiday</rdfs:label>
    <cycAnnot:label xml:lang="en">LegalHoliday</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="UnassertingACycAssertion">
    <rdfs:label xml:lang="en">unasserting A cyc assertion</rdfs:label>
    <cycAnnot:label xml:lang="en">UnassertingACycAssertion</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_ice_cream">
    <rdfs:label xml:lang="en">buying ice cream</rdfs:label>
    <cycAnnot:label xml:lang="en">(BuyingFn IceCream)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Security_MilitaryOperation">
    <rdfs:label xml:lang="en">security operation</rdfs:label>
    <cycAnnot:label xml:lang="en">Security-MilitaryOperation</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all military operations conducted to protect the friendly force by providing early and accurate warning of enemy operations, to provide the force being protected with time and maneuver space within which to react to the enemy, and to develop the situation to allow the commander to effectively use the protected force. Security operations orient on the force or facility to be protected, rather than on the enemy. FM 100-40.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ChurchService">
    <rdfs:label xml:lang="en">church service</rdfs:label>
    <cycAnnot:label xml:lang="en">ChurchService</cycAnnot:label>
    <rdfs:comment xml:lang="en">A ceremony that is held in a Christian church.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Kneecapping_against_a_public_official">
    <rdfs:label xml:lang="en">Kneecapping against a public official</rdfs:label>
    <cycAnnot:label xml:lang="en">(AttackTypeByTargetTypeFn (ProperSubcollectionNamedFn-Ternary &quot;Kneecapping&quot; HostileSocialAction &quot;340f6172-f4ed-11d9-9bea-0002b3a85b0b&quot;) PublicOfficial)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Decoding">
    <cycAnnot:label xml:lang="en">Decoding</cycAnnot:label>
    <rdfs:label xml:lang="en">decoding</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events where some data in an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationBearingThing&quot; class=&quot;cyc_term&quot;&gt;InformationBearingThing&lt;/a&gt; are transformed from a complex/compressed format to a more usable or natural format.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Fire_ClassD">
    <cycAnnot:label xml:lang="en">Fire-ClassD</cycAnnot:label>
    <rdfs:label xml:lang="en">Class D fire</rdfs:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CombustionProcess&quot; class=&quot;cyc_term&quot;&gt;CombustionProcess&lt;/a&gt;. Instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Fire_ClassD&quot; class=&quot;cyc_term&quot;&gt;Fire_ClassD&lt;/a&gt; have as their
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/energySourceForEvent&quot; class=&quot;cyc_term&quot;&gt;energySourceForEvent&lt;/a&gt; combustible metal, including aluminum, magnesium,
titanium, and lithium.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NonHerniaRepairThoracic_SurgicalProcedure">
    <rdfs:label xml:lang="en">non-hernia repair thoracic procedure</rdfs:label>
    <cycAnnot:label xml:lang="en">NonHerniaRepairThoracic-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NationalDay_Kuwait">
    <cycAnnot:label xml:lang="en">NationalDay-Kuwait</cycAnnot:label>
    <rdfs:label xml:lang="en">national day kuwait</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensCycling_4000MeterTeamPursuit">
    <cycAnnot:label xml:lang="en">OlympicMensCycling-4000MeterTeamPursuit</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens Cycling 4000 Meter Team Pursuit</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Reconstruction_CardiacValveRepair">
    <cycAnnot:label xml:lang="en">Reconstruction-CardiacValveRepair</cycAnnot:label>
    <rdfs:label xml:lang="en">reconstruction cardiac valve repair</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PayingForLivingExpenses">
    <rdfs:comment xml:lang="en">A collection of events; a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Paying&quot; class=&quot;cyc_term&quot;&gt;Paying&lt;/a&gt;.  Every instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PayingForLivingExpenses&quot; class=&quot;cyc_term&quot;&gt;PayingForLivingExpenses&lt;/a&gt; is a particular paying event in which some item is bought or bill is paid and the outlay is considered a &amp;quot;living expense&amp;quot;.</rdfs:comment>
    <rdfs:label xml:lang="en">paying for living expenses</rdfs:label>
    <cycAnnot:label xml:lang="en">PayingForLivingExpenses</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PaymentHoliday_Mortgage">
    <rdfs:label xml:lang="en">payment holiday</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FailingToMakeAPayment&quot; class=&quot;cyc_term&quot;&gt;FailingToMakeAPayment&lt;/a&gt;.  Each instance of this collection is a situation in which a mortgager has been granted a reprieve from their typical mortgage payment.</rdfs:comment>
    <cycAnnot:label xml:lang="en">PaymentHoliday-Mortgage</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicSoling">
    <rdfs:label xml:lang="en">Olympic Soling</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicSoling</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MovieShowingAtATheater">
    <rdfs:comment xml:lang="en">See mts for different perspectives of this event.</rdfs:comment>
    <rdfs:label xml:lang="en">movie showing at a theater</rdfs:label>
    <cycAnnot:label xml:lang="en">MovieShowingAtATheater</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EquestrianThreeDayEvent_Individual">
    <rdfs:label xml:lang="en">equestrian three day event individual</rdfs:label>
    <cycAnnot:label xml:lang="en">EquestrianThreeDayEvent-Individual</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BloodTransfusionEvent">
    <rdfs:comment xml:lang="en">An event in which an
amount of blood from one or more donors (typically from a blood bank or similar organization) is transfused into another organism. A
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BloodTransfusionEvent&quot; class=&quot;cyc_term&quot;&gt;BloodTransfusionEvent&lt;/a&gt; will have a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BloodTransfusionProcess&quot; class=&quot;cyc_term&quot;&gt;BloodTransfusionProcess&lt;/a&gt; subEvent.
This unit is not cooextensive with &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BloodTransfusionProcess&quot; class=&quot;cyc_term&quot;&gt;BloodTransfusionProcess&lt;/a&gt;, since a
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BloodTransfusionEvent&quot; class=&quot;cyc_term&quot;&gt;BloodTransfusionEvent&lt;/a&gt; will have other &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/subEvents&quot; class=&quot;cyc_term&quot;&gt;subEvents&lt;/a&gt;, such as inserting the
IV needle into the recipient&apos;s vein.</rdfs:comment>
    <rdfs:label xml:lang="en">blood transfusion</rdfs:label>
    <cycAnnot:label xml:lang="en">BloodTransfusionEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BungeeJumping">
    <rdfs:comment xml:lang="en">The activity where participants attach themselves to an elastic cord (bungee cord) and jump from a height (such as a bridge, hot air balloon, or crane) for sport.</rdfs:comment>
    <rdfs:label xml:lang="en">bungee jumping</rdfs:label>
    <cycAnnot:label xml:lang="en">BungeeJumping</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="VehicleAccident">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CollidingWithAnObstacle&quot; class=&quot;cyc_term&quot;&gt;CollidingWithAnObstacle&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Accident&quot; class=&quot;cyc_term&quot;&gt;Accident&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/VehicleAccident&quot; class=&quot;cyc_term&quot;&gt;VehicleAccident&lt;/a&gt; is an accident in which a vehicle collides with an obstacle.</rdfs:comment>
    <cycAnnot:label xml:lang="en">VehicleAccident</cycAnnot:label>
    <rdfs:label xml:lang="en">vehicular accident</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_polyester_cloth">
    <cycAnnot:label xml:lang="en">(MakingFn PolyesterCloth)</cycAnnot:label>
    <rdfs:label xml:lang="en">making polyester cloth</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensKM15Skiing">
    <rdfs:label xml:lang="en">Olympic Mens KM 15 Skiing</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensKM15Skiing</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RevolutionaryWar">
    <rdfs:label xml:lang="en">revolutionary war</rdfs:label>
    <cycAnnot:label xml:lang="en">RevolutionaryWar</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/War&quot; class=&quot;cyc_term&quot;&gt;War&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RevolutionaryWar&quot; class=&quot;cyc_term&quot;&gt;RevolutionaryWar&lt;/a&gt; is a war the result of which is a successful revolution (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Revolution_Political&quot; class=&quot;cyc_term&quot;&gt;Revolution_Political&lt;/a&gt;).</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TwoWayCommunicationEvent">
    <cycAnnot:label xml:lang="en">TwoWayCommunicationEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">two way communication event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HomeStudy">
    <rdfs:comment xml:lang="en">A collection of events. Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HomeStudy&quot; class=&quot;cyc_term&quot;&gt;HomeStudy&lt;/a&gt; one &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Person&quot; class=&quot;cyc_term&quot;&gt;Person&lt;/a&gt; going through a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CourseOfStudy&quot; class=&quot;cyc_term&quot;&gt;CourseOfStudy&lt;/a&gt; at home, independently, using a set of course materials, but with no human teacher or tutor in the home. The student may correspond with a human teacher or tutor, however.</rdfs:comment>
    <rdfs:label xml:lang="en">independent studying</rdfs:label>
    <cycAnnot:label xml:lang="en">HomeStudy</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CalculatingTotalSalesTaxAtCheckOut">
    <rdfs:label xml:lang="en">calculating total sales tax at check out</rdfs:label>
    <cycAnnot:label xml:lang="en">CalculatingTotalSalesTaxAtCheckOut</cycAnnot:label>
    <rdfs:comment xml:lang="en">The event that occurs after the sub total for purchases being checked out has occurred.  Total sales tax is the sum of the tax on all items purchased.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EMailSending">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationTransferEvent_Electronic&quot; class=&quot;cyc_term&quot;&gt;InformationTransferEvent_Electronic&lt;/a&gt;. Each instance of this collection is an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Event&quot; class=&quot;cyc_term&quot;&gt;Event&lt;/a&gt; in which somebody or something sends an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EMailMessage&quot; class=&quot;cyc_term&quot;&gt;EMailMessage&lt;/a&gt; to some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EMailAddress&quot; class=&quot;cyc_term&quot;&gt;EMailAddress&lt;/a&gt;.  If successful, an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EMailSending&quot; class=&quot;cyc_term&quot;&gt;EMailSending&lt;/a&gt; ends when the email message reaches the intended recipient&apos;s &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MailServer_Network&quot; class=&quot;cyc_term&quot;&gt;MailServer_Network&lt;/a&gt;, at which point it is likely that an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EMailReceiving&quot; class=&quot;cyc_term&quot;&gt;EMailReceiving&lt;/a&gt; will ensue. See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EMailCommunication&quot; class=&quot;cyc_term&quot;&gt;EMailCommunication&lt;/a&gt; -- events in which an email message is successfully sent and received.</rdfs:comment>
    <rdfs:label xml:lang="en">sending e-mail</rdfs:label>
    <cycAnnot:label xml:lang="en">EMailSending</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_MeasuredSportsEvent">
    <cycAnnot:label xml:lang="en">PlayingOf-MeasuredSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">playing of measured sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensFloorExercises">
    <cycAnnot:label xml:lang="en">OlympicMensFloorExercises</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens Floor Exercises</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RegulatingFluidFlow">
    <cycAnnot:label xml:lang="en">RegulatingFluidFlow</cycAnnot:label>
    <rdfs:label xml:lang="en">regulating fluid flow</rdfs:label>
    <rdfs:comment xml:lang="en">Controlling the flow of a fluid by using a tap to either open or close a portal in the container which holds that fluid.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_goalball">
    <rdfs:label xml:lang="en">playing goalball</rdfs:label>
    <cycAnnot:label xml:lang="en">(PlayingFn Goalball-SportsGameCW)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WereNumberOneing">
    <rdfs:comment xml:lang="en">Victory gesture that expresses &apos;We&apos;re number one!&apos;  Often performed at sports events with the aid of a comically large foam hand.</rdfs:comment>
    <cycAnnot:label xml:lang="en">WereNumberOneing</cycAnnot:label>
    <rdfs:label xml:lang="en">trimphantly expressing the notion that one is &quot;number one&quot; by waving or pointing one&apos;s index finger(s) in the air</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Animation_AdultAudience">
    <rdfs:comment xml:lang="en">The collection of animated moving images that contain story-lines and visuals targetted at adult viewers.  As such, this includes (possibly among other things) cartoons with pornographic or realistically violent content.  Examples include Fritz the Cat (based on the Robert Crumb character) and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HeavyMetal_TheMovie&quot; class=&quot;cyc_term&quot;&gt;HeavyMetal_TheMovie&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Animation-AdultAudience</cycAnnot:label>
    <rdfs:label xml:lang="en">adult animation</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TakingAUrineSample">
    <rdfs:label xml:lang="en">taking a urine sample</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events in which urine is removed from an animal&apos;s body, usually in order to be tested.</rdfs:comment>
    <cycAnnot:label xml:lang="en">TakingAUrineSample</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_a_watercraft">
    <cycAnnot:label xml:lang="en">(GainingControlOfFn Watercraft)</cycAnnot:label>
    <rdfs:label xml:lang="en">gaining control of a watercraft</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CoronaryAngiography">
    <cycAnnot:label xml:lang="en">CoronaryAngiography</cycAnnot:label>
    <rdfs:label xml:lang="en">coronary angiogram</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AssertingSomethingAtTheRightLevelOfGenerality">
    <cycAnnot:label xml:lang="en">AssertingSomethingAtTheRightLevelOfGenerality</cycAnnot:label>
    <rdfs:label xml:lang="en">asserting something at the right level of generality</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Pacification_MilitaryOperation">
    <rdfs:comment xml:lang="en">The collection of all pacification. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryOperation&quot; class=&quot;cyc_term&quot;&gt;MilitaryOperation&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Pacification_MilitaryOperation&quot; class=&quot;cyc_term&quot;&gt;Pacification_MilitaryOperation&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryEventType&quot; class=&quot;cyc_term&quot;&gt;MilitaryEventType&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Pacification-MilitaryOperation</cycAnnot:label>
    <rdfs:label xml:lang="en">pacification</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LegalHoliday_UnitedStates">
    <rdfs:comment xml:lang="en">The set of standard &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LegalHoliday&quot; class=&quot;cyc_term&quot;&gt;LegalHoliday&lt;/a&gt;s officially celebrated throughout the United States of America.  Schools, banks, Federal and State offices are closed.  Many businesses are closed on these holidays; service businesses tend to have reduced business hours.  Some of these are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ReligiousHoliday&quot; class=&quot;cyc_term&quot;&gt;ReligiousHoliday&lt;/a&gt;s, and some are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Monday&quot; class=&quot;cyc_term&quot;&gt;Monday&lt;/a&gt;s immediately following a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ReligiousHoliday&quot; class=&quot;cyc_term&quot;&gt;ReligiousHoliday&lt;/a&gt;, and some commemorate some historically important (to the USA) &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Event&quot; class=&quot;cyc_term&quot;&gt;Event&lt;/a&gt; or &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Person&quot; class=&quot;cyc_term&quot;&gt;Person&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">LegalHoliday-UnitedStates</cycAnnot:label>
    <rdfs:label xml:lang="en">U.S. legal holiday</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FirstDegreeNonContractMurder">
    <rdfs:label xml:lang="en">first degree non-contract murder</rdfs:label>
    <cycAnnot:label xml:lang="en">FirstDegreeNonContractMurder</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PromotingExports">
    <rdfs:comment xml:lang="en">The collection of events where one state economically promotes exporting its products.</rdfs:comment>
    <rdfs:label xml:lang="en">promoting exports</rdfs:label>
    <cycAnnot:label xml:lang="en">PromotingExports</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LookingForSomething_IndefiniteMultiple">
    <rdfs:label xml:lang="en">looking for something indefinite multiple</rdfs:label>
    <cycAnnot:label xml:lang="en">LookingForSomething-IndefiniteMultiple</cycAnnot:label>
    <rdfs:comment xml:lang="en">This is the collection of lookings where the seeker has a
particular &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/searchCriterion_Indefinite&quot; class=&quot;cyc_term&quot;&gt;searchCriterion_Indefinite&lt;/a&gt;, does not believe that
exactly one thing satisfies it, and the seeker is looking for multiple
things that satisfy it. An example would be looking for metal objects
on a beach with a metal detector.  With this sort of search, success is incremental
(contrast this with &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LookingForSomething_IndefiniteSingle&quot; class=&quot;cyc_term&quot;&gt;LookingForSomething_IndefiniteSingle&lt;/a&gt;). For more about
identification conditions, see the comment on
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/searchCriterion_Indefinite&quot; class=&quot;cyc_term&quot;&gt;searchCriterion_Indefinite&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GameSubunit">
    <cycAnnot:label xml:lang="en">GameSubunit</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of individual &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Event&quot; class=&quot;cyc_term&quot;&gt;Event&lt;/a&gt;s.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameSubunit&quot; class=&quot;cyc_term&quot;&gt;GameSubunit&lt;/a&gt; is a standard subdivision of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameEvent&quot; class=&quot;cyc_term&quot;&gt;GameEvent&lt;/a&gt;, such as trick in bridge, a down in American football, or a turn when playing a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BoardGame&quot; class=&quot;cyc_term&quot;&gt;BoardGame&lt;/a&gt;.  Each &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameSubunit&quot; class=&quot;cyc_term&quot;&gt;GameSubunit&lt;/a&gt; has one or more instances of PlayingAGame as &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/subEvents&quot; class=&quot;cyc_term&quot;&gt;subEvents&lt;/a&gt;, but may have other sorts of significant &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/subEvents&quot; class=&quot;cyc_term&quot;&gt;subEvents&lt;/a&gt; as well.  For example, a particular quarter in a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameEvent&quot; class=&quot;cyc_term&quot;&gt;GameEvent&lt;/a&gt; of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FootballGame_American&quot; class=&quot;cyc_term&quot;&gt;FootballGame_American&lt;/a&gt; would be an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameSubunit&quot; class=&quot;cyc_term&quot;&gt;GameSubunit&lt;/a&gt;.  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/subEvents&quot; class=&quot;cyc_term&quot;&gt;subEvents&lt;/a&gt; of the quarter would include, among other things, instances of (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PlayingFn&quot; class=&quot;cyc_term&quot;&gt;PlayingFn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FootballGame_American&quot; class=&quot;cyc_term&quot;&gt;FootballGame_American&lt;/a&gt;) performed by instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FootballPlayer_American&quot; class=&quot;cyc_term&quot;&gt;FootballPlayer_American&lt;/a&gt;, instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EvaluatingAnAction&quot; class=&quot;cyc_term&quot;&gt;EvaluatingAnAction&lt;/a&gt; performed by a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Referee&quot; class=&quot;cyc_term&quot;&gt;Referee&lt;/a&gt;, and instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MeasuringSomething&quot; class=&quot;cyc_term&quot;&gt;MeasuringSomething&lt;/a&gt; performed by some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsOfficial&quot; class=&quot;cyc_term&quot;&gt;SportsOfficial&lt;/a&gt;.
&lt;p/&gt;
Associated significant &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/subEvents&quot; class=&quot;cyc_term&quot;&gt;subEvents&lt;/a&gt; of the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameEvent&quot; class=&quot;cyc_term&quot;&gt;GameEvent&lt;/a&gt; are not necessarily &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/subEvents&quot; class=&quot;cyc_term&quot;&gt;subEvents&lt;/a&gt; of the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameSubunit&quot; class=&quot;cyc_term&quot;&gt;GameSubunit&lt;/a&gt;.  For example instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MeasuringSomething&quot; class=&quot;cyc_term&quot;&gt;MeasuringSomething&lt;/a&gt; performed by some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SportsOfficial&quot; class=&quot;cyc_term&quot;&gt;SportsOfficial&lt;/a&gt; after the down is over are not &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/subEvents&quot; class=&quot;cyc_term&quot;&gt;subEvents&lt;/a&gt; of the down &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameSubunit&quot; class=&quot;cyc_term&quot;&gt;GameSubunit&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">game subunit</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TreatyNegotiation">
    <cycAnnot:label xml:lang="en">TreatyNegotiation</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Negotiating&quot; class=&quot;cyc_term&quot;&gt;Negotiating&lt;/a&gt;, Each instance of this collection is a negotiation which leads to the formation of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Treaty&quot; class=&quot;cyc_term&quot;&gt;Treaty&lt;/a&gt; -- either between the participants or between the parties they represent in the negotiations.</rdfs:comment>
    <rdfs:label xml:lang="en">treaty negotiation</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Biopsy_SurgicalProcedure">
    <rdfs:comment xml:lang="en">A medical care event involving the removal of cells or tissues for examination.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Biopsy-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">biopsy</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Persecution">
    <cycAnnot:label xml:lang="en">Persecution</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HostileSocialAction&quot; class=&quot;cyc_term&quot;&gt;HostileSocialAction&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Persecution&quot; class=&quot;cyc_term&quot;&gt;Persecution&lt;/a&gt; is a hostile event in which a person or group of persons is subject to oppression or harassment in virtue of their  race, religion, gender, sexual orientation, or beliefs.</rdfs:comment>
    <rdfs:label xml:lang="en">persecution</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FrugalAction">
    <rdfs:label xml:lang="en">frugality</rdfs:label>
    <cycAnnot:label xml:lang="en">FrugalAction</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GoalAction&quot; class=&quot;cyc_term&quot;&gt;GoalAction&lt;/a&gt;s,
 the goals or motives of which are at least partially to save money.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="State_SponsoredTerroristAct">
    <rdfs:label xml:lang="en">state-sponsored terrorism</rdfs:label>
    <cycAnnot:label xml:lang="en">State-SponsoredTerroristAct</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TerroristAct&quot; class=&quot;cyc_term&quot;&gt;TerroristAct&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/State_SponsoredTerroristAct&quot; class=&quot;cyc_term&quot;&gt;State_SponsoredTerroristAct&lt;/a&gt; is a terrorist act that is sponsored in some way by an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Country&quot; class=&quot;cyc_term&quot;&gt;Country&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Shoe_repair">
    <rdfs:label xml:lang="en">shoe repair</rdfs:label>
    <cycAnnot:label xml:lang="en">(RepairingFn Shoe)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_collections_of_anthrax_bacteria">
    <cycAnnot:label xml:lang="en">(MakingFn (MobFn Anthrax-Bacterium))</cycAnnot:label>
    <rdfs:label xml:lang="en">making collections of anthrax bacteria</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EliminateGeographicalDualism">
    <rdfs:label xml:lang="en">clean up GeographicalRegion, GeopoliticalEntity, etc.</rdfs:label>
    <cycAnnot:label xml:lang="en">EliminateGeographicalDualism</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_MarksmanshipSportsEvent">
    <cycAnnot:label xml:lang="en">PlayingOf-MarksmanshipSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">marksmanship event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Placement_PpmicdEndocardialLead_SurgicalProcedure">
    <rdfs:label xml:lang="en">placement of PPM/ICD endocardial leads</rdfs:label>
    <cycAnnot:label xml:lang="en">Placement-PpmicdEndocardialLead-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RegionalCulture">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HumanCulture&quot; class=&quot;cyc_term&quot;&gt;HumanCulture&lt;/a&gt;, each instance
  of which is a culture whose participants live in a particular 
  geographic region, and which has developed around the 
  experiences of those participants.  For example, there are 
  instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RegionalCulture&quot; class=&quot;cyc_term&quot;&gt;RegionalCulture&lt;/a&gt; associated with &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/South_USRegion&quot; class=&quot;cyc_term&quot;&gt;South_USRegion&lt;/a&gt;, 
  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SouthernCalifornia&quot; class=&quot;cyc_term&quot;&gt;SouthernCalifornia&lt;/a&gt;, and the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ArabianDesert&quot; class=&quot;cyc_term&quot;&gt;ArabianDesert&lt;/a&gt;.  See also
  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RegionalTypeCulture&quot; class=&quot;cyc_term&quot;&gt;RegionalTypeCulture&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">regional culture</rdfs:label>
    <cycAnnot:label xml:lang="en">RegionalCulture</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MusicalDrama">
    <cycAnnot:label xml:lang="en">MusicalDrama</cycAnnot:label>
    <rdfs:comment xml:lang="en">Shows like Brigadoon, Sweeney Todd, etc - the actors do lots of singing.</rdfs:comment>
    <rdfs:label xml:lang="en">musical drama</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PayingByPhone">
    <cycAnnot:label xml:lang="en">PayingByPhone</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events; a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Paying&quot; class=&quot;cyc_term&quot;&gt;Paying&lt;/a&gt;.  In an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PayingByPhone&quot; class=&quot;cyc_term&quot;&gt;PayingByPhone&lt;/a&gt;, the agent doing the paying (i.e., the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/fromPossessor&quot; class=&quot;cyc_term&quot;&gt;fromPossessor&lt;/a&gt; of the money paid) uses a telephone connection to make the payment to the payee (the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/toPossessor&quot; class=&quot;cyc_term&quot;&gt;toPossessor&lt;/a&gt;) or the payee&apos;s agent.  An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PayingByPhone&quot; class=&quot;cyc_term&quot;&gt;PayingByPhone&lt;/a&gt; could involve electronically transferring funds (such as funds in a checking account) to the payee or verbally giving the payee authorization to charge the payer&apos;s credit card.</rdfs:comment>
    <rdfs:label xml:lang="en">paying by phone</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AttackByComputerOperation_TimeBomb">
    <rdfs:label xml:lang="en">attack by computer operation time bomb</rdfs:label>
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AttackByComputerOperation_TimeBomb&quot; class=&quot;cyc_term&quot;&gt;AttackByComputerOperation_TimeBomb&lt;/a&gt; is the collection of all attacks in which elements of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TimeBomb_Computer&quot; class=&quot;cyc_term&quot;&gt;TimeBomb_Computer&lt;/a&gt; are used.</rdfs:comment>
    <cycAnnot:label xml:lang="en">AttackByComputerOperation-TimeBomb</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SendingTangibleMail">
    <rdfs:comment xml:lang="en">The collection of all events of sending a physical piece of mail via a 
mail delivery system, such as a government or private postal service. A 
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SendingTangibleMail&quot; class=&quot;cyc_term&quot;&gt;SendingTangibleMail&lt;/a&gt; event is composed of three &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/subEvents&quot; class=&quot;cyc_term&quot;&gt;subEvents&lt;/a&gt;: a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Posting&quot; class=&quot;cyc_term&quot;&gt;Posting&lt;/a&gt; event,
where the sender gives a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MailableObject&quot; class=&quot;cyc_term&quot;&gt;MailableObject&lt;/a&gt; to a mail delivery system and pays the system
for its services, a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PostalHandlingAndTransport&quot; class=&quot;cyc_term&quot;&gt;PostalHandlingAndTransport&lt;/a&gt; event, where the mail system sorts, 
routes, and carries the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MailableObject&quot; class=&quot;cyc_term&quot;&gt;MailableObject&lt;/a&gt;, and a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeliveringMail&quot; class=&quot;cyc_term&quot;&gt;DeliveringMail&lt;/a&gt; event, where the 
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MailableObject&quot; class=&quot;cyc_term&quot;&gt;MailableObject&lt;/a&gt; is left at its destination. In a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SendingTangibleMail&quot; class=&quot;cyc_term&quot;&gt;SendingTangibleMail&lt;/a&gt; event, the 
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MailableObject&quot; class=&quot;cyc_term&quot;&gt;MailableObject&lt;/a&gt; may be either a letter or parcel. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SendingTangibleMail&quot; class=&quot;cyc_term&quot;&gt;SendingTangibleMail&lt;/a&gt; events are
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/performedBy&quot; class=&quot;cyc_term&quot;&gt;performedBy&lt;/a&gt; the agent sending the mail. See &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/recipientOfPost_Intended&quot; class=&quot;cyc_term&quot;&gt;recipientOfPost_Intended&lt;/a&gt; for more
information.</rdfs:comment>
    <rdfs:label xml:lang="en">sending mail</rdfs:label>
    <cycAnnot:label xml:lang="en">SendingTangibleMail</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Budding_Cellular">
    <rdfs:comment xml:lang="en">A collection of events in which a daughter cell is formed from the parent cell as a localized outgrowth (the bud).</rdfs:comment>
    <rdfs:label xml:lang="en">cellular budding</rdfs:label>
    <cycAnnot:label xml:lang="en">Budding-Cellular</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DefaultOnInternationalLoan">
    <rdfs:label xml:lang="en">defaulting on an international loan</rdfs:label>
    <cycAnnot:label xml:lang="en">DefaultOnInternationalLoan</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events where a state refuses to pay a loan given to them by another state(s) or an international bank(s).</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Playing_hockey">
    <rdfs:label xml:lang="en">playing hockey</rdfs:label>
    <cycAnnot:label xml:lang="en">(PlayingFn Hockey)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Basketball_game">
    <rdfs:comment xml:lang="en">The collection of all basketball games. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TeamSportsCompetition&quot; class=&quot;cyc_term&quot;&gt;TeamSportsCompetition&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GameEvent&quot; class=&quot;cyc_term&quot;&gt;GameEvent&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">(GameFn Basketball-TheGame)</cycAnnot:label>
    <rdfs:label xml:lang="en">basketball game</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Extinction">
    <rdfs:label xml:lang="en">extinction</rdfs:label>
    <rdfs:comment xml:lang="en">This is the collection of events in which a species becomes extinct. Such events  would presumably include both the final cause of the extinction and the dying off of  the last members of the the species.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Extinction</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CashRebateOnTransaction">
    <cycAnnot:label xml:lang="en">CashRebateOnTransaction</cycAnnot:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt;, and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MoneyTransaction&quot; class=&quot;cyc_term&quot;&gt;MoneyTransaction&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CashRebateOnTransaction&quot; class=&quot;cyc_term&quot;&gt;CashRebateOnTransaction&lt;/a&gt; is a payment made (as part of a borrowing event) by a lender to a borrower, or (as part of a buying event) by a seller to a buyer.  The payment is made with the object of getting the borrower or buyer to participate in the larger transaction.</rdfs:comment>
    <rdfs:label xml:lang="en">cash back</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FilingPapers">
    <cycAnnot:label xml:lang="en">FilingPapers</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all events in which an agent (person) files papers in a filing cabinet (the default), or in some other hardcopy-file storage device.</rdfs:comment>
    <rdfs:label xml:lang="en">filing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DevelopingAilment">
    <rdfs:comment xml:lang="en">The collection of events in which some 
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Organism_Whole&quot; class=&quot;cyc_term&quot;&gt;Organism_Whole&lt;/a&gt; ORG develops an
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AilmentCondition&quot; class=&quot;cyc_term&quot;&gt;AilmentCondition&lt;/a&gt; AIL-COND.  Note that the ORG does
not have AIL-COND while developing it but only
(immediately) after the development has occurred.  See
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AilmentCondition&quot; class=&quot;cyc_term&quot;&gt;AilmentCondition&lt;/a&gt; for more information.
See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RecoveringFromAilment&quot; class=&quot;cyc_term&quot;&gt;RecoveringFromAilment&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">developing ailment</rdfs:label>
    <cycAnnot:label xml:lang="en">DevelopingAilment</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SalesActivity">
    <rdfs:comment xml:lang="en">A collection of actions and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BusinessEvent&quot; class=&quot;cyc_term&quot;&gt;BusinessEvent&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CommercialActivity&quot; class=&quot;cyc_term&quot;&gt;CommercialActivity&lt;/a&gt;. Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SalesActivity&quot; class=&quot;cyc_term&quot;&gt;SalesActivity&lt;/a&gt; is an action performed in an effort to achieve a sale to a second agent. Examples of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SalesActivity&quot; class=&quot;cyc_term&quot;&gt;SalesActivity&lt;/a&gt; include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Advertising&quot; class=&quot;cyc_term&quot;&gt;Advertising&lt;/a&gt;, telemarketing, showing samples and/or actual products to customers in a show room or a store. Instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SalesActivity&quot; class=&quot;cyc_term&quot;&gt;SalesActivity&lt;/a&gt; which are successful lead to corresponding instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Buying&quot; class=&quot;cyc_term&quot;&gt;Buying&lt;/a&gt;. Note: &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SalesActivity&quot; class=&quot;cyc_term&quot;&gt;SalesActivity&lt;/a&gt; does NOT include manufacturing, accounting, and other such ancillary business activities.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SalesActivity</cycAnnot:label>
    <rdfs:label xml:lang="en">sales activity</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="BiologicalAttackEpidemic">
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BiologicalAttackEpidemic&quot; class=&quot;cyc_term&quot;&gt;BiologicalAttackEpidemic&lt;/a&gt; is a collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Epidemic&quot; class=&quot;cyc_term&quot;&gt;Epidemic&lt;/a&gt;s, each instance of which is the result of an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BiologicalAttack&quot; class=&quot;cyc_term&quot;&gt;BiologicalAttack&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">BiologicalAttackEpidemic</cycAnnot:label>
    <rdfs:label xml:lang="en">biological attack epidemic</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HoneymoonTrip">
    <rdfs:label xml:lang="en">honeymoon</rdfs:label>
    <cycAnnot:label xml:lang="en">HoneymoonTrip</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/VacationTrip&quot; class=&quot;cyc_term&quot;&gt;VacationTrip&lt;/a&gt;s taken by newlyweds as newlyweds.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensKM7RelayBiathlonEvent">
    <cycAnnot:label xml:lang="en">OlympicMensKM7RelayBiathlonEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens&apos; 7 Kilometer Relay Biathlon event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MilitaryAircraftMission">
    <rdfs:label xml:lang="en">military aircraft mission</rdfs:label>
    <cycAnnot:label xml:lang="en">MilitaryAircraftMission</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of events; a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryEvent&quot; class=&quot;cyc_term&quot;&gt;MilitaryEvent&lt;/a&gt;.  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryAircraftMission&quot; class=&quot;cyc_term&quot;&gt;MilitaryAircraftMission&lt;/a&gt; includes events in which some element of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryAircraft&quot; class=&quot;cyc_term&quot;&gt;MilitaryAircraft&lt;/a&gt; is used to fly a military mission.  Examples include instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BombingMission_Aerial&quot; class=&quot;cyc_term&quot;&gt;BombingMission_Aerial&lt;/a&gt;, as well as reconnaissance, fighter support, strafing, etc.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Evaluation_of_situations">
    <cycAnnot:label xml:lang="en">(EvaluatingFn Situation)</cycAnnot:label>
    <rdfs:label xml:lang="en">evaluation of situations</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Air_transportation_device_fix">
    <rdfs:label xml:lang="en">air transportation device fix</rdfs:label>
    <cycAnnot:label xml:lang="en">(RepairingFn AirTransportationDevice)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TouringABuilding">
    <rdfs:comment xml:lang="en">The specialization of &lt;font color=&quot;#ff0000&quot;&gt;#$SightSeeing&lt;/font&gt; which consists of comprehensive tours of buildings, usually, but not always, conducted in the presence of a guide.  Instances are to be distinguished by the fact that they are systematic, endeavoring to cover all of the historically salient features of the construction toured.  Instances may be performed by individual tourists or by groups of the same.  See &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BuildingTourFn&quot; class=&quot;cyc_term&quot;&gt;BuildingTourFn&lt;/a&gt;</rdfs:comment>
    <cycAnnot:label xml:lang="en">TouringABuilding</cycAnnot:label>
    <rdfs:label xml:lang="en">building tour</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Accepting_CommunicationAct">
    <rdfs:comment xml:lang="en">An acknowledgement in which the performer affirms what was communicated to them in a prior communication.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Accepting-CommunicationAct</cycAnnot:label>
    <rdfs:label xml:lang="en">acceptance</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EconomicCoordination">
    <rdfs:label xml:lang="en">economic coordination</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of events where one state participates in a common market or coordinates it&apos;s economy with other states.  Examples would be Germany participating in the EC and maybe even Quebec participating in Federal Canadian economic policies.</rdfs:comment>
    <cycAnnot:label xml:lang="en">EconomicCoordination</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ServingInTheMilitary">
    <rdfs:label xml:lang="en">serving in the military</rdfs:label>
    <cycAnnot:label xml:lang="en">ServingInTheMilitary</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PersonLegallyCapableOfMilitaryService&quot; class=&quot;cyc_term&quot;&gt;PersonLegallyCapableOfMilitaryService&lt;/a&gt; is employed by a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryOrganization&quot; class=&quot;cyc_term&quot;&gt;MilitaryOrganization&lt;/a&gt;. The employment is governed by a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ServingInTheMilitaryAgreement&quot; class=&quot;cyc_term&quot;&gt;ServingInTheMilitaryAgreement&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="IndustryTakeover">
    <rdfs:label xml:lang="en">industry takeover</rdfs:label>
    <cycAnnot:label xml:lang="en">IndustryTakeover</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensKG100Weightlifting">
    <rdfs:label xml:lang="en">Olympic Men&apos;s Heavyweight Lifting</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicMensKG100Weightlifting</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MakingASalesPhoneCall">
    <rdfs:label xml:lang="en">making a sales call</rdfs:label>
    <rdfs:comment xml:lang="en">Trying to sell something over the telephone.</rdfs:comment>
    <cycAnnot:label xml:lang="en">MakingASalesPhoneCall</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DeployingABiologicalToxin">
    <rdfs:label xml:lang="en">deploying a biological toxin</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeployingAChemicalOrBiologicalAgent&quot; class=&quot;cyc_term&quot;&gt;DeployingAChemicalOrBiologicalAgent&lt;/a&gt;. Instances are such that the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/agentDeployed_BCW&quot; class=&quot;cyc_term&quot;&gt;agentDeployed_BCW&lt;/a&gt; is some &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BiologicalToxin&quot; class=&quot;cyc_term&quot;&gt;BiologicalToxin&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">DeployingABiologicalToxin</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensFloorExercises">
    <rdfs:label xml:lang="en">Olympic Womens Floor Exercises</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicWomensFloorExercises</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OfferingToPrecisifyACollectionInUIA">
    <rdfs:label xml:lang="en">offering to precisify A collection in UIA</rdfs:label>
    <cycAnnot:label xml:lang="en">OfferingToPrecisifyACollectionInUIA</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="CountryControllingAThreat">
    <cycAnnot:label xml:lang="en">CountryControllingAThreat</cycAnnot:label>
    <rdfs:label xml:lang="en">country controlling A threat</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SurgicalProcedure_Abdominal">
    <cycAnnot:label xml:lang="en">SurgicalProcedure-Abdominal</cycAnnot:label>
    <rdfs:label xml:lang="en">abdominal procedure</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_reservoirs">
    <cycAnnot:label xml:lang="en">(MakingFn WaterReservoir)</cycAnnot:label>
    <rdfs:label xml:lang="en">making reservoirs</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SystemOverload">
    <rdfs:label xml:lang="en">system overload</rdfs:label>
    <rdfs:comment xml:lang="en">This is the collection of all events in which a computer system suffers some  kind of malfunction due to an excessive burden placed on its computing resources.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SystemOverload</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AreaSecurity_MilitaryOperation">
    <rdfs:comment xml:lang="en">Area security operations are conducted to protect friendly forces, installations, and actions in a specific area. ... They focus on the force, installation, or area to be protected. ... During conventional operations, area security operations are normally an economy of force measure designed to ensure the continued sustainment of the main effort.</rdfs:comment>
    <cycAnnot:label xml:lang="en">AreaSecurity-MilitaryOperation</cycAnnot:label>
    <rdfs:label xml:lang="en">area security operation</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensFeatherweightGRWrestling">
    <cycAnnot:label xml:lang="en">OlympicMensFeatherweightGRWrestling</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens Featherweight Greco-Roman Wrestling</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FollowAndAssume">
    <rdfs:label xml:lang="en">will follow and assume</rdfs:label>
    <cycAnnot:label xml:lang="en">FollowAndAssume</cycAnnot:label>
    <rdfs:comment xml:lang="en">Follow and assume is a task in which a committed force follows a force conducting an offensive operation. The committed force is prepared to continue the mission of the force it is following when that force is fixed, attrited, or unable to continue. The follow and assume force is not a reserve but is committed to accomplish specific tasks.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensMiddleweightWeightlifting">
    <cycAnnot:label xml:lang="en">OlympicMensMiddleweightWeightlifting</cycAnnot:label>
    <rdfs:label xml:lang="en">olympic mens middleweight weightlifting</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensFlyweightFSWrestling">
    <cycAnnot:label xml:lang="en">OlympicMensFlyweightFSWrestling</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Mens Flyweight FS Wrestling</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DeliveringMail">
    <rdfs:comment xml:lang="en">A subevent of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SendingTangibleMail&quot; class=&quot;cyc_term&quot;&gt;SendingTangibleMail&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DeliveringMail&quot; class=&quot;cyc_term&quot;&gt;DeliveringMail&lt;/a&gt; is the collection 
of all events of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ShippingOrganization&quot; class=&quot;cyc_term&quot;&gt;ShippingOrganization&lt;/a&gt; delivering a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MailableObject&quot; class=&quot;cyc_term&quot;&gt;MailableObject&lt;/a&gt; to its
intended destination. This may involve a direct &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransferOfControl&quot; class=&quot;cyc_term&quot;&gt;TransferOfControl&lt;/a&gt;, such as 
handing the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MailableObject&quot; class=&quot;cyc_term&quot;&gt;MailableObject&lt;/a&gt; to the recipient, or leaving the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MailableObject&quot; class=&quot;cyc_term&quot;&gt;MailableObject&lt;/a&gt; in
a location where it can be collected by the recipient. See &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/recipientOfPost_Intended&quot; class=&quot;cyc_term&quot;&gt;recipientOfPost_Intended&lt;/a&gt;
for further information.</rdfs:comment>
    <rdfs:label xml:lang="en">delivering mail</rdfs:label>
    <cycAnnot:label xml:lang="en">DeliveringMail</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ClosingBorders">
    <cycAnnot:label xml:lang="en">ClosingBorders</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of events where one state formally restricts citizens from another state from entering their territory.</rdfs:comment>
    <rdfs:label xml:lang="en">closing a border</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MensTeamSportsCompetition">
    <rdfs:comment xml:lang="en">The collection of all men&apos;s team sports events. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TeamSportsCompetition&quot; class=&quot;cyc_term&quot;&gt;TeamSportsCompetition&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MensSportsCompetition&quot; class=&quot;cyc_term&quot;&gt;MensSportsCompetition&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">men&apos;s team sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">MensTeamSportsCompetition</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FallingDown">
    <cycAnnot:label xml:lang="en">FallingDown</cycAnnot:label>
    <rdfs:label xml:lang="en">falling down</rdfs:label>
    <rdfs:comment xml:lang="en">The action in which an animal loses control of its balance and falls towards the ground.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Upset">
    <cycAnnot:label xml:lang="en">Upset</cycAnnot:label>
    <rdfs:comment xml:lang="en">Competitions in which an upset occurred, i.e. someone who was not a contender won</rdfs:comment>
    <rdfs:label xml:lang="en">upset</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PoliticalDebate">
    <rdfs:label xml:lang="en">political debate</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all political debates, defined broadly as debates about political issues (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PoliticalIssue&quot; class=&quot;cyc_term&quot;&gt;PoliticalIssue&lt;/a&gt;).</rdfs:comment>
    <cycAnnot:label xml:lang="en">PoliticalDebate</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="AcceptingAnInvitation">
    <cycAnnot:label xml:lang="en">AcceptingAnInvitation</cycAnnot:label>
    <rdfs:label xml:lang="en">accepting an invitation</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of acknowledgements in which an invitation is accepted.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FillingADevicePrescription">
    <cycAnnot:label xml:lang="en">FillingADevicePrescription</cycAnnot:label>
    <rdfs:label xml:lang="en">filling a device prescription</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SpringboardDivingSportsEvent">
    <rdfs:comment xml:lang="en">A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DivingSportsEvent&quot; class=&quot;cyc_term&quot;&gt;DivingSportsEvent&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">SpringboardDivingSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">springboard diving sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Ingestion_of_Campylobacter">
    <cycAnnot:label xml:lang="en">(IngestingFn Campylobacter)</cycAnnot:label>
    <rdfs:label xml:lang="en">ingestion of Campylobacter</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="USPresidentialDebate">
    <rdfs:label xml:lang="en">US presidential debate</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of debates held between two or more of the final, party-endorsed candidates in a US Presidential election.</rdfs:comment>
    <cycAnnot:label xml:lang="en">USPresidentialDebate</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PrimaryElectoralProcess_Singular">
    <cycAnnot:label xml:lang="en">PrimaryElectoralProcess-Singular</cycAnnot:label>
    <rdfs:label xml:lang="en">PrimaryElectoralProcess_Singular</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all electoral processes (&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ElectoralProcess&quot; class=&quot;cyc_term&quot;&gt;ElectoralProcess&lt;/a&gt;) consisting in a primary &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PoliticalElectionCampaign&quot; class=&quot;cyc_term&quot;&gt;PoliticalElectionCampaign&lt;/a&gt; culminating in a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PrimaryElection&quot; class=&quot;cyc_term&quot;&gt;PrimaryElection&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ReConstitute_MilitaryTask">
    <cycAnnot:label xml:lang="en">ReConstitute-MilitaryTask</cycAnnot:label>
    <rdfs:comment xml:lang="en">This is the task to add personnel to an attrited force.</rdfs:comment>
    <rdfs:label xml:lang="en">re constitute military task</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_explosive_devices">
    <rdfs:label xml:lang="en">making explosive devices</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn ExplosiveDevice)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LaunchingASpacecraft">
    <cycAnnot:label xml:lang="en">LaunchingASpacecraft</cycAnnot:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Propelling&quot; class=&quot;cyc_term&quot;&gt;Propelling&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/LaunchingASpacecraft&quot; class=&quot;cyc_term&quot;&gt;LaunchingASpacecraft&lt;/a&gt; is an event in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Spacecraft&quot; class=&quot;cyc_term&quot;&gt;Spacecraft&lt;/a&gt; is launched into &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OuterSpace&quot; class=&quot;cyc_term&quot;&gt;OuterSpace&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">launching a spacecraft</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ExpellingFromPosition">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ExpellingFromStatus&quot; class=&quot;cyc_term&quot;&gt;ExpellingFromStatus&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TransferOut&quot; class=&quot;cyc_term&quot;&gt;TransferOut&lt;/a&gt; (qq.v.).  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ExpellingFromPosition&quot; class=&quot;cyc_term&quot;&gt;ExpellingFromPosition&lt;/a&gt; is an action in which someone holding a position in some organization (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PersonTypeByPositionInOrg&quot; class=&quot;cyc_term&quot;&gt;PersonTypeByPositionInOrg&lt;/a&gt;) is expelled from that position (but not necessarily from membership in that organization; cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ExpellingFromMembership&quot; class=&quot;cyc_term&quot;&gt;ExpellingFromMembership&lt;/a&gt;).  Note that this collection does &lt;i&gt;not&lt;/i&gt; include voluntary resignations (cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ResigningFromEmployment&quot; class=&quot;cyc_term&quot;&gt;ResigningFromEmployment&lt;/a&gt;).</rdfs:comment>
    <cycAnnot:label xml:lang="en">ExpellingFromPosition</cycAnnot:label>
    <rdfs:label xml:lang="en">expelling from position</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OrganizationalTransferOut">
    <rdfs:label xml:lang="en">loss of membership in an organization</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OrganizationalTransfer&quot; class=&quot;cyc_term&quot;&gt;OrganizationalTransfer&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OrganizationalTransferOut&quot; class=&quot;cyc_term&quot;&gt;OrganizationalTransferOut&lt;/a&gt; is an event in which some agent (an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IntelligentAgent&quot; class=&quot;cyc_term&quot;&gt;IntelligentAgent&lt;/a&gt;) loses membership in some organization.  Instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OrganizationalTransferOut&quot; class=&quot;cyc_term&quot;&gt;OrganizationalTransferOut&lt;/a&gt; would thus include lay-offs, expulsions, and excommunications.  Note that any event in which an agent leaves one organization to join another would be an instance of both &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OrganizationalTransferIn&quot; class=&quot;cyc_term&quot;&gt;OrganizationalTransferIn&lt;/a&gt; (q.v.) and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OrganizationalTransferOut&quot; class=&quot;cyc_term&quot;&gt;OrganizationalTransferOut&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">OrganizationalTransferOut</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EditingOfCW">
    <rdfs:comment xml:lang="en">The collection of all cases in which a conceptual work is edited to create a modified work.  The resulting work is generally the same, although certain concepts have been added, removed, or refined.  Information structures for the complete work are different between the former and modified forms.</rdfs:comment>
    <cycAnnot:label xml:lang="en">EditingOfCW</cycAnnot:label>
    <rdfs:label xml:lang="en">editing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ExercisingEminentDomain">
    <rdfs:comment xml:lang="en">The collection of events in which a government takes property from a private agent, presumably to use it for the public good.</rdfs:comment>
    <rdfs:label xml:lang="en">exercising eminent domain</rdfs:label>
    <cycAnnot:label xml:lang="en">ExercisingEminentDomain</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ChallengingSomeone">
    <rdfs:label xml:lang="en">challenging</rdfs:label>
    <cycAnnot:label xml:lang="en">ChallengingSomeone</cycAnnot:label>
    <rdfs:comment xml:lang="en">This is the collection of actions in which one agent (the
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/challenger&quot; class=&quot;cyc_term&quot;&gt;challenger&lt;/a&gt;) issues a challenge to another agent (the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/challengee&quot; class=&quot;cyc_term&quot;&gt;challengee&lt;/a&gt;)
to do something (the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/challengesToDo&quot; class=&quot;cyc_term&quot;&gt;challengesToDo&lt;/a&gt;).</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Plication_BicuspidLeaflet">
    <cycAnnot:label xml:lang="en">Plication-BicuspidLeaflet</cycAnnot:label>
    <rdfs:label xml:lang="en">bicuspid leaflet plication</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensKM10RelaySkiing">
    <rdfs:label xml:lang="en">Olympic Womens 10 kilometer Relay Skiing</rdfs:label>
    <cycAnnot:label xml:lang="en">OlympicWomensKM10RelaySkiing</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TornadoSportsEvent">
    <rdfs:label xml:lang="en">Tornado yachting</rdfs:label>
    <rdfs:comment xml:lang="en">A class of YachtingSportsEvent</rdfs:comment>
    <cycAnnot:label xml:lang="en">TornadoSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Rental_of_homes">
    <rdfs:label xml:lang="en">rental of homes</rdfs:label>
    <cycAnnot:label xml:lang="en">(RentingFn HumanResidence)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Twilight">
    <rdfs:label xml:lang="en">twilight</rdfs:label>
    <cycAnnot:label xml:lang="en">Twilight</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/QualitativeTimeOfDay&quot; class=&quot;cyc_term&quot;&gt;QualitativeTimeOfDay&lt;/a&gt;.  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Twilight&quot; class=&quot;cyc_term&quot;&gt;Twilight&lt;/a&gt; is union of the two collections of events, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Dawn&quot; class=&quot;cyc_term&quot;&gt;Dawn&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Dusk&quot; class=&quot;cyc_term&quot;&gt;Dusk&lt;/a&gt;.  Each &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Twilight&quot; class=&quot;cyc_term&quot;&gt;Twilight&lt;/a&gt; is an event during which the sky is indirectly illuminated by the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sun&quot; class=&quot;cyc_term&quot;&gt;Sun&lt;/a&gt;, either just before an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sunrise&quot; class=&quot;cyc_term&quot;&gt;Sunrise&lt;/a&gt; or just after an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Sunset&quot; class=&quot;cyc_term&quot;&gt;Sunset&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_nuclear_reactors">
    <cycAnnot:label xml:lang="en">(BuyingFn NuclearReactor)</cycAnnot:label>
    <rdfs:label xml:lang="en">buying nuclear reactors</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ClearingAnEnemy">
    <cycAnnot:label xml:lang="en">ClearingAnEnemy</cycAnnot:label>
    <rdfs:label xml:lang="en">clearing an enemy</rdfs:label>
    <rdfs:comment xml:lang="en">To clear an enemy from an area means to remove all enemy forces and eliminate organized resistance in the area. This may be accomplished by destroying, capturing, or forcing the withdrawal of the enemy from the area.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FillingAPrescription_Institutional">
    <cycAnnot:label xml:lang="en">FillingAPrescription-Institutional</cycAnnot:label>
    <rdfs:label xml:lang="en">institutional prescription</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FillingAPrescription&quot; class=&quot;cyc_term&quot;&gt;FillingAPrescription&lt;/a&gt; events in which an animal (normally a person) while being cared for in a facility of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MedicalCareInstitution&quot; class=&quot;cyc_term&quot;&gt;MedicalCareInstitution&lt;/a&gt; receives prescribed medicines from the health care workers of that facility.  In most such cases a charge for the medicine will appear on the patient&apos;s bill.  This collection is disjoint both from &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FillingAPrescription_Retail&quot; class=&quot;cyc_term&quot;&gt;FillingAPrescription_Retail&lt;/a&gt;, in which the patient or a representative goes to a pharmacy to obtain the medicine, and from &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FillingAPrescription_MailOrder&quot; class=&quot;cyc_term&quot;&gt;FillingAPrescription_MailOrder&lt;/a&gt;, in which the patient requests that the medicines be delivered by the postal service or similar organization.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ForwardDefense_MilitaryManeuver">
    <cycAnnot:label xml:lang="en">ForwardDefense-MilitaryManeuver</cycAnnot:label>
    <rdfs:label xml:lang="en">forward defense military maneuver</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of those defensive military maneuvers which are used to prevent significant enemy penetration into the defensive sector. The majority of the unit&apos;s combat power deploys into forward defensive positions near the forward edge of the battle area.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Question_IBT">
    <rdfs:comment xml:lang="en">The collection of all instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InformationRequest_IBT&quot; class=&quot;cyc_term&quot;&gt;InformationRequest_IBT&lt;/a&gt; which take the form of a question.  This collection includes yes/no questions, questions that ask for bindings (e.g. beginning with &apos;Who&apos;, &apos;What&apos; or &apos;When&apos;) and questions that ask for descriptions or explanations (e.g. &apos;How&apos; or &apos;Why&apos;).</rdfs:comment>
    <cycAnnot:label xml:lang="en">Question-IBT</cycAnnot:label>
    <rdfs:label xml:lang="en">problem</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HalfMiddleJudoSportsEvent">
    <rdfs:comment xml:lang="en">Judo matches for sport, in the HalfMiddle weight class.</rdfs:comment>
    <rdfs:label xml:lang="en">half middle judo sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">HalfMiddleJudoSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Woodworking_239">
    <rdfs:label xml:lang="en">woodworking</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn Woodwork)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ProductPlanning">
    <rdfs:comment xml:lang="en">The set of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MarketingActivity&quot; class=&quot;cyc_term&quot;&gt;MarketingActivity&lt;/a&gt; events that occur as the first subEvent within a ProductPlanningAndDevelopment event.  During &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ProductPlanning&quot; class=&quot;cyc_term&quot;&gt;ProductPlanning&lt;/a&gt;, a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Product&quot; class=&quot;cyc_term&quot;&gt;Product&lt;/a&gt; is conceived and considered for development. Instances of this activity are &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/performedBy&quot; class=&quot;cyc_term&quot;&gt;performedBy&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MarketingPerson&quot; class=&quot;cyc_term&quot;&gt;MarketingPerson&lt;/a&gt;s.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ProductPlanning</cycAnnot:label>
    <rdfs:label xml:lang="en">product planning</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Relief_MilitaryTask">
    <cycAnnot:label xml:lang="en">Relief-MilitaryTask</cycAnnot:label>
    <rdfs:comment xml:lang="en">Instances are instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MilitaryAction&quot; class=&quot;cyc_term&quot;&gt;MilitaryAction&lt;/a&gt; such that the assigned unitrelieves another specified friendly unit.</rdfs:comment>
    <rdfs:label xml:lang="en">military relief task</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HematomaRemovalFromGraftHarvestSite_SurgicalProcedure">
    <rdfs:label xml:lang="en">hematoma removal from graft harvest site</rdfs:label>
    <cycAnnot:label xml:lang="en">HematomaRemovalFromGraftHarvestSite-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ImplantOfPermanentBiventricularPacemaker_SurgicalProcedure">
    <cycAnnot:label xml:lang="en">ImplantOfPermanentBiventricularPacemaker-SurgicalProcedure</cycAnnot:label>
    <rdfs:label xml:lang="en">surgical permanent biventricular pacemaker implantation</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SlideshowPresentation">
    <cycAnnot:label xml:lang="en">SlideshowPresentation</cycAnnot:label>
    <rdfs:label xml:lang="en">slideshow presentation</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Presentation&quot; class=&quot;cyc_term&quot;&gt;Presentation&lt;/a&gt; each of whose instances is a performance of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Slideshow_CW&quot; class=&quot;cyc_term&quot;&gt;Slideshow_CW&lt;/a&gt; (q.v.).  A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SlideshowPresentation&quot; class=&quot;cyc_term&quot;&gt;SlideshowPresentation&lt;/a&gt; is typically done using either a slide projector or with a computer running a slideshow application such as &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/MSPowerPoint&quot; class=&quot;cyc_term&quot;&gt;MSPowerPoint&lt;/a&gt;), possibly accompanied by &amp;quot;live&amp;quot; oral commentary from the presenter.  A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SlideshowPresentation&quot; class=&quot;cyc_term&quot;&gt;SlideshowPresentation&lt;/a&gt; is &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PowerPointPresentation&quot; class=&quot;cyc_term&quot;&gt;PowerPointPresentation&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Blood_vessel_repair">
    <rdfs:label xml:lang="en">blood vessel repair</rdfs:label>
    <cycAnnot:label xml:lang="en">(RepairingFn BloodVessel)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="UniversityEntryTest">
    <cycAnnot:label xml:lang="en">UniversityEntryTest</cycAnnot:label>
    <rdfs:label xml:lang="en">university entrance exam</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AcademicTesting&quot; class=&quot;cyc_term&quot;&gt;AcademicTesting&lt;/a&gt; events that are designed to test the scholastic aptitude, and thus college eligibility, of a student. Such tests may attempt to discern either a school-leaver&apos;s aptitude for a primary college degree, or a college graduate&apos;s aptitude for post-graduate education.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DiggingAHole">
    <cycAnnot:label xml:lang="en">DiggingAHole</cycAnnot:label>
    <rdfs:label xml:lang="en">burrow</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of events.  In each &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DiggingAHole&quot; class=&quot;cyc_term&quot;&gt;DiggingAHole&lt;/a&gt;, one or more agents (usually &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Animal&quot; class=&quot;cyc_term&quot;&gt;Animal&lt;/a&gt;s) removes material from some substrate (such as the soil), so that a hole is formed.  If the digger is a person, tools or heavy equipment may be used; other organisms just use their claws, snouts, etc.  A borderline case of this concept occurs when a plant&apos;s roots grow.  Another borderline case occurs when an animal finds an existing hole and enlarges it.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DoingSubtraction">
    <rdfs:label xml:lang="en">doing subtraction</rdfs:label>
    <cycAnnot:label xml:lang="en">DoingSubtraction</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FixingAndIsolatingOccupants">
    <rdfs:label xml:lang="en">fixing and isolating occupants</rdfs:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FixingAndIsolatingAgents&quot; class=&quot;cyc_term&quot;&gt;FixingAndIsolatingAgents&lt;/a&gt;. Each instance of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FixingAndIsolatingOccupants&quot; class=&quot;cyc_term&quot;&gt;FixingAndIsolatingOccupants&lt;/a&gt; has as &lt;font color=&quot;#ff0000&quot;&gt;#$malficiaries&lt;/font&gt; one or more
occupants of a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HumanOccupationConstruct&quot; class=&quot;cyc_term&quot;&gt;HumanOccupationConstruct&lt;/a&gt;, which plays the role of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/locationOfMaleficiaries&quot; class=&quot;cyc_term&quot;&gt;locationOfMaleficiaries&lt;/a&gt; in the event.</rdfs:comment>
    <cycAnnot:label xml:lang="en">FixingAndIsolatingOccupants</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="RunningDive">
    <cycAnnot:label xml:lang="en">RunningDive</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of dives in which the diver runs to the end of the board or platform before take-off.</rdfs:comment>
    <rdfs:label xml:lang="en">running dive</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Circumcision">
    <rdfs:label xml:lang="en">circumcision</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of all circumcisions, which are events in which the foreskin is removed from a penis. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RemovalOfUniqueBodyPart&quot; class=&quot;cyc_term&quot;&gt;RemovalOfUniqueBodyPart&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Circumcision&quot; class=&quot;cyc_term&quot;&gt;Circumcision&lt;/a&gt; is a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SkilledActivityType&quot; class=&quot;cyc_term&quot;&gt;SkilledActivityType&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Circumcision</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PrimarySurgery">
    <cycAnnot:label xml:lang="en">PrimarySurgery</cycAnnot:label>
    <rdfs:label xml:lang="en">primary surgery</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Operation&quot; class=&quot;cyc_term&quot;&gt;Operation&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PrimarySurgery&quot; class=&quot;cyc_term&quot;&gt;PrimarySurgery&lt;/a&gt; is a surgery performed on a patient who has had no prior surgeries.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="EvaluatingNutrition">
    <cycAnnot:label xml:lang="en">EvaluatingNutrition</cycAnnot:label>
    <rdfs:label xml:lang="en">evaluating someone&apos;s nutrition</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DedicationCeremony">
    <rdfs:label xml:lang="en">dedication ceremony</rdfs:label>
    <rdfs:comment xml:lang="en">The collection of instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OpeningCeremony&quot; class=&quot;cyc_term&quot;&gt;OpeningCeremony&lt;/a&gt; in which a focal object, typically a building, a monument, or historical marker, is officially &amp;quot;introduced&amp;quot; and made available to the public.</rdfs:comment>
    <cycAnnot:label xml:lang="en">DedicationCeremony</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WeatherTesting">
    <rdfs:comment xml:lang="en">Testing a product for its ability to stand up to severe weather conditions, for example, testing a car for its resistance to wind, rain, etc.</rdfs:comment>
    <cycAnnot:label xml:lang="en">WeatherTesting</cycAnnot:label>
    <rdfs:label xml:lang="en">weather testing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ProjectileLaunching">
    <cycAnnot:label xml:lang="en">ProjectileLaunching</cycAnnot:label>
    <rdfs:comment xml:lang="en">This is the collection of all events in which a projectile launcher launches a projectile.</rdfs:comment>
    <rdfs:label xml:lang="en">projectile launching</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicWomensSinglesFigureSkating">
    <cycAnnot:label xml:lang="en">OlympicWomensSinglesFigureSkating</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Womens Singles Figure Skating</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="ChildSexualAbuse">
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SexualAbuse&quot; class=&quot;cyc_term&quot;&gt;SexualAbuse&lt;/a&gt;s in which the victim of the abuse is an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HumanChild&quot; class=&quot;cyc_term&quot;&gt;HumanChild&lt;/a&gt;. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChildSexualAbuse&quot; class=&quot;cyc_term&quot;&gt;ChildSexualAbuse&lt;/a&gt; is not limited to acts involving direct and invasive physical contact, but also includes inappropriate touching, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IndecentExposure&quot; class=&quot;cyc_term&quot;&gt;IndecentExposure&lt;/a&gt;, procuring sexual activity for a child, showing &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PornographicMaterial&quot; class=&quot;cyc_term&quot;&gt;PornographicMaterial&lt;/a&gt; to children, etc.</rdfs:comment>
    <rdfs:label xml:lang="en">child sexual abuse</rdfs:label>
    <cycAnnot:label xml:lang="en">ChildSexualAbuse</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OrganizationMerger_CreationEvent">
    <rdfs:comment xml:lang="en">A subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OrganizationMerger&quot; class=&quot;cyc_term&quot;&gt;OrganizationMerger&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/OrganizationMerger_CreationEvent&quot; class=&quot;cyc_term&quot;&gt;OrganizationMerger_CreationEvent&lt;/a&gt; is a organizational merger in which two or more organizations come together to form a new organization.  Examples include the merger of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AmericaOnlineInc&quot; class=&quot;cyc_term&quot;&gt;AmericaOnlineInc&lt;/a&gt; and  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TimeWarner_Corporation&quot; class=&quot;cyc_term&quot;&gt;TimeWarner_Corporation&lt;/a&gt;, the latter of which was itself formed by a merger of this type in 1989. This collection includes cases where the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/mergees&quot; class=&quot;cyc_term&quot;&gt;mergees&lt;/a&gt; retain organizational status and operate as suborganizations of the created organization, as well as cases where one or more of the mergees cease to exist as a result of the merger.</rdfs:comment>
    <cycAnnot:label xml:lang="en">OrganizationMerger-CreationEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">merger</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Biopsy_Lung_SurgicalProcedure">
    <rdfs:label xml:lang="en">lung biopsy</rdfs:label>
    <cycAnnot:label xml:lang="en">Biopsy-Lung-SurgicalProcedure</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_ContactSportsEvent">
    <rdfs:label xml:lang="en">playing of contact sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">PlayingOf-ContactSportsEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TerroristSuicideBombing_CarriedOnPerson">
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TerroristSuicideBombing&quot; class=&quot;cyc_term&quot;&gt;TerroristSuicideBombing&lt;/a&gt; in which a  bomb is delivered  to a target location by one or more persons who keep the bomb or bombs concealed until detonated. The perpetrators intentionally kill themselves in the attack.  This constant is intended to cover the stereotypical tactic in which a perpetrator carries (or wears) a conventional &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HighExplosive&quot; class=&quot;cyc_term&quot;&gt;HighExplosive&lt;/a&gt; to a target. Driving vehicles loaded with explosives into a target are not considered to be instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TerroristSuicideBombing_CarriedOnPerson&quot; class=&quot;cyc_term&quot;&gt;TerroristSuicideBombing_CarriedOnPerson&lt;/a&gt;.  For the general collection of terrorist suicide bombings that include vehicle delivered suicide bombings see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TerroristSuicideBombing&quot; class=&quot;cyc_term&quot;&gt;TerroristSuicideBombing&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">terrorist suicide bombing carried on person</rdfs:label>
    <cycAnnot:label xml:lang="en">TerroristSuicideBombing-CarriedOnPerson</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="IntravenousHydrationEvent">
    <rdfs:comment xml:lang="en">Similar to &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BloodTransfusionEvent&quot; class=&quot;cyc_term&quot;&gt;BloodTransfusionEvent&lt;/a&gt; except that the 
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/primaryObjectMoving&quot; class=&quot;cyc_term&quot;&gt;primaryObjectMoving&lt;/a&gt; is &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Water&quot; class=&quot;cyc_term&quot;&gt;Water&lt;/a&gt;.  This would include transfusions of saline solutions.</rdfs:comment>
    <cycAnnot:label xml:lang="en">IntravenousHydrationEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">intravenous hydration</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="NeutronAbsorptionByNucleusEvent">
    <cycAnnot:label xml:lang="en">NeutronAbsorptionByNucleusEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">neutron absorption by nucleus event</rdfs:label>
    <rdfs:comment xml:lang="en">What happens when a neutron is absorbed by an atomic nucleus to form a larger, and usually unstable, nucleus. Typically, the first event in a nuclear fission event.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_magnoliophytes">
    <cycAnnot:label xml:lang="en">(BuyingFn FloweringPlant)</cycAnnot:label>
    <rdfs:label xml:lang="en">buying magnoliophytes</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Evaporating">
    <cycAnnot:label xml:lang="en">Evaporating</cycAnnot:label>
    <rdfs:label xml:lang="en">evaporation</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/StateOfMatterChangeEvent&quot; class=&quot;cyc_term&quot;&gt;StateOfMatterChangeEvent&lt;/a&gt;.  In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Evaporating&quot; class=&quot;cyc_term&quot;&gt;Evaporating&lt;/a&gt;, something in liquid form (i.e., an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Liquid_StateOfMatter&quot; class=&quot;cyc_term&quot;&gt;Liquid_StateOfMatter&lt;/a&gt;) is converted to vapor (and thus becomes an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Gaseous_StateOfMatter&quot; class=&quot;cyc_term&quot;&gt;Gaseous_StateOfMatter&lt;/a&gt;).</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="OlympicMensWelterweightGRWrestling">
    <cycAnnot:label xml:lang="en">OlympicMensWelterweightGRWrestling</cycAnnot:label>
    <rdfs:label xml:lang="en">Olympic Men&apos;s Welterweight Greco-Roman Wrestling</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="FixingAndIsolatingAgents">
    <cycAnnot:label xml:lang="en">FixingAndIsolatingAgents</cycAnnot:label>
    <rdfs:label xml:lang="en">fixing and isolating agents</rdfs:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of
&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Interfering&quot; class=&quot;cyc_term&quot;&gt;Interfering&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FixingAndIsolatingAgents&quot; class=&quot;cyc_term&quot;&gt;FixingAndIsolatingAgents&lt;/a&gt; is an
event in which one or more intelligent agents interferes with all
attempts by one or more other intelligent agents to either communicate
or go somewhere, and the interference prevents the success of at least
some of the attempts.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SpecialOrderPurchase">
    <rdfs:label xml:lang="en">special order purchase</rdfs:label>
    <rdfs:comment xml:lang="en">A subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BuyingAnObject&quot; class=&quot;cyc_term&quot;&gt;BuyingAnObject&lt;/a&gt;. In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SpecialOrderPurchase&quot; class=&quot;cyc_term&quot;&gt;SpecialOrderPurchase&lt;/a&gt;, a buyer purchases an item from a seller, where the item in question is something not kept in stock by the seller. The buyer places an order for the item with the seller, and the seller then ensures that the item is made available to the buyer (either by shipping the item directly to the buyer, or to a store or factory where it can be picked up by the buyer).</rdfs:comment>
    <cycAnnot:label xml:lang="en">SpecialOrderPurchase</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Voting">
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and a specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SingleDoerAction&quot; class=&quot;cyc_term&quot;&gt;SingleDoerAction&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Politics&quot; class=&quot;cyc_term&quot;&gt;Politics&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Voting&quot; class=&quot;cyc_term&quot;&gt;Voting&lt;/a&gt; is the casting of a vote (or multiple votes) by a single &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IntelligentAgent&quot; class=&quot;cyc_term&quot;&gt;IntelligentAgent&lt;/a&gt;.   For the notion of the larger-scale &apos;vote&apos; on an issue (or multiple issues) by all participating members of an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Organization&quot; class=&quot;cyc_term&quot;&gt;Organization&lt;/a&gt;, see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Vote_CollectiveDecision&quot; class=&quot;cyc_term&quot;&gt;Vote_CollectiveDecision&lt;/a&gt;.
&lt;p/&gt;
Commonly, an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Voting&quot; class=&quot;cyc_term&quot;&gt;Voting&lt;/a&gt; will consist of filling out and submitting a ballot (cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Ballot_CW&quot; class=&quot;cyc_term&quot;&gt;Ballot_CW&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Ballot_IBO&quot; class=&quot;cyc_term&quot;&gt;Ballot_IBO&lt;/a&gt;), whereby multiple candidates and/or initiatives are voted for or against.  Any &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/properSubEvents&quot; class=&quot;cyc_term&quot;&gt;properSubEvents&lt;/a&gt; of such an event that consist of, e.g., selecting a particular candidate or choosing &apos;Yes&apos; or &apos;No&apos; on a particular initiative are instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SelectingBetween&quot; class=&quot;cyc_term&quot;&gt;SelectingBetween&lt;/a&gt;, but are not themselves instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Voting&quot; class=&quot;cyc_term&quot;&gt;Voting&lt;/a&gt;.  In the event that only one choice is expressed in an instance of voting (as in, e.g., voting &apos;Yea&apos; or &apos;Nay&apos; in a voice vote), the act of expressing that choice is identical with the voting, and hence would be an instance of both &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SelectingBetween&quot; class=&quot;cyc_term&quot;&gt;SelectingBetween&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Voting&quot; class=&quot;cyc_term&quot;&gt;Voting&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Voting</cycAnnot:label>
    <rdfs:label xml:lang="en">casting a vote</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="MakingASalesVisit">
    <cycAnnot:label xml:lang="en">MakingASalesVisit</cycAnnot:label>
    <rdfs:label xml:lang="en">making a sales visit</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Measure_of_capacity">
    <cycAnnot:label xml:lang="en">(MeasuringFn Volume)</cycAnnot:label>
    <rdfs:label xml:lang="en">measure of capacity</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HidingOneself">
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HidingAnObject&quot; class=&quot;cyc_term&quot;&gt;HidingAnObject&lt;/a&gt; events in which the performer is also the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/objectHidden&quot; class=&quot;cyc_term&quot;&gt;objectHidden&lt;/a&gt;; i.e., the collection of events in  which one agent hides herself from others. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HidingOneself&quot; class=&quot;cyc_term&quot;&gt;HidingOneself&lt;/a&gt; events are unusual in one other respect.  Instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HidingAnObject&quot; class=&quot;cyc_term&quot;&gt;HidingAnObject&lt;/a&gt;, which involve taking steps to obscure an object&apos;s location, are typically followed by a static situation during which the object remains hidden.  However, instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HidingOneself&quot; class=&quot;cyc_term&quot;&gt;HidingOneself&lt;/a&gt; often persist over the full length of the &apos;hiding&apos; period, as the agent continues to take or refrain from certain actions in an attempt to remain hidden.</rdfs:comment>
    <cycAnnot:label xml:lang="en">HidingOneself</cycAnnot:label>
    <rdfs:label xml:lang="en">hiding event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DisablingACommunicationDevice">
    <rdfs:comment xml:lang="en">The collection of all events in which a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CommunicationDevice&quot; class=&quot;cyc_term&quot;&gt;CommunicationDevice&lt;/a&gt; is rendered incapable of performing its &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/primaryFunction&quot; class=&quot;cyc_term&quot;&gt;primaryFunction&lt;/a&gt;, which is to communicate.  Such a disabling event might by performed by an agent, done automatically via the functioning of some device (e.g. a radio frequency scrambler), or caused by sheer accident (e.g. a tree branch falling on a telephone line).  Borderline example: a television fails due to a burned-out vacuum tube.  Negative examples: turning off the power to a radio, hanging up a telephone.</rdfs:comment>
    <cycAnnot:label xml:lang="en">DisablingACommunicationDevice</cycAnnot:label>
    <rdfs:label xml:lang="en">disabling a communication device</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SunSettingEvent">
    <rdfs:comment xml:lang="en">The collection of all events in which the sun drops below the horizon at some vantage point. A type of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DisappearingFromSight&quot; class=&quot;cyc_term&quot;&gt;DisappearingFromSight&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Movement_TranslationProcess&quot; class=&quot;cyc_term&quot;&gt;Movement_TranslationProcess&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">sunset</rdfs:label>
    <cycAnnot:label xml:lang="en">SunSettingEvent</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PlayingOf_UnevenBarsSportsEvent">
    <cycAnnot:label xml:lang="en">PlayingOf-UnevenBarsSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">playing of uneven bars sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SortingSomethingMentally">
    <rdfs:label xml:lang="en">sorting</rdfs:label>
    <cycAnnot:label xml:lang="en">SortingSomethingMentally</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GroupingThingsMentally&quot; class=&quot;cyc_term&quot;&gt;GroupingThingsMentally&lt;/a&gt;, the collection of all events in which some agent(s) puts some group of things into some kind of order (often according to some schema). Examples include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SortingE_MailMessages&quot; class=&quot;cyc_term&quot;&gt;SortingE_MailMessages&lt;/a&gt; and  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CataloguingWrittenMaterial&quot; class=&quot;cyc_term&quot;&gt;CataloguingWrittenMaterial&lt;/a&gt;. For cases where an agent sorts objects by physically moving them, see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SortingPhysicalObjects&quot; class=&quot;cyc_term&quot;&gt;SortingPhysicalObjects&lt;/a&gt;.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="DiscontinuingAnActivity">
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporalObjectType&quot; class=&quot;cyc_term&quot;&gt;TemporalObjectType&lt;/a&gt; and specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PurposefulAction&quot; class=&quot;cyc_term&quot;&gt;PurposefulAction&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DiscontinuingAnActivity&quot; class=&quot;cyc_term&quot;&gt;DiscontinuingAnActivity&lt;/a&gt; is an event in which an agent discontinues an activity.  This can involve deliberately bringing the performance of a particular &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Action&quot; class=&quot;cyc_term&quot;&gt;Action&lt;/a&gt; to an end (as in &amp;quot;She quit running after twenty minutes&amp;quot;), or deliberately stopping the performance of an activity (type) that was previously performed often or regularly (as in, &amp;quot;The airline discontinued its service to Austin&amp;quot;).  Note that an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DiscontinuingAnActivity&quot; class=&quot;cyc_term&quot;&gt;DiscontinuingAnActivity&lt;/a&gt; must be performed deliberately; thus, e.g., a person&apos;s quitting snoring at some point during his sleep would not count as an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DiscontinuingAnActivity&quot; class=&quot;cyc_term&quot;&gt;DiscontinuingAnActivity&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">DiscontinuingAnActivity</cycAnnot:label>
    <rdfs:label xml:lang="en">discontinuing</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Immigration">
    <rdfs:label xml:lang="en">immigration</rdfs:label>
    <rdfs:comment xml:lang="en">The type of events in which a person moves to another country (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CrossingACountryBorder&quot; class=&quot;cyc_term&quot;&gt;CrossingACountryBorder&lt;/a&gt;) with the intent of settling there more or less permanently. Such an activity may or may not be explicitly sanctioned by the laws of the host country (in which case see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/IllegalImmigration&quot; class=&quot;cyc_term&quot;&gt;IllegalImmigration&lt;/a&gt;).</rdfs:comment>
    <cycAnnot:label xml:lang="en">Immigration</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="PacifyingAnAgent">
    <rdfs:label xml:lang="en">pacifying an agent</rdfs:label>
    <cycAnnot:label xml:lang="en">PacifyingAnAgent</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of actions; a subset of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InfluencingAnAgent&quot; class=&quot;cyc_term&quot;&gt;InfluencingAnAgent&lt;/a&gt;. In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PacifyingAnAgent&quot; class=&quot;cyc_term&quot;&gt;PacifyingAnAgent&lt;/a&gt;, one agent deliberately takes actions that will make a hostile agent less hostile to it, or refrains from taking actions that, if taken, will make an agent hostile to it.  This collection doesn&apos;t constrain the kinds of actions, or refrainings, that may be taken, except as to the motive and intention with which the agent performs them.  The objects of pacification are intelligent, or at least sentient, agents--including groups of intelligent or sentient agents.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="InterfacingBetweenModemAndOS">
    <rdfs:label xml:lang="en">interfacing between modem and OS</rdfs:label>
    <cycAnnot:label xml:lang="en">InterfacingBetweenModemAndOS</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of actions performed by computers. In each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/InterfacingBetweenModemAndOS&quot; class=&quot;cyc_term&quot;&gt;InterfacingBetweenModemAndOS&lt;/a&gt;, a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ModemDriver&quot; class=&quot;cyc_term&quot;&gt;ModemDriver&lt;/a&gt; interfaces between a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Modem&quot; class=&quot;cyc_term&quot;&gt;Modem&lt;/a&gt; and the operating system; permitting the latter to manipulate the former in a standard way.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="SingleLugeSportsEvent">
    <rdfs:label xml:lang="en">single luge sports event</rdfs:label>
    <cycAnnot:label xml:lang="en">SingleLugeSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">The one person luge event</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="KickingAnObject">
    <cycAnnot:label xml:lang="en">KickingAnObject</cycAnnot:label>
    <rdfs:label xml:lang="en">kicking an object</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Buying_GPS_receivers">
    <rdfs:label xml:lang="en">buying GPS receivers</rdfs:label>
    <cycAnnot:label xml:lang="en">(BuyingFn GPSReceiver)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="GoingOutToEat_FineDining">
    <rdfs:label xml:lang="en">going out to eat at a fine restaurant</rdfs:label>
    <rdfs:comment xml:lang="en">This is the collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GoingOutToEat&quot; class=&quot;cyc_term&quot;&gt;GoingOutToEat&lt;/a&gt; events in which the restaurant visited is run by a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FineRestaurant&quot; class=&quot;cyc_term&quot;&gt;FineRestaurant&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">GoingOutToEat-FineDining</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Making_cars">
    <rdfs:label xml:lang="en">making cars</rdfs:label>
    <cycAnnot:label xml:lang="en">(MakingFn Automobile)</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="WaterCycle_Terrestrial">
    <rdfs:label xml:lang="en">terrestrial water cycle</rdfs:label>
    <cycAnnot:label xml:lang="en">WaterCycle-Terrestrial</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all hydrologic cycles (cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HydrologicCycle&quot; class=&quot;cyc_term&quot;&gt;HydrologicCycle&lt;/a&gt;) occurring at or near the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/EarthsTopographicSurface&quot; class=&quot;cyc_term&quot;&gt;EarthsTopographicSurface&lt;/a&gt;.  Most involve the biological processes of living systems in one form or another.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LeapYear">
    <rdfs:comment xml:lang="en">The collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CalendarYear&quot; class=&quot;cyc_term&quot;&gt;CalendarYear&lt;/a&gt;s which are leap years; in the Julian &amp;amp; Gregorian calendar systems these are calendar years in which February has 29 days</rdfs:comment>
    <rdfs:label xml:lang="en">leap year</rdfs:label>
    <cycAnnot:label xml:lang="en">LeapYear</cycAnnot:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="LightFlyweightGRWrestlingSportsEvent">
    <cycAnnot:label xml:lang="en">LightFlyweightGRWrestlingSportsEvent</cycAnnot:label>
    <rdfs:comment xml:lang="en">A weight class of GRWrestlingSportsEvent</rdfs:comment>
    <rdfs:label xml:lang="en">light flyweight gr wrestling sports event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="HomeMaintenance">
    <cycAnnot:label xml:lang="en">HomeMaintenance</cycAnnot:label>
    <rdfs:label xml:lang="en">home maintenance</rdfs:label>
    <rdfs:comment xml:lang="en">A collection of events. Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HomeMaintenance&quot; class=&quot;cyc_term&quot;&gt;HomeMaintenance&lt;/a&gt; is an event of maintaining a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/House_Modern&quot; class=&quot;cyc_term&quot;&gt;House_Modern&lt;/a&gt; over time. This includes maintaining not only walls, roof, and floors, etc., but also systems like the electrical system, plumbing, heating and air conditioning, etc.</rdfs:comment>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="TimeLimitedSportsEvent">
    <rdfs:comment xml:lang="en">Sports events which are played for a specified amount of time and at the end of that time, the competitors are ranked</rdfs:comment>
    <cycAnnot:label xml:lang="en">TimeLimitedSportsEvent</cycAnnot:label>
    <rdfs:label xml:lang="en">time limited sporting event</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Gaining_control_of_tabun">
    <cycAnnot:label xml:lang="en">(GainingControlOfFn Tabun)</cycAnnot:label>
    <rdfs:label xml:lang="en">gaining control of tabun</rdfs:label>
  </TemporalObjectType>

  <TemporalObjectType rdf:about="Hydrolysis_ChemicalReaction">
    <rdfs:label xml:lang="en">hydrolysis</rdfs:label>
    <cycAnnot:label xml:lang="en">Hydrolysis-ChemicalReaction</cycAnnot:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ChemicalReaction&quot; class=&quot;cyc_term&quot;&gt;ChemicalReaction&lt;/a&gt;. Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Hydrolysis_ChemicalReaction&quot; class=&quot;cyc_ter