diff annotations-new.owl @ 8:2b79c1bc9aca

trying again in rdfs
author casties
date Fri, 20 Apr 2012 18:51:05 +0200
parents
children cbd4b50d0e9d
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/annotations-new.owl	Fri Apr 20 18:51:05 2012 +0200
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<rdf:RDF
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+    xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
+    xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
+    xmlns:owl="http://www.w3.org/2002/07/owl#"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+    xmlns:swrl="http://www.w3.org/2003/11/swrl#"
+    xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
+    xmlns="http://ontologies.mpiwg-berlin.mpg.de/annotations/#"
+    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+  xml:base="http://ontologies.mpiwg-berlin.mpg.de/annotations/">
+  <owl:Ontology rdf:about="">
+    <owl:imports rdf:resource="http://www.openannotation.org/ns/"/>
+  </owl:Ontology>
+  <rdfs:Class rdf:ID="RelationalTarget">
+    <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Target"/>
+  </rdfs:Class>
+  <rdf:Property rdf:ID="relatesTarget">
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >The relationship between RelationalTarget and the Targets that are related by this Annotation.</rdfs:comment>
+    <rdfs:range rdf:resource="http://www.openannotation.org/ns/Target"/>
+    <rdfs:domain rdf:resource="#RelationalTarget"/>
+  </rdf:Property>
+</rdf:RDF>
+
+<!-- Created with Protege (with OWL Plugin 3.4.8, Build 629)  http://protege.stanford.edu -->