Module: Briard::Writers::RdfXmlWriter
- Included in:
- MetadataUtils
- Defined in:
- lib/briard/writers/rdf_xml_writer.rb
Instance Method Summary collapse
Instance Method Details
#rdf_xml ⇒ Object
6 7 8 |
# File 'lib/briard/writers/rdf_xml_writer.rb', line 6 def rdf_xml graph.dump(:rdfxml, prefixes: { schema: 'http://schema.org/' }) end |