You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by al...@apache.org on 2012/08/15 17:08:49 UTC

svn commit: r1373449 [2/3] - in /incubator/stanbol/trunk: commons/owl/ commons/owl/src/main/java/org/apache/stanbol/commons/owl/ commons/owl/src/main/java/org/apache/stanbol/commons/owl/util/ commons/owl/src/test/java/org/apache/stanbol/commons/owl/tra...

Added: incubator/stanbol/trunk/commons/owl/src/test/resources/owl/named.owl
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/owl/src/test/resources/owl/named.owl?rev=1373449&view=auto
==============================================================================
--- incubator/stanbol/trunk/commons/owl/src/test/resources/owl/named.owl (added)
+++ incubator/stanbol/trunk/commons/owl/src/test/resources/owl/named.owl Wed Aug 15 15:08:48 2012
@@ -0,0 +1,359 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!DOCTYPE rdf:RDF [
+    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
+    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
+    <!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://stanbol.apache.org/ontologies/test1.owl#"
+     xml:base="http://stanbol.apache.org/ontologies/test1.owl"
+     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+     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#">
+
+
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Annotation properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    <owl:AnnotationProperty rdf:about="&rdfs;label"/>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Datatypes
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Object Properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+ 
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#aboutFiction -->
+
+    <owl:ObjectProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#aboutFiction">
+        <rdfs:label xml:lang="en">aboutFiction</rdfs:label>
+        <rdfs:range rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#ComicWhale"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#friend -->
+
+    <owl:ObjectProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#friend">
+        <rdf:type rdf:resource="&owl;SymmetricProperty"/>
+        <rdfs:label xml:lang="en">friend</rdfs:label>
+        <rdfs:subPropertyOf rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#knows"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#knows -->
+
+    <owl:ObjectProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#knows">
+        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
+        <rdfs:label xml:lang="en">knows</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#livesIn -->
+
+    <owl:ObjectProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#livesIn">
+        <rdfs:label xml:lang="en">livesIn</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#sellsTo -->
+
+    <owl:ObjectProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#sellsTo">
+        <rdfs:label xml:lang="en">sells to</rdfs:label>
+        <rdfs:label xml:lang="it">vende a</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/2002/07/owl#topObjectProperty -->
+
+    <owl:ObjectProperty rdf:about="&owl;topObjectProperty"/>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Data properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#longInMeters -->
+
+    <owl:DatatypeProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#longInMeters">
+        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdfs:label xml:lang="en">longInMeters</rdfs:label>
+        <rdfs:range rdf:resource="&xsd;int"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Classes
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#AquaticMammal -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#AquaticMammal">
+        <rdfs:label>AquaticMammal</rdfs:label>
+        <owl:equivalentClass>
+            <owl:Class>
+                <owl:intersectionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism"/>
+                    <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Mammal"/>
+                </owl:intersectionOf>
+            </owl:Class>
+        </owl:equivalentClass>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism">
+        <rdfs:label>AquaticOrganism</rdfs:label>
+        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#ComicWhale -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#ComicWhale">
+        <rdfs:label xml:lang="en">Comic whale</rdfs:label>
+        <owl:equivalentClass>
+            <owl:Class>
+                <owl:oneOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Porpy"/>
+                    <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#MobyDick"/>
+                </owl:oneOf>
+            </owl:Class>
+        </owl:equivalentClass>
+        <rdfs:subClassOf rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Whale"/>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Crustacean -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Crustacean">
+        <rdfs:label>Crustacean</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Fish -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Fish">
+        <rdfs:label>Fish</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Institution -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Institution"/>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Mammal -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Mammal">
+        <rdfs:label>Mammal</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Whale -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Whale">
+        <rdfs:label>Whale</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#AquaticMammal"/>
+    </owl:Class>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Individuals
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#ACME -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#ACME">
+        <sellsTo rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Wile"/>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#BalenaBianca -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#BalenaBianca">
+        <rdf:type rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#AquaticMammal"/>
+        <rdfs:label xml:lang="en">BalenaBianca</rdfs:label>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#MobyDick -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#MobyDick">
+        <rdf:type rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism"/>
+        <rdf:type rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Mammal"/>
+        <rdfs:label>MobyDick</rdfs:label>
+        <longInMeters rdf:datatype="&xsd;nonNegativeInteger">23</longInMeters>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#MobyDickTheNovel -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#MobyDickTheNovel">
+        <rdfs:label xml:lang="en">MelvilleNovel</rdfs:label>
+        <aboutFiction rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#BalenaBianca"/>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Porpy -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Porpy">
+        <rdf:type rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism"/>
+        <rdfs:label>Porpy</rdfs:label>
+        <knows rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#MobyDick"/>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Snorky -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Snorky">
+        <rdf:type rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Crustacean"/>
+        <rdfs:label xml:lang="en">Snorky</rdfs:label>
+        <friend rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#BalenaBianca"/>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Wile -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Wile">
+        <knows rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Porpy"/>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // General axioms
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    <owl:Class>
+        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
+        <owl:intersectionOf rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism"/>
+            <owl:Class>
+                <owl:complementOf rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Fish"/>
+            </owl:Class>
+        </owl:intersectionOf>
+    </owl:Class>
+    <rdf:Description>
+        <rdf:type rdf:resource="&owl;AllDifferent"/>
+        <owl:distinctMembers rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#BalenaBianca"/>
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Porpy"/>
+        </owl:distinctMembers>
+    </rdf:Description>
+    <owl:Class>
+        <rdfs:subClassOf rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism"/>
+        <owl:unionOf rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#AquaticMammal"/>
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Crustacean"/>
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Fish"/>
+        </owl:unionOf>
+    </owl:Class>
+    
+    <owl:Ontology rdf:about="http://stanbol.apache.org/ontologies/test">
+		<owl:versionInfo xml:lang="en">Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
+		</owl:versionInfo>
+		<rdfs:comment>A dummy model whose only purpose if to test the presence of its members.</rdfs:comment>
+    </owl:Ontology>
+    
+</rdf:RDF>
+
+
+
+<!-- Generated by the OWL API (version 3.2.2.1785) http://owlapi.sourceforge.net -->
+

Added: incubator/stanbol/trunk/commons/owl/src/test/resources/owl/named_immediate.owl
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/owl/src/test/resources/owl/named_immediate.owl?rev=1373449&view=auto
==============================================================================
--- incubator/stanbol/trunk/commons/owl/src/test/resources/owl/named_immediate.owl (added)
+++ incubator/stanbol/trunk/commons/owl/src/test/resources/owl/named_immediate.owl Wed Aug 15 15:08:48 2012
@@ -0,0 +1,358 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!DOCTYPE rdf:RDF [
+    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
+    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
+    <!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://stanbol.apache.org/ontologies/test1.owl#"
+     xml:base="http://stanbol.apache.org/ontologies/test1.owl"
+     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+     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://stanbol.apache.org/ontologies/test">
+		<owl:versionInfo xml:lang="en">Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
+		</owl:versionInfo>
+		<rdfs:comment>A dummy model whose only purpose if to test the presence of its members.</rdfs:comment>
+    </owl:Ontology>
+    
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Annotation properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    <owl:AnnotationProperty rdf:about="&rdfs;label"/>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Datatypes
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Object Properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+ 
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#aboutFiction -->
+
+    <owl:ObjectProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#aboutFiction">
+        <rdfs:label xml:lang="en">aboutFiction</rdfs:label>
+        <rdfs:range rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#ComicWhale"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#friend -->
+
+    <owl:ObjectProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#friend">
+        <rdf:type rdf:resource="&owl;SymmetricProperty"/>
+        <rdfs:label xml:lang="en">friend</rdfs:label>
+        <rdfs:subPropertyOf rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#knows"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#knows -->
+
+    <owl:ObjectProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#knows">
+        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
+        <rdfs:label xml:lang="en">knows</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#livesIn -->
+
+    <owl:ObjectProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#livesIn">
+        <rdfs:label xml:lang="en">livesIn</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#sellsTo -->
+
+    <owl:ObjectProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#sellsTo">
+        <rdfs:label xml:lang="en">sells to</rdfs:label>
+        <rdfs:label xml:lang="it">vende a</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/2002/07/owl#topObjectProperty -->
+
+    <owl:ObjectProperty rdf:about="&owl;topObjectProperty"/>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Data properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#longInMeters -->
+
+    <owl:DatatypeProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#longInMeters">
+        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdfs:label xml:lang="en">longInMeters</rdfs:label>
+        <rdfs:range rdf:resource="&xsd;int"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Classes
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#AquaticMammal -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#AquaticMammal">
+        <rdfs:label>AquaticMammal</rdfs:label>
+        <owl:equivalentClass>
+            <owl:Class>
+                <owl:intersectionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism"/>
+                    <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Mammal"/>
+                </owl:intersectionOf>
+            </owl:Class>
+        </owl:equivalentClass>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism">
+        <rdfs:label>AquaticOrganism</rdfs:label>
+        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#ComicWhale -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#ComicWhale">
+        <rdfs:label xml:lang="en">Comic whale</rdfs:label>
+        <owl:equivalentClass>
+            <owl:Class>
+                <owl:oneOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Porpy"/>
+                    <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#MobyDick"/>
+                </owl:oneOf>
+            </owl:Class>
+        </owl:equivalentClass>
+        <rdfs:subClassOf rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Whale"/>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Crustacean -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Crustacean">
+        <rdfs:label>Crustacean</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Fish -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Fish">
+        <rdfs:label>Fish</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Institution -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Institution"/>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Mammal -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Mammal">
+        <rdfs:label>Mammal</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Whale -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Whale">
+        <rdfs:label>Whale</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#AquaticMammal"/>
+    </owl:Class>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Individuals
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#ACME -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#ACME">
+        <sellsTo rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Wile"/>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#BalenaBianca -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#BalenaBianca">
+        <rdf:type rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#AquaticMammal"/>
+        <rdfs:label xml:lang="en">BalenaBianca</rdfs:label>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#MobyDick -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#MobyDick">
+        <rdf:type rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism"/>
+        <rdf:type rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Mammal"/>
+        <rdfs:label>MobyDick</rdfs:label>
+        <longInMeters rdf:datatype="&xsd;nonNegativeInteger">23</longInMeters>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#MobyDickTheNovel -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#MobyDickTheNovel">
+        <rdfs:label xml:lang="en">MelvilleNovel</rdfs:label>
+        <aboutFiction rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#BalenaBianca"/>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Porpy -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Porpy">
+        <rdf:type rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism"/>
+        <rdfs:label>Porpy</rdfs:label>
+        <knows rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#MobyDick"/>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Snorky -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Snorky">
+        <rdf:type rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Crustacean"/>
+        <rdfs:label xml:lang="en">Snorky</rdfs:label>
+        <friend rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#BalenaBianca"/>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Wile -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Wile">
+        <knows rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Porpy"/>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // General axioms
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    <owl:Class>
+        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
+        <owl:intersectionOf rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism"/>
+            <owl:Class>
+                <owl:complementOf rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Fish"/>
+            </owl:Class>
+        </owl:intersectionOf>
+    </owl:Class>
+    <rdf:Description>
+        <rdf:type rdf:resource="&owl;AllDifferent"/>
+        <owl:distinctMembers rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#BalenaBianca"/>
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Porpy"/>
+        </owl:distinctMembers>
+    </rdf:Description>
+    <owl:Class>
+        <rdfs:subClassOf rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism"/>
+        <owl:unionOf rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#AquaticMammal"/>
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Crustacean"/>
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Fish"/>
+        </owl:unionOf>
+    </owl:Class>
+    
+</rdf:RDF>
+
+
+
+<!-- Generated by the OWL API (version 3.2.2.1785) http://owlapi.sourceforge.net -->
+

Added: incubator/stanbol/trunk/commons/owl/src/test/resources/owl/versioned.owl
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/owl/src/test/resources/owl/versioned.owl?rev=1373449&view=auto
==============================================================================
--- incubator/stanbol/trunk/commons/owl/src/test/resources/owl/versioned.owl (added)
+++ incubator/stanbol/trunk/commons/owl/src/test/resources/owl/versioned.owl Wed Aug 15 15:08:48 2012
@@ -0,0 +1,360 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!DOCTYPE rdf:RDF [
+    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
+    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
+    <!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://stanbol.apache.org/ontologies/test#"
+     xml:base="http://stanbol.apache.org/ontologies/test"
+     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+     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#">
+
+
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Annotation properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    <owl:AnnotationProperty rdf:about="&rdfs;label"/>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Datatypes
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Object Properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+ 
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#aboutFiction -->
+
+    <owl:ObjectProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#aboutFiction">
+        <rdfs:label xml:lang="en">aboutFiction</rdfs:label>
+        <rdfs:range rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#ComicWhale"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#friend -->
+
+    <owl:ObjectProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#friend">
+        <rdf:type rdf:resource="&owl;SymmetricProperty"/>
+        <rdfs:label xml:lang="en">friend</rdfs:label>
+        <rdfs:subPropertyOf rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#knows"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#knows -->
+
+    <owl:ObjectProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#knows">
+        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
+        <rdfs:label xml:lang="en">knows</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#livesIn -->
+
+    <owl:ObjectProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#livesIn">
+        <rdfs:label xml:lang="en">livesIn</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#sellsTo -->
+
+    <owl:ObjectProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#sellsTo">
+        <rdfs:label xml:lang="en">sells to</rdfs:label>
+        <rdfs:label xml:lang="it">vende a</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/2002/07/owl#topObjectProperty -->
+
+    <owl:ObjectProperty rdf:about="&owl;topObjectProperty"/>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Data properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#longInMeters -->
+
+    <owl:DatatypeProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#longInMeters">
+        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdfs:label xml:lang="en">longInMeters</rdfs:label>
+        <rdfs:range rdf:resource="&xsd;int"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Classes
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#AquaticMammal -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#AquaticMammal">
+        <rdfs:label>AquaticMammal</rdfs:label>
+        <owl:equivalentClass>
+            <owl:Class>
+                <owl:intersectionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism"/>
+                    <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Mammal"/>
+                </owl:intersectionOf>
+            </owl:Class>
+        </owl:equivalentClass>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism">
+        <rdfs:label>AquaticOrganism</rdfs:label>
+        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#ComicWhale -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#ComicWhale">
+        <rdfs:label xml:lang="en">Comic whale</rdfs:label>
+        <owl:equivalentClass>
+            <owl:Class>
+                <owl:oneOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Porpy"/>
+                    <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#MobyDick"/>
+                </owl:oneOf>
+            </owl:Class>
+        </owl:equivalentClass>
+        <rdfs:subClassOf rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Whale"/>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Crustacean -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Crustacean">
+        <rdfs:label>Crustacean</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Fish -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Fish">
+        <rdfs:label>Fish</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Institution -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Institution"/>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Mammal -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Mammal">
+        <rdfs:label>Mammal</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Whale -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Whale">
+        <rdfs:label>Whale</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#AquaticMammal"/>
+    </owl:Class>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Individuals
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#ACME -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#ACME">
+        <sellsTo rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Wile"/>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#BalenaBianca -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#BalenaBianca">
+        <rdf:type rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#AquaticMammal"/>
+        <rdfs:label xml:lang="en">BalenaBianca</rdfs:label>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#MobyDick -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#MobyDick">
+        <rdf:type rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism"/>
+        <rdf:type rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Mammal"/>
+        <rdfs:label>MobyDick</rdfs:label>
+        <longInMeters rdf:datatype="&xsd;nonNegativeInteger">23</longInMeters>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#MobyDickTheNovel -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#MobyDickTheNovel">
+        <rdfs:label xml:lang="en">MelvilleNovel</rdfs:label>
+        <aboutFiction rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#BalenaBianca"/>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Porpy -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Porpy">
+        <rdf:type rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism"/>
+        <rdfs:label>Porpy</rdfs:label>
+        <knows rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#MobyDick"/>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Snorky -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Snorky">
+        <rdf:type rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Crustacean"/>
+        <rdfs:label xml:lang="en">Snorky</rdfs:label>
+        <friend rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#BalenaBianca"/>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Wile -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Wile">
+        <knows rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Porpy"/>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // General axioms
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    <owl:Class>
+        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
+        <owl:intersectionOf rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism"/>
+            <owl:Class>
+                <owl:complementOf rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Fish"/>
+            </owl:Class>
+        </owl:intersectionOf>
+    </owl:Class>
+    <rdf:Description>
+        <rdf:type rdf:resource="&owl;AllDifferent"/>
+        <owl:distinctMembers rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#BalenaBianca"/>
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Porpy"/>
+        </owl:distinctMembers>
+    </rdf:Description>
+    <owl:Class>
+        <rdfs:subClassOf rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism"/>
+        <owl:unionOf rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#AquaticMammal"/>
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Crustacean"/>
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Fish"/>
+        </owl:unionOf>
+    </owl:Class>
+    
+    <owl:Ontology rdf:about="http://stanbol.apache.org/ontologies/test">
+		<owl:versionInfo xml:lang="en">Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
+		</owl:versionInfo>
+        <owl:versionIRI rdf:resource="http://svn.apache.org/repos/asf/incubator/stanbol/trunk/commons/owl/src/test/resources/owl/versioned.owl"/>
+		<rdfs:comment>A dummy model whose only purpose if to test the presence of its members.</rdfs:comment>
+    </owl:Ontology>
+    
+</rdf:RDF>
+
+
+
+<!-- Generated by the OWL API (version 3.2.2.1785) http://owlapi.sourceforge.net -->
+

Added: incubator/stanbol/trunk/commons/owl/src/test/resources/owl/versioned_distance-100-reversed.owl
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/owl/src/test/resources/owl/versioned_distance-100-reversed.owl?rev=1373449&view=auto
==============================================================================
--- incubator/stanbol/trunk/commons/owl/src/test/resources/owl/versioned_distance-100-reversed.owl (added)
+++ incubator/stanbol/trunk/commons/owl/src/test/resources/owl/versioned_distance-100-reversed.owl Wed Aug 15 15:08:48 2012
@@ -0,0 +1,655 @@
+##############################################################################
+### Licensed to the Apache Software Foundation (ASF) under one or more
+### contributor license agreements.  See the NOTICE file distributed with
+### this work for additional information regarding copyright ownership.
+### The ASF licenses this file to You under the Apache License, Version 2.0
+### (the "License"); you may not use this file except in compliance with
+### the License.  You may obtain a copy of the License at
+###
+###    http://www.apache.org/licenses/LICENSE-2.0
+###
+### Unless required by applicable law or agreed to in writing, software
+### distributed under the License is distributed on an "AS IS" BASIS,
+### WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+### See the License for the specific language governing permissions and
+### limitations under the License.
+##############################################################################
+
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix : <http://stanbol.apache.org/ontologies/test#> .
+@prefix xml: <http://www.w3.org/XML/1998/namespace> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@base <http://stanbol.apache.org/ontologies/test> .
+
+<http://stanbol.apache.org/ontologies/test> 
+
+                                            owl:versionIRI <http://svn.apache.org/repos/asf/incubator/stanbol/trunk/commons/owl/src/test/resources/owl/versioned_distance-100-reversed.owl> ;
+                                            
+                                            owl:versionInfo """Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
+		"""@en .
+
+
+#################################################################
+#
+#    Annotation properties
+#
+#################################################################
+
+
+
+
+#################################################################
+#
+#    Individuals
+#
+#################################################################
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0001
+
+:Thing.0001 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0002
+
+:Thing.0002 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0003
+
+:Thing.0003 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0004
+
+:Thing.0004 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0005
+
+:Thing.0005 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0006
+
+:Thing.0006 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0007
+
+:Thing.0007 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0008
+
+:Thing.0008 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0009
+
+:Thing.0009 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0010
+
+:Thing.0010 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0011
+
+:Thing.0011 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0012
+
+:Thing.0012 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0013
+
+:Thing.0013 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0014
+
+:Thing.0014 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0015
+
+:Thing.0015 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0016
+
+:Thing.0016 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0017
+
+:Thing.0017 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0018
+
+:Thing.0018 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0019
+
+:Thing.0019 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0020
+
+:Thing.0020 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0021
+
+:Thing.0021 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0022
+
+:Thing.0022 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0023
+
+:Thing.0023 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0024
+
+:Thing.0024 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0025
+
+:Thing.0025 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0026
+
+:Thing.0026 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0027
+
+:Thing.0027 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0028
+
+:Thing.0028 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0029
+
+:Thing.0029 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0030
+
+:Thing.0030 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0031
+
+:Thing.0031 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0032
+
+:Thing.0032 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0033
+
+:Thing.0033 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0034
+
+:Thing.0034 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0035
+
+:Thing.0035 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0036
+
+:Thing.0036 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0037
+
+:Thing.0037 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0038
+
+:Thing.0038 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0039
+
+:Thing.0039 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0040
+
+:Thing.0040 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0041
+
+:Thing.0041 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0042
+
+:Thing.0042 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0043
+
+:Thing.0043 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0044
+
+:Thing.0044 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0045
+
+:Thing.0045 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0046
+
+:Thing.0046 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0047
+
+:Thing.0047 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0048
+
+:Thing.0048 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0049
+
+:Thing.0049 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0050
+
+:Thing.0050 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0051
+
+:Thing.0051 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0052
+
+:Thing.0052 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0053
+
+:Thing.0053 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0054
+
+:Thing.0054 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0055
+
+:Thing.0055 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0056
+
+:Thing.0056 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0057
+
+:Thing.0057 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0058
+
+:Thing.0058 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0059
+
+:Thing.0059 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0060
+
+:Thing.0060 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0061
+
+:Thing.0061 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0062
+
+:Thing.0062 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0063
+
+:Thing.0063 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0064
+
+:Thing.0064 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0065
+
+:Thing.0065 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0066
+
+:Thing.0066 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0067
+
+:Thing.0067 rdf:type owl:Thing .
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0068
+
+:Thing.0068 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0069
+
+:Thing.0069 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0070
+
+:Thing.0070 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0071
+
+:Thing.0071 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0072
+
+:Thing.0072 rdf:type owl:Thing .
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0073
+
+:Thing.0073 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0074
+
+:Thing.0074 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0075
+
+:Thing.0075 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0076
+
+:Thing.0076 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0077
+
+:Thing.0077 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0078
+
+:Thing.0078 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0079
+
+:Thing.0079 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0080
+
+:Thing.0080 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0081
+
+:Thing.0081 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0082
+
+:Thing.0082 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0083
+
+:Thing.0083 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0084
+
+:Thing.0084 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0085
+
+:Thing.0085 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0086
+
+:Thing.0086 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0087
+
+:Thing.0087 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0088
+
+:Thing.0088 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0089
+
+:Thing.0089 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0090
+
+:Thing.0090 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0091
+
+:Thing.0091 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0092
+
+:Thing.0092 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0093
+
+:Thing.0093 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0094
+
+:Thing.0094 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0095
+
+:Thing.0095 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0096
+
+:Thing.0096 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0097
+
+:Thing.0097 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0098
+
+:Thing.0098 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0099
+
+:Thing.0099 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0100
+
+:Thing.0100 rdf:type owl:Thing .
+
+
+<http://stanbol.apache.org/ontologies/test> rdf:type owl:Ontology .
+
+
+###  Generated by the OWL API (version 3.2.3.1824) http://owlapi.sourceforge.net
+

Added: incubator/stanbol/trunk/commons/owl/src/test/resources/owl/versioned_distance-100.owl
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/owl/src/test/resources/owl/versioned_distance-100.owl?rev=1373449&view=auto
==============================================================================
--- incubator/stanbol/trunk/commons/owl/src/test/resources/owl/versioned_distance-100.owl (added)
+++ incubator/stanbol/trunk/commons/owl/src/test/resources/owl/versioned_distance-100.owl Wed Aug 15 15:08:48 2012
@@ -0,0 +1,655 @@
+##############################################################################
+### Licensed to the Apache Software Foundation (ASF) under one or more
+### contributor license agreements.  See the NOTICE file distributed with
+### this work for additional information regarding copyright ownership.
+### The ASF licenses this file to You under the Apache License, Version 2.0
+### (the "License"); you may not use this file except in compliance with
+### the License.  You may obtain a copy of the License at
+###
+###    http://www.apache.org/licenses/LICENSE-2.0
+###
+### Unless required by applicable law or agreed to in writing, software
+### distributed under the License is distributed on an "AS IS" BASIS,
+### WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+### See the License for the specific language governing permissions and
+### limitations under the License.
+##############################################################################
+
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix : <http://stanbol.apache.org/ontologies/test#> .
+@prefix xml: <http://www.w3.org/XML/1998/namespace> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@base <http://stanbol.apache.org/ontologies/test> .
+
+<http://stanbol.apache.org/ontologies/test> rdf:type owl:Ontology ;
+                                            
+                                            owl:versionInfo """Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
+		"""@en .
+
+
+#################################################################
+#
+#    Annotation properties
+#
+#################################################################
+
+
+
+
+#################################################################
+#
+#    Individuals
+#
+#################################################################
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0001
+
+:Thing.0001 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0002
+
+:Thing.0002 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0003
+
+:Thing.0003 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0004
+
+:Thing.0004 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0005
+
+:Thing.0005 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0006
+
+:Thing.0006 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0007
+
+:Thing.0007 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0008
+
+:Thing.0008 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0009
+
+:Thing.0009 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0010
+
+:Thing.0010 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0011
+
+:Thing.0011 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0012
+
+:Thing.0012 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0013
+
+:Thing.0013 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0014
+
+:Thing.0014 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0015
+
+:Thing.0015 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0016
+
+:Thing.0016 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0017
+
+:Thing.0017 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0018
+
+:Thing.0018 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0019
+
+:Thing.0019 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0020
+
+:Thing.0020 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0021
+
+:Thing.0021 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0022
+
+:Thing.0022 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0023
+
+:Thing.0023 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0024
+
+:Thing.0024 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0025
+
+:Thing.0025 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0026
+
+:Thing.0026 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0027
+
+:Thing.0027 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0028
+
+:Thing.0028 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0029
+
+:Thing.0029 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0030
+
+:Thing.0030 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0031
+
+:Thing.0031 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0032
+
+:Thing.0032 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0033
+
+:Thing.0033 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0034
+
+:Thing.0034 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0035
+
+:Thing.0035 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0036
+
+:Thing.0036 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0037
+
+:Thing.0037 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0038
+
+:Thing.0038 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0039
+
+:Thing.0039 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0040
+
+:Thing.0040 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0041
+
+:Thing.0041 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0042
+
+:Thing.0042 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0043
+
+:Thing.0043 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0044
+
+:Thing.0044 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0045
+
+:Thing.0045 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0046
+
+:Thing.0046 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0047
+
+:Thing.0047 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0048
+
+:Thing.0048 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0049
+
+:Thing.0049 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0050
+
+:Thing.0050 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0051
+
+:Thing.0051 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0052
+
+:Thing.0052 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0053
+
+:Thing.0053 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0054
+
+:Thing.0054 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0055
+
+:Thing.0055 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0056
+
+:Thing.0056 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0057
+
+:Thing.0057 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0058
+
+:Thing.0058 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0059
+
+:Thing.0059 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0060
+
+:Thing.0060 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0061
+
+:Thing.0061 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0062
+
+:Thing.0062 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0063
+
+:Thing.0063 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0064
+
+:Thing.0064 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0065
+
+:Thing.0065 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0066
+
+:Thing.0066 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0067
+
+:Thing.0067 rdf:type owl:Thing .
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0068
+
+:Thing.0068 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0069
+
+:Thing.0069 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0070
+
+:Thing.0070 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0071
+
+:Thing.0071 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0072
+
+:Thing.0072 rdf:type owl:Thing .
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0073
+
+:Thing.0073 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0074
+
+:Thing.0074 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0075
+
+:Thing.0075 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0076
+
+:Thing.0076 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0077
+
+:Thing.0077 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0078
+
+:Thing.0078 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0079
+
+:Thing.0079 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0080
+
+:Thing.0080 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0081
+
+:Thing.0081 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0082
+
+:Thing.0082 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0083
+
+:Thing.0083 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0084
+
+:Thing.0084 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0085
+
+:Thing.0085 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0086
+
+:Thing.0086 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0087
+
+:Thing.0087 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0088
+
+:Thing.0088 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0089
+
+:Thing.0089 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0090
+
+:Thing.0090 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0091
+
+:Thing.0091 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0092
+
+:Thing.0092 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0093
+
+:Thing.0093 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0094
+
+:Thing.0094 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0095
+
+:Thing.0095 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0096
+
+:Thing.0096 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0097
+
+:Thing.0097 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0098
+
+:Thing.0098 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0099
+
+:Thing.0099 rdf:type owl:Thing .
+
+
+
+###  http://stanbol.apache.org/ontologies/test#Thing.0100
+
+:Thing.0100 rdf:type owl:Thing .
+
+
+<http://stanbol.apache.org/ontologies/test>
+                                            
+                                            owl:versionIRI <http://svn.apache.org/repos/asf/incubator/stanbol/trunk/commons/owl/src/test/resources/owl/versioned_distance-100.owl> .
+
+
+###  Generated by the OWL API (version 3.2.3.1824) http://owlapi.sourceforge.net
+

Added: incubator/stanbol/trunk/commons/owl/src/test/resources/owl/versioned_immediate.owl
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/owl/src/test/resources/owl/versioned_immediate.owl?rev=1373449&view=auto
==============================================================================
--- incubator/stanbol/trunk/commons/owl/src/test/resources/owl/versioned_immediate.owl (added)
+++ incubator/stanbol/trunk/commons/owl/src/test/resources/owl/versioned_immediate.owl Wed Aug 15 15:08:48 2012
@@ -0,0 +1,363 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!DOCTYPE rdf:RDF [
+    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
+    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
+    <!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://stanbol.apache.org/ontologies/test#"
+     xml:base="http://stanbol.apache.org/ontologies/test"
+     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+     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://stanbol.apache.org/ontologies/test">
+		<owl:versionInfo xml:lang="en">Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
+		</owl:versionInfo>
+        <owl:versionIRI rdf:resource="http://svn.apache.org/repos/asf/incubator/stanbol/trunk/commons/owl/src/test/resources/owl/versioned_immediate.owl"/>
+		<rdfs:comment>A dummy model whose only purpose if to test the presence of its members.</rdfs:comment>
+    </owl:Ontology>
+    
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Annotation properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    <owl:AnnotationProperty rdf:about="&rdfs;label"/>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Datatypes
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Object Properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+ 
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#aboutFiction -->
+
+    <owl:ObjectProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#aboutFiction">
+        <rdfs:label xml:lang="en">aboutFiction</rdfs:label>
+        <rdfs:range rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#ComicWhale"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#friend -->
+
+    <owl:ObjectProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#friend">
+        <rdf:type rdf:resource="&owl;SymmetricProperty"/>
+        <rdfs:label xml:lang="en">friend</rdfs:label>
+        <rdfs:subPropertyOf rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#knows"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#knows -->
+
+    <owl:ObjectProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#knows">
+        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
+        <rdfs:label xml:lang="en">knows</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#livesIn -->
+
+    <owl:ObjectProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#livesIn">
+        <rdfs:label xml:lang="en">livesIn</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#sellsTo -->
+
+    <owl:ObjectProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#sellsTo">
+        <rdfs:label xml:lang="en">sells to</rdfs:label>
+        <rdfs:label xml:lang="it">vende a</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/2002/07/owl#topObjectProperty -->
+
+    <owl:ObjectProperty rdf:about="&owl;topObjectProperty"/>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Data properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#longInMeters -->
+
+    <owl:DatatypeProperty rdf:about="http://stanbol.apache.org/ontologies/test1.owl#longInMeters">
+        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdfs:label xml:lang="en">longInMeters</rdfs:label>
+        <rdfs:range rdf:resource="&xsd;int"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Classes
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#AquaticMammal -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#AquaticMammal">
+        <rdfs:label>AquaticMammal</rdfs:label>
+        <owl:equivalentClass>
+            <owl:Class>
+                <owl:intersectionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism"/>
+                    <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Mammal"/>
+                </owl:intersectionOf>
+            </owl:Class>
+        </owl:equivalentClass>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism">
+        <rdfs:label>AquaticOrganism</rdfs:label>
+        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#ComicWhale -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#ComicWhale">
+        <rdfs:label xml:lang="en">Comic whale</rdfs:label>
+        <owl:equivalentClass>
+            <owl:Class>
+                <owl:oneOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Porpy"/>
+                    <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#MobyDick"/>
+                </owl:oneOf>
+            </owl:Class>
+        </owl:equivalentClass>
+        <rdfs:subClassOf rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Whale"/>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Crustacean -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Crustacean">
+        <rdfs:label>Crustacean</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Fish -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Fish">
+        <rdfs:label>Fish</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Institution -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Institution"/>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Mammal -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Mammal">
+        <rdfs:label>Mammal</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Whale -->
+
+    <owl:Class rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Whale">
+        <rdfs:label>Whale</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#AquaticMammal"/>
+    </owl:Class>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Individuals
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#ACME -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#ACME">
+        <sellsTo rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Wile"/>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#BalenaBianca -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#BalenaBianca">
+        <rdf:type rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#AquaticMammal"/>
+        <rdfs:label xml:lang="en">BalenaBianca</rdfs:label>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#MobyDick -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#MobyDick">
+        <rdf:type rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism"/>
+        <rdf:type rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Mammal"/>
+        <rdfs:label>MobyDick</rdfs:label>
+        <longInMeters rdf:datatype="&xsd;nonNegativeInteger">23</longInMeters>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#MobyDickTheNovel -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#MobyDickTheNovel">
+        <rdfs:label xml:lang="en">MelvilleNovel</rdfs:label>
+        <aboutFiction rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#BalenaBianca"/>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Porpy -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Porpy">
+        <rdf:type rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism"/>
+        <rdfs:label>Porpy</rdfs:label>
+        <knows rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#MobyDick"/>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Snorky -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Snorky">
+        <rdf:type rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Crustacean"/>
+        <rdfs:label xml:lang="en">Snorky</rdfs:label>
+        <friend rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#BalenaBianca"/>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/test1.owl#Wile -->
+
+    <owl:NamedIndividual rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Wile">
+        <knows rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Porpy"/>
+    </owl:NamedIndividual>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // General axioms
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    <owl:Class>
+        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
+        <owl:intersectionOf rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism"/>
+            <owl:Class>
+                <owl:complementOf rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#Fish"/>
+            </owl:Class>
+        </owl:intersectionOf>
+    </owl:Class>
+    <rdf:Description>
+        <rdf:type rdf:resource="&owl;AllDifferent"/>
+        <owl:distinctMembers rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#BalenaBianca"/>
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Porpy"/>
+        </owl:distinctMembers>
+    </rdf:Description>
+    <owl:Class>
+        <rdfs:subClassOf rdf:resource="http://stanbol.apache.org/ontologies/test1.owl#AquaticOrganism"/>
+        <owl:unionOf rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#AquaticMammal"/>
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Crustacean"/>
+            <rdf:Description rdf:about="http://stanbol.apache.org/ontologies/test1.owl#Fish"/>
+        </owl:unionOf>
+    </owl:Class>
+   
+    
+</rdf:RDF>
+
+
+
+<!-- Generated by the OWL API (version 3.2.2.1785) http://owlapi.sourceforge.net -->
+

Modified: incubator/stanbol/trunk/contrib/reengineer/web/src/main/java/org/apache/stanbol/reengineer/web/resources/ReengineerResource.java
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contrib/reengineer/web/src/main/java/org/apache/stanbol/reengineer/web/resources/ReengineerResource.java?rev=1373449&r1=1373448&r2=1373449&view=diff
==============================================================================
--- incubator/stanbol/trunk/contrib/reengineer/web/src/main/java/org/apache/stanbol/reengineer/web/resources/ReengineerResource.java (original)
+++ incubator/stanbol/trunk/contrib/reengineer/web/src/main/java/org/apache/stanbol/reengineer/web/resources/ReengineerResource.java Wed Aug 15 15:08:48 2012
@@ -390,7 +390,7 @@ public class ReengineerResource extends 
         // MGraph mg = JenaToClerezzaConverter.jenaModelToClerezzaMGraph(om);
         TripleCollection mg = OWLAPIToClerezzaConverter.owlOntologyToClerezzaMGraph(o);
         MGraph mg2 = null;
-        IRI iri = OWLUtils.guessOntologyIdentifier(o).getOntologyIRI();
+        IRI iri = OWLUtils.extractOntologyID(o).getOntologyIRI();
         UriRef ref = new UriRef(iri.toString());
         try {
             mg2 = tcManager.createMGraph(ref);

Modified: incubator/stanbol/trunk/ontologymanager/ontonet/src/main/java/org/apache/stanbol/ontologymanager/ontonet/api/io/OntologyContentInputSource.java
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/ontonet/src/main/java/org/apache/stanbol/ontologymanager/ontonet/api/io/OntologyContentInputSource.java?rev=1373449&r1=1373448&r2=1373449&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/ontonet/src/main/java/org/apache/stanbol/ontologymanager/ontonet/api/io/OntologyContentInputSource.java (original)
+++ incubator/stanbol/trunk/ontologymanager/ontonet/src/main/java/org/apache/stanbol/ontologymanager/ontonet/api/io/OntologyContentInputSource.java Wed Aug 15 15:08:48 2012
@@ -49,7 +49,7 @@ public class OntologyContentInputSource 
 
     @Override
     public String toString() {
-        return "<ONTOLOGY_CONTENT>" + OWLUtils.guessOntologyIdentifier(getRootOntology());
+        return "<ONTOLOGY_CONTENT>" + OWLUtils.extractOntologyID(getRootOntology());
     }
 
 }

Modified: incubator/stanbol/trunk/ontologymanager/ontonet/src/main/java/org/apache/stanbol/ontologymanager/ontonet/impl/clerezza/ClerezzaOWLUtils.java
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/ontonet/src/main/java/org/apache/stanbol/ontologymanager/ontonet/impl/clerezza/ClerezzaOWLUtils.java?rev=1373449&r1=1373448&r2=1373449&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/ontonet/src/main/java/org/apache/stanbol/ontologymanager/ontonet/impl/clerezza/ClerezzaOWLUtils.java (original)
+++ incubator/stanbol/trunk/ontologymanager/ontonet/src/main/java/org/apache/stanbol/ontologymanager/ontonet/impl/clerezza/ClerezzaOWLUtils.java Wed Aug 15 15:08:48 2012
@@ -16,19 +16,12 @@
  */
 package org.apache.stanbol.ontologymanager.ontonet.impl.clerezza;
 
-import java.io.BufferedInputStream;
-import java.io.IOException;
-import java.io.InputStream;
-
 import org.apache.clerezza.rdf.core.MGraph;
 import org.apache.clerezza.rdf.core.UriRef;
 import org.apache.clerezza.rdf.core.access.TcManager;
 import org.apache.clerezza.rdf.core.impl.TripleImpl;
-import org.apache.clerezza.rdf.core.serializedform.Parser;
 import org.apache.clerezza.rdf.ontologies.OWL;
 import org.apache.clerezza.rdf.ontologies.RDF;
-import org.semanticweb.owlapi.model.IRI;
-import org.semanticweb.owlapi.model.OWLOntologyID;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
@@ -53,35 +46,4 @@ public class ClerezzaOWLUtils {
         return createOntology(id, TcManager.getInstance());
     }
 
-    /**
-     * Performs lookahead with a 100 kB limit.
-     * 
-     * @param content
-     * @param parser
-     * @param format
-     * @return
-     * @throws IOException
-     */
-    public static OWLOntologyID guessOntologyID(InputStream content, Parser parser, String format) throws IOException {
-        return guessOntologyID(content, parser, format, 100 * 1024);
-    }
-
-    public static OWLOntologyID guessOntologyID(InputStream content, Parser parser, String format, int limit) throws IOException {
-        BufferedInputStream bIn = new BufferedInputStream(content);
-        bIn.mark(limit); // set an appropriate limit
-        OntologyLookaheadMGraph graph = new OntologyLookaheadMGraph();
-        try {
-            parser.parse(graph, bIn, format);
-        } catch (RuntimeException e) {}
-        if (graph.getOntologyIRI() != null) {
-            // bIn.reset(); // reset set the stream to the start
-            return new OWLOntologyID(IRI.create(graph.getOntologyIRI().getUnicodeString()));
-        } else { // No OntologyID found
-            // do some error handling
-            log.warn("No ontologyID found after {} bytes, ontology has a chance of being anonymous.", limit);
-            return null;
-        }
-
-    }
-
 }