diff --git a/components/includes/footer.inc b/components/includes/footer.inc index 1236b118d1e3e3393b47b6f36cd32b1d32835d45..41c7334ec9621c6d9ef9c5b864ea21ad8580337f 100755 --- a/components/includes/footer.inc +++ b/components/includes/footer.inc @@ -67,15 +67,15 @@ <div class="row"> <hr style="border: 1px solid #ddd;"> <div class="col-md-12"> - <p xmlns:dct="http://purl.org/dc/terms/" xmlns:dcat="http://www.w3.org/ns/dcat#"> <div typeof="dcat:Dataset" resource="http://data.ub.uib.no/dataset/marcus"> - <a rel="dc:license" href="http://creativecommons.org/publicdomain/zero/1.0/"> - <img src="/img/cc.large.png" style="border-style: none;" width="20px" alt="CC0" /> - <img src="/img/zero.large.png" style="border-style: none;" width="20px" alt="CC0" /> - </a> - <small><span rel="dct:publisher" resource="http://data.ub.uib.no/instance/organization/universitetsbiblioteket-i-bergen">Universitetsbiblioteket i Bergen</span> deler all metadata på denne siden fritt.</small><br> - <small>Innholdet i Marcus er derimot ikke delt med CC0. Innhold vil bli merket med korrekt lisens.</small> - </p> + <p> + <a rel="dct:license" href="http://creativecommons.org/publicdomain/zero/1.0/"> + <img src="/img/cc.large.png" style="border-style: none;" width="20px" alt="CC0" /> + <img src="/img/zero.large.png" style="border-style: none;" width="20px" alt="CC0" /> + </a> + <small property="dct:rights"><span rel="dct:publisher" resource="http://data.ub.uib.no/instance/organization/universitetsbiblioteket-i-bergen">Universitetsbiblioteket i Bergen</span> deler <span property="dct:title">Marcus datasettet</span> fritt.</small><br> + <small>Innholdet i Marcus er derimot ikke delt med CC0. Innhold vil bli merket med korrekt lisens.</small> + </p> </div> <p><small>Feil på sidene? Kontakt <a href="maito:tarje.lavik@ub.uib.no">webredaktør</a>.</small></p> </div> diff --git a/components/includes/header.inc b/components/includes/header.inc index 6a6d5ae483beca941d5c7e4d6d138cb9c29ac875..f354174fabe39ab27d7f4bd475f936f1096a8b3a 100755 --- a/components/includes/header.inc +++ b/components/includes/header.inc @@ -1,5 +1,7 @@ <!DOCTYPE html> -<html lang="no" prefix="og: http://ogp.me/ns#"> +<html lang="no" prefix="og: http://ogp.me/ns# + dct: http://purl.org/dc/terms/ + dcat: http://www.w3.org/ns/dcat#"> <head> <meta charset="utf-8">