<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PBCore &#187; pbcoreExtension</title>
	<atom:link href="http://www.pbcore.org/tag/pbcoreextension/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pbcore.org</link>
	<description>Public Broadcasting Metadata Dictionary Project</description>
	<lastBuildDate>Wed, 28 Sep 2011 14:04:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>How to express rights information using external documents and extensions</title>
		<link>http://www.pbcore.org/training/how-to-express-rights-information-using-external-documents-and-extensions/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-express-rights-information-using-external-documents-and-extensions</link>
		<comments>http://www.pbcore.org/training/how-to-express-rights-information-using-external-documents-and-extensions/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 16:13:41 +0000</pubDate>
		<dc:creator>pbcore</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[extensionEmbedded]]></category>
		<category><![CDATA[ODRL]]></category>
		<category><![CDATA[pbcoreExtension]]></category>
		<category><![CDATA[rights]]></category>

		<guid isPermaLink="false">http://pbcore.org/?p=2686</guid>
		<description><![CDATA[PBCore can either include or reference data from other schemas to create a better, more comprehensive data record about an asset. For example, rights information about an asset might already or best be described within a dedicated schema like the Open Digital Rights Language (ODRL): &#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62; &#60;pbcoreDescriptionDocument xmlns=&#34;http://www.pbcore.org/PBCore/PBCoreNamespace.html&#34; xmlns:xsi=&#34;http://www.w3.org/2001/XMLSchema-instance&#34; xsi:schemaLocation=&#34;http://www.pbcore.org/PBCore/PBCoreNamespace.html&#62; &#60;pbcoreIdentifier source=&#34;MARS&#34;&#62;XYZ1234&#60;/pbcoreIdentifier&#62; &#60;pbcoreTitle&#62;The [...]]]></description>
			<content:encoded><![CDATA[<p>PBCore can either include or reference data from other schemas to create a better, more comprehensive data record about an asset.  </p>
<p>For example, rights information about an asset might already or best be described within a dedicated schema like the Open Digital Rights Language (ODRL):</p>
<pre class="syntax xml">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;pbcoreDescriptionDocument xmlns=&quot;http://www.pbcore.org/PBCore/PBCoreNamespace.html&quot;
    xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
    xsi:schemaLocation=&quot;http://www.pbcore.org/PBCore/PBCoreNamespace.html&gt;
    &lt;pbcoreIdentifier source=&quot;MARS&quot;&gt;XYZ1234&lt;/pbcoreIdentifier&gt;
    &lt;pbcoreTitle&gt;The Most Amazing Thing&lt;/pbcoreTitle&gt;

&lt;!-- section removed for clarity --&gt;

    &lt;pbcoreExtension&gt;
        &lt;extensionEmbedded&gt;
            &lt;o-ex:rights
                xmlns:o-ex=&quot;http://odrl.net/1.1/ODRL-EX&quot;
                xmlns:o-dd=&quot;http://odrl.net/1.1/ODRL-DD&quot;
                xmlns:ds=&quot;http://www.w3.org/2000/09/xmldsig#/&quot; &gt;
                &lt;o-ex:context&gt;
                    &lt;o-dd:version&gt;1.0&lt;/o-dd:version&gt;
                &lt;/o-ex:context&gt;
                &lt;o-ex:agreement&gt;
                    &lt;o-ex:asset&gt;
                        &lt;o-ex:context&gt;
                            &lt;o-dd:uid&gt;cid:20030131143739-1159123348@httpwww.addresss.comdddd&lt;/o-dd:uid
                        &lt;/o-ex:context&gt;
                    &lt;/o-ex:asset&gt;
                    &lt;o-ex:permission&gt;
                        &lt;o-dd:display&gt;
                            &lt;o-ex:constraint&gt;
                                &lt;o-dd:count&gt;100&lt;/o-dd:count&gt;
                                &lt;o-dd:datetime&gt;
                                    &lt;o-dd:start&gt;2003-01-31T14:32:27&lt;/o-dd:start&gt;
                                    &lt;o-dd:end&gt;2004-01-31T14:32:27&lt;/o-dd:end&gt;
                                &lt;/o-dd:datetime&gt;
                            &lt;/o-ex:constraint&gt;
                        &lt;/o-dd:display&gt;
                        &lt;o-dd:print/&gt;
                    &lt;/o-ex:permission&gt;
                &lt;/o-ex:agreement&gt;
            &lt;/o-ex:rights&gt;
        &lt;/extensionEmbedded&gt;

    &lt;/pbcoreExtension&gt;
&lt;/pbcoreDescriptionDocument&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.pbcore.org/training/how-to-express-rights-information-using-external-documents-and-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.pbcore.org @ 2013-05-21 09:39:39 -->