Class: RDF::Vocab::MADS

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

Overview

Vocabulary for <www.loc.gov/mads/rdf/v1#>

MADS/RDF (Metadata Authority Description Schema in RDF)

This document describes the MADS/RDF (Metadata Authority Description Schema in RDF) vocabulary, a data model for authority and vocabulary data used within the library and information science (LIS) community, which is inclusive of museums, archives, and other cultural institutions. It is presented as an OWL ontology. MADS/RDF is a knowledge organization system (KOS) designed for use with controlled values for names (personal, corporate, geographic, etc.), thesauri, taxonomies, subject heading systems, and other controlled value lists. It is closely related to SKOS, the Simple Knowledge Organization System and a widely supported and adopted RDF vocabulary. Given the close relationship between the aim of MADS/RDF and the aim of SKOS, the MADS ontology has been fully mapped to SKOS. Unlike SKOS, however, which is very broad in its application, MADS/RDF is designed specifically to support authority data as used by and needed in the LIS community and its technology systems. For example, MADS/RDF provides a means to record data from the Machine Readable Cataloging (MARC) Authorities format in RDF for use in semantic applications and Linked Data projects. MADS/RDF is designed to support the description of cultural and bibliographic resources. Data described using MADS/RDF, therefore, assists with identifying and annotating bibliographic and cultural resources. MADS/RDF is not focused on the description of Real World Objects. Although a MADS/RDF description may contain information specific to the Real World Object associated with the MADS/RDF authoritative label, the MADS/RDF ontology distinguishes between these two entities – the RWO and the Authority. Updated: 29 October 2015. Addition of new properties, madsrdf:activityEndDate, madsrdf:activityStartDate, madsrdf:associatedLanguage, madsrdf:associatedLocale, madsrdf:birthDate, madsrdf:birthPlace, madsrdf:deathDate, madsrdf:deathPlace, madsrdf:entityDescriptor, madsrdf:establishDate, madsrdf:fieldOfActivity, madsrdf:gender, madsrdf:hasAffiliation, madsrdf:honoraryTitle, madsrdf:isIdentifiedByAuthority, madsrdf:occupation, madsrdf:prominentFamilyMember, madsrdf:terminateDate, madsrdf:fullerName, madsrdf:creationDateStart, madsrdf:creationDateEnd, madsrdf:workOrigin, madsrdf:hasChararacteristic. The MADS/RDF to SKOS/RDF mapping was done by Antoine Isaac. The MADS/RDF model and ontology benefited significantly as a result of the fruitful discussions surrounding his effort to map the MADS/RDF ontology to SKOS.

Version:

  • 1.5.0

Instance Attribute Summary collapse

Instance Attribute Details

#activityEndDateRDF::Vocabulary::Term (readonly)

Latest date in a period of activity.

Returns:

  • (RDF::Vocabulary::Term)


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

def activityEndDate
  @activityEndDate
end

#activityStartDateRDF::Vocabulary::Term (readonly)

Earliest date in a period of activity.

Returns:

  • (RDF::Vocabulary::Term)


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

def activityStartDate
  @activityStartDate
end

#AddressRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


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

def Address
  @Address
end

#adminMetadataRDF::Vocabulary::Term (readonly)

This relates an Authority or Variant to its administrative metadata, which is, minimimally, a Class defined outside of the MADS/RDF namespace. The RecordInfo Class from the RecordInfo ontology is recommended.

Returns:

  • (RDF::Vocabulary::Term)


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

def 
  @adminMetadata
end

#AffiliationRDF::Vocabulary::Term (readonly)

A resource that describes an individual’s affiliation with an organization or group, such as the nature of the affiliation and the active dates.

Returns:

  • (RDF::Vocabulary::Term)


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

def Affiliation
  @Affiliation
end

#affiliationEndRDF::Vocabulary::Term (readonly)

The date an individual ceased to be affiliated with an organization.

Returns:

  • (RDF::Vocabulary::Term)


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

def affiliationEnd
  @affiliationEnd
end

#affiliationStartRDF::Vocabulary::Term (readonly)

The date an individual established an affiliation with an organization.

Returns:

  • (RDF::Vocabulary::Term)


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

def affiliationStart
  @affiliationStart
end

#AreaRDF::Vocabulary::Term (readonly)

Describes a resource whose label is a non-jurisdictional geographic entity.

Returns:

  • (RDF::Vocabulary::Term)


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

def Area
  @Area
end

#associatedLanguageRDF::Vocabulary::Term (readonly)

Language that a person, organization, or family uses for publication, communication, etc., or in which a work is expressed.

Returns:

  • (RDF::Vocabulary::Term)


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

def associatedLanguage
  @associatedLanguage
end

#associatedLocaleRDF::Vocabulary::Term (readonly)

A town, city, province, state, and/or country associated with persons, corporate bodies, families, works, and expressions.

Returns:

  • (RDF::Vocabulary::Term)


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

def associatedLocale
  @associatedLocale
end

#authoritativeLabelRDF::Vocabulary::Term (readonly)

A lexical string representing a controlled, curated label for the Authority.

Returns:

  • (RDF::Vocabulary::Term)


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

def authoritativeLabel
  @authoritativeLabel
end

#AuthorityRDF::Vocabulary::Term (readonly)

A concept with a controlled label.

Returns:

  • (RDF::Vocabulary::Term)


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

def Authority
  @Authority
end

#birthDateRDF::Vocabulary::Term (readonly)

The year a person was born. Date of birth may also include the month and day of the person’s birth. (RDA 9.3.2.1)

Returns:

  • (RDF::Vocabulary::Term)


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

def birthDate
  @birthDate
end

#birthPlaceRDF::Vocabulary::Term (readonly)

The town, city, province, state, and/or country in which a person was born.

Returns:

  • (RDF::Vocabulary::Term)


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

def birthPlace
  @birthPlace
end

#changeNoteRDF::Vocabulary::Term (readonly)

A note detailing a modification to an Authority or Variant.

Returns:

  • (RDF::Vocabulary::Term)


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

def changeNote
  @changeNote
end

#citationNoteRDF::Vocabulary::Term (readonly)

A note about how the madsrdf:Source relates to the resource about which the madsrdf:Source is the information source.

Returns:

  • (RDF::Vocabulary::Term)


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

def citationNote
  @citationNote
end

#citationSourceRDF::Vocabulary::Term (readonly)

The cited resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def citationSource
  @citationSource
end

#citationStatusRDF::Vocabulary::Term (readonly)

Should use a standard term - such as ‘found’ or ‘not found’ - to indicate whether the cited resource yielded information about the resource related to the madsrdf:Source.

Returns:

  • (RDF::Vocabulary::Term)


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

def citationStatus
  @citationStatus
end

#cityRDF::Vocabulary::Term (readonly)

The city component of an address.

Returns:

  • (RDF::Vocabulary::Term)


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

def city
  @city
end

#CityRDF::Vocabulary::Term (readonly)

Describes a resource whose label is an inhabited place incorporated as a city, town, etc.

Returns:

  • (RDF::Vocabulary::Term)


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

def City
  @City
end

#CitySectionRDF::Vocabulary::Term (readonly)

Describes a resource whose label is a smaller unit within a populated place, e.g., a neighborhood, park, or street.

Returns:

  • (RDF::Vocabulary::Term)


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

def CitySection
  @CitySection
end

#classificationRDF::Vocabulary::Term (readonly)

The classification code associated with a madsrdf:Authority.

Returns:

  • (RDF::Vocabulary::Term)


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

def classification
  @classification
end

#codeRDF::Vocabulary::Term (readonly)

A code is a string of characters associated with a the authoritative or deprecated label. It may record an historical notation once used to uniquely identify a concept.

Returns:

  • (RDF::Vocabulary::Term)


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

def code
  @code
end

#ComplexSubjectRDF::Vocabulary::Term (readonly)

The label of a madsrdf:ComplexSubject is the concatenation of labels from two or more madsrdf:SimpleType descriptions, except that the combination of madsrdf:SimpleType labels for the madsrdf:ComplexSubject does not meet the conditions to be the label of a madsrdf:NameTitle resource or madsrdf:HierarchicalGeographic resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def ComplexSubject
  @ComplexSubject
end

#ComplexTypeRDF::Vocabulary::Term (readonly)

madsrdf:ComplexType is a resource whose label is the concatenation of labels from two or more Authority descriptions or two or more Variant descriptions or some combination of Authority and Variant descriptions, each of a madsrdf:SimpleType.

Returns:

  • (RDF::Vocabulary::Term)


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

def ComplexType
  @ComplexType
end

#componentListRDF::Vocabulary::Term (readonly)

madsrdf:componentList organizes the madsrdf:SimpleType resources whose labels are represented in the label of the associated madsrdf:ComplexType resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def componentList
  @componentList
end

#ConferenceNameRDF::Vocabulary::Term (readonly)

Describes a resource whose label represents a conference name.

Returns:

  • (RDF::Vocabulary::Term)


41
42
43
# File 'lib/rdf/vocab/mads.rb', line 41

def ConferenceName
  @ConferenceName
end

#ContinentRDF::Vocabulary::Term (readonly)

Describes a resource whose label is one of seven large landmasses on Earth. These are: Asia, Africa, Europe, North America, South America, Australia, and Antarctica.

Returns:

  • (RDF::Vocabulary::Term)


45
46
47
# File 'lib/rdf/vocab/mads.rb', line 45

def Continent
  @Continent
end

#CorporateNameRDF::Vocabulary::Term (readonly)

Describes a resource whose label is the name of a corporate entity, which may include political or ecclesiastical entities.

Returns:

  • (RDF::Vocabulary::Term)


49
50
51
# File 'lib/rdf/vocab/mads.rb', line 49

def CorporateName
  @CorporateName
end

#CountryRDF::Vocabulary::Term (readonly)

Describes a resource whose label is a country, i.e. a political entity considered a country.

Returns:

  • (RDF::Vocabulary::Term)


53
54
55
# File 'lib/rdf/vocab/mads.rb', line 53

def Country
  @Country
end

#countryRDF::Vocabulary::Term (readonly)

Country associated with an address.

Returns:

  • (RDF::Vocabulary::Term)


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

def country
  @country
end

#CountyRDF::Vocabulary::Term (readonly)

Describes a resource whose label is the largest local administrative unit, e.g. Warwickshire, in a country, e.g. England.

Returns:

  • (RDF::Vocabulary::Term)


57
58
59
# File 'lib/rdf/vocab/mads.rb', line 57

def County
  @County
end

#creationDateEndRDF::Vocabulary::Term (readonly)

Ending date of the date range for which the beginning date is recorded in madsrdf:creationDateStart.

Returns:

  • (RDF::Vocabulary::Term)


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

def creationDateEnd
  @creationDateEnd
end

#creationDateStartRDF::Vocabulary::Term (readonly)

For a work, earliest date (normally the year) associated with a work; that date may be the date the work was created or first published or released. For an expression, the earliest date (normally the year) associated with an expression; that date may be the date of the earliest known manifestation of that expression. In both cases the date may be the starting date of a range or a single date.

Returns:

  • (RDF::Vocabulary::Term)


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

def creationDateStart
  @creationDateStart
end

#DateNameElementRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


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

def DateNameElement
  @DateNameElement
end

#deathDateRDF::Vocabulary::Term (readonly)

The year a person died. Date of death may also include the month and day of the person’s death. (RDA 9.3.3.1)

Returns:

  • (RDF::Vocabulary::Term)


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

def deathDate
  @deathDate
end

#deathPlaceRDF::Vocabulary::Term (readonly)

The town, city, province, state, and/or country in which a person died.

Returns:

  • (RDF::Vocabulary::Term)


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

def deathPlace
  @deathPlace
end

#definitionNoteRDF::Vocabulary::Term (readonly)

An explanation of the meaning of an Authority, DeprecatedAuthority, or Variant description.

Returns:

  • (RDF::Vocabulary::Term)


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

def definitionNote
  @definitionNote
end

#deletionNoteRDF::Vocabulary::Term (readonly)

A note pertaining to the deletion of a resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def deletionNote
  @deletionNote
end

#DeprecatedAuthorityRDF::Vocabulary::Term (readonly)

A former Authority.

Returns:

  • (RDF::Vocabulary::Term)


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

def DeprecatedAuthority
  @DeprecatedAuthority
end

#deprecatedLabelRDF::Vocabulary::Term (readonly)

A label once considered authoritative (controlled and curated) but which is no longer.

Returns:

  • (RDF::Vocabulary::Term)


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

def deprecatedLabel
  @deprecatedLabel
end

#editorialNoteRDF::Vocabulary::Term (readonly)

A note pertaining to the management of the label associated with the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def editorialNote
  @editorialNote
end

#ElementRDF::Vocabulary::Term (readonly)

madsrdf:Element types describe the various parts of labels.

Returns:

  • (RDF::Vocabulary::Term)


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

def Element
  @Element
end

#elementListRDF::Vocabulary::Term (readonly)

The madsrdf:elementList property is used to organize the various parts of labels.

Returns:

  • (RDF::Vocabulary::Term)


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

def elementList
  @elementList
end

#elementValueRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


334
335
336
# File 'lib/rdf/vocab/mads.rb', line 334

def elementValue
  @elementValue
end

#emailRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


337
338
339
# File 'lib/rdf/vocab/mads.rb', line 337

def email
  @email
end

#entityDescriptorRDF::Vocabulary::Term (readonly)

Any attribute that serves to characterize a person, family or corporate body or that may be needed for differentiation from other persons. families or corporate bodies and for which separate content designation is not already defined.Or

Returns:

  • (RDF::Vocabulary::Term)


341
342
343
# File 'lib/rdf/vocab/mads.rb', line 341

def entityDescriptor
  @entityDescriptor
end

#establishDateRDF::Vocabulary::Term (readonly)

The year a corporate body was established. Date of establishment may also include the month and day of the corporate body’s establishment.

Returns:

  • (RDF::Vocabulary::Term)


345
346
347
# File 'lib/rdf/vocab/mads.rb', line 345

def establishDate
  @establishDate
end

#exampleNoteRDF::Vocabulary::Term (readonly)

A example of how the resource might be used.

Returns:

  • (RDF::Vocabulary::Term)


349
350
351
# File 'lib/rdf/vocab/mads.rb', line 349

def exampleNote
  @exampleNote
end

#extendedAddressRDF::Vocabulary::Term (readonly)

The second address line, if needed.

Returns:

  • (RDF::Vocabulary::Term)


353
354
355
# File 'lib/rdf/vocab/mads.rb', line 353

def extendedAddress
  @extendedAddress
end

#extensionRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


356
357
358
# File 'lib/rdf/vocab/mads.rb', line 356

def extension
  @extension
end

#ExtraterrestrialAreaRDF::Vocabulary::Term (readonly)

Describes a resource whose label is any extraterrestrial entity or space, including a solar system, a galaxy, a star system, and a planet, including a geographic feature of an individual planet.

Returns:

  • (RDF::Vocabulary::Term)


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

def ExtraterrestrialArea
  @ExtraterrestrialArea
end

#FamilyNameRDF::Vocabulary::Term (readonly)

Describes a resource whose label represents a family name.

Returns:

  • (RDF::Vocabulary::Term)


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

def FamilyName
  @FamilyName
end

#FamilyNameElementRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


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

def FamilyNameElement
  @FamilyNameElement
end

#faxRDF::Vocabulary::Term (readonly)

Fax number

Returns:

  • (RDF::Vocabulary::Term)


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

def fax
  @fax
end

#fieldOfActivityRDF::Vocabulary::Term (readonly)

The field of activity associated with an individual.

Returns:

  • (RDF::Vocabulary::Term)


364
365
366
# File 'lib/rdf/vocab/mads.rb', line 364

def fieldOfActivity
  @fieldOfActivity
end

#fullerNameRDF::Vocabulary::Term (readonly)

Full form of name needed to distinguish a person from another person with the same preferred name.

Returns:

  • (RDF::Vocabulary::Term)


368
369
370
# File 'lib/rdf/vocab/mads.rb', line 368

def fullerName
  @fullerName
end

#FullNameElementRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


82
83
84
# File 'lib/rdf/vocab/mads.rb', line 82

def FullNameElement
  @FullNameElement
end

#genderRDF::Vocabulary::Term (readonly)

The gender with which a person identifies.

Returns:

  • (RDF::Vocabulary::Term)


372
373
374
# File 'lib/rdf/vocab/mads.rb', line 372

def gender
  @gender
end

#GenreFormRDF::Vocabulary::Term (readonly)

Describes a resource whose label is a genre or form term. Genre terms for textual materials designate specific kinds of materials distinguished by the style or technique of their intellectual contents; for example, biographies, catechisms, essays, hymns, or reviews. Form terms designate historically and functionally specific kinds of materials as distinguished by an examination of their physical character, characteristics of their intellectual content, or the order of information within them; for example, daybooks, diaries, directories, journals, memoranda, questionnaires, syllabi, or time sheets. In the context of graphic materials, genre headings denote categories of material distinguished by vantage point, intended purpose, characteristics of the creator, publication status, or method of representation.

Returns:

  • (RDF::Vocabulary::Term)


86
87
88
# File 'lib/rdf/vocab/mads.rb', line 86

def GenreForm
  @GenreForm
end

#GenreFormElementRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


89
90
91
# File 'lib/rdf/vocab/mads.rb', line 89

def GenreFormElement
  @GenreFormElement
end

#GeographicRDF::Vocabulary::Term (readonly)

Describes a resource whose label represents a geographic place or feature, especially when a more precise geographic determination (City, Country, Region, etc.) cannot be made.

Returns:

  • (RDF::Vocabulary::Term)


93
94
95
# File 'lib/rdf/vocab/mads.rb', line 93

def Geographic
  @Geographic
end

#GeographicElementRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


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

def GeographicElement
  @GeographicElement
end

#GivenNameElementRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


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

def GivenNameElement
  @GivenNameElement
end

#hasAbbreviationVariantRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


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

def hasAbbreviationVariant
  @hasAbbreviationVariant
end

#hasAcronymVariantRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


378
379
380
# File 'lib/rdf/vocab/mads.rb', line 378

def hasAcronymVariant
  @hasAcronymVariant
end

#hasAffiliationRDF::Vocabulary::Term (readonly)

Property to associate an individual, such as a foaf:Agent, to a group or organization with which an individual is or has been affiliated.

Returns:

  • (RDF::Vocabulary::Term)


382
383
384
# File 'lib/rdf/vocab/mads.rb', line 382

def hasAffiliation
  @hasAffiliation
end

#hasAffiliationAddressRDF::Vocabulary::Term (readonly)

The address of the group or organization with which an individual is associated.

Returns:

  • (RDF::Vocabulary::Term)


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

def hasAffiliationAddress
  @hasAffiliationAddress
end

#hasBroaderAuthorityRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


389
390
391
# File 'lib/rdf/vocab/mads.rb', line 389

def hasBroaderAuthority
  @hasBroaderAuthority
end

#hasBroaderExternalAuthorityRDF::Vocabulary::Term (readonly)

Creates a direct relationship between an Authority and a more broadly defined Authority from a different MADS Scheme.

Returns:

  • (RDF::Vocabulary::Term)


393
394
395
# File 'lib/rdf/vocab/mads.rb', line 393

def hasBroaderExternalAuthority
  @hasBroaderExternalAuthority
end

#hasChararacteristicRDF::Vocabulary::Term (readonly)

A term that specifies a characteristic that differentiates a work or expression from another one.

Returns:

  • (RDF::Vocabulary::Term)


397
398
399
# File 'lib/rdf/vocab/mads.rb', line 397

def hasChararacteristic
  @hasChararacteristic
end

#hasCloseExternalAuthorityRDF::Vocabulary::Term (readonly)

Records a relationship between an Authority and one that is closely related from a different MADS Scheme.

Returns:

  • (RDF::Vocabulary::Term)


401
402
403
# File 'lib/rdf/vocab/mads.rb', line 401

def hasCloseExternalAuthority
  @hasCloseExternalAuthority
end

#hasCorporateParentAuthorityRDF::Vocabulary::Term (readonly)

Establishes a relationship between a CorporateName Authority and one of the same that is more broadly defined.

Returns:

  • (RDF::Vocabulary::Term)


405
406
407
# File 'lib/rdf/vocab/mads.rb', line 405

def hasCorporateParentAuthority
  @hasCorporateParentAuthority
end

#hasCorporateSubsidiaryAuthorityRDF::Vocabulary::Term (readonly)

Establishes a relationship between a CorporateName Authority and one of the same that is more narrowly defined.

Returns:

  • (RDF::Vocabulary::Term)


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

def hasCorporateSubsidiaryAuthority
  @hasCorporateSubsidiaryAuthority
end

#hasDemonymRDF::Vocabulary::Term (readonly)

Establishes a relationship between an Authority that represents the demonym - Japanese or Greek, for example - and an Authority that represents the Geographic place - Japan or Greece, respectively - associated with the demonym.

Returns:

  • (RDF::Vocabulary::Term)


413
414
415
# File 'lib/rdf/vocab/mads.rb', line 413

def hasDemonym
  @hasDemonym
end

#hasEarlierEstablishedFormRDF::Vocabulary::Term (readonly)

Used to reference a resource that was an earlier form. This is Related type=‘earlier’ in MADS XML.

Returns:

  • (RDF::Vocabulary::Term)


417
418
419
# File 'lib/rdf/vocab/mads.rb', line 417

def hasEarlierEstablishedForm
  @hasEarlierEstablishedForm
end

#hasExactExternalAuthorityRDF::Vocabulary::Term (readonly)

Records a relationship between an Authority and one to which it matches exactly but from a different MADS Scheme.

Returns:

  • (RDF::Vocabulary::Term)


421
422
423
# File 'lib/rdf/vocab/mads.rb', line 421

def hasExactExternalAuthority
  @hasExactExternalAuthority
end

#hasExpansionVariantRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


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

def hasExpansionVariant
  @hasExpansionVariant
end

#hasHiddenVariantRDF::Vocabulary::Term (readonly)

Use for variants that are searchable, but not necessarily for display.

Returns:

  • (RDF::Vocabulary::Term)


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

def hasHiddenVariant
  @hasHiddenVariant
end

#hasIdentifierRDF::Vocabulary::Term (readonly)

Associates a resource with a madsrdf:Identifier.

Returns:

  • (RDF::Vocabulary::Term)


432
433
434
# File 'lib/rdf/vocab/mads.rb', line 432

def hasIdentifier
  @hasIdentifier
end

#hasLaterEstablishedFormRDF::Vocabulary::Term (readonly)

Use to reference the later form of a resource. This is Related type=‘later’ in MADS XML.

Returns:

  • (RDF::Vocabulary::Term)


436
437
438
# File 'lib/rdf/vocab/mads.rb', line 436

def hasLaterEstablishedForm
  @hasLaterEstablishedForm
end

#hasMADSCollectionMemberRDF::Vocabulary::Term (readonly)

Associates an Authority or other Collection with a madsrdf:MADSCollection.

Returns:

  • (RDF::Vocabulary::Term)


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

def hasMADSCollectionMember
  @hasMADSCollectionMember
end

#hasMADSSchemeMemberRDF::Vocabulary::Term (readonly)

Associates an Authority or Collection with a madsrdf:MADSScheme.

Returns:

  • (RDF::Vocabulary::Term)


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

def hasMADSSchemeMember
  @hasMADSSchemeMember
end

#hasNarrowerAuthorityRDF::Vocabulary::Term (readonly)

Creates a direct relationship between an Authority and one that is more narrowly defined.

Returns:

  • (RDF::Vocabulary::Term)


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

def hasNarrowerAuthority
  @hasNarrowerAuthority
end

#hasNarrowerExternalAuthorityRDF::Vocabulary::Term (readonly)

Creates a direct relationship between an Authority and a more narrowly defined Authority from a different MADS Scheme.

Returns:

  • (RDF::Vocabulary::Term)


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

def hasNarrowerExternalAuthority
  @hasNarrowerExternalAuthority
end

#hasReciprocalAuthorityRDF::Vocabulary::Term (readonly)

Establishes a relationship between two Authority resources. It is reciprocal, so the relationship must be shared. This is Related type=‘equivalent’ in MADS XML.

Returns:

  • (RDF::Vocabulary::Term)


456
457
458
# File 'lib/rdf/vocab/mads.rb', line 456

def hasReciprocalAuthority
  @hasReciprocalAuthority
end

#hasReciprocalExternalAuthorityRDF::Vocabulary::Term (readonly)

Establishes a relationship between an Authority and one from a different MADS Scheme. It is reciprocal, so the relationship must be shared.

Returns:

  • (RDF::Vocabulary::Term)


460
461
462
# File 'lib/rdf/vocab/mads.rb', line 460

def hasReciprocalExternalAuthority
  @hasReciprocalExternalAuthority
end

#hasRelatedAuthorityRDF::Vocabulary::Term (readonly)

Unless the relationship can be more specifically identified, use ‘hasRelatedAuthority.’

Returns:

  • (RDF::Vocabulary::Term)


464
465
466
# File 'lib/rdf/vocab/mads.rb', line 464

def hasRelatedAuthority
  @hasRelatedAuthority
end

#hasSourceRDF::Vocabulary::Term (readonly)

Associates a resource description with its Source.

Returns:

  • (RDF::Vocabulary::Term)


468
469
470
# File 'lib/rdf/vocab/mads.rb', line 468

def hasSource
  @hasSource
end

#hasTopMemberOfMADSSchemeRDF::Vocabulary::Term (readonly)

Identifies an Authority that is at the top of the hierarchy of authorities within the MADS Scheme.

Returns:

  • (RDF::Vocabulary::Term)


472
473
474
# File 'lib/rdf/vocab/mads.rb', line 472

def hasTopMemberOfMADSScheme
  @hasTopMemberOfMADSScheme
end

#hasTranslationVariantRDF::Vocabulary::Term (readonly)

A Variant whose label represents a translation of that of the authoritative label.

Returns:

  • (RDF::Vocabulary::Term)


476
477
478
# File 'lib/rdf/vocab/mads.rb', line 476

def hasTranslationVariant
  @hasTranslationVariant
end

#hasVariantRDF::Vocabulary::Term (readonly)

Associates a Variant with an Authority or Deprecrated Authority. Unless the variant type can be more specifically identified, use ‘hasVariant.’

Returns:

  • (RDF::Vocabulary::Term)


480
481
482
# File 'lib/rdf/vocab/mads.rb', line 480

def hasVariant
  @hasVariant
end

#hiddenLabelRDF::Vocabulary::Term (readonly)

A label entered for discovery purposes but not shown.

Returns:

  • (RDF::Vocabulary::Term)


484
485
486
# File 'lib/rdf/vocab/mads.rb', line 484

def hiddenLabel
  @hiddenLabel
end

#HierarchicalGeographicRDF::Vocabulary::Term (readonly)

A madsrdf:HierarchicalGeographic indicates that its label is the concatenation of labels from a sequence of madsrdf:Geographic types taken from one of the madsrdf:Geographic sub-classes such as madsrdf:City, madsrdf:Country, madsrdf:State, madsrdf:Region, madsrdf:Area, etc. The madsrdf:Geographic resources that constitute the madsrdf:HierarchicalGeographic should have a broader to narrower hierarchical relationship between them.

Returns:

  • (RDF::Vocabulary::Term)


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

def HierarchicalGeographic
  @HierarchicalGeographic
end

#historyNoteRDF::Vocabulary::Term (readonly)

A note pertaining to the history of the resource.

Returns:

  • (RDF::Vocabulary::Term)


488
489
490
# File 'lib/rdf/vocab/mads.rb', line 488

def historyNote
  @historyNote
end

#honoraryTitleRDF::Vocabulary::Term (readonly)

Designation indicative of royalty, nobility, or ecclesiastical rank or office, or a term of address for a person of religious vocation.

Returns:

  • (RDF::Vocabulary::Term)


492
493
494
# File 'lib/rdf/vocab/mads.rb', line 492

def honoraryTitle
  @honoraryTitle
end

#hoursRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


495
496
497
# File 'lib/rdf/vocab/mads.rb', line 495

def hours
  @hours
end

#IdentifierRDF::Vocabulary::Term (readonly)

A madsrdf:Identifier resource describes an identifier by associating the identifier value with its type. To be used to record identifiers for a resource in the absence of URIs.

Returns:

  • (RDF::Vocabulary::Term)


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

def Identifier
  @Identifier
end

#identifiesRWORDF::Vocabulary::Term (readonly)

Associates a madsrdf:Authority with the Real World Object that is the subject of the authority’s label.

Returns:

  • (RDF::Vocabulary::Term)


507
508
509
# File 'lib/rdf/vocab/mads.rb', line 507

def identifiesRWO
  @identifiesRWO
end

#idSchemeRDF::Vocabulary::Term (readonly)

The scheme associated with the identifier. For example, “LCCN” would be used when the Identifier Value (madsrdf:idValue) is a LC Control Number.

Returns:

  • (RDF::Vocabulary::Term)


499
500
501
# File 'lib/rdf/vocab/mads.rb', line 499

def idScheme
  @idScheme
end

#idValueRDF::Vocabulary::Term (readonly)

The value of the identifier conforming to the Identifier Scheme syntax.

Returns:

  • (RDF::Vocabulary::Term)


503
504
505
# File 'lib/rdf/vocab/mads.rb', line 503

def idValue
  @idValue
end

#isDemonymForRDF::Vocabulary::Term (readonly)

Establishes a relationship between an Authority that represents a Geographic place - Japan or Greece, for example - and an Authority that represents the demonym - Japanese or Greek, respectively - associated with the place.

Returns:

  • (RDF::Vocabulary::Term)


511
512
513
# File 'lib/rdf/vocab/mads.rb', line 511

def isDemonymFor
  @isDemonymFor
end

#isIdentifiedByAuthorityRDF::Vocabulary::Term (readonly)

Associates a Real World Object with its Authority description.

Returns:

  • (RDF::Vocabulary::Term)


515
516
517
# File 'lib/rdf/vocab/mads.rb', line 515

def isIdentifiedByAuthority
  @isIdentifiedByAuthority
end

#IslandRDF::Vocabulary::Term (readonly)

Describes a resource whose label is a tract of land surrounded by water and smaller than a continent but is not itself a separate country.

Returns:

  • (RDF::Vocabulary::Term)


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

def Island
  @Island
end

#isMemberOfMADSCollectionRDF::Vocabulary::Term (readonly)

Associates a Collection with a madsrdf:Authority or another madsrdf:MADSCollection.

Returns:

  • (RDF::Vocabulary::Term)


519
520
521
# File 'lib/rdf/vocab/mads.rb', line 519

def isMemberOfMADSCollection
  @isMemberOfMADSCollection
end

#isMemberOfMADSSchemeRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


522
523
524
# File 'lib/rdf/vocab/mads.rb', line 522

def isMemberOfMADSScheme
  @isMemberOfMADSScheme
end

#isTopMemberOfMADSSchemeRDF::Vocabulary::Term (readonly)

Identifies a MADS Scheme in which the Authority is at the top of the hierarchy.

Returns:

  • (RDF::Vocabulary::Term)


526
527
528
# File 'lib/rdf/vocab/mads.rb', line 526

def isTopMemberOfMADSScheme
  @isTopMemberOfMADSScheme
end

#LanguageRDF::Vocabulary::Term (readonly)

Describes a resource whose label represents a language.

Returns:

  • (RDF::Vocabulary::Term)


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

def Language
  @Language
end

#LanguageElementRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


118
119
120
# File 'lib/rdf/vocab/mads.rb', line 118

def LanguageElement
  @LanguageElement
end

#MADSCollectionRDF::Vocabulary::Term (readonly)

A madsrdf:Collection is an organizational unit, members of which will have some form of intellectually unifying theme but not to the extent that it defines an independent knowledge organization system. It aggregates madsrdf:Authority descriptions or other madsrdf:MADSCollection resources.

Returns:

  • (RDF::Vocabulary::Term)


122
123
124
# File 'lib/rdf/vocab/mads.rb', line 122

def MADSCollection
  @MADSCollection
end

#MADSSchemeRDF::Vocabulary::Term (readonly)

MADS Scheme is an organizational unit that describes a knowledge organization system. It aggregates madsrdf:Authority descriptions and/or madsrdf:MADSCollection resources included in the knowledge organization system. Including a madsrdf:MADSCollection within a madsrdf:MADSScheme should be done with care; when a madsrdf:MADSCollection is part of a madsrdf:MADSScheme, then any madsrdf:Authority within that madsrdf:MADSCollection is effectively also in the madsrdf:MADSScheme.

Returns:

  • (RDF::Vocabulary::Term)


126
127
128
# File 'lib/rdf/vocab/mads.rb', line 126

def MADSScheme
  @MADSScheme
end

#MADSTypeRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


129
130
131
# File 'lib/rdf/vocab/mads.rb', line 129

def MADSType
  @MADSType
end

#MainTitleElementRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


132
133
134
# File 'lib/rdf/vocab/mads.rb', line 132

def MainTitleElement
  @MainTitleElement
end

#NameRDF::Vocabulary::Term (readonly)

Describes a resource whose label represents a name, especially when a more precise Name type (madsrdf:ConferenceName, masdrdf:FamilyName, etc.) cannot be identified.

Returns:

  • (RDF::Vocabulary::Term)


136
137
138
# File 'lib/rdf/vocab/mads.rb', line 136

def Name
  @Name
end

#NameElementRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


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

def NameElement
  @NameElement
end

#NameTitleRDF::Vocabulary::Term (readonly)

The label of a madsrdf:NameTitle resource is the concatenation of a label of a madsrdf:Name description and the label of a madsrdf:Title description. Both description types (madsrdf:Name and madsrdf:Title) are of madsrdf:SimpleType types.

Returns:

  • (RDF::Vocabulary::Term)


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

def NameTitle
  @NameTitle
end

#natureOfAffiliationRDF::Vocabulary::Term (readonly)

Records the individual’s role or position in the organization with which the individual is affiliated. A “job title” might be appropriate.

Returns:

  • (RDF::Vocabulary::Term)


530
531
532
# File 'lib/rdf/vocab/mads.rb', line 530

def natureOfAffiliation
  @natureOfAffiliation
end

#NonSortElementRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


146
147
148
# File 'lib/rdf/vocab/mads.rb', line 146

def NonSortElement
  @NonSortElement
end

#noteRDF::Vocabulary::Term (readonly)

A note about the resource.

Returns:

  • (RDF::Vocabulary::Term)


534
535
536
# File 'lib/rdf/vocab/mads.rb', line 534

def note
  @note
end

#occupationRDF::Vocabulary::Term (readonly)

A profession or occupation in which the person works or has worked.

Returns:

  • (RDF::Vocabulary::Term)


538
539
540
# File 'lib/rdf/vocab/mads.rb', line 538

def occupation
  @occupation
end

#OccupationRDF::Vocabulary::Term (readonly)

Describes a resource whose label represents an occcupation.

Returns:

  • (RDF::Vocabulary::Term)


150
151
152
# File 'lib/rdf/vocab/mads.rb', line 150

def Occupation
  @Occupation
end

#organizationRDF::Vocabulary::Term (readonly)

The group or organization with which an individual is associated.

Returns:

  • (RDF::Vocabulary::Term)


542
543
544
# File 'lib/rdf/vocab/mads.rb', line 542

def organization
  @organization
end

#PartNameElementRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


153
154
155
# File 'lib/rdf/vocab/mads.rb', line 153

def PartNameElement
  @PartNameElement
end

#PartNumberElementRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


156
157
158
# File 'lib/rdf/vocab/mads.rb', line 156

def PartNumberElement
  @PartNumberElement
end

#PersonalNameRDF::Vocabulary::Term (readonly)

Describes a resource whose label represents a personal name.

Returns:

  • (RDF::Vocabulary::Term)


160
161
162
# File 'lib/rdf/vocab/mads.rb', line 160

def PersonalName
  @PersonalName
end

#phoneRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


545
546
547
# File 'lib/rdf/vocab/mads.rb', line 545

def phone
  @phone
end

#postcodeRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


548
549
550
# File 'lib/rdf/vocab/mads.rb', line 548

def postcode
  @postcode
end

#prominentFamilyMemberRDF::Vocabulary::Term (readonly)

A well-known individual who is a member of the family.

Returns:

  • (RDF::Vocabulary::Term)


552
553
554
# File 'lib/rdf/vocab/mads.rb', line 552

def prominentFamilyMember
  @prominentFamilyMember
end

#ProvinceRDF::Vocabulary::Term (readonly)

Describes a resource whose label is a first order political division, e.g. Ontario, within a country, e.g. Canada.

Returns:

  • (RDF::Vocabulary::Term)


164
165
166
# File 'lib/rdf/vocab/mads.rb', line 164

def Province
  @Province
end

#RegionRDF::Vocabulary::Term (readonly)

Describes a resource whose label is an area that has the status of a jurisdiction, usually incorporating more than one first level jurisdiction.

Returns:

  • (RDF::Vocabulary::Term)


172
173
174
# File 'lib/rdf/vocab/mads.rb', line 172

def Region
  @Region
end

#RWORDF::Vocabulary::Term (readonly)

A madsrdf:RWO is an abstract entity and identifies a Real World Object (RWO) identified by the label of a madsrdf:Authority or madsrdf:DeprecatedAuthority.

Returns:

  • (RDF::Vocabulary::Term)


168
169
170
# File 'lib/rdf/vocab/mads.rb', line 168

def RWO
  @RWO
end

#scopeNoteRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


555
556
557
# File 'lib/rdf/vocab/mads.rb', line 555

def scopeNote
  @scopeNote
end

#seeRDF::Vocabulary::Term (readonly)

Denotes a relationship between two resources. The relationship may or may or may not be reciprocated and there is no certainty that the related resource will further illuminate the original resource. Sub-properties can be used to more specifically identify the nature of the relationship.

Returns:

  • (RDF::Vocabulary::Term)


559
560
561
# File 'lib/rdf/vocab/mads.rb', line 559

def see
  @see
end

#SimpleTypeRDF::Vocabulary::Term (readonly)

madsrdf:SimpleType is a resource with a label constituting a single word or phrase.

Returns:

  • (RDF::Vocabulary::Term)


176
177
178
# File 'lib/rdf/vocab/mads.rb', line 176

def SimpleType
  @SimpleType
end

#SourceRDF::Vocabulary::Term (readonly)

A resource that represents the source of information about another resource. madsrdf:Source is a type of citation.

Returns:

  • (RDF::Vocabulary::Term)


180
181
182
# File 'lib/rdf/vocab/mads.rb', line 180

def Source
  @Source
end

#StateRDF::Vocabulary::Term (readonly)

Describes a resource whose label is a first order political division, e.g. Montana, within a country, e.g. U.S.

Returns:

  • (RDF::Vocabulary::Term)


184
185
186
# File 'lib/rdf/vocab/mads.rb', line 184

def State
  @State
end

#stateRDF::Vocabulary::Term (readonly)

The state associated with an address.

Returns:

  • (RDF::Vocabulary::Term)


563
564
565
# File 'lib/rdf/vocab/mads.rb', line 563

def state
  @state
end

#streetAddressRDF::Vocabulary::Term (readonly)

First line of address. For second line, use madsrdf:extendedAddress.

Returns:

  • (RDF::Vocabulary::Term)


567
568
569
# File 'lib/rdf/vocab/mads.rb', line 567

def streetAddress
  @streetAddress
end

#SubTitleElementRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


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

def SubTitleElement
  @SubTitleElement
end

#TemporalRDF::Vocabulary::Term (readonly)

Describes a resource whose label represents a time-based notion.

Returns:

  • (RDF::Vocabulary::Term)


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

def Temporal
  @Temporal
end

#TemporalElementRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


194
195
196
# File 'lib/rdf/vocab/mads.rb', line 194

def TemporalElement
  @TemporalElement
end

#terminateDateRDF::Vocabulary::Term (readonly)

The year a corporate body was terminated. Date of termination may also include the month and day of the corporate body’s termination.

Returns:

  • (RDF::Vocabulary::Term)


571
572
573
# File 'lib/rdf/vocab/mads.rb', line 571

def terminateDate
  @terminateDate
end

#TermsOfAddressNameElementRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


197
198
199
# File 'lib/rdf/vocab/mads.rb', line 197

def TermsOfAddressNameElement
  @TermsOfAddressNameElement
end

#TerritoryRDF::Vocabulary::Term (readonly)

Describes a resource whose label is a geographical area belonging to or under the jurisdiction of a governmental authority.

Returns:

  • (RDF::Vocabulary::Term)


201
202
203
# File 'lib/rdf/vocab/mads.rb', line 201

def Territory
  @Territory
end

#TitleRDF::Vocabulary::Term (readonly)

Describes a resource whose label represents a title.

Returns:

  • (RDF::Vocabulary::Term)


205
206
207
# File 'lib/rdf/vocab/mads.rb', line 205

def Title
  @Title
end

#TitleElementRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


208
209
210
# File 'lib/rdf/vocab/mads.rb', line 208

def TitleElement
  @TitleElement
end

#TopicRDF::Vocabulary::Term (readonly)

Describes a resource whose label represents a topic.

Returns:

  • (RDF::Vocabulary::Term)


212
213
214
# File 'lib/rdf/vocab/mads.rb', line 212

def Topic
  @Topic
end

#TopicElementRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


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

def TopicElement
  @TopicElement
end

#useForRDF::Vocabulary::Term (readonly)

“Use [This Resource] For.” Traditional “USE FOR” reference.

Returns:

  • (RDF::Vocabulary::Term)


575
576
577
# File 'lib/rdf/vocab/mads.rb', line 575

def useFor
  @useFor
end

#useInsteadRDF::Vocabulary::Term (readonly)

“Use [This Other Resource] Instead.” Traditional “USE” reference.

Returns:

  • (RDF::Vocabulary::Term)


579
580
581
# File 'lib/rdf/vocab/mads.rb', line 579

def useInstead
  @useInstead
end

#VariantRDF::Vocabulary::Term (readonly)

A resource whose label is the alternate form of an Authority or Deprecated Authority.

Returns:

  • (RDF::Vocabulary::Term)


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

def Variant
  @Variant
end

#variantLabelRDF::Vocabulary::Term (readonly)

The lexical, variant form of an authoritative label.

Returns:

  • (RDF::Vocabulary::Term)


583
584
585
# File 'lib/rdf/vocab/mads.rb', line 583

def variantLabel
  @variantLabel
end

#workOriginRDF::Vocabulary::Term (readonly)

The country or other territorial jurisdiction from which a work originated.

Returns:

  • (RDF::Vocabulary::Term)


587
588
589
# File 'lib/rdf/vocab/mads.rb', line 587

def workOrigin
  @workOrigin
end