view annotationType.rdf @ 12:e6eccbbbffb3 default tip

cleanup
author casties
date Wed, 02 May 2012 19:38:20 +0200
parents 29bf0113a555
children
line wrap: on
line source

<?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: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: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:Class>
  <rdfs:Class rdf:about="http://www.w3.org/2000/10/annotationType#Question">
    <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: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: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: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 -->