view ontologies/annotations_annotator.owl @ 3:cfd3411c87c2

annotationformat nun openannotator based
author dwinter
date Fri, 02 Dec 2011 17:08:20 +0100
parents
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:dc="http://purl.org/dc/elements/1.1/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:oac="http://www.openannotation.org/ns/"
    xmlns="http://ontologies.mpiwg-berlin.mpg.de/annotations/"
    xmlns:dcam="http://purl.org/dc/dcam/"
    xmlns:swrl="http://www.w3.org/2003/11/swrl#"
    xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
    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://purl.org/NET/dc_owl2dl/terms"/>
    <owl:imports rdf:resource="http://www.openannotation.org/ns/"/>
  </owl:Ontology>
  <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource">
    <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Target"/>
  </rdfs:Class>
  <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/Annotation">
    <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Annotation"/>
  </rdfs:Class>
  <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Sollte wenn möglich eine URI sein, a.l.a. xpointer</rdfs:comment>
    <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Target"/>
  </rdfs:Class>
  <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/DocuviewerText">
    <rdfs:subClassOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >XML Volltext der im Dokuviewer angezeigt wird</rdfs:comment>
  </rdfs:Class>
  <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationRange">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Bescchreibt eine geordnete Folge von Ressource, die annotiert werden soll. z.B. von Seite 3 Zeile 5 bis Seite 9 Zeil 8 eines Buches.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Target"/>
  </owl:Class>
  <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/StandardTextNote"/>
  <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/relatesTargets">
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Genaure Beschreibung der Beziehung von Targets untereinander, z.B. copy_of etc..</rdfs:comment>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:ObjectProperty>
  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/relation"/>
  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/description"/>
  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/language"/>
  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/identifier"/>
  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/subject"/>
  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/contributor"/>
  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/rights"/>
  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/format"/>
  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/coverage"/>
  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/type"/>
  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/creator"/>
  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/date"/>
  <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/annotatesDocuviewerText">
    <rdfs:subPropertyOf>
      <owl:AnnotationProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/annotatesResource">
        <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
        <rdfs:subPropertyOf rdf:resource="http://www.openannotation.org/ns/hasTarget"/>
        <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/Annotation"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
      </owl:AnnotationProperty>
    </rdfs:subPropertyOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Annotiert einen Text mit einer URL im Docuviewer Format.</rdfs:comment>
  </rdf:Property>
  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/publisher"/>
  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/source"/>
  <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/textSelection">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Selection of a text on a web page described as an xpointer</rdfs:comment>
    <rdfs:subPropertyOf>
      <owl:AnnotationProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/annotatesContext">
        <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/Annotation"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Genaurere Beschreibung der Contextes einer Annotation</rdfs:comment>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
        <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
        <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/annotatesResource"/>
      </owl:AnnotationProperty>
    </rdfs:subPropertyOf>
  </rdf:Property>
  <owl:TransitiveProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/alternatePresentation">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <owl:inverseOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/alternatePresentation"/>
    <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/relatesTargets"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Verweiset auf Ressourcen oder Contexte, die den gleichen Inhalt wiedergeben, z.B. eine Transcription und das dazugehörige Bild, bzw. jeweils Teile davon.</rdfs:comment>
  </owl:TransitiveProperty>
  <owl:FunctionalProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/hasEnd">
    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationRange"/>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >End des Ranges</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/containsText">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/StandardTextNote"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/hasOrderList">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >beschreibt die Ordnung der Ressourcen zwischen Anfangs- und Endressource, falls dies nicht gleich sind, bzw. nicht als hinterheinander folgend definiert werden.</rdfs:comment>
    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationRange"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/hasStart">
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationRange"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Anfangspunkt des Ranges</rdfs:comment>
  </owl:FunctionalProperty>
  <owl:AnnotationProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/annotatesRangeOfResources">
    <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationRange"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:subPropertyOf rdf:resource="http://www.openannotation.org/ns/hasTarget"/>
    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/Annotation"/>
  </owl:AnnotationProperty>
  <dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/MESH"/>
  <dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/UDC"/>
  <dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/LCC"/>
  <dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/IMT"/>
  <owl:AnnotationProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/isPartOf">
    <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Ressource von der dieser Context ein Teil ist, in der Regel sollte Context eine Ressource (URI) mit XPointer sein, die Ressource ist dann nur die URI</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/isPartOf"/>
    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <owl:inverseOf>
      <owl:AnnotationProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/hasPart">
        <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
        <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Genauere Beschreibung der Annotation</rdfs:comment>
        <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/hasPart"/>
        <owl:inverseOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/isPartOf"/>
      </owl:AnnotationProperty>
    </owl:inverseOf>
  </owl:AnnotationProperty>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.4.4, Build 579)  http://protege.stanford.edu -->