view annotations-new.owl @ 11:80d6a554819f

new annotations ontology with new model of relations.
author casties
date Wed, 02 May 2012 11:59:03 +0200
parents c132f3b20297
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:oac="http://www.openannotation.org/ns/"
    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:dcterms="http://purl.org/dc/terms/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    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:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:cnt="http://www.w3.org/2011/content#"
  xml:base="http://ontologies.mpiwg-berlin.mpg.de/annotations/">
  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="http://purl.org/dc/terms/"/>
    <owl:imports rdf:resource="http://xmlns.com/foaf/0.1/"/>
    <owl:imports rdf:resource="http://www.w3.org/2011/content"/>
    <owl:imports rdf:resource="http://www.openannotation.org/ns/"/>
  </owl:Ontology>
  <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/ImageAreaConstraint">
    <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The target of the annotation is an area of an image.</rdfs:comment>
  </rdfs:Class>
  <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/RelationalTarget">
    <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Target"/>
  </rdfs:Class>
  <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#XMLLiteral"/>
  <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/TextPageConstraint">
    <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The target of the annotation is (part of) one specified page of a text document.</rdfs:comment>
  </rdfs:Class>
  <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/coverage"/>
  <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/type"/>
  <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/imageArea">
    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/ImageAreaConstraint"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The spcification of an area of an image.</rdfs:comment>
  </rdf:Property>
  <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/textPage">
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The number/name of the page in the document.</rdfs:comment>
    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/TextPageConstraint"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/publisher"/>
  <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/relatesTarget">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The relationship between RelationalTarget and the Targets that are related by this Annotation.</rdfs:comment>
    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/RelationalTarget"/>
    <rdfs:range rdf:resource="http://www.openannotation.org/ns/Target"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/source"/>
  <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/imageAreaDisplay">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A display of the image area.</rdfs:comment>
    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/ImageAreaConstraint"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/maker"/>
  <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/textPageDisplay">
    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/TextPageConstraint"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A display of this page.</rdfs:comment>
  </rdf:Property>
  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/title"/>
  <dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/DCMIType"/>
  <dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/LCSH"/>
  <dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/UDC"/>
</rdf:RDF>

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