diff annotations-3.owl @ 11:80d6a554819f

new annotations ontology with new model of relations.
author casties
date Wed, 02 May 2012 11:59:03 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/annotations-3.owl	Wed May 02 11:59:03 2012 +0200
@@ -0,0 +1,115 @@
+<?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/Relation">
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >A relation between resources that is annotated.</rdfs:comment>
+  </rdfs:Class>
+  <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/DirectedTargetRelation">
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >A directed relation between two targets that the anotation is about.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/Relation"/>
+  </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>
+  <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/TargetRelation">
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >An undirected relation between two targets that the annotation is about.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/Relation"/>
+  </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://ontologies.mpiwg-berlin.mpg.de/annotations/relatesSourceTarget">
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >The source of the directed relation.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/DirectedTargetRelation"/>
+    <rdfs:range rdf:resource="http://www.openannotation.org/ns/Target"/>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/coverage"/>
+  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/format"/>
+  <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/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 specification 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://ontologies.mpiwg-berlin.mpg.de/annotations/hasRelation">
+    <rdfs:domain rdf:resource="http://www.openannotation.org/ns/Annotation"/>
+    <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/Relation"/>
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >The relationship between Annotation and Relation.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/date"/>
+  <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/relatesDestinationTarget">
+    <rdfs:range rdf:resource="http://www.openannotation.org/ns/Target"/>
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >The destination of the directed relation.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/DirectedTargetRelation"/>
+  </rdf:Property>
+  <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 specification 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 relation between the undirected TargetRelation and the Target.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/TargetRelation"/>
+    <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 the page of a document.</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 -->