changeset 7:249b385c0ce6

my first class
author casties
date Fri, 20 Apr 2012 11:54:26 +0200
parents 772bce70296b
children 2b79c1bc9aca
files annotations-neu.owl
diffstat 1 files changed, 20 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/annotations-neu.owl	Thu Apr 19 19:25:47 2012 +0200
+++ b/annotations-neu.owl	Fri Apr 20 11:54:26 2012 +0200
@@ -16,11 +16,29 @@
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:xml="http://www.w3.org/XML/1998/namespace"
      ontologyIRI="http://ontologies.mpiwg-berlin.mpg.de/annotations/">
+    <Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
+    <Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
+    <Prefix name="" IRI="http://www.w3.org/2002/07/owl#"/>
     <Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
     <Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
-    <Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
-    <Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
     <Import>http://www.openannotation.org/ns/</Import>
+    <Declaration>
+        <Class IRI="RelationalTarget"/>
+    </Declaration>
+    <SubClassOf>
+        <Class IRI="RelationalTarget"/>
+        <Class IRI="http://www.openannotation.org/ns/Target"/>
+    </SubClassOf>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>RelationalTarget</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">The RelationalTarget is the target of the annotation. It allows to specify two or more Targets that are related by the annotation.</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>RelationalTarget</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">RelationalTarget</Literal>
+    </AnnotationAssertion>
 </Ontology>