Sha256: dee8835b6117286123bc133f7bc97c364a5ed877952aba40e8830e74f21f44e1

Contents?: true

Size: 615 Bytes

Versions: 32

Compression:

Stored size: 615 Bytes

Contents

Iqvoc.default_rdf_namespace_helper_methods.each do |meth|
  document.namespaces(self.send(meth))
end

document << @collection.build_rdf_subject(document, controller) do |collection|
  @collection.labelings.each do |labeling|
    labeling.build_rdf(document, collection)
  end

  @collection.note_skos_definitions.each do |n|
    n.build_rdf(document, collection)
  end

  @collection.concepts.each do |concept|
    collection.Skos::member(IqRdf.build_uri(concept.origin))
  end

  @collection.subcollections.each do |subcollection|
    collection.Skos::member(IqRdf::Coll.build_uri(subcollection.origin))
  end

end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
iqvoc-3.2.11 app/views/collections/show.iqrdf
iqvoc-3.2.10 app/views/collections/show.iqrdf
iqvoc-3.2.9 app/views/collections/show.iqrdf
iqvoc-4.0.8 app/views/collections/show.iqrdf
iqvoc-4.0.7 app/views/collections/show.iqrdf
iqvoc-4.0.6 app/views/collections/show.iqrdf
iqvoc-4.0.5 app/views/collections/show.iqrdf
iqvoc-4.0.4 app/views/collections/show.iqrdf
iqvoc-4.0.3 app/views/collections/show.iqrdf
iqvoc-4.0.2 app/views/collections/show.iqrdf
iqvoc-3.2.8 app/views/collections/show.iqrdf
iqvoc-4.0.1 app/views/collections/show.iqrdf
iqvoc-4.0.0 app/views/collections/show.iqrdf
iqvoc-3.5.7 app/views/collections/show.iqrdf
iqvoc-3.5.6 app/views/collections/show.iqrdf
iqvoc-3.5.5 app/views/collections/show.iqrdf
iqvoc-3.5.4 app/views/collections/show.iqrdf
iqvoc-3.2.7 app/views/collections/show.iqrdf
iqvoc-3.5.3 app/views/collections/show.iqrdf
iqvoc-3.5.2 app/views/collections/show.iqrdf