fullontobench.ttl

10596 lines | 327.603 kB Blame History Raw Download
@prefix : <http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/> .

<http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/> rdf:type owl:Ontology ;
                                                                         
                                                                         <http://purl.org/dc/elements/1.1/title> "Benchmark Ontology"^^xsd:string ;
                                                                         
                                                                         <http://purl.org/dc/terms/title> "Benchmark Ontology"^^xsd:string ;
                                                                         
                                                                         <http://purl.org/dc/terms/identifier> "http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/"^^xsd:string ;
                                                                         
                                                                         <http://purl.org/dc/elements/1.1/date> "2016-03-27"^^xsd:string ;
                                                                         
                                                                         <http://purl.org/dc/elements/1.1/creator> "Ontology Visualization Benchmark Generator"^^xsd:string ;
                                                                         
                                                                         <http://purl.org/dc/terms/description> "Benchmark ontology created with the Ontology Visualization Benchmark Generator"^^xsd:string ;
                                                                         
                                                                         <http://purl.org/dc/elements/1.1/publisher> "Ontology Visualization Benchmark Generator"^^xsd:string ;
                                                                         
                                                                         rdfs:label "Benchmark Ontology"^^xsd:string ;
                                                                         
                                                                         <http://purl.org/dc/elements/1.1/contributor> "Vincent Link"^^xsd:string ;
                                                                         
                                                                         <http://purl.org/dc/elements/1.1/description> "Benchmark ontology created with the Ontology Visualization Benchmark Generator"^^xsd:string ;
                                                                         
                                                                         owl:versionInfo "1.0"^^xsd:string ;
                                                                         
                                                                         <http://purl.org/dc/elements/1.1/identifier> "http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/"^^xsd:string ;
                                                                         
                                                                         rdfs:comment "Benchmark ontology created with the Ontology Visualization Benchmark Generator"^^xsd:string ;
                                                                         
                                                                         <http://purl.org/dc/terms/date> "2016-03-27"^^xsd:string .


#################################################################
#
#    Annotation properties
#
#################################################################


###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/customAnnotationProperty

:customAnnotationProperty rdf:type owl:AnnotationProperty .





#################################################################
#
#    Datatypes
#
#################################################################


###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DataOneOf

:DataOneOf rdf:type rdfs:Datatype ;
           
           owl:equivalentClass [ rdf:type rdfs:Datatype ;
                                 owl:oneOf [ rdf:type rdf:List ;
                                             rdf:first "DataOneOf_Literal1"^^xsd:string ;
                                             rdf:rest [ rdf:type rdf:List ;
                                                        rdf:first "DataOneOf_Literal2"^^xsd:string ;
                                                        rdf:rest [ rdf:type rdf:List ;
                                                                   rdf:first "DataOneOf_Literal3"^^xsd:string ;
                                                                   rdf:rest rdf:nil
                                                                 ]
                                                      ]
                                           ]
                               ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DataOneOf_EL

:DataOneOf_EL rdf:type rdfs:Datatype ;
              
              owl:equivalentClass [ rdf:type rdfs:Datatype ;
                                    owl:oneOf [ rdf:type rdf:List ;
                                                rdf:first "DataOneOf_EL_Literal1"^^xsd:string ;
                                                rdf:rest rdf:nil
                                              ]
                                  ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DataUnionOf_Datatype1

:DataUnionOf_Datatype1 rdf:type rdfs:Datatype .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DataUnionOf_Datatype2

:DataUnionOf_Datatype2 rdf:type rdfs:Datatype .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DatatypeIntersectionOf_Datatype1

:DatatypeIntersectionOf_Datatype1 rdf:type rdfs:Datatype .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DatatypeIntersectionOf_Datatype2

:DatatypeIntersectionOf_Datatype2 rdf:type rdfs:Datatype .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DatatypeRestrictionDatatype

:DatatypeRestrictionDatatype rdf:type rdfs:Datatype .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/RdfsDatatype

:RdfsDatatype rdf:type rdfs:Datatype .





#################################################################
#
#    Object Properties
#
#################################################################


###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DeprecatedProperty

:DeprecatedProperty rdf:type owl:ObjectProperty ;
                    
                    rdfs:domain :Class18 ;
                    
                    rdfs:range :DeprecatedPropertyRange ;
                    
                    owl:deprecated "true"^^xsd:boolean .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/EightParallelProperties_1

:EightParallelProperties_1 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :EightParallelPropertiesDomain ;
                           
                           rdfs:range :EightParallelPropertiesRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/EightParallelProperties_2

:EightParallelProperties_2 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :EightParallelPropertiesDomain ;
                           
                           rdfs:range :EightParallelPropertiesRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/EightParallelProperties_3

:EightParallelProperties_3 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :EightParallelPropertiesDomain ;
                           
                           rdfs:range :EightParallelPropertiesRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/EightParallelProperties_4

:EightParallelProperties_4 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :EightParallelPropertiesDomain ;
                           
                           rdfs:range :EightParallelPropertiesRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/EightParallelProperties_5

:EightParallelProperties_5 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :EightParallelPropertiesDomain ;
                           
                           rdfs:range :EightParallelPropertiesRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/EightParallelProperties_6

:EightParallelProperties_6 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :EightParallelPropertiesDomain ;
                           
                           rdfs:range :EightParallelPropertiesRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/EightParallelProperties_7

:EightParallelProperties_7 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :EightParallelPropertiesDomain ;
                           
                           rdfs:range :EightParallelPropertiesRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/EightParallelProperties_8

:EightParallelProperties_8 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :EightParallelPropertiesDomain ;
                           
                           rdfs:range :EightParallelPropertiesRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/FiveParallelProperties_1

:FiveParallelProperties_1 rdf:type owl:ObjectProperty ;
                          
                          rdfs:domain :FiveParallelPropertiesDomain ;
                          
                          rdfs:range :SixParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/FiveParallelProperties_2

:FiveParallelProperties_2 rdf:type owl:ObjectProperty ;
                          
                          rdfs:domain :FiveParallelPropertiesDomain ;
                          
                          rdfs:range :SixParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/FiveParallelProperties_3

:FiveParallelProperties_3 rdf:type owl:ObjectProperty ;
                          
                          rdfs:domain :FiveParallelPropertiesDomain ;
                          
                          rdfs:range :SixParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/FiveParallelProperties_4

:FiveParallelProperties_4 rdf:type owl:ObjectProperty ;
                          
                          rdfs:domain :FiveParallelPropertiesDomain ;
                          
                          rdfs:range :SixParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/FiveParallelProperties_5

:FiveParallelProperties_5 rdf:type owl:ObjectProperty ;
                          
                          rdfs:domain :FiveParallelPropertiesDomain ;
                          
                          rdfs:range :SixParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/FourParallelProperties_1

:FourParallelProperties_1 rdf:type owl:ObjectProperty ;
                          
                          rdfs:domain :FourParallelPropertiesDomain ;
                          
                          rdfs:range :FiveParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/FourParallelProperties_2

:FourParallelProperties_2 rdf:type owl:ObjectProperty ;
                          
                          rdfs:domain :FourParallelPropertiesDomain ;
                          
                          rdfs:range :FiveParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/FourParallelProperties_3

:FourParallelProperties_3 rdf:type owl:ObjectProperty ;
                          
                          rdfs:domain :FourParallelPropertiesDomain ;
                          
                          rdfs:range :FiveParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/FourParallelProperties_4

:FourParallelProperties_4 rdf:type owl:ObjectProperty ;
                          
                          rdfs:domain :FourParallelPropertiesDomain ;
                          
                          rdfs:range :FiveParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SevenParallelProperties_1

:SevenParallelProperties_1 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :SevenParallelPropertiesDomain ;
                           
                           rdfs:range :EightParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SevenParallelProperties_2

:SevenParallelProperties_2 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :SevenParallelPropertiesDomain ;
                           
                           rdfs:range :EightParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SevenParallelProperties_3

:SevenParallelProperties_3 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :SevenParallelPropertiesDomain ;
                           
                           rdfs:range :EightParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SevenParallelProperties_4

:SevenParallelProperties_4 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :SevenParallelPropertiesDomain ;
                           
                           rdfs:range :EightParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SevenParallelProperties_5

:SevenParallelProperties_5 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :SevenParallelPropertiesDomain ;
                           
                           rdfs:range :EightParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SevenParallelProperties_6

:SevenParallelProperties_6 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :SevenParallelPropertiesDomain ;
                           
                           rdfs:range :EightParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SevenParallelProperties_7

:SevenParallelProperties_7 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :SevenParallelPropertiesDomain ;
                           
                           rdfs:range :EightParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SixParallelProperties_1

:SixParallelProperties_1 rdf:type owl:ObjectProperty ;
                         
                         rdfs:domain :SixParallelPropertiesDomain ;
                         
                         rdfs:range :SevenParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SixParallelProperties_2

:SixParallelProperties_2 rdf:type owl:ObjectProperty ;
                         
                         rdfs:domain :SixParallelPropertiesDomain ;
                         
                         rdfs:range :SevenParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SixParallelProperties_3

:SixParallelProperties_3 rdf:type owl:ObjectProperty ;
                         
                         rdfs:domain :SixParallelPropertiesDomain ;
                         
                         rdfs:range :SevenParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SixParallelProperties_4

:SixParallelProperties_4 rdf:type owl:ObjectProperty ;
                         
                         rdfs:domain :SixParallelPropertiesDomain ;
                         
                         rdfs:range :SevenParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SixParallelProperties_5

:SixParallelProperties_5 rdf:type owl:ObjectProperty ;
                         
                         rdfs:domain :SixParallelPropertiesDomain ;
                         
                         rdfs:range :SevenParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SixParallelProperties_6

:SixParallelProperties_6 rdf:type owl:ObjectProperty ;
                         
                         rdfs:domain :SixParallelPropertiesDomain ;
                         
                         rdfs:range :SevenParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThreeParallelProperties_1

:ThreeParallelProperties_1 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :ThreeParallelPropertiesDomain ;
                           
                           rdfs:range :FourParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThreeParallelProperties_2

:ThreeParallelProperties_2 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :ThreeParallelPropertiesDomain ;
                           
                           rdfs:range :FourParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThreeParallelProperties_3

:ThreeParallelProperties_3 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :ThreeParallelPropertiesDomain ;
                           
                           rdfs:range :FourParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/TwoParallelProperties_1

:TwoParallelProperties_1 rdf:type owl:ObjectProperty ;
                         
                         rdfs:domain :TwoParallelPropertiesDomain ;
                         
                         rdfs:range :ThreeParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/TwoParallelProperties_2

:TwoParallelProperties_2 rdf:type owl:ObjectProperty ;
                         
                         rdfs:domain :TwoParallelPropertiesDomain ;
                         
                         rdfs:range :ThreeParallelPropertiesDomain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/allDisjointObjectProperties_Property1

:allDisjointObjectProperties_Property1 rdf:type owl:ObjectProperty ;
                                       
                                       rdfs:domain :Class1 ;
                                       
                                       rdfs:range :DisjointObjectProperty_Range1 .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/allDisjointObjectProperties_Property2

:allDisjointObjectProperties_Property2 rdf:type owl:ObjectProperty ;
                                       
                                       rdfs:domain :Class1 ;
                                       
                                       rdfs:range :DisjointObjectProperty_Range2 .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/allDisjointObjectProperties_Property3

:allDisjointObjectProperties_Property3 rdf:type owl:ObjectProperty ;
                                       
                                       rdfs:domain :Class1 ;
                                       
                                       rdfs:range :DisjointObjectProperty_Range3 .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/asymmetricProperty

:asymmetricProperty rdf:type owl:ObjectProperty ,
                             owl:AsymmetricProperty ;
                    
                    rdfs:domain :Class1 ;
                    
                    rdfs:range :AsymmetricObjectPropertyRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/eightSymmetricProperties_1

:eightSymmetricProperties_1 rdf:type owl:ObjectProperty ;
                            
                            rdfs:domain :EightSymmetricProperties ;
                            
                            rdfs:range :EightSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/eightSymmetricProperties_2

:eightSymmetricProperties_2 rdf:type owl:ObjectProperty ;
                            
                            rdfs:domain :EightSymmetricProperties ;
                            
                            rdfs:range :EightSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/eightSymmetricProperties_3

:eightSymmetricProperties_3 rdf:type owl:ObjectProperty ;
                            
                            rdfs:domain :EightSymmetricProperties ;
                            
                            rdfs:range :EightSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/eightSymmetricProperties_4

:eightSymmetricProperties_4 rdf:type owl:ObjectProperty ;
                            
                            rdfs:domain :EightSymmetricProperties ;
                            
                            rdfs:range :EightSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/eightSymmetricProperties_5

:eightSymmetricProperties_5 rdf:type owl:ObjectProperty ;
                            
                            rdfs:domain :EightSymmetricProperties ;
                            
                            rdfs:range :EightSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/eightSymmetricProperties_6

:eightSymmetricProperties_6 rdf:type owl:ObjectProperty ;
                            
                            rdfs:domain :EightSymmetricProperties ;
                            
                            rdfs:range :EightSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/eightSymmetricProperties_7

:eightSymmetricProperties_7 rdf:type owl:ObjectProperty ;
                            
                            rdfs:domain :EightSymmetricProperties ;
                            
                            rdfs:range :EightSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/eightSymmetricProperties_8

:eightSymmetricProperties_8 rdf:type owl:ObjectProperty ;
                            
                            rdfs:domain :EightSymmetricProperties ;
                            
                            rdfs:range :EightSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/equivalentObjectProperty_1

:equivalentObjectProperty_1 rdf:type owl:ObjectProperty ;
                            
                            owl:equivalentProperty :equivalentObjectProperty_2 ;
                            
                            rdfs:domain :Class23 ;
                            
                            rdfs:range :EquivalentObjectProperty_Range1 .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/equivalentObjectProperty_2

:equivalentObjectProperty_2 rdf:type owl:ObjectProperty ;
                            
                            owl:equivalentProperty :equivalentObjectProperty_3 ;
                            
                            rdfs:domain :Class23 ;
                            
                            rdfs:range :EquivalentObjectProperty_Range2 .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/equivalentObjectProperty_3

:equivalentObjectProperty_3 rdf:type owl:ObjectProperty ;
                            
                            rdfs:domain :Class23 ;
                            
                            rdfs:range :EquivalentObjectProperty_Range3 .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/fiveSymmetricProperties_1

:fiveSymmetricProperties_1 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :FiveSymmetricProperties ;
                           
                           rdfs:range :FiveSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/fiveSymmetricProperties_2

:fiveSymmetricProperties_2 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :FiveSymmetricProperties ;
                           
                           rdfs:range :FiveSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/fiveSymmetricProperties_3

:fiveSymmetricProperties_3 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :FiveSymmetricProperties ;
                           
                           rdfs:range :FiveSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/fiveSymmetricProperties_4

:fiveSymmetricProperties_4 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :FiveSymmetricProperties ;
                           
                           rdfs:range :FiveSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/fiveSymmetricProperties_5

:fiveSymmetricProperties_5 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :FiveSymmetricProperties ;
                           
                           rdfs:range :FiveSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/fourSymmetricProperties_1

:fourSymmetricProperties_1 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :FourSymmetricProperties ;
                           
                           rdfs:range :FourSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/fourSymmetricProperties_2

:fourSymmetricProperties_2 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :FourSymmetricProperties ;
                           
                           rdfs:range :FourSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/fourSymmetricProperties_3

:fourSymmetricProperties_3 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :FourSymmetricProperties ;
                           
                           rdfs:range :FourSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/fourSymmetricProperties_4

:fourSymmetricProperties_4 rdf:type owl:ObjectProperty ;
                           
                           rdfs:domain :FourSymmetricProperties ;
                           
                           rdfs:range :FourSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/functionalObjectProperty

:functionalObjectProperty rdf:type owl:ObjectProperty ,
                                   owl:FunctionalProperty ;
                          
                          rdfs:domain :Class23 ;
                          
                          rdfs:range :FunctionalObjectPropertyRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/hasKeyProperty_2

:hasKeyProperty_2 rdf:type owl:ObjectProperty ;
                  
                  rdfs:domain :HasKeyClass ;
                  
                  rdfs:range :HasKeyPropertyRange_2 .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/hasSelfProperty

:hasSelfProperty rdf:type owl:ObjectProperty .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/inverseFunctionalObjectProperty

:inverseFunctionalObjectProperty rdf:type owl:ObjectProperty ,
                                          owl:InverseFunctionalProperty ;
                                 
                                 rdfs:domain :Class23 ;
                                 
                                 rdfs:range :InverseFunctionalObjectPropertyRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/inverseProperty

:inverseProperty rdf:type owl:ObjectProperty ;
                 
                 owl:inverseOf :nonInverseProperty ;
                 
                 rdfs:domain :InverseOfPropertyRange ;
                 
                 rdfs:range :Class23 .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/irreflexiveObjectProperty

:irreflexiveObjectProperty rdf:type owl:ObjectProperty ,
                                    owl:IrreflexiveProperty ;
                           
                           rdfs:domain :Class23 ;
                           
                           rdfs:range :IrreflexiveObjectPropertyRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/negativeObjectPropertyAssertionProperty

:negativeObjectPropertyAssertionProperty rdf:type owl:ObjectProperty .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/noDomainAndRangeObjectProperty

:noDomainAndRangeObjectProperty rdf:type owl:ObjectProperty .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/noDomainObjectProperty

:noDomainObjectProperty rdf:type owl:ObjectProperty ;
                        
                        rdfs:range :Range .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/noRangeObjectProperty

:noRangeObjectProperty rdf:type owl:ObjectProperty ;
                       
                       rdfs:domain :Domain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/nonInverseProperty

:nonInverseProperty rdf:type owl:ObjectProperty ;
                    
                    rdfs:domain :Class23 ;
                    
                    rdfs:range :InverseOfPropertyRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/objectAllValuesFromProperty

:objectAllValuesFromProperty rdf:type owl:ObjectProperty .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/objectExactCardinalityProperty

:objectExactCardinalityProperty rdf:type owl:ObjectProperty ;
                                
                                rdfs:domain :Class1 ;
                                
                                rdfs:range :ObjectExactCardinalityRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/objectExactCardinalityProperty_Lite

:objectExactCardinalityProperty_Lite rdf:type owl:ObjectProperty ;
                                     
                                     rdfs:domain :Class18 ;
                                     
                                     rdfs:range :ObjectExactCardinalityRange_Lite .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/objectExactQualifiedCardinalityProperty

:objectExactQualifiedCardinalityProperty rdf:type owl:ObjectProperty ;
                                         
                                         rdfs:domain :Class40 ;
                                         
                                         rdfs:range :ObjectExactQualifiedCardinalityRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/objectHasValueProperty

:objectHasValueProperty rdf:type owl:ObjectProperty .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/objectMaxCardinalityProperty

:objectMaxCardinalityProperty rdf:type owl:ObjectProperty ;
                              
                              rdfs:domain :Class23 ;
                              
                              rdfs:range :ObjectMaxCardinalityRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/objectMaxCardinalityProperty_LiteRL

:objectMaxCardinalityProperty_LiteRL rdf:type owl:ObjectProperty ;
                                     
                                     rdfs:domain :Class23 ;
                                     
                                     rdfs:range :ObjectMaxCardinalityRange_LiteRL .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/objectMaxQualifiedCardinalityProperty

:objectMaxQualifiedCardinalityProperty rdf:type owl:ObjectProperty ;
                                       
                                       rdfs:domain :Class40 ;
                                       
                                       rdfs:range :ObjectMaxQualifiedCardinalityRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/objectMaxQualifiedCardinalityProperty_RL

:objectMaxQualifiedCardinalityProperty_RL rdf:type owl:ObjectProperty ;
                                          
                                          rdfs:domain :Class40 ;
                                          
                                          rdfs:range :ObjectMaxQualifiedCardinalityRange_RL .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/objectMinCardinalityProperty

:objectMinCardinalityProperty rdf:type owl:ObjectProperty ;
                              
                              rdfs:domain :Class40 ;
                              
                              rdfs:range :ObjectMinCardinalityRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/objectMinCardinalityProperty_Lite

:objectMinCardinalityProperty_Lite rdf:type owl:ObjectProperty ;
                                   
                                   rdfs:domain :Class40 ;
                                   
                                   rdfs:range :ObjectMinCardinalityRange_Lite .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/objectMinQualifiedCardinalityProperty

:objectMinQualifiedCardinalityProperty rdf:type owl:ObjectProperty ;
                                       
                                       rdfs:domain :Class40 ;
                                       
                                       rdfs:range :ObjectMinQualifiedCardinalityRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/objectProperty

:objectProperty rdf:type owl:ObjectProperty ;
                
                rdfs:domain :Class1 ;
                
                rdfs:range :ObjectPropertyRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/objectPropertyDisjointWith_Property1

:objectPropertyDisjointWith_Property1 rdf:type owl:ObjectProperty ;
                                      
                                      rdfs:domain :Class40 ;
                                      
                                      rdfs:range :ObjectPropertyDisjointWith_Range1 ;
                                      
                                      owl:propertyDisjointWith :objectPropertyDisjointWith_Property2 .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/objectPropertyDisjointWith_Property2

:objectPropertyDisjointWith_Property2 rdf:type owl:ObjectProperty ;
                                      
                                      rdfs:domain :Class40 ;
                                      
                                      rdfs:range :ObjectPropertyDisjointWith_Range2 .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/objectSomeValuesFromProperty

:objectSomeValuesFromProperty rdf:type owl:ObjectProperty .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/objectSomeValuesFromProperty_RL

:objectSomeValuesFromProperty_RL rdf:type owl:ObjectProperty .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/oneSymmetricProperty_1

:oneSymmetricProperty_1 rdf:type owl:ObjectProperty ;
                        
                        rdfs:domain :OneSymmetricProperty ;
                        
                        rdfs:range :OneSymmetricProperty .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/propertyChainProperty_DoubleStep

:propertyChainProperty_DoubleStep rdf:type owl:ObjectProperty ;
                                  
                                  rdfs:domain :PropertyChainEnd ;
                                  
                                  rdfs:range :Class40 ;
                                  
                                  owl:propertyChainAxiom ( :propertyChainProperty_SingleStep
                                                           :propertyChainProperty_SingleStep
                                                         ) .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/propertyChainProperty_SingleStep

:propertyChainProperty_SingleStep rdf:type owl:ObjectProperty ;
                                  
                                  rdfs:domain :PropertyChainEnd ,
                                              :PropertyChainMiddle ;
                                  
                                  rdfs:range :Class40 ,
                                             :PropertyChainMiddle .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/propertyWithInfos

:propertyWithInfos rdf:type owl:ObjectProperty ;
                   
                   rdfs:domain :Class57 ;
                   
                   rdfs:range :ClassWithInfos ;
                   
                   rdfs:comment "Comment of a property"@en ,
                                "Comment of a property (undefined language)"^^xsd:string ,
                                "Kommentar einer Property"@de ,
                                "プロパティのコメント"@ja ;
                   
                   rdfs:label "Bezeichnung einer Property"@de ,
                              "Label of a property"@en ,
                              "Label of a property (undefined language)"^^xsd:string ,
                              "プロパティの指定"@ja .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/reflexiveObjectProperty

:reflexiveObjectProperty rdf:type owl:ObjectProperty ,
                                  owl:ReflexiveProperty ;
                         
                         rdfs:domain :Class57 ;
                         
                         rdfs:range :ReflexiveObjectPropertyRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/sevenSymmetricProperties_1

:sevenSymmetricProperties_1 rdf:type owl:ObjectProperty ;
                            
                            rdfs:domain :SevenSymmetricProperties ;
                            
                            rdfs:range :SevenSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/sevenSymmetricProperties_2

:sevenSymmetricProperties_2 rdf:type owl:ObjectProperty ;
                            
                            rdfs:domain :SevenSymmetricProperties ;
                            
                            rdfs:range :SevenSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/sevenSymmetricProperties_3

:sevenSymmetricProperties_3 rdf:type owl:ObjectProperty ;
                            
                            rdfs:domain :SevenSymmetricProperties ;
                            
                            rdfs:range :SevenSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/sevenSymmetricProperties_4

:sevenSymmetricProperties_4 rdf:type owl:ObjectProperty ;
                            
                            rdfs:domain :SevenSymmetricProperties ;
                            
                            rdfs:range :SevenSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/sevenSymmetricProperties_5

:sevenSymmetricProperties_5 rdf:type owl:ObjectProperty ;
                            
                            rdfs:domain :SevenSymmetricProperties ;
                            
                            rdfs:range :SevenSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/sevenSymmetricProperties_6

:sevenSymmetricProperties_6 rdf:type owl:ObjectProperty ;
                            
                            rdfs:domain :SevenSymmetricProperties ;
                            
                            rdfs:range :SevenSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/sevenSymmetricProperties_7

:sevenSymmetricProperties_7 rdf:type owl:ObjectProperty ;
                            
                            rdfs:domain :SevenSymmetricProperties ;
                            
                            rdfs:range :SevenSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/sixSymmetricProperties_1

:sixSymmetricProperties_1 rdf:type owl:ObjectProperty ;
                          
                          rdfs:domain :SixSymmetricProperties ;
                          
                          rdfs:range :SixSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/sixSymmetricProperties_2

:sixSymmetricProperties_2 rdf:type owl:ObjectProperty ;
                          
                          rdfs:domain :SixSymmetricProperties ;
                          
                          rdfs:range :SixSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/sixSymmetricProperties_3

:sixSymmetricProperties_3 rdf:type owl:ObjectProperty ;
                          
                          rdfs:domain :SixSymmetricProperties ;
                          
                          rdfs:range :SixSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/sixSymmetricProperties_4

:sixSymmetricProperties_4 rdf:type owl:ObjectProperty ;
                          
                          rdfs:domain :SixSymmetricProperties ;
                          
                          rdfs:range :SixSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/sixSymmetricProperties_5

:sixSymmetricProperties_5 rdf:type owl:ObjectProperty ;
                          
                          rdfs:domain :SixSymmetricProperties ;
                          
                          rdfs:range :SixSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/sixSymmetricProperties_6

:sixSymmetricProperties_6 rdf:type owl:ObjectProperty ;
                          
                          rdfs:domain :SixSymmetricProperties ;
                          
                          rdfs:range :SixSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/subObjectProperty

:subObjectProperty rdf:type owl:ObjectProperty ;
                   
                   rdfs:subPropertyOf :superObjectProperty ;
                   
                   rdfs:domain :Class57 ;
                   
                   rdfs:range :Class66 .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/superObjectProperty

:superObjectProperty rdf:type owl:ObjectProperty ;
                     
                     rdfs:domain :Class66 ;
                     
                     rdfs:range :Class67 .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/symmetricObjectProperty

:symmetricObjectProperty rdf:type owl:ObjectProperty ,
                                  owl:SymmetricProperty ;
                         
                         rdfs:domain :Class66 ;
                         
                         rdfs:range :SymmetricObjectPropertyRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/threeSymmetricProperties_1

:threeSymmetricProperties_1 rdf:type owl:ObjectProperty ;
                            
                            rdfs:domain :ThreeSymmetricProperties ;
                            
                            rdfs:range :ThreeSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/threeSymmetricProperties_2

:threeSymmetricProperties_2 rdf:type owl:ObjectProperty ;
                            
                            rdfs:domain :ThreeSymmetricProperties ;
                            
                            rdfs:range :ThreeSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/threeSymmetricProperties_3

:threeSymmetricProperties_3 rdf:type owl:ObjectProperty ;
                            
                            rdfs:domain :ThreeSymmetricProperties ;
                            
                            rdfs:range :ThreeSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/transitiveObjectProperty

:transitiveObjectProperty rdf:type owl:ObjectProperty ,
                                   owl:TransitiveProperty ;
                          
                          rdfs:domain :Class66 ;
                          
                          rdfs:range :TransitiveObjectPropertyRange .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/twoSymmetricProperties_1

:twoSymmetricProperties_1 rdf:type owl:ObjectProperty ;
                          
                          rdfs:domain :TwoSymmetricProperties ;
                          
                          rdfs:range :TwoSymmetricProperties .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/twoSymmetricProperties_2

:twoSymmetricProperties_2 rdf:type owl:ObjectProperty ;
                          
                          rdfs:domain :TwoSymmetricProperties ;
                          
                          rdfs:range :TwoSymmetricProperties .



###  http://www.w3.org/2002/07/owl#bottomObjectProperty

owl:bottomObjectProperty rdfs:domain :Class1 ;
                         
                         rdfs:range :BottomObjectPropertyRange .



###  http://www.w3.org/2002/07/owl#topObjectProperty

owl:topObjectProperty rdfs:domain :Class1 ;
                      
                      rdfs:range :TopObjectPropertyRange .





#################################################################
#
#    Data properties
#
#################################################################


###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DataUnionOf

:DataUnionOf rdf:type owl:DatatypeProperty ;
             
             rdfs:domain :Class66 ;
             
             rdfs:range [ rdf:type rdfs:Datatype ;
                          owl:unionOf ( :DataUnionOf_Datatype1
                                        :DataUnionOf_Datatype2
                                      )
                        ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/allDisjointDataProperties_Property1

:allDisjointDataProperties_Property1 rdf:type owl:DatatypeProperty ;
                                     
                                     rdfs:domain :Class1 ;
                                     
                                     rdfs:range xsd:string .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/allDisjointDataProperties_Property2

:allDisjointDataProperties_Property2 rdf:type owl:DatatypeProperty ;
                                     
                                     rdfs:domain :Class1 ;
                                     
                                     rdfs:range xsd:string .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/allDisjointDataProperties_Property3

:allDisjointDataProperties_Property3 rdf:type owl:DatatypeProperty ;
                                     
                                     rdfs:domain :Class1 ;
                                     
                                     rdfs:range xsd:string .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/dataAllValuesFromProperty

:dataAllValuesFromProperty rdf:type owl:DatatypeProperty ;
                           
                           rdfs:domain :Class1 ;
                           
                           rdfs:range xsd:integer .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/dataComplementOfProperty

:dataComplementOfProperty rdf:type owl:DatatypeProperty ;
                          
                          rdfs:domain :Class18 ;
                          
                          rdfs:range [ rdf:type rdfs:Datatype ;
                                       owl:datatypeComplementOf xsd:string
                                     ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/dataExactCardinality

:dataExactCardinality rdf:type owl:DatatypeProperty ;
                      
                      rdfs:domain :Class1 ;
                      
                      rdfs:range xsd:string .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/dataExactQualifiedCardinality

:dataExactQualifiedCardinality rdf:type owl:DatatypeProperty ;
                               
                               rdfs:domain :Class57 ;
                               
                               rdfs:range xsd:string .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/dataHasValueProperty

:dataHasValueProperty rdf:type owl:DatatypeProperty ;
                      
                      rdfs:domain :Class23 ;
                      
                      rdfs:range xsd:nonNegativeInteger .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/dataMaxCardinality

:dataMaxCardinality rdf:type owl:DatatypeProperty ;
                    
                    rdfs:domain :Class23 ;
                    
                    rdfs:range xsd:float .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/dataMaxCardinality_RL

:dataMaxCardinality_RL rdf:type owl:DatatypeProperty ;
                       
                       rdfs:domain :Class40 ;
                       
                       rdfs:range xsd:float .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/dataMaxQualifiedCardinality

:dataMaxQualifiedCardinality rdf:type owl:DatatypeProperty ;
                             
                             rdfs:domain :Class40 ;
                             
                             rdfs:range rdfs:Literal .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/dataMaxQualifiedCardinality_RL

:dataMaxQualifiedCardinality_RL rdf:type owl:DatatypeProperty ;
                                
                                rdfs:domain :Class40 ;
                                
                                rdfs:range rdfs:Literal .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/dataMinCardinality

:dataMinCardinality rdf:type owl:DatatypeProperty ;
                    
                    rdfs:domain :Class40 ;
                    
                    rdfs:range xsd:boolean .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/dataMinQualifiedCardinality

:dataMinQualifiedCardinality rdf:type owl:DatatypeProperty ;
                             
                             rdfs:domain :Class40 ;
                             
                             rdfs:range xsd:float .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/dataPropertyDisjointWith_Property1

:dataPropertyDisjointWith_Property1 rdf:type owl:DatatypeProperty ;
                                    
                                    rdfs:domain :Class40 ;
                                    
                                    rdfs:range xsd:integer ;
                                    
                                    owl:propertyDisjointWith :dataPropertyDisjointWith_Property2 .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/dataPropertyDisjointWith_Property2

:dataPropertyDisjointWith_Property2 rdf:type owl:DatatypeProperty ;
                                    
                                    rdfs:domain :Class40 ;
                                    
                                    rdfs:range xsd:decimal .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/dataSomeValuesFromProperty

:dataSomeValuesFromProperty rdf:type owl:DatatypeProperty .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/dataSomeValuesFromProperty_RL

:dataSomeValuesFromProperty_RL rdf:type owl:DatatypeProperty .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/datatypeIntersectionOfProperty

:datatypeIntersectionOfProperty rdf:type owl:DatatypeProperty ;
                                
                                rdfs:domain :Class23 ;
                                
                                rdfs:range [ rdf:type rdfs:Datatype ;
                                             owl:intersectionOf ( :DatatypeIntersectionOf_Datatype1
                                                                  :DatatypeIntersectionOf_Datatype2
                                                                )
                                           ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/datatypeIntersectionOfProperty_OWL2

:datatypeIntersectionOfProperty_OWL2 rdf:type owl:DatatypeProperty ;
                                     
                                     rdfs:domain :Class23 ;
                                     
                                     rdfs:range [ rdf:type rdfs:Datatype ;
                                                  owl:intersectionOf ( xsd:dateTime
                                                                       xsd:string
                                                                     )
                                                ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/datatypeProperty

:datatypeProperty rdf:type owl:DatatypeProperty ;
                  
                  rdfs:domain :Class18 ;
                  
                  rdfs:range xsd:integer .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/datatypeRestrictionProperty

:datatypeRestrictionProperty rdf:type owl:DatatypeProperty ;
                             
                             rdfs:domain :Class57 ;
                             
                             rdfs:range [ rdf:type rdfs:Datatype ;
                                          owl:onDatatype :DatatypeRestrictionDatatype ;
                                          owl:withRestrictions ( [ xsd:minLength 10
                                                                 ]
                                                                 [ xsd:pattern "DatatypeRestrictionLiteral"^^xsd:string
                                                                 ]
                                                               )
                                        ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/equivalentDataProperty_1

:equivalentDataProperty_1 rdf:type owl:DatatypeProperty ;
                          
                          owl:equivalentProperty :equivalentDataProperty_2 ;
                          
                          rdfs:domain :Class23 ;
                          
                          rdfs:range xsd:nonNegativeInteger .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/equivalentDataProperty_2

:equivalentDataProperty_2 rdf:type owl:DatatypeProperty ;
                          
                          owl:equivalentProperty :equivalentDataProperty_3 ;
                          
                          rdfs:domain :Class23 ;
                          
                          rdfs:range xsd:nonNegativeInteger .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/equivalentDataProperty_3

:equivalentDataProperty_3 rdf:type owl:DatatypeProperty ;
                          
                          rdfs:domain :Class23 ;
                          
                          rdfs:range xsd:nonNegativeInteger .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/functionalDataProperty

:functionalDataProperty rdf:type owl:DatatypeProperty ,
                                 owl:FunctionalProperty ;
                        
                        rdfs:domain :Class23 ;
                        
                        rdfs:range xsd:nonNegativeInteger .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/hasKeyProperty_1

:hasKeyProperty_1 rdf:type owl:DatatypeProperty ;
                  
                  rdfs:domain :HasKeyClass ;
                  
                  rdfs:range xsd:string .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/negativeDataPropertyAssertionProperty

:negativeDataPropertyAssertionProperty rdf:type owl:DatatypeProperty .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/noDomainAndRangeDataProperty

:noDomainAndRangeDataProperty rdf:type owl:DatatypeProperty .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/noDomainDataProperty

:noDomainDataProperty rdf:type owl:DatatypeProperty ;
                      
                      rdfs:range rdfs:Literal .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/noRangeDataProperty

:noRangeDataProperty rdf:type owl:DatatypeProperty ;
                     
                     rdfs:domain :Domain .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/subDataProperty

:subDataProperty rdf:type owl:DatatypeProperty ;
                 
                 rdfs:subPropertyOf :superDataProperty ;
                 
                 rdfs:domain :Class57 ;
                 
                 rdfs:range xsd:string .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/superDataProperty

:superDataProperty rdf:type owl:DatatypeProperty ;
                   
                   rdfs:domain :Class57 ;
                   
                   rdfs:range xsd:string .



###  http://www.w3.org/2002/07/owl#bottomDataProperty

owl:bottomDataProperty rdfs:domain :Class1 ;
                       
                       rdfs:range xsd:integer .



###  http://www.w3.org/2002/07/owl#topDataProperty

owl:topDataProperty rdfs:domain :Class66 ;
                    
                    rdfs:range xsd:integer .





#################################################################
#
#    Classes
#
#################################################################


###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/AllDisjointClasses_Class1

:AllDisjointClasses_Class1 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/AllDisjointClasses_Class2

:AllDisjointClasses_Class2 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/AllDisjointClasses_Class3

:AllDisjointClasses_Class3 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/AsymmetricObjectPropertyRange

:AsymmetricObjectPropertyRange rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/BottomObjectPropertyRange

:BottomObjectPropertyRange rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/Class1

:Class1 rdf:type owl:Class ;
        
        :customAnnotationProperty "Custom Annotation Value"^^xsd:string .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/Class18

:Class18 rdf:type owl:Class ;
         
         owl:equivalentClass :EquivalentClass_1 .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/Class23

:Class23 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/Class40

:Class40 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/Class57

:Class57 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/Class66

:Class66 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/Class67

:Class67 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ClassWithInfos

:ClassWithInfos rdfs:comment "Comment of a class"@en ,
                             "Comment of a class (undefined language)"^^xsd:string ,
                             "Kommentar einer Klasse"@de ,
                             "どうもありがとうミスターロボット"@ja ;
                
                rdfs:label "Bezeichnung einer Klasse"@de ,
                           "Label of a class"@en ,
                           "Label of a class (undefined language)"^^xsd:string ,
                           "どうもありがとうミスターロボット"@ja .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DataAllValuesFrom

:DataAllValuesFrom rdf:type owl:Class ;
                   
                   rdfs:subClassOf [ rdf:type owl:Restriction ;
                                     owl:onProperty :dataAllValuesFromProperty ;
                                     owl:allValuesFrom xsd:integer
                                   ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DataExactCardinalityRange

:DataExactCardinalityRange rdf:type owl:Class ;
                           
                           rdfs:subClassOf [ rdf:type owl:Restriction ;
                                             owl:onProperty :dataExactCardinality ;
                                             owl:cardinality "11"^^xsd:nonNegativeInteger
                                           ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DataExactQualifiedCardinalityRange

:DataExactQualifiedCardinalityRange rdf:type owl:Class ;
                                    
                                    rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                      owl:onProperty :dataExactQualifiedCardinality ;
                                                      owl:qualifiedCardinality "12"^^xsd:nonNegativeInteger ;
                                                      owl:onDataRange xsd:dateTime
                                                    ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DataHasValue

:DataHasValue rdf:type owl:Class ;
              
              rdfs:subClassOf [ rdf:type owl:Restriction ;
                                owl:onProperty :dataHasValueProperty ;
                                owl:hasValue 6
                              ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DataMaxCardinalityRange

:DataMaxCardinalityRange rdf:type owl:Class ;
                         
                         rdfs:subClassOf [ rdf:type owl:Restriction ;
                                           owl:onProperty :dataMaxCardinality ;
                                           owl:maxCardinality "19"^^xsd:nonNegativeInteger
                                         ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DataMaxCardinalityRange_RL

:DataMaxCardinalityRange_RL rdf:type owl:Class ;
                            
                            rdfs:subClassOf [ rdf:type owl:Restriction ;
                                              owl:onProperty :dataMaxCardinality_RL ;
                                              owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                            ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DataMaxQualifiedCardinalityRange

:DataMaxQualifiedCardinalityRange rdf:type owl:Class ;
                                  
                                  rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                    owl:onProperty :dataMaxQualifiedCardinality ;
                                                    owl:maxQualifiedCardinality "18"^^xsd:nonNegativeInteger ;
                                                    owl:onDataRange xsd:byte
                                                  ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DataMaxQualifiedCardinalityRange_RL

:DataMaxQualifiedCardinalityRange_RL rdf:type owl:Class ;
                                     
                                     rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                       owl:onProperty :dataMaxQualifiedCardinality_RL ;
                                                       owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                       owl:onDataRange xsd:byte
                                                     ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DataMinCardinalityRange

:DataMinCardinalityRange rdf:type owl:Class ;
                         
                         rdfs:subClassOf [ rdf:type owl:Restriction ;
                                           owl:onProperty :dataMinCardinality ;
                                           owl:minCardinality "3"^^xsd:nonNegativeInteger
                                         ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DataMinQualifiedCardinalityRange

:DataMinQualifiedCardinalityRange rdf:type owl:Class ;
                                  
                                  rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                    owl:onProperty :dataMinQualifiedCardinality ;
                                                    owl:minQualifiedCardinality "9"^^xsd:nonNegativeInteger ;
                                                    owl:onDataRange xsd:dateTime
                                                  ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DataSomeValuesFrom

:DataSomeValuesFrom rdf:type owl:Class ;
                    
                    rdfs:subClassOf [ rdf:type owl:Restriction ;
                                      owl:onProperty :dataSomeValuesFromProperty ;
                                      owl:someValuesFrom xsd:dateTime
                                    ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DataSomeValuesFrom_RL

:DataSomeValuesFrom_RL rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DeprecatedClass

:DeprecatedClass rdf:type owl:Class ;
                 
                 owl:deprecated "true"^^xsd:boolean .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DeprecatedPropertyRange

:DeprecatedPropertyRange rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DisjointObjectProperty_Range1

:DisjointObjectProperty_Range1 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DisjointObjectProperty_Range2

:DisjointObjectProperty_Range2 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DisjointObjectProperty_Range3

:DisjointObjectProperty_Range3 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DisjointUnion

:DisjointUnion rdf:type owl:Class ;
               
               owl:disjointUnionOf ( :DisjointUnion_Class1
                                     :DisjointUnion_Class2
                                   ) .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DisjointUnion_Class1

:DisjointUnion_Class1 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DisjointUnion_Class2

:DisjointUnion_Class2 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DisjointWith_Class1

:DisjointWith_Class1 rdf:type owl:Class ;
                     
                     owl:disjointWith :DisjointWith_Class2 ,
                                      :DisjointWith_Class3 .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DisjointWith_Class2

:DisjointWith_Class2 rdf:type owl:Class ;
                     
                     owl:disjointWith :DisjointWith_Class3 .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/DisjointWith_Class3

:DisjointWith_Class3 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/Domain

:Domain rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/EightParallelPropertiesDomain

:EightParallelPropertiesDomain rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/EightParallelPropertiesRange

:EightParallelPropertiesRange rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/EightSymmetricProperties

:EightSymmetricProperties rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/EquivalentClass_1

:EquivalentClass_1 rdf:type owl:Class ;
                   
                   owl:equivalentClass :EquivalentClass_2 .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/EquivalentClass_2

:EquivalentClass_2 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/EquivalentObjectProperty_Range1

:EquivalentObjectProperty_Range1 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/EquivalentObjectProperty_Range2

:EquivalentObjectProperty_Range2 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/EquivalentObjectProperty_Range3

:EquivalentObjectProperty_Range3 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/FiveParallelPropertiesDomain

:FiveParallelPropertiesDomain rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/FiveSymmetricProperties

:FiveSymmetricProperties rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/FourParallelPropertiesDomain

:FourParallelPropertiesDomain rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/FourSymmetricProperties

:FourSymmetricProperties rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/FunctionalObjectPropertyRange

:FunctionalObjectPropertyRange rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HasKeyClass

:HasKeyClass rdf:type owl:Class ;
             
             owl:hasKey ( :hasKeyProperty_2
                          :hasKeyProperty_1
                        ) .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HasKeyPropertyRange_2

:HasKeyPropertyRange_2 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HasSelfClass

:HasSelfClass rdf:type owl:Class ;
              
              owl:equivalentClass [ rdf:type owl:Restriction ;
                                    owl:onProperty :hasSelfProperty ;
                                    owl:hasSelf "true"^^xsd:boolean
                                  ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals

:HundredIndividuals rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/InverseFunctionalObjectPropertyRange

:InverseFunctionalObjectPropertyRange rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/InverseOfPropertyRange

:InverseOfPropertyRange rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/IrreflexiveObjectPropertyRange

:IrreflexiveObjectPropertyRange rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/NoObjectComplementOf

:NoObjectComplementOf rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectAllValuesFrom

:ObjectAllValuesFrom rdf:type owl:Class ;
                     
                     rdfs:subClassOf [ rdf:type owl:Restriction ;
                                       owl:onProperty :objectAllValuesFromProperty ;
                                       owl:allValuesFrom :ObjectAllValuesFromRange
                                     ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectAllValuesFromRange

:ObjectAllValuesFromRange rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectComplementOf

:ObjectComplementOf rdf:type owl:Class ;
                    
                    rdfs:subClassOf [ rdf:type owl:Class ;
                                      owl:complementOf :NoObjectComplementOf
                                    ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectExactCardinalityRange

:ObjectExactCardinalityRange rdf:type owl:Class ;
                             
                             rdfs:subClassOf [ rdf:type owl:Restriction ;
                                               owl:onProperty :objectExactCardinalityProperty ;
                                               owl:cardinality "4"^^xsd:nonNegativeInteger
                                             ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectExactCardinalityRange_Lite

:ObjectExactCardinalityRange_Lite rdf:type owl:Class ;
                                  
                                  rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                    owl:onProperty :objectExactCardinalityProperty_Lite ;
                                                    owl:cardinality "1"^^xsd:nonNegativeInteger
                                                  ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectExactQualifiedCardinalityRange

:ObjectExactQualifiedCardinalityRange rdf:type owl:Class ;
                                      
                                      rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                        owl:onProperty :objectExactQualifiedCardinalityProperty ;
                                                        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                        owl:onClass :ObjectExactQualifiedCardinality_Qualifier
                                                      ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectExactQualifiedCardinality_Qualifier

:ObjectExactQualifiedCardinality_Qualifier rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectHasValue

:ObjectHasValue rdf:type owl:Class ;
                
                rdfs:subClassOf [ rdf:type owl:Restriction ;
                                  owl:onProperty :objectHasValueProperty ;
                                  owl:hasValue :ObjectHasValue_Individual
                                ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectIntersectionOf

:ObjectIntersectionOf rdf:type owl:Class ;
                      
                      owl:equivalentClass [ owl:intersectionOf ( :ObjectIntersectionOf_Class1
                                                                 :ObjectIntersectionOf_Class2
                                                               ) ;
                                            rdf:type owl:Class
                                          ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectIntersectionOf_Class1

:ObjectIntersectionOf_Class1 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectIntersectionOf_Class2

:ObjectIntersectionOf_Class2 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectIntersectionOf_QL

:ObjectIntersectionOf_QL rdf:type owl:Class ;
                         
                         rdfs:subClassOf [ owl:intersectionOf ( :ObjectIntersectionOf_QL_Class1
                                                                :ObjectIntersectionOf_QL_Class2
                                                              ) ;
                                           rdf:type owl:Class
                                         ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectIntersectionOf_QL_Class1

:ObjectIntersectionOf_QL_Class1 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectIntersectionOf_QL_Class2

:ObjectIntersectionOf_QL_Class2 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectMaxCardinalityRange

:ObjectMaxCardinalityRange rdf:type owl:Class ;
                           
                           rdfs:subClassOf [ rdf:type owl:Restriction ;
                                             owl:onProperty :objectMaxCardinalityProperty ;
                                             owl:maxCardinality "8"^^xsd:nonNegativeInteger
                                           ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectMaxCardinalityRange_LiteRL

:ObjectMaxCardinalityRange_LiteRL rdf:type owl:Class ;
                                  
                                  rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                    owl:onProperty :objectMaxCardinalityProperty_LiteRL ;
                                                    owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                                  ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectMaxQualifiedCardinalityRange

:ObjectMaxQualifiedCardinalityRange rdf:type owl:Class ;
                                    
                                    rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                      owl:onProperty :objectMaxQualifiedCardinalityProperty ;
                                                      owl:maxQualifiedCardinality "3"^^xsd:nonNegativeInteger ;
                                                      owl:onClass :ObjectMaxQualifiedCardinality_Qualifier
                                                    ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectMaxQualifiedCardinalityRange_RL

:ObjectMaxQualifiedCardinalityRange_RL rdf:type owl:Class ;
                                       
                                       rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                         owl:onProperty :objectMaxQualifiedCardinalityProperty_RL ;
                                                         owl:maxQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
                                                         owl:onClass :ObjectMaxQualifiedCardinality_RL_Qualifier
                                                       ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectMaxQualifiedCardinality_Qualifier

:ObjectMaxQualifiedCardinality_Qualifier rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectMaxQualifiedCardinality_RL_Qualifier

:ObjectMaxQualifiedCardinality_RL_Qualifier rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectMinCardinalityRange

:ObjectMinCardinalityRange rdf:type owl:Class ;
                           
                           rdfs:subClassOf [ rdf:type owl:Restriction ;
                                             owl:onProperty :objectMinCardinalityProperty ;
                                             owl:minCardinality "2"^^xsd:nonNegativeInteger
                                           ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectMinCardinalityRange_Lite

:ObjectMinCardinalityRange_Lite rdf:type owl:Class ;
                                
                                rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                  owl:onProperty :objectMinCardinalityProperty_Lite ;
                                                  owl:minCardinality "0"^^xsd:nonNegativeInteger
                                                ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectMinQualifiedCardinalityRange

:ObjectMinQualifiedCardinalityRange rdf:type owl:Class ;
                                    
                                    rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                      owl:onProperty :objectMinQualifiedCardinalityProperty ;
                                                      owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                      owl:onClass :ObjectMinQualifiedCardinality_Qualifier
                                                    ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectMinQualifiedCardinality_Qualifier

:ObjectMinQualifiedCardinality_Qualifier rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectOneOf

:ObjectOneOf rdf:type owl:Class ;
             
             owl:equivalentClass [ rdf:type owl:Class ;
                                   owl:oneOf ( :ObjectOneOf_Individual1
                                               :ObjectOneOf_Individual2
                                             )
                                 ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectOneOf_EL

:ObjectOneOf_EL rdf:type owl:Class ;
                
                rdfs:subClassOf [ rdf:type owl:Class ;
                                  owl:oneOf ( :ObjectOneOf_EL_Individual
                                            )
                                ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectOneOf_RL

:ObjectOneOf_RL rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectPropertyDisjointWith_Range1

:ObjectPropertyDisjointWith_Range1 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectPropertyDisjointWith_Range2

:ObjectPropertyDisjointWith_Range2 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectPropertyRange

:ObjectPropertyRange rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectSomeValuesFrom

:ObjectSomeValuesFrom rdf:type owl:Class ;
                      
                      rdfs:subClassOf [ rdf:type owl:Restriction ;
                                        owl:onProperty :objectSomeValuesFromProperty ;
                                        owl:someValuesFrom :ObjectSomeValuesFromRange
                                      ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectSomeValuesFromRange

:ObjectSomeValuesFromRange rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectSomeValuesFromRange_RL

:ObjectSomeValuesFromRange_RL rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectSomeValuesFrom_RL

:ObjectSomeValuesFrom_RL rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectUnionOf

:ObjectUnionOf rdf:type owl:Class ;
               
               rdfs:subClassOf [ rdf:type owl:Class ;
                                 owl:unionOf ( :ObjectUnionOf_Class1
                                               :ObjectUnionOf_Class2
                                               :ObjectUnionOf_Class3
                                             )
                               ] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectUnionOf_Class1

:ObjectUnionOf_Class1 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectUnionOf_Class2

:ObjectUnionOf_Class2 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectUnionOf_Class3

:ObjectUnionOf_Class3 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectUnionOf_RL

:ObjectUnionOf_RL rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectUnionOf_RL_Class1

:ObjectUnionOf_RL_Class1 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectUnionOf_RL_Class2

:ObjectUnionOf_RL_Class2 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectUnionOf_RL_Class3

:ObjectUnionOf_RL_Class3 rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/OneSymmetricProperty

:OneSymmetricProperty rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/PropertyChainEnd

:PropertyChainEnd rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/PropertyChainMiddle

:PropertyChainMiddle rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/Range

:Range rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ReflexiveObjectPropertyRange

:ReflexiveObjectPropertyRange rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SevenParallelPropertiesDomain

:SevenParallelPropertiesDomain rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SevenSymmetricProperties

:SevenSymmetricProperties rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SixParallelPropertiesDomain

:SixParallelPropertiesDomain rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SixSymmetricProperties

:SixSymmetricProperties rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SubClass

:SubClass rdf:type owl:Class ;
          
          rdfs:subClassOf :SuperClass .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SuperClass

:SuperClass rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SymmetricObjectPropertyRange

:SymmetricObjectPropertyRange rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/TenIndividuals

:TenIndividuals rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals

:ThousandIndividuals rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThreeParallelPropertiesDomain

:ThreeParallelPropertiesDomain rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThreeSymmetricProperties

:ThreeSymmetricProperties rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/TopObjectPropertyRange

:TopObjectPropertyRange rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/TransitiveObjectPropertyRange

:TransitiveObjectPropertyRange rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/TwoParallelPropertiesDomain

:TwoParallelPropertiesDomain rdf:type owl:Class .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/TwoSymmetricProperties

:TwoSymmetricProperties rdf:type owl:Class .



###  http://www.w3.org/2002/07/owl#Nothing

owl:Nothing rdf:type owl:Class .



###  http://www.w3.org/2002/07/owl#Thing

owl:Thing rdf:type owl:Class .





#################################################################
#
#    Individuals
#
#################################################################


###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/AllDifferent_Individual1

:AllDifferent_Individual1 rdf:type owl:NamedIndividual .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/AllDifferent_Individual2

:AllDifferent_Individual2 rdf:type owl:NamedIndividual .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/AllDifferent_Individual3

:AllDifferent_Individual3 rdf:type owl:NamedIndividual .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/AllDifferent_Individual4

:AllDifferent_Individual4 rdf:type owl:NamedIndividual .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_1

:HundredIndividuals_1 rdf:type owl:NamedIndividual ,
                               :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_10

:HundredIndividuals_10 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_100

:HundredIndividuals_100 rdf:type owl:NamedIndividual ,
                                 :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_11

:HundredIndividuals_11 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_12

:HundredIndividuals_12 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_13

:HundredIndividuals_13 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_14

:HundredIndividuals_14 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_15

:HundredIndividuals_15 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_16

:HundredIndividuals_16 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_17

:HundredIndividuals_17 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_18

:HundredIndividuals_18 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_19

:HundredIndividuals_19 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_2

:HundredIndividuals_2 rdf:type owl:NamedIndividual ,
                               :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_20

:HundredIndividuals_20 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_21

:HundredIndividuals_21 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_22

:HundredIndividuals_22 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_23

:HundredIndividuals_23 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_24

:HundredIndividuals_24 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_25

:HundredIndividuals_25 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_26

:HundredIndividuals_26 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_27

:HundredIndividuals_27 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_28

:HundredIndividuals_28 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_29

:HundredIndividuals_29 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_3

:HundredIndividuals_3 rdf:type owl:NamedIndividual ,
                               :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_30

:HundredIndividuals_30 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_31

:HundredIndividuals_31 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_32

:HundredIndividuals_32 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_33

:HundredIndividuals_33 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_34

:HundredIndividuals_34 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_35

:HundredIndividuals_35 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_36

:HundredIndividuals_36 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_37

:HundredIndividuals_37 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_38

:HundredIndividuals_38 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_39

:HundredIndividuals_39 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_4

:HundredIndividuals_4 rdf:type owl:NamedIndividual ,
                               :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_40

:HundredIndividuals_40 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_41

:HundredIndividuals_41 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_42

:HundredIndividuals_42 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_43

:HundredIndividuals_43 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_44

:HundredIndividuals_44 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_45

:HundredIndividuals_45 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_46

:HundredIndividuals_46 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_47

:HundredIndividuals_47 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_48

:HundredIndividuals_48 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_49

:HundredIndividuals_49 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_5

:HundredIndividuals_5 rdf:type owl:NamedIndividual ,
                               :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_50

:HundredIndividuals_50 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_51

:HundredIndividuals_51 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_52

:HundredIndividuals_52 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_53

:HundredIndividuals_53 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_54

:HundredIndividuals_54 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_55

:HundredIndividuals_55 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_56

:HundredIndividuals_56 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_57

:HundredIndividuals_57 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_58

:HundredIndividuals_58 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_59

:HundredIndividuals_59 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_6

:HundredIndividuals_6 rdf:type owl:NamedIndividual ,
                               :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_60

:HundredIndividuals_60 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_61

:HundredIndividuals_61 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_62

:HundredIndividuals_62 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_63

:HundredIndividuals_63 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_64

:HundredIndividuals_64 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_65

:HundredIndividuals_65 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_66

:HundredIndividuals_66 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_67

:HundredIndividuals_67 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_68

:HundredIndividuals_68 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_69

:HundredIndividuals_69 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_7

:HundredIndividuals_7 rdf:type owl:NamedIndividual ,
                               :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_70

:HundredIndividuals_70 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_71

:HundredIndividuals_71 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_72

:HundredIndividuals_72 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_73

:HundredIndividuals_73 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_74

:HundredIndividuals_74 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_75

:HundredIndividuals_75 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_76

:HundredIndividuals_76 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_77

:HundredIndividuals_77 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_78

:HundredIndividuals_78 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_79

:HundredIndividuals_79 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_8

:HundredIndividuals_8 rdf:type owl:NamedIndividual ,
                               :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_80

:HundredIndividuals_80 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_81

:HundredIndividuals_81 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_82

:HundredIndividuals_82 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_83

:HundredIndividuals_83 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_84

:HundredIndividuals_84 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_85

:HundredIndividuals_85 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_86

:HundredIndividuals_86 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_87

:HundredIndividuals_87 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_88

:HundredIndividuals_88 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_89

:HundredIndividuals_89 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_9

:HundredIndividuals_9 rdf:type owl:NamedIndividual ,
                               :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_90

:HundredIndividuals_90 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_91

:HundredIndividuals_91 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_92

:HundredIndividuals_92 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_93

:HundredIndividuals_93 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_94

:HundredIndividuals_94 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_95

:HundredIndividuals_95 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_96

:HundredIndividuals_96 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_97

:HundredIndividuals_97 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_98

:HundredIndividuals_98 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/HundredIndividuals_99

:HundredIndividuals_99 rdf:type owl:NamedIndividual ,
                                :HundredIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/NamedIndividual

:NamedIndividual rdf:type owl:NamedIndividual ,
                          :Class40 .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/NegativeDataPropertyAssertion_SourceIndividual

:NegativeDataPropertyAssertion_SourceIndividual rdf:type owl:NamedIndividual .
[ rdf:type owl:NegativePropertyAssertion ;
  owl:sourceIndividual :NegativeDataPropertyAssertion_SourceIndividual ;
  owl:assertionProperty :negativeDataPropertyAssertionProperty ;
  owl:targetValue "NegativeDataPropertyAssertion_TargetValue"^^xsd:string
] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/NegativeObjectPropertyAssertion_SourceIndividual

:NegativeObjectPropertyAssertion_SourceIndividual rdf:type owl:NamedIndividual .
[ rdf:type owl:NegativePropertyAssertion ;
  owl:sourceIndividual :NegativeObjectPropertyAssertion_SourceIndividual ;
  owl:assertionProperty :negativeObjectPropertyAssertionProperty ;
  owl:targetIndividual :NegativeObjectPropertyAssertion_TargetIndividual
] .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/NegativeObjectPropertyAssertion_TargetIndividual

:NegativeObjectPropertyAssertion_TargetIndividual rdf:type owl:NamedIndividual .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectHasValue_Individual

:ObjectHasValue_Individual rdf:type owl:NamedIndividual .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectOneOf_EL_Individual

:ObjectOneOf_EL_Individual rdf:type owl:NamedIndividual .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectOneOf_Individual1

:ObjectOneOf_Individual1 rdf:type owl:NamedIndividual .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectOneOf_Individual2

:ObjectOneOf_Individual2 rdf:type owl:NamedIndividual .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectOneOf_RL_Individual1

:ObjectOneOf_RL_Individual1 rdf:type owl:NamedIndividual .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ObjectOneOf_RL_Individual2

:ObjectOneOf_RL_Individual2 rdf:type owl:NamedIndividual .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SameAs_Individual1

:SameAs_Individual1 rdf:type owl:NamedIndividual ;
                    
                    owl:sameAs :SameAs_Individual2 .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/SameAs_Individual2

:SameAs_Individual2 rdf:type owl:NamedIndividual .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/TenIndividuals_1

:TenIndividuals_1 rdf:type owl:NamedIndividual ,
                           :TenIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/TenIndividuals_10

:TenIndividuals_10 rdf:type owl:NamedIndividual ,
                            :TenIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/TenIndividuals_2

:TenIndividuals_2 rdf:type owl:NamedIndividual ,
                           :TenIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/TenIndividuals_3

:TenIndividuals_3 rdf:type owl:NamedIndividual ,
                           :TenIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/TenIndividuals_4

:TenIndividuals_4 rdf:type owl:NamedIndividual ,
                           :TenIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/TenIndividuals_5

:TenIndividuals_5 rdf:type owl:NamedIndividual ,
                           :TenIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/TenIndividuals_6

:TenIndividuals_6 rdf:type owl:NamedIndividual ,
                           :TenIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/TenIndividuals_7

:TenIndividuals_7 rdf:type owl:NamedIndividual ,
                           :TenIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/TenIndividuals_8

:TenIndividuals_8 rdf:type owl:NamedIndividual ,
                           :TenIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/TenIndividuals_9

:TenIndividuals_9 rdf:type owl:NamedIndividual ,
                           :TenIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_1

:ThousandIndividuals_1 rdf:type owl:NamedIndividual ,
                                :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_10

:ThousandIndividuals_10 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_100

:ThousandIndividuals_100 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_1000

:ThousandIndividuals_1000 rdf:type owl:NamedIndividual ,
                                   :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_101

:ThousandIndividuals_101 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_102

:ThousandIndividuals_102 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_103

:ThousandIndividuals_103 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_104

:ThousandIndividuals_104 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_105

:ThousandIndividuals_105 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_106

:ThousandIndividuals_106 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_107

:ThousandIndividuals_107 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_108

:ThousandIndividuals_108 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_109

:ThousandIndividuals_109 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_11

:ThousandIndividuals_11 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_110

:ThousandIndividuals_110 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_111

:ThousandIndividuals_111 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_112

:ThousandIndividuals_112 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_113

:ThousandIndividuals_113 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_114

:ThousandIndividuals_114 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_115

:ThousandIndividuals_115 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_116

:ThousandIndividuals_116 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_117

:ThousandIndividuals_117 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_118

:ThousandIndividuals_118 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_119

:ThousandIndividuals_119 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_12

:ThousandIndividuals_12 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_120

:ThousandIndividuals_120 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_121

:ThousandIndividuals_121 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_122

:ThousandIndividuals_122 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_123

:ThousandIndividuals_123 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_124

:ThousandIndividuals_124 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_125

:ThousandIndividuals_125 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_126

:ThousandIndividuals_126 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_127

:ThousandIndividuals_127 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_128

:ThousandIndividuals_128 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_129

:ThousandIndividuals_129 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_13

:ThousandIndividuals_13 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_130

:ThousandIndividuals_130 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_131

:ThousandIndividuals_131 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_132

:ThousandIndividuals_132 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_133

:ThousandIndividuals_133 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_134

:ThousandIndividuals_134 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_135

:ThousandIndividuals_135 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_136

:ThousandIndividuals_136 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_137

:ThousandIndividuals_137 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_138

:ThousandIndividuals_138 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_139

:ThousandIndividuals_139 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_14

:ThousandIndividuals_14 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_140

:ThousandIndividuals_140 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_141

:ThousandIndividuals_141 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_142

:ThousandIndividuals_142 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_143

:ThousandIndividuals_143 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_144

:ThousandIndividuals_144 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_145

:ThousandIndividuals_145 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_146

:ThousandIndividuals_146 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_147

:ThousandIndividuals_147 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_148

:ThousandIndividuals_148 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_149

:ThousandIndividuals_149 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_15

:ThousandIndividuals_15 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_150

:ThousandIndividuals_150 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_151

:ThousandIndividuals_151 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_152

:ThousandIndividuals_152 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_153

:ThousandIndividuals_153 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_154

:ThousandIndividuals_154 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_155

:ThousandIndividuals_155 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_156

:ThousandIndividuals_156 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_157

:ThousandIndividuals_157 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_158

:ThousandIndividuals_158 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_159

:ThousandIndividuals_159 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_16

:ThousandIndividuals_16 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_160

:ThousandIndividuals_160 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_161

:ThousandIndividuals_161 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_162

:ThousandIndividuals_162 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_163

:ThousandIndividuals_163 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_164

:ThousandIndividuals_164 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_165

:ThousandIndividuals_165 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_166

:ThousandIndividuals_166 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_167

:ThousandIndividuals_167 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_168

:ThousandIndividuals_168 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_169

:ThousandIndividuals_169 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_17

:ThousandIndividuals_17 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_170

:ThousandIndividuals_170 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_171

:ThousandIndividuals_171 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_172

:ThousandIndividuals_172 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_173

:ThousandIndividuals_173 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_174

:ThousandIndividuals_174 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_175

:ThousandIndividuals_175 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_176

:ThousandIndividuals_176 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_177

:ThousandIndividuals_177 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_178

:ThousandIndividuals_178 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_179

:ThousandIndividuals_179 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_18

:ThousandIndividuals_18 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_180

:ThousandIndividuals_180 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_181

:ThousandIndividuals_181 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_182

:ThousandIndividuals_182 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_183

:ThousandIndividuals_183 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_184

:ThousandIndividuals_184 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_185

:ThousandIndividuals_185 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_186

:ThousandIndividuals_186 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_187

:ThousandIndividuals_187 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_188

:ThousandIndividuals_188 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_189

:ThousandIndividuals_189 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_19

:ThousandIndividuals_19 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_190

:ThousandIndividuals_190 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_191

:ThousandIndividuals_191 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_192

:ThousandIndividuals_192 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_193

:ThousandIndividuals_193 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_194

:ThousandIndividuals_194 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_195

:ThousandIndividuals_195 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_196

:ThousandIndividuals_196 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_197

:ThousandIndividuals_197 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_198

:ThousandIndividuals_198 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_199

:ThousandIndividuals_199 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_2

:ThousandIndividuals_2 rdf:type owl:NamedIndividual ,
                                :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_20

:ThousandIndividuals_20 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_200

:ThousandIndividuals_200 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_201

:ThousandIndividuals_201 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_202

:ThousandIndividuals_202 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_203

:ThousandIndividuals_203 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_204

:ThousandIndividuals_204 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_205

:ThousandIndividuals_205 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_206

:ThousandIndividuals_206 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_207

:ThousandIndividuals_207 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_208

:ThousandIndividuals_208 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_209

:ThousandIndividuals_209 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_21

:ThousandIndividuals_21 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_210

:ThousandIndividuals_210 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_211

:ThousandIndividuals_211 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_212

:ThousandIndividuals_212 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_213

:ThousandIndividuals_213 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_214

:ThousandIndividuals_214 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_215

:ThousandIndividuals_215 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_216

:ThousandIndividuals_216 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_217

:ThousandIndividuals_217 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_218

:ThousandIndividuals_218 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_219

:ThousandIndividuals_219 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_22

:ThousandIndividuals_22 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_220

:ThousandIndividuals_220 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_221

:ThousandIndividuals_221 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_222

:ThousandIndividuals_222 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_223

:ThousandIndividuals_223 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_224

:ThousandIndividuals_224 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_225

:ThousandIndividuals_225 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_226

:ThousandIndividuals_226 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_227

:ThousandIndividuals_227 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_228

:ThousandIndividuals_228 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_229

:ThousandIndividuals_229 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_23

:ThousandIndividuals_23 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_230

:ThousandIndividuals_230 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_231

:ThousandIndividuals_231 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_232

:ThousandIndividuals_232 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_233

:ThousandIndividuals_233 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_234

:ThousandIndividuals_234 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_235

:ThousandIndividuals_235 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_236

:ThousandIndividuals_236 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_237

:ThousandIndividuals_237 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_238

:ThousandIndividuals_238 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_239

:ThousandIndividuals_239 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_24

:ThousandIndividuals_24 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_240

:ThousandIndividuals_240 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_241

:ThousandIndividuals_241 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_242

:ThousandIndividuals_242 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_243

:ThousandIndividuals_243 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_244

:ThousandIndividuals_244 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_245

:ThousandIndividuals_245 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_246

:ThousandIndividuals_246 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_247

:ThousandIndividuals_247 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_248

:ThousandIndividuals_248 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_249

:ThousandIndividuals_249 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_25

:ThousandIndividuals_25 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_250

:ThousandIndividuals_250 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_251

:ThousandIndividuals_251 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_252

:ThousandIndividuals_252 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_253

:ThousandIndividuals_253 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_254

:ThousandIndividuals_254 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_255

:ThousandIndividuals_255 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_256

:ThousandIndividuals_256 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_257

:ThousandIndividuals_257 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_258

:ThousandIndividuals_258 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_259

:ThousandIndividuals_259 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_26

:ThousandIndividuals_26 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_260

:ThousandIndividuals_260 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_261

:ThousandIndividuals_261 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_262

:ThousandIndividuals_262 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_263

:ThousandIndividuals_263 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_264

:ThousandIndividuals_264 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_265

:ThousandIndividuals_265 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_266

:ThousandIndividuals_266 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_267

:ThousandIndividuals_267 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_268

:ThousandIndividuals_268 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_269

:ThousandIndividuals_269 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_27

:ThousandIndividuals_27 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_270

:ThousandIndividuals_270 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_271

:ThousandIndividuals_271 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_272

:ThousandIndividuals_272 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_273

:ThousandIndividuals_273 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_274

:ThousandIndividuals_274 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_275

:ThousandIndividuals_275 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_276

:ThousandIndividuals_276 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_277

:ThousandIndividuals_277 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_278

:ThousandIndividuals_278 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_279

:ThousandIndividuals_279 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_28

:ThousandIndividuals_28 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_280

:ThousandIndividuals_280 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_281

:ThousandIndividuals_281 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_282

:ThousandIndividuals_282 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_283

:ThousandIndividuals_283 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_284

:ThousandIndividuals_284 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_285

:ThousandIndividuals_285 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_286

:ThousandIndividuals_286 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_287

:ThousandIndividuals_287 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_288

:ThousandIndividuals_288 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_289

:ThousandIndividuals_289 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_29

:ThousandIndividuals_29 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_290

:ThousandIndividuals_290 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_291

:ThousandIndividuals_291 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_292

:ThousandIndividuals_292 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_293

:ThousandIndividuals_293 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_294

:ThousandIndividuals_294 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_295

:ThousandIndividuals_295 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_296

:ThousandIndividuals_296 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_297

:ThousandIndividuals_297 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_298

:ThousandIndividuals_298 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_299

:ThousandIndividuals_299 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_3

:ThousandIndividuals_3 rdf:type owl:NamedIndividual ,
                                :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_30

:ThousandIndividuals_30 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_300

:ThousandIndividuals_300 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_301

:ThousandIndividuals_301 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_302

:ThousandIndividuals_302 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_303

:ThousandIndividuals_303 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_304

:ThousandIndividuals_304 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_305

:ThousandIndividuals_305 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_306

:ThousandIndividuals_306 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_307

:ThousandIndividuals_307 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_308

:ThousandIndividuals_308 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_309

:ThousandIndividuals_309 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_31

:ThousandIndividuals_31 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_310

:ThousandIndividuals_310 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_311

:ThousandIndividuals_311 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_312

:ThousandIndividuals_312 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_313

:ThousandIndividuals_313 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_314

:ThousandIndividuals_314 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_315

:ThousandIndividuals_315 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_316

:ThousandIndividuals_316 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_317

:ThousandIndividuals_317 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_318

:ThousandIndividuals_318 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_319

:ThousandIndividuals_319 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_32

:ThousandIndividuals_32 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_320

:ThousandIndividuals_320 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_321

:ThousandIndividuals_321 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_322

:ThousandIndividuals_322 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_323

:ThousandIndividuals_323 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_324

:ThousandIndividuals_324 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_325

:ThousandIndividuals_325 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_326

:ThousandIndividuals_326 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_327

:ThousandIndividuals_327 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_328

:ThousandIndividuals_328 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_329

:ThousandIndividuals_329 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_33

:ThousandIndividuals_33 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_330

:ThousandIndividuals_330 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_331

:ThousandIndividuals_331 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_332

:ThousandIndividuals_332 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_333

:ThousandIndividuals_333 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_334

:ThousandIndividuals_334 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_335

:ThousandIndividuals_335 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_336

:ThousandIndividuals_336 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_337

:ThousandIndividuals_337 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_338

:ThousandIndividuals_338 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_339

:ThousandIndividuals_339 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_34

:ThousandIndividuals_34 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_340

:ThousandIndividuals_340 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_341

:ThousandIndividuals_341 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_342

:ThousandIndividuals_342 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_343

:ThousandIndividuals_343 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_344

:ThousandIndividuals_344 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_345

:ThousandIndividuals_345 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_346

:ThousandIndividuals_346 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_347

:ThousandIndividuals_347 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_348

:ThousandIndividuals_348 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_349

:ThousandIndividuals_349 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_35

:ThousandIndividuals_35 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_350

:ThousandIndividuals_350 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_351

:ThousandIndividuals_351 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_352

:ThousandIndividuals_352 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_353

:ThousandIndividuals_353 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_354

:ThousandIndividuals_354 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_355

:ThousandIndividuals_355 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_356

:ThousandIndividuals_356 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_357

:ThousandIndividuals_357 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_358

:ThousandIndividuals_358 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_359

:ThousandIndividuals_359 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_36

:ThousandIndividuals_36 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_360

:ThousandIndividuals_360 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_361

:ThousandIndividuals_361 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_362

:ThousandIndividuals_362 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_363

:ThousandIndividuals_363 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_364

:ThousandIndividuals_364 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_365

:ThousandIndividuals_365 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_366

:ThousandIndividuals_366 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_367

:ThousandIndividuals_367 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_368

:ThousandIndividuals_368 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_369

:ThousandIndividuals_369 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_37

:ThousandIndividuals_37 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_370

:ThousandIndividuals_370 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_371

:ThousandIndividuals_371 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_372

:ThousandIndividuals_372 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_373

:ThousandIndividuals_373 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_374

:ThousandIndividuals_374 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_375

:ThousandIndividuals_375 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_376

:ThousandIndividuals_376 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_377

:ThousandIndividuals_377 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_378

:ThousandIndividuals_378 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_379

:ThousandIndividuals_379 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_38

:ThousandIndividuals_38 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_380

:ThousandIndividuals_380 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_381

:ThousandIndividuals_381 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_382

:ThousandIndividuals_382 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_383

:ThousandIndividuals_383 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_384

:ThousandIndividuals_384 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_385

:ThousandIndividuals_385 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_386

:ThousandIndividuals_386 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_387

:ThousandIndividuals_387 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_388

:ThousandIndividuals_388 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_389

:ThousandIndividuals_389 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_39

:ThousandIndividuals_39 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_390

:ThousandIndividuals_390 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_391

:ThousandIndividuals_391 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_392

:ThousandIndividuals_392 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_393

:ThousandIndividuals_393 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_394

:ThousandIndividuals_394 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_395

:ThousandIndividuals_395 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_396

:ThousandIndividuals_396 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_397

:ThousandIndividuals_397 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_398

:ThousandIndividuals_398 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_399

:ThousandIndividuals_399 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_4

:ThousandIndividuals_4 rdf:type owl:NamedIndividual ,
                                :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_40

:ThousandIndividuals_40 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_400

:ThousandIndividuals_400 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_401

:ThousandIndividuals_401 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_402

:ThousandIndividuals_402 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_403

:ThousandIndividuals_403 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_404

:ThousandIndividuals_404 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_405

:ThousandIndividuals_405 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_406

:ThousandIndividuals_406 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_407

:ThousandIndividuals_407 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_408

:ThousandIndividuals_408 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_409

:ThousandIndividuals_409 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_41

:ThousandIndividuals_41 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_410

:ThousandIndividuals_410 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_411

:ThousandIndividuals_411 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_412

:ThousandIndividuals_412 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_413

:ThousandIndividuals_413 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_414

:ThousandIndividuals_414 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_415

:ThousandIndividuals_415 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_416

:ThousandIndividuals_416 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_417

:ThousandIndividuals_417 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_418

:ThousandIndividuals_418 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_419

:ThousandIndividuals_419 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_42

:ThousandIndividuals_42 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_420

:ThousandIndividuals_420 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_421

:ThousandIndividuals_421 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_422

:ThousandIndividuals_422 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_423

:ThousandIndividuals_423 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_424

:ThousandIndividuals_424 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_425

:ThousandIndividuals_425 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_426

:ThousandIndividuals_426 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_427

:ThousandIndividuals_427 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_428

:ThousandIndividuals_428 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_429

:ThousandIndividuals_429 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_43

:ThousandIndividuals_43 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_430

:ThousandIndividuals_430 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_431

:ThousandIndividuals_431 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_432

:ThousandIndividuals_432 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_433

:ThousandIndividuals_433 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_434

:ThousandIndividuals_434 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_435

:ThousandIndividuals_435 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_436

:ThousandIndividuals_436 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_437

:ThousandIndividuals_437 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_438

:ThousandIndividuals_438 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_439

:ThousandIndividuals_439 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_44

:ThousandIndividuals_44 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_440

:ThousandIndividuals_440 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_441

:ThousandIndividuals_441 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_442

:ThousandIndividuals_442 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_443

:ThousandIndividuals_443 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_444

:ThousandIndividuals_444 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_445

:ThousandIndividuals_445 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_446

:ThousandIndividuals_446 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_447

:ThousandIndividuals_447 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_448

:ThousandIndividuals_448 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_449

:ThousandIndividuals_449 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_45

:ThousandIndividuals_45 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_450

:ThousandIndividuals_450 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_451

:ThousandIndividuals_451 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_452

:ThousandIndividuals_452 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_453

:ThousandIndividuals_453 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_454

:ThousandIndividuals_454 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_455

:ThousandIndividuals_455 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_456

:ThousandIndividuals_456 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_457

:ThousandIndividuals_457 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_458

:ThousandIndividuals_458 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_459

:ThousandIndividuals_459 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_46

:ThousandIndividuals_46 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_460

:ThousandIndividuals_460 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_461

:ThousandIndividuals_461 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_462

:ThousandIndividuals_462 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_463

:ThousandIndividuals_463 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_464

:ThousandIndividuals_464 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_465

:ThousandIndividuals_465 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_466

:ThousandIndividuals_466 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_467

:ThousandIndividuals_467 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_468

:ThousandIndividuals_468 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_469

:ThousandIndividuals_469 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_47

:ThousandIndividuals_47 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_470

:ThousandIndividuals_470 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_471

:ThousandIndividuals_471 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_472

:ThousandIndividuals_472 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_473

:ThousandIndividuals_473 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_474

:ThousandIndividuals_474 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_475

:ThousandIndividuals_475 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_476

:ThousandIndividuals_476 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_477

:ThousandIndividuals_477 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_478

:ThousandIndividuals_478 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_479

:ThousandIndividuals_479 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_48

:ThousandIndividuals_48 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_480

:ThousandIndividuals_480 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_481

:ThousandIndividuals_481 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_482

:ThousandIndividuals_482 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_483

:ThousandIndividuals_483 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_484

:ThousandIndividuals_484 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_485

:ThousandIndividuals_485 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_486

:ThousandIndividuals_486 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_487

:ThousandIndividuals_487 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_488

:ThousandIndividuals_488 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_489

:ThousandIndividuals_489 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_49

:ThousandIndividuals_49 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_490

:ThousandIndividuals_490 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_491

:ThousandIndividuals_491 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_492

:ThousandIndividuals_492 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_493

:ThousandIndividuals_493 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_494

:ThousandIndividuals_494 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_495

:ThousandIndividuals_495 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_496

:ThousandIndividuals_496 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_497

:ThousandIndividuals_497 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_498

:ThousandIndividuals_498 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_499

:ThousandIndividuals_499 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_5

:ThousandIndividuals_5 rdf:type owl:NamedIndividual ,
                                :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_50

:ThousandIndividuals_50 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_500

:ThousandIndividuals_500 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_501

:ThousandIndividuals_501 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_502

:ThousandIndividuals_502 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_503

:ThousandIndividuals_503 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_504

:ThousandIndividuals_504 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_505

:ThousandIndividuals_505 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_506

:ThousandIndividuals_506 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_507

:ThousandIndividuals_507 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_508

:ThousandIndividuals_508 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_509

:ThousandIndividuals_509 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_51

:ThousandIndividuals_51 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_510

:ThousandIndividuals_510 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_511

:ThousandIndividuals_511 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_512

:ThousandIndividuals_512 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_513

:ThousandIndividuals_513 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_514

:ThousandIndividuals_514 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_515

:ThousandIndividuals_515 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_516

:ThousandIndividuals_516 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_517

:ThousandIndividuals_517 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_518

:ThousandIndividuals_518 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_519

:ThousandIndividuals_519 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_52

:ThousandIndividuals_52 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_520

:ThousandIndividuals_520 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_521

:ThousandIndividuals_521 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_522

:ThousandIndividuals_522 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_523

:ThousandIndividuals_523 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_524

:ThousandIndividuals_524 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_525

:ThousandIndividuals_525 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_526

:ThousandIndividuals_526 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_527

:ThousandIndividuals_527 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_528

:ThousandIndividuals_528 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_529

:ThousandIndividuals_529 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_53

:ThousandIndividuals_53 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_530

:ThousandIndividuals_530 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_531

:ThousandIndividuals_531 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_532

:ThousandIndividuals_532 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_533

:ThousandIndividuals_533 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_534

:ThousandIndividuals_534 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_535

:ThousandIndividuals_535 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_536

:ThousandIndividuals_536 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_537

:ThousandIndividuals_537 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_538

:ThousandIndividuals_538 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_539

:ThousandIndividuals_539 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_54

:ThousandIndividuals_54 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_540

:ThousandIndividuals_540 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_541

:ThousandIndividuals_541 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_542

:ThousandIndividuals_542 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_543

:ThousandIndividuals_543 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_544

:ThousandIndividuals_544 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_545

:ThousandIndividuals_545 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_546

:ThousandIndividuals_546 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_547

:ThousandIndividuals_547 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_548

:ThousandIndividuals_548 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_549

:ThousandIndividuals_549 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_55

:ThousandIndividuals_55 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_550

:ThousandIndividuals_550 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_551

:ThousandIndividuals_551 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_552

:ThousandIndividuals_552 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_553

:ThousandIndividuals_553 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_554

:ThousandIndividuals_554 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_555

:ThousandIndividuals_555 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_556

:ThousandIndividuals_556 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_557

:ThousandIndividuals_557 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_558

:ThousandIndividuals_558 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_559

:ThousandIndividuals_559 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_56

:ThousandIndividuals_56 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_560

:ThousandIndividuals_560 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_561

:ThousandIndividuals_561 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_562

:ThousandIndividuals_562 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_563

:ThousandIndividuals_563 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_564

:ThousandIndividuals_564 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_565

:ThousandIndividuals_565 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_566

:ThousandIndividuals_566 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_567

:ThousandIndividuals_567 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_568

:ThousandIndividuals_568 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_569

:ThousandIndividuals_569 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_57

:ThousandIndividuals_57 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_570

:ThousandIndividuals_570 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_571

:ThousandIndividuals_571 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_572

:ThousandIndividuals_572 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_573

:ThousandIndividuals_573 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_574

:ThousandIndividuals_574 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_575

:ThousandIndividuals_575 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_576

:ThousandIndividuals_576 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_577

:ThousandIndividuals_577 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_578

:ThousandIndividuals_578 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_579

:ThousandIndividuals_579 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_58

:ThousandIndividuals_58 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_580

:ThousandIndividuals_580 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_581

:ThousandIndividuals_581 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_582

:ThousandIndividuals_582 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_583

:ThousandIndividuals_583 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_584

:ThousandIndividuals_584 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_585

:ThousandIndividuals_585 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_586

:ThousandIndividuals_586 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_587

:ThousandIndividuals_587 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_588

:ThousandIndividuals_588 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_589

:ThousandIndividuals_589 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_59

:ThousandIndividuals_59 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_590

:ThousandIndividuals_590 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_591

:ThousandIndividuals_591 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_592

:ThousandIndividuals_592 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_593

:ThousandIndividuals_593 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_594

:ThousandIndividuals_594 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_595

:ThousandIndividuals_595 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_596

:ThousandIndividuals_596 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_597

:ThousandIndividuals_597 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_598

:ThousandIndividuals_598 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_599

:ThousandIndividuals_599 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_6

:ThousandIndividuals_6 rdf:type owl:NamedIndividual ,
                                :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_60

:ThousandIndividuals_60 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_600

:ThousandIndividuals_600 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_601

:ThousandIndividuals_601 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_602

:ThousandIndividuals_602 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_603

:ThousandIndividuals_603 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_604

:ThousandIndividuals_604 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_605

:ThousandIndividuals_605 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_606

:ThousandIndividuals_606 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_607

:ThousandIndividuals_607 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_608

:ThousandIndividuals_608 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_609

:ThousandIndividuals_609 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_61

:ThousandIndividuals_61 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_610

:ThousandIndividuals_610 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_611

:ThousandIndividuals_611 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_612

:ThousandIndividuals_612 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_613

:ThousandIndividuals_613 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_614

:ThousandIndividuals_614 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_615

:ThousandIndividuals_615 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_616

:ThousandIndividuals_616 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_617

:ThousandIndividuals_617 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_618

:ThousandIndividuals_618 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_619

:ThousandIndividuals_619 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_62

:ThousandIndividuals_62 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_620

:ThousandIndividuals_620 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_621

:ThousandIndividuals_621 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_622

:ThousandIndividuals_622 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_623

:ThousandIndividuals_623 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_624

:ThousandIndividuals_624 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_625

:ThousandIndividuals_625 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_626

:ThousandIndividuals_626 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_627

:ThousandIndividuals_627 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_628

:ThousandIndividuals_628 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_629

:ThousandIndividuals_629 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_63

:ThousandIndividuals_63 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_630

:ThousandIndividuals_630 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_631

:ThousandIndividuals_631 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_632

:ThousandIndividuals_632 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_633

:ThousandIndividuals_633 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_634

:ThousandIndividuals_634 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_635

:ThousandIndividuals_635 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_636

:ThousandIndividuals_636 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_637

:ThousandIndividuals_637 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_638

:ThousandIndividuals_638 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_639

:ThousandIndividuals_639 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_64

:ThousandIndividuals_64 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_640

:ThousandIndividuals_640 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_641

:ThousandIndividuals_641 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_642

:ThousandIndividuals_642 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_643

:ThousandIndividuals_643 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_644

:ThousandIndividuals_644 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_645

:ThousandIndividuals_645 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_646

:ThousandIndividuals_646 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_647

:ThousandIndividuals_647 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_648

:ThousandIndividuals_648 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_649

:ThousandIndividuals_649 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_65

:ThousandIndividuals_65 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_650

:ThousandIndividuals_650 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_651

:ThousandIndividuals_651 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_652

:ThousandIndividuals_652 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_653

:ThousandIndividuals_653 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_654

:ThousandIndividuals_654 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_655

:ThousandIndividuals_655 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_656

:ThousandIndividuals_656 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_657

:ThousandIndividuals_657 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_658

:ThousandIndividuals_658 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_659

:ThousandIndividuals_659 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_66

:ThousandIndividuals_66 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_660

:ThousandIndividuals_660 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_661

:ThousandIndividuals_661 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_662

:ThousandIndividuals_662 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_663

:ThousandIndividuals_663 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_664

:ThousandIndividuals_664 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_665

:ThousandIndividuals_665 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_666

:ThousandIndividuals_666 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_667

:ThousandIndividuals_667 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_668

:ThousandIndividuals_668 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_669

:ThousandIndividuals_669 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_67

:ThousandIndividuals_67 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_670

:ThousandIndividuals_670 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_671

:ThousandIndividuals_671 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_672

:ThousandIndividuals_672 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_673

:ThousandIndividuals_673 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_674

:ThousandIndividuals_674 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_675

:ThousandIndividuals_675 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_676

:ThousandIndividuals_676 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_677

:ThousandIndividuals_677 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_678

:ThousandIndividuals_678 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_679

:ThousandIndividuals_679 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_68

:ThousandIndividuals_68 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_680

:ThousandIndividuals_680 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_681

:ThousandIndividuals_681 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_682

:ThousandIndividuals_682 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_683

:ThousandIndividuals_683 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_684

:ThousandIndividuals_684 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_685

:ThousandIndividuals_685 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_686

:ThousandIndividuals_686 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_687

:ThousandIndividuals_687 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_688

:ThousandIndividuals_688 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_689

:ThousandIndividuals_689 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_69

:ThousandIndividuals_69 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_690

:ThousandIndividuals_690 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_691

:ThousandIndividuals_691 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_692

:ThousandIndividuals_692 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_693

:ThousandIndividuals_693 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_694

:ThousandIndividuals_694 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_695

:ThousandIndividuals_695 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_696

:ThousandIndividuals_696 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_697

:ThousandIndividuals_697 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_698

:ThousandIndividuals_698 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_699

:ThousandIndividuals_699 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_7

:ThousandIndividuals_7 rdf:type owl:NamedIndividual ,
                                :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_70

:ThousandIndividuals_70 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_700

:ThousandIndividuals_700 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_701

:ThousandIndividuals_701 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_702

:ThousandIndividuals_702 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_703

:ThousandIndividuals_703 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_704

:ThousandIndividuals_704 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_705

:ThousandIndividuals_705 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_706

:ThousandIndividuals_706 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_707

:ThousandIndividuals_707 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_708

:ThousandIndividuals_708 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_709

:ThousandIndividuals_709 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_71

:ThousandIndividuals_71 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_710

:ThousandIndividuals_710 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_711

:ThousandIndividuals_711 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_712

:ThousandIndividuals_712 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_713

:ThousandIndividuals_713 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_714

:ThousandIndividuals_714 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_715

:ThousandIndividuals_715 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_716

:ThousandIndividuals_716 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_717

:ThousandIndividuals_717 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_718

:ThousandIndividuals_718 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_719

:ThousandIndividuals_719 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_72

:ThousandIndividuals_72 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_720

:ThousandIndividuals_720 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_721

:ThousandIndividuals_721 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_722

:ThousandIndividuals_722 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_723

:ThousandIndividuals_723 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_724

:ThousandIndividuals_724 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_725

:ThousandIndividuals_725 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_726

:ThousandIndividuals_726 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_727

:ThousandIndividuals_727 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_728

:ThousandIndividuals_728 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_729

:ThousandIndividuals_729 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_73

:ThousandIndividuals_73 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_730

:ThousandIndividuals_730 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_731

:ThousandIndividuals_731 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_732

:ThousandIndividuals_732 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_733

:ThousandIndividuals_733 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_734

:ThousandIndividuals_734 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_735

:ThousandIndividuals_735 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_736

:ThousandIndividuals_736 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_737

:ThousandIndividuals_737 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_738

:ThousandIndividuals_738 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_739

:ThousandIndividuals_739 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_74

:ThousandIndividuals_74 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_740

:ThousandIndividuals_740 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_741

:ThousandIndividuals_741 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_742

:ThousandIndividuals_742 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_743

:ThousandIndividuals_743 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_744

:ThousandIndividuals_744 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_745

:ThousandIndividuals_745 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_746

:ThousandIndividuals_746 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_747

:ThousandIndividuals_747 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_748

:ThousandIndividuals_748 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_749

:ThousandIndividuals_749 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_75

:ThousandIndividuals_75 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_750

:ThousandIndividuals_750 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_751

:ThousandIndividuals_751 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_752

:ThousandIndividuals_752 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_753

:ThousandIndividuals_753 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_754

:ThousandIndividuals_754 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_755

:ThousandIndividuals_755 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_756

:ThousandIndividuals_756 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_757

:ThousandIndividuals_757 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_758

:ThousandIndividuals_758 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_759

:ThousandIndividuals_759 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_76

:ThousandIndividuals_76 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_760

:ThousandIndividuals_760 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_761

:ThousandIndividuals_761 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_762

:ThousandIndividuals_762 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_763

:ThousandIndividuals_763 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_764

:ThousandIndividuals_764 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_765

:ThousandIndividuals_765 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_766

:ThousandIndividuals_766 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_767

:ThousandIndividuals_767 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_768

:ThousandIndividuals_768 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_769

:ThousandIndividuals_769 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_77

:ThousandIndividuals_77 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_770

:ThousandIndividuals_770 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_771

:ThousandIndividuals_771 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_772

:ThousandIndividuals_772 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_773

:ThousandIndividuals_773 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_774

:ThousandIndividuals_774 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_775

:ThousandIndividuals_775 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_776

:ThousandIndividuals_776 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_777

:ThousandIndividuals_777 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_778

:ThousandIndividuals_778 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_779

:ThousandIndividuals_779 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_78

:ThousandIndividuals_78 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_780

:ThousandIndividuals_780 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_781

:ThousandIndividuals_781 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_782

:ThousandIndividuals_782 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_783

:ThousandIndividuals_783 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_784

:ThousandIndividuals_784 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_785

:ThousandIndividuals_785 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_786

:ThousandIndividuals_786 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_787

:ThousandIndividuals_787 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_788

:ThousandIndividuals_788 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_789

:ThousandIndividuals_789 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_79

:ThousandIndividuals_79 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_790

:ThousandIndividuals_790 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_791

:ThousandIndividuals_791 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_792

:ThousandIndividuals_792 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_793

:ThousandIndividuals_793 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_794

:ThousandIndividuals_794 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_795

:ThousandIndividuals_795 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_796

:ThousandIndividuals_796 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_797

:ThousandIndividuals_797 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_798

:ThousandIndividuals_798 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_799

:ThousandIndividuals_799 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_8

:ThousandIndividuals_8 rdf:type owl:NamedIndividual ,
                                :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_80

:ThousandIndividuals_80 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_800

:ThousandIndividuals_800 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_801

:ThousandIndividuals_801 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_802

:ThousandIndividuals_802 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_803

:ThousandIndividuals_803 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_804

:ThousandIndividuals_804 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_805

:ThousandIndividuals_805 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_806

:ThousandIndividuals_806 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_807

:ThousandIndividuals_807 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_808

:ThousandIndividuals_808 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_809

:ThousandIndividuals_809 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_81

:ThousandIndividuals_81 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_810

:ThousandIndividuals_810 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_811

:ThousandIndividuals_811 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_812

:ThousandIndividuals_812 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_813

:ThousandIndividuals_813 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_814

:ThousandIndividuals_814 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_815

:ThousandIndividuals_815 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_816

:ThousandIndividuals_816 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_817

:ThousandIndividuals_817 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_818

:ThousandIndividuals_818 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_819

:ThousandIndividuals_819 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_82

:ThousandIndividuals_82 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_820

:ThousandIndividuals_820 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_821

:ThousandIndividuals_821 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_822

:ThousandIndividuals_822 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_823

:ThousandIndividuals_823 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_824

:ThousandIndividuals_824 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_825

:ThousandIndividuals_825 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_826

:ThousandIndividuals_826 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_827

:ThousandIndividuals_827 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_828

:ThousandIndividuals_828 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_829

:ThousandIndividuals_829 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_83

:ThousandIndividuals_83 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_830

:ThousandIndividuals_830 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_831

:ThousandIndividuals_831 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_832

:ThousandIndividuals_832 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_833

:ThousandIndividuals_833 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_834

:ThousandIndividuals_834 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_835

:ThousandIndividuals_835 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_836

:ThousandIndividuals_836 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_837

:ThousandIndividuals_837 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_838

:ThousandIndividuals_838 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_839

:ThousandIndividuals_839 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_84

:ThousandIndividuals_84 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_840

:ThousandIndividuals_840 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_841

:ThousandIndividuals_841 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_842

:ThousandIndividuals_842 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_843

:ThousandIndividuals_843 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_844

:ThousandIndividuals_844 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_845

:ThousandIndividuals_845 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_846

:ThousandIndividuals_846 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_847

:ThousandIndividuals_847 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_848

:ThousandIndividuals_848 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_849

:ThousandIndividuals_849 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_85

:ThousandIndividuals_85 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_850

:ThousandIndividuals_850 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_851

:ThousandIndividuals_851 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_852

:ThousandIndividuals_852 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_853

:ThousandIndividuals_853 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_854

:ThousandIndividuals_854 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_855

:ThousandIndividuals_855 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_856

:ThousandIndividuals_856 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_857

:ThousandIndividuals_857 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_858

:ThousandIndividuals_858 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_859

:ThousandIndividuals_859 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_86

:ThousandIndividuals_86 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_860

:ThousandIndividuals_860 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_861

:ThousandIndividuals_861 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_862

:ThousandIndividuals_862 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_863

:ThousandIndividuals_863 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_864

:ThousandIndividuals_864 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_865

:ThousandIndividuals_865 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_866

:ThousandIndividuals_866 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_867

:ThousandIndividuals_867 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_868

:ThousandIndividuals_868 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_869

:ThousandIndividuals_869 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_87

:ThousandIndividuals_87 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_870

:ThousandIndividuals_870 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_871

:ThousandIndividuals_871 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_872

:ThousandIndividuals_872 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_873

:ThousandIndividuals_873 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_874

:ThousandIndividuals_874 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_875

:ThousandIndividuals_875 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_876

:ThousandIndividuals_876 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_877

:ThousandIndividuals_877 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_878

:ThousandIndividuals_878 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_879

:ThousandIndividuals_879 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_88

:ThousandIndividuals_88 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_880

:ThousandIndividuals_880 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_881

:ThousandIndividuals_881 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_882

:ThousandIndividuals_882 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_883

:ThousandIndividuals_883 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_884

:ThousandIndividuals_884 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_885

:ThousandIndividuals_885 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_886

:ThousandIndividuals_886 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_887

:ThousandIndividuals_887 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_888

:ThousandIndividuals_888 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_889

:ThousandIndividuals_889 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_89

:ThousandIndividuals_89 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_890

:ThousandIndividuals_890 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_891

:ThousandIndividuals_891 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_892

:ThousandIndividuals_892 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_893

:ThousandIndividuals_893 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_894

:ThousandIndividuals_894 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_895

:ThousandIndividuals_895 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_896

:ThousandIndividuals_896 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_897

:ThousandIndividuals_897 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_898

:ThousandIndividuals_898 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_899

:ThousandIndividuals_899 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_9

:ThousandIndividuals_9 rdf:type owl:NamedIndividual ,
                                :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_90

:ThousandIndividuals_90 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_900

:ThousandIndividuals_900 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_901

:ThousandIndividuals_901 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_902

:ThousandIndividuals_902 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_903

:ThousandIndividuals_903 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_904

:ThousandIndividuals_904 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_905

:ThousandIndividuals_905 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_906

:ThousandIndividuals_906 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_907

:ThousandIndividuals_907 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_908

:ThousandIndividuals_908 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_909

:ThousandIndividuals_909 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_91

:ThousandIndividuals_91 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_910

:ThousandIndividuals_910 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_911

:ThousandIndividuals_911 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_912

:ThousandIndividuals_912 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_913

:ThousandIndividuals_913 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_914

:ThousandIndividuals_914 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_915

:ThousandIndividuals_915 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_916

:ThousandIndividuals_916 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_917

:ThousandIndividuals_917 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_918

:ThousandIndividuals_918 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_919

:ThousandIndividuals_919 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_92

:ThousandIndividuals_92 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_920

:ThousandIndividuals_920 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_921

:ThousandIndividuals_921 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_922

:ThousandIndividuals_922 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_923

:ThousandIndividuals_923 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_924

:ThousandIndividuals_924 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_925

:ThousandIndividuals_925 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_926

:ThousandIndividuals_926 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_927

:ThousandIndividuals_927 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_928

:ThousandIndividuals_928 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_929

:ThousandIndividuals_929 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_93

:ThousandIndividuals_93 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_930

:ThousandIndividuals_930 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_931

:ThousandIndividuals_931 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_932

:ThousandIndividuals_932 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_933

:ThousandIndividuals_933 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_934

:ThousandIndividuals_934 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_935

:ThousandIndividuals_935 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_936

:ThousandIndividuals_936 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_937

:ThousandIndividuals_937 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_938

:ThousandIndividuals_938 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_939

:ThousandIndividuals_939 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_94

:ThousandIndividuals_94 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_940

:ThousandIndividuals_940 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_941

:ThousandIndividuals_941 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_942

:ThousandIndividuals_942 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_943

:ThousandIndividuals_943 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_944

:ThousandIndividuals_944 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_945

:ThousandIndividuals_945 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_946

:ThousandIndividuals_946 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_947

:ThousandIndividuals_947 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_948

:ThousandIndividuals_948 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_949

:ThousandIndividuals_949 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_95

:ThousandIndividuals_95 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_950

:ThousandIndividuals_950 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_951

:ThousandIndividuals_951 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_952

:ThousandIndividuals_952 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_953

:ThousandIndividuals_953 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_954

:ThousandIndividuals_954 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_955

:ThousandIndividuals_955 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_956

:ThousandIndividuals_956 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_957

:ThousandIndividuals_957 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_958

:ThousandIndividuals_958 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_959

:ThousandIndividuals_959 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_96

:ThousandIndividuals_96 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_960

:ThousandIndividuals_960 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_961

:ThousandIndividuals_961 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_962

:ThousandIndividuals_962 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_963

:ThousandIndividuals_963 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_964

:ThousandIndividuals_964 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_965

:ThousandIndividuals_965 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_966

:ThousandIndividuals_966 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_967

:ThousandIndividuals_967 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_968

:ThousandIndividuals_968 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_969

:ThousandIndividuals_969 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_97

:ThousandIndividuals_97 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_970

:ThousandIndividuals_970 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_971

:ThousandIndividuals_971 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_972

:ThousandIndividuals_972 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_973

:ThousandIndividuals_973 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_974

:ThousandIndividuals_974 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_975

:ThousandIndividuals_975 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_976

:ThousandIndividuals_976 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_977

:ThousandIndividuals_977 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_978

:ThousandIndividuals_978 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_979

:ThousandIndividuals_979 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_98

:ThousandIndividuals_98 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_980

:ThousandIndividuals_980 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_981

:ThousandIndividuals_981 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_982

:ThousandIndividuals_982 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_983

:ThousandIndividuals_983 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_984

:ThousandIndividuals_984 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_985

:ThousandIndividuals_985 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_986

:ThousandIndividuals_986 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_987

:ThousandIndividuals_987 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_988

:ThousandIndividuals_988 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_989

:ThousandIndividuals_989 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_99

:ThousandIndividuals_99 rdf:type owl:NamedIndividual ,
                                 :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_990

:ThousandIndividuals_990 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_991

:ThousandIndividuals_991 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_992

:ThousandIndividuals_992 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_993

:ThousandIndividuals_993 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_994

:ThousandIndividuals_994 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_995

:ThousandIndividuals_995 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_996

:ThousandIndividuals_996 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_997

:ThousandIndividuals_997 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_998

:ThousandIndividuals_998 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



###  http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/1/ThousandIndividuals_999

:ThousandIndividuals_999 rdf:type owl:NamedIndividual ,
                                  :ThousandIndividuals .



[ rdf:type :Class1
] .


#################################################################
#
#    General axioms
#
#################################################################


[ rdf:type owl:Class ;
  owl:unionOf ( :ObjectUnionOf_RL_Class1
                :ObjectUnionOf_RL_Class2
                :ObjectUnionOf_RL_Class3
              ) ;
  rdfs:subClassOf :ObjectUnionOf_RL
] .



[ rdf:type owl:Class ;
  owl:oneOf ( :ObjectOneOf_RL_Individual1
              :ObjectOneOf_RL_Individual2
            ) ;
  rdfs:subClassOf :ObjectOneOf_RL
] .



[ rdf:type owl:Restriction ;
  owl:onProperty :objectSomeValuesFromProperty_RL ;
  owl:someValuesFrom :ObjectSomeValuesFromRange_RL ;
  rdfs:subClassOf :ObjectSomeValuesFrom_RL
] .



[ rdf:type owl:Restriction ;
  owl:onProperty :dataSomeValuesFromProperty_RL ;
  owl:someValuesFrom xsd:dateTime ;
  rdfs:subClassOf :DataSomeValuesFrom_RL
] .



[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :AllDisjointClasses_Class1
                :AllDisjointClasses_Class2
                :AllDisjointClasses_Class3
              )
] .



[ rdf:type owl:AllDifferent ;
  owl:distinctMembers ( :AllDifferent_Individual1
                        :AllDifferent_Individual2
                        :AllDifferent_Individual3
                        :AllDifferent_Individual4
                      )
] .



[ rdf:type owl:AllDisjointProperties ;
  owl:members ( :allDisjointObjectProperties_Property1
                :allDisjointObjectProperties_Property2
                :allDisjointObjectProperties_Property3
              )
] .



[ rdf:type owl:AllDisjointProperties ;
  owl:members ( :allDisjointDataProperties_Property1
                :allDisjointDataProperties_Property2
                :allDisjointDataProperties_Property3
              )
] .




###  Generated by the OWL API (version 4.1.0) https://github.com/owlcs/owlapi