annotate oac-beta.rdf @ 6:772bce70296b

working on new annotations ontology.
author casties
date Thu, 19 Apr 2012 19:25:47 +0200
parents
children cbd4b50d0e9d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
2 <rdf:RDF
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
3 xmlns:owl="http://www.w3.org/2002/07/owl#"
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
4 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
5 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
6
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
7 <rdf:Description rdf:about="http://www.openannotation.org/ns/">
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
8 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
9 <owl:versionInfo>beta</owl:versionInfo>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
10 </rdf:Description>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
11
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
12 <rdf:Description rdf:about="http://www.openannotation.org/ns/Annotation">
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
13 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
14 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
15 <rdfs:comment>A document identified by an HTTP URI that describes, at least, the Body and Target resources involved in the annotation.</rdfs:comment>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
16 <rdfs:label>Annotation</rdfs:label>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
17 </rdf:Description>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
18
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
19 <rdf:Description rdf:about="http://www.openannotation.org/ns/Target">
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
20 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
21 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
22 <rdfs:comment>The resource that is being annotated</rdfs:comment>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
23 <rdfs:label>Target</rdfs:label>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
24 </rdf:Description>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
25
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
26 <rdf:Description rdf:about="http://www.openannotation.org/ns/hasTarget">
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
27 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
28 <rdfs:domain rdf:resource="http://www.openannotation.org/ns/Annotation"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
29 <rdfs:range rdf:resource="http://www.openannotation.org/ns/Target"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
30 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
31 <rdfs:comment>The relationship between Annotation and Target</rdfs:comment>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
32 <rdfs:label>hasTarget</rdfs:label>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
33 </rdf:Description>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
34
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
35 <rdf:Description rdf:about="http://www.openannotation.org/ns/Body">
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
36 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
37 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
38 <rdfs:comment>The Body is somehow about the Target resource. It is the information which is annotating the Target.</rdfs:comment>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
39 <rdfs:label>Body</rdfs:label>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
40 </rdf:Description>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
41
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
42 <rdf:Description rdf:about="http://www.openannotation.org/ns/hasBody">
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
43 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
44 <rdfs:domain rdf:resource="http://www.openannotation.org/ns/Annotation"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
45 <rdfs:range rdf:resource="http://www.openannotation.org/ns/Body"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
46 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
47 <rdfs:comment>The relationship between Annotation and Body</rdfs:comment>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
48 <rdfs:label>hasBody</rdfs:label>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
49 </rdf:Description>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
50
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
51 <rdf:Description rdf:about="http://www.openannotation.org/ns/annotates">
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
52 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
53 <rdfs:domain rdf:resource="http://www.openannotation.org/ns/Body"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
54 <rdfs:range rdf:resource="http://www.openannotation.org/ns/Target"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
55 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
56 <rdfs:comment>The relationship between Body and Target</rdfs:comment>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
57 <rdfs:label>annotates</rdfs:label>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
58 </rdf:Description>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
59
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
60 <rdf:Description rdf:about="http://www.openannotation.org/ns/Reply">
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
61 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
62 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
63 <rdfs:comment>A subClass of Annotation which has another Annotation as its Target</rdfs:comment>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
64 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Annotation"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
65 <rdfs:label>Reply</rdfs:label>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
66 </rdf:Description>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
67
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
68 <rdf:Description rdf:about="http://www.openannotation.org/ns/ConstrainedTarget">
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
69 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
70 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
71 <rdfs:comment>The ConstrainedTarget is the target of the annotation. It is constrained from another resource (the full resource, of which the target is a part) and constrained by a third resource, the Constraint.</rdfs:comment>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
72 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Target"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
73 <rdfs:label>ConstrainedTarget</rdfs:label>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
74 </rdf:Description>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
75
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
76 <rdf:Description rdf:about="http://www.openannotation.org/ns/ConstrainedBody">
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
77 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
78 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
79 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Body"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
80 <rdfs:label>ConstrainedBody</rdfs:label>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
81 </rdf:Description>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
82
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
83 <rdf:Description rdf:about="http://www.openannotation.org/ns/constrains">
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
84 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
85 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
86 <rdfs:comment>The relationship from the ConstrainedTarget or ConstrainedBody to the full resource being constrained</rdfs:comment>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
87 <rdfs:label>constrains</rdfs:label>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
88 </rdf:Description>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
89
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
90 <rdf:Description rdf:about="http://www.openannotation.org/ns/constrainedBy">
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
91 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
92 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
93 <rdfs:comment>The relationship from the ConstrainedTarget or ConstrainedBody to the Constraint resource that describes how the full resource is constrained</rdfs:comment>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
94 <rdfs:label>constrainedBy</rdfs:label>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
95 <rdfs:range rdf:resource="http://www.openannotation.org/ns/Constraint"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
96 </rdf:Description>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
97
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
98 <rdf:Description rdf:about="http://www.openannotation.org/ns/Constraint">
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
99 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
100 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
101 <rdfs:comment>The Constraint is a resource which describes how to constrain another resource in a particular way.</rdfs:comment>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
102 <rdfs:label>Constraint</rdfs:label>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
103 </rdf:Description>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
104
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
105 <rdf:Description rdf:about="http://www.openannotation.org/ns/SvgConstraint">
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
106 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
107 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
108 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
109 <rdfs:comment>A Constraint that, when dereferenced, provides an SVG XML element that should be overlaid on an Image to define the region of interest</rdfs:comment>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
110 <rdfs:label>SvgConstraint</rdfs:label>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
111 </rdf:Description>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
112
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
113 <rdf:Description rdf:about="http://www.openannotation.org/ns/WebTimeConstraint">
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
114 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
115 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
116 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
117 <rdfs:comment>A Constraint that records a timestamp of when the resource applies to the Annotation</rdfs:comment>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
118 <rdfs:label>WebTimeConstraint</rdfs:label>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
119 </rdf:Description>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
120
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
121 <rdf:Description rdf:about="http://www.openannotation.org/ns/when">
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
122 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
123 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
124 <rdfs:comment>The timestamp at which the resource(s) should be interpreted. If attached to an Annotation, it refers to the Content and Targets. If attached to a ConstrainedResource, it refers to the resource which that resource constrains.</rdfs:comment>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
125 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
126 <rdfs:label>when</rdfs:label>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
127 </rdf:Description>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
128
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
129 <rdf:Description rdf:about="http://www.openannotation.org/ns/PrefixSuffixConstraint">
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
130 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
131 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
132 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
133 <rdfs:comment>A Constraint for text that defines its selection in terms of the desired text, and a range of text before and after it</rdfs:comment>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
134 <rdfs:label>PrefixSuffixConstraint</rdfs:label>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
135 </rdf:Description>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
136
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
137 <rdf:Description rdf:about="http://www.openannotation.org/ns/OffsetRangeConstraint">
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
138 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
139 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
140 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
141 <rdfs:comment>A Constraint for text that defines its selection in terms of a starting point within the document and a number of characters from that point</rdfs:comment>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
142 <rdfs:label>OffsetRangeConstraint</rdfs:label>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
143 </rdf:Description>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
144
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
145 <rdf:Description rdf:about="http://www.openannotation.org/ns/ContextConstraint">
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
146 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
147 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
148 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
149 <rdfs:comment>A Constraint that selects the resource only in the context of the target of oac:inContextOf</rdfs:comment>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
150 <rdfs:label>ContextConstraint</rdfs:label>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
151 </rdf:Description>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
152
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
153 <rdf:Description rdf:about="http://www.openannotation.org/ns/inContextOf">
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
154 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
155 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
156 <rdfs:label>inContextOf</rdfs:label>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
157 </rdf:Description>
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
158
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
159 </rdf:RDF>