|
| 1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> |
| 2 | +<html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 | + <head> |
| 4 | + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 5 | + <title>Implementing CC: Multiple Source Remix Example</title> |
| 6 | + </head> |
| 7 | + <body> |
| 8 | + <div xmlns:cc="http://creativecommons.org/ns#" |
| 9 | + xmlns:dct="http://purl.org/dc/terms/"> |
| 10 | + <div about="CC_image.png" |
| 11 | + xmlns:dct="http://purl.org/dc/terms/" |
| 12 | + xmlns:cc="http://creativecommons.org/ns#"> |
| 13 | + <img src="CC_image.png" height="200px" /> |
| 14 | + <br /> |
| 15 | + <span property="dct:title">Sharing Creative Works</span>, |
| 16 | + by |
| 17 | + <a href="http://creativecommons.org/" |
| 18 | + property="cc:attributionName" |
| 19 | + rel="cc:attributionURL dct:creator">Creative Commons</a> |
| 20 | + is licensed under a |
| 21 | + <a rel="license" href="http://creativecommons.org/licenses/by/3.0/"> |
| 22 | + Creative Commons Attribution 3.0 Unported License</a>. |
| 23 | + </div> |
| 24 | + <br /> |
| 25 | + Este remix de |
| 26 | + <a href="attribution.html" |
| 27 | + rel="dct:source"> |
| 28 | + <span property="dct:title">Attribution Example</span></a>, |
| 29 | + de |
| 30 | + <a about="attribution.html" |
| 31 | + rel="dct:creator" |
| 32 | + href="http://lessig.org/">Lawrence Lessig</a>, |
| 33 | + y <a href="image.html" |
| 34 | + rel="dct:source"> |
| 35 | + <span property="dct:title">Image Example</span></a>, por |
| 36 | + <a about="image.html" |
| 37 | + rel="dct:creator" |
| 38 | + href="http://creativecommons.org/">Creative Commons</a>, |
| 39 | + fue creado por |
| 40 | + <a property="cc:attributionName" |
| 41 | + rel="cc:attributionURL" |
| 42 | + href="http://creativecommons.org/">Creative Commons</a> |
| 43 | + y está disponible bajo una |
| 44 | + <a rel="license" href="http://creativecommons.org/licenses/by/3.0/"> |
| 45 | + Creative Commons Attribution 3.0 Unported License</a>. |
| 46 | + </div> |
| 47 | + </body> |
| 48 | +</html> |
0 commit comments