Class: RDF::Vocab::DC

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

Overview

Vocabulary for <purl.org/dc/terms/>

DCMI Metadata Terms - other

Instance Attribute Summary collapse

Instance Attribute Details

#abstractRDF::Vocabulary::Term (readonly)

A summary of the resource.

Returns:

  • (RDF::Vocabulary::Term)


95
96
97
# File 'lib/rdf/vocab/dc.rb', line 95

def abstract
  @abstract
end

#accessRightsRDF::Vocabulary::Term (readonly)

Information about who access the resource or an indication of its security status.

Returns:

  • (RDF::Vocabulary::Term)


99
100
101
# File 'lib/rdf/vocab/dc.rb', line 99

def accessRights
  @accessRights
end

#accrualMethodRDF::Vocabulary::Term (readonly)

The method by which items are added to a collection.

Returns:

  • (RDF::Vocabulary::Term)


103
104
105
# File 'lib/rdf/vocab/dc.rb', line 103

def accrualMethod
  @accrualMethod
end

#accrualPeriodicityRDF::Vocabulary::Term (readonly)

The frequency with which items are added to a collection.

Returns:

  • (RDF::Vocabulary::Term)


107
108
109
# File 'lib/rdf/vocab/dc.rb', line 107

def accrualPeriodicity
  @accrualPeriodicity
end

#accrualPolicyRDF::Vocabulary::Term (readonly)

The policy governing the addition of items to a collection.

Returns:

  • (RDF::Vocabulary::Term)


111
112
113
# File 'lib/rdf/vocab/dc.rb', line 111

def accrualPolicy
  @accrualPolicy
end

#AgentRDF::Vocabulary::Term (readonly)

A resource that acts or has the power to act.

Returns:

  • (RDF::Vocabulary::Term)


7
8
9
# File 'lib/rdf/vocab/dc.rb', line 7

def Agent
  @Agent
end

#AgentClassRDF::Vocabulary::Term (readonly)

A group of agents.

Returns:

  • (RDF::Vocabulary::Term)


11
12
13
# File 'lib/rdf/vocab/dc.rb', line 11

def AgentClass
  @AgentClass
end

#alternativeRDF::Vocabulary::Term (readonly)

An alternative name for the resource.

Returns:

  • (RDF::Vocabulary::Term)


115
116
117
# File 'lib/rdf/vocab/dc.rb', line 115

def alternative
  @alternative
end

#audienceRDF::Vocabulary::Term (readonly)

A class of agents for whom the resource is intended or useful.

Returns:

  • (RDF::Vocabulary::Term)


119
120
121
# File 'lib/rdf/vocab/dc.rb', line 119

def audience
  @audience
end

#availableRDF::Vocabulary::Term (readonly)

Date that the resource became or will become available.

Returns:

  • (RDF::Vocabulary::Term)


123
124
125
# File 'lib/rdf/vocab/dc.rb', line 123

def available
  @available
end

#bibliographicCitationRDF::Vocabulary::Term (readonly)

A bibliographic reference for the resource.

Returns:

  • (RDF::Vocabulary::Term)


127
128
129
# File 'lib/rdf/vocab/dc.rb', line 127

def bibliographicCitation
  @bibliographicCitation
end

#BibliographicResourceRDF::Vocabulary::Term (readonly)

A book, article, or other documentary resource.

Returns:

  • (RDF::Vocabulary::Term)


15
16
17
# File 'lib/rdf/vocab/dc.rb', line 15

def BibliographicResource
  @BibliographicResource
end

#BoxRDF::Vocabulary::Term (readonly)

The set of regions in space defined by their geographic coordinates according to the DCMI Box Encoding Scheme.

Returns:

  • (RDF::Vocabulary::Term)


315
316
317
# File 'lib/rdf/vocab/dc.rb', line 315

def Box
  @Box
end

#conformsToRDF::Vocabulary::Term (readonly)

An established standard to which the described resource conforms.

Returns:

  • (RDF::Vocabulary::Term)


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

def conformsTo
  @conformsTo
end

#contributorRDF::Vocabulary::Term (readonly)

An entity responsible for making contributions to the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def contributor
  @contributor
end

#coverageRDF::Vocabulary::Term (readonly)

The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant.

Returns:

  • (RDF::Vocabulary::Term)


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

def coverage
  @coverage
end

#createdRDF::Vocabulary::Term (readonly)

Date of creation of the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def created
  @created
end

#creatorRDF::Vocabulary::Term (readonly)

An entity responsible for making the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def creator
  @creator
end

#dateRDF::Vocabulary::Term (readonly)

A point or period of time associated with an event in the lifecycle of the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def date
  @date
end

#dateAcceptedRDF::Vocabulary::Term (readonly)

Date of acceptance of the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def dateAccepted
  @dateAccepted
end

#dateCopyrightedRDF::Vocabulary::Term (readonly)

Date of copyright of the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def dateCopyrighted
  @dateCopyrighted
end

#dateSubmittedRDF::Vocabulary::Term (readonly)

Date of submission of the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def dateSubmitted
  @dateSubmitted
end

#DCMITypeRDF::Vocabulary::Term (readonly)

The set of classes specified by the DCMI Type Vocabulary, used to categorize the nature or genre of the resource.

Returns:

  • (RDF::Vocabulary::Term)


355
356
357
# File 'lib/rdf/vocab/dc.rb', line 355

def DCMIType
  @DCMIType
end

#DDCRDF::Vocabulary::Term (readonly)

The set of conceptual resources specified by the Dewey Decimal Classification.

Returns:

  • (RDF::Vocabulary::Term)


359
360
361
# File 'lib/rdf/vocab/dc.rb', line 359

def DDC
  @DDC
end

#descriptionRDF::Vocabulary::Term (readonly)

An account of the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def description
  @description
end

#educationLevelRDF::Vocabulary::Term (readonly)

A class of agents, defined in terms of progression through an educational or training context, for which the described resource is intended.

Returns:

  • (RDF::Vocabulary::Term)


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

def educationLevel
  @educationLevel
end

#extentRDF::Vocabulary::Term (readonly)

The size or duration of the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def extent
  @extent
end

#FileFormatRDF::Vocabulary::Term (readonly)

A digital resource format.

Returns:

  • (RDF::Vocabulary::Term)


19
20
21
# File 'lib/rdf/vocab/dc.rb', line 19

def FileFormat
  @FileFormat
end

#formatRDF::Vocabulary::Term (readonly)

The file format, physical medium, or dimensions of the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def format
  @format
end

#FrequencyRDF::Vocabulary::Term (readonly)

A rate at which something recurs.

Returns:

  • (RDF::Vocabulary::Term)


23
24
25
# File 'lib/rdf/vocab/dc.rb', line 23

def Frequency
  @Frequency
end

#hasFormatRDF::Vocabulary::Term (readonly)

A related resource that is substantially the same as the pre-existing described resource, but in another format.

Returns:

  • (RDF::Vocabulary::Term)


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

def hasFormat
  @hasFormat
end

#hasPartRDF::Vocabulary::Term (readonly)

A related resource that is included either physically or logically in the described resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def hasPart
  @hasPart
end

#hasVersionRDF::Vocabulary::Term (readonly)

A related resource that is a version, edition, or adaptation of the described resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def hasVersion
  @hasVersion
end

#identifierRDF::Vocabulary::Term (readonly)

An unambiguous reference to the resource within a given context.

Returns:

  • (RDF::Vocabulary::Term)


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

def identifier
  @identifier
end

#IMTRDF::Vocabulary::Term (readonly)

The set of media types specified by the Internet Assigned Numbers Authority.

Returns:

  • (RDF::Vocabulary::Term)


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

def IMT
  @IMT
end

#instructionalMethodRDF::Vocabulary::Term (readonly)

A process, used to engender knowledge, attitudes and skills, that the described resource is designed to support.

Returns:

  • (RDF::Vocabulary::Term)


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

def instructionalMethod
  @instructionalMethod
end

#isFormatOfRDF::Vocabulary::Term (readonly)

A pre-existing related resource that is substantially the same as the described resource, but in another format.

Returns:

  • (RDF::Vocabulary::Term)


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

def isFormatOf
  @isFormatOf
end

#ISO3166RDF::Vocabulary::Term (readonly)

The set of codes listed in ISO 3166-1 for the representation of names of countries.

Returns:

  • (RDF::Vocabulary::Term)


319
320
321
# File 'lib/rdf/vocab/dc.rb', line 319

def ISO3166
  @ISO3166
end

#isPartOfRDF::Vocabulary::Term (readonly)

A related resource in which the described resource is physically or logically included.

Returns:

  • (RDF::Vocabulary::Term)


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

def isPartOf
  @isPartOf
end

#isReferencedByRDF::Vocabulary::Term (readonly)

A related resource that references, cites, or otherwise points to the described resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def isReferencedBy
  @isReferencedBy
end

#isReplacedByRDF::Vocabulary::Term (readonly)

A related resource that supplants, displaces, or supersedes the described resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def isReplacedBy
  @isReplacedBy
end

#isRequiredByRDF::Vocabulary::Term (readonly)

A related resource that requires the described resource to support its function, delivery, or coherence.

Returns:

  • (RDF::Vocabulary::Term)


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

def isRequiredBy
  @isRequiredBy
end

#issuedRDF::Vocabulary::Term (readonly)

Date of formal issuance of the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def issued
  @issued
end

#isVersionOfRDF::Vocabulary::Term (readonly)

A related resource of which the described resource is a version, edition, or adaptation.

Returns:

  • (RDF::Vocabulary::Term)


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

def isVersionOf
  @isVersionOf
end

#JurisdictionRDF::Vocabulary::Term (readonly)

The extent or range of judicial, law enforcement, or other authority.

Returns:

  • (RDF::Vocabulary::Term)


27
28
29
# File 'lib/rdf/vocab/dc.rb', line 27

def Jurisdiction
  @Jurisdiction
end

#languageRDF::Vocabulary::Term (readonly)

A language of the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def language
  @language
end

#LCCRDF::Vocabulary::Term (readonly)

The set of conceptual resources specified by the Library of Congress Classification.

Returns:

  • (RDF::Vocabulary::Term)


367
368
369
# File 'lib/rdf/vocab/dc.rb', line 367

def LCC
  @LCC
end

#LCSHRDF::Vocabulary::Term (readonly)

The set of labeled concepts specified by the Library of Congress Subject Headings.

Returns:

  • (RDF::Vocabulary::Term)


371
372
373
# File 'lib/rdf/vocab/dc.rb', line 371

def LCSH
  @LCSH
end

#licenseRDF::Vocabulary::Term (readonly)

A legal document giving official permission to do something with the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def license
  @license
end

#LicenseDocumentRDF::Vocabulary::Term (readonly)

A legal document giving official permission to do something with a resource.

Returns:

  • (RDF::Vocabulary::Term)


31
32
33
# File 'lib/rdf/vocab/dc.rb', line 31

def LicenseDocument
  @LicenseDocument
end

#LinguisticSystemRDF::Vocabulary::Term (readonly)

A system of signs, symbols, sounds, gestures, or rules used in communication.

Returns:

  • (RDF::Vocabulary::Term)


35
36
37
# File 'lib/rdf/vocab/dc.rb', line 35

def LinguisticSystem
  @LinguisticSystem
end

#LocationRDF::Vocabulary::Term (readonly)

A spatial region or named place.

Returns:

  • (RDF::Vocabulary::Term)


39
40
41
# File 'lib/rdf/vocab/dc.rb', line 39

def Location
  @Location
end

#LocationPeriodOrJurisdictionRDF::Vocabulary::Term (readonly)

A location, period of time, or jurisdiction.

Returns:

  • (RDF::Vocabulary::Term)


43
44
45
# File 'lib/rdf/vocab/dc.rb', line 43

def LocationPeriodOrJurisdiction
  @LocationPeriodOrJurisdiction
end

#mediatorRDF::Vocabulary::Term (readonly)

An entity that mediates access to the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def mediator
  @mediator
end

#MediaTypeRDF::Vocabulary::Term (readonly)

A file format or physical medium.

Returns:

  • (RDF::Vocabulary::Term)


47
48
49
# File 'lib/rdf/vocab/dc.rb', line 47

def MediaType
  @MediaType
end

#MediaTypeOrExtentRDF::Vocabulary::Term (readonly)

A media type or extent.

Returns:

  • (RDF::Vocabulary::Term)


51
52
53
# File 'lib/rdf/vocab/dc.rb', line 51

def MediaTypeOrExtent
  @MediaTypeOrExtent
end

#mediumRDF::Vocabulary::Term (readonly)

The material or physical carrier of the resource.

Returns:

  • (RDF::Vocabulary::Term)


243
244
245
# File 'lib/rdf/vocab/dc.rb', line 243

def medium
  @medium
end

#MESHRDF::Vocabulary::Term (readonly)

The set of labeled concepts specified by the Medical Subject Headings.

Returns:

  • (RDF::Vocabulary::Term)


375
376
377
# File 'lib/rdf/vocab/dc.rb', line 375

def MESH
  @MESH
end

#MethodOfAccrualRDF::Vocabulary::Term (readonly)

A method by which resources are added to a collection.

Returns:

  • (RDF::Vocabulary::Term)


55
56
57
# File 'lib/rdf/vocab/dc.rb', line 55

def MethodOfAccrual
  @MethodOfAccrual
end

#MethodOfInstructionRDF::Vocabulary::Term (readonly)

A process that is used to engender knowledge, attitudes, and skills.

Returns:

  • (RDF::Vocabulary::Term)


59
60
61
# File 'lib/rdf/vocab/dc.rb', line 59

def MethodOfInstruction
  @MethodOfInstruction
end

#modifiedRDF::Vocabulary::Term (readonly)

Date on which the resource was changed.

Returns:

  • (RDF::Vocabulary::Term)


247
248
249
# File 'lib/rdf/vocab/dc.rb', line 247

def modified
  @modified
end

#NLMRDF::Vocabulary::Term (readonly)

The set of conceptual resources specified by the National Library of Medicine Classification.

Returns:

  • (RDF::Vocabulary::Term)


379
380
381
# File 'lib/rdf/vocab/dc.rb', line 379

def NLM
  @NLM
end

#PeriodRDF::Vocabulary::Term (readonly)

The set of time intervals defined by their limits according to the DCMI Period Encoding Scheme.

Returns:

  • (RDF::Vocabulary::Term)


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

def Period
  @Period
end

#PeriodOfTimeRDF::Vocabulary::Term (readonly)

An interval of time that is named or defined by its start and end dates.

Returns:

  • (RDF::Vocabulary::Term)


63
64
65
# File 'lib/rdf/vocab/dc.rb', line 63

def PeriodOfTime
  @PeriodOfTime
end

#PhysicalMediumRDF::Vocabulary::Term (readonly)

A physical material or carrier.

Returns:

  • (RDF::Vocabulary::Term)


67
68
69
# File 'lib/rdf/vocab/dc.rb', line 67

def PhysicalMedium
  @PhysicalMedium
end

#PhysicalResourceRDF::Vocabulary::Term (readonly)

A material thing.

Returns:

  • (RDF::Vocabulary::Term)


71
72
73
# File 'lib/rdf/vocab/dc.rb', line 71

def PhysicalResource
  @PhysicalResource
end

#PointRDF::Vocabulary::Term (readonly)

The set of points in space defined by their geographic coordinates according to the DCMI Point Encoding Scheme.

Returns:

  • (RDF::Vocabulary::Term)


327
328
329
# File 'lib/rdf/vocab/dc.rb', line 327

def Point
  @Point
end

#PolicyRDF::Vocabulary::Term (readonly)

A plan or course of action by an authority, intended to influence and determine decisions, actions, and other matters.

Returns:

  • (RDF::Vocabulary::Term)


75
76
77
# File 'lib/rdf/vocab/dc.rb', line 75

def Policy
  @Policy
end

#provenanceRDF::Vocabulary::Term (readonly)

A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.

Returns:

  • (RDF::Vocabulary::Term)


251
252
253
# File 'lib/rdf/vocab/dc.rb', line 251

def provenance
  @provenance
end

#ProvenanceStatementRDF::Vocabulary::Term (readonly)

Any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation.

Returns:

  • (RDF::Vocabulary::Term)


79
80
81
# File 'lib/rdf/vocab/dc.rb', line 79

def ProvenanceStatement
  @ProvenanceStatement
end

#publisherRDF::Vocabulary::Term (readonly)

An entity responsible for making the resource available.

Returns:

  • (RDF::Vocabulary::Term)


255
256
257
# File 'lib/rdf/vocab/dc.rb', line 255

def publisher
  @publisher
end

#referencesRDF::Vocabulary::Term (readonly)

A related resource that is referenced, cited, or otherwise pointed to by the described resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def references
  @references
end

#relationRDF::Vocabulary::Term (readonly)

A related resource.

Returns:

  • (RDF::Vocabulary::Term)


263
264
265
# File 'lib/rdf/vocab/dc.rb', line 263

def relation
  @relation
end

#replacesRDF::Vocabulary::Term (readonly)

A related resource that is supplanted, displaced, or superseded by the described resource.

Returns:

  • (RDF::Vocabulary::Term)


267
268
269
# File 'lib/rdf/vocab/dc.rb', line 267

def replaces
  @replaces
end

#requiresRDF::Vocabulary::Term (readonly)

A related resource that is required by the described resource to support its function, delivery, or coherence.

Returns:

  • (RDF::Vocabulary::Term)


271
272
273
# File 'lib/rdf/vocab/dc.rb', line 271

def requires
  @requires
end

#RFC1766RDF::Vocabulary::Term (readonly)

The set of tags, constructed according to RFC 1766, for the identification of languages.

Returns:

  • (RDF::Vocabulary::Term)


331
332
333
# File 'lib/rdf/vocab/dc.rb', line 331

def RFC1766
  @RFC1766
end

#RFC3066RDF::Vocabulary::Term (readonly)

The set of tags constructed according to RFC 3066 for the identification of languages.

Returns:

  • (RDF::Vocabulary::Term)


335
336
337
# File 'lib/rdf/vocab/dc.rb', line 335

def RFC3066
  @RFC3066
end

#RFC4646RDF::Vocabulary::Term (readonly)

The set of tags constructed according to RFC 4646 for the identification of languages.

Returns:

  • (RDF::Vocabulary::Term)


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

def RFC4646
  @RFC4646
end

#RFC5646RDF::Vocabulary::Term (readonly)

The set of tags constructed according to RFC 5646 for the identification of languages.

Returns:

  • (RDF::Vocabulary::Term)


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

def RFC5646
  @RFC5646
end

#rightsRDF::Vocabulary::Term (readonly)

Information about rights held in and over the resource.

Returns:

  • (RDF::Vocabulary::Term)


275
276
277
# File 'lib/rdf/vocab/dc.rb', line 275

def rights
  @rights
end

#rightsHolderRDF::Vocabulary::Term (readonly)

A person or organization owning or managing rights over the resource.

Returns:

  • (RDF::Vocabulary::Term)


279
280
281
# File 'lib/rdf/vocab/dc.rb', line 279

def rightsHolder
  @rightsHolder
end

#RightsStatementRDF::Vocabulary::Term (readonly)

A statement about the intellectual property rights (IPR) held in or over a resource, a legal document giving official permission to do something with a resource, or a statement about access rights.

Returns:

  • (RDF::Vocabulary::Term)


83
84
85
# File 'lib/rdf/vocab/dc.rb', line 83

def RightsStatement
  @RightsStatement
end

#SizeOrDurationRDF::Vocabulary::Term (readonly)

A dimension or extent, or a time taken to play or execute.

Returns:

  • (RDF::Vocabulary::Term)


87
88
89
# File 'lib/rdf/vocab/dc.rb', line 87

def SizeOrDuration
  @SizeOrDuration
end

#sourceRDF::Vocabulary::Term (readonly)

A related resource from which the described resource is derived.

Returns:

  • (RDF::Vocabulary::Term)


283
284
285
# File 'lib/rdf/vocab/dc.rb', line 283

def source
  @source
end

#spatialRDF::Vocabulary::Term (readonly)

Spatial characteristics of the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def spatial
  @spatial
end

#StandardRDF::Vocabulary::Term (readonly)

A reference point against which other things can be evaluated or compared.

Returns:

  • (RDF::Vocabulary::Term)


91
92
93
# File 'lib/rdf/vocab/dc.rb', line 91

def Standard
  @Standard
end

#subjectRDF::Vocabulary::Term (readonly)

A topic of the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def subject
  @subject
end

#tableOfContentsRDF::Vocabulary::Term (readonly)

A list of subunits of the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def tableOfContents
  @tableOfContents
end

#temporalRDF::Vocabulary::Term (readonly)

Temporal characteristics of the resource.

Returns:

  • (RDF::Vocabulary::Term)


299
300
301
# File 'lib/rdf/vocab/dc.rb', line 299

def temporal
  @temporal
end

#TGNRDF::Vocabulary::Term (readonly)

The set of places specified by the Getty Thesaurus of Geographic Names.

Returns:

  • (RDF::Vocabulary::Term)


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

def TGN
  @TGN
end

#titleRDF::Vocabulary::Term (readonly)

A name given to the resource.

Returns:

  • (RDF::Vocabulary::Term)


303
304
305
# File 'lib/rdf/vocab/dc.rb', line 303

def title
  @title
end

#typeRDF::Vocabulary::Term (readonly)

The nature or genre of the resource.

Returns:

  • (RDF::Vocabulary::Term)


307
308
309
# File 'lib/rdf/vocab/dc.rb', line 307

def type
  @type
end

#UDCRDF::Vocabulary::Term (readonly)

The set of conceptual resources specified by the Universal Decimal Classification.

Returns:

  • (RDF::Vocabulary::Term)


387
388
389
# File 'lib/rdf/vocab/dc.rb', line 387

def UDC
  @UDC
end

#URIRDF::Vocabulary::Term (readonly)

The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force.

Returns:

  • (RDF::Vocabulary::Term)


347
348
349
# File 'lib/rdf/vocab/dc.rb', line 347

def URI
  @URI
end

#validRDF::Vocabulary::Term (readonly)

Date (often a range) of validity of a resource.

Returns:

  • (RDF::Vocabulary::Term)


311
312
313
# File 'lib/rdf/vocab/dc.rb', line 311

def valid
  @valid
end

#W3CDTFRDF::Vocabulary::Term (readonly)

The set of dates and times constructed according to the W3C Date and Time Formats Specification.

Returns:

  • (RDF::Vocabulary::Term)


351
352
353
# File 'lib/rdf/vocab/dc.rb', line 351

def W3CDTF
  @W3CDTF
end