Sha256: b0604622d81953a3111940a937589e7f2ad23ba63a5238acbee4e849161a926e

Contents?: true

Size: 521 Bytes

Versions: 13

Compression:

Stored size: 521 Bytes

Contents

module RDF
  # This is an approximation of a refinement. At present it is perhaps not
  # adequate, but by marking the property as 'contributor#advisor' the
  # URL resolves to the DC Term 'contributor'
  class EtdMs < Vocabulary("http://www.ndltd.org/standards/metadata/etdms/1.1/")
    property :thesis
    property :degree
    property :name
    property :level
    property :discipline
    property :grantor
    property :role #not really a property of ETD-MS, but easier than having all the MARC relators
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
curate-0.6.6 lib/rdf/etd_ms.rb
curate-0.6.5 lib/rdf/etd_ms.rb
curate-0.6.4 lib/rdf/etd_ms.rb
curate-0.6.3 lib/rdf/etd_ms.rb
curate-0.6.1 lib/rdf/etd_ms.rb
curate-0.6.0 lib/rdf/etd_ms.rb
curate-0.5.6 lib/rdf/etd_ms.rb
curate-0.5.5 lib/rdf/etd_ms.rb
curate-0.5.4 lib/rdf/etd_ms.rb
curate-0.5.2 lib/rdf/etd_ms.rb
curate-0.5.1 lib/rdf/etd_ms.rb
curate-0.5.0 lib/rdf/etd_ms.rb
curate-0.4.2 lib/rdf/etd_ms.rb