Sha256: 89ca538cab1c9f794013a914903a2adcb23f81e7a36b5cdba6ea91a3da1e8591

Contents?: true

Size: 539 Bytes

Versions: 26

Compression:

Stored size: 539 Bytes

Contents

xml.instruct! :xml, :version=>"1.0"
xml.rdf(:RDF,
        'xmlns'  => "http://purl.org/rss/1.0/",
        'xmlns:rdf'  => "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
        'xmlns:dc' => "http://purl.org/dc/elements/1.1/",
        'xmlns:dcterms' => "http://purl.org/dc/terms/",
        'xmlns:dcndl' => "http://ndl.go.jp/dcndl/terms/",
        'xmlns:foaf' => "http://xmlns.com/foaf/0.1/",
        'xmlns:rdfs' =>"http://www.w3.org/2000/01/rdf-schema#") do
  xml << render('manifestations/show', :manifestation => @manifestation)
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre17 app/views/manifestations/show.rdf.builder
enju_biblio-0.1.0.pre16 app/views/manifestations/show.rdf.builder
enju_biblio-0.1.0.pre15 app/views/manifestations/show.rdf.builder
enju_biblio-0.1.0.pre14 app/views/manifestations/show.rdf.builder
enju_biblio-0.1.0.pre13 app/views/manifestations/show.rdf.builder
enju_biblio-0.1.0.pre12 app/views/manifestations/show.rdf.builder
enju_biblio-0.1.0.pre11 app/views/manifestations/show.rdf.builder
enju_biblio-0.1.0.pre10 app/views/manifestations/show.rdf.builder
enju_biblio-0.1.0.pre9 app/views/manifestations/show.rdf.builder
enju_biblio-0.1.0.pre8 app/views/manifestations/show.rdf.builder
enju_biblio-0.1.0.pre7 app/views/manifestations/show.rdf.builder
enju_biblio-0.1.0.pre6 app/views/manifestations/show.rdf.builder
enju_biblio-0.1.0.pre5 app/views/manifestations/show.rdf.builder
enju_biblio-0.1.0.pre4 app/views/manifestations/show.rdf.builder
enju_biblio-0.1.0.pre3 app/views/manifestations/show.rdf.builder
enju_biblio-0.1.0.pre2 app/views/manifestations/show.rdf.builder
enju_biblio-0.1.0.pre app/views/manifestations/show.rdf.builder
enju_biblio-0.0.9 app/views/manifestations/show.rdf.builder
enju_biblio-0.0.8 app/views/manifestations/show.rdf.builder
enju_biblio-0.0.7 app/views/manifestations/show.rdf.builder