Author: anuzzolese
Date: Wed Mar 28 15:00:06 2012
New Revision: 1306390
URL: http://svn.apache.org/viewvc?rev=1306390&view=rev
Log:
[STANBOL-560] Implemented the changes provided by the API of rules.
Added:
incubator/stanbol/trunk/rules/manager/RuleConf/recipe_index.txt
incubator/stanbol/trunk/rules/manager/demo/
incubator/stanbol/trunk/rules/manager/demo/Food.owl
incubator/stanbol/trunk/rules/manager/demo/Menu.owl
incubator/stanbol/trunk/rules/manager/demo/classifyFood.owl
incubator/stanbol/trunk/rules/manager/demo/classifyFood2.owl
incubator/stanbol/trunk/rules/manager/demo/enrichFood.owl
incubator/stanbol/trunk/rules/manager/demo/enrichFood2.owl
incubator/stanbol/trunk/rules/manager/demo/recipe.txt
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/ClerezzaRuleStore.java
- copied, changed from r1303472,
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/changes/RuleStoreImpl.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/RecipeImpl.java
- copied, changed from r1303472,
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/changes/RecipeImpl.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/RecipeRule.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/DivisionAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/ExpressionAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/GreaterEqualThanAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/IObjectAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/LessEqualThanAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/MultiplicationAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/NewIRIAtom.java
- copied, changed from r1297003,
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/NewNodeAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/NewLiteralAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/NumericVariableAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/RuleAtomCallExeption.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/StringVariableAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/parse/RuleParserImplConstants.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/parse/RuleParserImplTokenManager.java
Removed:
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/JenaClauseEntryImpl.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/JenaVariableMapImpl.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/RuleContainer.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/RuleParser.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/SPARQLComparison.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/SPARQLFunction.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/SPARQLNot.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/SPARQLTriple.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/NewNodeAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/SPARQLConstructAtomAbstract.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/SPARQLDeleteAtomAbstract.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/SPARQLDeleteDataAtomAbstract.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/SPARQLcAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/SPARQLdAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/SPARQLddAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/changes/RecipeImpl.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/changes/RemoveRule.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/changes/RuleStoreImpl.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/parse/RuleParserConstants.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/parse/RuleParserTokenManager.java
incubator/stanbol/trunk/rules/manager/src/test/java/org/apache/stanbol/rules/manager/AddRecipeTest.java
incubator/stanbol/trunk/rules/manager/src/test/java/org/apache/stanbol/rules/manager/AddRuleTest.java
incubator/stanbol/trunk/rules/manager/src/test/java/org/apache/stanbol/rules/manager/GetRecipeTest.java
incubator/stanbol/trunk/rules/manager/src/test/java/org/apache/stanbol/rules/manager/GetRuleTest.java
incubator/stanbol/trunk/rules/manager/src/test/java/org/apache/stanbol/rules/manager/RemoveRecipeTest.java
incubator/stanbol/trunk/rules/manager/src/test/java/org/apache/stanbol/rules/manager/RemoveRuleTest.java
Modified:
incubator/stanbol/trunk/rules/manager/pom.xml
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/KB.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/RecipeDescriptor.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/RuleImpl.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/arqextention/Concat.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/arqextention/CreatePropertyURIStringFromLabel.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/arqextention/CreateStandardLabel.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/arqextention/CreateURI.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/AbstractRuleAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/BlankNodeAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/ClassAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/ComparisonAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/ConcatAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/CoreAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/CreateLabelAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/DatavaluedPropertyAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/DifferentAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/EndsWithAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/GreaterThanAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/IndividualPropertyAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/IsBlankAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/LengthAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/LessThanAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/LetAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/LocalNameAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/LowerCaseAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/NamespaceAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/NotAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/NumberAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/NumericFunctionAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/PropStringAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/ResourceAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/RuleBlankNode.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/SameAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/StartsWithAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/StrAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/StringAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/StringFunctionAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/SubstringAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/SubtractionAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/SumAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/TypedLiteralAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/UObjectAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/UnionAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/UpperCaseAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/atoms/VariableAtom.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/parse/ParseException.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/parse/RuleGrammar.jj
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/parse/RuleParserImpl.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/parse/SimpleCharStream.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/parse/Token.java
incubator/stanbol/trunk/rules/manager/src/main/java/org/apache/stanbol/rules/manager/parse/TokenMgrError.java
incubator/stanbol/trunk/rules/manager/src/test/java/org/apache/stanbol/rules/manager/RuleStoreTest.java
incubator/stanbol/trunk/rules/manager/src/test/java/org/apache/stanbol/rules/manager/atoms/AtomTest.java
incubator/stanbol/trunk/rules/manager/src/test/java/org/apache/stanbol/rules/manager/atoms/ClassAtomTest.java
incubator/stanbol/trunk/rules/manager/src/test/java/org/apache/stanbol/rules/manager/atoms/DatavaluedPropertyAtomTest.java
incubator/stanbol/trunk/rules/manager/src/test/java/org/apache/stanbol/rules/manager/atoms/GreaterThanAtomTest.java
incubator/stanbol/trunk/rules/manager/src/test/java/org/apache/stanbol/rules/manager/atoms/IndividualPropertyAtomTest.java
incubator/stanbol/trunk/rules/manager/src/test/java/org/apache/stanbol/rules/manager/atoms/LessThanAtomTest.java
incubator/stanbol/trunk/rules/manager/src/test/java/org/apache/stanbol/rules/manager/parse/RuleParserTest.java
Added: incubator/stanbol/trunk/rules/manager/RuleConf/recipe_index.txt
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/manager/RuleConf/recipe_index.txt?rev=1306390&view=auto
==============================================================================
(empty)
Added: incubator/stanbol/trunk/rules/manager/demo/Food.owl
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/manager/demo/Food.owl?rev=1306390&view=auto
==============================================================================
--- incubator/stanbol/trunk/rules/manager/demo/Food.owl (added)
+++ incubator/stanbol/trunk/rules/manager/demo/Food.owl Wed Mar 28 15:00:06 2012
@@ -0,0 +1,75 @@
+<?xml version="1.0"?>
+
+
+<!DOCTYPE rdf:RDF [
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
+ <!ENTITY food "http://www.semanticweb.org/Food.owl#" >
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
+]>
+
+
+<rdf:RDF xmlns="http://www.semanticweb.org/Food.owl#"
+ xml:base="http://www.semanticweb.org/Food.owl"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:food="http://www.semanticweb.org/Food.owl#"
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <owl:Ontology rdf:about="http://www.semanticweb.org/Food.owl"/>
+
+
+
+ <!--
+
///////////////////////////////////////////////////////////////////////////////////////
+ //
+ // Annotation properties
+ //
+
///////////////////////////////////////////////////////////////////////////////////////
+ -->
+
+
+
+
+ <!--
+
///////////////////////////////////////////////////////////////////////////////////////
+ //
+ // Datatypes
+ //
+
///////////////////////////////////////////////////////////////////////////////////////
+ -->
+
+
+
+
+ <!--
+
///////////////////////////////////////////////////////////////////////////////////////
+ //
+ // Classes
+ //
+
///////////////////////////////////////////////////////////////////////////////////////
+ -->
+
+
+
+
+ <!-- http://www.semanticweb.org/Food.owl#Food -->
+
+ <owl:Class rdf:about="&food;Food">
+ <rdfs:label xml:lang="it">Food</rdfs:label>
+ </owl:Class>
+
+
+
+ <!-- http://www.semanticweb.org/Food.owl#Pizza -->
+
+ <owl:Class rdf:about="&food;Pizza">
+ <rdfs:label xml:lang="it">Pizza</rdfs:label>
+ </owl:Class>
+</rdf:RDF>
+
+
+
+<!-- Generated by the OWL API (version 3.2.3.1799)
http://owlapi.sourceforge.net -->
+
Added: incubator/stanbol/trunk/rules/manager/demo/Menu.owl
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/manager/demo/Menu.owl?rev=1306390&view=auto
==============================================================================
--- incubator/stanbol/trunk/rules/manager/demo/Menu.owl (added)
+++ incubator/stanbol/trunk/rules/manager/demo/Menu.owl Wed Mar 28 15:00:06 2012
@@ -0,0 +1,87 @@
+<?xml version="1.0"?>
+
+
+<!DOCTYPE rdf:RDF [
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
+ <!ENTITY food "http://www.semanticweb.org/Food.owl#" >
+ <!ENTITY xml "http://www.w3.org/XML/1998/namespace" >
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
+]>
+
+
+<rdf:RDF xmlns="http://www.semanticweb.org/Menu.owl#"
+ xml:base="http://www.semanticweb.org/Menu.owl"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:food="http://www.semanticweb.org/Food.owl#"
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:xml="http://www.w3.org/XML/1998/namespace">
+ <owl:Ontology rdf:about="http://www.semanticweb.org/Menu.owl"/>
+
+
+
+ <!--
+
///////////////////////////////////////////////////////////////////////////////////////
+ //
+ // Annotation properties
+ //
+
///////////////////////////////////////////////////////////////////////////////////////
+ -->
+
+
+
+
+ <!--
+
///////////////////////////////////////////////////////////////////////////////////////
+ //
+ // Datatypes
+ //
+
///////////////////////////////////////////////////////////////////////////////////////
+ -->
+
+
+
+
+ <!--
+
///////////////////////////////////////////////////////////////////////////////////////
+ //
+ // Classes
+ //
+
///////////////////////////////////////////////////////////////////////////////////////
+ -->
+
+
+
+
+ <!-- http://www.semanticweb.org/Food.owl#Pizza -->
+
+ <owl:Class rdf:about="&food;Pizza"/>
+
+
+
+ <!--
+
///////////////////////////////////////////////////////////////////////////////////////
+ //
+ // Individuals
+ //
+
///////////////////////////////////////////////////////////////////////////////////////
+ -->
+
+
+
+
+ <!-- http://www.semanticweb.org/Menu.owl#margherita -->
+
+ <owl:NamedIndividual
rdf:about="http://www.semanticweb.org/Menu.owl#margherita">
+ <rdf:type rdf:resource="&food;Pizza"/>
+ <rdfs:label xml:lang="it">margherita</rdfs:label>
+ </owl:NamedIndividual>
+</rdf:RDF>
+
+
+
+<!-- Generated by the OWL API (version 3.2.3.1799)
http://owlapi.sourceforge.net -->
+
Added: incubator/stanbol/trunk/rules/manager/demo/classifyFood.owl
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/manager/demo/classifyFood.owl?rev=1306390&view=auto
==============================================================================
--- incubator/stanbol/trunk/rules/manager/demo/classifyFood.owl (added)
+++ incubator/stanbol/trunk/rules/manager/demo/classifyFood.owl Wed Mar 28
15:00:06 2012
@@ -0,0 +1,448 @@
+<rdf:RDF
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
+ xmlns:j.0="http://www.semanticweb.org/Food.owl#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" >
+ <rdf:Description
rdf:about="http://www.w3.org/2001/XMLSchema#positiveInteger">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#List">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#float">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#double">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ </rdf:Description>
+ <rdf:Description
rdf:about="http://www.w3.org/2002/07/owl#backwardCompatibleWith">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#unsignedLong">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#unsignedByte">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#long">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description
rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#first">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#label">
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#hexBinary">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#Restriction">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#Literal">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description
rdf:about="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#time">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#DatatypeProperty">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#Property">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#gYearMonth">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#equivalentClass">
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#incompatibleWith">
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.semanticweb.org/Food.owl#Pizza">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#comment">
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description
rdf:about="http://www.w3.org/2001/XMLSchema#nonPositiveInteger">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.semanticweb.org/Menu.owl#margherita">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
+ <rdf:type rdf:resource="http://www.semanticweb.org/Food.owl#Pizza"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#onProperty">
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description
rdf:about="http://www.w3.org/2002/07/owl#equivalentProperty">
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#Datatype">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#decimal">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#rest">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#Container">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description
rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description
rdf:about="http://www.w3.org/2000/01/rdf-schema#isDefinedBy">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#seeAlso">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#byte">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#disjointWith">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#ObjectProperty">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ </rdf:Description>
+ <rdf:Description
rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#object">
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description
rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#string">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#gMonthDay">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#domain">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="reasoners:input-1324071650820">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.semanticweb.org/Food.owl#Food">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#Thing">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#OntologyProperty">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description
rdf:about="http://www.w3.org/2002/07/owl#TransitiveProperty">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#int">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ </rdf:Description>
+ <rdf:Description
rdf:about="http://www.w3.org/2002/07/owl#FunctionalProperty">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description
rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#subject">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#Ontology">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#gMonth">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#unsignedShort">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description
rdf:about="http://www.w3.org/2002/07/owl#AnnotationProperty">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#range">
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#differentFrom">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+ </rdf:Description>
+ <rdf:Description
rdf:about="http://www.w3.org/2000/01/rdf-schema#subPropertyOf">
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#gYear">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#oneOf">
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#subClassOf">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description
rdf:about="http://www.w3.org/2002/07/owl#InverseFunctionalProperty">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#type">
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description
rdf:about="http://www.w3.org/2001/XMLSchema#negativeInteger">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#unsignedInt">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#Nothing">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#short">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#dateTime">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#priorVersion">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#duration">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#gDay">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#Class">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#Class">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ </rdf:Description>
+ <rdf:Description
rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#intersectionOf">
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#SymmetricProperty">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#base64Binary">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#anyURI">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#date">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#imports">
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#OntologyProperty"/>
+ </rdf:Description>
+ <rdf:Description
rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#versionInfo">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#NamedIndividual">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description
rdf:about="http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty">
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#boolean">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#sameAs">
+ <rdf:type
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#integer">
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
+ </rdf:Description>
+</rdf:RDF>
Added: incubator/stanbol/trunk/rules/manager/demo/classifyFood2.owl
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/manager/demo/classifyFood2.owl?rev=1306390&view=auto
==============================================================================
--- incubator/stanbol/trunk/rules/manager/demo/classifyFood2.owl (added)
+++ incubator/stanbol/trunk/rules/manager/demo/classifyFood2.owl Wed Mar 28
15:00:06 2012
@@ -0,0 +1,63 @@
+<?xml version="1.0"?>
+<rdf:RDF xmlns="http://www.w3.org/2002/07/owl#"
+ xml:base="http://www.w3.org/2002/07/owl"
+ xmlns:Menu="http://www.semanticweb.org/Menu.owl#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:Food="http://www.semanticweb.org/Food.owl#"
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+
+
+ <!--
+
///////////////////////////////////////////////////////////////////////////////////////
+ //
+ // Classes
+ //
+
///////////////////////////////////////////////////////////////////////////////////////
+ -->
+
+
+
+
+ <!-- http://www.semanticweb.org/Food.owl#Food -->
+
+ <Class rdf:about="http://www.semanticweb.org/Food.owl#Food">
+ <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
+ </Class>
+
+
+
+ <!-- http://www.semanticweb.org/Food.owl#Pizza -->
+
+ <Class rdf:about="http://www.semanticweb.org/Food.owl#Pizza">
+ <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
+ </Class>
+
+
+
+ <!--
+
///////////////////////////////////////////////////////////////////////////////////////
+ //
+ // Individuals
+ //
+
///////////////////////////////////////////////////////////////////////////////////////
+ -->
+
+
+
+
+ <!-- http://www.semanticweb.org/Menu.owl#margherita -->
+
+ <Thing rdf:about="http://www.semanticweb.org/Menu.owl#margherita">
+ <rdf:type rdf:resource="http://www.semanticweb.org/Food.owl#Food"/>
+ <rdf:type rdf:resource="http://www.semanticweb.org/Food.owl#Pizza"/>
+ <rdf:type
rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
+ </Thing>
+</rdf:RDF>
+
+
+
+<!-- Generated by the OWL API (version [Not Released])
http://owlapi.sourceforge.net -->
+