rdf-vocab 3.2.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab/acl.rb +91 -89
- data/lib/rdf/vocab/as.rb +624 -622
- data/lib/rdf/vocab/bf2.rb +2241 -2239
- data/lib/rdf/vocab/bibframe.rb +2241 -2239
- data/lib/rdf/vocab/bibo.rb +943 -941
- data/lib/rdf/vocab/cc.rb +102 -100
- data/lib/rdf/vocab/cert.rb +107 -105
- data/lib/rdf/vocab/cnt.rb +92 -90
- data/lib/rdf/vocab/crm.rb +1793 -1791
- data/lib/rdf/vocab/datacite.rb +261 -263
- data/lib/rdf/vocab/dbo.rb +4307 -4305
- data/lib/rdf/vocab/dc.rb +665 -663
- data/lib/rdf/vocab/dc11.rb +109 -107
- data/lib/rdf/vocab/dcat.rb +373 -356
- data/lib/rdf/vocab/dcmitype.rb +91 -89
- data/lib/rdf/vocab/disco.rb +348 -346
- data/lib/rdf/vocab/doap.rb +304 -302
- data/lib/rdf/vocab/dwc.rb +2244 -2242
- data/lib/rdf/vocab/earl.rb +146 -144
- data/lib/rdf/vocab/ebucore.rb +4945 -4941
- data/lib/rdf/vocab/edm.rb +310 -308
- data/lib/rdf/vocab/exif.rb +777 -775
- data/lib/rdf/vocab/extensions.rb +2 -2
- data/lib/rdf/vocab/fcrepo4.rb +307 -305
- data/lib/rdf/vocab/foaf.rb +525 -523
- data/lib/rdf/vocab/geo.rb +34 -32
- data/lib/rdf/vocab/geojson.rb +66 -64
- data/lib/rdf/vocab/geonames.rb +3656 -3654
- data/lib/rdf/vocab/gr.rb +1204 -1202
- data/lib/rdf/vocab/gs1.rb +5881 -5879
- data/lib/rdf/vocab/ht.rb +194 -192
- data/lib/rdf/vocab/hydra.rb +439 -437
- data/lib/rdf/vocab/iana.rb +215 -213
- data/lib/rdf/vocab/ical.rb +726 -724
- data/lib/rdf/vocab/identifiers.rb +219 -217
- data/lib/rdf/vocab/iiif.rb +132 -130
- data/lib/rdf/vocab/jsonld.rb +205 -203
- data/lib/rdf/vocab/ldp.rb +193 -191
- data/lib/rdf/vocab/lrmi.rb +188 -186
- data/lib/rdf/vocab/ma.rb +318 -316
- data/lib/rdf/vocab/mads.rb +670 -668
- data/lib/rdf/vocab/marcrelators.rb +543 -541
- data/lib/rdf/vocab/mo.rb +1823 -1821
- data/lib/rdf/vocab/mods.rb +636 -634
- data/lib/rdf/vocab/nfo.rb +482 -480
- data/lib/rdf/vocab/oa.rb +333 -331
- data/lib/rdf/vocab/og.rb +198 -196
- data/lib/rdf/vocab/ogc.rb +43 -41
- data/lib/rdf/vocab/ore.rb +79 -77
- data/lib/rdf/vocab/org.rb +322 -320
- data/lib/rdf/vocab/pcdm.rb +73 -71
- data/lib/rdf/vocab/pplan.rb +97 -95
- data/lib/rdf/vocab/premis.rb +903 -901
- data/lib/rdf/vocab/premiseventtype.rb +143 -141
- data/lib/rdf/vocab/prov.rb +1360 -1358
- data/lib/rdf/vocab/ptr.rb +147 -145
- data/lib/rdf/vocab/rdau.rb +9447 -9438
- data/lib/rdf/vocab/rightsstatements.rb +123 -121
- data/lib/rdf/vocab/rsa.rb +44 -42
- data/lib/rdf/vocab/rss.rb +46 -44
- data/lib/rdf/vocab/schema.rb +14700 -14698
- data/lib/rdf/vocab/schemas.rb +14700 -14698
- data/lib/rdf/vocab/sd.rb +165 -163
- data/lib/rdf/vocab/sh.rb +1096 -1094
- data/lib/rdf/vocab/sioc.rb +615 -613
- data/lib/rdf/vocab/siocservices.rb +49 -47
- data/lib/rdf/vocab/sioctypes.rb +224 -222
- data/lib/rdf/vocab/skos.rb +202 -200
- data/lib/rdf/vocab/skosxl.rb +51 -49
- data/lib/rdf/vocab/v.rb +233 -231
- data/lib/rdf/vocab/vcard.rb +776 -774
- data/lib/rdf/vocab/vmd.rb +233 -231
- data/lib/rdf/vocab/void.rb +145 -143
- data/lib/rdf/vocab/vs.rb +27 -25
- data/lib/rdf/vocab/wdrs.rb +112 -110
- data/lib/rdf/vocab/wot.rb +135 -133
- data/lib/rdf/vocab/xhtml.rb +4 -2
- data/lib/rdf/vocab/xhv.rb +208 -206
- data/lib/rdf/vocab/xkos.rb +220 -218
- data/lib/rdf/vocab.rb +2 -0
- metadata +14 -3
data/lib/rdf/vocab/oa.rb
CHANGED
@@ -3,417 +3,419 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/oa#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
+
# Vocabulary for <http://www.w3.org/ns/oa#>
|
7
|
+
# @!visibility private
|
6
8
|
OA = Class.new(RDF::StrictVocabulary("http://www.w3.org/ns/oa#")) do
|
7
9
|
|
8
10
|
# Ontology definition
|
9
11
|
ontology :"http://www.w3.org/ns/oa#",
|
10
|
-
comment: "The Web Annotation ontology defines the terms of the Web Annotation vocabulary. Any changes to this document MUST be from a Working Group in the W3C that has established expertise in the area."
|
11
|
-
"http://purl.org/dc/elements/1.1/title": "Web Annotation Ontology"
|
12
|
+
comment: "The Web Annotation ontology defines the terms of the Web Annotation vocabulary. Any changes to this document MUST be from a Working Group in the W3C that has established expertise in the area.",
|
13
|
+
"http://purl.org/dc/elements/1.1/title": "Web Annotation Ontology",
|
12
14
|
"http://purl.org/dc/terms/creator": [term(
|
13
|
-
"http://xmlns.com/foaf/0.1/name": "Benjamin Young"
|
14
|
-
type: "http://xmlns.com/foaf/0.1/Person"
|
15
|
+
"http://xmlns.com/foaf/0.1/name": "Benjamin Young",
|
16
|
+
type: "http://xmlns.com/foaf/0.1/Person"
|
15
17
|
), term(
|
16
|
-
"http://xmlns.com/foaf/0.1/name": "Paolo Ciccarese"
|
17
|
-
type: "http://xmlns.com/foaf/0.1/Person"
|
18
|
+
"http://xmlns.com/foaf/0.1/name": "Paolo Ciccarese",
|
19
|
+
type: "http://xmlns.com/foaf/0.1/Person"
|
18
20
|
), term(
|
19
|
-
"http://xmlns.com/foaf/0.1/name": "Robert Sanderson"
|
20
|
-
type: "http://xmlns.com/foaf/0.1/Person"
|
21
|
+
"http://xmlns.com/foaf/0.1/name": "Robert Sanderson",
|
22
|
+
type: "http://xmlns.com/foaf/0.1/Person"
|
21
23
|
)],
|
22
|
-
"http://purl.org/dc/terms/modified": "2016-11-12T21:28:11Z"
|
23
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/annotation-vocab/"
|
24
|
-
"http://www.w3.org/2002/07/owl#versionInfo": "2016-11-12T21:28:11Z"
|
25
|
-
"http://www.w3.org/ns/prov#wasRevisionOf": "http://www.openannotation.org/spec/core/20130208/oa.owl"
|
26
|
-
type: "http://www.w3.org/2002/07/owl#Ontology"
|
24
|
+
"http://purl.org/dc/terms/modified": "2016-11-12T21:28:11Z",
|
25
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/annotation-vocab/",
|
26
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "2016-11-12T21:28:11Z",
|
27
|
+
"http://www.w3.org/ns/prov#wasRevisionOf": "http://www.openannotation.org/spec/core/20130208/oa.owl",
|
28
|
+
type: "http://www.w3.org/2002/07/owl#Ontology"
|
27
29
|
|
28
30
|
# Class definitions
|
29
31
|
term :Annotation,
|
30
|
-
comment: "The class for Web Annotations."
|
31
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
32
|
-
label: "Annotation"
|
33
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
32
|
+
comment: "The class for Web Annotations.",
|
33
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
34
|
+
label: "Annotation",
|
35
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
34
36
|
term :Choice,
|
35
|
-
comment: "A subClass of as:OrderedCollection that conveys to a consuming application that it should select one of the resources in the as:items list to use, rather than all of them. This is typically used to provide a choice of resources to render to the user, based on further supplied properties. If the consuming application cannot determine the user's preference, then it should use the first in the list."
|
36
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
37
|
-
label: "Choice"
|
38
|
-
subClassOf: "http://www.w3.org/ns/activitystreams#OrderedCollection"
|
39
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
37
|
+
comment: "A subClass of as:OrderedCollection that conveys to a consuming application that it should select one of the resources in the as:items list to use, rather than all of them. This is typically used to provide a choice of resources to render to the user, based on further supplied properties. If the consuming application cannot determine the user's preference, then it should use the first in the list.",
|
38
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
39
|
+
label: "Choice",
|
40
|
+
subClassOf: "http://www.w3.org/ns/activitystreams#OrderedCollection",
|
41
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
40
42
|
term :CssSelector,
|
41
|
-
comment: "A CssSelector describes a Segment of interest in a representation that conforms to the Document Object Model through the use of the CSS selector specification."
|
42
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
43
|
-
label: "CssSelector"
|
44
|
-
subClassOf: "http://www.w3.org/ns/oa#Selector"
|
45
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
43
|
+
comment: "A CssSelector describes a Segment of interest in a representation that conforms to the Document Object Model through the use of the CSS selector specification.",
|
44
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
45
|
+
label: "CssSelector",
|
46
|
+
subClassOf: "http://www.w3.org/ns/oa#Selector",
|
47
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
46
48
|
term :CssStyle,
|
47
|
-
comment: "A resource which describes styles for resources participating in the Annotation using CSS."
|
48
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
49
|
-
label: "CssStyle"
|
50
|
-
subClassOf: "http://www.w3.org/ns/oa#Style"
|
51
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
49
|
+
comment: "A resource which describes styles for resources participating in the Annotation using CSS.",
|
50
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
51
|
+
label: "CssStyle",
|
52
|
+
subClassOf: "http://www.w3.org/ns/oa#Style",
|
53
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
52
54
|
term :DataPositionSelector,
|
53
|
-
comment: "DataPositionSelector describes a range of data by recording the start and end positions of the selection in the stream. Position 0 would be immediately before the first byte, position 1 would be immediately before the second byte, and so on. The start byte is thus included in the list, but the end byte is not."
|
54
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
55
|
-
label: "DataPositionSelector"
|
56
|
-
subClassOf: "http://www.w3.org/ns/oa#Selector"
|
57
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
55
|
+
comment: "DataPositionSelector describes a range of data by recording the start and end positions of the selection in the stream. Position 0 would be immediately before the first byte, position 1 would be immediately before the second byte, and so on. The start byte is thus included in the list, but the end byte is not.",
|
56
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
57
|
+
label: "DataPositionSelector",
|
58
|
+
subClassOf: "http://www.w3.org/ns/oa#Selector",
|
59
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
58
60
|
term :Direction,
|
59
|
-
comment: "A class to encapsulate the different text directions that a textual resource might take. It is not used directly in the Annotation Model, only its three instances."
|
60
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
61
|
-
label: "Direction"
|
62
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
61
|
+
comment: "A class to encapsulate the different text directions that a textual resource might take. It is not used directly in the Annotation Model, only its three instances.",
|
62
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
63
|
+
label: "Direction",
|
64
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
63
65
|
term :FragmentSelector,
|
64
|
-
comment: "The FragmentSelector class is used to record the segment of a representation using the IRI fragment specification defined by the representation's media type."
|
65
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
66
|
-
label: "FragmentSelector"
|
67
|
-
subClassOf: "http://www.w3.org/ns/oa#Selector"
|
68
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
66
|
+
comment: "The FragmentSelector class is used to record the segment of a representation using the IRI fragment specification defined by the representation's media type.",
|
67
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
68
|
+
label: "FragmentSelector",
|
69
|
+
subClassOf: "http://www.w3.org/ns/oa#Selector",
|
70
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
69
71
|
term :HttpRequestState,
|
70
|
-
comment: "The HttpRequestState class is used to record the HTTP request headers that a client SHOULD use to request the correct representation from the resource. "
|
71
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
72
|
-
label: "HttpRequestState"
|
73
|
-
subClassOf: "http://www.w3.org/ns/oa#State"
|
74
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
72
|
+
comment: "The HttpRequestState class is used to record the HTTP request headers that a client SHOULD use to request the correct representation from the resource. ",
|
73
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
74
|
+
label: "HttpRequestState",
|
75
|
+
subClassOf: "http://www.w3.org/ns/oa#State",
|
76
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
75
77
|
term :Motivation,
|
76
|
-
comment: "The Motivation class is used to record the user's intent or motivation for the creation of the Annotation, or the inclusion of the body or target, that it is associated with."
|
77
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
78
|
-
label: "Motivation"
|
79
|
-
subClassOf: "http://www.w3.org/2004/02/skos/core#Concept"
|
80
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
78
|
+
comment: "The Motivation class is used to record the user's intent or motivation for the creation of the Annotation, or the inclusion of the body or target, that it is associated with.",
|
79
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
80
|
+
label: "Motivation",
|
81
|
+
subClassOf: "http://www.w3.org/2004/02/skos/core#Concept",
|
82
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
81
83
|
term :RangeSelector,
|
82
|
-
comment: "A Range Selector can be used to identify the beginning and the end of the selection by using other Selectors. The selection consists of everything from the beginning of the starting selector through to the beginning of the ending selector, but not including it."
|
83
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
84
|
-
label: "RangeSelector"
|
85
|
-
subClassOf: "http://www.w3.org/ns/oa#Selector"
|
86
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
84
|
+
comment: "A Range Selector can be used to identify the beginning and the end of the selection by using other Selectors. The selection consists of everything from the beginning of the starting selector through to the beginning of the ending selector, but not including it.",
|
85
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
86
|
+
label: "RangeSelector",
|
87
|
+
subClassOf: "http://www.w3.org/ns/oa#Selector",
|
88
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
87
89
|
term :ResourceSelection,
|
88
|
-
comment: "Instances of the ResourceSelection class identify part (described by an oa:Selector) of another resource (referenced with oa:hasSource), possibly from a particular representation of a resource (described by an oa:State). Please note that ResourceSelection is not used directly in the Web Annotation model, but is provided as a separate class for further application profiles to use, separate from oa:SpecificResource which has many Annotation specific features."
|
89
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
90
|
-
label: "ResourceSelection"
|
91
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
90
|
+
comment: "Instances of the ResourceSelection class identify part (described by an oa:Selector) of another resource (referenced with oa:hasSource), possibly from a particular representation of a resource (described by an oa:State). Please note that ResourceSelection is not used directly in the Web Annotation model, but is provided as a separate class for further application profiles to use, separate from oa:SpecificResource which has many Annotation specific features.",
|
91
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
92
|
+
label: "ResourceSelection",
|
93
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
92
94
|
term :Selector,
|
93
|
-
comment: "A resource which describes the segment of interest in a representation of a Source resource, indicated with oa:hasSelector from the Specific Resource. This class is not used directly in the Annotation model, only its subclasses."
|
94
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
95
|
-
label: "Selector"
|
96
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
95
|
+
comment: "A resource which describes the segment of interest in a representation of a Source resource, indicated with oa:hasSelector from the Specific Resource. This class is not used directly in the Annotation model, only its subclasses.",
|
96
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
97
|
+
label: "Selector",
|
98
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
97
99
|
term :SpecificResource,
|
98
|
-
comment: "Instances of the SpecificResource class identify part of another resource (referenced with oa:hasSource), a particular representation of a resource, a resource with styling hints for renders, or any combination of these, as used within an Annotation."
|
99
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
100
|
-
label: "SpecificResource"
|
101
|
-
subClassOf: "http://www.w3.org/ns/oa#ResourceSelection"
|
102
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
100
|
+
comment: "Instances of the SpecificResource class identify part of another resource (referenced with oa:hasSource), a particular representation of a resource, a resource with styling hints for renders, or any combination of these, as used within an Annotation.",
|
101
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
102
|
+
label: "SpecificResource",
|
103
|
+
subClassOf: "http://www.w3.org/ns/oa#ResourceSelection",
|
104
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
103
105
|
term :State,
|
104
|
-
comment: "A State describes the intended state of a resource as applied to the particular Annotation, and thus provides the information needed to retrieve the correct representation of that resource."
|
105
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
106
|
-
label: "State"
|
107
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
106
|
+
comment: "A State describes the intended state of a resource as applied to the particular Annotation, and thus provides the information needed to retrieve the correct representation of that resource.",
|
107
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
108
|
+
label: "State",
|
109
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
108
110
|
term :Style,
|
109
|
-
comment: "A Style describes the intended styling of a resource as applied to the particular Annotation, and thus provides the information to ensure that rendering is consistent across implementations."
|
110
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
111
|
-
label: "Style"
|
112
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
111
|
+
comment: "A Style describes the intended styling of a resource as applied to the particular Annotation, and thus provides the information to ensure that rendering is consistent across implementations.",
|
112
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
113
|
+
label: "Style",
|
114
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
113
115
|
term :SvgSelector,
|
114
|
-
comment: "An SvgSelector defines an area through the use of the Scalable Vector Graphics [SVG] standard. This allows the user to select a non-rectangular area of the content, such as a circle or polygon by describing the region using SVG. The SVG may be either embedded within the Annotation or referenced as an External Resource."
|
115
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
116
|
-
label: "SvgSelector"
|
117
|
-
subClassOf: "http://www.w3.org/ns/oa#Selector"
|
118
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
116
|
+
comment: "An SvgSelector defines an area through the use of the Scalable Vector Graphics [SVG] standard. This allows the user to select a non-rectangular area of the content, such as a circle or polygon by describing the region using SVG. The SVG may be either embedded within the Annotation or referenced as an External Resource.",
|
117
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
118
|
+
label: "SvgSelector",
|
119
|
+
subClassOf: "http://www.w3.org/ns/oa#Selector",
|
120
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
119
121
|
term :TextPositionSelector,
|
120
|
-
comment: "The TextPositionSelector describes a range of text by recording the start and end positions of the selection in the stream. Position 0 would be immediately before the first character, position 1 would be immediately before the second character, and so on."
|
121
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
122
|
-
label: "TextPositionSelector"
|
123
|
-
subClassOf: "http://www.w3.org/ns/oa#Selector"
|
124
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
122
|
+
comment: "The TextPositionSelector describes a range of text by recording the start and end positions of the selection in the stream. Position 0 would be immediately before the first character, position 1 would be immediately before the second character, and so on.",
|
123
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
124
|
+
label: "TextPositionSelector",
|
125
|
+
subClassOf: "http://www.w3.org/ns/oa#Selector",
|
126
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
125
127
|
term :TextQuoteSelector,
|
126
|
-
comment: "The TextQuoteSelector describes a range of text by copying it, and including some of the text immediately before (a prefix) and after (a suffix) it to distinguish between multiple copies of the same sequence of characters."
|
127
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
128
|
-
label: "TextQuoteSelector"
|
129
|
-
subClassOf: "http://www.w3.org/ns/oa#Selector"
|
130
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
128
|
+
comment: "The TextQuoteSelector describes a range of text by copying it, and including some of the text immediately before (a prefix) and after (a suffix) it to distinguish between multiple copies of the same sequence of characters.",
|
129
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
130
|
+
label: "TextQuoteSelector",
|
131
|
+
subClassOf: "http://www.w3.org/ns/oa#Selector",
|
132
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
131
133
|
term :TextualBody,
|
132
|
-
comment: ""
|
133
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
134
|
-
label: "TextualBody"
|
135
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
134
|
+
comment: "",
|
135
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
136
|
+
label: "TextualBody",
|
137
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
136
138
|
term :TimeState,
|
137
|
-
comment: "A TimeState records the time at which the resource's state is appropriate for the Annotation, typically the time that the Annotation was created and/or a link to a persistent copy of the current version."
|
138
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
139
|
-
label: "TimeState"
|
140
|
-
subClassOf: "http://www.w3.org/ns/oa#State"
|
141
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
139
|
+
comment: "A TimeState records the time at which the resource's state is appropriate for the Annotation, typically the time that the Annotation was created and/or a link to a persistent copy of the current version.",
|
140
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
141
|
+
label: "TimeState",
|
142
|
+
subClassOf: "http://www.w3.org/ns/oa#State",
|
143
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
142
144
|
term :XPathSelector,
|
143
|
-
comment: " An XPathSelector is used to select elements and content within a resource that supports the Document Object Model via a specified XPath value."
|
144
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
145
|
-
label: "XPathSelector"
|
146
|
-
subClassOf: "http://www.w3.org/ns/oa#Selector"
|
147
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
145
|
+
comment: " An XPathSelector is used to select elements and content within a resource that supports the Document Object Model via a specified XPath value.",
|
146
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
147
|
+
label: "XPathSelector",
|
148
|
+
subClassOf: "http://www.w3.org/ns/oa#Selector",
|
149
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
148
150
|
|
149
151
|
# Property definitions
|
150
152
|
property :annotationService,
|
151
|
-
comment: "The object of the relationship is the end point of a service that conforms to the annotation-protocol, and it may be associated with any resource. The expectation of asserting the relationship is that the object is the preferred service for maintaining annotations about the subject resource, according to the publisher of the relationship.\n\n This relationship is intended to be used both within Linked Data descriptions and as the rel type of a Link, via HTTP Link Headers rfc5988 for binary resources and in HTML <link> elements. For more information about these, please see the Annotation Protocol specification annotation-protocol.\n "
|
152
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
153
|
-
label: "annotationService"
|
154
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
153
|
+
comment: "The object of the relationship is the end point of a service that conforms to the annotation-protocol, and it may be associated with any resource. The expectation of asserting the relationship is that the object is the preferred service for maintaining annotations about the subject resource, according to the publisher of the relationship.\n\n This relationship is intended to be used both within Linked Data descriptions and as the rel type of a Link, via HTTP Link Headers rfc5988 for binary resources and in HTML <link> elements. For more information about these, please see the Annotation Protocol specification annotation-protocol.\n ",
|
154
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
155
|
+
label: "annotationService",
|
156
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
155
157
|
property :bodyValue,
|
156
|
-
comment: "The object of the predicate is a plain text string to be used as the content of the body of the Annotation. The value MUST be an xsd:string and that data type MUST NOT be expressed in the serialization. Note that language MUST NOT be associated with the value either as a language tag, as that is only available for rdf:langString .\n "
|
157
|
-
domain: "http://www.w3.org/ns/oa#Annotation"
|
158
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
159
|
-
label: "bodyValue"
|
160
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
161
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
158
|
+
comment: "The object of the predicate is a plain text string to be used as the content of the body of the Annotation. The value MUST be an xsd:string and that data type MUST NOT be expressed in the serialization. Note that language MUST NOT be associated with the value either as a language tag, as that is only available for rdf:langString .\n ",
|
159
|
+
domain: "http://www.w3.org/ns/oa#Annotation",
|
160
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
161
|
+
label: "bodyValue",
|
162
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
163
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
162
164
|
property :cachedSource,
|
163
|
-
comment: "A object of the relationship is a copy of the Source resource's representation, appropriate for the Annotation."
|
164
|
-
domain: "http://www.w3.org/ns/oa#TimeState"
|
165
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
166
|
-
label: "cachedSource"
|
167
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
165
|
+
comment: "A object of the relationship is a copy of the Source resource's representation, appropriate for the Annotation.",
|
166
|
+
domain: "http://www.w3.org/ns/oa#TimeState",
|
167
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
168
|
+
label: "cachedSource",
|
169
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
168
170
|
property :canonical,
|
169
|
-
comment: "A object of the relationship is the canonical IRI that can always be used to deduplicate the Annotation, regardless of the current IRI used to access the representation."
|
170
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
171
|
-
label: "canonical"
|
172
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
171
|
+
comment: "A object of the relationship is the canonical IRI that can always be used to deduplicate the Annotation, regardless of the current IRI used to access the representation.",
|
172
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
173
|
+
label: "canonical",
|
174
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
173
175
|
property :end,
|
174
|
-
comment: "The end property is used to convey the 0-based index of the end position of a range of content."
|
175
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
176
|
-
label: "end"
|
177
|
-
range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
|
178
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
176
|
+
comment: "The end property is used to convey the 0-based index of the end position of a range of content.",
|
177
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
178
|
+
label: "end",
|
179
|
+
range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
|
180
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
179
181
|
property :exact,
|
180
|
-
comment: "The object of the predicate is a copy of the text which is being selected, after normalization."
|
181
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
182
|
-
label: "exact"
|
183
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
184
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
182
|
+
comment: "The object of the predicate is a copy of the text which is being selected, after normalization.",
|
183
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
184
|
+
label: "exact",
|
185
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
186
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
185
187
|
property :hasBody,
|
186
|
-
comment: "The object of the relationship is a resource that is a body of the Annotation."
|
187
|
-
domain: "http://www.w3.org/ns/oa#Annotation"
|
188
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
189
|
-
label: "hasBody"
|
190
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
188
|
+
comment: "The object of the relationship is a resource that is a body of the Annotation.",
|
189
|
+
domain: "http://www.w3.org/ns/oa#Annotation",
|
190
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
191
|
+
label: "hasBody",
|
192
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
191
193
|
property :hasEndSelector,
|
192
|
-
comment: "The relationship between a RangeSelector and the Selector that describes the end position of the range. "
|
193
|
-
domain: "http://www.w3.org/ns/oa#RangeSelector"
|
194
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
195
|
-
label: "hasEndSelector"
|
196
|
-
range: "http://www.w3.org/ns/oa#Selector"
|
197
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
194
|
+
comment: "The relationship between a RangeSelector and the Selector that describes the end position of the range. ",
|
195
|
+
domain: "http://www.w3.org/ns/oa#RangeSelector",
|
196
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
197
|
+
label: "hasEndSelector",
|
198
|
+
range: "http://www.w3.org/ns/oa#Selector",
|
199
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
198
200
|
property :hasPurpose,
|
199
|
-
comment: "The purpose served by the resource in the Annotation."
|
200
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
201
|
-
label: "hasPurpose"
|
202
|
-
range: "http://www.w3.org/ns/oa#Motivation"
|
203
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
201
|
+
comment: "The purpose served by the resource in the Annotation.",
|
202
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
203
|
+
label: "hasPurpose",
|
204
|
+
range: "http://www.w3.org/ns/oa#Motivation",
|
205
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
204
206
|
property :hasScope,
|
205
|
-
comment: "The scope or context in which the resource is used within the Annotation."
|
206
|
-
domain: "http://www.w3.org/ns/oa#SpecificResource"
|
207
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
208
|
-
label: "hasScope"
|
209
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
207
|
+
comment: "The scope or context in which the resource is used within the Annotation.",
|
208
|
+
domain: "http://www.w3.org/ns/oa#SpecificResource",
|
209
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
210
|
+
label: "hasScope",
|
211
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
210
212
|
property :hasSelector,
|
211
|
-
comment: "The object of the relationship is a Selector that describes the segment or region of interest within the source resource. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model."
|
212
|
-
domain: "http://www.w3.org/ns/oa#ResourceSelection"
|
213
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
214
|
-
label: "hasSelector"
|
215
|
-
range: "http://www.w3.org/ns/oa#Selector"
|
216
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
213
|
+
comment: "The object of the relationship is a Selector that describes the segment or region of interest within the source resource. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model.",
|
214
|
+
domain: "http://www.w3.org/ns/oa#ResourceSelection",
|
215
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
216
|
+
label: "hasSelector",
|
217
|
+
range: "http://www.w3.org/ns/oa#Selector",
|
218
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
217
219
|
property :hasSource,
|
218
|
-
comment: "The resource that the ResourceSelection, or its subclass SpecificResource, is refined from, or more specific than. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model."
|
219
|
-
domain: "http://www.w3.org/ns/oa#ResourceSelection"
|
220
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
221
|
-
label: "hasSource"
|
222
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
220
|
+
comment: "The resource that the ResourceSelection, or its subclass SpecificResource, is refined from, or more specific than. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model.",
|
221
|
+
domain: "http://www.w3.org/ns/oa#ResourceSelection",
|
222
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
223
|
+
label: "hasSource",
|
224
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
223
225
|
property :hasStartSelector,
|
224
|
-
comment: "The relationship between a RangeSelector and the Selector that describes the start position of the range. "
|
225
|
-
domain: "http://www.w3.org/ns/oa#RangeSelector"
|
226
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
227
|
-
label: "hasStartSelector"
|
228
|
-
range: "http://www.w3.org/ns/oa#Selector"
|
229
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
226
|
+
comment: "The relationship between a RangeSelector and the Selector that describes the start position of the range. ",
|
227
|
+
domain: "http://www.w3.org/ns/oa#RangeSelector",
|
228
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
229
|
+
label: "hasStartSelector",
|
230
|
+
range: "http://www.w3.org/ns/oa#Selector",
|
231
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
230
232
|
property :hasState,
|
231
|
-
comment: "The relationship between the ResourceSelection, or its subclass SpecificResource, and a State resource. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model."
|
232
|
-
domain: "http://www.w3.org/ns/oa#ResourceSelection"
|
233
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
234
|
-
label: "hasState"
|
235
|
-
range: "http://www.w3.org/ns/oa#State"
|
236
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
233
|
+
comment: "The relationship between the ResourceSelection, or its subclass SpecificResource, and a State resource. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model.",
|
234
|
+
domain: "http://www.w3.org/ns/oa#ResourceSelection",
|
235
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
236
|
+
label: "hasState",
|
237
|
+
range: "http://www.w3.org/ns/oa#State",
|
238
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
237
239
|
property :hasTarget,
|
238
|
-
comment: "The relationship between an Annotation and its Target."
|
239
|
-
domain: "http://www.w3.org/ns/oa#Annotation"
|
240
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
241
|
-
label: "hasTarget"
|
242
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
240
|
+
comment: "The relationship between an Annotation and its Target.",
|
241
|
+
domain: "http://www.w3.org/ns/oa#Annotation",
|
242
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
243
|
+
label: "hasTarget",
|
244
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
243
245
|
property :motivatedBy,
|
244
|
-
comment: "The relationship between an Annotation and a Motivation that describes the reason for the Annotation's creation."
|
245
|
-
domain: "http://www.w3.org/ns/oa#Annotation"
|
246
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
247
|
-
label: "motivatedBy"
|
248
|
-
range: "http://www.w3.org/ns/oa#Motivation"
|
249
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
246
|
+
comment: "The relationship between an Annotation and a Motivation that describes the reason for the Annotation's creation.",
|
247
|
+
domain: "http://www.w3.org/ns/oa#Annotation",
|
248
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
249
|
+
label: "motivatedBy",
|
250
|
+
range: "http://www.w3.org/ns/oa#Motivation",
|
251
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
250
252
|
property :prefix,
|
251
|
-
comment: "The object of the property is a snippet of content that occurs immediately before the content which is being selected by the Selector."
|
252
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
253
|
-
label: "prefix"
|
254
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
255
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
253
|
+
comment: "The object of the property is a snippet of content that occurs immediately before the content which is being selected by the Selector.",
|
254
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
255
|
+
label: "prefix",
|
256
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
257
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
256
258
|
property :processingLanguage,
|
257
|
-
comment: "The object of the property is the language that should be used for textual processing algorithms when dealing with the content of the resource, including hyphenation, line breaking, which font to use for rendering and so forth. The value must follow the recommendations of BCP47."
|
258
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
259
|
-
label: "processingLanguage"
|
260
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
261
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
259
|
+
comment: "The object of the property is the language that should be used for textual processing algorithms when dealing with the content of the resource, including hyphenation, line breaking, which font to use for rendering and so forth. The value must follow the recommendations of BCP47.",
|
260
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
261
|
+
label: "processingLanguage",
|
262
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
263
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
262
264
|
property :refinedBy,
|
263
|
-
comment: "The relationship between a Selector and another Selector or a State and a Selector or State that should be applied to the results of the first to refine the processing of the source resource. "
|
264
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
265
|
-
label: "refinedBy"
|
266
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
265
|
+
comment: "The relationship between a Selector and another Selector or a State and a Selector or State that should be applied to the results of the first to refine the processing of the source resource. ",
|
266
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
267
|
+
label: "refinedBy",
|
268
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
267
269
|
property :renderedVia,
|
268
|
-
comment: "A system that was used by the application that created the Annotation to render the resource."
|
269
|
-
domain: "http://www.w3.org/ns/oa#SpecificResource"
|
270
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
271
|
-
label: "renderedVia"
|
272
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
270
|
+
comment: "A system that was used by the application that created the Annotation to render the resource.",
|
271
|
+
domain: "http://www.w3.org/ns/oa#SpecificResource",
|
272
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
273
|
+
label: "renderedVia",
|
274
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
273
275
|
property :sourceDate,
|
274
|
-
comment: "The timestamp at which the Source resource should be interpreted as being applicable to the Annotation."
|
275
|
-
domain: "http://www.w3.org/ns/oa#TimeState"
|
276
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
277
|
-
label: "sourceDate"
|
278
|
-
range: "http://www.w3.org/2001/XMLSchema#dateTime"
|
279
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
276
|
+
comment: "The timestamp at which the Source resource should be interpreted as being applicable to the Annotation.",
|
277
|
+
domain: "http://www.w3.org/ns/oa#TimeState",
|
278
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
279
|
+
label: "sourceDate",
|
280
|
+
range: "http://www.w3.org/2001/XMLSchema#dateTime",
|
281
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
280
282
|
property :sourceDateEnd,
|
281
|
-
comment: "The end timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation."
|
282
|
-
domain: "http://www.w3.org/ns/oa#TimeState"
|
283
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
284
|
-
label: "sourceDateEnd"
|
285
|
-
range: "http://www.w3.org/2001/XMLSchema#dateTime"
|
286
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
283
|
+
comment: "The end timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation.",
|
284
|
+
domain: "http://www.w3.org/ns/oa#TimeState",
|
285
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
286
|
+
label: "sourceDateEnd",
|
287
|
+
range: "http://www.w3.org/2001/XMLSchema#dateTime",
|
288
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
287
289
|
property :sourceDateStart,
|
288
|
-
comment: "The start timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation."
|
289
|
-
domain: "http://www.w3.org/ns/oa#TimeState"
|
290
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
291
|
-
label: "sourceDateStart"
|
292
|
-
range: "http://www.w3.org/2001/XMLSchema#dateTime"
|
293
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
290
|
+
comment: "The start timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation.",
|
291
|
+
domain: "http://www.w3.org/ns/oa#TimeState",
|
292
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
293
|
+
label: "sourceDateStart",
|
294
|
+
range: "http://www.w3.org/2001/XMLSchema#dateTime",
|
295
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
294
296
|
property :start,
|
295
|
-
comment: "The start position in a 0-based index at which a range of content is selected from the data in the source resource."
|
296
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
297
|
-
label: "start"
|
298
|
-
range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
|
299
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
297
|
+
comment: "The start position in a 0-based index at which a range of content is selected from the data in the source resource.",
|
298
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
299
|
+
label: "start",
|
300
|
+
range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
|
301
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
300
302
|
property :styleClass,
|
301
|
-
comment: "The name of the class used in the CSS description referenced from the Annotation that should be applied to the Specific Resource."
|
302
|
-
domain: "http://www.w3.org/ns/oa#SpecificResource"
|
303
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
304
|
-
label: "styleClass"
|
305
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
306
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
303
|
+
comment: "The name of the class used in the CSS description referenced from the Annotation that should be applied to the Specific Resource.",
|
304
|
+
domain: "http://www.w3.org/ns/oa#SpecificResource",
|
305
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
306
|
+
label: "styleClass",
|
307
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
308
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
307
309
|
property :styledBy,
|
308
|
-
comment: "A reference to a Stylesheet that should be used to apply styles to the Annotation rendering."
|
309
|
-
domain: "http://www.w3.org/ns/oa#Annotation"
|
310
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
311
|
-
label: "styledBy"
|
312
|
-
range: "http://www.w3.org/ns/oa#Style"
|
313
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
310
|
+
comment: "A reference to a Stylesheet that should be used to apply styles to the Annotation rendering.",
|
311
|
+
domain: "http://www.w3.org/ns/oa#Annotation",
|
312
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
313
|
+
label: "styledBy",
|
314
|
+
range: "http://www.w3.org/ns/oa#Style",
|
315
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
314
316
|
property :suffix,
|
315
|
-
comment: "The snippet of text that occurs immediately after the text which is being selected."
|
316
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
317
|
-
label: "suffix"
|
318
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
319
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
317
|
+
comment: "The snippet of text that occurs immediately after the text which is being selected.",
|
318
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
319
|
+
label: "suffix",
|
320
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
321
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
320
322
|
property :textDirection,
|
321
|
-
comment: "The direction of the text of the subject resource. There MUST only be one text direction associated with any given resource."
|
322
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
323
|
-
label: "textDirection"
|
324
|
-
range: "http://www.w3.org/ns/oa#Direction"
|
325
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
323
|
+
comment: "The direction of the text of the subject resource. There MUST only be one text direction associated with any given resource.",
|
324
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
325
|
+
label: "textDirection",
|
326
|
+
range: "http://www.w3.org/ns/oa#Direction",
|
327
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
326
328
|
property :via,
|
327
|
-
comment: "A object of the relationship is a resource from which the source resource was retrieved by the providing system."
|
328
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
329
|
-
label: "via"
|
330
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
329
|
+
comment: "A object of the relationship is a resource from which the source resource was retrieved by the providing system.",
|
330
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
331
|
+
label: "via",
|
332
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
331
333
|
|
332
334
|
# Extra definitions
|
333
335
|
term :PreferContainedDescriptions,
|
334
|
-
comment: "An IRI to signal the client prefers to receive full descriptions of the Annotations from a container, not just their IRIs."
|
335
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
336
|
-
label: "PreferContainedDescriptions"
|
337
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Resource"
|
336
|
+
comment: "An IRI to signal the client prefers to receive full descriptions of the Annotations from a container, not just their IRIs.",
|
337
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
338
|
+
label: "PreferContainedDescriptions",
|
339
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Resource"
|
338
340
|
term :PreferContainedIRIs,
|
339
|
-
comment: "An IRI to signal that the client prefers to receive only the IRIs of the Annotations from a container, not their full descriptions."
|
340
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
341
|
-
label: "PreferContainedIRIs"
|
342
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Resource"
|
341
|
+
comment: "An IRI to signal that the client prefers to receive only the IRIs of the Annotations from a container, not their full descriptions.",
|
342
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
343
|
+
label: "PreferContainedIRIs",
|
344
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Resource"
|
343
345
|
term :assessing,
|
344
|
-
comment: "The motivation for when the user intends to provide an assessment about the Target resource."
|
345
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
346
|
-
label: "assessing"
|
347
|
-
type: "http://www.w3.org/ns/oa#Motivation"
|
346
|
+
comment: "The motivation for when the user intends to provide an assessment about the Target resource.",
|
347
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
348
|
+
label: "assessing",
|
349
|
+
type: "http://www.w3.org/ns/oa#Motivation"
|
348
350
|
term :bookmarking,
|
349
|
-
comment: "The motivation for when the user intends to create a bookmark to the Target or part thereof."
|
350
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
351
|
-
label: "bookmarking"
|
352
|
-
type: "http://www.w3.org/ns/oa#Motivation"
|
351
|
+
comment: "The motivation for when the user intends to create a bookmark to the Target or part thereof.",
|
352
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
353
|
+
label: "bookmarking",
|
354
|
+
type: "http://www.w3.org/ns/oa#Motivation"
|
353
355
|
term :classifying,
|
354
|
-
comment: "The motivation for when the user intends to that classify the Target as something."
|
355
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
356
|
-
label: "classifying"
|
357
|
-
type: "http://www.w3.org/ns/oa#Motivation"
|
356
|
+
comment: "The motivation for when the user intends to that classify the Target as something.",
|
357
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
358
|
+
label: "classifying",
|
359
|
+
type: "http://www.w3.org/ns/oa#Motivation"
|
358
360
|
term :commenting,
|
359
|
-
comment: "The motivation for when the user intends to comment about the Target."
|
360
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
361
|
-
label: "commenting"
|
362
|
-
type: "http://www.w3.org/ns/oa#Motivation"
|
361
|
+
comment: "The motivation for when the user intends to comment about the Target.",
|
362
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
363
|
+
label: "commenting",
|
364
|
+
type: "http://www.w3.org/ns/oa#Motivation"
|
363
365
|
term :describing,
|
364
|
-
comment: "The motivation for when the user intends to describe the Target, as opposed to a comment about them."
|
365
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
366
|
-
label: "describing"
|
367
|
-
type: "http://www.w3.org/ns/oa#Motivation"
|
366
|
+
comment: "The motivation for when the user intends to describe the Target, as opposed to a comment about them.",
|
367
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
368
|
+
label: "describing",
|
369
|
+
type: "http://www.w3.org/ns/oa#Motivation"
|
368
370
|
term :editing,
|
369
|
-
comment: "The motivation for when the user intends to request a change or edit to the Target resource."
|
370
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
371
|
-
label: "editing"
|
372
|
-
type: "http://www.w3.org/ns/oa#Motivation"
|
371
|
+
comment: "The motivation for when the user intends to request a change or edit to the Target resource.",
|
372
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
373
|
+
label: "editing",
|
374
|
+
type: "http://www.w3.org/ns/oa#Motivation"
|
373
375
|
term :highlighting,
|
374
|
-
comment: "The motivation for when the user intends to highlight the Target resource or segment of it."
|
375
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
376
|
-
label: "highlighting"
|
377
|
-
type: "http://www.w3.org/ns/oa#Motivation"
|
376
|
+
comment: "The motivation for when the user intends to highlight the Target resource or segment of it.",
|
377
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
378
|
+
label: "highlighting",
|
379
|
+
type: "http://www.w3.org/ns/oa#Motivation"
|
378
380
|
term :identifying,
|
379
|
-
comment: "The motivation for when the user intends to assign an identity to the Target or identify what is being depicted or described in the Target."
|
380
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
381
|
-
label: "identifying"
|
382
|
-
type: "http://www.w3.org/ns/oa#Motivation"
|
381
|
+
comment: "The motivation for when the user intends to assign an identity to the Target or identify what is being depicted or described in the Target.",
|
382
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
383
|
+
label: "identifying",
|
384
|
+
type: "http://www.w3.org/ns/oa#Motivation"
|
383
385
|
term :linking,
|
384
|
-
comment: "The motivation for when the user intends to link to a resource related to the Target."
|
385
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
386
|
-
label: "linking"
|
387
|
-
type: "http://www.w3.org/ns/oa#Motivation"
|
386
|
+
comment: "The motivation for when the user intends to link to a resource related to the Target.",
|
387
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
388
|
+
label: "linking",
|
389
|
+
type: "http://www.w3.org/ns/oa#Motivation"
|
388
390
|
term :ltrDirection,
|
389
|
-
comment: "The direction of text that is read from left to right."
|
390
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
391
|
-
label: "ltrDirection"
|
392
|
-
type: "http://www.w3.org/ns/oa#Direction"
|
391
|
+
comment: "The direction of text that is read from left to right.",
|
392
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
393
|
+
label: "ltrDirection",
|
394
|
+
type: "http://www.w3.org/ns/oa#Direction"
|
393
395
|
term :moderating,
|
394
|
-
comment: "The motivation for when the user intends to assign some value or quality to the Target."
|
395
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
396
|
-
label: "moderating"
|
397
|
-
type: "http://www.w3.org/ns/oa#Motivation"
|
396
|
+
comment: "The motivation for when the user intends to assign some value or quality to the Target.",
|
397
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
398
|
+
label: "moderating",
|
399
|
+
type: "http://www.w3.org/ns/oa#Motivation"
|
398
400
|
term :questioning,
|
399
|
-
comment: "The motivation for when the user intends to ask a question about the Target."
|
400
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
401
|
-
label: "questioning"
|
402
|
-
type: "http://www.w3.org/ns/oa#Motivation"
|
401
|
+
comment: "The motivation for when the user intends to ask a question about the Target.",
|
402
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
403
|
+
label: "questioning",
|
404
|
+
type: "http://www.w3.org/ns/oa#Motivation"
|
403
405
|
term :replying,
|
404
|
-
comment: "The motivation for when the user intends to reply to a previous statement, either an Annotation or another resource."
|
405
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
406
|
-
label: "replying"
|
407
|
-
type: "http://www.w3.org/ns/oa#Motivation"
|
406
|
+
comment: "The motivation for when the user intends to reply to a previous statement, either an Annotation or another resource.",
|
407
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
408
|
+
label: "replying",
|
409
|
+
type: "http://www.w3.org/ns/oa#Motivation"
|
408
410
|
term :rtlDirection,
|
409
|
-
comment: "The direction of text that is read from right to left."
|
410
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
411
|
-
label: "rtlDirection"
|
412
|
-
type: "http://www.w3.org/ns/oa#Direction"
|
411
|
+
comment: "The direction of text that is read from right to left.",
|
412
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
413
|
+
label: "rtlDirection",
|
414
|
+
type: "http://www.w3.org/ns/oa#Direction"
|
413
415
|
term :tagging,
|
414
|
-
comment: "The motivation for when the user intends to associate a tag with the Target."
|
415
|
-
isDefinedBy: "http://www.w3.org/ns/oa#"
|
416
|
-
label: "tagging"
|
417
|
-
type: "http://www.w3.org/ns/oa#Motivation"
|
416
|
+
comment: "The motivation for when the user intends to associate a tag with the Target.",
|
417
|
+
isDefinedBy: "http://www.w3.org/ns/oa#",
|
418
|
+
label: "tagging",
|
419
|
+
type: "http://www.w3.org/ns/oa#Motivation"
|
418
420
|
end
|
419
421
|
end
|