<?xml version="1.0"?><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr"><head><title>EER - ERIS and Magnet URI</title><style type="text/css">body {
    max-width: 900px;
    margin-top: 3em;
    margin-bottom: 5em;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    line-height: 1.6;
    font-family: &quot;courier new&quot;, courier, monospace;
    font-size: 12pt;
}

#logo {
    margin: auto;
    width: 70px;
    display: block;
}

nav ul {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
}
nav ul li {
    margin: auto; padding: 2.0rem;
}
nav ul li a::before {
    content: &quot;[&quot;
}
nav ul li a::after {
    content: &quot;]&quot;
}

.banner {width: 25%; display: block; margin: auto; padding: 2.0rem;}
.banners {display: flex;}

h1 {text-align: center;}

h2 {margin-top: 4em; text-align: center;}

h3 {margin-top: 2em;}

table {border-collapse: collapse; width: 100%; margin: 1.5rem 0;}

td, th {border: 1px solid black; text-align: left; padding: 0.5rem;}

th {background: goldenrod; font-weight: bold;}

pre {
    max-width: 100%;
    overflow: auto;
}

code {
    font-size: 90%;
    background-color: whitesmoke;
}


figure {width: 80%; display: block; margin: auto; padding: 2.0rem;}
img { margin: auto; max-width: 70%; }
footer { text-align: right; font-weight: 200; padding-top: 5em; }
footer span { padding: 0 0.5em 0 0.5em; }
</style></head><body><svg id="logo" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"><defs><clipPath id="inside"><circle cx="16" cy="16" r="12" /></clipPath></defs><circle cx="16" cy="16" r="14" fill="goldenrod" stroke="black" stroke-width="2" /><path id="symbol" d="M 6,6 A 8,8 0 0,1 6,26 M 16,1 V 31 M 26,6 A 8,8 0 0,0 26,26" fill="none" stroke="black" stroke-width="2" clip-path="url(#inside)" /></svg><nav><a href="index.html">back to index</a></nav><article><h1>ERIS and Magnet URI</h1><p>One of the design goals of ERIS is interoperability with existing systems by the use of URIs. The ERIS specification defines its own <a href="http://purl.org/eris#name-urn">URN format</a>, but in practice this is hardly enough to make ERIS usable. This document presents some recomendations on how to embed and extend ERIS URNs by using <a href="https://en.wikipedia.org/wiki/Magnet_URI_scheme">Magnet URIs</a>.</p><h2>Magnet URI</h2><p>Magnet URIs consist of a series of one or more parameters.</p><p>The most important parameter is <code>xt</code> (eXact Topic) which describes the content exactly. For ERIS encoded content the <code>xt</code> parameter should be set to the ERIS URN:</p><pre><code>magnet:xt=urn:eris:BIAJ4PS…PIB3CDY</code></pre><p>Further parameters can be used to attribute content with a human readable name (using the <code>dn</code> paramter) or an exact length (using the <code>xl</code> parameter):</p><pre><code>magnet:xt=urn:eris:BIAJ4PS…PIB3CDY&amp;dn=eris.svg&amp;xl=539</code></pre><p>See the <a href="https://en.wikipedia.org/wiki/Magnet_URI_scheme">Wikipedia page on Magnet URIs</a> for other parameters.</p></article><footer><span><a href="https://codeberg.org/eris/eer/" title="Git repository from which this site is generated">Git</a></span><span><a href="https://creativecommons.org/licenses/by-sa/4.0/" title="Content licensed as CC-BY-SA-4.0">CC-BY-SA-4.0</a></span></footer></body></html>