Mercurial > repos > mikel-egana-aranguren > oppl
diff OPPL/test-data/ontology/imports/merge_test.owl @ 17:c9e01f86b07c draft
New tool added for merging imported ontologies (GalaxyOWLAPI and README changed and test ontologies added accordingly). Memory settings changed in all the tools XML files
author | Mikel Egana Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu> |
---|---|
date | Mon, 20 Aug 2012 11:39:56 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/OPPL/test-data/ontology/imports/merge_test.owl Mon Aug 20 11:39:56 2012 +0200 @@ -0,0 +1,74 @@ +<?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.cbgp.upm.es/merge_test.owl#" + xml:base="http://www.cbgp.upm.es/merge_test.owl" + 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.cbgp.upm.es/merge_test.owl"> + <owl:imports rdf:resource="http://www.co-ode.org/ontologies/pizza/pizza.owl"/> + <owl:imports rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine"/> + </owl:Ontology> + + + + <!-- + /////////////////////////////////////////////////////////////////////////////////////// + // + // Object Properties + // + /////////////////////////////////////////////////////////////////////////////////////// + --> + + + + + <!-- http://www.cbgp.upm.es/merge_test.owl#p --> + + <owl:ObjectProperty rdf:about="http://www.cbgp.upm.es/merge_test.owl#p"/> + + + + <!-- + /////////////////////////////////////////////////////////////////////////////////////// + // + // Classes + // + /////////////////////////////////////////////////////////////////////////////////////// + --> + + + + + <!-- http://www.cbgp.upm.es/merge_test.owl#A --> + + <owl:Class rdf:about="http://www.cbgp.upm.es/merge_test.owl#A"> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty rdf:resource="http://www.cbgp.upm.es/merge_test.owl#p"/> + <owl:someValuesFrom rdf:resource="http://www.co-ode.org/ontologies/pizza/pizza.owl#ValuePartition"/> + </owl:Restriction> + </rdfs:subClassOf> + <rdfs:subClassOf> + <owl:Restriction> + <owl:onProperty rdf:resource="http://www.cbgp.upm.es/merge_test.owl#p"/> + <owl:someValuesFrom rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Wine"/> + </owl:Restriction> + </rdfs:subClassOf> + </owl:Class> +</rdf:RDF> + + + +<!-- Generated by the OWL API (version 3.3.1957) http://owlapi.sourceforge.net --> +