diff ontologies/annotationType.rdf @ 2:e3ecb88314a5

minor bugs ontologies added
author dwinter
date Fri, 02 Dec 2011 08:37:03 +0100
parents
children cfd3411c87c2
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontologies/annotationType.rdf	Fri Dec 02 08:37:03 2011 +0100
@@ -0,0 +1,73 @@
+<?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="file:/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/NamedIdentityManager/ontologies/annotationType.rdf#"
+    xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
+    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+  xml:base="file:/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/NamedIdentityManager/ontologies/annotationType.rdf">
+  <owl:Ontology rdf:about="file:/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/NamedIdentityManager/ontologies/annotationType.rdf"/>
+  <rdfs:Class rdf:about="http://www.w3.org/2000/10/annotationType#Advice">
+    <rdfs:label xml:lang="en">Advice</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/10/annotation-ns#Annotation"/>
+    <rdfs:isDefinedBy>
+      <rdf:Description rdf:about="http://www.w3.org/2000/10/annotationType#">
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+        >A namespace for describing types of annotations</rdfs:comment>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+        >$Revision: 1.1 $ $Date: 2000/11/03 21:49:02 $</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2000/02/Collaboration/Annotation/papers"/>
+      </rdf:Description>
+    </rdfs:isDefinedBy>
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >A class of Annotations representing advice for the reader</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/2000/10/annotationType#Example">
+    <rdfs:label xml:lang="en">Example</rdfs:label>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2000/10/annotationType#"/>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/10/annotation-ns#Annotation"/>
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >A class of Annotations representing examples</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/2000/10/annotationType#Explanation">
+    <rdfs:label xml:lang="en">Explanation</rdfs:label>
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >A class of Annotations representing explanations of content</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/10/annotation-ns#Annotation"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2000/10/annotationType#"/>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/2000/10/annotationType#Question">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2000/10/annotationType#"/>
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >A class of Annotations representing questions about the content</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/10/annotation-ns#Annotation"/>
+    <rdfs:label xml:lang="en">Question</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/2000/10/annotationType#Change">
+    <rdfs:label xml:lang="en">Change</rdfs:label>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2000/10/annotationType#"/>
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >A class of Annotations representing a change notice or change proposal</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/10/annotation-ns#Annotation"/>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/2000/10/annotationType#Comment">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2000/10/annotationType#"/>
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >A class of Annotations representing general comments</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/10/annotation-ns#Annotation"/>
+    <rdfs:label xml:lang="en">Comment</rdfs:label>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/2000/10/annotationType#SeeAlso">
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/10/annotation-ns#Annotation"/>
+    <rdfs:label xml:lang="en">SeeAlso</rdfs:label>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2000/10/annotationType#"/>
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >A class of Annotations representing a reference to another resource</rdfs:comment>
+  </rdfs:Class>
+</rdf:RDF>
+
+<!-- Created with Protege (with OWL Plugin 3.4.4, Build 579)  http://protege.stanford.edu -->