annotate oac-beta.rdf @ 12:e6eccbbbffb3 default tip

cleanup
author casties
date Wed, 02 May 2012 19:38:20 +0200
parents cbd4b50d0e9d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
1 <?xml version="1.0"?>
6
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
2 <rdf:RDF
9
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
3 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
4 xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
5 xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
6 xmlns:owl="http://www.w3.org/2002/07/owl#"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
7 xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
8 xmlns:swrl="http://www.w3.org/2003/11/swrl#"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
9 xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
10 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
11 xml:base="http://www.openannotation.org/ns/">
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
12 <owl:Ontology rdf:about="">
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
13 <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
14 >beta</owl:versionInfo>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
15 </owl:Ontology>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
16 <rdfs:Class rdf:about="http://www.openannotation.org/ns/ConstrainedTarget">
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
17 <rdfs:isDefinedBy rdf:resource=""/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
18 <rdfs:subClassOf>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
19 <rdfs:Class rdf:about="http://www.openannotation.org/ns/Target"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
20 </rdfs:subClassOf>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
21 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
22 >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>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
23 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
24 >ConstrainedTarget</rdfs:label>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
25 </rdfs:Class>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
26 <rdfs:Class rdf:about="http://www.openannotation.org/ns/Body">
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
27 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
28 >Body</rdfs:label>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
29 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
30 >The Body is somehow about the Target resource. It is the information which is annotating the Target.</rdfs:comment>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
31 <rdfs:isDefinedBy rdf:resource=""/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
32 </rdfs:Class>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
33 <rdfs:Class rdf:about="http://www.openannotation.org/ns/Reply">
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
34 <rdfs:isDefinedBy rdf:resource=""/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
35 <rdfs:subClassOf>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
36 <rdfs:Class rdf:about="http://www.openannotation.org/ns/Annotation"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
37 </rdfs:subClassOf>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
38 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
39 >A subClass of Annotation which has another Annotation as its Target</rdfs:comment>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
40 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
41 >Reply</rdfs:label>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
42 </rdfs:Class>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
43 <rdfs:Class rdf:about="http://www.openannotation.org/ns/Constraint">
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
44 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
45 >Constraint</rdfs:label>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
46 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
47 >The Constraint is a resource which describes how to constrain another resource in a particular way.</rdfs:comment>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
48 <rdfs:isDefinedBy rdf:resource=""/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
49 </rdfs:Class>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
50 <rdfs:Class rdf:about="http://www.openannotation.org/ns/Annotation">
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
51 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
52 >Annotation</rdfs:label>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
53 <rdfs:isDefinedBy rdf:resource=""/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
54 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
55 >A document identified by an HTTP URI that describes, at least, the Body and Target resources involved in the annotation.</rdfs:comment>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
56 </rdfs:Class>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
57 <rdfs:Class rdf:about="http://www.openannotation.org/ns/SvgConstraint">
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
58 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
59 <rdfs:isDefinedBy rdf:resource=""/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
60 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
61 >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>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
62 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
63 >SvgConstraint</rdfs:label>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
64 </rdfs:Class>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
65 <rdfs:Class rdf:about="http://www.openannotation.org/ns/Target">
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
66 <rdfs:isDefinedBy rdf:resource=""/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
67 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
68 >Target</rdfs:label>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
69 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
70 >The resource that is being annotated</rdfs:comment>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
71 </rdfs:Class>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
72 <rdfs:Class rdf:about="http://www.openannotation.org/ns/ContextConstraint">
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
73 <rdfs:isDefinedBy rdf:resource=""/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
74 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
75 >A Constraint that selects the resource only in the context of the target of oac:inContextOf</rdfs:comment>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
76 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
77 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
78 >ContextConstraint</rdfs:label>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
79 </rdfs:Class>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
80 <rdfs:Class rdf:about="http://www.openannotation.org/ns/PrefixSuffixConstraint">
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
81 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
82 >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>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
83 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
84 <rdfs:isDefinedBy rdf:resource=""/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
85 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
86 >PrefixSuffixConstraint</rdfs:label>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
87 </rdfs:Class>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
88 <rdfs:Class rdf:about="http://www.openannotation.org/ns/OffsetRangeConstraint">
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
89 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
90 >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>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
91 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
92 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
93 >OffsetRangeConstraint</rdfs:label>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
94 <rdfs:isDefinedBy rdf:resource=""/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
95 </rdfs:Class>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
96 <rdfs:Class rdf:about="http://www.openannotation.org/ns/WebTimeConstraint">
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
97 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
98 >A Constraint that records a timestamp of when the resource applies to the Annotation</rdfs:comment>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
99 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
100 >WebTimeConstraint</rdfs:label>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
101 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
102 <rdfs:isDefinedBy rdf:resource=""/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
103 </rdfs:Class>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
104 <rdfs:Class rdf:about="http://www.openannotation.org/ns/ConstrainedBody">
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
105 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Body"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
106 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
107 >ConstrainedBody</rdfs:label>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
108 <rdfs:isDefinedBy rdf:resource=""/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
109 </rdfs:Class>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
110 <rdf:Property rdf:about="http://www.openannotation.org/ns/constrains">
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
111 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
112 >The relationship from the ConstrainedTarget or ConstrainedBody to the full resource being constrained</rdfs:comment>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
113 <rdfs:isDefinedBy rdf:resource=""/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
114 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
115 >constrains</rdfs:label>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
116 </rdf:Property>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
117 <rdf:Property rdf:about="http://www.openannotation.org/ns/hasBody">
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
118 <rdfs:range rdf:resource="http://www.openannotation.org/ns/Body"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
119 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
120 >The relationship between Annotation and Body</rdfs:comment>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
121 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
122 >hasBody</rdfs:label>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
123 <rdfs:domain rdf:resource="http://www.openannotation.org/ns/Annotation"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
124 <rdfs:isDefinedBy rdf:resource=""/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
125 </rdf:Property>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
126 <rdf:Property rdf:about="http://www.openannotation.org/ns/annotates">
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
127 <rdfs:domain rdf:resource="http://www.openannotation.org/ns/Body"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
128 <rdfs:isDefinedBy rdf:resource=""/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
129 <rdfs:range rdf:resource="http://www.openannotation.org/ns/Target"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
130 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
131 >The relationship between Body and Target</rdfs:comment>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
132 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
133 >annotates</rdfs:label>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
134 </rdf:Property>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
135 <rdf:Property rdf:about="http://www.openannotation.org/ns/inContextOf">
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
136 <rdfs:isDefinedBy rdf:resource=""/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
137 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
138 >inContextOf</rdfs:label>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
139 </rdf:Property>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
140 <rdf:Property rdf:about="http://www.openannotation.org/ns/hasTarget">
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
141 <rdfs:range rdf:resource="http://www.openannotation.org/ns/Target"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
142 <rdfs:isDefinedBy rdf:resource=""/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
143 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
144 >hasTarget</rdfs:label>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
145 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
146 >The relationship between Annotation and Target</rdfs:comment>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
147 <rdfs:domain rdf:resource="http://www.openannotation.org/ns/Annotation"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
148 </rdf:Property>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
149 <rdf:Property rdf:about="http://www.openannotation.org/ns/when">
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
150 <rdfs:isDefinedBy rdf:resource=""/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
151 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
152 >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>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
153 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
154 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
155 >when</rdfs:label>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
156 </rdf:Property>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
157 <rdf:Property rdf:about="http://www.openannotation.org/ns/constrainedBy">
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
158 <rdfs:range rdf:resource="http://www.openannotation.org/ns/Constraint"/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
159 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
160 >The relationship from the ConstrainedTarget or ConstrainedBody to the Constraint resource that describes how the full resource is constrained</rdfs:comment>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
161 <rdfs:isDefinedBy rdf:resource=""/>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
162 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
163 >constrainedBy</rdfs:label>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
164 </rdf:Property>
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
165 </rdf:RDF>
6
772bce70296b working on new annotations ontology.
casties
parents:
diff changeset
166
9
cbd4b50d0e9d added imports to annotations ontology
casties
parents: 6
diff changeset
167 <!-- Created with Protege (with OWL Plugin 3.4.8, Build 629) http://protege.stanford.edu -->