How to add license information to a CreativeWork? / How to mark obscured informations?

Hello guys,

I want to use schema.org for my new Website and I have few questions:

(1) I miss a `license' attribute for http://schema.org/CreativeWork .
How can I add information about the license to a creative work object on
my web site.

(2) Is it true, that I always should use CC Rel[1] for adding license
informations, when the creative work is under a CC-license?

(3) On my contact page I have obscured my email address with some
JavaScript code to protect it from being crawled by spam bots. How can I
use schema.org to mark this code as "hello web crawler, here is my email
address, but you may not read it"? Is something like the following code
correct?

<div itemscope itemtype="http://schema.org/Person">
   <p>Hello, I'm <span itemprop="name">Chuck</span>.</p>
   <p>
      My email is
      <span itemprop="email">
         <script type="text/javascript"> document.write( ... ) </script>
         <noscript><img src="my_email.png" /></noscript>
      </span>
   </p>
</div>

[1] http://labs.creativecommons.org/2011/ccrel-guide/

Greetings,

Chuck

Received on Monday, 27 February 2012 22:33:10 UTC