comparison OPPL/test.owl @ 0:46b9d13a44fc

First commit (1.0.0)
author mikel-egana-aranguren
date Tue, 06 Sep 2011 14:53:59 -0400
parents
children 4f60202c58d9
comparison
equal deleted inserted replaced
-1:000000000000 0:46b9d13a44fc
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 <!ENTITY Ontology1314715036188 "http://www.semanticweb.org/ontologies/2011/7/Ontology1314715036188.owl/" >
10 ]>
11
12
13 <rdf:RDF xmlns="http://www.semanticweb.org/ontologies/2011/7/Ontology1314715036188.owl#"
14 xml:base="http://www.semanticweb.org/ontologies/2011/7/Ontology1314715036188.owl"
15 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
16 xmlns:Ontology1314715036188="http://www.semanticweb.org/ontologies/2011/7/Ontology1314715036188.owl/"
17 xmlns:owl="http://www.w3.org/2002/07/owl#"
18 xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
19 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
20 <owl:Ontology rdf:about="http://www.semanticweb.org/ontologies/2011/7/Ontology1314715036188.owl"/>
21
22
23
24 <!--
25 ///////////////////////////////////////////////////////////////////////////////////////
26 //
27 // Object Properties
28 //
29 ///////////////////////////////////////////////////////////////////////////////////////
30 -->
31
32
33
34
35 <!-- http://www.semanticweb.org/ontologies/2011/7/Ontology1314715036188.owl/part_of -->
36
37 <owl:ObjectProperty rdf:about="&Ontology1314715036188;part_of"/>
38
39
40
41 <!--
42 ///////////////////////////////////////////////////////////////////////////////////////
43 //
44 // Classes
45 //
46 ///////////////////////////////////////////////////////////////////////////////////////
47 -->
48
49
50
51
52 <!-- http://www.semanticweb.org/ontologies/2011/7/Ontology1314715036188.owl/part -->
53
54 <owl:Class rdf:about="&Ontology1314715036188;part">
55 <rdfs:subClassOf>
56 <owl:Restriction>
57 <owl:onProperty rdf:resource="&Ontology1314715036188;part_of"/>
58 <owl:someValuesFrom rdf:resource="&Ontology1314715036188;whole"/>
59 </owl:Restriction>
60 </rdfs:subClassOf>
61 </owl:Class>
62
63
64
65 <!-- http://www.semanticweb.org/ontologies/2011/7/Ontology1314715036188.owl/whole -->
66
67 <owl:Class rdf:about="&Ontology1314715036188;whole"/>
68 </rdf:RDF>
69
70
71
72 <!-- Generated by the OWL API (version 3.2.2.1782) http://owlapi.sourceforge.net -->
73