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

<?xml-stylesheet type="text/xsl" href="http://sw.opencyc.org/xsl/OpenCycOWLPredicateDisplayNL.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:ObjectProperty rdf:about="isa">
    <cycAnnot:label xml:lang="en">isa</cycAnnot:label>
    <rdfs:label xml:lang="en">is a</rdfs:label>
    <cycAnnot:externalID>Mx4rvViBBJwpEbGdrcN5Y29ycA</cycAnnot:externalID>
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TaxonomicSlot&quot; class=&quot;cyc_term&quot;&gt;TaxonomicSlot&lt;/a&gt; (q.v.) that relates things of any  kind to collections (see &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 which they are instances.   &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;THING&lt;/b&gt; &lt;b&gt;COL&lt;/b&gt;)&lt;/code&gt; means that &lt;code&gt;&lt;b&gt;THING&lt;/b&gt;&lt;/code&gt; is an instance of the collection &lt;code&gt;&lt;b&gt;COL&lt;/b&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; is by far the most commonly-occurring predicate in the Cyc Knowledge  Base, and is one of the relations most fundamental to the Cyc ontology. An important logical feature of &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; is that it &amp;quot;transfers through&amp;quot;  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/genls&quot; class=&quot;cyc_term&quot;&gt;genls&lt;/a&gt; (q.v.): &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;THING&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/genls&quot; class=&quot;cyc_term&quot;&gt;genls&lt;/a&gt; &lt;b&gt;COL&lt;/b&gt; &lt;b&gt;SUPERCOL&lt;/b&gt;)&lt;/code&gt; jointly  imply &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;THING&lt;/b&gt; &lt;b&gt;SUPERCOL&lt;/b&gt;)&lt;/code&gt;.  This logical feature is expressed in a  rule that -- along with various other rules that also sanction the  derivation of &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; sentences -- has been asserted to the Knowledge Base.   As a result, only a small fraction of the &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; based ground atomic  formulas (or &amp;quot;GAF&amp;quot;s; see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CycLClosedAtomicSentence&quot; class=&quot;cyc_term&quot;&gt;CycLClosedAtomicSentence&lt;/a&gt;) the Cyc system  &amp;quot;knows&amp;quot; to be true have been manually asserted; the vast majority  have been derived, or are derivable, automatically by the Cyc inference  engine via the use of such rules.  See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/elementOf&quot; class=&quot;cyc_term&quot;&gt;elementOf&lt;/a&gt;.</rdfs:comment>
    <rdf:type rdf:resource="FactGatheringForbiddenPredicate"/>
    <rdf:type rdf:resource="ReformulatorIrrelevantFORT"/>
    <rdf:type rdf:resource="WFFConstraintSatisfactionPredicate"/>
    <rdf:type rdf:resource="TemporallyQualifiableRelation"/>
    <rdf:type rdf:resource="TaxonomicSlotForAnyThing"/>
    <rdf:type rdf:resource="SetOrCollectionPredicate"/>
    <rdf:type rdf:resource="Basics_Fundamental_Topic"/>
    <rdf:type rdf:resource="Analyst_PertinentConcept"/>
    <rdf:type rdf:resource="DefaultMonotonicPredicate"/>
    <rdf:type rdf:resource="VocabularyDefiningPredicate"/>
    <rdf:type rdf:resource="HLPredicate"/>
    <rdf:type rdf:resource="SOEDefaultGraphablePredicate"/>
    <rdf:type rdf:resource="SagemanProfileTerm"/>
    <rdfs:domain rdf:resource="Thing"/>
    <rdfs:range rdf:resource="Collection"/>
    <owl:sameAs rdf:resource="&cyc;Mx4rvViBBJwpEbGdrcN5Y29ycA"/>
    <owl:sameAs rdf:resource="http://sw.opencyc.org/2008/06/10/concept/Mx4rvViBBJwpEbGdrcN5Y29ycA"/>
    <owl:sameAs rdf:resource="&ocyc;Mx4rvViBBJwpEbGdrcN5Y29ycA"/>
  </owl:ObjectProperty>

  <owl:Class rdf:about="ReformulatorIrrelevantFORT">
    <rdfs:comment xml:lang="en">The collection of Cyc FORTs that are not relevant to the reformulator.</rdfs:comment>
    <cycAnnot:label xml:lang="en">ReformulatorIrrelevantFORT</cycAnnot:label>
    <rdfs:label xml:lang="en">reformulator irrelevant FORT</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="WFFConstraintSatisfactionPredicate">
    <rdfs:label xml:lang="en">WFF constraint satisfaction predicate</rdfs:label>
    <cycAnnot:label xml:lang="en">WFFConstraintSatisfactionPredicate</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Predicate&quot; class=&quot;cyc_term&quot;&gt;Predicate&lt;/a&gt;s which can satisfy well-formedness constraints.  More specifically, only assertions of the form (PRED . ARGS), where PRED is an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WFFConstraintPredicate&quot; class=&quot;cyc_term&quot;&gt;WFFConstraintPredicate&lt;/a&gt;, can directly satisfy a well-formedness constraint, i.e. cause any previously ill-formed sentence to become well-formed, given the same WFF standards.  Any assertion could _indirectly_ satisfy a well-formedness constraint, for instance by triggering a forward rule or an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/afterAdding&quot; class=&quot;cyc_term&quot;&gt;afterAdding&lt;/a&gt;.  A common case of this is the &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/afterAdding&quot; class=&quot;cyc_term&quot;&gt;afterAdding&lt;/a&gt;s on spec-preds of &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; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/genls&quot; class=&quot;cyc_term&quot;&gt;genls&lt;/a&gt;.</rdfs:comment>
  </owl:Class>

  <owl:ObjectProperty rdf:about="&cyc;Mx4rvViBBJwpEbGdrcN5Y29ycA">
    <cycAnnot:label xml:lang="en">isa</cycAnnot:label>
    <rdfs:label xml:lang="en">is a</rdfs:label>
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TaxonomicSlot&quot; class=&quot;cyc_term&quot;&gt;TaxonomicSlot&lt;/a&gt; (q.v.) that relates things of any  kind to collections (see &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 which they are instances.   &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;THING&lt;/b&gt; &lt;b&gt;COL&lt;/b&gt;)&lt;/code&gt; means that &lt;code&gt;&lt;b&gt;THING&lt;/b&gt;&lt;/code&gt; is an instance of the collection &lt;code&gt;&lt;b&gt;COL&lt;/b&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; is by far the most commonly-occurring predicate in the Cyc Knowledge  Base, and is one of the relations most fundamental to the Cyc ontology. An important logical feature of &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; is that it &amp;quot;transfers through&amp;quot;  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/genls&quot; class=&quot;cyc_term&quot;&gt;genls&lt;/a&gt; (q.v.): &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;THING&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/genls&quot; class=&quot;cyc_term&quot;&gt;genls&lt;/a&gt; &lt;b&gt;COL&lt;/b&gt; &lt;b&gt;SUPERCOL&lt;/b&gt;)&lt;/code&gt; jointly  imply &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;THING&lt;/b&gt; &lt;b&gt;SUPERCOL&lt;/b&gt;)&lt;/code&gt;.  This logical feature is expressed in a  rule that -- along with various other rules that also sanction the  derivation of &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; sentences -- has been asserted to the Knowledge Base.   As a result, only a small fraction of the &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; based ground atomic  formulas (or &amp;quot;GAF&amp;quot;s; see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CycLClosedAtomicSentence&quot; class=&quot;cyc_term&quot;&gt;CycLClosedAtomicSentence&lt;/a&gt;) the Cyc system  &amp;quot;knows&amp;quot; to be true have been manually asserted; the vast majority  have been derived, or are derivable, automatically by the Cyc inference  engine via the use of such rules.  See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/elementOf&quot; class=&quot;cyc_term&quot;&gt;elementOf&lt;/a&gt;.</rdfs:comment>
  </owl:ObjectProperty>

  <owl:Class rdf:about="Thing">
    <rdfs:label xml:lang="en">thing</rdfs:label>
    <rdfs:comment xml:lang="en">&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; is the &amp;quot;universal collection&amp;quot;: the collection which, by definition, contains everything there is.  Every thing in the Cyc ontology -- every &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Individual&quot; class=&quot;cyc_term&quot;&gt;Individual&lt;/a&gt; (of any kind), every &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Set_Mathematical&quot; class=&quot;cyc_term&quot;&gt;Set_Mathematical&lt;/a&gt;, and every &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; -- is an instance of (see &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;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Thing&quot; class=&quot;cyc_term&quot;&gt;Thing&lt;/a&gt;.  Similarly, every collection is a subcollection of (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/genls&quot; class=&quot;cyc_term&quot;&gt;genls&lt;/a&gt;) &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;.  Trivially, &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; is both an instance of and a subcollection of itself, and is not a subcollection of any other collection.  (Note that the above reference to &amp;quot;every thing in the Cyc ontology&amp;quot; is &lt;i&gt;not&lt;/i&gt; meant to be limited to things actually &lt;i&gt;reified&lt;/i&gt; in the Cyc system, but includes (e.g.) every instance -- reified or not, known or not -- of every collection recognized by Cyc.)</rdfs:comment>
    <cycAnnot:label xml:lang="en">Thing</cycAnnot:label>
  </owl:Class>

  <owl:ObjectProperty rdf:about="&ocyc;Mx4rvViBBJwpEbGdrcN5Y29ycA">
    <cycAnnot:label xml:lang="en">isa</cycAnnot:label>
    <rdfs:label xml:lang="en">is a</rdfs:label>
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TaxonomicSlot&quot; class=&quot;cyc_term&quot;&gt;TaxonomicSlot&lt;/a&gt; (q.v.) that relates things of any  kind to collections (see &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 which they are instances.   &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;THING&lt;/b&gt; &lt;b&gt;COL&lt;/b&gt;)&lt;/code&gt; means that &lt;code&gt;&lt;b&gt;THING&lt;/b&gt;&lt;/code&gt; is an instance of the collection &lt;code&gt;&lt;b&gt;COL&lt;/b&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; is by far the most commonly-occurring predicate in the Cyc Knowledge  Base, and is one of the relations most fundamental to the Cyc ontology. An important logical feature of &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; is that it &amp;quot;transfers through&amp;quot;  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/genls&quot; class=&quot;cyc_term&quot;&gt;genls&lt;/a&gt; (q.v.): &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;THING&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/genls&quot; class=&quot;cyc_term&quot;&gt;genls&lt;/a&gt; &lt;b&gt;COL&lt;/b&gt; &lt;b&gt;SUPERCOL&lt;/b&gt;)&lt;/code&gt; jointly  imply &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;THING&lt;/b&gt; &lt;b&gt;SUPERCOL&lt;/b&gt;)&lt;/code&gt;.  This logical feature is expressed in a  rule that -- along with various other rules that also sanction the  derivation of &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; sentences -- has been asserted to the Knowledge Base.   As a result, only a small fraction of the &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; based ground atomic  formulas (or &amp;quot;GAF&amp;quot;s; see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CycLClosedAtomicSentence&quot; class=&quot;cyc_term&quot;&gt;CycLClosedAtomicSentence&lt;/a&gt;) the Cyc system  &amp;quot;knows&amp;quot; to be true have been manually asserted; the vast majority  have been derived, or are derivable, automatically by the Cyc inference  engine via the use of such rules.  See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/elementOf&quot; class=&quot;cyc_term&quot;&gt;elementOf&lt;/a&gt;.</rdfs:comment>
  </owl:ObjectProperty>

  <owl:Class rdf:about="TaxonomicSlotForAnyThing">
    <rdfs:comment xml:lang="en">A subcollection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TaxonomicSlot&quot; class=&quot;cyc_term&quot;&gt;TaxonomicSlot&lt;/a&gt; (q.v.). Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TaxonomicSlotForAnyThing&quot; class=&quot;cyc_term&quot;&gt;TaxonomicSlotForAnyThing&lt;/a&gt; is a taxonomic slot that can in principle be used to help specify the location of anything whatsoever within some taxonomy; hence at least one of its argument-places must be constrained to instances (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/argIsa&quot; class=&quot;cyc_term&quot;&gt;argIsa&lt;/a&gt;) of &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; (and to nothing more specific than &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;). Examples include &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; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/generalizations&quot; class=&quot;cyc_term&quot;&gt;generalizations&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">TaxonomicSlotForAnyThing</cycAnnot:label>
    <rdfs:label xml:lang="en">Cyc taxonomic predicate applicable to anything</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="SetOrCollectionPredicate">
    <cycAnnot:label xml:lang="en">SetOrCollectionPredicate</cycAnnot:label>
    <rdfs:label xml:lang="en">intensional representation predicate</rdfs:label>
    <rdfs:comment xml:lang="en">The &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/PredicateType&quot; class=&quot;cyc_term&quot;&gt;PredicateType&lt;/a&gt; consisting of all predicates that (always) hold of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SetOrCollection&quot; class=&quot;cyc_term&quot;&gt;SetOrCollection&lt;/a&gt;s (q.v.).  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SetOrCollectionPredicate&quot; class=&quot;cyc_term&quot;&gt;SetOrCollectionPredicate&lt;/a&gt; has at least one argument-place constrained to instances (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/argIsa&quot; class=&quot;cyc_term&quot;&gt;argIsa&lt;/a&gt;) of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SetOrCollection&quot; class=&quot;cyc_term&quot;&gt;SetOrCollection&lt;/a&gt; or some specialization thereof.  Some set-or-collection predicates are used to make statements that are more or less directly about a given set-or-collection itself (e.g. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/cardinality&quot; class=&quot;cyc_term&quot;&gt;cardinality&lt;/a&gt; relates a set-or-collection to its size); but most are used to make more general statements about some or all of the elements of a given set-or-collection (e.g. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/inhabitantTypes&quot; class=&quot;cyc_term&quot;&gt;inhabitantTypes&lt;/a&gt; relates a geographical region to a collection of persons such that at least one person in the collection resides in that region).
&lt;p/&gt;
Specializations of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SetOrCollectionPredicate&quot; class=&quot;cyc_term&quot;&gt;SetOrCollectionPredicate&lt;/a&gt; include &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FirstOrderCollectionPredicate&quot; class=&quot;cyc_term&quot;&gt;FirstOrderCollectionPredicate&lt;/a&gt; and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/RuleMacroPredicate&quot; class=&quot;cyc_term&quot;&gt;RuleMacroPredicate&lt;/a&gt;.
&lt;p/&gt;
Cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ObjectPredicate&quot; class=&quot;cyc_term&quot;&gt;ObjectPredicate&lt;/a&gt;.</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:about="Basics_Fundamental_Topic">
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CycVocabularyTopic&quot; class=&quot;cyc_term&quot;&gt;CycVocabularyTopic&lt;/a&gt; and a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/KBDependentCollection&quot; class=&quot;cyc_term&quot;&gt;KBDependentCollection&lt;/a&gt;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Basics-Fundamental-Topic</cycAnnot:label>
    <rdfs:label xml:lang="en">basics-fundamental-topic</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="DefaultMonotonicPredicate">
    <cycAnnot:label xml:lang="en">DefaultMonotonicPredicate</cycAnnot:label>
    <rdfs:comment xml:lang="en">A collection of predicates.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/DefaultMonotonicPredicate&quot; class=&quot;cyc_term&quot;&gt;DefaultMonotonicPredicate&lt;/a&gt; is a predicate whose use as the predicate of a locally asserted ground formula causes that formula to be entered, by default, as :MONOTONIC.  Examples: &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;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/genls&quot; class=&quot;cyc_term&quot;&gt;genls&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/disjointWith&quot; class=&quot;cyc_term&quot;&gt;disjointWith&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/equals&quot; class=&quot;cyc_term&quot;&gt;equals&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/arity&quot; class=&quot;cyc_term&quot;&gt;arity&lt;/a&gt;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/arg1Isa&quot; class=&quot;cyc_term&quot;&gt;arg1Isa&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">default monotonic predicate</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="SOEDefaultGraphablePredicate">
    <cycAnnot:label xml:lang="en">SOEDefaultGraphablePredicate</cycAnnot:label>
    <rdfs:label xml:lang="en">SOE default graphable predicate</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="FactGatheringForbiddenPredicate">
    <cycAnnot:label xml:lang="en">FactGatheringForbiddenPredicate</cycAnnot:label>
    <rdfs:comment xml:lang="en">A sub-collection of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Predicate&quot; class=&quot;cyc_term&quot;&gt;Predicate&lt;/a&gt;.  Each instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/FactGatheringForbiddenPredicate&quot; class=&quot;cyc_term&quot;&gt;FactGatheringForbiddenPredicate&lt;/a&gt; is a predicate which should not be used for fact gathering.</rdfs:comment>
    <rdfs:label xml:lang="en">fact gathering forbidden predicate</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="TemporallyQualifiableRelation">
    <rdfs:comment xml:lang="en">The collection of all &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Relation&quot; class=&quot;cyc_term&quot;&gt;Relation&lt;/a&gt;s whose extentions (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/relationExtension&quot; class=&quot;cyc_term&quot;&gt;relationExtension&lt;/a&gt;) change, at least somewhat, over time.  A relation &lt;code&gt;&lt;b&gt;RELN&lt;/b&gt;&lt;/code&gt; is an instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TemporallyQualifiableRelation&quot; class=&quot;cyc_term&quot;&gt;TemporallyQualifiableRelation&lt;/a&gt; if and only if there is sequence &lt;code&gt;&lt;b&gt;SEQ&lt;/b&gt;&lt;/code&gt; and times &lt;code&gt;&lt;b&gt;T1&lt;/b&gt;&lt;/code&gt; and &lt;code&gt;&lt;b&gt;T2&lt;/b&gt;&lt;/code&gt; such that &lt;code&gt;&lt;b&gt;RELN&lt;/b&gt;&lt;/code&gt; holds among &lt;code&gt;&lt;b&gt;SEQ&lt;/b&gt;&lt;/code&gt; at &lt;code&gt;&lt;b&gt;T1&lt;/b&gt;&lt;/code&gt; but not at &lt;code&gt;&lt;b&gt;T2&lt;/b&gt;&lt;/code&gt;.  
&lt;p/&gt;
Note that &lt;code&gt;&lt;b&gt;RELN&lt;/b&gt;&lt;/code&gt; might nevertheless hold of &lt;i&gt;some&lt;/i&gt; sequences eternally.  An example of such a relation is &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;.  On the one hand, the sentence
&lt;pre&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;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/GeorgeWBush&quot; class=&quot;cyc_term&quot;&gt;GeorgeWBush&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UnitedStatesPresident&quot; class=&quot;cyc_term&quot;&gt;UnitedStatesPresident&lt;/a&gt;)
&lt;/pre&gt;
is true at some times and false at others, and so requires temporal qualification.    On the other hand, the sentence
&lt;pre&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;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/UnitedStatesPresident&quot; class=&quot;cyc_term&quot;&gt;UnitedStatesPresident&lt;/a&gt; &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;)
&lt;/pre&gt;
is true eternally and requires no temporal qualification.
&lt;p/&gt;
If a given temporally-qualifiable relation holds of &lt;i&gt;no&lt;/i&gt; sequences eternally (e.g. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/likesAsFriend&quot; class=&quot;cyc_term&quot;&gt;likesAsFriend&lt;/a&gt;), it is an instance of the specialization &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TimeDependentCollection&quot; class=&quot;cyc_term&quot;&gt;TimeDependentCollection&lt;/a&gt; (q.v.).
&lt;p/&gt;
Cf. &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TimeIndependentRelation&quot; class=&quot;cyc_term&quot;&gt;TimeIndependentRelation&lt;/a&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">temporally qualifiable relation</rdfs:label>
    <cycAnnot:label xml:lang="en">TemporallyQualifiableRelation</cycAnnot:label>
  </owl:Class>

  <owl:ObjectProperty rdf:about="http://sw.opencyc.org/2008/06/10/concept/Mx4rvViBBJwpEbGdrcN5Y29ycA">
    <cycAnnot:label xml:lang="en">isa</cycAnnot:label>
    <rdfs:label xml:lang="en">is a</rdfs:label>
    <rdfs:comment xml:lang="en">A &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TaxonomicSlot&quot; class=&quot;cyc_term&quot;&gt;TaxonomicSlot&lt;/a&gt; (q.v.) that relates things of any  kind to collections (see &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 which they are instances.   &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;THING&lt;/b&gt; &lt;b&gt;COL&lt;/b&gt;)&lt;/code&gt; means that &lt;code&gt;&lt;b&gt;THING&lt;/b&gt;&lt;/code&gt; is an instance of the collection &lt;code&gt;&lt;b&gt;COL&lt;/b&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; is by far the most commonly-occurring predicate in the Cyc Knowledge  Base, and is one of the relations most fundamental to the Cyc ontology. An important logical feature of &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; is that it &amp;quot;transfers through&amp;quot;  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/genls&quot; class=&quot;cyc_term&quot;&gt;genls&lt;/a&gt; (q.v.): &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;THING&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/genls&quot; class=&quot;cyc_term&quot;&gt;genls&lt;/a&gt; &lt;b&gt;COL&lt;/b&gt; &lt;b&gt;SUPERCOL&lt;/b&gt;)&lt;/code&gt; jointly  imply &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;THING&lt;/b&gt; &lt;b&gt;SUPERCOL&lt;/b&gt;)&lt;/code&gt;.  This logical feature is expressed in a  rule that -- along with various other rules that also sanction the  derivation of &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; sentences -- has been asserted to the Knowledge Base.   As a result, only a small fraction of the &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; based ground atomic  formulas (or &amp;quot;GAF&amp;quot;s; see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CycLClosedAtomicSentence&quot; class=&quot;cyc_term&quot;&gt;CycLClosedAtomicSentence&lt;/a&gt;) the Cyc system  &amp;quot;knows&amp;quot; to be true have been manually asserted; the vast majority  have been derived, or are derivable, automatically by the Cyc inference  engine via the use of such rules.  See also &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/elementOf&quot; class=&quot;cyc_term&quot;&gt;elementOf&lt;/a&gt;.</rdfs:comment>
  </owl:ObjectProperty>

  <owl:Class rdf:about="Analyst_PertinentConcept">
    <cycAnnot:label xml:lang="en">Analyst-PertinentConcept</cycAnnot:label>
    <rdfs:comment xml:lang="en">An instance of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/ConceptTypeByDomain&quot; class=&quot;cyc_term&quot;&gt;ConceptTypeByDomain&lt;/a&gt;.  Generally speaking, instances of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Analyst_PertinentConcept&quot; class=&quot;cyc_term&quot;&gt;Analyst_PertinentConcept&lt;/a&gt; are concepts and relations such as are used by intelligence analysts reasoning about threat situations.  Specifically, all core concepts in this domain (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/coreConceptOfDomain&quot; class=&quot;cyc_term&quot;&gt;coreConceptOfDomain&lt;/a&gt;) are either 1) &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BinaryPredicate&quot; class=&quot;cyc_term&quot;&gt;BinaryPredicate&lt;/a&gt;s referenced in AKB Fact Entry Templates, 2) &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TernaryPredicate&quot; class=&quot;cyc_term&quot;&gt;TernaryPredicate&lt;/a&gt;s referenced in AKB Fact Entry Templates, 3:)&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;s that are asserted to be &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/argIsa&quot; class=&quot;cyc_term&quot;&gt;argIsa&lt;/a&gt;s of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BinaryPredicate&quot; class=&quot;cyc_term&quot;&gt;BinaryPredicate&lt;/a&gt;s referenced in AKB Fact Entry Templates, 4) &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;s that are asserted to be &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/argIsa&quot; class=&quot;cyc_term&quot;&gt;argIsa&lt;/a&gt;s of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TernaryPredicate&quot; class=&quot;cyc_term&quot;&gt;TernaryPredicate&lt;/a&gt;s referenced in AKB Fact Entry Templates, 5) &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;s that are asserted to be &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/argGenl&quot; class=&quot;cyc_term&quot;&gt;argGenl&lt;/a&gt;s of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TernaryPredicate&quot; class=&quot;cyc_term&quot;&gt;TernaryPredicate&lt;/a&gt;s referenced in AKB Fact Entry Templates, or 6) concepts or relations that are instances of instances of &lt;font color=&quot;#ff0000&quot;&gt;#$TKBInterfaceCollection&lt;/font&gt;.</rdfs:comment>
    <rdfs:label xml:lang="en">the intelligence analyst reasoning domain</rdfs:label>
  </owl:Class>

  <owl:Class rdf:about="Collection">
    <rdfs:label xml:lang="en">type of thing</rdfs:label>
    <rdfs:comment xml:lang="en">A specialization of &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/SetOrCollection&quot; class=&quot;cyc_term&quot;&gt;SetOrCollection&lt;/a&gt; (q.v.).  This is the collection of all collections of things.  Each &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; is a kind or type of thing whose instances share a certain property, attribute, or feature.  For example, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cat&quot; class=&quot;cyc_term&quot;&gt;Cat&lt;/a&gt; is the collection of all and only cats, and &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/BinaryFunction&quot; class=&quot;cyc_term&quot;&gt;BinaryFunction&lt;/a&gt; is the collection of all and only functions taking two arguments.
&lt;p/&gt;
The notion of collection is fundamental to the Cyc ontology, and is thus difficult to define in a precise and substantive way.  But it is instructive to compare it to the mathematical notion of a set (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Set_Mathematical&quot; class=&quot;cyc_term&quot;&gt;Set_Mathematical&lt;/a&gt;).  Like a set, a collection is an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/AbstractThing&quot; class=&quot;cyc_term&quot;&gt;AbstractThing&lt;/a&gt; (i.e. aspatial and atemporal) that is not an &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Individual&quot; class=&quot;cyc_term&quot;&gt;Individual&lt;/a&gt; (cf.), but instead has elements (see &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/elementOf&quot; class=&quot;cyc_term&quot;&gt;elementOf&lt;/a&gt;).  Unlike a set, however, the elements or &amp;quot;instances&amp;quot; (see &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;) of a given collection can vary from context to context, and it is possible for distinct collections to have exactly the same elements (i.e. to have the same &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/extent&quot; class=&quot;cyc_term&quot;&gt;extent&lt;/a&gt;) with respect to a given context. For example, the (non-reified) collections &amp;quot;Chordate&amp;quot; and &amp;quot;Renate&amp;quot; are co-extensional in the context of the present-day actual world, but have differring extents with respect to hypothetical contexts in which there exist creatures having hearts but not kidneys.  This difference is sometimes summarized by saying that sets are &amp;quot;extensional&amp;quot; things and collections are &amp;quot;intensional&amp;quot; things.
&lt;p/&gt;
Many, though by no means all, of the collections reified in the Cyc ontology correspond to natural kinds or classes.  It is particulary useful to reify collections that are difficult to define precisely, but about which there are many common-sense rules and other things to state.  For example, it would not be worthwile to introduce a constant &apos;WhiteCat&apos;, both because it&apos;s easy to define the collection of white cats in terms of more general, already-reified notions (e.g. &apos;(&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/CollectionIntersection2Fn&quot; class=&quot;cyc_term&quot;&gt;CollectionIntersection2Fn&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Cat&quot; class=&quot;cyc_term&quot;&gt;Cat&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WhiteColor&quot; class=&quot;cyc_term&quot;&gt;WhiteColor&lt;/a&gt;)&apos;), and because there&apos;s not much to say about that particular collection.  &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/WhiteCollarWorker&quot; class=&quot;cyc_term&quot;&gt;WhiteCollarWorker&lt;/a&gt;, on the other hand, is a good collection to have reified, as it is hard to define precisely, yet is a collection about which there are many things to say.
&lt;p/&gt;
Some of the many reified specializations of &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; are &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;, &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/TimeDependentCollection&quot; class=&quot;cyc_term&quot;&gt;TimeDependentCollection&lt;/a&gt;, and &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;.</rdfs:comment>
    <cycAnnot:label xml:lang="en">Collection</cycAnnot:label>
  </owl:Class>

  <owl:Class rdf:about="HLPredicate">
    <rdfs:comment xml:lang="en">&lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/HLPredicate&quot; class=&quot;cyc_term&quot;&gt;HLPredicate&lt;/a&gt; is the collection of all Cyc predicates which have special HL support.</rdfs:comment>
    <rdfs:label xml:lang="en">HL predicate</rdfs:label>
    <cycAnnot:label xml:lang="en">HLPredicate</cycAnnot:label>
  </owl:Class>

  <owl:Class rdf:about="VocabularyDefiningPredicate">
    <rdfs:label xml:lang="en">vocabulary defining predicate</rdfs:label>
    <cycAnnot:label xml:lang="en">VocabularyDefiningPredicate</cycAnnot:label>
    <rdfs:comment xml:lang="en">The collection of all &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/Predicate&quot; class=&quot;cyc_term&quot;&gt;Predicate&lt;/a&gt;s that are considered sufficiently ``definitional&apos;&apos; for a term for assertions using such &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/VocabularyDefiningPredicate&quot; class=&quot;cyc_term&quot;&gt;VocabularyDefiningPredicate&lt;/a&gt;s to be stated in a &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/definingMt&quot; class=&quot;cyc_term&quot;&gt;definingMt&lt;/a&gt; &lt;a href=&quot;http://sw.opencyc.org/2008/06/10/concept/en/VocabularyMicrotheory&quot; class=&quot;cyc_term&quot;&gt;VocabularyMicrotheory&lt;/a&gt;.</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:about="SagemanProfileTerm">
    <cycAnnot:label xml:lang="en">SagemanProfileTerm</cycAnnot:label>
    <rdfs:label xml:lang="en">sageman profile term</rdfs:label>
  </owl:Class>

</rdf:RDF>
