Creative Commons Tech Summit
12 December 2008
"You let people copy, distribute, display, perform, and remix your copyrighted work, as long as they give you credit the way you request"
@prefix xhtml: <http://www.w3.org/1999/xhtml/vocab#> @prefix cc: <http://creativecommons.org/ns#> <http://flickr.com/photos/oshanis/random_number> xhtml:license <http://creativecommons.org/licences/by/2.0> ; cc:attributionURL <http://flickr.com/photos/oshanis> ; cc:attributionName "Oshani Seneviratne" .
Attribution | |
Attribution-NoDerivs | |
Attribution-NonCommercial-NoDerivs | |
Attribution-NonCommercial | |
Attribution-NonCommercial-ShareAlike | |
Attribution-ShareAlike |
http://farm{farm-id}.static.flickr.com/{server-id}/{id}_{secret}.(jpg|gif|png) OR http://farm{farm-id}.static.flickr.com/{server-id}/{id}_{secret}_[mstb].(jpg|gif|png) OR http://farm{farm-id}.static.flickr.com/{server-id}/{id}_{o-secret}_o.(jpg|gif|png)
@prefix cc: <http://creativecommons.org/licenses/by/3.0>. @prefix xhtml: <http://www.w3.org/1999/xhtml/vocab#>. @prefix dc: <http://purl.org/dc/elements/1.1>. @prefix air: <http://dig.csail.mit.edu/TAMI/2007/amord/air#>. @forAll :EVENT, :P1, :P2, :WORK, :LICENSE, :DERIVATIVE. :CC_BY_Policy a air:Policy; air:rule [ air:pattern { :EVENT a air:UseEvent; cc:work :WORK. :P1 a foaf:Person. :WORK dc:creator :P1; xhtml:license :LICENSE. :LICENSE cc:requires cc:AttributionName. }; air:rule [ air:pattern { :DERIVATIVE cc:derivativework :WORK; dc:creator :P2 . }; air:rule [ air:pattern { :DERIVATIVE cc:attributionName :P1 . }; air:assert { :EVENT air:compliant-with :CC_BY_Policy. }; air:alt [ air:assert { :EVENT air:non-compliant-with :CC_BY_Policy. }; ]; ]; ]; ].