From 5929dd3284c5464bb3abfb5a52bc0297fa19ecf9 Mon Sep 17 00:00:00 2001 From: Anders Nilsson <andersn@control.lth.se> Date: Mon, 14 Jul 2014 17:03:01 +0200 Subject: [PATCH] Created test ontology for multiple inheritance testing. --- .gitignore | 1 + testontologies/MutipleInheritance.owl | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 testontologies/MutipleInheritance.owl diff --git a/.gitignore b/.gitignore index aec448c..33f74ee 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ Parser.class GenCompiler.ja GenCompiler.jar OntologyCompiler.jar +testontologies/catalog-v001.xml diff --git a/testontologies/MutipleInheritance.owl b/testontologies/MutipleInheritance.owl new file mode 100644 index 0000000..a536d1a --- /dev/null +++ b/testontologies/MutipleInheritance.owl @@ -0,0 +1,24 @@ +<?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 --> + -- GitLab