Sha256: defab06a797531675aa8f2cd0e2b951d16114e4ffcd19eb9f8ff37f43a4f92b9

Contents?: true

Size: 312 Bytes

Versions: 8

Compression:

Stored size: 312 Bytes

Contents

RdfNamespacesHelper.instance_methods.each do |meth|
  namespaces = send(meth)
  document.namespaces(namespaces) if namespaces.is_a?(Hash)
end

ns = IqRdf::Namespace.find_namespace_class(:void)

document << IqRdf.build_uri(@title.parameterize, ns.build_uri('Dataset')) do |dataset|
  dataset.dct.title @title
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/views/rdf/dataset.iqrdf
iqvoc-4.14.4 app/views/rdf/dataset.iqrdf
iqvoc-4.13.2 app/views/rdf/dataset.iqrdf
iqvoc-4.13.0 app/views/rdf/dataset.iqrdf
iqvoc-4.12.1 app/views/rdf/dataset.iqrdf
iqvoc-4.12.0 app/views/rdf/dataset.iqrdf
iqvoc-4.11.1 app/views/rdf/dataset.iqrdf
iqvoc-4.11.0 app/views/rdf/dataset.iqrdf