]> pere.pagekite.me Git - homepage.git/blobdiff - blog/index.html
Generated.
[homepage.git] / blog / index.html
index 2b054ba053b5a0d926a2924425ec7111dd6b5a7f..f2f34cd091348ca2fbf60c3effeb0c864b203e10 100644 (file)
 
 
     
+    <div class="entry">
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Locating_IMDB_IDs_of_movies_in_the_Internet_Archive_using_Wikidata.html">Locating IMDB IDs of movies in the Internet Archive using Wikidata</a></div>
+      <div class="date">25th October 2017</div>
+      <div class="body"><p>Recently, I needed to automatically check the copyright status of a
+set of <a href="http://www.imdb.com/">The Internet Movie database
+(IMDB)</a> entries, to figure out which one of the movies they refer
+to can be freely distributed on the Internet.  This proved to be
+harder than it sounds.  IMDB for sure list movies without any
+copyright protection, where the copyright protection has expired or
+where the movie is lisenced using a permissive license like one from
+Creative Commons.  These are mixed with copyright protected movies,
+and there seem to be no way to separate these classes of movies using
+the information in IMDB.</p>
+
+<p>First I tried to look up entries manually in IMDB,
+<a href="https://www.wikipedia.org/">Wikipedia</a> and
+<a href="https://www.archive.org/">The Internet Archive</a>, to get a
+feel how to do this.  It is hard to know for sure using these sources,
+but it should be possible to be reasonable confident a movie is "out
+of copyright" with a few hours work per movie.  As I needed to check
+almost 20,000 entries, this approach was not sustainable.  I simply
+can not work around the clock for about 6 years to check this data
+set.</p>
+
+<p>I asked the people behind The Internet Archive if they could
+introduce a new metadata field in their metadata XML for IMDB ID, but
+was told that they leave it completely to the uploaders to update the
+metadata.  Some of the metadata entries had IMDB links in the
+description, but I found no way to download all metadata files in bulk
+to locate those ones and put that approach aside.</p>
+
+<p>In the process I noticed several Wikipedia articles about movies
+had links to both IMDB and The Internet Archive, and it occured to me
+that I could use the Wikipedia RDF data set to locate entries with
+both, to at least get a lower bound on the number of movies on The
+Internet Archive with a IMDB ID.  This is useful based on the
+assumption that movies distributed by The Internet Archive can be
+legally distributed on the Internet.  With some help from the RDF
+community (thank you DanC), I was able to come up with this query to
+pass to <a href="https://query.wikidata.org/">the SPARQL interface on
+Wikidata</a>:
+
+<p><pre>
+SELECT ?work ?imdb ?ia ?when ?label
+WHERE
+{
+  ?work wdt:P31/wdt:P279* wd:Q11424.
+  ?work wdt:P345 ?imdb.
+  ?work wdt:P724 ?ia.
+  OPTIONAL {
+        ?work wdt:P577 ?when.
+        ?work rdfs:label ?label.
+        FILTER(LANG(?label) = "en").
+  }
+}
+</pre></p>
+
+<p>If I understand the query right, for every film entry anywhere in
+Wikpedia, it will return the IMDB ID and The Internet Archive ID, and
+when the movie was released and its English title, if either or both
+of the latter two are available.  At the moment the result set contain
+2338 entries.  Of course, it depend on volunteers including both
+correct IMDB and The Internet Archive IDs in the wikipedia articles
+for the movie.  It should be noted that the result will include
+duplicates if the movie have entries in several languages.  There are
+some bogus entries, either because The Internet Archive ID contain a
+typo or because the movie is not available from The Internet Archive.
+I did not verify the IMDB IDs, as I am unsure how to do that
+automatically.</p>
+
+<p>I wrote a small python script to extract the data set from Wikidata
+and check if the XML metadata for the movie is available from The
+Internet Archive, and after around 1.5 hour it produced a list of 2097
+free movies and their IMDB ID.  In total, 171 entries in Wikidata lack
+the refered Internet Archive entry.  I assume the 60 "disappearing"
+entries (ie 2338-2097-171) are duplicate entries.</p>
+
+<p>This is not too bad, given that The Internet Archive report to
+contain <a href="https://archive.org/details/feature_films">5331
+feature films</a> at the moment, but it also mean more than 3000
+movies are missing on Wikipedia or are missing the pair of references
+on Wikipedia.</p>
+
+<p>I was curious about the distribution by release year, and made a
+little graph to show how the amount of free movies is spread over the
+years:<p>
+
+<p><img src="http://people.skolelinux.org/pere/blog/images/2017-10-25-verk-i-det-fri-filmer.png"></p>
+
+<p>I expect the relative distribution of the remaining 3000 movies to
+be similar.</p>
+
+<p>If you want to help, and want to ensure Wikipedia can be used to
+cross reference The Internet Archive and The Internet Movie Database,
+please make sure entries like this are listed under the "External
+links" heading on the Wikipedia article for the movie:</p>
+
+<p><pre>
+* {{Internet Archive film|id=FightingLady}}
+* {{IMDb title|id=0036823|title=The Fighting Lady}}
+</pre></p>
+
+<p>Please verify the links on the final page, to make sure you did not
+introduce a typo.</p>
+
+<p>Here is the complete list, if you want to correct the 171
+identified Wikipedia entries with broken links to The Internet
+Archive: <a href="http://www.wikidata.org/entity/Q1140317">Q1140317</a>, 
+<a href="http://www.wikidata.org/entity/Q458656">Q458656</a>, 
+<a href="http://www.wikidata.org/entity/Q458656">Q458656</a>, 
+<a href="http://www.wikidata.org/entity/Q470560">Q470560</a>, 
+<a href="http://www.wikidata.org/entity/Q743340">Q743340</a>, 
+<a href="http://www.wikidata.org/entity/Q822580">Q822580</a>, 
+<a href="http://www.wikidata.org/entity/Q480696">Q480696</a>, 
+<a href="http://www.wikidata.org/entity/Q128761">Q128761</a>, 
+<a href="http://www.wikidata.org/entity/Q1307059">Q1307059</a>, 
+<a href="http://www.wikidata.org/entity/Q1335091">Q1335091</a>, 
+<a href="http://www.wikidata.org/entity/Q1537166">Q1537166</a>, 
+<a href="http://www.wikidata.org/entity/Q1438334">Q1438334</a>, 
+<a href="http://www.wikidata.org/entity/Q1479751">Q1479751</a>, 
+<a href="http://www.wikidata.org/entity/Q1497200">Q1497200</a>, 
+<a href="http://www.wikidata.org/entity/Q1498122">Q1498122</a>, 
+<a href="http://www.wikidata.org/entity/Q865973">Q865973</a>, 
+<a href="http://www.wikidata.org/entity/Q834269">Q834269</a>, 
+<a href="http://www.wikidata.org/entity/Q841781">Q841781</a>, 
+<a href="http://www.wikidata.org/entity/Q841781">Q841781</a>, 
+<a href="http://www.wikidata.org/entity/Q1548193">Q1548193</a>, 
+<a href="http://www.wikidata.org/entity/Q499031">Q499031</a>, 
+<a href="http://www.wikidata.org/entity/Q1564769">Q1564769</a>, 
+<a href="http://www.wikidata.org/entity/Q1585239">Q1585239</a>, 
+<a href="http://www.wikidata.org/entity/Q1585569">Q1585569</a>, 
+<a href="http://www.wikidata.org/entity/Q1624236">Q1624236</a>, 
+<a href="http://www.wikidata.org/entity/Q4796595">Q4796595</a>, 
+<a href="http://www.wikidata.org/entity/Q4853469">Q4853469</a>, 
+<a href="http://www.wikidata.org/entity/Q4873046">Q4873046</a>, 
+<a href="http://www.wikidata.org/entity/Q915016">Q915016</a>, 
+<a href="http://www.wikidata.org/entity/Q4660396">Q4660396</a>, 
+<a href="http://www.wikidata.org/entity/Q4677708">Q4677708</a>, 
+<a href="http://www.wikidata.org/entity/Q4738449">Q4738449</a>, 
+<a href="http://www.wikidata.org/entity/Q4756096">Q4756096</a>, 
+<a href="http://www.wikidata.org/entity/Q4766785">Q4766785</a>, 
+<a href="http://www.wikidata.org/entity/Q880357">Q880357</a>, 
+<a href="http://www.wikidata.org/entity/Q882066">Q882066</a>, 
+<a href="http://www.wikidata.org/entity/Q882066">Q882066</a>, 
+<a href="http://www.wikidata.org/entity/Q204191">Q204191</a>, 
+<a href="http://www.wikidata.org/entity/Q204191">Q204191</a>, 
+<a href="http://www.wikidata.org/entity/Q1194170">Q1194170</a>, 
+<a href="http://www.wikidata.org/entity/Q940014">Q940014</a>, 
+<a href="http://www.wikidata.org/entity/Q946863">Q946863</a>, 
+<a href="http://www.wikidata.org/entity/Q172837">Q172837</a>, 
+<a href="http://www.wikidata.org/entity/Q573077">Q573077</a>, 
+<a href="http://www.wikidata.org/entity/Q1219005">Q1219005</a>, 
+<a href="http://www.wikidata.org/entity/Q1219599">Q1219599</a>, 
+<a href="http://www.wikidata.org/entity/Q1643798">Q1643798</a>, 
+<a href="http://www.wikidata.org/entity/Q1656352">Q1656352</a>, 
+<a href="http://www.wikidata.org/entity/Q1659549">Q1659549</a>, 
+<a href="http://www.wikidata.org/entity/Q1660007">Q1660007</a>, 
+<a href="http://www.wikidata.org/entity/Q1698154">Q1698154</a>, 
+<a href="http://www.wikidata.org/entity/Q1737980">Q1737980</a>, 
+<a href="http://www.wikidata.org/entity/Q1877284">Q1877284</a>, 
+<a href="http://www.wikidata.org/entity/Q1199354">Q1199354</a>, 
+<a href="http://www.wikidata.org/entity/Q1199354">Q1199354</a>, 
+<a href="http://www.wikidata.org/entity/Q1199451">Q1199451</a>, 
+<a href="http://www.wikidata.org/entity/Q1211871">Q1211871</a>, 
+<a href="http://www.wikidata.org/entity/Q1212179">Q1212179</a>, 
+<a href="http://www.wikidata.org/entity/Q1238382">Q1238382</a>, 
+<a href="http://www.wikidata.org/entity/Q4906454">Q4906454</a>, 
+<a href="http://www.wikidata.org/entity/Q320219">Q320219</a>, 
+<a href="http://www.wikidata.org/entity/Q1148649">Q1148649</a>, 
+<a href="http://www.wikidata.org/entity/Q645094">Q645094</a>, 
+<a href="http://www.wikidata.org/entity/Q5050350">Q5050350</a>, 
+<a href="http://www.wikidata.org/entity/Q5166548">Q5166548</a>, 
+<a href="http://www.wikidata.org/entity/Q2677926">Q2677926</a>, 
+<a href="http://www.wikidata.org/entity/Q2698139">Q2698139</a>, 
+<a href="http://www.wikidata.org/entity/Q2707305">Q2707305</a>, 
+<a href="http://www.wikidata.org/entity/Q2740725">Q2740725</a>, 
+<a href="http://www.wikidata.org/entity/Q2024780">Q2024780</a>, 
+<a href="http://www.wikidata.org/entity/Q2117418">Q2117418</a>, 
+<a href="http://www.wikidata.org/entity/Q2138984">Q2138984</a>, 
+<a href="http://www.wikidata.org/entity/Q1127992">Q1127992</a>, 
+<a href="http://www.wikidata.org/entity/Q1058087">Q1058087</a>, 
+<a href="http://www.wikidata.org/entity/Q1070484">Q1070484</a>, 
+<a href="http://www.wikidata.org/entity/Q1080080">Q1080080</a>, 
+<a href="http://www.wikidata.org/entity/Q1090813">Q1090813</a>, 
+<a href="http://www.wikidata.org/entity/Q1251918">Q1251918</a>, 
+<a href="http://www.wikidata.org/entity/Q1254110">Q1254110</a>, 
+<a href="http://www.wikidata.org/entity/Q1257070">Q1257070</a>, 
+<a href="http://www.wikidata.org/entity/Q1257079">Q1257079</a>, 
+<a href="http://www.wikidata.org/entity/Q1197410">Q1197410</a>, 
+<a href="http://www.wikidata.org/entity/Q1198423">Q1198423</a>, 
+<a href="http://www.wikidata.org/entity/Q706951">Q706951</a>, 
+<a href="http://www.wikidata.org/entity/Q723239">Q723239</a>, 
+<a href="http://www.wikidata.org/entity/Q2079261">Q2079261</a>, 
+<a href="http://www.wikidata.org/entity/Q1171364">Q1171364</a>, 
+<a href="http://www.wikidata.org/entity/Q617858">Q617858</a>, 
+<a href="http://www.wikidata.org/entity/Q5166611">Q5166611</a>, 
+<a href="http://www.wikidata.org/entity/Q5166611">Q5166611</a>, 
+<a href="http://www.wikidata.org/entity/Q324513">Q324513</a>, 
+<a href="http://www.wikidata.org/entity/Q374172">Q374172</a>, 
+<a href="http://www.wikidata.org/entity/Q7533269">Q7533269</a>, 
+<a href="http://www.wikidata.org/entity/Q970386">Q970386</a>, 
+<a href="http://www.wikidata.org/entity/Q976849">Q976849</a>, 
+<a href="http://www.wikidata.org/entity/Q7458614">Q7458614</a>, 
+<a href="http://www.wikidata.org/entity/Q5347416">Q5347416</a>, 
+<a href="http://www.wikidata.org/entity/Q5460005">Q5460005</a>, 
+<a href="http://www.wikidata.org/entity/Q5463392">Q5463392</a>, 
+<a href="http://www.wikidata.org/entity/Q3038555">Q3038555</a>, 
+<a href="http://www.wikidata.org/entity/Q5288458">Q5288458</a>, 
+<a href="http://www.wikidata.org/entity/Q2346516">Q2346516</a>, 
+<a href="http://www.wikidata.org/entity/Q5183645">Q5183645</a>, 
+<a href="http://www.wikidata.org/entity/Q5185497">Q5185497</a>, 
+<a href="http://www.wikidata.org/entity/Q5216127">Q5216127</a>, 
+<a href="http://www.wikidata.org/entity/Q5223127">Q5223127</a>, 
+<a href="http://www.wikidata.org/entity/Q5261159">Q5261159</a>, 
+<a href="http://www.wikidata.org/entity/Q1300759">Q1300759</a>, 
+<a href="http://www.wikidata.org/entity/Q5521241">Q5521241</a>, 
+<a href="http://www.wikidata.org/entity/Q7733434">Q7733434</a>, 
+<a href="http://www.wikidata.org/entity/Q7736264">Q7736264</a>, 
+<a href="http://www.wikidata.org/entity/Q7737032">Q7737032</a>, 
+<a href="http://www.wikidata.org/entity/Q7882671">Q7882671</a>, 
+<a href="http://www.wikidata.org/entity/Q7719427">Q7719427</a>, 
+<a href="http://www.wikidata.org/entity/Q7719444">Q7719444</a>, 
+<a href="http://www.wikidata.org/entity/Q7722575">Q7722575</a>, 
+<a href="http://www.wikidata.org/entity/Q2629763">Q2629763</a>, 
+<a href="http://www.wikidata.org/entity/Q2640346">Q2640346</a>, 
+<a href="http://www.wikidata.org/entity/Q2649671">Q2649671</a>, 
+<a href="http://www.wikidata.org/entity/Q7703851">Q7703851</a>, 
+<a href="http://www.wikidata.org/entity/Q7747041">Q7747041</a>, 
+<a href="http://www.wikidata.org/entity/Q6544949">Q6544949</a>, 
+<a href="http://www.wikidata.org/entity/Q6672759">Q6672759</a>, 
+<a href="http://www.wikidata.org/entity/Q2445896">Q2445896</a>, 
+<a href="http://www.wikidata.org/entity/Q12124891">Q12124891</a>, 
+<a href="http://www.wikidata.org/entity/Q3127044">Q3127044</a>, 
+<a href="http://www.wikidata.org/entity/Q2511262">Q2511262</a>, 
+<a href="http://www.wikidata.org/entity/Q2517672">Q2517672</a>, 
+<a href="http://www.wikidata.org/entity/Q2543165">Q2543165</a>, 
+<a href="http://www.wikidata.org/entity/Q426628">Q426628</a>, 
+<a href="http://www.wikidata.org/entity/Q426628">Q426628</a>, 
+<a href="http://www.wikidata.org/entity/Q12126890">Q12126890</a>, 
+<a href="http://www.wikidata.org/entity/Q13359969">Q13359969</a>, 
+<a href="http://www.wikidata.org/entity/Q13359969">Q13359969</a>, 
+<a href="http://www.wikidata.org/entity/Q2294295">Q2294295</a>, 
+<a href="http://www.wikidata.org/entity/Q2294295">Q2294295</a>, 
+<a href="http://www.wikidata.org/entity/Q2559509">Q2559509</a>, 
+<a href="http://www.wikidata.org/entity/Q2559912">Q2559912</a>, 
+<a href="http://www.wikidata.org/entity/Q7760469">Q7760469</a>, 
+<a href="http://www.wikidata.org/entity/Q6703974">Q6703974</a>, 
+<a href="http://www.wikidata.org/entity/Q4744">Q4744</a>, 
+<a href="http://www.wikidata.org/entity/Q7766962">Q7766962</a>, 
+<a href="http://www.wikidata.org/entity/Q7768516">Q7768516</a>, 
+<a href="http://www.wikidata.org/entity/Q7769205">Q7769205</a>, 
+<a href="http://www.wikidata.org/entity/Q7769988">Q7769988</a>, 
+<a href="http://www.wikidata.org/entity/Q2946945">Q2946945</a>, 
+<a href="http://www.wikidata.org/entity/Q3212086">Q3212086</a>, 
+<a href="http://www.wikidata.org/entity/Q3212086">Q3212086</a>, 
+<a href="http://www.wikidata.org/entity/Q18218448">Q18218448</a>, 
+<a href="http://www.wikidata.org/entity/Q18218448">Q18218448</a>, 
+<a href="http://www.wikidata.org/entity/Q18218448">Q18218448</a>, 
+<a href="http://www.wikidata.org/entity/Q6909175">Q6909175</a>, 
+<a href="http://www.wikidata.org/entity/Q7405709">Q7405709</a>, 
+<a href="http://www.wikidata.org/entity/Q7416149">Q7416149</a>, 
+<a href="http://www.wikidata.org/entity/Q7239952">Q7239952</a>, 
+<a href="http://www.wikidata.org/entity/Q7317332">Q7317332</a>, 
+<a href="http://www.wikidata.org/entity/Q7783674">Q7783674</a>, 
+<a href="http://www.wikidata.org/entity/Q7783704">Q7783704</a>, 
+<a href="http://www.wikidata.org/entity/Q7857590">Q7857590</a>, 
+<a href="http://www.wikidata.org/entity/Q3372526">Q3372526</a>, 
+<a href="http://www.wikidata.org/entity/Q3372642">Q3372642</a>, 
+<a href="http://www.wikidata.org/entity/Q3372816">Q3372816</a>, 
+<a href="http://www.wikidata.org/entity/Q3372909">Q3372909</a>, 
+<a href="http://www.wikidata.org/entity/Q7959649">Q7959649</a>, 
+<a href="http://www.wikidata.org/entity/Q7977485">Q7977485</a>, 
+<a href="http://www.wikidata.org/entity/Q7992684">Q7992684</a>, 
+<a href="http://www.wikidata.org/entity/Q3817966">Q3817966</a>, 
+<a href="http://www.wikidata.org/entity/Q3821852">Q3821852</a>, 
+<a href="http://www.wikidata.org/entity/Q3420907">Q3420907</a>, 
+<a href="http://www.wikidata.org/entity/Q3429733">Q3429733</a>, 
+<a href="http://www.wikidata.org/entity/Q774474">Q774474</a></p>
+</div>
+      <div class="tags">
+        
+        
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>. 
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
     <div class="entry">
       <div class="title"><a href="http://people.skolelinux.org/pere/blog/A_one_way_wall_on_the_border_.html">A one-way wall on the border?</a></div>
       <div class="date">14th October 2017</div>
@@ -516,73 +805,6 @@ gevist og samfunnsnytte.</p>
     </div>
     <div class="padding"></div>
     
-    <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Updated_sales_number_for_my_Free_Culture_paper_editions.html">Updated sales number for my Free Culture paper editions</a></div>
-      <div class="date">12th June 2017</div>
-      <div class="body"><p>It is pleasing to see that the work we put down in publishing new
-editions of the classic <a href="http://www.free-culture.cc/">Free
-Culture book</a> by the founder of the Creative Commons movement,
-Lawrence Lessig, is still being appreciated.  I had a look at the
-latest sales numbers for the paper edition today.  Not too impressive,
-but happy to see some buyers still exist.  All the revenue from the
-books is sent to the <a href="https://creativecommons.org/">Creative
-Commons Corporation</a>, and they receive the largest cut if you buy
-directly from Lulu.  Most books are sold via Amazon, with Ingram
-second and only a small fraction directly from Lulu.  The ebook
-edition is available for free from
-<a href="https://github.com/petterreinholdtsen/free-culture-lessig">Github</a>.</p>
-
-<table border="0">
-<tr><th rowspan="2" valign="bottom">Title / language</th><th colspan="3">Quantity</th></tr>
-<tr><th>2016 jan-jun</th><th>2016 jul-dec</th><th>2017 jan-may</th></tr>
-
-<tr>
-  <td><a href="http://www.lulu.com/shop/lawrence-lessig/culture-libre/paperback/product-22645082.html">Culture Libre / French</a></td>
-  <td align="right">3</td>
-  <td align="right">6</td>
-  <td align="right">15</td>
-</tr>
-
-<tr>
-  <td><a href="http://www.lulu.com/shop/lawrence-lessig/fri-kultur/paperback/product-22441576.html">Fri kultur / Norwegian</a></td>
-  <td align="right">7</td>
-  <td align="right">1</td>
-  <td align="right">0</td>
-</tr>
-
-<tr>
-  <td><a href="http://www.lulu.com/shop/lawrence-lessig/free-culture/paperback/product-22440520.html">Free Culture / English</a></td>
-  <td align="right">14</td>
-  <td align="right">27</td>
-  <td align="right">16</td>
-</tr>
-
-<tr>
-  <td>Total</td>
-  <td align="right">24</td>
-  <td align="right">34</td>
-  <td align="right">31</td>
-</tr>
-
-</table>
-
-<p>A bit sad to see the low sales number on the Norwegian edition, and
-a bit surprising the English edition still selling so well.</p>
-
-<p>If you would like to translate and publish the book in your native
-language, I would be happy to help make it happen.  Please get in
-touch.</p>
-</div>
-      <div class="tags">
-        
-        
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture</a>. 
-        
-        
-      </div>
-    </div>
-    <div class="padding"></div>
-    
     <p style="text-align: right;"><a href="index.rss"><img src="http://people.skolelinux.org/pere/blog/xml.gif" alt="RSS feed" width="36" height="14" /></a></p>
     <div id="sidebar">
       
@@ -610,7 +832,7 @@ touch.</p>
 
 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/09/">September (3)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2017/10/">October (3)</a></li>
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2017/10/">October (4)</a></li>
 
 </ul></li>
 
@@ -892,7 +1114,7 @@ touch.</p>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (4)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (355)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (356)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (23)</a></li>
 
@@ -934,7 +1156,7 @@ touch.</p>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/open311">open311 (2)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (64)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (65)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern (104)</a></li>