rdf-vocab 2.2.9 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +5 -5
  2. data/VERSION +1 -1
  3. data/lib/rdf/vocab.rb +21 -2
  4. data/lib/rdf/vocab/acl.rb +21 -5
  5. data/lib/rdf/vocab/bf2.rb +812 -812
  6. data/lib/rdf/vocab/bibframe.rb +78 -78
  7. data/lib/rdf/vocab/bibo.rb +239 -247
  8. data/lib/rdf/vocab/cc.rb +4 -9
  9. data/lib/rdf/vocab/cert.rb +44 -45
  10. data/lib/rdf/vocab/cnt.rb +5 -5
  11. data/lib/rdf/vocab/crm.rb +344 -344
  12. data/lib/rdf/vocab/datacite.rb +152 -58
  13. data/lib/rdf/vocab/dc.rb +439 -439
  14. data/lib/rdf/vocab/dc11.rb +93 -93
  15. data/lib/rdf/vocab/dcat.rb +152 -101
  16. data/lib/rdf/vocab/dcmitype.rb +75 -75
  17. data/lib/rdf/vocab/disco.rb +169 -101
  18. data/lib/rdf/vocab/doap.rb +179 -159
  19. data/lib/rdf/vocab/dwc.rb +1648 -1648
  20. data/lib/rdf/vocab/ebucore.rb +373 -124
  21. data/lib/rdf/vocab/edm.rb +216 -139
  22. data/lib/rdf/vocab/exif.rb +208 -208
  23. data/lib/rdf/vocab/fcrepo4.rb +57 -134
  24. data/lib/rdf/vocab/foaf.rb +166 -166
  25. data/lib/rdf/vocab/geo.rb +3 -5
  26. data/lib/rdf/vocab/geojson.rb +16 -16
  27. data/lib/rdf/vocab/geonames.rb +2827 -3455
  28. data/lib/rdf/vocab/gr.rb +699 -254
  29. data/lib/rdf/vocab/gs1.rb +1765 -1761
  30. data/lib/rdf/vocab/ht.rb +23 -23
  31. data/lib/rdf/vocab/hydra.rb +104 -104
  32. data/lib/rdf/vocab/ical.rb +674 -127
  33. data/lib/rdf/vocab/identifiers.rb +120 -212
  34. data/lib/rdf/vocab/iiif.rb +25 -37
  35. data/lib/rdf/vocab/jsonld.rb +11 -11
  36. data/lib/rdf/vocab/ldp.rb +79 -69
  37. data/lib/rdf/vocab/lrmi.rb +63 -63
  38. data/lib/rdf/vocab/ma.rb +47 -132
  39. data/lib/rdf/vocab/mads.rb +83 -28
  40. data/lib/rdf/vocab/marc_relators.rb +12 -2201
  41. data/lib/rdf/vocab/mo.rb +920 -836
  42. data/lib/rdf/vocab/mods.rb +6 -13
  43. data/lib/rdf/vocab/oa.rb +82 -72
  44. data/lib/rdf/vocab/og.rb +50 -50
  45. data/lib/rdf/vocab/ogc.rb +9 -8
  46. data/lib/rdf/vocab/ore.rb +22 -19
  47. data/lib/rdf/vocab/org.rb +217 -167
  48. data/lib/rdf/vocab/pplan.rb +45 -45
  49. data/lib/rdf/vocab/premis.rb +855 -582
  50. data/lib/rdf/vocab/premis_event_type.rb +148 -70
  51. data/lib/rdf/vocab/prov.rb +842 -806
  52. data/lib/rdf/vocab/rightsstatements.rb +140 -157
  53. data/lib/rdf/vocab/rsa.rb +16 -13
  54. data/lib/rdf/vocab/rss.rb +10 -10
  55. data/lib/rdf/vocab/schema.rb +1448 -1448
  56. data/lib/rdf/vocab/sioc.rb +158 -159
  57. data/lib/rdf/vocab/sioc_services.rb +14 -14
  58. data/lib/rdf/vocab/sioct.rb +70 -70
  59. data/lib/rdf/vocab/skos.rb +97 -93
  60. data/lib/rdf/vocab/skosxl.rb +29 -24
  61. data/lib/rdf/vocab/v.rb +88 -90
  62. data/lib/rdf/vocab/vcard.rb +340 -196
  63. data/lib/rdf/vocab/vmd.rb +88 -90
  64. data/lib/rdf/vocab/vs.rb +15 -15
  65. data/lib/rdf/vocab/wdrs.rb +30 -30
  66. data/lib/rdf/vocab/wot.rb +47 -47
  67. data/lib/rdf/vocab/xhtml.rb +3 -3
  68. data/lib/rdf/vocab/xhv.rb +37 -123
  69. data/lib/rdf/vocab/xkos.rb +110 -107
  70. data/spec/vocab_spec.rb +6 -6
  71. metadata +19 -31
@@ -10,8 +10,8 @@ module RDF::Vocab
10
10
  class MODS < RDF::StrictVocabulary("http://www.loc.gov/mods/rdf/v1#")
11
11
 
12
12
  # Ontology definition
13
- ontology :"http://www.loc.gov/mods/rdf/v1",
14
- :"owl:imports" => [%(dc11:).freeze, %(dcmitype:).freeze, %(foaf:).freeze, %(http://id.loc.gov/ontologies/ClassificationSchemes).freeze, %(http://id.loc.gov/ontologies/Identifiers).freeze, %(http://id.loc.gov/ontologies/ResourceTypes).freeze, %(http://id.loc.gov/ontologies/Roles).freeze, %(http://id.loc.gov/ontologies/TargetAudiences).freeze, %(http://purl.org/vocab/changeset/schema).freeze, %(http://purl.org/vocab/vann/).freeze, %(http://vocab.org/changeset/).freeze, %(http://www.loc.gov/mads/rdf/v1).freeze, %(http://www.loc.gov/standards/mads/rdf/v1.rdf).freeze, %(http://www.w3.org/2004/02/skos/core).freeze, %(http://www.w3.org/2008/05/skos-xl).freeze],
13
+ ontology :"http://www.loc.gov/mods/rdf/v1#",
14
+ "owl:imports": ["dc11:".freeze, "dcmitype:".freeze, "foaf:".freeze, "http://id.loc.gov/ontologies/ClassificationSchemes".freeze, "http://id.loc.gov/ontologies/Identifiers".freeze, "http://id.loc.gov/ontologies/ResourceTypes".freeze, "http://id.loc.gov/ontologies/Roles".freeze, "http://id.loc.gov/ontologies/TargetAudiences".freeze, "http://purl.org/vocab/changeset/schema".freeze, "http://purl.org/vocab/vann/".freeze, "http://vocab.org/changeset/".freeze, "http://www.loc.gov/mads/rdf/v1".freeze, "http://www.loc.gov/standards/mads/rdf/v1.rdf".freeze, "http://www.w3.org/2004/02/skos/core".freeze, "http://www.w3.org/2008/05/skos-xl".freeze],
15
15
  type: "owl:Ontology".freeze
16
16
 
17
17
  # Class definitions
@@ -42,8 +42,8 @@ module RDF::Vocab
42
42
  comment: %(
43
43
  The resource which is the subject of this description.
44
44
  ).freeze,
45
+ equivalentClass: "http://id.loc.gov/vocabulary/resourceTypes/Res".freeze,
45
46
  label: "MODS - A MODS Resource".freeze,
46
- :"owl:equivalentClass" => %(http://id.loc.gov/vocabulary/resourceTypes/Res).freeze,
47
47
  type: "owl:Class".freeze
48
48
  term :NoteGroup,
49
49
  comment: %(Aggregates a note with its type. ).freeze,
@@ -101,8 +101,8 @@ The resource which is the subject of this description.
101
101
  property :classification,
102
102
  comment: %(A designation applied to the resource that indicates the subject by applying a formal system of coding and organizing resources according to subject areas.).freeze,
103
103
  domain: "mods:ModsResource".freeze,
104
+ equivalentProperty: "http://id.loc.gov/vocabulary/classSchemes/classification".freeze,
104
105
  label: "Classification".freeze,
105
- :"owl:equivalentProperty" => %(http://id.loc.gov/vocabulary/classSchemes/classification).freeze,
106
106
  type: "owl:AnnotationProperty".freeze
107
107
  property :classificationGroup,
108
108
  comment: %(Used when classification scheme is not in controlled vocabulary. Bundles together the classification number with its scheme.).freeze,
@@ -237,8 +237,8 @@ The resource which is the subject of this description.
237
237
  property :identifier,
238
238
  comment: %(identifier is a property for which all terms in the "identifier" vocabulary become subproperties. Thus for example 'identifer:isbn' is a subproperty saying in effect "has this ISBN" where 'isbn' is a term within that vocabulary. \(The prefix 'identifier:' is used to denote the namespace for the "identifier" vocabulary.).freeze,
239
239
  domain: "mods:ModsResource".freeze,
240
+ equivalentProperty: "identifiers:id".freeze,
240
241
  label: "Identifier".freeze,
241
- :"owl:equivalentProperty" => %(identifiers:id).freeze,
242
242
  range: "xsd:string".freeze,
243
243
  type: "owl:DatatypeProperty".freeze
244
244
  property :identifierGroup,
@@ -632,8 +632,8 @@ The resource which is the subject of this description.
632
632
 
633
633
  The property 'relator:artist' relates the resource to an artist associated with the resource, represented as a mads name.).freeze,
634
634
  domain: "mods:ModsResource".freeze,
635
+ equivalentProperty: "marcrelators:role".freeze,
635
636
  label: "Role (unbound)".freeze,
636
- :"owl:equivalentProperty" => %(marcrelators:role).freeze,
637
637
  type: "owl:ObjectProperty".freeze
638
638
  property :roleRelationship,
639
639
  comment: %(Binds a name to the role that the named entity played for the resource. ).freeze,
@@ -769,29 +769,22 @@ The property 'relator:artist' relates the resource to an artist associated with
769
769
 
770
770
  # Extra definitions
771
771
  term :access,
772
- label: "access".freeze,
773
772
  type: ["http://www.loc.gov/mods/rdf/ReformattingQuality".freeze, "owl:NamedIndividual".freeze]
774
773
  term :date,
775
774
  comment: %(An abstract property for which date properties in general are subproperties.).freeze,
776
775
  domain: "mods:ModsResource".freeze,
777
776
  label: "Date".freeze
778
777
  term :digitizedAnalog,
779
- label: "digitizedAnalog".freeze,
780
778
  type: ["http://www.loc.gov/mods/rdf/DigitalOrigin".freeze, "owl:NamedIndividual".freeze]
781
779
  term :digitizedMicrofilm,
782
- label: "digitizedMicrofilm".freeze,
783
780
  type: ["http://www.loc.gov/mods/rdf/DigitalOrigin".freeze, "owl:NamedIndividual".freeze]
784
781
  term :integratingResource,
785
- label: "integratingResource".freeze,
786
782
  type: ["http://www.loc.gov/mods/rdf/Issuance".freeze, "owl:NamedIndividual".freeze]
787
783
  term :monographic,
788
- label: "monographic".freeze,
789
784
  type: ["http://www.loc.gov/mods/rdf/Issuance".freeze, "owl:NamedIndividual".freeze]
790
785
  term :reformattedDigital,
791
- label: "reformattedDigital".freeze,
792
786
  type: ["http://www.loc.gov/mods/rdf/DigitalOrigin".freeze, "owl:NamedIndividual".freeze]
793
787
  term :serial,
794
- label: "serial".freeze,
795
788
  type: ["http://www.loc.gov/mods/rdf/Issuance".freeze, "owl:NamedIndividual".freeze]
796
789
  end
797
790
  end
data/lib/rdf/vocab/oa.rb CHANGED
@@ -12,131 +12,141 @@ module RDF::Vocab
12
12
  # Ontology definition
13
13
  ontology :"http://www.w3.org/ns/oa#",
14
14
  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.).freeze,
15
- :"dc11:title" => %(Web Annotation Ontology).freeze,
16
- :"dc:modified" => %(2016-11-12T21:28:11Z).freeze,
17
- :"owl:versionInfo" => %(2016-11-12T21:28:11Z).freeze,
18
- :"prov:wasRevisionOf" => %(http://www.openannotation.org/spec/core/20130208/oa.owl).freeze,
19
- :"rdfs:seeAlso" => %(http://www.w3.org/TR/annotation-vocab/).freeze,
15
+ "dc11:title": "Web Annotation Ontology".freeze,
16
+ "dc:creator": [term(
17
+ "foaf:name": "Benjamin Young".freeze,
18
+ type: "foaf:Person".freeze
19
+ ), term(
20
+ "foaf:name": "Paolo Ciccarese".freeze,
21
+ type: "foaf:Person".freeze
22
+ ), term(
23
+ "foaf:name": "Robert Sanderson".freeze,
24
+ type: "foaf:Person".freeze
25
+ )],
26
+ "dc:modified": "2016-11-12T21:28:11Z".freeze,
27
+ "owl:versionInfo": "2016-11-12T21:28:11Z".freeze,
28
+ "prov:wasRevisionOf": "http://www.openannotation.org/spec/core/20130208/oa.owl".freeze,
29
+ "rdfs:seeAlso": "http://www.w3.org/TR/annotation-vocab/".freeze,
20
30
  type: "owl:Ontology".freeze
21
31
 
22
32
  # Class definitions
23
33
  term :Annotation,
24
34
  comment: %(The class for Web Annotations.).freeze,
35
+ isDefinedBy: "oa:".freeze,
25
36
  label: "Annotation".freeze,
26
- :"rdfs:isDefinedBy" => %(oa:).freeze,
27
37
  type: "rdfs:Class".freeze
28
38
  term :Choice,
29
39
  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.).freeze,
40
+ isDefinedBy: "oa:".freeze,
30
41
  label: "Choice".freeze,
31
- :"rdfs:isDefinedBy" => %(oa:).freeze,
32
42
  subClassOf: "http://www.w3.org/ns/activitystreams#OrderedCollection".freeze,
33
43
  type: "rdfs:Class".freeze
34
44
  term :CssSelector,
35
45
  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.).freeze,
46
+ isDefinedBy: "oa:".freeze,
36
47
  label: "CssSelector".freeze,
37
- :"rdfs:isDefinedBy" => %(oa:).freeze,
38
48
  subClassOf: "oa:Selector".freeze,
39
49
  type: "rdfs:Class".freeze
40
50
  term :CssStyle,
41
51
  comment: %(A resource which describes styles for resources participating in the Annotation using CSS.).freeze,
52
+ isDefinedBy: "oa:".freeze,
42
53
  label: "CssStyle".freeze,
43
- :"rdfs:isDefinedBy" => %(oa:).freeze,
44
54
  subClassOf: "oa:Style".freeze,
45
55
  type: "rdfs:Class".freeze
46
56
  term :DataPositionSelector,
47
57
  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.).freeze,
58
+ isDefinedBy: "oa:".freeze,
48
59
  label: "DataPositionSelector".freeze,
49
- :"rdfs:isDefinedBy" => %(oa:).freeze,
50
60
  subClassOf: "oa:Selector".freeze,
51
61
  type: "rdfs:Class".freeze
52
62
  term :Direction,
53
63
  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.).freeze,
64
+ isDefinedBy: "oa:".freeze,
54
65
  label: "Direction".freeze,
55
- :"rdfs:isDefinedBy" => %(oa:).freeze,
56
66
  type: "rdfs:Class".freeze
57
67
  term :FragmentSelector,
58
68
  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.).freeze,
69
+ isDefinedBy: "oa:".freeze,
59
70
  label: "FragmentSelector".freeze,
60
- :"rdfs:isDefinedBy" => %(oa:).freeze,
61
71
  subClassOf: "oa:Selector".freeze,
62
72
  type: "rdfs:Class".freeze
63
73
  term :HttpRequestState,
64
74
  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. ).freeze,
75
+ isDefinedBy: "oa:".freeze,
65
76
  label: "HttpRequestState".freeze,
66
- :"rdfs:isDefinedBy" => %(oa:).freeze,
67
77
  subClassOf: "oa:State".freeze,
68
78
  type: "rdfs:Class".freeze
69
79
  term :Motivation,
70
80
  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.).freeze,
81
+ isDefinedBy: "oa:".freeze,
71
82
  label: "Motivation".freeze,
72
- :"rdfs:isDefinedBy" => %(oa:).freeze,
73
83
  subClassOf: "skos:Concept".freeze,
74
84
  type: "rdfs:Class".freeze
75
85
  term :RangeSelector,
76
86
  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.).freeze,
87
+ isDefinedBy: "oa:".freeze,
77
88
  label: "RangeSelector".freeze,
78
- :"rdfs:isDefinedBy" => %(oa:).freeze,
79
89
  subClassOf: "oa:Selector".freeze,
80
90
  type: "rdfs:Class".freeze
81
91
  term :ResourceSelection,
82
92
  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.).freeze,
93
+ isDefinedBy: "oa:".freeze,
83
94
  label: "ResourceSelection".freeze,
84
- :"rdfs:isDefinedBy" => %(oa:).freeze,
85
95
  type: "rdfs:Class".freeze
86
96
  term :Selector,
87
97
  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.).freeze,
98
+ isDefinedBy: "oa:".freeze,
88
99
  label: "Selector".freeze,
89
- :"rdfs:isDefinedBy" => %(oa:).freeze,
90
100
  type: "rdfs:Class".freeze
91
101
  term :SpecificResource,
92
102
  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.).freeze,
103
+ isDefinedBy: "oa:".freeze,
93
104
  label: "SpecificResource".freeze,
94
- :"rdfs:isDefinedBy" => %(oa:).freeze,
95
105
  subClassOf: "oa:ResourceSelection".freeze,
96
106
  type: "rdfs:Class".freeze
97
107
  term :State,
98
108
  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.).freeze,
109
+ isDefinedBy: "oa:".freeze,
99
110
  label: "State".freeze,
100
- :"rdfs:isDefinedBy" => %(oa:).freeze,
101
111
  type: "rdfs:Class".freeze
102
112
  term :Style,
103
113
  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.).freeze,
114
+ isDefinedBy: "oa:".freeze,
104
115
  label: "Style".freeze,
105
- :"rdfs:isDefinedBy" => %(oa:).freeze,
106
116
  type: "rdfs:Class".freeze
107
117
  term :SvgSelector,
108
118
  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.).freeze,
119
+ isDefinedBy: "oa:".freeze,
109
120
  label: "SvgSelector".freeze,
110
- :"rdfs:isDefinedBy" => %(oa:).freeze,
111
121
  subClassOf: "oa:Selector".freeze,
112
122
  type: "rdfs:Class".freeze
113
123
  term :TextPositionSelector,
114
124
  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.).freeze,
125
+ isDefinedBy: "oa:".freeze,
115
126
  label: "TextPositionSelector".freeze,
116
- :"rdfs:isDefinedBy" => %(oa:).freeze,
117
127
  subClassOf: "oa:Selector".freeze,
118
128
  type: "rdfs:Class".freeze
119
129
  term :TextQuoteSelector,
120
130
  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.).freeze,
131
+ isDefinedBy: "oa:".freeze,
121
132
  label: "TextQuoteSelector".freeze,
122
- :"rdfs:isDefinedBy" => %(oa:).freeze,
123
133
  subClassOf: "oa:Selector".freeze,
124
134
  type: "rdfs:Class".freeze
125
135
  term :TextualBody,
126
136
  comment: %().freeze,
137
+ isDefinedBy: "oa:".freeze,
127
138
  label: "TextualBody".freeze,
128
- :"rdfs:isDefinedBy" => %(oa:).freeze,
129
139
  type: "rdfs:Class".freeze
130
140
  term :TimeState,
131
141
  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.).freeze,
142
+ isDefinedBy: "oa:".freeze,
132
143
  label: "TimeState".freeze,
133
- :"rdfs:isDefinedBy" => %(oa:).freeze,
134
144
  subClassOf: "oa:State".freeze,
135
145
  type: "rdfs:Class".freeze
136
146
  term :XPathSelector,
137
147
  comment: %( An XPathSelector is used to select elements and content within a resource that supports the Document Object Model via a specified XPath value.).freeze,
148
+ isDefinedBy: "oa:".freeze,
138
149
  label: "XPathSelector".freeze,
139
- :"rdfs:isDefinedBy" => %(oa:).freeze,
140
150
  subClassOf: "oa:Selector".freeze,
141
151
  type: "rdfs:Class".freeze
142
152
 
@@ -146,272 +156,272 @@ module RDF::Vocab
146
156
 
147
157
  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.
148
158
  ).freeze,
159
+ isDefinedBy: "oa:".freeze,
149
160
  label: "annotationService".freeze,
150
- :"rdfs:isDefinedBy" => %(oa:).freeze,
151
161
  type: "rdf:Property".freeze
152
162
  property :bodyValue,
153
163
  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 .
154
164
  ).freeze,
155
165
  domain: "oa:Annotation".freeze,
166
+ isDefinedBy: "oa:".freeze,
156
167
  label: "bodyValue".freeze,
157
168
  range: "xsd:string".freeze,
158
- :"rdfs:isDefinedBy" => %(oa:).freeze,
159
169
  type: "rdf:Property".freeze
160
170
  property :cachedSource,
161
171
  comment: %(A object of the relationship is a copy of the Source resource's representation, appropriate for the Annotation.).freeze,
162
172
  domain: "oa:TimeState".freeze,
173
+ isDefinedBy: "oa:".freeze,
163
174
  label: "cachedSource".freeze,
164
- :"rdfs:isDefinedBy" => %(oa:).freeze,
165
175
  type: "rdf:Property".freeze
166
176
  property :canonical,
167
177
  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.).freeze,
178
+ isDefinedBy: "oa:".freeze,
168
179
  label: "canonical".freeze,
169
- :"rdfs:isDefinedBy" => %(oa:).freeze,
170
180
  type: "rdf:Property".freeze
171
181
  property :end,
172
182
  comment: %(The end property is used to convey the 0-based index of the end position of a range of content.).freeze,
183
+ isDefinedBy: "oa:".freeze,
173
184
  label: "end".freeze,
174
185
  range: "xsd:nonNegativeInteger".freeze,
175
- :"rdfs:isDefinedBy" => %(oa:).freeze,
176
186
  type: "rdf:Property".freeze
177
187
  property :exact,
178
188
  comment: %(The object of the predicate is a copy of the text which is being selected, after normalization.).freeze,
189
+ isDefinedBy: "oa:".freeze,
179
190
  label: "exact".freeze,
180
191
  range: "xsd:string".freeze,
181
- :"rdfs:isDefinedBy" => %(oa:).freeze,
182
192
  type: "rdf:Property".freeze
183
193
  property :hasBody,
184
194
  comment: %(The object of the relationship is a resource that is a body of the Annotation.).freeze,
185
195
  domain: "oa:Annotation".freeze,
196
+ isDefinedBy: "oa:".freeze,
186
197
  label: "hasBody".freeze,
187
- :"rdfs:isDefinedBy" => %(oa:).freeze,
188
198
  type: "rdf:Property".freeze
189
199
  property :hasEndSelector,
190
200
  comment: %(The relationship between a RangeSelector and the Selector that describes the end position of the range. ).freeze,
191
201
  domain: "oa:RangeSelector".freeze,
202
+ isDefinedBy: "oa:".freeze,
192
203
  label: "hasEndSelector".freeze,
193
204
  range: "oa:Selector".freeze,
194
- :"rdfs:isDefinedBy" => %(oa:).freeze,
195
205
  type: "rdf:Property".freeze
196
206
  property :hasPurpose,
197
207
  comment: %(The purpose served by the resource in the Annotation.).freeze,
208
+ isDefinedBy: "oa:".freeze,
198
209
  label: "hasPurpose".freeze,
199
210
  range: "oa:Motivation".freeze,
200
- :"rdfs:isDefinedBy" => %(oa:).freeze,
201
211
  type: "rdf:Property".freeze
202
212
  property :hasScope,
203
213
  comment: %(The scope or context in which the resource is used within the Annotation.).freeze,
204
214
  domain: "oa:SpecificResource".freeze,
215
+ isDefinedBy: "oa:".freeze,
205
216
  label: "hasScope".freeze,
206
- :"rdfs:isDefinedBy" => %(oa:).freeze,
207
217
  type: "rdf:Property".freeze
208
218
  property :hasSelector,
209
219
  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.).freeze,
210
220
  domain: "oa:ResourceSelection".freeze,
221
+ isDefinedBy: "oa:".freeze,
211
222
  label: "hasSelector".freeze,
212
223
  range: "oa:Selector".freeze,
213
- :"rdfs:isDefinedBy" => %(oa:).freeze,
214
224
  type: "rdf:Property".freeze
215
225
  property :hasSource,
216
226
  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.).freeze,
217
227
  domain: "oa:ResourceSelection".freeze,
228
+ isDefinedBy: "oa:".freeze,
218
229
  label: "hasSource".freeze,
219
- :"rdfs:isDefinedBy" => %(oa:).freeze,
220
230
  type: "rdf:Property".freeze
221
231
  property :hasStartSelector,
222
232
  comment: %(The relationship between a RangeSelector and the Selector that describes the start position of the range. ).freeze,
223
233
  domain: "oa:RangeSelector".freeze,
234
+ isDefinedBy: "oa:".freeze,
224
235
  label: "hasStartSelector".freeze,
225
236
  range: "oa:Selector".freeze,
226
- :"rdfs:isDefinedBy" => %(oa:).freeze,
227
237
  type: "rdf:Property".freeze
228
238
  property :hasState,
229
239
  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.).freeze,
230
240
  domain: "oa:ResourceSelection".freeze,
241
+ isDefinedBy: "oa:".freeze,
231
242
  label: "hasState".freeze,
232
243
  range: "oa:State".freeze,
233
- :"rdfs:isDefinedBy" => %(oa:).freeze,
234
244
  type: "rdf:Property".freeze
235
245
  property :hasTarget,
236
246
  comment: %(The relationship between an Annotation and its Target.).freeze,
237
247
  domain: "oa:Annotation".freeze,
248
+ isDefinedBy: "oa:".freeze,
238
249
  label: "hasTarget".freeze,
239
- :"rdfs:isDefinedBy" => %(oa:).freeze,
240
250
  type: "rdf:Property".freeze
241
251
  property :motivatedBy,
242
252
  comment: %(The relationship between an Annotation and a Motivation that describes the reason for the Annotation's creation.).freeze,
243
253
  domain: "oa:Annotation".freeze,
254
+ isDefinedBy: "oa:".freeze,
244
255
  label: "motivatedBy".freeze,
245
256
  range: "oa:Motivation".freeze,
246
- :"rdfs:isDefinedBy" => %(oa:).freeze,
247
257
  type: "rdf:Property".freeze
248
258
  property :prefix,
249
259
  comment: %(The object of the property is a snippet of content that occurs immediately before the content which is being selected by the Selector.).freeze,
260
+ isDefinedBy: "oa:".freeze,
250
261
  label: "prefix".freeze,
251
262
  range: "xsd:string".freeze,
252
- :"rdfs:isDefinedBy" => %(oa:).freeze,
253
263
  type: "rdf:Property".freeze
254
264
  property :processingLanguage,
255
265
  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.).freeze,
266
+ isDefinedBy: "oa:".freeze,
256
267
  label: "processingLanguage".freeze,
257
268
  range: "xsd:string".freeze,
258
- :"rdfs:isDefinedBy" => %(oa:).freeze,
259
269
  type: "rdf:Property".freeze
260
270
  property :refinedBy,
261
271
  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. ).freeze,
272
+ isDefinedBy: "oa:".freeze,
262
273
  label: "refinedBy".freeze,
263
- :"rdfs:isDefinedBy" => %(oa:).freeze,
264
274
  type: "rdf:Property".freeze
265
275
  property :renderedVia,
266
276
  comment: %(A system that was used by the application that created the Annotation to render the resource.).freeze,
267
277
  domain: "oa:SpecificResource".freeze,
278
+ isDefinedBy: "oa:".freeze,
268
279
  label: "renderedVia".freeze,
269
- :"rdfs:isDefinedBy" => %(oa:).freeze,
270
280
  type: "rdf:Property".freeze
271
281
  property :sourceDate,
272
282
  comment: %(The timestamp at which the Source resource should be interpreted as being applicable to the Annotation.).freeze,
273
283
  domain: "oa:TimeState".freeze,
284
+ isDefinedBy: "oa:".freeze,
274
285
  label: "sourceDate".freeze,
275
286
  range: "xsd:dateTime".freeze,
276
- :"rdfs:isDefinedBy" => %(oa:).freeze,
277
287
  type: "rdf:Property".freeze
278
288
  property :sourceDateEnd,
279
289
  comment: %(The end timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation.).freeze,
280
290
  domain: "oa:TimeState".freeze,
291
+ isDefinedBy: "oa:".freeze,
281
292
  label: "sourceDateEnd".freeze,
282
293
  range: "xsd:dateTime".freeze,
283
- :"rdfs:isDefinedBy" => %(oa:).freeze,
284
294
  type: "rdf:Property".freeze
285
295
  property :sourceDateStart,
286
296
  comment: %(The start timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation.).freeze,
287
297
  domain: "oa:TimeState".freeze,
298
+ isDefinedBy: "oa:".freeze,
288
299
  label: "sourceDateStart".freeze,
289
300
  range: "xsd:dateTime".freeze,
290
- :"rdfs:isDefinedBy" => %(oa:).freeze,
291
301
  type: "rdf:Property".freeze
292
302
  property :start,
293
303
  comment: %(The start position in a 0-based index at which a range of content is selected from the data in the source resource.).freeze,
304
+ isDefinedBy: "oa:".freeze,
294
305
  label: "start".freeze,
295
306
  range: "xsd:nonNegativeInteger".freeze,
296
- :"rdfs:isDefinedBy" => %(oa:).freeze,
297
307
  type: "rdf:Property".freeze
298
308
  property :styleClass,
299
309
  comment: %(The name of the class used in the CSS description referenced from the Annotation that should be applied to the Specific Resource.).freeze,
300
310
  domain: "oa:SpecificResource".freeze,
311
+ isDefinedBy: "oa:".freeze,
301
312
  label: "styleClass".freeze,
302
313
  range: "xsd:string".freeze,
303
- :"rdfs:isDefinedBy" => %(oa:).freeze,
304
314
  type: "rdf:Property".freeze
305
315
  property :styledBy,
306
316
  comment: %(A reference to a Stylesheet that should be used to apply styles to the Annotation rendering.).freeze,
307
317
  domain: "oa:Annotation".freeze,
318
+ isDefinedBy: "oa:".freeze,
308
319
  label: "styledBy".freeze,
309
320
  range: "oa:Style".freeze,
310
- :"rdfs:isDefinedBy" => %(oa:).freeze,
311
321
  type: "rdf:Property".freeze
312
322
  property :suffix,
313
323
  comment: %(The snippet of text that occurs immediately after the text which is being selected.).freeze,
324
+ isDefinedBy: "oa:".freeze,
314
325
  label: "suffix".freeze,
315
326
  range: "xsd:string".freeze,
316
- :"rdfs:isDefinedBy" => %(oa:).freeze,
317
327
  type: "rdf:Property".freeze
318
328
  property :textDirection,
319
329
  comment: %(The direction of the text of the subject resource. There MUST only be one text direction associated with any given resource.).freeze,
330
+ isDefinedBy: "oa:".freeze,
320
331
  label: "textDirection".freeze,
321
332
  range: "oa:Direction".freeze,
322
- :"rdfs:isDefinedBy" => %(oa:).freeze,
323
333
  type: "rdf:Property".freeze
324
334
  property :via,
325
335
  comment: %(A object of the relationship is a resource from which the source resource was retrieved by the providing system.).freeze,
336
+ isDefinedBy: "oa:".freeze,
326
337
  label: "via".freeze,
327
- :"rdfs:isDefinedBy" => %(oa:).freeze,
328
338
  type: "rdf:Property".freeze
329
339
 
330
340
  # Extra definitions
331
341
  term :PreferContainedDescriptions,
332
342
  comment: %(An IRI to signal the client prefers to receive full descriptions of the Annotations from a container, not just their IRIs.).freeze,
343
+ isDefinedBy: "oa:".freeze,
333
344
  label: "PreferContainedDescriptions".freeze,
334
- :"rdfs:isDefinedBy" => %(oa:).freeze,
335
345
  type: "rdfs:Resource".freeze
336
346
  term :PreferContainedIRIs,
337
347
  comment: %(An IRI to signal that the client prefers to receive only the IRIs of the Annotations from a container, not their full descriptions.).freeze,
348
+ isDefinedBy: "oa:".freeze,
338
349
  label: "PreferContainedIRIs".freeze,
339
- :"rdfs:isDefinedBy" => %(oa:).freeze,
340
350
  type: "rdfs:Resource".freeze
341
351
  term :assessing,
342
352
  comment: %(The motivation for when the user intends to provide an assessment about the Target resource.).freeze,
353
+ isDefinedBy: "oa:".freeze,
343
354
  label: "assessing".freeze,
344
- :"rdfs:isDefinedBy" => %(oa:).freeze,
345
355
  type: "oa:Motivation".freeze
346
356
  term :bookmarking,
347
357
  comment: %(The motivation for when the user intends to create a bookmark to the Target or part thereof.).freeze,
358
+ isDefinedBy: "oa:".freeze,
348
359
  label: "bookmarking".freeze,
349
- :"rdfs:isDefinedBy" => %(oa:).freeze,
350
360
  type: "oa:Motivation".freeze
351
361
  term :classifying,
352
362
  comment: %(The motivation for when the user intends to that classify the Target as something.).freeze,
363
+ isDefinedBy: "oa:".freeze,
353
364
  label: "classifying".freeze,
354
- :"rdfs:isDefinedBy" => %(oa:).freeze,
355
365
  type: "oa:Motivation".freeze
356
366
  term :commenting,
357
367
  comment: %(The motivation for when the user intends to comment about the Target.).freeze,
368
+ isDefinedBy: "oa:".freeze,
358
369
  label: "commenting".freeze,
359
- :"rdfs:isDefinedBy" => %(oa:).freeze,
360
370
  type: "oa:Motivation".freeze
361
371
  term :describing,
362
372
  comment: %(The motivation for when the user intends to describe the Target, as opposed to a comment about them.).freeze,
373
+ isDefinedBy: "oa:".freeze,
363
374
  label: "describing".freeze,
364
- :"rdfs:isDefinedBy" => %(oa:).freeze,
365
375
  type: "oa:Motivation".freeze
366
376
  term :editing,
367
377
  comment: %(The motivation for when the user intends to request a change or edit to the Target resource.).freeze,
378
+ isDefinedBy: "oa:".freeze,
368
379
  label: "editing".freeze,
369
- :"rdfs:isDefinedBy" => %(oa:).freeze,
370
380
  type: "oa:Motivation".freeze
371
381
  term :highlighting,
372
382
  comment: %(The motivation for when the user intends to highlight the Target resource or segment of it.).freeze,
383
+ isDefinedBy: "oa:".freeze,
373
384
  label: "highlighting".freeze,
374
- :"rdfs:isDefinedBy" => %(oa:).freeze,
375
385
  type: "oa:Motivation".freeze
376
386
  term :identifying,
377
387
  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.).freeze,
388
+ isDefinedBy: "oa:".freeze,
378
389
  label: "identifying".freeze,
379
- :"rdfs:isDefinedBy" => %(oa:).freeze,
380
390
  type: "oa:Motivation".freeze
381
391
  term :linking,
382
392
  comment: %(The motivation for when the user intends to link to a resource related to the Target.).freeze,
393
+ isDefinedBy: "oa:".freeze,
383
394
  label: "linking".freeze,
384
- :"rdfs:isDefinedBy" => %(oa:).freeze,
385
395
  type: "oa:Motivation".freeze
386
396
  term :ltrDirection,
387
397
  comment: %(The direction of text that is read from left to right.).freeze,
398
+ isDefinedBy: "oa:".freeze,
388
399
  label: "ltrDirection".freeze,
389
- :"rdfs:isDefinedBy" => %(oa:).freeze,
390
400
  type: "oa:Direction".freeze
391
401
  term :moderating,
392
402
  comment: %(The motivation for when the user intends to assign some value or quality to the Target.).freeze,
403
+ isDefinedBy: "oa:".freeze,
393
404
  label: "moderating".freeze,
394
- :"rdfs:isDefinedBy" => %(oa:).freeze,
395
405
  type: "oa:Motivation".freeze
396
406
  term :questioning,
397
407
  comment: %(The motivation for when the user intends to ask a question about the Target.).freeze,
408
+ isDefinedBy: "oa:".freeze,
398
409
  label: "questioning".freeze,
399
- :"rdfs:isDefinedBy" => %(oa:).freeze,
400
410
  type: "oa:Motivation".freeze
401
411
  term :replying,
402
412
  comment: %(The motivation for when the user intends to reply to a previous statement, either an Annotation or another resource.).freeze,
413
+ isDefinedBy: "oa:".freeze,
403
414
  label: "replying".freeze,
404
- :"rdfs:isDefinedBy" => %(oa:).freeze,
405
415
  type: "oa:Motivation".freeze
406
416
  term :rtlDirection,
407
417
  comment: %(The direction of text that is read from right to left.).freeze,
418
+ isDefinedBy: "oa:".freeze,
408
419
  label: "rtlDirection".freeze,
409
- :"rdfs:isDefinedBy" => %(oa:).freeze,
410
420
  type: "oa:Direction".freeze
411
421
  term :tagging,
412
422
  comment: %(The motivation for when the user intends to associate a tag with the Target.).freeze,
423
+ isDefinedBy: "oa:".freeze,
413
424
  label: "tagging".freeze,
414
- :"rdfs:isDefinedBy" => %(oa:).freeze,
415
425
  type: "oa:Motivation".freeze
416
426
  end
417
427
  end