annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
1 <?xml version="1.0"?>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
2 <rdf:RDF
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
3 xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
4 xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
5 xmlns:oac="http://www.openannotation.org/ns/"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
6 xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
8 xmlns:owl="http://www.w3.org/2002/07/owl#"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
9 xmlns:dcterms="http://purl.org/dc/terms/"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
10 xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
11 xmlns="http://ontologies.mpiwg-berlin.mpg.de/annotations/"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
12 xmlns:dcam="http://purl.org/dc/dcam/"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
13 xmlns:swrl="http://www.w3.org/2003/11/swrl#"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
14 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
15 xmlns:cnt="http://www.w3.org/2011/content#"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
16 xml:base="http://ontologies.mpiwg-berlin.mpg.de/annotations/">
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
17 <owl:Ontology rdf:about="">
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
18 <owl:imports rdf:resource="http://purl.org/dc/terms/"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
19 <owl:imports rdf:resource="http://xmlns.com/foaf/0.1/"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
20 <owl:imports rdf:resource="http://www.w3.org/2011/content"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
21 <owl:imports rdf:resource="http://www.openannotation.org/ns/"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
22 </owl:Ontology>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
23 <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/Relation">
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
24 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
25 >A relation between resources that is annotated.</rdfs:comment>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
26 </rdfs:Class>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
27 <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/ImageAreaConstraint">
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
28 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
29 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
30 >The target of the annotation is an area of an image.</rdfs:comment>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
31 </rdfs:Class>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
32 <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/DirectedTargetRelation">
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
33 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
34 >A directed relation between two targets that the anotation is about.</rdfs:comment>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
35 <rdfs:subClassOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/Relation"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
36 </rdfs:Class>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
37 <rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#XMLLiteral"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
38 <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/TextPageConstraint">
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
39 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
40 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
41 >The target of the annotation is (part of) one specified page of a text document.</rdfs:comment>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
42 </rdfs:Class>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
43 <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/TargetRelation">
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
44 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
45 >An undirected relation between two targets that the annotation is about.</rdfs:comment>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
46 <rdfs:subClassOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/Relation"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
47 </rdfs:Class>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
48 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/relation"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
49 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/description"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
50 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/language"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
51 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/identifier"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
52 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/subject"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
53 <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/relatesSourceTarget">
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
54 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
55 >The source of the directed relation.</rdfs:comment>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
56 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/DirectedTargetRelation"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
57 <rdfs:range rdf:resource="http://www.openannotation.org/ns/Target"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
58 </rdf:Property>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
59 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/coverage"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
60 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/format"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
61 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/contributor"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
62 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/rights"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
63 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/type"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
64 <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/imageArea">
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
65 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/ImageAreaConstraint"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
66 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
67 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
68 >The specification of an area of an image.</rdfs:comment>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
69 </rdf:Property>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
70 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/creator"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
71 <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/hasRelation">
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
72 <rdfs:domain rdf:resource="http://www.openannotation.org/ns/Annotation"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
73 <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/Relation"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
74 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
75 >The relationship between Annotation and Relation.</rdfs:comment>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
76 </rdf:Property>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
77 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/date"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
78 <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/relatesDestinationTarget">
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
79 <rdfs:range rdf:resource="http://www.openannotation.org/ns/Target"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
80 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
81 >The destination of the directed relation.</rdfs:comment>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
82 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/DirectedTargetRelation"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
83 </rdf:Property>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
84 <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/textPage">
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
85 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
86 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
87 >The specification of the page in the document.</rdfs:comment>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
88 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/TextPageConstraint"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
89 </rdf:Property>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
90 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/publisher"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
91 <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/relatesTarget">
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
92 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
93 >The relation between the undirected TargetRelation and the Target.</rdfs:comment>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
94 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/TargetRelation"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
95 <rdfs:range rdf:resource="http://www.openannotation.org/ns/Target"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
96 </rdf:Property>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
97 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/source"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
98 <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/imageAreaDisplay">
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
99 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
100 >A display of the image area.</rdfs:comment>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
101 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/ImageAreaConstraint"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
102 </rdf:Property>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
103 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/maker"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
104 <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/textPageDisplay">
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
105 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/TextPageConstraint"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
106 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
107 >A display of the page of a document.</rdfs:comment>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
108 </rdf:Property>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
109 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/title"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
110 <dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/DCMIType"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
111 <dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/LCSH"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
112 <dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/UDC"/>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
113 </rdf:RDF>
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
114
80d6a554819f new annotations ontology with new model of relations.
casties
parents:
diff changeset
115 <!-- Created with Protege (with OWL Plugin 3.4.8, Build 629) http://protege.stanford.edu -->