<?xml version="1.0"?>
<rdf:RDF
    xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
    xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
    xmlns="http://swrl.stanford.edu/ontologies/3.3/swrla.owl#"
    xmlns:swrl="http://www.w3.org/2003/11/swrl#"
    xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
  xml:base="http://swrl.stanford.edu/ontologies/3.3/swrla.owl">
  <owl:Ontology rdf:about=""/>
  <owl:Class rdf:ID="Entity"/>
  <owl:Class rdf:ID="RuleGroup">
    <rdfs:subClassOf rdf:resource="#Entity"/>
  </owl:Class>
  <owl:ObjectProperty rdf:ID="hasRuleGroup">
    <rdfs:range rdf:resource="#RuleGroup"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
    <rdfs:domain rdf:resource="http://www.w3.org/2003/11/swrl#Imp"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="hasRuleCategory">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasBuiltInPhrase">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="isRuleEnabled">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
    <rdfs:domain rdf:resource="http://www.w3.org/2003/11/swrl#Imp"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="isRuleGroupEnabled">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:domain rdf:resource="#RuleGroup"/>
  </owl:DatatypeProperty>
  <owl:FunctionalProperty rdf:ID="hasPropertyPhrase">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasClassPhrase">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
  <rdf:Description rdf:about="http://www.w3.org/2003/11/swrlb#lessThan">
    <hasBuiltInPhrase rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IS LESS THAN</hasBuiltInPhrase>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.w3.org/2003/11/swrlb#lessThanOrEqual">
    <hasBuiltInPhrase rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IS LESS THAN OR EQUAL TO</hasBuiltInPhrase>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.w3.org/2003/11/swrlb#divide">
    <hasBuiltInPhrase rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IS DIVISION OF</hasBuiltInPhrase>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.w3.org/2003/11/swrlb#subtract">
    <hasBuiltInPhrase rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IS SUBTRACTION OF</hasBuiltInPhrase>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.w3.org/2003/11/swrlb#equal">
    <hasBuiltInPhrase rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IS EQUAL TO</hasBuiltInPhrase>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.w3.org/2003/11/swrlb#multiply">
    <hasBuiltInPhrase rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IS MULTIPLICATION OF</hasBuiltInPhrase>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.w3.org/2003/11/swrlb#greaterThanOrEqual">
    <hasBuiltInPhrase rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IS GREATER THAN OR EQUAL TO</hasBuiltInPhrase>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.w3.org/2003/11/swrlb#add">
    <hasBuiltInPhrase rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IS SUMMATION OF</hasBuiltInPhrase>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.w3.org/2003/11/swrlb#greaterThan">
    <hasBuiltInPhrase rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IS GREATER THAN</hasBuiltInPhrase>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.w3.org/2003/11/swrlb#notEqual">
    <hasBuiltInPhrase rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IS NOT EQUAL TO</hasBuiltInPhrase>
  </rdf:Description>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.4, Build 533)  http://protege.stanford.edu -->
