Added: incubator/stanbol/trunk/owl/src/test/resources/owl/maincharacters.owl
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/owl/src/test/resources/owl/maincharacters.owl?rev=1185033&view=auto
==============================================================================
--- incubator/stanbol/trunk/owl/src/test/resources/owl/maincharacters.owl 
(added)
+++ incubator/stanbol/trunk/owl/src/test/resources/owl/maincharacters.owl Mon 
Oct 17 07:46:10 2011
@@ -0,0 +1,101 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!DOCTYPE rdf:RDF [
+    <!ENTITY foaf "http://xmlns.com/foaf/0.1/"; >
+    <!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://stanbol.apache.org/ontologies/pcomics/maincharacters.owl#";
+     xml:base="http://stanbol.apache.org/ontologies/pcomics/maincharacters.owl";
+     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
+     xmlns:foaf="http://xmlns.com/foaf/0.1/";
+     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://stanbol.apache.org/ontologies/pcomics/maincharacters.owl";>
+        <rdfs:comment>Should import: http://xmlns.com/foaf/0.1/</rdfs:comment>
+        <owl:versionInfo xml:lang="en">Licensed to the Apache Software 
Foundation (ASF) under one or more contributor license agreements. See the 
NOTICE file distributed with this work for additional information regarding 
copyright ownership. The ASF licenses this file to You under the Apache 
License, Version 2.0 (the &quot;License&quot;); you may not use this file 
except in compliance with the License. You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software 
distributed under the License is distributed on an &quot;AS IS&quot; BASIS, 
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See 
the License for the specific language governing permissions and limitations 
under the License.
+        </owl:versionInfo>
+    </owl:Ontology>
+    
+
+
+    <!-- 
+    
///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Annotation properties
+    //
+    
///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- 
+    
///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Datatypes
+    //
+    
///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- 
+    
///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Individuals
+    //
+    
///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/pcomics/maincharacters.owl#Linus 
-->
+
+    <foaf:Person 
rdf:about="http://stanbol.apache.org/ontologies/pcomics/maincharacters.owl#Linus";>
+        <rdf:type rdf:resource="&owl;NamedIndividual"/>
+        <rdfs:label xml:lang="en">Linus</rdfs:label>
+    </foaf:Person>
+    
+
+
+    <!-- http://stanbol.apache.org/ontologies/pcomics/maincharacters.owl#Lucy 
-->
+
+    <foaf:Perzon 
rdf:about="http://stanbol.apache.org/ontologies/pcomics/maincharacters.owl#Lucy";>
+        <rdf:type rdf:resource="&owl;NamedIndividual"/>
+        <rdfs:label xml:lang="en">Lucy</rdfs:label>
+        <rdfs:comment xml:lang="en">The typing of this individual as 
foaf:Perzon is wilful, DO NOT REMOVE.</rdfs:comment>
+    </foaf:Perzon>
+</rdf:RDF>
+
+
+
+<!-- Generated by the OWL API (version 3.2.2.1789) 
http://owlapi.sourceforge.net -->
+

Added: incubator/stanbol/trunk/owl/src/test/resources/owl/nameless_ontology.owl
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/owl/src/test/resources/owl/nameless_ontology.owl?rev=1185033&view=auto
==============================================================================
--- incubator/stanbol/trunk/owl/src/test/resources/owl/nameless_ontology.owl 
(added)
+++ incubator/stanbol/trunk/owl/src/test/resources/owl/nameless_ontology.owl 
Mon Oct 17 07:46:10 2011
@@ -0,0 +1,80 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!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://stanbol.apache.org/ontology/nameless_ontology.owl#";
+     xml:base="http://stanbol.apache.org/ontology/nameless_ontology.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#";>
+    
+
+
+    <!-- 
+    
///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Object Properties
+    //
+    
///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- 
http://stanbol.apache.org/ontology/nameless_ontology.owl#dummyProperty -->
+
+    <owl:ObjectProperty 
rdf:about="http://stanbol.apache.org/ontology/nameless_ontology.owl#dummyProperty";>
+        <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/2002/07/owl#topObjectProperty -->
+
+    <owl:ObjectProperty rdf:about="&owl;topObjectProperty"/>
+    
+
+
+    <!-- 
+    
///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Classes
+    //
+    
///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://stanbol.apache.org/ontology/nameless_ontology.owl#DummyClass 
-->
+
+    <owl:Class 
rdf:about="http://stanbol.apache.org/ontology/nameless_ontology.owl#DummyClass"/>
+</rdf:RDF>
+
+
+
+<!-- Generated by the OWL API (version 3.0.0.1451) 
http://owlapi.sourceforge.net -->
+


Reply via email to