Module: RdfNamespacesHelper

Included in:
SkosExporter
Defined in:
app/helpers/rdf_namespaces_helper.rb

Instance Method Summary collapse

Instance Method Details

#iqvoc_default_rdf_namespacesObject



4
5
6
7
8
9
# File 'app/helpers/rdf_namespaces_helper.rb', line 4

def iqvoc_default_rdf_namespaces
  Iqvoc.rdf_namespaces.merge({
    default: root_url(format: nil, lang: nil, trailing_slash: true),
    schema: schema_url(format: nil, anchor: '', lang: nil)
  })
end