comparison ontologies/openannotation.rdf @ 3:cfd3411c87c2

annotationformat nun openannotator based
author dwinter
date Fri, 02 Dec 2011 17:08:20 +0100
parents
children
comparison
equal deleted inserted replaced
2:e3ecb88314a5 3:cfd3411c87c2
1 <?xml version="1.0" encoding="UTF-8"?>
2 <rdf:RDF xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
3 <rdfs:Class rdf:about="http://www.openannotation.org/ns/SvgConstraint">
4 <rdfs:isDefinedBy>
5 <owl:Ontology rdf:about="http://www.openannotation.org/ns/">
6 <owl:versionInfo>alpha3</owl:versionInfo>
7 </owl:Ontology>
8 </rdfs:isDefinedBy>
9 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
10 <rdfs:label>SvgConstraint</rdfs:label>
11 </rdfs:Class>
12 <rdf:Property rdf:about="http://www.openannotation.org/ns/constrains">
13 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
14 <rdfs:comment>The relationship from the ConstrainedTarget or ConstrainedBody to the full resource being constrained</rdfs:comment>
15 <rdfs:label>constrains</rdfs:label>
16 </rdf:Property>
17 <rdfs:Class rdf:about="http://www.openannotation.org/ns/Reply">
18 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
19 <rdfs:comment>A subClass of Annotation which has another Annotation as its Target</rdfs:comment>
20 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Annotation"/>
21 <rdfs:label>Reply</rdfs:label>
22 </rdfs:Class>
23 <rdf:Property rdf:about="http://www.openannotation.org/ns/constrainedBy">
24 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
25 <rdfs:comment>The relationship from the ConstrainedTarget or ConstrainedBody to the Constraint resource that describes how the full resource is constrained</rdfs:comment>
26 <rdfs:label>constrainedBy</rdfs:label>
27 <rdfs:range rdf:resource="http://www.openannotation.org/ns/Constraint"/>
28 </rdf:Property>
29 <rdf:Property rdf:about="http://www.openannotation.org/ns/when">
30 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
31 <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>
32 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
33 <rdfs:label>when</rdfs:label>
34 </rdf:Property>
35 <rdfs:Class rdf:about="http://www.openannotation.org/ns/ConstrainedBody">
36 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
37 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Body"/>
38 <rdfs:label>ConstrainedBody</rdfs:label>
39 </rdfs:Class>
40 <rdfs:Class rdf:about="http://www.openannotation.org/ns/TimeConstraint">
41 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
42 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
43 <rdfs:label>TimeConstraint</rdfs:label>
44 </rdfs:Class>
45 <rdf:Property rdf:about="http://www.openannotation.org/ns/hasBody">
46 <rdfs:domain rdf:resource="http://www.openannotation.org/ns/Annotation"/>
47 <rdfs:range rdf:resource="http://www.openannotation.org/ns/Body"/>
48 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
49 <rdfs:comment>The relationship between Annotation and Body</rdfs:comment>
50 <rdfs:label>hasBody</rdfs:label>
51 </rdf:Property>
52 <rdfs:Class rdf:about="http://www.openannotation.org/ns/ConstrainedTarget">
53 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
54 <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>
55 <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Target"/>
56 <rdfs:label>ConstrainedTarget</rdfs:label>
57 </rdfs:Class>
58 <rdf:Property rdf:about="http://www.openannotation.org/ns/hasTarget">
59 <rdfs:domain rdf:resource="http://www.openannotation.org/ns/Annotation"/>
60 <rdfs:range rdf:resource="http://www.openannotation.org/ns/Target"/>
61 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
62 <rdfs:comment>The relationship between Annotation and Target</rdfs:comment>
63 <rdfs:label>hasTarget</rdfs:label>
64 </rdf:Property>
65 <rdfs:Class rdf:about="http://www.openannotation.org/ns/Constraint">
66 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
67 <rdfs:comment>The Constraint is a resource which describes how to constrain another resource in a particular way.</rdfs:comment>
68 <rdfs:label>Constraint</rdfs:label>
69 </rdfs:Class>
70 <rdfs:Class rdf:about="http://www.openannotation.org/ns/Target">
71 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
72 <rdfs:comment>The resource that is being annotated</rdfs:comment>
73 <rdfs:label>Target</rdfs:label>
74 </rdfs:Class>
75 <rdfs:Class rdf:about="http://www.openannotation.org/ns/Body">
76 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
77 <rdfs:comment>The Body is somehow about the Target resource. It is the information which is annotating the Target.</rdfs:comment>
78 <rdfs:label>Body</rdfs:label>
79 </rdfs:Class>
80 <rdfs:Class rdf:about="http://www.openannotation.org/ns/Annotation">
81 <rdfs:isDefinedBy rdf:resource="http://www.openannotation.org/ns/"/>
82 <rdfs:comment>A document identified by an HTTP URI that describes, at least, the Body and Target resources involved in the annotation.</rdfs:comment>
83 <rdfs:label>Annotation</rdfs:label>
84 </rdfs:Class>
85 </rdf:RDF>