Sha256: d583b75fec80643045e7a4050f71d240a3894d7dbd6c30c95d90eba286fe8af5

Contents?: true

Size: 342 Bytes

Versions: 12

Compression:

Stored size: 342 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(Iqvoc.config['title'].parameterize, ns.build_uri('Dataset')) do |dataset|
  dataset.dct.title Iqvoc.config['title']
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
iqvoc-4.10.0 app/views/rdf/dataset.iqrdf
iqvoc-4.9.0 app/views/rdf/dataset.iqrdf
iqvoc-4.8.2 app/views/rdf/dataset.iqrdf
iqvoc-4.8.1 app/views/rdf/dataset.iqrdf
iqvoc-4.8.0 app/views/rdf/dataset.iqrdf
iqvoc-4.7.0 app/views/rdf/dataset.iqrdf
iqvoc-4.6.1 app/views/rdf/dataset.iqrdf
iqvoc-4.5.2 app/views/rdf/dataset.iqrdf
iqvoc-4.6.0 app/views/rdf/dataset.iqrdf
iqvoc-4.5.1 app/views/rdf/dataset.iqrdf
iqvoc-4.5.0 app/views/rdf/dataset.iqrdf
iqvoc-4.4.0 app/views/rdf/dataset.iqrdf