Class: RDF::Vocab::DCMIType

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

Overview

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

DCMI Type Vocabulary

Instance Attribute Summary collapse

Instance Attribute Details

#CollectionRDF::Vocabulary::Term (readonly)

An aggregation of resources.

Returns:

  • (RDF::Vocabulary::Term)


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

def Collection
  @Collection
end

#DatasetRDF::Vocabulary::Term (readonly)

Data encoded in a defined structure.

Returns:

  • (RDF::Vocabulary::Term)


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

def Dataset
  @Dataset
end

#EventRDF::Vocabulary::Term (readonly)

A non-persistent, time-based occurrence.

Returns:

  • (RDF::Vocabulary::Term)


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

def Event
  @Event
end

#ImageRDF::Vocabulary::Term (readonly)

A visual representation other than text.

Returns:

  • (RDF::Vocabulary::Term)


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

def Image
  @Image
end

#InteractiveResourceRDF::Vocabulary::Term (readonly)

A resource requiring interaction from the user to be understood, executed, or experienced.

Returns:

  • (RDF::Vocabulary::Term)


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

def InteractiveResource
  @InteractiveResource
end

#MovingImageRDF::Vocabulary::Term (readonly)

A series of visual representations imparting an impression of motion when shown in succession.

Returns:

  • (RDF::Vocabulary::Term)


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

def MovingImage
  @MovingImage
end

#PhysicalObjectRDF::Vocabulary::Term (readonly)

An inanimate, three-dimensional object or substance.

Returns:

  • (RDF::Vocabulary::Term)


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

def PhysicalObject
  @PhysicalObject
end

#ServiceRDF::Vocabulary::Term (readonly)

A system that provides one or more functions.

Returns:

  • (RDF::Vocabulary::Term)


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

def Service
  @Service
end

#SoftwareRDF::Vocabulary::Term (readonly)

A computer program in source or compiled form.

Returns:

  • (RDF::Vocabulary::Term)


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

def Software
  @Software
end

#SoundRDF::Vocabulary::Term (readonly)

A resource primarily intended to be heard.

Returns:

  • (RDF::Vocabulary::Term)


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

def Sound
  @Sound
end

#StillImageRDF::Vocabulary::Term (readonly)

A static visual representation.

Returns:

  • (RDF::Vocabulary::Term)


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

def StillImage
  @StillImage
end

#TextRDF::Vocabulary::Term (readonly)

A resource consisting primarily of words for reading.

Returns:

  • (RDF::Vocabulary::Term)


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

def Text
  @Text
end