Skip to content
Snippets Groups Projects
Commit 5929dd32 authored by Administrator's avatar Administrator
Browse files

Created test ontology for multiple inheritance testing.

parent ccc12a05
No related branches found
No related tags found
No related merge requests found
......@@ -6,3 +6,4 @@ Parser.class
GenCompiler.ja
GenCompiler.jar
OntologyCompiler.jar
testontologies/catalog-v001.xml
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>
<rdf:RDF xmlns="http://www.semanticweb.org/andersn/ontologies/2014/6/MultipleInheritance#"
xml:base="http://www.semanticweb.org/andersn/ontologies/2014/6/MultipleInheritance"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<owl:Ontology rdf:about="http://www.semanticweb.org/andersn/ontologies/2014/6/MultipleInheritance"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.5.0) http://owlapi.sourceforge.net -->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment