Class: RDF::Vocab::DC11

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

Overview

Vocabulary for <purl.org/dc/elements/1.1/>

Dublin Core Metadata Element Set, Version 1.1

Instance Attribute Summary collapse

Instance Attribute Details

#contributorRDF::Vocabulary::Term (readonly)

An entity responsible for making contributions to the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

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)


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

def coverage
  @coverage
end

#creatorRDF::Vocabulary::Term (readonly)

An entity primarily responsible for making the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

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)


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

def date
  @date
end

#descriptionRDF::Vocabulary::Term (readonly)

An account of the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def description
  @description
end

#formatRDF::Vocabulary::Term (readonly)

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

Returns:

  • (RDF::Vocabulary::Term)


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

def format
  @format
end

#identifierRDF::Vocabulary::Term (readonly)

An unambiguous reference to the resource within a given context.

Returns:

  • (RDF::Vocabulary::Term)


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

def identifier
  @identifier
end

#languageRDF::Vocabulary::Term (readonly)

A language of the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def language
  @language
end

#publisherRDF::Vocabulary::Term (readonly)

An entity responsible for making the resource available.

Returns:

  • (RDF::Vocabulary::Term)


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

def publisher
  @publisher
end

#relationRDF::Vocabulary::Term (readonly)

A related resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def relation
  @relation
end

#rightsRDF::Vocabulary::Term (readonly)

Information about rights held in and over the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def rights
  @rights
end

#sourceRDF::Vocabulary::Term (readonly)

A related resource from which the described resource is derived.

Returns:

  • (RDF::Vocabulary::Term)


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

def source
  @source
end

#subjectRDF::Vocabulary::Term (readonly)

The topic of the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def subject
  @subject
end

#titleRDF::Vocabulary::Term (readonly)

A name given to the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def title
  @title
end

#typeRDF::Vocabulary::Term (readonly)

The nature or genre of the resource.

Returns:

  • (RDF::Vocabulary::Term)


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

def type
  @type
end