comparison test-data/ontology/imports/merge_test.owl @ 19:cc270db37d33 draft

Directories re-arranged
author Mikel Egana Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
date Sat, 06 Oct 2012 21:50:39 +0200
parents OPPL/test-data/ontology/imports/merge_test.owl@c9e01f86b07c
children
comparison
equal deleted inserted replaced
18:d3616fac4ca5 19:cc270db37d33
1 <?xml version="1.0"?>
2
3
4 <!DOCTYPE rdf:RDF [
5 <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
6 <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
7 <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
8 <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
9 ]>
10
11
12 <rdf:RDF xmlns="http://www.cbgp.upm.es/merge_test.owl#"
13 xml:base="http://www.cbgp.upm.es/merge_test.owl"
14 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
15 xmlns:owl="http://www.w3.org/2002/07/owl#"
16 xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
17 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
18 <owl:Ontology rdf:about="http://www.cbgp.upm.es/merge_test.owl">
19 <owl:imports rdf:resource="http://www.co-ode.org/ontologies/pizza/pizza.owl"/>
20 <owl:imports rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine"/>
21 </owl:Ontology>
22
23
24
25 <!--
26 ///////////////////////////////////////////////////////////////////////////////////////
27 //
28 // Object Properties
29 //
30 ///////////////////////////////////////////////////////////////////////////////////////
31 -->
32
33
34
35
36 <!-- http://www.cbgp.upm.es/merge_test.owl#p -->
37
38 <owl:ObjectProperty rdf:about="http://www.cbgp.upm.es/merge_test.owl#p"/>
39
40
41
42 <!--
43 ///////////////////////////////////////////////////////////////////////////////////////
44 //
45 // Classes
46 //
47 ///////////////////////////////////////////////////////////////////////////////////////
48 -->
49
50
51
52
53 <!-- http://www.cbgp.upm.es/merge_test.owl#A -->
54
55 <owl:Class rdf:about="http://www.cbgp.upm.es/merge_test.owl#A">
56 <rdfs:subClassOf>
57 <owl:Restriction>
58 <owl:onProperty rdf:resource="http://www.cbgp.upm.es/merge_test.owl#p"/>
59 <owl:someValuesFrom rdf:resource="http://www.co-ode.org/ontologies/pizza/pizza.owl#ValuePartition"/>
60 </owl:Restriction>
61 </rdfs:subClassOf>
62 <rdfs:subClassOf>
63 <owl:Restriction>
64 <owl:onProperty rdf:resource="http://www.cbgp.upm.es/merge_test.owl#p"/>
65 <owl:someValuesFrom rdf:resource="http://www.w3.org/TR/2003/PR-owl-guide-20031209/food#Wine"/>
66 </owl:Restriction>
67 </rdfs:subClassOf>
68 </owl:Class>
69 </rdf:RDF>
70
71
72
73 <!-- Generated by the OWL API (version 3.3.1957) http://owlapi.sourceforge.net -->
74