<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for PBCore</title>
	<atom:link href="http://pbcore.org/2.0/index.php?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://pbcore.org/2.0</link>
	<description>Public Broadcasting Metadata Dictionary Project</description>
	<lastBuildDate>Sun, 15 Aug 2010 03:47:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Change Requests so far… Submit yours! by Carl Rambert</title>
		<link>http://pbcore.org/2.0/?p=476&#038;cpage=1#comment-11</link>
		<dc:creator>Carl Rambert</dc:creator>
		<pubDate>Sun, 15 Aug 2010 03:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://pbcore.org/2.0/?p=476#comment-11</guid>
		<description>If your group has a need to capture contact information for people and entities such as pbcoreCreator, pbcoreContributor, and pbcorePublisher, I suggest a single element contactInfo in each container that accepts a complete, native vCard (.vcf) (virtual business card) as its payload. The copy and paste of a (.vcf) from the computer&#039;s (e-mail) address book is much simpler than filling in many individual fields for address, phone, e-mail, and web page. 

The PRISM working group has adopted this technique for people listed in its pending PRISM Metadata for Images schema: creators, contributors, and peoplePictured. 

Contract this to IPTC Core which uses 9 of its 40 elements to capture the contact information for the Creator, or PLUS which uses 12 of is 85 element to capture the contact information for Licensor(s).</description>
		<content:encoded><![CDATA[<p>If your group has a need to capture contact information for people and entities such as pbcoreCreator, pbcoreContributor, and pbcorePublisher, I suggest a single element contactInfo in each container that accepts a complete, native vCard (.vcf) (virtual business card) as its payload. The copy and paste of a (.vcf) from the computer&#8217;s (e-mail) address book is much simpler than filling in many individual fields for address, phone, e-mail, and web page. </p>
<p>The PRISM working group has adopted this technique for people listed in its pending PRISM Metadata for Images schema: creators, contributors, and peoplePictured. </p>
<p>Contract this to IPTC Core which uses 9 of its 40 elements to capture the contact information for the Creator, or PLUS which uses 12 of is 85 element to capture the contact information for Licensor(s).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Progress Report&#8230; PBCore 1.3 for August, 2.0 in the Fall by Jack Brighton</title>
		<link>http://pbcore.org/2.0/?p=407&#038;cpage=1#comment-9</link>
		<dc:creator>Jack Brighton</dc:creator>
		<pubDate>Sun, 25 Jul 2010 18:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://pbcore.org/2.0/?p=407#comment-9</guid>
		<description>After reading the recommendations and comments on the PBCoreRequirementsGrid, I want to offer a couple of notes:

1) On the topic of Linked Data, the idea is you could have a Contributor named &quot;Hughes, Langston,&quot; or &quot;Smith, John&quot; where the common name may or may not be ambiguous or unique. But if you add an actual UID to the name, it would be unambiguous and machine-readable. The Linked Data way of doing this is to include a URI for the person. This makes it possible to traverse the universe of objects containing this URI, and it links our PBCore object to that universe. We could optionally add URIs to place names, organizations, subjects, and relationships in the PBCore record. The way to allow this would be to add optional attributes to the PBCore schema, so you could include UIDs inside elements. I wouldn&#039;t make it mandatory though, because many PBCore users might not be ready to go to the effort of adding UIDs like this. (On the other hand, I&#039;m thinking about ways to automate the inclusion of UIDs in our cataloging tools and workflow. The payoff from doing this seems likely to be worth the effort.)

2) The recommendation of adding Profiles seems very important to me. For example, a PBCore record conforming to a COVE profile would be able to validate against COVE metadata requirements. The COVE metadata requirements include a character-count limit on Title and Description fields, and a specific COVE taxonomy. If I could feed COVE a PBCore record that COVE knows is COVE-compliant, I wouldn&#039;t have to enter metadata into COVE by hand which is the current workflow. You could specify a Profile by adding a namespace attribute in the PBCore document root, and attributes inside the relevant elements. So COVE would need a schema to validate the document, but that&#039;s easy. I&#039;m guessing Public Media Publisher or whatever is coming down the pike could function in the same way. PBCore documents based on Profiles would remain valid and parse-able by applications that don&#039;t care about Profiles. All we&#039;d be doing is adding functionality for applications that do know about them...and make it easier for people like me at stations that need to feed the same content to different systems

Attributes would have to be allowed by the PBCore schema to make any of this possible. Then you could unambiguously identify a wide number of values, include URIs for elements like subject, contributor, and identifierSource, ease PBCore into the Linked Data universe, and enable the construction of usable (and machine-readable) profiles. 

Respectfully,
Jack Brighton</description>
		<content:encoded><![CDATA[<p>After reading the recommendations and comments on the PBCoreRequirementsGrid, I want to offer a couple of notes:</p>
<p>1) On the topic of Linked Data, the idea is you could have a Contributor named &#8220;Hughes, Langston,&#8221; or &#8220;Smith, John&#8221; where the common name may or may not be ambiguous or unique. But if you add an actual UID to the name, it would be unambiguous and machine-readable. The Linked Data way of doing this is to include a URI for the person. This makes it possible to traverse the universe of objects containing this URI, and it links our PBCore object to that universe. We could optionally add URIs to place names, organizations, subjects, and relationships in the PBCore record. The way to allow this would be to add optional attributes to the PBCore schema, so you could include UIDs inside elements. I wouldn&#8217;t make it mandatory though, because many PBCore users might not be ready to go to the effort of adding UIDs like this. (On the other hand, I&#8217;m thinking about ways to automate the inclusion of UIDs in our cataloging tools and workflow. The payoff from doing this seems likely to be worth the effort.)</p>
<p>2) The recommendation of adding Profiles seems very important to me. For example, a PBCore record conforming to a COVE profile would be able to validate against COVE metadata requirements. The COVE metadata requirements include a character-count limit on Title and Description fields, and a specific COVE taxonomy. If I could feed COVE a PBCore record that COVE knows is COVE-compliant, I wouldn&#8217;t have to enter metadata into COVE by hand which is the current workflow. You could specify a Profile by adding a namespace attribute in the PBCore document root, and attributes inside the relevant elements. So COVE would need a schema to validate the document, but that&#8217;s easy. I&#8217;m guessing Public Media Publisher or whatever is coming down the pike could function in the same way. PBCore documents based on Profiles would remain valid and parse-able by applications that don&#8217;t care about Profiles. All we&#8217;d be doing is adding functionality for applications that do know about them&#8230;and make it easier for people like me at stations that need to feed the same content to different systems</p>
<p>Attributes would have to be allowed by the PBCore schema to make any of this possible. Then you could unambiguously identify a wide number of values, include URIs for elements like subject, contributor, and identifierSource, ease PBCore into the Linked Data universe, and enable the construction of usable (and machine-readable) profiles. </p>
<p>Respectfully,<br />
Jack Brighton</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change Requests so far… Submit yours! by Daniel Jacobson</title>
		<link>http://pbcore.org/2.0/?p=476&#038;cpage=1#comment-8</link>
		<dc:creator>Daniel Jacobson</dc:creator>
		<pubDate>Sun, 25 Jul 2010 02:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://pbcore.org/2.0/?p=476#comment-8</guid>
		<description>I would like to see PBCore evolve into a feed-based structure, allowing natively more than one document to be distributed in a single request (without the need for other protocols or standards).  I have previously suggested a wrapper XML element called pbcoreCollection that will allow multiple  elements to be bundled inside of it.  The full recommendation can be found at http://www.pbcoreresources.org/article/pbcore_recommendation_pbcorecollection/.</description>
		<content:encoded><![CDATA[<p>I would like to see PBCore evolve into a feed-based structure, allowing natively more than one document to be distributed in a single request (without the need for other protocols or standards).  I have previously suggested a wrapper XML element called pbcoreCollection that will allow multiple  elements to be bundled inside of it.  The full recommendation can be found at <a href="http://www.pbcoreresources.org/article/pbcore_recommendation_pbcorecollection/" rel="nofollow">http://www.pbcoreresources.org/article/pbcore_recommendation_pbcorecollection/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Join the New PBCore User Group Listserv by Yvonne Ng</title>
		<link>http://pbcore.org/2.0/?p=19&#038;cpage=1#comment-7</link>
		<dc:creator>Yvonne Ng</dc:creator>
		<pubDate>Wed, 16 Jun 2010 20:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://pbcore.org/2.0/?p=19#comment-7</guid>
		<description>FYI, the email address for subscribing to the User Group listserv is not a valid address.  Missing an &quot;_&quot;?

thx,
y.</description>
		<content:encoded><![CDATA[<p>FYI, the email address for subscribing to the User Group listserv is not a valid address.  Missing an &#8220;_&#8221;?</p>
<p>thx,<br />
y.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deadline Extended: Submit your Change Requests for PBCore 2.0 by July 25th! by Stefan Wray</title>
		<link>http://pbcore.org/2.0/?p=253&#038;cpage=1#comment-6</link>
		<dc:creator>Stefan Wray</dc:creator>
		<pubDate>Tue, 04 May 2010 16:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://pbcore.org/2.0/?p=253#comment-6</guid>
		<description>How do you want recommended PBCore genre terms delivered to you? As a list? A list with explanation? Do you want rationale or argument for recommended terms?

Thanks,

Stefan Wray</description>
		<content:encoded><![CDATA[<p>How do you want recommended PBCore genre terms delivered to you? As a list? A list with explanation? Do you want rationale or argument for recommended terms?</p>
<p>Thanks,</p>
<p>Stefan Wray</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deadline Extended: Submit your Change Requests for PBCore 2.0 by July 25th! by Bruce Jacobs</title>
		<link>http://pbcore.org/2.0/?p=253&#038;cpage=1#comment-4</link>
		<dc:creator>Bruce Jacobs</dc:creator>
		<pubDate>Fri, 16 Apr 2010 00:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://pbcore.org/2.0/?p=253#comment-4</guid>
		<description>Provide a formal structure for series of episodes - insuring that they remain linked together and not bound by series name.</description>
		<content:encoded><![CDATA[<p>Provide a formal structure for series of episodes &#8211; insuring that they remain linked together and not bound by series name.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
