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> |
<?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.example.org/ISA01#"> <owl:Ontology /> <owl:Thing rdf:about="http://www.example.org/ISA01#"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology" /> </owl:Thing> <owl:Thing rdf:about="http://www.example.org/ISA01#Person"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class" /> </owl:Thing> </rdf:RDF> |