Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Anders Nilsson
OwlCompiler
Commits
5929dd32
Commit
5929dd32
authored
Jul 14, 2014
by
Anders Nilsson
Browse files
Created test ontology for multiple inheritance testing.
parent
ccc12a05
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
5929dd32
...
@@ -6,3 +6,4 @@ Parser.class
...
@@ -6,3 +6,4 @@ Parser.class
GenCompiler.ja
GenCompiler.ja
GenCompiler.jar
GenCompiler.jar
OntologyCompiler.jar
OntologyCompiler.jar
testontologies/catalog-v001.xml
testontologies/MutipleInheritance.owl
0 → 100644
View file @
5929dd32
<?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 -->
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment