semanticweb.org talk:Copyrights

From semanticweb.org

Jump to: navigation, search

There is no scheme for GFDL, so I've used the CC-Syntax to refer to GFDL. The CC-Part of the license can get modelled natively as:

<cc:License rdf:about="http://creativecommons.org/licenses/by/2.0/">

<cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
<cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
<cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
<cc:permits rdf:resource="http://web.resource.org/cc/CommercialUse"/>

<cc:requires rdf:resource="http://web.resource.org/cc/Notice"/>
<cc:requires rdf:resource="http://web.resource.org/cc/Attribution"/>
<cc:requires rdf:resource="http://web.resource.org/cc/SourceCode"/>

</cc:License>

The Proper Code was inserted into the Page, but there is the need for an automated way of doing that. — MovGP0 18:27, 15 July 2006 (CEST)

Personal tools