view annotations.owl @ 0:29bf0113a555

initial
author dwinter
date Fri, 02 Dec 2011 17:22:25 +0100
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<rdf:RDF
    xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
    xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    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="http://ontologies.mpiwg-berlin.mpg.de/annotations/"
    xmlns:dcam="http://purl.org/dc/dcam/"
    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:Ontology>
  <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
  <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/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: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>
  </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/annotatesRangeOfResources">
    <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationRange"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/Annotation"/>
  </owl:ObjectProperty>
  <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>
  <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/annotatesResource">
    <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/Annotation"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty 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#TransitiveProperty"/>
    <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:ObjectProperty>
  <owl:ObjectProperty 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#AnnotationProperty"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/hasPart"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty 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#AnnotationProperty"/>
    <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/10/annotation-ns#context"/>
    <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/annotatesResource"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty 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#FunctionalProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty 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#FunctionalProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty 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#FunctionalProperty"/>
    <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:ObjectProperty>
  <owl:ObjectProperty 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#AnnotationProperty"/>
    <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: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 rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/annotatesResource"/>
    <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 rdf:resource="http://www.w3.org/2000/10/annotation-ns#context"/>
  </rdf:Property>
  <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/containsText">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/StandardTextNote"/>
  </owl:DatatypeProperty>
  <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"/>
</rdf:RDF>

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