| 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>
|
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns="http://www.owl-ontologies.com/unnamed.owl#" >
<rdf:Description rdf:about="http://www.owl-ontologies.com/unnamed.owl#ibs_Person">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ibs: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>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<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:dc="http://purl.org/dc/elements/1.1/" xmlns:n0="http://www.owl-ontologies.com/unnamed.owl#" xmlns:n1="http://www.owl-ontologies.com#">
<owl:Ontology />
<owl:DatatypeProperty rdf:ID="label" />
<owl:Thing rdf:about="http://www.owl-ontologies.com/unnamed.owl#ibs_Person">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class" />
<base:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string" xmlns:base="#">
</base:label>
</owl:Thing>
<owl:Thing rdf:about="http://www.owl-ontologies.com#unnamed.owl">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology" />
</owl:Thing>
</rdf:RDF> |