Interoperability from Gate to ProtegeFRAMES (Ontologies)

Return to index Statistics Complete summary Failures summary Differences Ontologies
Id
(Ontology name)
Origin Ontology Exchange Ontology Final Ontology
E01
(ISA01)
<rdf:RDF
    xml:base="http://www.example.org/ISA01#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:ibs="http://www.example.org/ISA01#">
    
    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISA01#Person">
    </owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISA01#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA01#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E02
(ISA02)
<rdf:RDF
	xml:base="http://www.example.org/ISA02#"
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISA02#">
	
	<owl:Ontology rdf:about="#" />	
	<rdf:Description rdf:about="http://www.example.org/ISA02#Child">
		<rdfs:subClassOf rdf:resource="http://www.example.org/ISA02#Man"/>
	</rdf:Description>

	<rdf:Description rdf:about="http://www.example.org/ISA02#Man">
		<rdfs:subClassOf rdf:resource="http://www.example.org/ISA02#Person"/>
	</rdf:Description>

	<owl:Class rdf:about="http://www.example.org/ISA02#Person" />
<owl:Class rdf:about="http://www.example.org/ISA02#Man" />
<owl:Class rdf:about="http://www.example.org/ISA02#Child" />
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISA02#Child">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISA02#Man"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA02#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA02#Man">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISA02#Person"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA02#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Child">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Child</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#subClassOf">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Man">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Man</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E03
(ISA03)
<rdf:RDF
	xml:base="http://www.example.org/ISA03#"
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISA03#">
	
	<owl:Ontology rdf:about="#" />	
	<owl:Class rdf:about="http://www.example.org/ISA03#Child">
		<rdfs:subClassOf rdf:resource="http://www.example.org/ISA03#Man"/>
		<rdfs:subClassOf rdf:resource="http://www.example.org/ISA03#Person"/>
	</owl:Class>
<owl:Class rdf:about="http://www.example.org/ISA03#Person" />
<owl:Class rdf:about="http://www.example.org/ISA03#Man" />
</rdf:RDF>

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISA03#Child">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISA03#Person"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISA03#Man"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA03#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA03#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Child">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Child</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E04
(ISA04)
<rdf:RDF 	
	xml:base="http://www.example.org/ISA04#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISA04#">

	<owl:Ontology rdf:about="#" />	
	<owl:Class rdf:about="http://www.example.org/ISA04#Man">
		<rdfs:subClassOf rdf:resource="http://www.example.org/ISA04#Person"/>
	</owl:Class>
	<owl:Class rdf:about="http://www.example.org/ISA04#Woman">
		<rdfs:subClassOf rdf:resource="http://www.example.org/ISA04#Person"/>
	</owl:Class>
	<owl:Class rdf:about="http://www.example.org/ISA04#Person" />
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISA04#Man">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISA04#Person"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA04#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA04#Woman">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISA04#Person"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Woman">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Woman</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Man">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Man</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E05
(ISA05)
<rdf:RDF
	xml:base="http://www.example.org/ISA05#"
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISA05#">
	
	<owl:Ontology rdf:about="#" />	
	<rdf:Description rdf:about="http://www.example.org/ISA05#Male">
		<rdfs:subClassOf rdf:resource="http://www.example.org/ISA05#Man"/>
	</rdf:Description>
	<rdf:Description rdf:about="http://www.example.org/ISA05#Man">
		<rdfs:subClassOf rdf:resource="http://www.example.org/ISA05#Male"/>
	</rdf:Description>
	<owl:Class rdf:about="http://www.example.org/ISA05#Male" />
	<owl:Class rdf:about="http://www.example.org/ISA05#Man" />
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISA05#Man">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISA05#Male"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA05#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA05#Male">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISA05#Man"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#subClassOf">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Man">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Man</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Male">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Male</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E06
(ISA06)
<rdf:RDF
	xml:base="http://www.example.org/ISA06#"
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISA06#">
	
	<owl:Ontology rdf:about="#" />	
	<rdf:Description rdf:about="http://www.example.org/ISA06#Woman">
		<rdfs:subClassOf rdf:resource="http://www.example.org/ISA06#Woman"/>
	</rdf:Description>
	<owl:Class rdf:about="http://www.example.org/ISA06#Woman" />
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISA06#Woman">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISA06#Woman"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA06#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#subClassOf">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Woman">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Woman</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E07
(ISA07)
<rdf:RDF
	xml:base="http://www.example.org/ISA07#"
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISA07#">

	<owl:Ontology rdf:about="#" />
	<owl:ObjectProperty rdf:about="http://www.example.org/ISA07#hasCar"/>
	<owl:Class rdf:about="http://www.example.org/ISA07#Driver">
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="http://www.example.org/ISA07#hasCar"/>
					<owl:someValuesFrom>
						<owl:Class rdf:about="http://www.example.org/ISA07#Car" />
					</owl:someValuesFrom>
			</owl:Restriction>
		</rdfs:subClassOf>
	</owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISA07#hasCar">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISA07#hasCar"/>
	<owl:someValuesFrom rdf:resource="http://www.example.org/ISA07#Car"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA07#Driver">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:nodeID="node3"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA07#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasCar">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasCar</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Driver">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Driver</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E08
(ISA08)
<rdf:RDF
	xml:base="http://www.example.org/ISA08#"
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISA08#">

	<owl:Ontology rdf:about="#" />
	<owl:ObjectProperty rdf:about="http://www.example.org/ISA08#wasBorn"/>
	<owl:Class rdf:about="http://www.example.org/ISA08#Italian">
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="http://www.example.org/ISA08#wasBorn"/>
					<owl:allValuesFrom>
						<owl:Class rdf:about="http://www.example.org/ISA08#Italy"/>
					</owl:allValuesFrom>
			</owl:Restriction>
		</rdfs:subClassOf>
	</owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISA08#Italian">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:nodeID="node3"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA08#wasBorn">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA08#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISA08#wasBorn"/>
	<owl:allValuesFrom rdf:resource="http://www.example.org/ISA08#Italy"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#subClassOf">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Italian">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Italian</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_wasBorn">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:wasBorn</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E09
(ISA09)
<!DOCTYPE rdf:RDF [
     <!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#" >
   ]>
<rdf:RDF
	xml:base="http://www.example.org/ISA09#"
	xmlns:owl ="http://www.w3.org/2002/07/owl#"
	xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:xsd ="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs ="http://www.example.org/ISA09#"
>
<owl:Ontology rdf:about="#" />
	<owl:ObjectProperty rdf:about="http://www.example.org/ISA09#worksIn" />
	<owl:Class rdf:about="http://www.example.org/ISA09#Employee">
		<rdfs:subClassOf>
			<owl:Restriction>
 			<owl:onProperty rdf:resource="http://www.example.org/ISA09#worksIn" />
				<owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">0
			</owl:minCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
	</owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISA09#Employee">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:nodeID="node3"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA09#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISA09#worksIn"/>
	<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA09#worksIn">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_worksIn">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:worksIn</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Employee">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Employee</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E10
(ISA10)
<!DOCTYPE rdf:RDF [
     <!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#" >
   ]>
<rdf:RDF
	xml:base="http://www.example.org/ISA10#"
	xmlns:owl ="http://www.w3.org/2002/07/owl#"
	xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:xsd ="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs ="http://www.example.org/ISA10#"
>
<owl:Ontology rdf:about="#" />
	<owl:ObjectProperty rdf:about="http://www.example.org/ISA10#hasAffiliation" />
	<owl:Class rdf:about="http://www.example.org/ISA10#Researcher">
		<rdfs:subClassOf>
			<owl:Restriction>
 			<owl:onProperty rdf:resource="http://www.example.org/ISA10#hasAffiliation" />
				<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1
			</owl:maxCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
	</owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISA10#Researcher">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:nodeID="node3"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA10#hasAffiliation">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISA10#hasAffiliation"/>
	<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA10#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasAffiliation">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasAffiliation</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#subClassOf">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Researcher">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Researcher</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E11
(ISA11)
<!DOCTYPE rdf:RDF [
     <!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#" >
   ]>
<rdf:RDF
	xml:base="http://www.example.org/ISA11#"
	xmlns:owl ="http://www.w3.org/2002/07/owl#"
	xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:xsd ="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs ="http://www.example.org/ISA11#"
>
<owl:Ontology rdf:about="#" />
	<owl:ObjectProperty rdf:about="http://www.example.org/ISA11#hasMother" />
	<owl:Class rdf:about="http://www.example.org/ISA11#Person">
		<rdfs:subClassOf>
			<owl:Restriction>
 			<owl:onProperty rdf:resource="http://www.example.org/ISA11#hasMother" />
				<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1
			</owl:cardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
	</owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISA11#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:nodeID="node3"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA11#hasMother">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISA11#hasMother"/>
	<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA11#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#subClassOf">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasMother">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasMother</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E12
(ISA12)
<!DOCTYPE rdf:RDF [
     <!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#" >
   ]>
<rdf:RDF
	xml:base="http://www.example.org/ISA12#"
	xmlns:owl ="http://www.w3.org/2002/07/owl#"
	xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:xsd ="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs ="http://www.example.org/ISA12#"
>
<owl:Ontology rdf:about="#" />
	<owl:ObjectProperty rdf:about="http://www.example.org/ISA12#hasAffiliation" />
	<owl:Class rdf:about="http://www.example.org/ISA12#Researcher">
		<rdfs:subClassOf>
			<owl:Restriction>
 			<owl:onProperty rdf:resource="http://www.example.org/ISA12#hasAffiliation" />
				<owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">0
				</owl:minCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
 			<owl:onProperty rdf:resource="http://www.example.org/ISA12#hasAffiliation" />
				<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1
				</owl:maxCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
	</owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISA12#Researcher">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:nodeID="node4"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:nodeID="node3"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA12#hasAffiliation">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node4">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISA12#hasAffiliation"/>
	<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISA12#hasAffiliation"/>
	<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA12#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasAffiliation">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasAffiliation</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#subClassOf">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Researcher">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Researcher</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E13
(ISA13)
<!DOCTYPE rdf:RDF [
     <!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#" >
   ]>
<rdf:RDF
	xml:base="http://www.example.org/ISA13#"
	xmlns:owl ="http://www.w3.org/2002/07/owl#"
	xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:xsd ="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs ="http://www.example.org/ISA13#"
>
<owl:Ontology rdf:about="#" />
	<owl:DatatypeProperty rdf:about="http://www.example.org/ISA13#hasName" />
	<owl:Class rdf:about="http://www.example.org/ISA13#Person">
		<rdfs:subClassOf>
			<owl:Restriction>
 			<owl:onProperty rdf:resource="http://www.example.org/ISA13#hasName" />
				<owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">0
			</owl:minCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
	</owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISA13#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:nodeID="node3"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISA13#hasName"/>
	<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA13#hasName">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA13#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#subClassOf">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasName">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasName</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E14
(ISA14)
<!DOCTYPE rdf:RDF [
     <!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#" >
   ]>
<rdf:RDF
	xml:base="http://www.example.org/ISA14#"
	xmlns:owl ="http://www.w3.org/2002/07/owl#"
	xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:xsd ="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs ="http://www.example.org/ISA14#"
>
<owl:Ontology rdf:about="#" />
	<owl:DatatypeProperty rdf:about="http://www.example.org/ISA14#wrotePhDThesis" />
	<owl:Class rdf:about="http://www.example.org/ISA14#Researcher">
		<rdfs:subClassOf>
			<owl:Restriction>
 			<owl:onProperty rdf:resource="http://www.example.org/ISA14#wrotePhDThesis" />
				<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1
			</owl:maxCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
	</owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISA14#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA14#wrotePhDThesis">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISA14#wrotePhDThesis"/>
	<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA14#Researcher">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:nodeID="node3"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_wrotePhDThesis">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:wrotePhDThesis</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Researcher">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Researcher</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E15
(ISA15)
<!DOCTYPE rdf:RDF [
     <!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#" >
   ]>
<rdf:RDF
	xml:base="http://www.example.org/ISA15#"
	xmlns:owl ="http://www.w3.org/2002/07/owl#"
	xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:xsd ="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs ="http://www.example.org/ISA15#"
>
<owl:Ontology rdf:about="#" />
	<owl:DatatypeProperty rdf:about="http://www.example.org/ISA15#hasSSN" />
	<owl:Class rdf:about="http://www.example.org/ISA15#Person">
		<rdfs:subClassOf>
			<owl:Restriction>
 			<owl:onProperty rdf:resource="http://www.example.org/ISA15#hasSSN" />
				<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1
			</owl:cardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
	</owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISA15#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA15#hasSSN">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISA15#hasSSN"/>
	<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA15#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:nodeID="node3"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasSSN">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasSSN</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E16
(ISA16)
<!DOCTYPE rdf:RDF [
     <!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#" >
   ]>
<rdf:RDF
	xml:base="http://www.example.org/ISA16#"
	xmlns:owl ="http://www.w3.org/2002/07/owl#"
	xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:xsd ="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs ="http://www.example.org/ISA16#"
>
<owl:Ontology rdf:about="#" />
	<owl:DatatypeProperty rdf:about="http://www.example.org/ISA16#wrotePhDThesis" />
	<owl:Class rdf:about="http://www.example.org/ISA16#Researcher">
		<rdfs:subClassOf>
			<owl:Restriction>
 			<owl:onProperty rdf:resource="http://www.example.org/ISA16#wrotePhDThesis" />
				<owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">0
				</owl:minCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
 			<owl:onProperty rdf:resource="http://www.example.org/ISA16#wrotePhDThesis" />
				<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1
				</owl:maxCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
	</owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISA16#Researcher">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:nodeID="node4"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:nodeID="node3"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA16#wrotePhDThesis">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node4">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISA16#wrotePhDThesis"/>
	<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISA16#wrotePhDThesis"/>
	<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA16#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#subClassOf">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_wrotePhDThesis">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:wrotePhDThesis</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Researcher">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Researcher</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E17
(ISA17)
<rdf:RDF
	xml:base="http://www.example.org/ISA17#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISA17#">
	
	<owl:Ontology rdf:about="#" />
	<owl:Class rdf:about="http://www.example.org/ISA17#ItalianMan">
		<rdfs:subClassOf>
			<owl:Class rdf:about="http://www.example.org/ISA17#ItalianMale">
				<owl:intersectionOf rdf:parseType="Collection">
					<owl:Class rdf:about="http://www.example.org/ISA17#Italian" />	
					<owl:Class rdf:about="http://www.example.org/ISA17#Male" />
				</owl:intersectionOf>
			</owl:Class>
		</rdfs:subClassOf>
	</owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISA17#Italian">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA17#ItalianMale">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<owl:intersectionOf rdf:nodeID="node3"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA17#Male">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node4">
	<rdf:first rdf:resource="http://www.example.org/ISA17#Male"/>
	<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:first rdf:resource="http://www.example.org/ISA17#Italian"/>
	<rdf:rest rdf:nodeID="node4"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA17#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISA17#ItalianMan">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<subClassOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISA17#ItalianMale"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_ItalianMale">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:ItalianMale</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.owl-ontologies.com/unnamed.owl#p1_Male"/>
    <rdfs:subClassOf rdf:resource="http://www.owl-ontologies.com/unnamed.owl#p1_Italian"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Italian">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Italian</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_ItalianMan">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:ItalianMan</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Male">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Male</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E18
(ISB01)
<rdf:RDF
	xml:base="http://www.example.org/ISB01#"
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISB01#">

	<owl:Ontology rdf:about="#" />
	<owl:Class rdf:about="http://www.example.org/ISB01#Italian" />
	<owl:Class rdf:about="http://www.example.org/ISB01#Italiano">
		<owl:equivalentClass rdf:resource="http://www.example.org/ISB01#Italian" />
	</owl:Class>
	<owl:Class rdf:about="http://www.example.org/ISB01#Italienne">
		<owl:equivalentClass rdf:resource="http://www.example.org/ISB01#Italian" />
	</owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISB01#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB01#Italiano">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<owl:equivalentClass rdf:resource="http://www.example.org/ISB01#Italian"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB01#Italienne">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<owl:equivalentClass rdf:resource="http://www.example.org/ISB01#Italian"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB01#Italian">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Italian">
    <owl:equivalentClass rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Italienne"/>
    <owl:equivalentClass rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Italiano"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Italienne">
    <owl:equivalentClass rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Italian"/>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Italiano">
    <owl:equivalentClass rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Italian"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E19
(ISB02)
<rdf:RDF
	xml:base="http://www.example.org/ISB02#"
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISB02#">

	<owl:Ontology rdf:about="#" />
	<owl:ObjectProperty rdf:about="http://www.example.org/ISB02#hasCar"/>
	<owl:Class rdf:about="http://www.example.org/ISB02#Driver">
		<owl:equivalentClass>
			<owl:Restriction>
				<owl:onProperty rdf:resource="http://www.example.org/ISB02#hasCar"/>
					<owl:someValuesFrom>
						<owl:Class rdf:about="http://www.example.org/ISB02#Car" />
					</owl:someValuesFrom>
			</owl:Restriction>
		</owl:equivalentClass>
	</owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISB02#Driver">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<owl:equivalentClass rdf:nodeID="node3"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB02#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISB02#hasCar"/>
	<owl:someValuesFrom rdf:resource="http://www.example.org/ISB02#Car"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB02#hasCar">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Driver">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#hasCar">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Driver"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E20
(ISB03)
<rdf:RDF
	xml:base="http://www.example.org/ISB03#"
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISB03#">

	<owl:Ontology rdf:about="#" />
	<owl:ObjectProperty rdf:about="http://www.example.org/ISB03#wasBorn"/>
	<owl:Class rdf:about="http://www.example.org/ISB03#Italian">
		<owl:equivalentClass>
			<owl:Restriction>
				<owl:onProperty rdf:resource="http://www.example.org/ISB03#wasBorn"/>
					<owl:allValuesFrom>
						<owl:Class rdf:about="http://www.example.org/ISB03#Italy"/>
					</owl:allValuesFrom>
			</owl:Restriction>
		</owl:equivalentClass>
	</owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISB03#Italian">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<owl:equivalentClass rdf:nodeID="node3"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB03#wasBorn">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB03#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISB03#wasBorn"/>
	<owl:allValuesFrom rdf:resource="http://www.example.org/ISB03#Italy"/>
</rdf:Description>

</rdf:RDF>
 
E21
(ISB04)
<!DOCTYPE rdf:RDF [
     <!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#" >
   ]>
<rdf:RDF
  xml:base="http://www.example.org/ISB04#"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xmlns:owl="http://www.w3.org/2002/07/owl#"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
  xmlns:ibs="http://www.example.org/ISB04#">

  <owl:Ontology rdf:about="#" />
  <owl:ObjectProperty rdf:about="http://www.example.org/ISB04#worksIn" />
  <owl:Class rdf:about="http://www.example.org/ISB04#Employee">
  	<owl:equivalentClass>
  		<owl:Restriction>
  		<owl:onProperty rdf:resource="http://www.example.org/ISB04#worksIn"/>
  			<owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1
  			</owl:minCardinality>
	  	</owl:Restriction>
  	</owl:equivalentClass>
  </owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISB04#worksIn">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB04#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISB04#worksIn"/>
	<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB04#Employee">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<owl:equivalentClass rdf:nodeID="node3"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#worksIn">
    <rdfs:domain rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Employee"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:nodeID="A0">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
    <owl:onProperty rdf:resource="http://www.owl-ontologies.com/unnamed.owl#worksIn"/>
    <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int">1</owl:minCardinality>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Employee">
    <rdfs:subClassOf rdf:nodeID="A0"/>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E22
(ISB05)
<!DOCTYPE rdf:RDF [
     <!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#" >
   ]>
<rdf:RDF
  xml:base="http://www.example.org/ISB05#"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xmlns:owl="http://www.w3.org/2002/07/owl#"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
  xmlns:ibs="http://www.example.org/ISB05#">

  <owl:Ontology rdf:about="#" />
  <owl:ObjectProperty rdf:about="http://www.example.org/ISB05#hasAffiliation" />
  <owl:Class rdf:about="http://www.example.org/ISB05#Researcher">
  	<owl:equivalentClass>
    	<owl:Restriction>
    	<owl:onProperty rdf:resource="http://www.example.org/ISB05#hasAffiliation"/>
    		<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1
    		</owl:maxCardinality>
    	</owl:Restriction>
   	</owl:equivalentClass>
  </owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISB05#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB05#Researcher">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<owl:equivalentClass rdf:nodeID="node3"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISB05#hasAffiliation"/>
	<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB05#hasAffiliation">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#hasAffiliation">
    <rdfs:domain rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Researcher"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:nodeID="A0">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
    <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int">1</owl:maxCardinality>
    <owl:onProperty rdf:resource="http://www.owl-ontologies.com/unnamed.owl#hasAffiliation"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Researcher">
    <rdfs:subClassOf rdf:nodeID="A0"/>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E23
(ISB06)
<!DOCTYPE rdf:RDF [
     <!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#" >
   ]>
<rdf:RDF
	xml:base="http://www.example.org/ISB06#"
	xmlns:owl ="http://www.w3.org/2002/07/owl#"
	xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:xsd ="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs ="http://www.example.org/ISB06#"
>
<owl:Ontology rdf:about="#" />
	<owl:ObjectProperty rdf:about="http://www.example.org/ISB06#hasMother" />
	<owl:Class rdf:about="http://www.example.org/ISB06#Man">
		<owl:equivalentClass>
			<owl:Restriction>
 			<owl:onProperty rdf:resource="http://www.example.org/ISB06#hasMother" />
				<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1
			</owl:cardinality>
			</owl:Restriction>
		</owl:equivalentClass>
	</owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISB06#Man">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<owl:equivalentClass rdf:nodeID="node3"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB06#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB06#hasMother">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISB06#hasMother"/>
	<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#hasMother">
    <rdfs:domain rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Man"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:nodeID="A0">
    <owl:onProperty rdf:resource="http://www.owl-ontologies.com/unnamed.owl#hasMother"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
    <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int">1</owl:cardinality>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Man">
    <rdfs:subClassOf rdf:nodeID="A0"/>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E24
(ISB07)
<!DOCTYPE rdf:RDF [
     <!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#" >
   ]>
<rdf:RDF
	xml:base="http://www.example.org/ISB07#"
	xmlns:owl ="http://www.w3.org/2002/07/owl#"
	xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:xsd ="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs ="http://www.example.org/ISB07#"
>
<owl:Ontology rdf:about="#" />
	<owl:ObjectProperty rdf:about="http://www.example.org/ISB07#hasAffiliation" />
	<owl:Class rdf:about="http://www.example.org/ISB07#Researcher">
		<owl:equivalentClass>
			<owl:Restriction>
 			<owl:onProperty rdf:resource="http://www.example.org/ISB07#hasAffiliation" />
				<owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">0
				</owl:minCardinality>
			</owl:Restriction>
		</owl:equivalentClass>
		<owl:equivalentClass>
			<owl:Restriction>
 			<owl:onProperty rdf:resource="http://www.example.org/ISB07#hasAffiliation" />
				<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1
				</owl:maxCardinality>
			</owl:Restriction>
		</owl:equivalentClass>
	</owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISB07#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node4">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISB07#hasAffiliation"/>
	<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB07#hasAffiliation">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISB07#hasAffiliation"/>
	<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB07#Researcher">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<owl:equivalentClass rdf:nodeID="node4"/>
	<owl:equivalentClass rdf:nodeID="node3"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#hasAffiliation">
    <rdfs:domain rdf:nodeID="A0"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:nodeID="A0">
    <owl:unionOf rdf:nodeID="A1"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:nodeID="A2">
    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
    <rdf:first rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Researcher"/>
  </rdf:Description>
  <rdf:Description rdf:nodeID="A3">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
    <owl:onProperty rdf:resource="http://www.owl-ontologies.com/unnamed.owl#hasAffiliation"/>
    <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int">1</owl:maxCardinality>
  </rdf:Description>
  <rdf:Description rdf:nodeID="A1">
    <rdf:first rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Researcher"/>
    <rdf:rest rdf:nodeID="A2"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Researcher">
    <rdfs:subClassOf rdf:nodeID="A3"/>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E25
(ISB08)
<!DOCTYPE rdf:RDF [
     <!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#" >
   ]>
<rdf:RDF
	xml:base="http://www.example.org/ISB08#"
	xmlns:owl ="http://www.w3.org/2002/07/owl#"
	xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:xsd ="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs ="http://www.example.org/ISB08#"
>
<owl:Ontology rdf:about="#" />
	<owl:DatatypeProperty rdf:about="http://www.example.org/ISB08#hasName" />
	<owl:Class rdf:about="http://www.example.org/ISB08#Person">
		<owl:equivalentClass>
			<owl:Restriction>
 			<owl:onProperty rdf:resource="http://www.example.org/ISB08#hasName" />
				<owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">0
			</owl:minCardinality>
			</owl:Restriction>
		</owl:equivalentClass>
	</owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISB08#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<owl:equivalentClass rdf:nodeID="node3"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISB08#hasName"/>
	<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB08#hasName">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB08#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#hasName">
    <rdfs:domain rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Person"/>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E26
(ISB09)
<!DOCTYPE rdf:RDF [
     <!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#" >
   ]>
<rdf:RDF
	xml:base="http://www.example.org/ISB09#"
	xmlns:owl ="http://www.w3.org/2002/07/owl#"
	xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:xsd ="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs ="http://www.example.org/ISB09#"
>
<owl:Ontology rdf:about="#" />
	<owl:DatatypeProperty rdf:about="http://www.example.org/ISB09#wrotePhDThesis" />
	<owl:Class rdf:about="http://www.example.org/ISB09#Researcher">
		<owl:equivalentClass>
			<owl:Restriction>
 			<owl:onProperty rdf:resource="http://www.example.org/ISB09#wrotePhDThesis" />
				<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1
			</owl:maxCardinality>
			</owl:Restriction>
		</owl:equivalentClass>
	</owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISB09#wrotePhDThesis">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB09#Researcher">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<owl:equivalentClass rdf:nodeID="node3"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB09#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISB09#wrotePhDThesis"/>
	<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#wrotePhDThesis">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:domain rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Researcher"/>
  </rdf:Description>
  <rdf:Description rdf:nodeID="A0">
    <owl:onProperty rdf:resource="http://www.owl-ontologies.com/unnamed.owl#wrotePhDThesis"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
    <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int">1</owl:maxCardinality>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Researcher">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:subClassOf rdf:nodeID="A0"/>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E27
(ISB10)
<!DOCTYPE rdf:RDF [
     <!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#" >
   ]>
<rdf:RDF
	xml:base="http://www.example.org/ISB10#"
	xmlns:owl ="http://www.w3.org/2002/07/owl#"
	xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:xsd ="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs ="http://www.example.org/ISB10#"
>
<owl:Ontology rdf:about="#" />
	<owl:DatatypeProperty rdf:about="http://www.example.org/ISB10#hasSSN" />
	<owl:Class rdf:about="http://www.example.org/ISB10#Man">
		<owl:equivalentClass>
			<owl:Restriction>
 			<owl:onProperty rdf:resource="http://www.example.org/ISB10#hasSSN" />
				<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1
			</owl:cardinality>
			</owl:Restriction>
		</owl:equivalentClass>
	</owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISB10#hasSSN">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB10#Man">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<owl:equivalentClass rdf:nodeID="node3"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB10#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISB10#hasSSN"/>
	<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#hasSSN">
    <rdfs:domain rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Man"/>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:nodeID="A0">
    <owl:onProperty rdf:resource="http://www.owl-ontologies.com/unnamed.owl#hasSSN"/>
    <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int">1</owl:cardinality>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Man">
    <rdfs:subClassOf rdf:nodeID="A0"/>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E28
(ISB11)
<!DOCTYPE rdf:RDF [
     <!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#" >
   ]>
<rdf:RDF
	xml:base="http://www.example.org/ISB11#"
	xmlns:owl ="http://www.w3.org/2002/07/owl#"
	xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:xsd ="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs ="http://www.example.org/ISB11#"
>
<owl:Ontology rdf:about="#" />
	<owl:DatatypeProperty rdf:about="http://www.example.org/ISB11#wrotePhDThesis" />
	<owl:Class rdf:about="http://www.example.org/ISB11#Researcher">
		<owl:equivalentClass>
			<owl:Restriction>
 			<owl:onProperty rdf:resource="http://www.example.org/ISB11#wrotePhDThesis" />
				<owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">0
				</owl:minCardinality>
			</owl:Restriction>
		</owl:equivalentClass>
		<owl:equivalentClass>
			<owl:Restriction>
 			<owl:onProperty rdf:resource="http://www.example.org/ISB11#wrotePhDThesis" />
				<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1
				</owl:maxCardinality>
			</owl:Restriction>
		</owl:equivalentClass>
	</owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISB11#Researcher">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<owl:equivalentClass rdf:nodeID="node4"/>
	<owl:equivalentClass rdf:nodeID="node3"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB11#wrotePhDThesis">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node4">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISB11#wrotePhDThesis"/>
	<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
	<owl:onProperty rdf:resource="http://www.example.org/ISB11#wrotePhDThesis"/>
	<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB11#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#wrotePhDThesis">
    <rdfs:domain rdf:nodeID="A0"/>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:nodeID="A0">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <owl:unionOf rdf:nodeID="A1"/>
  </rdf:Description>
  <rdf:Description rdf:nodeID="A2">
    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
    <rdf:first rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Researcher"/>
  </rdf:Description>
  <rdf:Description rdf:nodeID="A3">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
    <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int">1</owl:maxCardinality>
    <owl:onProperty rdf:resource="http://www.owl-ontologies.com/unnamed.owl#wrotePhDThesis"/>
  </rdf:Description>
  <rdf:Description rdf:nodeID="A1">
    <rdf:rest rdf:nodeID="A2"/>
    <rdf:first rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Researcher"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Researcher">
    <rdfs:subClassOf rdf:nodeID="A3"/>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E29
(ISB12)
<rdf:RDF
	xml:base="http://www.example.org/ISB12#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISB12#">

  <owl:Ontology rdf:about="#" />
  <owl:Class rdf:about="http://www.example.org/ISB12#ItalianMan">
		<owl:equivalentClass>
	  	<owl:Class>
				<owl:intersectionOf rdf:parseType="Collection">
 		    	<owl:Class rdf:about="http://www.example.org/ISB12#Italian" />
 	  	  	<owl:Class rdf:about="http://www.example.org/ISB12#Male" />
				</owl:intersectionOf>
			</owl:Class>
		</owl:equivalentClass>
	</owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISB12#Male">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB12#Italian">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node4">
	<rdf:first rdf:resource="http://www.example.org/ISB12#Italian"/>
	<rdf:rest rdf:nodeID="node5"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node5">
	<rdf:first rdf:resource="http://www.example.org/ISB12#Male"/>
	<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<owl:intersectionOf rdf:nodeID="node4"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB12#ItalianMan">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<owl:equivalentClass rdf:nodeID="node3"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISB12#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#ItalianMan">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:subClassOf rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Male"/>
    <rdfs:subClassOf rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Italian"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Male">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Italian">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E30
(ISC01)
<rdf:RDF
    xml:base="http://www.example.org/ISC01#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:ibs="http://www.example.org/ISC01#">
    
    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISC01#ItalianMan">
			<owl:intersectionOf rdf:parseType="Collection">
		    <owl:Class rdf:about="http://www.example.org/ISC01#Italian" />
		    <owl:Class rdf:about="http://www.example.org/ISC01#Male" />
			</owl:intersectionOf>
    </owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISC01#Italian">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISC01#Male">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node4">
	<rdf:first rdf:resource="http://www.example.org/ISC01#Male"/>
	<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISC01#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:first rdf:resource="http://www.example.org/ISC01#Italian"/>
	<rdf:rest rdf:nodeID="node4"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISC01#ItalianMan">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<owl:intersectionOf rdf:nodeID="node3"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#ItalianMan">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:subClassOf rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Male"/>
    <rdfs:subClassOf rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Italian"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Male">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Italian">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E31
(ISC02)
<rdf:RDF
    xml:base="http://www.example.org/ISC02#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:ibs="http://www.example.org/ISC02#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISC02#ItalianMan">
			<owl:intersectionOf rdf:parseType="Collection">
	    	<owl:Class rdf:about="http://www.example.org/ISC02#Italian" />
	    	<owl:Class rdf:about="http://www.example.org/ISC02#Male" />
	    	<owl:Class rdf:about="http://www.example.org/ISC02#Person" />
			</owl:intersectionOf>
    </owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISC02#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISC02#Male">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISC02#Italian">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node4">
	<rdf:first rdf:resource="http://www.example.org/ISC02#Male"/>
	<rdf:rest rdf:nodeID="node5"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node5">
	<rdf:first rdf:resource="http://www.example.org/ISC02#Person"/>
	<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISC02#ItalianMan">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<owl:intersectionOf rdf:nodeID="node3"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:first rdf:resource="http://www.example.org/ISC02#Italian"/>
	<rdf:rest rdf:nodeID="node4"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISC02#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#ItalianMan">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:subClassOf rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Person"/>
    <rdfs:subClassOf rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Male"/>
    <rdfs:subClassOf rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Italian"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Male">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Italian">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E32
(ISD01)
<rdf:RDF
	xml:base="http://www.example.org/ISD01#"
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISD01#">
	
	<owl:Ontology rdf:about="#" />	
	<owl:ObjectProperty rdf:about="http://www.example.org/ISD01#hasChild" />
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISD01#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISD01#hasChild">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#hasChild">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E33
(ISD02)
<rdf:RDF
	xml:base="http://www.example.org/ISD02#"
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISD02#">
	
	<owl:Ontology rdf:about="#" />
  <owl:ObjectProperty rdf:about="http://www.example.org/ISD02#isAncestorOf" />
  <owl:ObjectProperty rdf:about="http://www.example.org/ISD02#isFatherOf">
    <rdfs:subPropertyOf rdf:resource="http://www.example.org/ISD02#isGrandFatherOf" />
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.example.org/ISD02#isGrandFatherOf">
    <rdfs:subPropertyOf rdf:resource="http://www.example.org/ISD02#isAncestorOf" />
  </owl:ObjectProperty>

</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISD02#isGrandFatherOf">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<subPropertyOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISD02#isAncestorOf"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISD02#isFatherOf">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<subPropertyOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISD02#isGrandFatherOf"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISD02#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISD02#isAncestorOf">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_isFatherOf">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:isFatherOf</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_isAncestorOf">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:isAncestorOf</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_isGrandFatherOf">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:isGrandFatherOf</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E34
(ISD03)
<rdf:RDF
	xml:base="http://www.example.org/ISD03#"
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISD03#">
	
	<owl:Ontology rdf:about="#" />
  <owl:DatatypeProperty rdf:about="http://www.example.org/ISD03#hasAge" />
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISD03#hasAge">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISD03#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#hasAge">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E35
(ISD04)
<rdf:RDF
	xml:base="http://www.example.org/ISD04#"
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISD04#">
	
  <owl:Ontology rdf:about="#" />
  <owl:DatatypeProperty rdf:about="http://www.example.org/ISD04#isReal" />
  <owl:DatatypeProperty rdf:about="http://www.example.org/ISD04#isRational" >
    <rdfs:subPropertyOf rdf:resource="http://www.example.org/ISD04#isReal" />
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="http://www.example.org/ISD04#isInteger" >
    <rdfs:subPropertyOf rdf:resource="http://www.example.org/ISD04#isRational" />
  </owl:DatatypeProperty>
</rdf:RDF>


<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISD04#isInteger">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	<subPropertyOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISD04#isRational"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISD04#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISD04#isRational">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	<subPropertyOf xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISD04#isReal"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISD04#isReal">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#subPropertyOf">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_isReal">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:isReal</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_isInteger">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:isInteger</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_isRational">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:isRational</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E36
(ISE01)
<rdf:RDF	
	xml:base="http://www.example.org/ISE01#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISE01#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISE01#Person" />
    <owl:ObjectProperty rdf:about="http://www.example.org/ISE01#hasChild">
        <rdfs:domain rdf:resource="http://www.example.org/ISE01#Person"/>
    </owl:ObjectProperty>
</rdf:RDF>

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISE01#hasChild">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISE01#Person"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE01#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE01#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasChild">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasChild</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#domain">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E37
(ISE02)
<rdf:RDF	
	xml:base="http://www.example.org/ISE02#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISE02#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISE02#Person" />
    <owl:ObjectProperty rdf:about="http://www.example.org/ISE02#hasChild">
        <rdfs:range rdf:resource="http://www.example.org/ISE02#Person"/>
    </owl:ObjectProperty>
</rdf:RDF>

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISE02#hasChild">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISE02#Person"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE02#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE02#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasChild">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasChild</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#range">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E38
(ISE03)
<rdf:RDF	
	xml:base="http://www.example.org/ISE03#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISE03#">
	
    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISE03#Person" />
    <owl:Class rdf:about="http://www.example.org/ISE03#Father" />
     <owl:ObjectProperty rdf:about="http://www.example.org/ISE03#hasChild">
        <rdfs:domain rdf:resource="http://www.example.org/ISE03#Father"/>
        <rdfs:range rdf:resource="http://www.example.org/ISE03#Person"/>
    </owl:ObjectProperty>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISE03#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE03#Father">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE03#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE03#hasChild">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISE03#Father"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISE03#Person"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasChild">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasChild</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Father">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Father</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E39
(ISE04)
<rdf:RDF	
	xml:base="http://www.example.org/ISE04#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISE04#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISE04#Person" />
    <owl:ObjectProperty rdf:about="http://www.example.org/ISE04#hasChild">
        <rdfs:domain rdf:resource="http://www.example.org/ISE04#Person"/>
        <rdfs:range rdf:resource="http://www.example.org/ISE04#Person"/>
    </owl:ObjectProperty>
</rdf:RDF>

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISE04#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE04#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE04#hasChild">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISE04#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISE04#Person"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasChild">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasChild</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E40
(ISE05)
<rdf:RDF	
	xml:base="http://www.example.org/ISE05#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISE05#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISE05#Person" />
    <owl:Class rdf:about="http://www.example.org/ISE05#Woman" />
    <owl:Class rdf:about="http://www.example.org/ISE05#Mother" />
    <owl:ObjectProperty rdf:about="http://www.example.org/ISE05#hasChild">
        <rdfs:domain rdf:resource="http://www.example.org/ISE05#Woman"/>
        <rdfs:domain rdf:resource="http://www.example.org/ISE05#Mother"/>
        <rdfs:domain rdf:resource="http://www.example.org/ISE05#Person"/>
	<rdfs:range rdf:resource="http://www.example.org/ISE05#Person" />
    </owl:ObjectProperty>
</rdf:RDF>

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISE05#Woman">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE05#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE05#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE05#hasChild">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISE05#Person"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISE05#Mother"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISE05#Woman"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISE05#Person"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE05#Mother">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Mother">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Mother</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasChild">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasChild</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Woman">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Woman</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E41
(ISE06)
<rdf:RDF	
	xml:base="http://www.example.org/ISE06#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISE06#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISE06#Person" />
    <owl:Class rdf:about="http://www.example.org/ISE06#Human" />
    <owl:Class rdf:about="http://www.example.org/ISE06#Child" />
    <owl:ObjectProperty rdf:about="http://www.example.org/ISE06#hasChild">
	<rdfs:domain rdf:resource="http://www.example.org/ISE06#Person"/>
        <rdfs:range rdf:resource="http://www.example.org/ISE06#Person"/>
        <rdfs:range rdf:resource="http://www.example.org/ISE06#Human"/>
        <rdfs:range rdf:resource="http://www.example.org/ISE06#Child"/>
    </owl:ObjectProperty>
</rdf:RDF>

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISE06#Human">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE06#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE06#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE06#hasChild">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISE06#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISE06#Child"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISE06#Human"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISE06#Person"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE06#Child">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Child">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Child</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasChild">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasChild</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Human">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Human</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E42
(ISE07)
<rdf:RDF	
	xml:base="http://www.example.org/ISE07#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISE07#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISE07#Person" />
    <owl:DatatypeProperty rdf:about="http://www.example.org/ISE07#hasSSN">
        <rdfs:domain rdf:resource="http://www.example.org/ISE07#Person"/>
    </owl:DatatypeProperty>
</rdf:RDF>

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISE07#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE07#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE07#hasSSN">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISE07#Person"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasSSN">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasSSN</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E43
(ISE08)
<rdf:RDF	
	xml:base="http://www.example.org/ISE08#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISE08#">

    <owl:Ontology rdf:about="#" />
    <owl:DatatypeProperty rdf:about="http://www.example.org/ISE08#hasName">
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    </owl:DatatypeProperty>
</rdf:RDF>

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISE08#hasName">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE08#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasName">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasName</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E44
(ISE09)
<rdf:RDF	
	xml:base="http://www.example.org/ISE09#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISE09#">
	
    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISE09#Person" />
     <owl:DatatypeProperty rdf:about="http://www.example.org/ISE09#hasName">
        <rdfs:domain rdf:resource="http://www.example.org/ISE09#Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    </owl:DatatypeProperty>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISE09#hasName">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISE09#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE09#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE09#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#range">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasName">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasName</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#domain">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E45
(ISE10)
<rdf:RDF	
	xml:base="http://www.example.org/ISE10#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISE10#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISE10#Woman" />
    <owl:Class rdf:about="http://www.example.org/ISE10#Mother" />
    <owl:DatatypeProperty rdf:about="http://www.example.org/ISE10#hasChildNamed">
    	<rdfs:domain rdf:resource="http://www.example.org/ISE10#Woman"/>
      <rdfs:domain rdf:resource="http://www.example.org/ISE10#Mother"/>
			<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" />
    </owl:DatatypeProperty>
</rdf:RDF>

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISE10#Mother">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE10#hasChildNamed">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISE10#Mother"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISE10#Woman"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE10#Woman">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISE10#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Mother">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Mother</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Woman">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Woman</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#range">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasChildNamed">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasChildNamed</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#domain">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E46
(ISF01)
<rdf:RDF
	xml:base="http://www.example.org/ISF01#"
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISF01#">

	<owl:Ontology rdf:about="#" />
	<owl:Class rdf:about="http://www.example.org/ISF01#Person" />
	<owl:Class rdf:about="http://www.example.org/ISF01#City" />
	<owl:ObjectProperty rdf:about="http://www.example.org/ISF01#livesIn" >
		<rdfs:domain rdf:resource="http://www.example.org/ISF01#Person" />
		<rdfs:range rdf:resource="http://www.example.org/ISF01#City" />
	</owl:ObjectProperty>
	<owl:ObjectProperty rdf:about="http://www.example.org/ISF01#isResidentIn" >
		<rdfs:domain rdf:resource="http://www.example.org/ISF01#Person" />
		<rdfs:range rdf:resource="http://www.example.org/ISF01#City" />
		<owl:equivalentProperty rdf:resource="http://www.example.org/ISF01#livesIn" />
	</owl:ObjectProperty>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISF01#livesIn">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISF01#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISF01#City"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISF01#isResidentIn">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISF01#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISF01#City"/>
	<owl:equivalentProperty rdf:resource="http://www.example.org/ISF01#livesIn"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISF01#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISF01#City">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISF01#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_isResidentIn">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:isResidentIn</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_livesIn">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:livesIn</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_City">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:City</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#range">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#domain">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E47
(ISF02)
<rdf:RDF
	xml:base="http://www.example.org/ISF02#"
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISF02#">

	<owl:Ontology rdf:about="#" />
	<owl:Class rdf:about="http://www.example.org/ISF02#City" />
	<owl:DatatypeProperty rdf:about="http://www.example.org/ISF02#hasName">
		<rdfs:domain rdf:resource="http://www.example.org/ISF02#City" />
		<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" />
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:about="http://www.example.org/ISF02#hasSpanishName">
		<rdfs:domain rdf:resource="http://www.example.org/ISF02#City" />
		<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" />
		<owl:equivalentProperty rdf:resource="http://www.example.org/ISF02#hasName" />
	</owl:DatatypeProperty>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISF02#hasName">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISF02#City"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISF02#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISF02#hasSpanishName">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISF02#City"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
	<owl:equivalentProperty rdf:resource="http://www.example.org/ISF02#hasName"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISF02#City">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasSpanishName">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasSpanishName</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_City">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:City</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#range">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasName">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasName</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#domain">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E48
(ISF03)
<rdf:RDF
	xml:base="http://www.example.org/ISF03#"
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISF03#">

	<owl:Ontology rdf:about="#" />
	<owl:Class rdf:about="http://www.example.org/ISF03#Person" />
	<owl:Class rdf:about="http://www.example.org/ISF03#Child" />
	<owl:ObjectProperty rdf:about="http://www.example.org/ISF03#hasChild" />
	<owl:ObjectProperty rdf:about="http://www.example.org/ISF03#hasParent">
		<rdfs:domain rdf:resource="http://www.example.org/ISF03#Child" />
		<rdfs:range rdf:resource="http://www.example.org/ISF03#Person" />
		<owl:inverseOf rdf:resource="http://www.example.org/ISF03#hasChild" />
	</owl:ObjectProperty>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISF03#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISF03#hasParent">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISF03#Child"/>
	<owl:inverseOf rdf:resource="http://www.example.org/ISF03#hasChild"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISF03#Person"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISF03#hasChild">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISF03#Child">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISF03#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Child">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Child</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasChild">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasChild</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasParent">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasParent</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E49
(ISG01)
<rdf:RDF
	xml:base="http://www.example.org/ISG01#"
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISG01#">
	
  <owl:Ontology rdf:about="#" />
  <owl:Class rdf:about="http://www.example.org/ISG01#Person"/>
  <owl:ObjectProperty rdf:about="http://www.example.org/ISG01#hasFriend">
  	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty" />
  	<rdfs:range rdf:resource="http://www.example.org/ISG01#Person" />
  	<rdfs:domain rdf:resource="http://www.example.org/ISG01#Person" />
  </owl:ObjectProperty>
</rdf:RDF>

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISG01#hasFriend">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISG01#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISG01#Person"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISG01#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISG01#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasFriend">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasFriend</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E50
(ISG02)
<rdf:RDF
	xml:base="http://www.example.org/ISG02#"
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISG02#">
	
  <owl:Ontology rdf:about="#" />
  <owl:Class rdf:about="http://www.example.org/ISG02#Person"/>
  <owl:ObjectProperty rdf:about="http://www.example.org/ISG02#hasFriend">
  	<rdf:type 
rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty" />
  	<rdfs:range rdf:resource="http://www.example.org/ISG02#Person" />
  	<rdfs:domain rdf:resource="http://www.example.org/ISG02#Person" />
  </owl:ObjectProperty>
</rdf:RDF>

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISG02#hasFriend">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISG02#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISG02#Person"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISG02#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISG02#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasFriend">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasFriend</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#range">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#domain">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E51
(ISG03)
<rdf:RDF
	xml:base="http://www.example.org/ISG03#"
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISG03#">
	
  <owl:Ontology rdf:about="#" />
  <owl:Class rdf:about="http://www.example.org/ISG03#Woman" />
  <owl:Class rdf:about="http://www.example.org/ISG03#Man" />
  <owl:ObjectProperty rdf:about="http://www.example.org/ISG03#hasHusband" > 
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty" />
   	<rdfs:domain rdf:resource="http://www.example.org/ISG03#Woman" />
	 	<rdfs:range rdf:resource="http://www.example.org/ISG03#Man" />
  </owl:ObjectProperty>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISG03#Woman">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISG03#Man">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISG03#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISG03#hasHusband">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISG03#Woman"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISG03#Man"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasHusband">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasHusband</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Woman">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Woman</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Man">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Man</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E52
(ISG04)
<rdf:RDF
	xml:base="http://www.example.org/ISG04#"
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISG04#">
	
  <owl:Ontology rdf:about="#" />
  <owl:Class rdf:about="http://www.example.org/ISG04#Person" />
  <owl:DatatypeProperty rdf:about="http://www.example.org/ISG04#hasAge" > 
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty" />
   	<rdfs:domain rdf:resource="http://www.example.org/ISG04#Person" />
	 	<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" />
  </owl:DatatypeProperty>
</rdf:RDF>


<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISG04#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISG04#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISG04#hasAge">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISG04#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasAge">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasAge</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E53
(ISG05)
<rdf:RDF
	xml:base="http://www.example.org/ISG05#"
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:ibs="http://www.example.org/ISG05#">
	
  <owl:Ontology rdf:about="#" />
  <owl:Class rdf:about="http://www.example.org/ISG05#Professor"/>
  <owl:Class rdf:about="http://www.example.org/ISG05#Student"/>
    <owl:ObjectProperty rdf:about="http://www.example.org/ISG05#hasTutor" > 
      <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty" />
      <rdfs:domain rdf:resource="http://www.example.org/ISG05#Professor" />
      <rdfs:range rdf:resource="http://www.example.org/ISG05#Student" />
   </owl:ObjectProperty>
</rdf:RDF>


<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISG05#hasTutor">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISG05#Professor"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISG05#Student"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISG05#Student">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISG05#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISG05#Professor">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasTutor">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasTutor</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Student">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Student</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Professor">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Professor</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E54
(ISH01)
<rdf:RDF
	xml:base="http://www.example.org/ISH01#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:ibs="http://www.example.org/ISH01#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISH01#Person" />
    <ibs:Person rdf:about="http://www.example.org/ISH01#Peter" />
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISH01#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISH01#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E55
(ISH02)
<rdf:RDF
	xml:base="http://www.example.org/ISH02#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:ibs="http://www.example.org/ISH02#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISH02#Person" />
    <owl:Class rdf:about="http://www.example.org/ISH02#Father" />
    <owl:Class rdf:about="http://www.example.org/ISH02#Student" />
    <ibs:Person rdf:about="http://www.example.org/ISH02#Peter" />
		<ibs:Father rdf:about="http://www.example.org/ISH02#Peter" />	
    <ibs:Student rdf:about="http://www.example.org/ISH02#Peter" />
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISH02#Peter">
	<rdf:type rdf:resource="http://www.example.org/ISH02#Student"/>
	<rdf:type rdf:resource="http://www.example.org/ISH02#Father"/>
	<rdf:type rdf:resource="http://www.example.org/ISH02#Person"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISH02#Father">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISH02#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISH02#Student">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISH02#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
 
E56
(ISH03)
<rdf:RDF
	xml:base="http://www.example.org/ISH03#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:ibs="http://www.example.org/ISH03#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISH03#Person" />
    <ibs:Person rdf:about="http://www.example.org/ISH03#Peter" />
    <ibs:Person rdf:about="http://www.example.org/ISH03#Paul" />
    <ibs:Person rdf:about="http://www.example.org/ISH03#Mary" />
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISH03#Peter">
	<rdf:type rdf:resource="http://www.example.org/ISH03#Person"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISH03#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISH03#Paul">
	<rdf:type rdf:resource="http://www.example.org/ISH03#Person"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISH03#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Peter">
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Paul">
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E57
(ISI01)
<rdf:RDF
	xml:base="http://www.example.org/ISI01#"
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
        xmlns:owl="http://www.w3.org/2002/07/owl#"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
        xmlns:ibs="http://www.example.org/ISI01#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISI01#Person" />
    <owl:ObjectProperty rdf:about="http://www.example.org/ISI01#hasChild">
        <rdfs:domain rdf:resource="http://www.example.org/ISI01#Person"/>
        <rdfs:range rdf:resource="http://www.example.org/ISI01#Person"/>
    </owl:ObjectProperty>
    <ibs:Person rdf:about="http://www.example.org/ISI01#Paul" />
    <ibs:Person rdf:about="http://www.example.org/ISI01#Mary" >
        <ibs:hasChild rdf:resource="http://www.example.org/ISI01#Paul"/>
    </ibs:Person>
</rdf:RDF>

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISI01#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISI01#hasChild">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISI01#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISI01#Person"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISI01#Mary">
	<rdf:type rdf:resource="http://www.example.org/ISI01#Person"/>
	<hasChild xmlns="http://www.example.org/ISI01#" rdf:resource="http://www.example.org/ISI01#Paul"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISI01#Paul">
	<rdf:type rdf:resource="http://www.example.org/ISI01#Person"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISI01#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Paul">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Paul</rdfs:label>
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#p1_Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Mary">
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#p1_Person"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Mary</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasChild">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasChild</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E58
(ISI02)
<rdf:RDF
	xml:base="http://www.example.org/ISI02#"
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
        xmlns:owl="http://www.w3.org/2002/07/owl#"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
        xmlns:ibs="http://www.example.org/ISI02#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISI02#Person" />
    <owl:ObjectProperty rdf:about="http://www.example.org/ISI02#knows">
        <rdfs:domain rdf:resource="http://www.example.org/ISI02#Person"/>
        <rdfs:range rdf:resource="http://www.example.org/ISI02#Person"/>
    </owl:ObjectProperty>
    <ibs:Person rdf:about="http://www.example.org/ISI02#Peter" >
        <ibs:knows rdf:resource="http://www.example.org/ISI02#Peter"/>
    </ibs:Person>
</rdf:RDF>

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISI02#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISI02#Peter">
	<rdf:type rdf:resource="http://www.example.org/ISI02#Person"/>
	<knows xmlns="http://www.example.org/ISI02#" rdf:resource="http://www.example.org/ISI02#Peter"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISI02#knows">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISI02#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISI02#Person"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISI02#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Peter">
    <knows rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Peter"/>
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#knows">
    <rdfs:domain rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Person"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E59
(ISI03)
<rdf:RDF
	xml:base="http://www.example.org/ISI03#"
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
        xmlns:owl="http://www.w3.org/2002/07/owl#"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
        xmlns:ibs="http://www.example.org/ISI03#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISI03#Mother" />
    <owl:Class rdf:about="http://www.example.org/ISI03#Child" />
    <owl:ObjectProperty rdf:about="http://www.example.org/ISI03#hasChild">
        <rdfs:domain rdf:resource="http://www.example.org/ISI03#Mother"/>
        <rdfs:range rdf:resource="http://www.example.org/ISI03#Child"/>
    </owl:ObjectProperty>
    <ibs:Child rdf:about="http://www.example.org/ISI03#Paul" />
    <ibs:Mother rdf:about="http://www.example.org/ISI03#Mary" >
        <ibs:hasChild rdf:resource="http://www.example.org/ISI03#Paul"/>
    </ibs:Mother>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISI03#Paul">
	<rdf:type rdf:resource="http://www.example.org/ISI03#Child"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISI03#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISI03#Mary">
	<rdf:type rdf:resource="http://www.example.org/ISI03#Mother"/>
	<hasChild xmlns="http://www.example.org/ISI03#" rdf:resource="http://www.example.org/ISI03#Paul"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISI03#Child">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISI03#hasChild">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISI03#Mother"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISI03#Child"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISI03#Mother">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Mother">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Mary">
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Mother"/>
    <hasChild rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Paul"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Paul">
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Child"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Child">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#hasChild">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Mother"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E60
(ISI04)
<rdf:RDF
	xml:base="http://www.example.org/ISI04#"
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
        xmlns:owl="http://www.w3.org/2002/07/owl#"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
        xmlns:ibs="http://www.example.org/ISI04#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISI04#Person" />
    <owl:DatatypeProperty rdf:about="http://www.example.org/ISI04#hasName">
        <rdfs:domain rdf:resource="http://www.example.org/ISI04#Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    </owl:DatatypeProperty>
    <ibs:Person rdf:about="http://www.example.org/ISI04#MarySmith" >
        <ibs:hasName>Mary</ibs:hasName>
    </ibs:Person>
</rdf:RDF>

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISI04#hasName">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISI04#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISI04#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISI04#MarySmith">
	<rdf:type rdf:resource="http://www.example.org/ISI04#Person"/>
	<hasName xmlns="http://www.example.org/ISI04#">Mary</hasName>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISI04#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_MarySmith">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:MarySmith</rdfs:label>
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#p1_Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasName">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasName</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E61
(ISI05)
<rdf:RDF
	xml:base="http://www.example.org/ISI05#"
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
        xmlns:owl="http://www.w3.org/2002/07/owl#"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
        xmlns:ibs="http://www.example.org/ISI05#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISI05#Person" />
    <owl:DatatypeProperty rdf:about="http://www.example.org/ISI05#hasName">
        <rdfs:domain rdf:resource="http://www.example.org/ISI05#Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    </owl:DatatypeProperty>
    <ibs:Person rdf:about="http://www.example.org/ISI05#MaryAnn" >
        <ibs:hasName>Mary</ibs:hasName>
        <ibs:hasName>Ann</ibs:hasName>
    </ibs:Person>
</rdf:RDF>

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISI05#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISI05#MaryAnn">
	<rdf:type rdf:resource="http://www.example.org/ISI05#Person"/>
	<hasName xmlns="http://www.example.org/ISI05#">Ann</hasName>
	<hasName xmlns="http://www.example.org/ISI05#">Mary</hasName>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISI05#hasName">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISI05#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISI05#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#MaryAnn">
    <hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ann</hasName>
    <hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Mary</hasName>
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#hasName">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E62
(ISJ01)
<rdf:RDF
	xml:base="http://www.example.org/ISJ01#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:ibs="http://www.example.org/ISJ01#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISJ01#Person" />
    <owl:ObjectProperty rdf:about="http://www.example.org/ISJ01#hasChild">
        <rdfs:domain rdf:resource="http://www.example.org/ISJ01#Person"/>
        <rdfs:range rdf:resource="http://www.example.org/ISJ01#Person"/>
    </owl:ObjectProperty>
    <ibs:Person rdf:about="http://www.example.org/ISJ01#John" />
    <ibs:Person>
      <ibs:hasChild rdf:resource="http://www.example.org/ISJ01#John" />
    </ibs:Person>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISJ01#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISJ01#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.example.org/ISJ01#Person"/>
	<hasChild xmlns="http://www.example.org/ISJ01#" rdf:resource="http://www.example.org/ISJ01#John"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISJ01#John">
	<rdf:type rdf:resource="http://www.example.org/ISJ01#Person"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISJ01#hasChild">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISJ01#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISJ01#Person"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#John">
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#hasChild">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#___Unode3">
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Person"/>
    <hasChild rdf:resource="http://www.owl-ontologies.com/unnamed.owl#John"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">@_:Unode3</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E63
(ISJ02)
<rdf:RDF
	xml:base="http://www.example.org/ISJ02#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:ibs="http://www.example.org/ISJ02#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISJ02#Parent" />
    <owl:Class rdf:about="http://www.example.org/ISJ02#Person" />
    <owl:ObjectProperty rdf:about="http://www.example.org/ISJ02#hasChild">
        <rdfs:domain rdf:resource="http://www.example.org/ISJ02#Parent"/>
        <rdfs:range rdf:resource="http://www.example.org/ISJ02#Person"/>
    </owl:ObjectProperty>
    <ibs:Person rdf:about="http://www.example.org/ISJ02#John" />
    <ibs:Parent>
      <ibs:hasChild rdf:resource="http://www.example.org/ISJ02#John" />
    </ibs:Parent>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISJ02#Parent">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISJ02#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISJ02#John">
	<rdf:type rdf:resource="http://www.example.org/ISJ02#Person"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISJ02#hasChild">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISJ02#Parent"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISJ02#Person"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.example.org/ISJ02#Parent"/>
	<hasChild xmlns="http://www.example.org/ISJ02#" rdf:resource="http://www.example.org/ISJ02#John"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISJ02#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_John">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:John</rdfs:label>
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#p1_Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasChild">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasChild</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#___Unode3">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">@_:Unode3</rdfs:label>
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#p1_Parent"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#range">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Parent">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Parent</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#domain">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E64
(ISJ03)
<rdf:RDF
	xml:base="http://www.example.org/ISJ03#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:ibs="http://www.example.org/ISJ03#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISJ03#Person" />
    <owl:DatatypeProperty rdf:about="http://www.example.org/ISJ03#hasName">
        <rdfs:domain rdf:resource="http://www.example.org/ISJ03#Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    </owl:DatatypeProperty>
    <ibs:Person>
      <ibs:hasName>Peter</ibs:hasName>
    </ibs:Person>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISJ03#hasName">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISJ03#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISJ03#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.example.org/ISJ03#Person"/>
	<hasName xmlns="http://www.example.org/ISJ03#">Peter</hasName>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISJ03#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#___Unode3">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">@_:Unode3</rdfs:label>
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#p1_Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasName">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasName</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E65
(ISK01)
<rdf:RDF
	xml:base="http://www.example.org/ISK01#"
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
        xmlns:owl="http://www.w3.org/2002/07/owl#"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
        xmlns:ibs="http://www.example.org/ISK01#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISK01#Person" />
    <ibs:Person rdf:about="http://www.example.org/ISK01#MaryAnn"/>
    <ibs:Person rdf:about="http://www.example.org/ISK01#Mary">
        <owl:sameAs rdf:resource="http://www.example.org/ISK01#MaryAnn" />
    </ibs:Person>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISK01#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISK01#Mary">
	<rdf:type rdf:resource="http://www.example.org/ISK01#Person"/>
	<owl:sameAs rdf:resource="http://www.example.org/ISK01#MaryAnn"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISK01#MaryAnn">
	<rdf:type rdf:resource="http://www.example.org/ISK01#Person"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISK01#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Mary">
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#MaryAnn">
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E66
(ISK02)
<rdf:RDF
	xml:base="http://www.example.org/ISK02#"
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
        xmlns:owl="http://www.w3.org/2002/07/owl#"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
        xmlns:ibs="http://www.example.org/ISK02#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISK02#Person" />
    <ibs:Person rdf:about="http://www.example.org/ISK02#Ann"/>
    <ibs:Person rdf:about="http://www.example.org/ISK02#MaryAnn">
        <owl:differentFrom rdf:resource="http://www.example.org/ISK02#Ann" />
    </ibs:Person>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISK02#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISK02#Ann">
	<rdf:type rdf:resource="http://www.example.org/ISK02#Person"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISK02#MaryAnn">
	<rdf:type rdf:resource="http://www.example.org/ISK02#Person"/>
	<owl:differentFrom rdf:resource="http://www.example.org/ISK02#Ann"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISK02#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#MaryAnn">
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Ann">
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E67
(ISK03)
<rdf:RDF
	xml:base="http://www.example.org/ISK03#"
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
        xmlns:owl="http://www.w3.org/2002/07/owl#"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
        xmlns:ibs="http://www.example.org/ISK03#">

    <owl:Ontology rdf:about="#" />
    <owl:Class rdf:about="http://www.example.org/ISK03#Person" />
		<owl:AllDifferent>
			<owl:distinctMembers rdf:parseType="Collection">
		    <ibs:Person rdf:about="http://www.example.org/ISK03#Ann"/>
  		  <ibs:Person rdf:about="http://www.example.org/ISK03#Joan"/>
		    <ibs:Person rdf:about="http://www.example.org/ISK03#Mary"/>
			</owl:distinctMembers>
		</owl:AllDifferent>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISK03#Joan">
	<rdf:type rdf:resource="http://www.example.org/ISK03#Person"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISK03#Mary">
	<rdf:type rdf:resource="http://www.example.org/ISK03#Person"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISK03#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISK03#Ann">
	<rdf:type rdf:resource="http://www.example.org/ISK03#Person"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node4">
	<rdf:first rdf:resource="http://www.example.org/ISK03#Ann"/>
	<rdf:rest rdf:nodeID="node5"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node5">
	<rdf:first rdf:resource="http://www.example.org/ISK03#Joan"/>
	<rdf:rest rdf:nodeID="node6"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISK03#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
	<owl:distinctMembers rdf:nodeID="node4"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node6">
	<rdf:first rdf:resource="http://www.example.org/ISK03#Mary"/>
	<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Mary">
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Joan">
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Ann">
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E68
(ISL01)
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE rdf:RDF	[
	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
	<!ENTITY rdf  "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<!ENTITY owl  "http://www.w3.org/2002/07/owl#">
	<!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#">
	<!ENTITY ibs  "http://www.example.org/ISL01#">
	]>
<rdf:RDF 	
		xml:base="http://www.example.org/ISL01#"
		xmlns:rdf="&rdf;"
         	xmlns:rdfs="&rdfs;"
         	xmlns:owl="&owl;"
		xmlns:xsd="&xsd;"
		xmlns:ibs="&ibs;">

	<owl:Ontology rdf:about="#" />	
  <rdf:Description rdf:about="http://www.example.org/ISL01#Man">
	  <rdf:type rdf:resource="&owl;Class" />
	</rdf:Description>
  <rdf:Description rdf:about="http://www.example.org/ISL01#Woman">
	  <rdf:type rdf:resource="&owl;Class" />
	</rdf:Description>
</rdf:RDF>

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISL01#Woman">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL01#Man">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL01#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Woman">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Man">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E69
(ISL02)
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF	[
	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
	<!ENTITY rdf  "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<!ENTITY owl  "http://www.w3.org/2002/07/owl#">
	<!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#">
	<!ENTITY ibs  "http://www.example.org/ISL02#">
	<!ENTITY base  "http://www.example.org/ISL02#">
	]>
<rdf:RDF 	
		xmlns:rdf="&rdf;"
         	xmlns:rdfs="&rdfs;"
         	xmlns:owl="&owl;"
		xmlns:xsd="&xsd;"
		xmlns:ibs="&ibs;"
	        xml:base="&base;">

	<owl:Ontology rdf:about="&base;" />	
  <rdf:Description rdf:about="#Man">
    <rdf:type rdf:resource="&owl;Class" />
  </rdf:Description>
  <rdf:Description rdf:about="#Woman">
    <rdf:type rdf:resource="&owl;Class" />
  </rdf:Description>
</rdf:RDF>

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISL02#Woman">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL02#Man">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL02#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Woman">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Man">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E70
(ISL03)
<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE rdf:RDF	[
	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
	<!ENTITY rdf  "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<!ENTITY owl  "http://www.w3.org/2002/07/owl#">
	<!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#">
	<!ENTITY ibs  "http://www.example.org/ISL03#">
	]>
<rdf:RDF 	xmlns:rdf="&rdf;"
         	xmlns:rdfs="&rdfs;"
         	xmlns:owl="&owl;"
					xmlns:xsd="&xsd;"
					xmlns:ibs="&ibs;"
					xml:base="http://www.example.org/ISL03#">

	<owl:Ontology rdf:about="#" />	
	
  <rdf:Description rdf:ID="Man">
    <rdf:type rdf:resource="&owl;Class" />
  </rdf:Description>
  <rdf:Description rdf:ID="Woman">
    <rdf:type rdf:resource="&owl;Class" />
  </rdf:Description>

</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISL03#Man">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL03#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL03#Woman">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Woman">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Man">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E71
(ISL04)
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE rdf:RDF	[
	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
	<!ENTITY rdf  "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<!ENTITY owl  "http://www.w3.org/2002/07/owl#">
	<!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#">
	<!ENTITY ibs  "http://www.example.org/ISL04#">
	]>
<rdf:RDF 	xml:base="http://www.example.org/ISL04#"
		xmlns:rdf="&rdf;"
         	xmlns:rdfs="&rdfs;"
         	xmlns:owl="&owl;"
					xmlns:xsd="&xsd;"
					xmlns:ibs="&ibs;">

	<owl:Ontology rdf:about="#" />	
  <rdf:Description rdf:about="&ibs;Man">
	  <rdf:type rdf:resource="&owl;Class" />
	</rdf:Description>
	<rdf:Description rdf:about="&ibs;Woman">
    <rdf:type rdf:resource="&owl;Class" />
  </rdf:Description>
</rdf:RDF>

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISL04#Woman">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL04#Man">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL04#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Woman">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Man">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E72
(ISL05)
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [<!ENTITY owl "http://www.w3.org/2002/07/owl#">]>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xml:base="http://www.example.org/ISL05#"
	xmlns:owl= "http://www.w3.org/2002/07/owl#">
  <owl:Ontology rdf:about="#" />
  
  <rdf:Description rdf:about="#Woman">
    <rdf:type>
      <rdf:Description rdf:about="&owl;Class">
      </rdf:Description>
    </rdf:type>
  </rdf:Description>
  <rdf:Description rdf:about="#Man">
    <rdf:type>
      <rdf:Description rdf:about="&owl;Class">
      </rdf:Description>
    </rdf:type>
  </rdf:Description>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISL05#Man">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL05#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL05#Woman">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Woman">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Man">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E73
(ISL06)
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [<!ENTITY owl "http://www.w3.org/2002/07/owl#">]>
<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xml:base="http://www.example.org/ISL06#"
	xmlns:owl= "http://www.w3.org/2002/07/owl#">
  <owl:Ontology rdf:about="#" />
  
  <rdf:Description rdf:about="#Woman">
    <rdf:type rdf:resource="&owl;Class" />
  </rdf:Description>
  <rdf:Description rdf:about="#Man">
    <rdf:type rdf:resource="&owl;Class" />
  </rdf:Description>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISL06#Man">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL06#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL06#Woman">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Woman">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Man">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E74
(ISL07)
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF	[
	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
	
	]>
<rdf:RDF
	xml:base="http://www.example.org/ISL07#"  
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl= "http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
  xmlns:ibs="http://www.example.org/ISL07#">
 
 	<owl:Ontology rdf:about="#" /> 
  <owl:Class rdf:about="http://www.example.org/ISL07#Person">
  </owl:Class>
  <ibs:Person rdf:about="http://www.example.org/ISL07#MaryAnn">
  	<ibs:hasName>Mary</ibs:hasName>
  </ibs:Person>
  <ibs:Person rdf:about="http://www.example.org/ISL07#MaryAnn">
  	<ibs:hasName>Ann</ibs:hasName>
  </ibs:Person>
  <owl:DatatypeProperty rdf:about="http://www.example.org/ISL07#hasName">
  	<rdfs:domain rdf:resource="http://www.example.org/ISL07#Person"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="http://www.example.org/ISL07#hasName">
  	<rdfs:range rdf:resource="&rdfs;Literal"/>
  </owl:DatatypeProperty>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISL07#hasName">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISL07#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL07#MaryAnn">
	<rdf:type rdf:resource="http://www.example.org/ISL07#Person"/>
	<hasName xmlns="http://www.example.org/ISL07#">Ann</hasName>
	<hasName xmlns="http://www.example.org/ISL07#">Mary</hasName>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL07#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL07#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasName">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasName</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_MaryAnn">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:MaryAnn</rdfs:label>
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#p1_Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E75
(ISL08)
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF	[
	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
	
	]>
<rdf:RDF
	xml:base="http://www.example.org/ISL08#"  
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl= "http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
  xmlns:ibs="http://www.example.org/ISL08#">
 
 	<owl:Ontology rdf:about="#" /> 
  <owl:Class rdf:about="http://www.example.org/ISL08#Person">
  </owl:Class>
  <ibs:Person rdf:about="http://www.example.org/ISL08#MaryAnn">
  	<ibs:hasName>Mary</ibs:hasName>
   	<ibs:hasName>Ann</ibs:hasName>
  </ibs:Person>
  <owl:DatatypeProperty rdf:about="http://www.example.org/ISL08#hasName">
  	<rdfs:domain rdf:resource="http://www.example.org/ISL08#Person"/>
  	<rdfs:range rdf:resource="&rdfs;Literal"/>
  </owl:DatatypeProperty>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISL08#hasName">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISL08#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL08#MaryAnn">
	<rdf:type rdf:resource="http://www.example.org/ISL08#Person"/>
	<hasName xmlns="http://www.example.org/ISL08#">Ann</hasName>
	<hasName xmlns="http://www.example.org/ISL08#">Mary</hasName>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL08#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL08#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasName">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasName</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_MaryAnn">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:MaryAnn</rdfs:label>
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#p1_Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E76
(ISL09)
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [<!ENTITY owl "http://www.w3.org/2002/07/owl#">] >
<rdf:RDF 
	      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
              xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
              xmlns:owl= "http://www.w3.org/2002/07/owl#"
              xml:base="http://www.example.org/ISL09#">
         <owl:Ontology rdf:about="#" />
  <rdf:Description rdf:about="#Man">
    <rdf:type rdf:resource="&owl;Class" />
  </rdf:Description>
  <rdf:Description rdf:about="#Woman">
    <rdf:type rdf:resource="&owl;Class" />
  </rdf:Description>

</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISL09#Woman">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL09#Man">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL09#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Woman">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Man">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E77
(ISL10)
<?xml version="1.0"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl= "http://www.w3.org/2002/07/owl#"
	xml:base="http://www.example.org/ISL10#">
	<owl:Ontology rdf:about="#" />
  <owl:Class rdf:about="#Man" />
  <owl:Class rdf:about="#Woman" />
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISL10#Woman">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL10#Man">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL10#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Woman">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#Man">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E78
(ISL11)
<rdf:RDF 	
		xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
         	xmlns:owl="http://www.w3.org/2002/07/owl#"
         	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
					xmlns:ibs="http://www.example.org/ISL11#"
	        xml:base="http://www.example.org/ISL11#">
	        
  <owl:Ontology rdf:about="#" />
  <owl:Class rdf:about="http://www.example.org/ISL11#Person" />
  <owl:DatatypeProperty rdf:about="http://www.example.org/ISL11#hasName">
    <rdfs:domain rdf:resource="#Person"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="http://www.example.org/ISL11#hasSurname">
    <rdfs:domain rdf:resource="#Person"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
  </owl:DatatypeProperty>
  <ibs:Person rdf:about="http://www.example.org/ISL11#JohnDoe">
    <ibs:hasName>John</ibs:hasName>
    <ibs:hasSurname>Doe</ibs:hasSurname>
  </ibs:Person>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISL11#hasSurname">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISL11#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL11#hasName">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISL11#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL11#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL11#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL11#JohnDoe">
	<rdf:type rdf:resource="http://www.example.org/ISL11#Person"/>
	<hasName xmlns="http://www.example.org/ISL11#">John</hasName>
	<hasSurname xmlns="http://www.example.org/ISL11#">Doe</hasSurname>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_JohnDoe">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:JohnDoe</rdfs:label>
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#p1_Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasSurname">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasSurname</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasName">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasName</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E79
(ISL12)
<rdf:RDF 	
		xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
         	xmlns:owl="http://www.w3.org/2002/07/owl#"
         	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
					xmlns:ibs="http://www.example.org/ISL12#"
	        xml:base="http://www.example.org/ISL12#">
	        
  <owl:Ontology rdf:about="#" />
  <owl:Class rdf:about="http://www.example.org/ISL12#Person" />
  <owl:DatatypeProperty rdf:about="http://www.example.org/ISL12#hasName">
    <rdfs:domain rdf:resource="#Person"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="http://www.example.org/ISL12#hasSurname">
    <rdfs:domain rdf:resource="#Person"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
  </owl:DatatypeProperty>
  <ibs:Person rdf:about="http://www.example.org/ISL12#JohnDoe" ibs:hasName="John"  ibs:hasSurname="Doe"/>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISL12#hasName">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISL12#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL12#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL12#hasSurname">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISL12#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL12#JohnDoe">
	<rdf:type rdf:resource="http://www.example.org/ISL12#Person"/>
	<hasName xmlns="http://www.example.org/ISL12#">John</hasName>
	<hasSurname xmlns="http://www.example.org/ISL12#">Doe</hasSurname>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL12#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_JohnDoe">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:JohnDoe</rdfs:label>
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#p1_Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasSurname">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasSurname</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasName">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasName</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E80
(ISL13)
<?xml version="1.0"?>
<rdf:RDF 
	      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
              xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
              xmlns:owl="http://www.w3.org/2002/07/owl#"
    	      xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
              xmlns:ibs="http://www.example.org/ISL13#"
              xml:base="http://www.example.org/ISL13#">
              
  <owl:Ontology rdf:about="#" />
  <owl:Class rdf:about="#Person" />
  <owl:Class rdf:about="#Child" />
  <owl:ObjectProperty rdf:about="#hasChild">
    <rdfs:domain rdf:resource="#Person"/>
    <rdfs:range rdf:resource="#Child"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:about="#hasName">
    <rdfs:domain rdf:resource="#Child"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
  </owl:DatatypeProperty>
  <ibs:Person rdf:about="#John">
    <ibs:hasChild rdf:nodeID="node1" />	
  </ibs:Person>
  <ibs:Child rdf:nodeID="node1">
    <ibs:hasName>Paul</ibs:hasName>
  </ibs:Child>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISL13#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL13#hasChild">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISL13#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISL13#Child"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL13#Child">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL13#John">
	<rdf:type rdf:resource="http://www.example.org/ISL13#Person"/>
	<hasChild xmlns="http://www.example.org/ISL13#" rdf:nodeID="node3"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.example.org/ISL13#Child"/>
	<hasName xmlns="http://www.example.org/ISL13#">Paul</hasName>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL13#hasName">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISL13#Child"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL13#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_John">
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#p1_Person"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:John</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Child">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Child</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasChild">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasChild</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#___Unode3">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">@_:Unode3</rdfs:label>
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#p1_Child"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#range">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasName">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasName</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#domain">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E81
(ISL14)
<?xml version="1.0"?>
<rdf:RDF 
	      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
              xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
              xmlns:owl="http://www.w3.org/2002/07/owl#"
	      xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
              xmlns:ibs="http://www.example.org/ISL14#"
              xml:base="http://www.example.org/ISL14#">
              
  <owl:Ontology rdf:about="#" />
  <owl:Class rdf:about="#Person" />
  <owl:Class rdf:about="#Child" />
  <owl:ObjectProperty rdf:about="#hasChild">
    <rdfs:domain rdf:resource="#Person"/>
    <rdfs:range rdf:resource="#Child"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:about="#hasName">
    <rdfs:domain rdf:resource="#Child"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
  </owl:DatatypeProperty>
  <ibs:Person rdf:about="#John">
    <ibs:hasChild rdf:parseType="Resource">
    	<rdf:type rdf:resource="#Child"/>
    	<ibs:hasName>Paul</ibs:hasName>
	  </ibs:hasChild>
	</ibs:Person>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISL14#hasName">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISL14#Child"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL14#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL14#Child">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL14#John">
	<rdf:type rdf:resource="http://www.example.org/ISL14#Person"/>
	<hasChild xmlns="http://www.example.org/ISL14#" rdf:nodeID="node3"/>
</rdf:Description>

<rdf:Description rdf:nodeID="node3">
	<rdf:type rdf:resource="http://www.example.org/ISL14#Child"/>
	<hasName xmlns="http://www.example.org/ISL14#">Paul</hasName>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL14#hasChild">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	<domain xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISL14#Person"/>
	<range xmlns="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://www.example.org/ISL14#Child"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL14#Person">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_John">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:John</rdfs:label>
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#p1_Person"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Child">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Child</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasChild">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasChild</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Person">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Person</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#___Unode3">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">@_:Unode3</rdfs:label>
    <rdf:type rdf:resource="http://www.owl-ontologies.com/unnamed.owl#p1_Child"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#range">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_hasName">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:hasName</rdfs:label>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#domain">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>
E82
(ISL15)
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF	[
	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
	<!ENTITY rdf  "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<!ENTITY owl  "http://www.w3.org/2002/07/owl#">
	<!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#">
	<!ENTITY ibs  "http://www.example.org/ISL15#">
	<!ENTITY base  "http://www.example.org/ISL15#">
	]>
<rdf:RDF 	
		xmlns:rdf="&rdf;"
         	xmlns:rdfs="&rdfs;"
         	xmlns:owl="&owl;"
		xmlns:xsd="&xsd;"
		xmlns:ibs="&ibs;"
	        xml:base="&base;">
	        
  <owl:Ontology rdf:about="#" />
  <owl:Class rdf:about="http://www.example.org/ISL15#Book">
			<rdfs:label xml:lang="en">Book</rdfs:label>
      <rdfs:label xml:lang="es">Libro</rdfs:label>
  </owl:Class>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:protonkm="http://proton.semanticweb.org/2005/04/protonkm#"
	xmlns:protont="http://proton.semanticweb.org/2005/04/protont#"
	xmlns:protonu="http://proton.semanticweb.org/2005/04/protonu#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:protons="http://proton.semanticweb.org/2005/04/protons#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- All statement -->

<rdf:Description rdf:about="http://www.example.org/ISL15#Book">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="es">Libro</label>
	<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Book</label>
</rdf:Description>

<rdf:Description rdf:about="http://www.example.org/ISL15#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>

</rdf:RDF>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#p1_Book">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">p1:Book</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#label">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
  </rdf:Description>
</rdf:RDF>