@prefix cc: <http://creativecommons.org/ns#>
@prefix dc: <http://purl.org/dc/elements/1.1/>
@prefix xhtml: <http://http://www.w3.org/1999/xhtml#>

<http://example.org/Tara/video_123> dc:title "The US Constitution, a Documentary" ;
                                    xhtml:license <http://creativecommons.org/licenses/by/2.5/> ;
                                    cc:attributionName "Tara" .
