Class: RDF::Vocab::AS

Inherits:
StrictVocabulary
  • Object
show all
Defined in:
lib/rdf/vocab/as.rb

Overview

Vocabulary for <www.w3.org/ns/activitystreams#>

Activity Streams 2.0

Extended Activity Streams 2.0 Vocabulary

Instance Attribute Summary collapse

Instance Attribute Details

#AcceptRDF::Vocabulary::Term (readonly)

Actor accepts the Object

Returns:

  • (RDF::Vocabulary::Term)


9
10
11
# File 'lib/rdf/vocab/as.rb', line 9

def Accept
  @Accept
end

#accuracyRDF::Vocabulary::Term (readonly)

Specifies the accuracy around the point established by the longitude and latitude

Returns:

  • (RDF::Vocabulary::Term)


227
228
229
# File 'lib/rdf/vocab/as.rb', line 227

def accuracy
  @accuracy
end

#ActivityRDF::Vocabulary::Term (readonly)

An Object representing some form of Action that has been taken

Returns:

  • (RDF::Vocabulary::Term)


13
14
15
# File 'lib/rdf/vocab/as.rb', line 13

def Activity
  @Activity
end

#actorRDF::Vocabulary::Term (readonly)

Subproperty of as:attributedTo that identifies the primary actor

Returns:

  • (RDF::Vocabulary::Term)


231
232
233
# File 'lib/rdf/vocab/as.rb', line 231

def actor
  @actor
end

#AddRDF::Vocabulary::Term (readonly)

To Add an Object or Link to Something

Returns:

  • (RDF::Vocabulary::Term)


17
18
19
# File 'lib/rdf/vocab/as.rb', line 17

def Add
  @Add
end

#altitudeRDF::Vocabulary::Term (readonly)

The altitude of a place

Returns:

  • (RDF::Vocabulary::Term)


235
236
237
# File 'lib/rdf/vocab/as.rb', line 235

def altitude
  @altitude
end

#AnnounceRDF::Vocabulary::Term (readonly)

Actor announces the object to the target

Returns:

  • (RDF::Vocabulary::Term)


21
22
23
# File 'lib/rdf/vocab/as.rb', line 21

def Announce
  @Announce
end

#anyOfRDF::Vocabulary::Term (readonly)

Describes a possible inclusive answer or option for a question.

Returns:

  • (RDF::Vocabulary::Term)


239
240
241
# File 'lib/rdf/vocab/as.rb', line 239

def anyOf
  @anyOf
end

#ApplicationRDF::Vocabulary::Term (readonly)

Represents a software application of any sort

Returns:

  • (RDF::Vocabulary::Term)


25
26
27
# File 'lib/rdf/vocab/as.rb', line 25

def Application
  @Application
end

#ArriveRDF::Vocabulary::Term (readonly)

To Arrive Somewhere (can be used, for instance, to indicate that a particular entity is currently located somewhere, e.g. a “check-in”)

Returns:

  • (RDF::Vocabulary::Term)


29
30
31
# File 'lib/rdf/vocab/as.rb', line 29

def Arrive
  @Arrive
end

#ArticleRDF::Vocabulary::Term (readonly)

A written work. Typically several paragraphs long. For example, a blog post or a news article.

Returns:

  • (RDF::Vocabulary::Term)


33
34
35
# File 'lib/rdf/vocab/as.rb', line 33

def Article
  @Article
end

#attachmentRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


242
243
244
# File 'lib/rdf/vocab/as.rb', line 242

def attachment
  @attachment
end

#attachmentsRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


245
246
247
# File 'lib/rdf/vocab/as.rb', line 245

def attachments
  @attachments
end

#attributedToRDF::Vocabulary::Term (readonly)

Identifies an entity to which an object is attributed

Returns:

  • (RDF::Vocabulary::Term)


249
250
251
# File 'lib/rdf/vocab/as.rb', line 249

def attributedTo
  @attributedTo
end

#audienceRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


252
253
254
# File 'lib/rdf/vocab/as.rb', line 252

def audience
  @audience
end

#AudioRDF::Vocabulary::Term (readonly)

An audio file

Returns:

  • (RDF::Vocabulary::Term)


37
38
39
# File 'lib/rdf/vocab/as.rb', line 37

def Audio
  @Audio
end

#authorRDF::Vocabulary::Term (readonly)

Identifies the author of an object. Deprecated. Use as:attributedTo instead

Returns:

  • (RDF::Vocabulary::Term)


256
257
258
# File 'lib/rdf/vocab/as.rb', line 256

def author
  @author
end

#bccRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


259
260
261
# File 'lib/rdf/vocab/as.rb', line 259

def bcc
  @bcc
end

#BlockRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


40
41
42
# File 'lib/rdf/vocab/as.rb', line 40

def Block
  @Block
end

#btoRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


262
263
264
# File 'lib/rdf/vocab/as.rb', line 262

def bto
  @bto
end

#ccRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


265
266
267
# File 'lib/rdf/vocab/as.rb', line 265

def cc
  @cc
end

#CollectionRDF::Vocabulary::Term (readonly)

An ordered or unordered collection of Objects or Links

Returns:

  • (RDF::Vocabulary::Term)


44
45
46
# File 'lib/rdf/vocab/as.rb', line 44

def Collection
  @Collection
end

#CollectionPageRDF::Vocabulary::Term (readonly)

A subset of items from a Collection

Returns:

  • (RDF::Vocabulary::Term)


48
49
50
# File 'lib/rdf/vocab/as.rb', line 48

def CollectionPage
  @CollectionPage
end

#contentRDF::Vocabulary::Term (readonly)

The content of the object.

Returns:

  • (RDF::Vocabulary::Term)


269
270
271
# File 'lib/rdf/vocab/as.rb', line 269

def content
  @content
end

#contextRDF::Vocabulary::Term (readonly)

Specifies the context within which an object exists or an activity was performed

Returns:

  • (RDF::Vocabulary::Term)


273
274
275
# File 'lib/rdf/vocab/as.rb', line 273

def context
  @context
end

#CreateRDF::Vocabulary::Term (readonly)

To Create Something

Returns:

  • (RDF::Vocabulary::Term)


52
53
54
# File 'lib/rdf/vocab/as.rb', line 52

def Create
  @Create
end

#currentRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


276
277
278
# File 'lib/rdf/vocab/as.rb', line 276

def current
  @current
end

#DeleteRDF::Vocabulary::Term (readonly)

To Delete Something

Returns:

  • (RDF::Vocabulary::Term)


56
57
58
# File 'lib/rdf/vocab/as.rb', line 56

def Delete
  @Delete
end

#deletedRDF::Vocabulary::Term (readonly)

Specifies the date and time the object was deleted

Returns:

  • (RDF::Vocabulary::Term)


280
281
282
# File 'lib/rdf/vocab/as.rb', line 280

def deleted
  @deleted
end

#describesRDF::Vocabulary::Term (readonly)

On a Profile object, describes the object described by the profile

Returns:

  • (RDF::Vocabulary::Term)


284
285
286
# File 'lib/rdf/vocab/as.rb', line 284

def describes
  @describes
end

#DislikeRDF::Vocabulary::Term (readonly)

The actor dislikes the object

Returns:

  • (RDF::Vocabulary::Term)


60
61
62
# File 'lib/rdf/vocab/as.rb', line 60

def Dislike
  @Dislike
end

#DocumentRDF::Vocabulary::Term (readonly)

Represents a digital document/file of any sort

Returns:

  • (RDF::Vocabulary::Term)


64
65
66
# File 'lib/rdf/vocab/as.rb', line 64

def Document
  @Document
end

#downstreamDuplicatesRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


287
288
289
# File 'lib/rdf/vocab/as.rb', line 287

def downstreamDuplicates
  @downstreamDuplicates
end

#durationRDF::Vocabulary::Term (readonly)

The duration of the object

Returns:

  • (RDF::Vocabulary::Term)


291
292
293
# File 'lib/rdf/vocab/as.rb', line 291

def duration
  @duration
end

#endTimeRDF::Vocabulary::Term (readonly)

The ending time of the object

Returns:

  • (RDF::Vocabulary::Term)


295
296
297
# File 'lib/rdf/vocab/as.rb', line 295

def endTime
  @endTime
end

#EventRDF::Vocabulary::Term (readonly)

An Event of any kind

Returns:

  • (RDF::Vocabulary::Term)


68
69
70
# File 'lib/rdf/vocab/as.rb', line 68

def Event
  @Event
end

#firstRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


298
299
300
# File 'lib/rdf/vocab/as.rb', line 298

def first
  @first
end

#FlagRDF::Vocabulary::Term (readonly)

To flag something (e.g. flag as inappropriate, flag as spam, etc)

Returns:

  • (RDF::Vocabulary::Term)


72
73
74
# File 'lib/rdf/vocab/as.rb', line 72

def Flag
  @Flag
end

#FollowRDF::Vocabulary::Term (readonly)

To Express Interest in Something

Returns:

  • (RDF::Vocabulary::Term)


76
77
78
# File 'lib/rdf/vocab/as.rb', line 76

def Follow
  @Follow
end

#formerTypeRDF::Vocabulary::Term (readonly)

On a Tombstone object, describes the former type of the deleted object

Returns:

  • (RDF::Vocabulary::Term)


302
303
304
# File 'lib/rdf/vocab/as.rb', line 302

def formerType
  @formerType
end

#generatorRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


305
306
307
# File 'lib/rdf/vocab/as.rb', line 305

def generator
  @generator
end

#GroupRDF::Vocabulary::Term (readonly)

A Group of any kind.

Returns:

  • (RDF::Vocabulary::Term)


80
81
82
# File 'lib/rdf/vocab/as.rb', line 80

def Group
  @Group
end

#heightRDF::Vocabulary::Term (readonly)

The display height expressed as device independent pixels

Returns:

  • (RDF::Vocabulary::Term)


309
310
311
# File 'lib/rdf/vocab/as.rb', line 309

def height
  @height
end

#hrefRDF::Vocabulary::Term (readonly)

The target URI of the Link

Returns:

  • (RDF::Vocabulary::Term)


313
314
315
# File 'lib/rdf/vocab/as.rb', line 313

def href
  @href
end

#hreflangRDF::Vocabulary::Term (readonly)

A hint about the language of the referenced resource

Returns:

  • (RDF::Vocabulary::Term)


317
318
319
# File 'lib/rdf/vocab/as.rb', line 317

def hreflang
  @hreflang
end

#iconRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


320
321
322
# File 'lib/rdf/vocab/as.rb', line 320

def icon
  @icon
end

#idRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


323
324
325
# File 'lib/rdf/vocab/as.rb', line 323

def id
  @id
end

#IgnoreRDF::Vocabulary::Term (readonly)

Actor is ignoring the Object

Returns:

  • (RDF::Vocabulary::Term)


84
85
86
# File 'lib/rdf/vocab/as.rb', line 84

def Ignore
  @Ignore
end

#imageRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


326
327
328
# File 'lib/rdf/vocab/as.rb', line 326

def image
  @image
end

#ImageRDF::Vocabulary::Term (readonly)

An Image file

Returns:

  • (RDF::Vocabulary::Term)


88
89
90
# File 'lib/rdf/vocab/as.rb', line 88

def Image
  @Image
end

#inReplyToRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


329
330
331
# File 'lib/rdf/vocab/as.rb', line 329

def inReplyTo
  @inReplyTo
end

#instrumentRDF::Vocabulary::Term (readonly)

Indentifies an object used (or to be used) to complete an activity

Returns:

  • (RDF::Vocabulary::Term)


333
334
335
# File 'lib/rdf/vocab/as.rb', line 333

def instrument
  @instrument
end

#IntransitiveActivityRDF::Vocabulary::Term (readonly)

An Activity that has no direct object

Returns:

  • (RDF::Vocabulary::Term)


92
93
94
# File 'lib/rdf/vocab/as.rb', line 92

def IntransitiveActivity
  @IntransitiveActivity
end

#InviteRDF::Vocabulary::Term (readonly)

To invite someone or something to something

Returns:

  • (RDF::Vocabulary::Term)


96
97
98
# File 'lib/rdf/vocab/as.rb', line 96

def Invite
  @Invite
end

#itemsRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


336
337
338
# File 'lib/rdf/vocab/as.rb', line 336

def items
  @items
end

#JoinRDF::Vocabulary::Term (readonly)

To Join Something

Returns:

  • (RDF::Vocabulary::Term)


100
101
102
# File 'lib/rdf/vocab/as.rb', line 100

def Join
  @Join
end

#lastRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


339
340
341
# File 'lib/rdf/vocab/as.rb', line 339

def last
  @last
end

#latitudeRDF::Vocabulary::Term (readonly)

The latitude

Returns:

  • (RDF::Vocabulary::Term)


343
344
345
# File 'lib/rdf/vocab/as.rb', line 343

def latitude
  @latitude
end

#LeaveRDF::Vocabulary::Term (readonly)

To Leave Something

Returns:

  • (RDF::Vocabulary::Term)


104
105
106
# File 'lib/rdf/vocab/as.rb', line 104

def Leave
  @Leave
end

#LikeRDF::Vocabulary::Term (readonly)

To Like Something

Returns:

  • (RDF::Vocabulary::Term)


108
109
110
# File 'lib/rdf/vocab/as.rb', line 108

def Like
  @Like
end

Represents a qualified reference to another resource. Patterned after the RFC5988 Web Linking Model

Returns:

  • (RDF::Vocabulary::Term)


112
113
114
# File 'lib/rdf/vocab/as.rb', line 112

def Link
  @Link
end

#ListenRDF::Vocabulary::Term (readonly)

The actor listened to the object

Returns:

  • (RDF::Vocabulary::Term)


116
117
118
# File 'lib/rdf/vocab/as.rb', line 116

def Listen
  @Listen
end

#locationRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


346
347
348
# File 'lib/rdf/vocab/as.rb', line 346

def location
  @location
end

#longitudeRDF::Vocabulary::Term (readonly)

The longitude

Returns:

  • (RDF::Vocabulary::Term)


350
351
352
# File 'lib/rdf/vocab/as.rb', line 350

def longitude
  @longitude
end

#mediaTypeRDF::Vocabulary::Term (readonly)

The MIME Media Type

Returns:

  • (RDF::Vocabulary::Term)


354
355
356
# File 'lib/rdf/vocab/as.rb', line 354

def mediaType
  @mediaType
end

#MentionRDF::Vocabulary::Term (readonly)

A specialized Link that represents an @mention

Returns:

  • (RDF::Vocabulary::Term)


120
121
122
# File 'lib/rdf/vocab/as.rb', line 120

def Mention
  @Mention
end

#MoveRDF::Vocabulary::Term (readonly)

The actor is moving the object. The target specifies where the object is moving to. The origin specifies where the object is moving from.

Returns:

  • (RDF::Vocabulary::Term)


124
125
126
# File 'lib/rdf/vocab/as.rb', line 124

def Move
  @Move
end

#nameRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


357
358
359
# File 'lib/rdf/vocab/as.rb', line 357

def name
  @name
end

#nextRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


360
361
362
# File 'lib/rdf/vocab/as.rb', line 360

def next
  @next
end

#NoteRDF::Vocabulary::Term (readonly)

A Short note, typically less than a single paragraph. A “tweet” is an example, or a “status update”

Returns:

  • (RDF::Vocabulary::Term)


128
129
130
# File 'lib/rdf/vocab/as.rb', line 128

def Note
  @Note
end

#objectRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


363
364
365
# File 'lib/rdf/vocab/as.rb', line 363

def object
  @object
end

#ObjectRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


131
132
133
# File 'lib/rdf/vocab/as.rb', line 131

def Object
  @Object
end

#objectTypeRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


366
367
368
# File 'lib/rdf/vocab/as.rb', line 366

def objectType
  @objectType
end

#OfferRDF::Vocabulary::Term (readonly)

To Offer something to someone or something

Returns:

  • (RDF::Vocabulary::Term)


135
136
137
# File 'lib/rdf/vocab/as.rb', line 135

def Offer
  @Offer
end

#oneOfRDF::Vocabulary::Term (readonly)

Describes a possible exclusive answer or option for a question.

Returns:

  • (RDF::Vocabulary::Term)


370
371
372
# File 'lib/rdf/vocab/as.rb', line 370

def oneOf
  @oneOf
end

#OrderedCollectionRDF::Vocabulary::Term (readonly)

A variation of Collection in which items are strictly ordered

Returns:

  • (RDF::Vocabulary::Term)


139
140
141
# File 'lib/rdf/vocab/as.rb', line 139

def OrderedCollection
  @OrderedCollection
end

#OrderedCollectionPageRDF::Vocabulary::Term (readonly)

An ordered subset of items from an OrderedCollection

Returns:

  • (RDF::Vocabulary::Term)


143
144
145
# File 'lib/rdf/vocab/as.rb', line 143

def OrderedCollectionPage
  @OrderedCollectionPage
end

#OrderedItemsRDF::Vocabulary::Term (readonly)

A rdf:List variant for Objects and Links

Returns:

  • (RDF::Vocabulary::Term)


147
148
149
# File 'lib/rdf/vocab/as.rb', line 147

def OrderedItems
  @OrderedItems
end

#OrganizationRDF::Vocabulary::Term (readonly)

An Organization

Returns:

  • (RDF::Vocabulary::Term)


151
152
153
# File 'lib/rdf/vocab/as.rb', line 151

def Organization
  @Organization
end

#originRDF::Vocabulary::Term (readonly)

For certain activities, specifies the entity from which the action is directed.

Returns:

  • (RDF::Vocabulary::Term)


374
375
376
# File 'lib/rdf/vocab/as.rb', line 374

def origin
  @origin
end

#PageRDF::Vocabulary::Term (readonly)

A Web Page

Returns:

  • (RDF::Vocabulary::Term)


155
156
157
# File 'lib/rdf/vocab/as.rb', line 155

def Page
  @Page
end

#partOfRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


377
378
379
# File 'lib/rdf/vocab/as.rb', line 377

def partOf
  @partOf
end

#PersonRDF::Vocabulary::Term (readonly)

A Person

Returns:

  • (RDF::Vocabulary::Term)


159
160
161
# File 'lib/rdf/vocab/as.rb', line 159

def Person
  @Person
end

#PlaceRDF::Vocabulary::Term (readonly)

A physical or logical location

Returns:

  • (RDF::Vocabulary::Term)


163
164
165
# File 'lib/rdf/vocab/as.rb', line 163

def Place
  @Place
end

#prevRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


380
381
382
# File 'lib/rdf/vocab/as.rb', line 380

def prev
  @prev
end

#previewRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


383
384
385
# File 'lib/rdf/vocab/as.rb', line 383

def preview
  @preview
end

#ProfileRDF::Vocabulary::Term (readonly)

A Profile Document

Returns:

  • (RDF::Vocabulary::Term)


167
168
169
# File 'lib/rdf/vocab/as.rb', line 167

def Profile
  @Profile
end

#providerRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


386
387
388
# File 'lib/rdf/vocab/as.rb', line 386

def provider
  @provider
end

#publishedRDF::Vocabulary::Term (readonly)

Specifies the date and time the object was published

Returns:

  • (RDF::Vocabulary::Term)


390
391
392
# File 'lib/rdf/vocab/as.rb', line 390

def published
  @published
end

#QuestionRDF::Vocabulary::Term (readonly)

A question of any sort.

Returns:

  • (RDF::Vocabulary::Term)


171
172
173
# File 'lib/rdf/vocab/as.rb', line 171

def Question
  @Question
end

#radiusRDF::Vocabulary::Term (readonly)

Specifies a radius around the point established by the longitude and latitude

Returns:

  • (RDF::Vocabulary::Term)


394
395
396
# File 'lib/rdf/vocab/as.rb', line 394

def radius
  @radius
end

#ratingRDF::Vocabulary::Term (readonly)

A numeric rating (>= 0.0, <= 5.0) for the object

Returns:

  • (RDF::Vocabulary::Term)


398
399
400
# File 'lib/rdf/vocab/as.rb', line 398

def rating
  @rating
end

#ReadRDF::Vocabulary::Term (readonly)

The actor read the object

Returns:

  • (RDF::Vocabulary::Term)


175
176
177
# File 'lib/rdf/vocab/as.rb', line 175

def Read
  @Read
end

#RejectRDF::Vocabulary::Term (readonly)

Actor rejects the Object

Returns:

  • (RDF::Vocabulary::Term)


179
180
181
# File 'lib/rdf/vocab/as.rb', line 179

def Reject
  @Reject
end

#relRDF::Vocabulary::Term (readonly)

The RFC 5988 or HTML5 Link Relation associated with the Link

Returns:

  • (RDF::Vocabulary::Term)


402
403
404
# File 'lib/rdf/vocab/as.rb', line 402

def rel
  @rel
end

#relationshipRDF::Vocabulary::Term (readonly)

On a Relationship object, describes the type of relationship

Returns:

  • (RDF::Vocabulary::Term)


406
407
408
# File 'lib/rdf/vocab/as.rb', line 406

def relationship
  @relationship
end

#RelationshipRDF::Vocabulary::Term (readonly)

Represents a Social Graph relationship between two Individuals (indicated by the ‘a’ and ‘b’ properties)

Returns:

  • (RDF::Vocabulary::Term)


183
184
185
# File 'lib/rdf/vocab/as.rb', line 183

def Relationship
  @Relationship
end

#RemoveRDF::Vocabulary::Term (readonly)

To Remove Something

Returns:

  • (RDF::Vocabulary::Term)


187
188
189
# File 'lib/rdf/vocab/as.rb', line 187

def Remove
  @Remove
end

#repliesRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


409
410
411
# File 'lib/rdf/vocab/as.rb', line 409

def replies
  @replies
end

#resultRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


412
413
414
# File 'lib/rdf/vocab/as.rb', line 412

def result
  @result
end

#ServiceRDF::Vocabulary::Term (readonly)

A service provided by some entity

Returns:

  • (RDF::Vocabulary::Term)


191
192
193
# File 'lib/rdf/vocab/as.rb', line 191

def Service
  @Service
end

#startIndexRDF::Vocabulary::Term (readonly)

In a strictly ordered logical collection, specifies the index position of the first item in the items list

Returns:

  • (RDF::Vocabulary::Term)


416
417
418
# File 'lib/rdf/vocab/as.rb', line 416

def startIndex
  @startIndex
end

#startTimeRDF::Vocabulary::Term (readonly)

The starting time of the object

Returns:

  • (RDF::Vocabulary::Term)


420
421
422
# File 'lib/rdf/vocab/as.rb', line 420

def startTime
  @startTime
end

#subjectRDF::Vocabulary::Term (readonly)

On a Relationship object, identifies the subject. e.g. when saying “John is connected to Sally”, ‘subject’ refers to ‘John’

Returns:

  • (RDF::Vocabulary::Term)


424
425
426
# File 'lib/rdf/vocab/as.rb', line 424

def subject
  @subject
end

#summaryRDF::Vocabulary::Term (readonly)

A short summary of the object

Returns:

  • (RDF::Vocabulary::Term)


428
429
430
# File 'lib/rdf/vocab/as.rb', line 428

def summary
  @summary
end

#tagRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


431
432
433
# File 'lib/rdf/vocab/as.rb', line 431

def tag
  @tag
end

#tagsRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


434
435
436
# File 'lib/rdf/vocab/as.rb', line 434

def tags
  @tags
end

#targetRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


437
438
439
# File 'lib/rdf/vocab/as.rb', line 437

def target
  @target
end

#TentativeAcceptRDF::Vocabulary::Term (readonly)

Actor tentatively accepts the Object

Returns:

  • (RDF::Vocabulary::Term)


195
196
197
# File 'lib/rdf/vocab/as.rb', line 195

def TentativeAccept
  @TentativeAccept
end

#TentativeRejectRDF::Vocabulary::Term (readonly)

Actor tentatively rejects the object

Returns:

  • (RDF::Vocabulary::Term)


199
200
201
# File 'lib/rdf/vocab/as.rb', line 199

def TentativeReject
  @TentativeReject
end

#toRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


440
441
442
# File 'lib/rdf/vocab/as.rb', line 440

def to
  @to
end

#TombstoneRDF::Vocabulary::Term (readonly)

A placeholder for a deleted object

Returns:

  • (RDF::Vocabulary::Term)


203
204
205
# File 'lib/rdf/vocab/as.rb', line 203

def Tombstone
  @Tombstone
end

#totalItemsRDF::Vocabulary::Term (readonly)

The total number of items in a logical collection

Returns:

  • (RDF::Vocabulary::Term)


444
445
446
# File 'lib/rdf/vocab/as.rb', line 444

def totalItems
  @totalItems
end

#TravelRDF::Vocabulary::Term (readonly)

The actor is traveling to the target. The origin specifies where the actor is traveling from.

Returns:

  • (RDF::Vocabulary::Term)


207
208
209
# File 'lib/rdf/vocab/as.rb', line 207

def Travel
  @Travel
end

#UndoRDF::Vocabulary::Term (readonly)

To Undo Something. This would typically be used to indicate that a previous Activity has been undone.

Returns:

  • (RDF::Vocabulary::Term)


211
212
213
# File 'lib/rdf/vocab/as.rb', line 211

def Undo
  @Undo
end

#unitsRDF::Vocabulary::Term (readonly)

Identifies the unit of measurement used by the radius, altitude and accuracy properties. The value can be expressed either as one of a set of predefined units or as a well-known common URI that identifies units.

Returns:

  • (RDF::Vocabulary::Term)


448
449
450
# File 'lib/rdf/vocab/as.rb', line 448

def units
  @units
end

#UpdateRDF::Vocabulary::Term (readonly)

To Update/Modify Something

Returns:

  • (RDF::Vocabulary::Term)


215
216
217
# File 'lib/rdf/vocab/as.rb', line 215

def Update
  @Update
end

#updatedRDF::Vocabulary::Term (readonly)

Specifies when the object was last updated

Returns:

  • (RDF::Vocabulary::Term)


452
453
454
# File 'lib/rdf/vocab/as.rb', line 452

def updated
  @updated
end

#upstreamDuplicatesRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


455
456
457
# File 'lib/rdf/vocab/as.rb', line 455

def upstreamDuplicates
  @upstreamDuplicates
end

#urlRDF::Vocabulary::Term (readonly)

Specifies a link to a specific representation of the Object

Returns:

  • (RDF::Vocabulary::Term)


459
460
461
# File 'lib/rdf/vocab/as.rb', line 459

def url
  @url
end

#verbRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


462
463
464
# File 'lib/rdf/vocab/as.rb', line 462

def verb
  @verb
end

#VideoRDF::Vocabulary::Term (readonly)

A Video document of any kind.

Returns:

  • (RDF::Vocabulary::Term)


219
220
221
# File 'lib/rdf/vocab/as.rb', line 219

def Video
  @Video
end

#ViewRDF::Vocabulary::Term (readonly)

The actor viewed the object

Returns:

  • (RDF::Vocabulary::Term)


223
224
225
# File 'lib/rdf/vocab/as.rb', line 223

def View
  @View
end

#widthRDF::Vocabulary::Term (readonly)

Specifies the preferred display width of the content, expressed in terms of device independent pixels.

Returns:

  • (RDF::Vocabulary::Term)


466
467
468
# File 'lib/rdf/vocab/as.rb', line 466

def width
  @width
end