comparison oac-beta.rdf @ 6:772bce70296b

working on new annotations ontology.
author casties
date Thu, 19 Apr 2012 19:25:47 +0200
parents
children cbd4b50d0e9d
comparison
equal deleted inserted replaced
5:3a62b9da7dba 6:772bce70296b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <rdf:RDF
3 xmlns:owl="http://www.w3.org/2002/07/owl#"
4 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
5 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
6
7 <rdf:Description rdf:about="http://www.openannotation.org/ns/">
8 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
9 <owl:versionInfo>beta</owl:versionInfo>
10 </rdf:Description>
11
12 <rdf:Description rdf:about="http://www.openannotation.org/ns/Annotation">
13 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
14 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
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>
16 <rdfs:label>Annotation</rdfs:label>
17 </rdf:Description>
18
19 <rdf:Description rdf:about="http://www.openannotation.org/ns/Target">
20 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
21 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
22 <rdfs:comment>The resource that is being annotated</rdfs:comment>
23 <rdfs:label>Target</rdfs:label>
24 </rdf:Description>
25
26 <rdf:Description rdf:about="http://www.openannotation.org/ns/hasTarget">
27 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
28 <rdfs:domain rdf:resource="http://www.openannotation.org/ns/Annotation"/>
29 <rdfs:range rdf:resource="http://www.openannotation.org/ns/Target"/>
30 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
31 <rdfs:comment>The relationship between Annotation and Target</rdfs:comment>
32 <rdfs:label>hasTarget</rdfs:label>
33 </rdf:Description>
34
35 <rdf:Description rdf:about="http://www.openannotation.org/ns/Body">
36 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
37 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
38 <rdfs:comment>The Body is somehow about the Target resource. It is the information which is annotating the Target.</rdfs:comment>
39 <rdfs:label>Body</rdfs:label>
40 </rdf:Description>
41
42 <rdf:Description rdf:about="http://www.openannotation.org/ns/hasBody">
43 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
44 <rdfs:domain rdf:resource="http://www.openannotation.org/ns/Annotation"/>
45 <rdfs:range rdf:resource="http://www.openannotation.org/ns/Body"/>
46 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
47 <rdfs:comment>The relationship between Annotation and Body</rdfs:comment>
48 <rdfs:label>hasBody</rdfs:label>
49 </rdf:Description>
50
51 <rdf:Description rdf:about="http://www.openannotation.org/ns/annotates">
52 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
53 <rdfs:domain rdf:resource="http://www.openannotation.org/ns/Body"/>
54 <rdfs:range rdf:resource="http://www.openannotation.org/ns/Target"/>
55 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
56 <rdfs:comment>The relationship between Body and Target</rdfs:comment>
57 <rdfs:label>annotates</rdfs:label>
58 </rdf:Description>
59
60 <rdf:Description rdf:about="http://www.openannotation.org/ns/Reply">
61 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
62 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
63 <rdfs:comment>A subClass of Annotation which has another Annotation as its Target</rdfs:comment>
64 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Annotation"/>
65 <rdfs:label>Reply</rdfs:label>
66 </rdf:Description>
67
68 <rdf:Description rdf:about="http://www.openannotation.org/ns/ConstrainedTarget">
69 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
70 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
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>
72 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Target"/>
73 <rdfs:label>ConstrainedTarget</rdfs:label>
74 </rdf:Description>
75
76 <rdf:Description rdf:about="http://www.openannotation.org/ns/ConstrainedBody">
77 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
78 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
79 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Body"/>
80 <rdfs:label>ConstrainedBody</rdfs:label>
81 </rdf:Description>
82
83 <rdf:Description rdf:about="http://www.openannotation.org/ns/constrains">
84 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
85 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
86 <rdfs:comment>The relationship from the ConstrainedTarget or ConstrainedBody to the full resource being constrained</rdfs:comment>
87 <rdfs:label>constrains</rdfs:label>
88 </rdf:Description>
89
90 <rdf:Description rdf:about="http://www.openannotation.org/ns/constrainedBy">
91 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
92 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
93 <rdfs:comment>The relationship from the ConstrainedTarget or ConstrainedBody to the Constraint resource that describes how the full resource is constrained</rdfs:comment>
94 <rdfs:label>constrainedBy</rdfs:label>
95 <rdfs:range rdf:resource="http://www.openannotation.org/ns/Constraint"/>
96 </rdf:Description>
97
98 <rdf:Description rdf:about="http://www.openannotation.org/ns/Constraint">
99 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
100 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
101 <rdfs:comment>The Constraint is a resource which describes how to constrain another resource in a particular way.</rdfs:comment>
102 <rdfs:label>Constraint</rdfs:label>
103 </rdf:Description>
104
105 <rdf:Description rdf:about="http://www.openannotation.org/ns/SvgConstraint">
106 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
107 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
108 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
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>
110 <rdfs:label>SvgConstraint</rdfs:label>
111 </rdf:Description>
112
113 <rdf:Description rdf:about="http://www.openannotation.org/ns/WebTimeConstraint">
114 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
115 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
116 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
117 <rdfs:comment>A Constraint that records a timestamp of when the resource applies to the Annotation</rdfs:comment>
118 <rdfs:label>WebTimeConstraint</rdfs:label>
119 </rdf:Description>
120
121 <rdf:Description rdf:about="http://www.openannotation.org/ns/when">
122 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
123 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
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>
125 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
126 <rdfs:label>when</rdfs:label>
127 </rdf:Description>
128
129 <rdf:Description rdf:about="http://www.openannotation.org/ns/PrefixSuffixConstraint">
130 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
131 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
132 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
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>
134 <rdfs:label>PrefixSuffixConstraint</rdfs:label>
135 </rdf:Description>
136
137 <rdf:Description rdf:about="http://www.openannotation.org/ns/OffsetRangeConstraint">
138 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
139 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
140 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
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>
142 <rdfs:label>OffsetRangeConstraint</rdfs:label>
143 </rdf:Description>
144
145 <rdf:Description rdf:about="http://www.openannotation.org/ns/ContextConstraint">
146 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
147 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
148 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
149 <rdfs:comment>A Constraint that selects the resource only in the context of the target of oac:inContextOf</rdfs:comment>
150 <rdfs:label>ContextConstraint</rdfs:label>
151 </rdf:Description>
152
153 <rdf:Description rdf:about="http://www.openannotation.org/ns/inContextOf">
154 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
155 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
156 <rdfs:label>inContextOf</rdfs:label>
157 </rdf:Description>
158
159 </rdf:RDF>