<?php
require '../include/gnomoradio.inc';

my_header(array('title'=>'RDF Information for Artists', 'topdir'=>'../', 'page'=>'artists/rdf-details.php'));
?>

<h3>RDF Information for Artists</h3>

<p>After entering the information about your music into <a href="rainbow-builder.php">Rainbow Builder</a>, you will be given a machine-readable RDF file, which you must save to your hard drive and publish on the world wide web.</p>

<p>It is best to post the file in unmodified form on a web server, along with the music that it describes.  Advanced users may wish to embed it in a larger HTML file within comment tags.  This use is supported, but you should be aware that embedding multiple RDF files within the same HTML page is not permitted.</p>

<p>Also, it is necessary that the <tt>xml:base</tt> attribute corresponds to the location where the file is published on the world wide web.  Rainbow Builder will take care of this for you, as long as you enter the correct target URL.</p>

<p>We are working to fully document our RDF specification and to provide schemas for it.  If you are interested in helping us, please let us know.  If you have any other questions, please contact the <a href="http://mail.nongnu.org/mailman/listinfo/gnomoradio-artists">gnomoradio-artists</a> mailing list.</p>

<?php
my_footer(array());
?>
