<?xml version="1.0"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns="http://purl.org/rss/1.0/"
>
<channel rdf:about="http://planet.atlantides.org/concordia">
	<title>Concordia: News and Views</title>
	<link>http://planet.atlantides.org/concordia</link>
	<description>Concordia: News and Views - http://planet.atlantides.org/concordia</description>

	<items>
		<rdf:Seq>
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-7995942807019832501.post-8194417550125146828" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-7995942807019832501.post-7624247011086283119" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-7995942807019832501.post-8082116010741459629" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-7099013253406999323.post-1534492439454760324" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-7995942807019832501.post-4786316510035998381" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-7995942807019832501.post-973556141841253617" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-7995942807019832501.post-1173354282968633231" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-7099013253406999323.post-8143571478254417710" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-7995942807019832501.post-5499569354822747529" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-7995942807019832501.post-6516200248923145806" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-7995942807019832501.post-4656927478320463696" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-7995942807019832501.post-7749722273879055524" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-7995942807019832501.post-2378683702540020617" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-7995942807019832501.post-6270260265454842077" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-7995942807019832501.post-7812623678618731834" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-7995942807019832501.post-6667121375740545132" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-7995942807019832501.post-5115658681577980261" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-7995942807019832501.post-6842655815079724541" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-7995942807019832501.post-668311841907780904" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-7995942807019832501.post-8149308274079309386" />
		</rdf:Seq>
	</items>
</channel>

<item rdf:about="tag:blogger.com,1999:blog-7995942807019832501.post-8194417550125146828">
	<title>Sebastian Heath (Mediterranean Ceramics): Coming to terms with HTML 5</title>
	<link>http://mediterraneanceramics.blogspot.com/2010/02/coming-to-terms-with-html-5.html</link>
	<content:encoded>I haven't heard much talk among digital humanists about &lt;a href=&quot;http://www.w3.org/TR/html5/&quot;&gt;HTML 5&lt;/a&gt;. If I've missed something please let me know.&lt;br /&gt;&lt;br /&gt;I will admit that for a long time I sort of ignored it. I was interested in xhtml 2 but that's &lt;a href=&quot;http://www.w3.org/News/2009#entry-6601&quot;&gt;dead&lt;/a&gt;. And when the html 5 discussions began, xhtml seemed like a barely tolerated intruder. That's clearly less so currently. Then there was the dismissive attitude of the &quot;5&quot; folk towards RDFa. Everybody seems to be &lt;a href=&quot;http://dev.w3.org/html5/rdfa/rdfa-module.html&quot;&gt;talking&lt;/a&gt; now and that's good.&lt;br /&gt;&lt;br /&gt;So it looks like there will be an XHTML5 that directly supports RDFa. I'm assuming that means in the DOM as it's made available to Javascript. (Somebody tell if I'm wrong about that).&lt;br /&gt;&lt;br /&gt;With this in mind, I spent the day catching up with developments in the html 5 community. Sometimes focusing on integration with RDFa but also just catching up.&lt;br /&gt;&lt;br /&gt;This &lt;a href=&quot;http://boblet.tumblr.com/post/130610820/html5-structure1&quot;&gt;series of articles&lt;/a&gt; by &quot;boblet&quot; was well-written and useful. On the RDFa front, I read &lt;a href=&quot;http://webbackplane.com/mark-birbeck/blog/2010/02/vocabularies-token-bundles-profiles-rdfa&quot;&gt;Mark Birbeck&lt;/a&gt;'s discussion about tokenizing RDFa. Likewise interesting. And see the &lt;a href=&quot;http://microformats.org/wiki/html5-profile#RDFa_example&quot;&gt;RDFa section&lt;/a&gt; of the Microformats.org HTML5 page.&lt;br /&gt;&lt;br /&gt;I like that html 5 supports structures along the lines of:&lt;pre&gt;&amp;lt;html&amp;gt;&lt;br /&gt; &amp;lt;head&amp;gt;&lt;br /&gt;  &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt; &amp;lt;/head&amp;gt;&lt;br /&gt; &amp;lt;body&amp;gt;&lt;br /&gt; &amp;lt;section&amp;gt;&lt;br /&gt;  &amp;lt;summary&amp;gt;&amp;lt;/summary&amp;gt;&lt;br /&gt;  &amp;lt;/section&amp;gt;&lt;br /&gt;   &lt;br /&gt; &amp;lt;section&amp;gt;&lt;br /&gt;  &amp;lt;h1&amp;gt;Introduction&amp;lt;/h1&amp;gt;&lt;br /&gt;  &amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;  ...&lt;br /&gt; &amp;lt;/section&amp;gt;&lt;br /&gt; &amp;lt;section&amp;gt;&lt;br /&gt;   &amp;lt;h1&amp;gt;Next section&amp;lt;/h1&amp;gt;&lt;br /&gt;   &amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;   ...&lt;br /&gt;  &amp;lt;/section&amp;gt;&lt;br /&gt; &amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/pre&gt;Add in more xhtml 1.0 bits and you can really think about doing a nice job of publishing prose works digitally with the html5 vocabulary. And don't forget the '&amp;lt;article&amp;gt;' element. That looks interesting as well.&lt;br /&gt;&lt;br /&gt;Not all is perfect. I've always been bummed that the title element goes in the head of an (x)html document. That means that if you want it to show up in the document part of a browser window, you have to repeat it. There's some silliness there. Why can't a title element go anywhere? And would it it really be a problem if a document had more than one title in it? I can think of use-cases where that works: more than one article in a single html file, or a list of objects that have titles.&lt;br /&gt;&lt;br /&gt;And there's still no preferred way of doing footnotes. The section in the spec &lt;a href=&quot;http://www.w3.org/TR/html5/text-level-semantics.html#footnotes&quot;&gt;4.6.26&lt;/a&gt; is sort of a punt. The boblet articles suggest &amp;lt;aside&amp;gt; for footnotes but that isn't encouraged in the spec. I see that there's a &quot;note&quot; value for the rel attribute on the WHATWG &lt;a href=&quot;http://wiki.whatwg.org/wiki/RelExtensions&quot;&gt;RelExtensions&lt;/a&gt; page. That list is an official part of the html 5 spec (see &quot;&lt;a href=&quot;http://dev.w3.org/html5/spec/interactive-elements.html#other-link-types&quot;&gt;Other Link Types&lt;/a&gt;&quot;). But the spec is totally vague on how a proposed rel moves to actual approval.&lt;br /&gt;&lt;br /&gt;And anybody using xhtml is still going to have lots of decisions about what goes in class attributes and how to specify lots of basic things like 'author'. That smacks of being proprietary. How much can Dublin Core help with this?&lt;br /&gt;&lt;br /&gt;So... it was a day of mostly reading. I added a little bit of xhtml 5 to the &lt;a href=&quot;http://github.com/sfsheath/awdp-test&quot;&gt;git repository&lt;/a&gt; under an xhtml5 branch but only just a hint of what I should do to really &quot;commit&quot; to such a big change.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/7995942807019832501-8194417550125146828?l=mediterraneanceramics.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2010-02-26T23:27:11+00:00</dc:date>
	<dc:creator>Sebastian Heath</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-7995942807019832501.post-7624247011086283119">
	<title>Sebastian Heath (Mediterranean Ceramics): OpenCyc + Wiki/DB-Pedia and Ancient World References</title>
	<link>http://mediterraneanceramics.blogspot.com/2010/02/opencyc-wikidb-pedia-and-ancient-world.html</link>
	<content:encoded>This is another post in the Ancient World &lt;a href=&quot;http://mediterraneanceramics.blogspot.com/search/label/rdfa&quot;&gt;RDFa&lt;/a&gt; series.&lt;br /&gt;&lt;br /&gt;I'm writing now because I have two questions in mind, one fairly general and one very specific:&lt;ul&gt;&lt;li&gt;Is there a pre-existing ontology that I can use to identify concepts found in Ancient World scholarship?&lt;/li&gt;&lt;li&gt;How can I indicate the office of &quot;strategos&quot; that was held by the sophist Polemon.&lt;/li&gt;&lt;/ul&gt;The topic comes up because I'm faced with the sentence fragment:&lt;blockquote&gt;Polemon also appears as &lt;span id=&quot;id8296&quot; rel=&quot;owl:sameas&quot;&gt;strategos&lt;/span&gt; on coins of Hadrian...&lt;/blockquote&gt;Again, how to mark the text &quot;strategos&quot; so that it is identified as the ancient office. Here's what I have so far:&lt;pre&gt;&amp;lt;span&lt;br /&gt; id=&quot;id8296&quot;&lt;br /&gt; about=&quot;#id8296&quot;&lt;br /&gt; typeof=&quot;skos:Concept opencyc:PublicOffice&quot;&lt;br /&gt; rel=&quot;owl:sameAs&quot;&lt;br /&gt; resource=&quot;[dbpedia:Strategos]&quot;&lt;br /&gt; property=&quot;rdfs:label&quot;&lt;br /&gt; &amp;gt;strategos&amp;lt;/span&amp;gt;&lt;/pre&gt;That give the following RDF/Turtle&lt;pre&gt;&amp;lt;http://example.org/ajn2006-smyrna.html#id8296&amp;gt;&lt;br /&gt;    a opencyc:PublicOffice, skos:Concept ;&lt;br /&gt;    owl:sameAs dbpedia:Strategos ;&lt;br /&gt;    rdfs:label &quot;strategos&quot;@en .&lt;/pre&gt;In short, this says that there's an instance of a public office and that office is &quot;strategos&quot;.&lt;br /&gt;&lt;br /&gt;The &quot;opencyc&quot; namespace maps to &quot;&lt;a href=&quot;http://sw.opencyc.org/&quot;&gt;http://sw.opencyc.org/&lt;/a&gt;&quot;. You can read about OpenCyc at &lt;a href=&quot;http://www.opencyc.org&quot;&gt;http://www.opencyc.org&lt;/a&gt;, where you'll be told that OpenCyc is an &quot;ontology containing hundreds of thousands of terms, along with millions of assertions relating the terms to each other, forming an ontology whose domain is all of human consensus reality.&quot; Even accounting for &quot;commericial-speak&quot;, this could be useful. And yes, it's based on a commercial product, but CC-Licensed versions of the whole thing can be downloaded from &lt;a href=&quot;http://www.opencyc.org/downloads&quot;&gt;http://www.opencyc.org/downloads&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The landing place for PublicOffice is &lt;a href=&quot;http://sw.opencyc.org/2009/04/07/concept/en/PublicOffice&quot;&gt;http://sw.opencyc.org/2009/04/07/concept/en/PublicOffice&lt;/a&gt;. &quot;Mayor&quot; and &quot;Ambassador&quot; are example instances of PublicOffice so I'm comfortable using it as the type for Strategos. But &quot;Strategos&quot; iteself is not in OpenCyc. I think this will be a common situation: knowledge bases intended for the modern world will have many useful analogs for concepts that appear in Ancient World scholarhip, but the specific vocabulary will be missing.&lt;br /&gt;&lt;br /&gt;OpenCyc has entries for&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://sw.opencyc.org/2009/04/07/concept/en/GeographicalPlace&quot;&gt;GeographicalPlace&lt;/a&gt;&lt;/li&gt;&lt;a href=&quot;http://sw.opencyc.org/2009/04/07/concept/en/GeopoliticalEntity&quot;&gt;GeopoliticalEntity&lt;/a&gt;&lt;li&gt;&lt;a href=&quot;http://sw.opencyc.org/2009/04/07/concept/en/Person&quot;&gt;Person&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://sw.opencyc.org/2009/04/07/concept/en/Religion&quot;&gt;Religion&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://sw.opencyc.org/2009/04/07/concept/en/Artifact&quot;&gt;Artifact&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://sw.opencyc.org/2009/04/07/concept/en/Building&quot;&gt;Building&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://sw.opencyc.org/2009/04/07/concept/en/Temple&quot;&gt;Temple&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://sw.opencyc.org/2009/04/07/concept/en/Sculpture&quot;&gt;Sculpture&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;You can replace many narrowly scoped namespaces with these and other concepts that appear in OpenCyc.&lt;br /&gt;&lt;br /&gt;But again, no &quot;Strategos&quot;. This is where Wikpedia (via DBPedia) comes in. Here's the &lt;a href=&quot;http://en.wikipedia.org/wiki/Strategos&quot;&gt;Wikipedia&lt;/a&gt; article. I map that into the Semantic Web via &lt;a href=&quot;http://dbpedia.org/resource/Strategos&quot;&gt;DBPedia&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;So here's a basic principle: OpenCyc is the default ontology, DBPedia is the default vocabulary. I think that plays to the strengths of each resource.&lt;br /&gt;&lt;br /&gt;Neither is complete for the Ancient World. That's probably more of a problem for the use of OpenCyc. DBPedia doesn't have a page for the ceramic type &quot;Eastern Sigillata A&quot;. If I write one for Wikipedia, that will eventually migrate to DBPedia. OpenCyc doesn't have an easy route for community-based editing. Will the concepts &quot;Excavation Unit&quot; or &quot;Survey Collection Unit&quot; be necessary? Probably. That means coming up with or finding an ontology for those.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/7995942807019832501-7624247011086283119?l=mediterraneanceramics.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2010-02-23T23:21:57+00:00</dc:date>
	<dc:creator>Sebastian Heath</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-7995942807019832501.post-8082116010741459629">
	<title>Sebastian Heath (Mediterranean Ceramics): Ancient World Digital Publishing Test Suite</title>
	<link>http://mediterraneanceramics.blogspot.com/2010/02/ancient-world-digital-publishing-test.html</link>
	<content:encoded>This post is just a brief notice that I have begun a test suite of xhtml+rdfa and related documents to facilitate my work on digital publication for ancient world scholarship. It's very much &quot;pre-release&quot; at this point so I'm putting the suite out there for the sake of sharing, not because it's useful in its current state. &lt;br /&gt;&lt;br /&gt;Right now, there are a few files in a git repository at &lt;a href=&quot;http://github.com/sfsheath/awdp-test/&quot;&gt;http://github.com/sfsheath/awdp-test/&lt;/a&gt;. To download, try &lt;a href=&quot;http://github.com/sfsheath/awdp-test/archives/master&quot;&gt;http://github.com/sfsheath/awdp-test/archives/master&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;As the files become more useful, I'll talk more about what I'm trying to achieve with this project.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/7995942807019832501-8082116010741459629?l=mediterraneanceramics.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2010-02-04T22:17:38+00:00</dc:date>
	<dc:creator>Sebastian Heath</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-7099013253406999323.post-1534492439454760324">
	<title>Tom Elliott (Horothesia): A new Concordia term: &quot;where&quot; (needed for linking papyri to Pleiades resources)</title>
	<link>http://horothesia.blogspot.com/2010/01/new-concordia-term-needed-for-linking.html</link>
	<content:encoded>&lt;div&gt;In discussions this week with &lt;a href=&quot;http://sgillies.net/me&quot;&gt;Sean&lt;/a&gt; and &lt;a href=&quot;http://philomousos.blogspot.com/&quot;&gt;Hugh&lt;/a&gt;, we explored what would be minimally necessary for web feeds describing the papyrological documents now being surfaced via &lt;a href=&quot;http://papyri.info&quot;&gt;http://papyri.info&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;In the long term, we'd like to link not only to descriptive resources (at &lt;a href=&quot;http://pleiades.stoa.org&quot;&gt;Pleiades&lt;/a&gt; or elsewhere) for their modern places of finding but also any ancient places attested in the texts themselves (having done named-entity analysis on all 50,000+ documents, the first steps in which are now underway by &lt;a href=&quot;http://www.kuleuven.be/cv/u0009750e.htm&quot;&gt;Mark Depauw&lt;/a&gt; and the &lt;a href=&quot;http://www.trismegistos.org/&quot;&gt;Trismegistos&lt;/a&gt; team in Leiden).&lt;br /&gt;&lt;br /&gt;In the near term, we can express geographic linkages on the basis of the &lt;a href=&quot;http://en.wikipedia.org/wiki/Nome_%28Egypt%29&quot;&gt;nome&lt;/a&gt; attributions recorded for the papyri by the editors of the &lt;a style=&quot;font-style: italic;&quot; href=&quot;http://www.rzuser.uni-heidelberg.de/%7Egv0/&quot; xml:lang=&quot;de&quot; title=&quot;Heidelberg Register of Greek Papyri from Egypt&quot;&gt;Heidelberger Gesamtverzeichnis der griechischen Papyrusurkunden Ägyptens&lt;/a&gt; whose records are incorporated into the papyri.info contents.&lt;br /&gt;&lt;br /&gt;But none of the terms we had previously defined in our &lt;a href=&quot;http://atlantides.org/trac/concordia/wiki/ConcordiaThesaurus&quot;&gt;Concordia link-type thesaurus&lt;/a&gt; precisely fit this information. We did have several geographic terms (findSpot, origin, observedAt and attestsTo), but we needed to add a more generic one: &quot;where&quot;. The nomes as indicated by HGV are geographical classifications, based on the ancient regions, made primarily for facilitating reference and review by modern scholars. They don't necessarily constitute &quot;find spot&quot; or &quot;place of origin&quot; in every case.  This &quot;where&quot; term idea followed naturally from &lt;a href=&quot;http://code.google.com/p/where-link-relation-type/&quot;&gt;Sean's earlier efforts&lt;/a&gt; to advocate for a &quot;where&quot; link relation type. A link in a feed entry using this term will simply indicate that the described resource should be treated as being located, in a general way, at the place described by the linked resource.&lt;br /&gt;&lt;br /&gt;Hopefully, this term will be useful not only for papyri.info, but also for other pre-existing datasets where the location information recorded about ancient artifacts is similarly less precise than the born-digital epigraphic corpora that guided the minting of our initial thesaurus terms. Hopefully it will also prove useful in &lt;a href=&quot;http://mediterraneanceramics.blogspot.com/2010/01/rdfa-patterns-for-ancient-world.html&quot;&gt;contexts&lt;/a&gt; such as those that &lt;a href=&quot;http://sebastianheath.com/&quot;&gt;Sebastian&lt;/a&gt; has recently been blogging about.&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/7099013253406999323-1534492439454760324?l=horothesia.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2010-01-29T23:46:08+00:00</dc:date>
	<dc:creator>Tom Elliott</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-7995942807019832501.post-4786316510035998381">
	<title>Sebastian Heath (Mediterranean Ceramics): RDFa Patterns for Ancient World References</title>
	<link>http://mediterraneanceramics.blogspot.com/2010/01/rdfa-patterns-for-ancient-world.html</link>
	<content:encoded>I am continuing to experiment with semantic links within digital publications relevant to the Ancient World. Here's a snippet from the same article I drew from in the &lt;a href=&quot;http://mediterraneanceramics.blogspot.com/2010/01/referring-to-people-and-places.html&quot;&gt;last post&lt;/a&gt;.&lt;blockquote&gt;&lt;span id=&quot;id3724&quot; rel=&quot;owl:sameas&quot;&gt;In 124&lt;/span&gt;, &lt;span id=&quot;id2209&quot; rel=&quot;owl:sameas cite&quot;&gt;Polemon&lt;/span&gt; had spoken before &lt;span id=&quot;id5130&quot; rel=&quot;owl:sameas cite&quot;&gt;Hadrian&lt;/span&gt; and persuaded him to make a gift of money and grant a series of honors to &lt;span id=&quot;id39156&quot; rel=&quot;owl:sameas cite&quot;&gt;Smyrna&lt;/span&gt;, not least of which was a second temple to the &lt;span id=&quot;id4168&quot; rel=&quot;owl:sameas cite&quot;&gt;imperial cult&lt;/span&gt; (&lt;span id=&quot;id9773&quot; rel=&quot;cito:citesasauthority ex:citesasprimarysource&quot;&gt;&lt;i&gt;IvS&lt;/i&gt; 697&lt;/span&gt;; &lt;span id=&quot;id4616&quot; rel=&quot;cito:citesasauthority cite&quot;&gt;Burrell 2004: 42-48&lt;/span&gt;).&lt;/blockquote&gt;The &quot;things&quot; I want to identify are:&lt;ul&gt;&lt;li&gt;The year 124 as an event.&lt;/li&gt;&lt;li&gt;The sophist Polemon&lt;/li&gt;&lt;li&gt;The emperor Hadrian&lt;/li&gt;&lt;li&gt;The imperial cult&lt;/li&gt;&lt;li&gt;And the two citations&lt;/li&gt;&lt;/ul&gt;And I want to do this in a standards-based way that is automatically recognizable by third-parties (or at least their software agents).&lt;br /&gt;&lt;br /&gt;As before, I'm using &lt;a href=&quot;http://www.w3.org/TR/xhtml-rdfa-primer/&quot;&gt;RDFa&lt;/a&gt;. In a future post, I'll explain this choice and talk about what RDFa and RDF are, but for now I'm diving right in.&lt;br /&gt;&lt;br /&gt;The relevant namespaces that I'm using are:&lt;ul&gt;&lt;li&gt;xmlns:dbpedia=&quot;http://dbpedia.org/resource/&quot;&lt;/li&gt;&lt;li&gt;xmlns:cito=&quot;http://purl.org/net/cito/&quot;&lt;/li&gt;&lt;li&gt;xmlns:ev=&quot;http://purl.org/rss/1.0/modules/event/&quot;&lt;/li&gt;&lt;li&gt;xmlns:ex=&quot;http://example.org/&quot;&lt;/li&gt;&lt;li&gt;xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&lt;/li&gt;&lt;li&gt;xmlns:frbr=&quot;http://purl.org/vocab/frbr/core#&quot;&lt;/li&gt;&lt;li&gt;xmlns:geo=&quot;http://www.w3.org/2003/01/geo/wgs84_pos#&quot;&lt;/li&gt;&lt;li&gt;xmlns:owl=&quot;http ://www.w3.org/2002/07/owl#&quot;&lt;/li&gt;&lt;li&gt;xmlns:rdfs=&quot;http://www.w3.org/2000/01/rdf-schema#&quot;&lt;/li&gt;&lt;li&gt;xmlns:skos=&quot;http://www.w3.org/2008/05/skos#&quot;&lt;/li&gt;&lt;li&gt;xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;&lt;/li&gt;&lt;/ul&gt;All the markup that follows is experimental and comments are welcome, of course.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Polemon&lt;/b&gt;&lt;br /&gt;The reference to Polemon now looks like:&lt;code&gt;&lt;br /&gt;&amp;lt;span id=&quot;id2209&quot;&lt;br /&gt; about=&quot;#id2209&quot;&lt;br /&gt; typeof=&quot;skos:Concept foaf:Person&quot;&lt;br /&gt; resource=&quot;[dbpedia:Polemon_of_Laodicea]&quot;&lt;br /&gt; rel=&quot;owl:sameAs cite&quot;&lt;br /&gt; property=&quot;rdfs:label&quot;&amp;gt;Polemon&amp;lt;/span&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;With the '&amp;lt;head&amp;gt;' of the document including '&amp;lt;base href=&quot;http://example.org/ajn2006-smyrna.html&quot;/&amp;gt;', that RDFa gives the following RDF/turtle:&lt;pre&gt;&lt;br /&gt;&amp;lt;http://example.org/ajn2006-smyrna.html#id2209&amp;gt;&lt;br /&gt;    owl:sameAs dbpedia:Polemon_of_Laodicea ;&lt;br /&gt;    a skos:Concept, foaf:Person ;&lt;br /&gt;    &amp;lt;http://www.w3.org/1999/xhtml/vocab#cite&amp;gt; dbpedia:Polemon_of_Laodicea ;&lt;br /&gt;    rdfs:label &quot;Polemon&quot;@en .&lt;/pre&gt;Some observations:&lt;br /&gt;The pairing of 'id' and 'about' attributes means that I can identify a span of text and then say things about it.&lt;br /&gt;&lt;br /&gt;I then give that span a type. Here I say that it's a skos:Concept and a foaf:Person. Which concept and which person? &lt;a href=&quot;http://dbpedia.org/resource/Polemon_of_Laodicea&quot;&gt;http://dbpedia.org/resource/Polemon_of_Laodicea&lt;/a&gt;. 'skos:Concept' will be used on all named-entities, and their nature will be further qualified when it's useful.&lt;br /&gt;&lt;br /&gt;Why &quot;owl:sameAs'. Here I follow the usage of dbpedia.org. If you look at the Polemon page, you'll see the same construct used to make the link to freebase. 'owl:sameAs' also underlies &lt;a href=&quot;http://sameas.org&quot;&gt;sameas.org&lt;/a&gt; (see the &lt;a href=&quot;http://sameas.org/n3?uri=http%3A%2F%2Fdbpedia.org%2Fresource%2FHadrian&quot;&gt;n3 for Hadrian&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;The metaphor here is that I am instantiating Poleman as a concept and person present in the text. That should be recognizable and actionable. There is some redundancy in how I go about doing it, but that is in the spirit of convenience for future processors of this data.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&quot;In 124&quot;&lt;/b&gt;&lt;br /&gt;This looks like:&lt;br /&gt;&lt;pre&gt;&amp;lt;span id=&quot;id3724&quot;&lt;br /&gt; about=&quot;#id3724&quot;&lt;br /&gt; typeof=&quot;frbr:Event&quot;&lt;br /&gt; rel=&quot;owl:sameAs&quot;&lt;br /&gt; resource=&quot;dbpedia:124&quot;&lt;br /&gt; property=&quot;ev:startdate&quot;&lt;br /&gt; datatype=&quot;xsd:year&quot;&lt;br /&gt; content=&quot;124&quot;&amp;gt;In 124&amp;lt;/span&amp;gt;&lt;/pre&gt;Same basic process. I isolate some text as individually addressable. I say what is, in this case a FRBR Event. Here I also embed a machine-readable property, the start date, into the document , but retain the inline text as the label.&lt;br /&gt;&lt;br /&gt;But I am probably on less-firm ground here. I use FRBR because it's an &lt;a href=&quot;http://www.loc.gov/cds/downloads/FRBR.PDF&quot;&gt;LOC approved&lt;/a&gt; standard. I annotate the event with an RSS Event property and that's a little weak. And it might seem odd to equate the event with the dbpedia representation of the year &lt;a href=&quot;http://dbpedia.org/resource/124&quot;&gt;124&lt;/a&gt;. If you follow through to the wikipedia version, that does refer to Hadrian's trip east, which is the setting for Polemon's speech. In the case of a better known event, I think I'd prefer to link to a representation of that, for example &lt;a href=&quot;http://dbpedia.org/page/Sack_of_Rome_(455)&quot;&gt;http://dbpedia.org/page/Sack_of_Rome_(455)&lt;/a&gt;. The 'owl:sameAs' on that page will eventually redirect you to the right Wiki page.&lt;br /&gt;&lt;br /&gt;Here's the RDF/Turtle produced by the above RDFa:&lt;br /&gt;&lt;pre&gt;&amp;lt;http://example.org/ajn2006-smyrna.html#id3724&amp;gt;&lt;br /&gt;    owl:sameAs &amp;lt;dbpedia:124&amp;gt; ;&lt;br /&gt;    ev:startdate &quot;124&quot;^^xsd:year ;&lt;br /&gt;    a frbr:Event, skos:Concept .&lt;/pre&gt;As above, the goal is for this to be usable in a number of contexts.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;References&lt;/b&gt;&lt;br /&gt;There are two inline references at the end of the sentence. The first is to a primary source, an inscription at Smyrna as published in Petzl, G. (1982). &lt;i&gt;Die Inschriften von Smyrna&lt;/i&gt;. Bonn: Habelt. The second is to Barbara Burrell's Burrell, B. (2004). &lt;i&gt;Neokoroi: Greek cities and Roman emperors&lt;/i&gt;. Cincinnati classical studies, new ser., v. 9. Leiden: Brill.&lt;br /&gt;&lt;br /&gt;Here's the RDFa for the second:&lt;br /&gt;&lt;pre&gt;&amp;lt;span id=&quot;id4616&quot;&lt;br /&gt; about=&quot;#id4616&quot;&lt;br /&gt; typeof=&quot;ex:Citation&quot;&lt;br /&gt; rel=&quot;cito:citesAsAuthority cite&quot;&lt;br /&gt; resource=&quot;http://www.worldcat.org/oclc/53013513&quot;&lt;br /&gt; property=&quot;rdfs:label&quot;&amp;gt;Burrell 2004: 42-48&amp;lt;/span&amp;gt;&lt;/pre&gt;This is similar markup as previously, except I'm not instantiating it as a 'skos:Concept'. I am using the CITO ontology to indicate the relationship between the works, but note that I'm currently making up the type 'ex:Citation'. Perhaps I could use 'cito:Document' but that doesn't seem quite right. I really want to mark this span of text as being a citation but haven't found just the right RDF vocabulary. I looked at &lt;a href=&quot;http://bibliontology.com/&quot;&gt;BIBO&lt;/a&gt; but, like CITO, it doesn't have the exact class I want. BIBO is linked with Zotero so I'd like to use it. For now, CITO has a more detailed set of relationships between citing and cited documents so I'm going with that. Worldcat also isn't great because there's confusion about the 'terms of use' but it will do for this experimental phase.&lt;br /&gt;&lt;br /&gt;Here's the RDF/Turtle:&lt;pre&gt;&amp;lt;http://example.org/ajn2006-smyrna.html#id4616&amp;gt;&lt;br /&gt;    cito:citesAsAuthority &amp;lt;http://www.worldcat.org/oclc/53013513&amp;gt; ;&lt;br /&gt;    a ex:Citation ;&lt;br /&gt;    &amp;lt;http://www.w3.org/1999/xhtml/vocab#cite&amp;gt; &amp;lt;http://www.worldcat.org/oclc/53013513&amp;gt; ;&lt;br /&gt;    rdfs:label &quot;Burrell 2004: 42-48&quot;@en .&lt;/pre&gt;&lt;br /&gt;The RDFa for the epigraphic reference looks like:&lt;pre&gt;&amp;lt;span id=&quot;id9773&quot;&lt;br /&gt; about=&quot;#id9773&quot;&lt;br /&gt; typeof=&quot;ex:Citation&quot;&lt;br /&gt; rel=&quot;cito:citesAsAuthority ex:citesAsPrimarySource&quot;&lt;br /&gt; resource=&quot;http://www.worldcat.org/oclc/8935414&quot;&lt;br /&gt; property=&quot;rdfs:label&quot;&amp;gt;&amp;lt;i&amp;gt;IvS&amp;lt;/i&amp;gt; 697&amp;lt;/span&amp;gt;&lt;/pre&gt;The main difference here is that I'm also making up the 'ex:citesAsPrimarySource' value for the rel attribute. The concept of &quot;Primary Source&quot; and references thereto is important for the Humanities and we need a way of indicating its usage.&lt;br /&gt;&lt;br /&gt;It's also important that I'm referring to the publication of the inscription, not the inscription itself. When a digital surrogate becomes available, I can point to that. In the meantime, a way of standardizing references to parts of a work would be useful. But I don't think you can just tag on a fragment identifier, as in http://www.worldcat.org/oclc/8935414#no.%20697, since the implication there is that such an ID actually exists. And it might be rude to put the same after a '?'. Something to ponder...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Instead of continuing on with each named entitiy, here's the whole sentence with RDFa visible:&lt;blockquote&gt;&amp;lt;span id=&quot;id3724&quot; about=&quot;#id3724&quot; typeof=&quot;skos:Concept frbr:Event&quot; rel=&quot;owl:sameAs&quot; resource=&quot;dbpedia:124&quot; property=&quot;ev:startdate&quot; datatype=&quot;xsd:year&quot; content=&quot;124&quot;&amp;gt;In 124&amp;lt;/span&amp;gt;, &amp;lt;span id=&quot;id2209&quot; about=&quot;#id2209&quot; typeof=&quot;skos:Concept foaf:Person&quot; resource=&quot;[dbpedia:Polemon_of_Laodicea]&quot; rel=&quot;owl:sameAs cite&quot; property=&quot;rdfs:label&quot;&amp;gt;Polemon&amp;lt;/span&amp;gt; had spoken before &amp;lt;span id=&quot;id5130&quot; about=&quot;#id5130&quot; typeof=&quot;skos:Concept foaf:Person&quot; rel=&quot;owl:sameAs cite&quot; resource=&quot;[dbpedia:Hadrian]&quot; property=&quot;rdfs:label&quot;&amp;gt;Hadrian&amp;lt;/span&amp;gt; and persuaded him to make a gift of money and grant a series of honors to &amp;lt;span id=&quot;id39156&quot; about=&quot;#id39156&quot; typeof=&quot;skos:Concept geo:SpatialThing&quot; rel=&quot;owl:sameAs cite&quot; resource=&quot;http://pleiades.stoa.org/places/550771&quot; property=&quot;rdfs:label&quot;&amp;gt;Smyrna&amp;lt;/span&amp;gt;, not least of which was a second temple to the &amp;lt;span id=&quot;id4168&quot; about=&quot;#4168&quot; typeof=&quot;skos:Concept dbpedia:Religion&quot; rel=&quot;owl:sameAs cite&quot; resource=&quot;dbpedia:Imperial_cult_(ancient_Rome)]&quot; property=&quot;rdfs:label&quot;&amp;gt;imperial cult&amp;lt;/span&amp;gt; (&amp;lt;span id=&quot;id9773&quot; about=&quot;#id9773&quot; typeof=&quot;ex:Citation&quot; rel=&quot;cito:citesAsAuthority ex:citesAsPrimarySource&quot; resource=&quot;http://www.worldcat.org/oclc/8935414&quot; property=&quot;rdfs:label&quot;&amp;gt;&amp;lt;i&amp;gt;IvS&amp;lt;/i&amp;gt; 697&amp;lt;/span&amp;gt;; &amp;lt;span id=&quot;id4616&quot; about=&quot;#id4616&quot; typeof=&quot;ex:Citation&quot; rel=&quot;cito:citesAsAuthority cite&quot; resource=&quot;http://www.worldcat.org/oclc/53013513&quot; property=&quot;rdfs:label&quot;&amp;gt;Burrell 2004: 42-48&amp;lt;/span&amp;gt;).&lt;/blockquote&gt;And here's the RDF/Turtle:&lt;pre&gt;&lt;br /&gt;&amp;lt;http://example.org/ajn2006-smyrna.html#id3724&amp;gt;&lt;br /&gt;    owl:sameAs &amp;lt;dbpedia:124&amp;gt; ;&lt;br /&gt;    ev:startdate &quot;124&quot;^^xsd:year ;&lt;br /&gt;    a frbr:Event, skos:Concept .&lt;br /&gt;&lt;br /&gt;&amp;lt;http://example.org/ajn2006-smyrna.html#id2209&amp;gt;&lt;br /&gt;    owl:sameAs dbpedia:Polemon_of_Laodicea ;&lt;br /&gt;    a skos:Concept, foaf:Person ;&lt;br /&gt;    &amp;lt;http://www.w3.org/1999/xhtml/vocab#cite&amp;gt; dbpedia:Polemon_of_Laodicea ;&lt;br /&gt;    rdfs:label &quot;Polemon&quot;@en .&lt;br /&gt;&lt;br /&gt;&amp;lt;http://example.org/ajn2006-smyrna.html#id5130&amp;gt;&lt;br /&gt;    owl:sameAs dbpedia:Hadrian ;&lt;br /&gt;    a skos:Concept, foaf:Person ;&lt;br /&gt;    &amp;lt;http://www.w3.org/1999/xhtml/vocab#cite&amp;gt; dbpedia:Hadrian ;&lt;br /&gt;    rdfs:label &quot;Hadrian&quot;@en .&lt;br /&gt;&lt;br /&gt;&amp;lt;http://example.org/ajn2006-smyrna.html#id39156&amp;gt;&lt;br /&gt;    owl:sameAs &amp;lt;http://pleiades.stoa.org/places/550771&amp;gt; ;&lt;br /&gt;    a geo:SpatialThing, skos:Concept ;&lt;br /&gt;    &amp;lt;http://www.w3.org/1999/xhtml/vocab#cite&amp;gt; &amp;lt;http://pleiades.stoa.org/places/550771&amp;gt; ;&lt;br /&gt;    rdfs:label &quot;Smyrna&quot;@en .&lt;br /&gt;&lt;br /&gt;&amp;lt;http://example.org/ajn2006-smyrna.html#4168&amp;gt;&lt;br /&gt;    owl:sameAs &amp;lt;dbpedia:Imperial_cult_(ancient_Rome)]&amp;gt; ;&lt;br /&gt;    a dbpedia:Religion, skos:Concept ;&lt;br /&gt;    &amp;lt;http://www.w3.org/1999/xhtml/vocab#cite&amp;gt; &amp;lt;dbpedia:Imperial_cult_(ancient_Rome)]&amp;gt; ;&lt;br /&gt;    rdfs:label &quot;imperial cult&quot;@en .&lt;br /&gt;&lt;br /&gt;&amp;lt;http://example.org/ajn2006-smyrna.html#id9773&amp;gt;&lt;br /&gt;    ex:citesAsPrimarySource &amp;lt;http://www.worldcat.org/oclc/8935414&amp;gt; ;&lt;br /&gt;    cito:citesAsAuthority &amp;lt;http://www.worldcat.org/oclc/8935414&amp;gt; ;&lt;br /&gt;    a ex:Citation ;&lt;br /&gt;    rdfs:label &quot;&amp;lt;i&amp;gt;IvS&amp;lt;/i&amp;gt; 697&quot;^^rdf:XMLLiteral .&lt;br /&gt;&lt;br /&gt;&amp;lt;http://example.org/ajn2006-smyrna.html#id4616&amp;gt;&lt;br /&gt;    cito:citesAsAuthority &amp;lt;http://www.worldcat.org/oclc/53013513&amp;gt; ;&lt;br /&gt;    a ex:Citation ;&lt;br /&gt;    &amp;lt;http://www.w3.org/1999/xhtml/vocab#cite&amp;gt; &amp;lt;http://www.worldcat.org/oclc/53013513&amp;gt; ;&lt;br /&gt;    rdfs:label &quot;Burrell 2004: 42-48&quot;@en .&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Some of these constructs deserve more comment but this post is getting long. The only thing to add is that fairly soon I will publish a javascript toolset that starts making use of these patterns.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/7995942807019832501-4786316510035998381?l=mediterraneanceramics.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2010-01-26T21:49:19+00:00</dc:date>
	<dc:creator>Sebastian Heath</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-7995942807019832501.post-973556141841253617">
	<title>Sebastian Heath (Mediterranean Ceramics): Referring to People and Places</title>
	<link>http://mediterraneanceramics.blogspot.com/2010/01/referring-to-people-and-places.html</link>
	<content:encoded>Another title for this post could be &quot;How can I achieve something by doing nothing?&quot;&lt;br /&gt;&lt;br /&gt;Back in 2006 I published the article  'A Box Mirror Made from Two Antinous Medallions of Smyrna.' &lt;i&gt;American Journal of Numismatics&lt;/i&gt; Second Series 18 (2006), 63-74. It contains the following sentences:&lt;blockquote&gt;The reverse type on this piece is one of four images — showing either the female panther on this piece, a bull, a sheep, or a ship’s prow — that appear on a series of medallions struck at Smyrna in honor of Antinous and naming Polemon as issuer.  These two individuals are both historical figures and their biographical information provides the framework for dating the issue. Antinous was the companion of the emperor Hadrian who drowned in the Nile in late AD 130.&lt;/blockquote&gt;I am currently thinking about how to represent links from the &quot;named entities&quot; embedded within texts such as this to well-known identifiers for those concepts. That's what I want to achieve. The &quot;doing nothing&quot; part of my alternate title is an off-hand way of indicating that I want to make as few choices as possible. To again rephrase, the bottom line is that I'm hoping to use pre-existing standards.&lt;br /&gt;&lt;br /&gt;BTW, pictures of the mirror are at &lt;a href=&quot;http://numismatics.org/collection/2005.19.1&quot;&gt;http://numismatics.org/collection/2005.19.1&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;In terms of well-known identifiers, here's the &quot;low hanging fruit&quot; that I see in the sample text:&lt;ul&gt;&lt;li&gt;Smyrna: &lt;a href=&quot;http://pleiades.stoa.org/places/550771&quot;&gt;http://pleiades.stoa.org/places/550771&lt;/a&gt;. This is a Pleiades identifier for the ancient site.&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Nile&quot;&gt;http://en.wikipedia.org/wiki/Nile&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Polemon_of_Laodicea&quot;&gt;http://en.wikipedia.org/wiki/Polemon_of_Laodicea&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Antinous&quot;&gt;http://en.wikipedia.org/wiki/Antinous&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Hadrian&quot;&gt;http://en.wikipedia.org/wiki/Hadrian&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;We could get into dates and abstract concepts such as &quot;emperor&quot; but I'll save that for later.&lt;br /&gt;&lt;br /&gt;You'll note that I'm using the English Wikipedia for most of my identifiers and Pleiades for Smyrna. There is a Wikipedia &lt;a href=&quot;http://en.wikipedia.org/wiki/Smyrna&quot;&gt;article&lt;/a&gt; for that ancient site, but I do want to situate myself within the discipline of ancient geography. I think using the Pleiades reference meets that goal. On a slightly different topic, I was tempted to use &lt;a href=&quot;http://dbpedia.org/&quot;&gt;dbpedia&lt;/a&gt; references – as in &lt;a href=&quot;http://dbpedia.org/resource/Polemon_of_Laodicea&quot;&gt;http://dbpedia.org/resource/Polemon_of_Laodicea&lt;/a&gt; – but think it's probably better practice to give the Wiki URI and let harvestors, etc. derive the dbpedia URI if they want to. Is it a disadvantage to tie the URI to a particular language?&lt;br /&gt;&lt;br /&gt;Moving along... how to embed these references in the text? That does require an initial choice: RDFa embedded in xhtml. Here's a possible snippet that links an implicit identity with the relevant unambiguous identifier:&lt;blockquote&gt;&amp;lt;span id=&quot;id7474&quot; about=&quot;#id7474&quot; typeof=&quot;foaf:Person&quot; rel=&quot;owl:sameAs&quot; resource=&quot;http://dbpedia.org/page/Polemon_of_Laodicea&quot;&amp;gt;Polemon&amp;lt;/span&amp;gt;&lt;/blockquote&gt;With this markup I am trying to say, &quot;the characters 'Polemon' refer to a person and that person is the same as the person represented by the URI 'http://dbpedia.org/page/Polemon_of_Laodicea'.&quot;&lt;br /&gt;&lt;br /&gt;Why do I think I've achieved that? If I point an RDF parser – I use &lt;a href=&quot;http://librdf.org/raptor/rapper.html&quot;&gt;rapper&lt;/a&gt; – at this text, I get the following triples:&lt;br /&gt;&lt;pre&gt;&amp;lt;http:/example.org/AJN2006-Heath.html#id7474&amp;gt;&lt;br /&gt;  &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&amp;gt;&lt;br /&gt;  &amp;lt;http://xmlns.com/foaf/0.1/Person&amp;gt; .&lt;br /&gt;&lt;br /&gt;&amp;lt;http:/example.org/AJN2006-Heath.html#id7474&amp;gt;&lt;br /&gt;  &amp;lt;http://www.w3.org/1999/xhtml/vocab#cite&amp;gt;&lt;br /&gt;  &amp;lt;http://en.wikipedia.org/wiki/Polemon_of_Laodicea&amp;gt; .&lt;br /&gt;&lt;br /&gt;&amp;lt;http:/example.org/AJN2006-Heath.html#id7474&amp;gt;&lt;br /&gt;  &amp;lt;http ://www.w3.org/2002/07/owl#sameAs&amp;gt;&lt;br /&gt;  &amp;lt;http://en.wikipedia.org/wiki/Polemon_of_Laodicea&amp;gt; .&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;I think this represents progress towards using a well-known standard that allows a third-party tool to extract the semantic meaning in my text. Expanding the markup I'm using, here's the whole sample text with embedded RDF:&lt;blockquote&gt;The reverse type on this piece is one of four images — showing either the female panther on this piece, a bull, a sheep, or a ship’s prow — that appear on a series of medallions struck at &amp;lt;span id=&quot;id128979&quot; about=&quot;#id128979&quot; typeof=&quot;geonames:Feature nm:mint&quot; rel=&quot;skos:sameAs cite&quot; resource=&quot;http://pleiades.stoa.org/places/550771&quot;&amp;gt;Smyrna&amp;lt;/span&amp;gt; in honor of &amp;lt;span id=&quot;id49178&quot; about=&quot;#id49178&quot; typeof=&quot;foaf:Person&quot; rel=&quot;skos:sameAs cite&quot; resource=&quot;http://en.wikipedia.org/wiki/Antinous&quot;&amp;gt;Antinous&amp;lt;/span&amp;gt; and naming &amp;lt;span id=&quot;id7474&quot; about=&quot;#id7474&quot; typeof=&quot;foaf:Person&quot; rel=&quot;cite skos:sameAs&quot; resource=&quot;http://en.wikipedia.org/wiki/Polemon_of_Laodicea&quot;&amp;gt;Polemon&amp;lt;/span&amp;gt; as issuer. These two individuals are both historical figures and their biographical information provides the framework for dating the issue. Antinous was the companion of the emperor &amp;lt;span id=&quot;id876873&quot; about=&quot;#id876873&quot; typeof=&quot;foaf:Person&quot; rel=&quot;skos:sameAs cite&quot; resource=&quot;http://en.wikipedia.org/en/Hadrian&quot;&amp;gt;Hadrian&amp;lt;/span&amp;gt; who drowned in the &amp;lt;span id=&quot;id5726&quot; about=&quot;#id5726&quot; typeof=&quot;geoname:Feature&quot; rel=&quot;skos:sameAs cite&quot; resource=&quot;http://en.wikipedia.org/wiki/Nile&quot;&amp;gt;Nile&amp;lt;/span&amp;gt; in late AD 130.&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Which produces the following RDF:&lt;br /&gt;&lt;pre&gt;&amp;lt;http:/example.org/AJN2006-Heath.html#id128979&amp;gt;&lt;br /&gt;    a nm:mint, geonames:Feature ;&lt;br /&gt;    &amp;lt;http://www.w3.org/1999/xhtml/vocab#cite&amp;gt; &amp;lt;http://pleiades.stoa.org/places/550771&amp;gt; ;&lt;br /&gt;    skos:sameAs &amp;lt;http://pleiades.stoa.org/places/550771&amp;gt; .&lt;br /&gt;&lt;br /&gt;&amp;lt;http:/example.org/AJN2006-Heath.html#id49178&amp;gt;&lt;br /&gt;    a foaf:Person ;&lt;br /&gt;    &amp;lt;http://www.w3.org/1999/xhtml/vocab#cite&amp;gt; &amp;lt;http://en.wikipedia.org/wiki/Antinous&amp;gt; ;&lt;br /&gt;    skos:sameAs &amp;lt;http://en.wikipedia.org/wiki/Antinous&amp;gt; .&lt;br /&gt;&lt;br /&gt;&amp;lt;http:/example.org/AJN2006-Heath.html#id7474&amp;gt;&lt;br /&gt;    a foaf:Person ;&lt;br /&gt;    &amp;lt;http://www.w3.org/1999/xhtml/vocab#cite&amp;gt; &amp;lt;http://en.wikipedia.org/wiki/Polemon_of_Laodicea&amp;gt; ;&lt;br /&gt;    skos:sameAs &amp;lt;http://en.wikipedia.org/wiki/Polemon_of_Laodicea&amp;gt; .&lt;br /&gt;&lt;br /&gt;&amp;lt;http:/example.org/AJN2006-Heath.html#id876873&amp;gt;&lt;br /&gt;    a foaf:Person ;&lt;br /&gt;    &amp;lt;http://www.w3.org/1999/xhtml/vocab#cite&amp;gt; &amp;lt;http://en.wikipedia.org/en/Hadrian&amp;gt; ;&lt;br /&gt;    skos:sameAs &amp;lt;http://en.wikipedia.org/en/Hadrian&amp;gt; .&lt;br /&gt;&lt;br /&gt;&amp;lt;http:/example.org/AJN2006-Heath.html#id5726&amp;gt;&lt;br /&gt;    &amp;lt;http://www.w3.org/1999/xhtml/vocab#cite&amp;gt; &amp;lt;http://en.wikipedia.org/wiki/Nile&amp;gt; ;&lt;br /&gt;    skos:sameAs &amp;lt;http://en.wikipedia.org/wiki/Nile&amp;gt; .&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;By way of a few observations, note that I type &quot;Smyrna&quot; – here id128979 - as a mint using the URI &lt;a href=&quot;http://nomisma.org/id/mint&quot;&gt;http://nomisma.org/id/mint&lt;/a&gt;, which is a reference to an incipient numismatic vocabulary. I don't type Hadrian as a Roman emperor. 'Smyrna' can be used in many ways so I want to be clear that I'm referring to it as a mint (in the broad numismatic sense). Hadrian's role as emperor is explicitly stated in the Wiki article and in its dbpedia equivalent. I don't think I need to repeat that here.&lt;br /&gt;&lt;br /&gt;I'm also adding 'cite' to the rel attributes. 'cite' is one of the W3 sponsored relationships and I like how generic it is but also want to use the more specific 'skos:sameAs'.&lt;br /&gt;&lt;br /&gt;This post is not a finished product and I don't mean to suggest that the above is the best way to achieve my goal. I welcome comments along the lines of &quot;You should be using pre-existing standard http://....&quot; or &quot;What you suggest is sort of (barely?) OK but here's an improvement...&quot;. Is there a better RDFa pattern?&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/7995942807019832501-973556141841253617?l=mediterraneanceramics.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2010-01-22T18:37:46+00:00</dc:date>
	<dc:creator>Sebastian Heath</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-7995942807019832501.post-1173354282968633231">
	<title>Sebastian Heath (Mediterranean Ceramics): New URL Pattern at American Numismatic Society</title>
	<link>http://mediterraneanceramics.blogspot.com/2009/12/new-url-pattern-at-american-numismatic.html</link>
	<content:encoded>At the ANS, we are currently assigning hierarchical categories to all the objects in the database. You might think this had already been done, but in the pre-web world, when most of our 550,000 records were entered, it wasn't really necessary. If you wanted to find Byzantine Seals or Contorniates, you just went to the right tray and there they were.&lt;br /&gt;&lt;br /&gt;In a webbie world, we want users to be able to navigate by well-known numismatic categories in order to access individual records, examination of which can suggest searches that will help one find what one is looking for. Keeping that goal in mind, our categories need to be sensible and recognizable, but do not need to carry an undue interpretive burden. It's OK that a user might question how we've arranged things, so long as we've helped her find what she's looking for.&lt;br /&gt;&lt;br /&gt;Some examples:&lt;br /&gt;&lt;br /&gt;&lt;ul style=&quot;font-size: smaller;&quot;&gt;&lt;li&gt;&lt;a href=&quot;http://numismatics.org/search/category/roman--republican&quot;&gt;http://numismatics.org/search/category/roman--republican&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://numismatics.org/search/category/roman--republican/images&quot;&gt;http://numismatics.org/search/category/roman--republican/images&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://numismatics.org/search/category/roman--provincial/images&quot;&gt;http://numismatics.org/search/category/roman--provincial/images&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://numismatics.org/search/category/roman--imperial/images&quot;&gt;http://numismatics.org/search/category/roman--imperial/images&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://numismatics.org/search/category/roman--italic/images&quot;&gt;http://numismatics.org/search/category/roman--italic/images&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://numismatics.org/search/category/roman--imperial--contorniate/images&quot;&gt;http://numismatics.org/search/category/roman--imperial--contorniate/images&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://numismatics.org/search/category/usa--pre-federal&quot;&gt;http://numismatics.org/search/category/usa--pre-federal&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://numismatics.org/search/category/usa--pre-federal--continental+currency&quot;&gt;http://numismatics.org/search/category/usa--pre-federal--continental+currency&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://numismatics.org/search/category/usa--federal/images&quot;&gt;http://numismatics.org/search/category/usa--federal/images&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://numismatics.org/search/category/usa--federal--large+cent/images&quot;&gt;http://numismatics.org/search/category/usa--federal--large+cent/images&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://numismatics.org/search/category/usa--federal--small+cent/images&quot;&gt;http://numismatics.org/search/category/usa--federal--small+cent/images&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://numismatics.org/search/category/byzantine--seals/images&quot;&gt;http://numismatics.org/search/category/byzantine--seals/images&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://numismatics.org/search/category/medals--indian+peace+medals&quot;&gt;http://numismatics.org/search/category/medals--indian+peace+medals&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;Notes:&lt;br /&gt;'--' separates the components of a category.&lt;br /&gt;&lt;br /&gt;The URL prefix is http://numismatics.org/search/category/ . We're trying to make these search-engine friendly. We do intend for these to be stable, but aren't quite making the guarantee that we do about URLs of the form &lt;a href=&quot;http://numismatics.org/collection/1944.100.81154&quot;&gt;http://numismatics.org/collection/1944.100.81154&lt;/a&gt;. Those should work for as long as the DNS/URL paradigm is around.&lt;br /&gt;&lt;br /&gt;Appending &quot;/images&quot; to a URL will show only records with images.&lt;br /&gt;&lt;br /&gt;In the future, I expect that extensions such as &quot;.atom&quot;, &quot;.json&quot;, &quot;.kml&quot; will also have the desired result.&lt;br /&gt;&lt;br /&gt;Again, the reason we're doing this is to ease the user experience. See the description of the ANS &lt;a href=&quot;http://www.numismatics.org/Collections/Roman&quot;&gt;Roman collection&lt;/a&gt; for a preliminary deployment of these links in the real world. We hope it's a convenience that our Italic coins, for example, will be one click away.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/7995942807019832501-1173354282968633231?l=mediterraneanceramics.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2009-12-17T19:44:17+00:00</dc:date>
	<dc:creator>Sebastian Heath</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-7099013253406999323.post-8143571478254417710">
	<title>Tom Elliott (Horothesia): Interoperation with Pleiades</title>
	<link>http://horothesia.blogspot.com/2009/12/interoperation-with-pleiades.html</link>
	<content:encoded>I've had a few questions lately about how other web-based publications could be designed to support interoperation with &lt;a href=&quot;http://pleiades.stoa.org&quot;&gt;Pleiades&lt;/a&gt;. Here's my working advice:&lt;br /&gt;&lt;br /&gt;Any project that wants to lay the groundwork for geographic interoperability on the basis of Pleiades should:&lt;br /&gt;&lt;br /&gt;1. Capture and manage Pleiades identifiers (stable URLs like &lt;a href=&quot;http://pleiades.stoa.org/places/638753/&quot;&gt;http://pleiades.stoa.org/places/638753/&lt;/a&gt;) for each place one might want to cite.&lt;br /&gt;&lt;br /&gt;2. Request membership in the Pleiades community and add/modify content therein as necessary in order to create new resources (and new URLs) for places that Pleiades doesn't yet document, but which are provably historical and relevant to content controlled by the external project.&lt;br /&gt;&lt;br /&gt;3. Capture and manage stable URLs from &lt;a href=&quot;http://en.wikipedia.org/&quot;&gt;Wikipedia&lt;/a&gt; or &lt;a href=&quot;http://www.geonames.org/&quot;&gt;GeoNames&lt;/a&gt; that correspond to modern geographic entities that are relevant to the content controlled by the external project. Don't conflate modern and ancient locations, as this will eventually lead to heartbreak.&lt;br /&gt;&lt;br /&gt;4. Emit paged web feeds in the &lt;a href=&quot;http://atompub.org/rfc4287.html&quot;&gt;Atom Syndication Format (RFC 4287)&lt;/a&gt; that also conform to the guidance documented (with in-the-wild, third-party examples) at:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.atlantides.org/trac/concordia/wiki/ConcordiaAtomFeeds&quot;&gt;http://www.atlantides.org/trac/concordia/wiki/ConcordiaAtomFeeds&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;and make use of the terms defined at&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.atlantides.org/trac/concordia/wiki/ConcordiaThesaurus&quot;&gt;http://www.atlantides.org/trac/concordia/wiki/ConcordiaThesaurus&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;to indicate publicly relationships such as &quot;findspot&quot; and &quot;original location&quot; between the content controlled by the external project, Pleiades resources, Wikipedia resources, GeoNames resources and resources published by other third parties.&lt;br /&gt;&lt;br /&gt;5. Alert us so we can include the entry-point URL for the feeds in the seeded search horizon list for the web crawler and search index service we are developing.&lt;br /&gt;&lt;br /&gt;You can see how the &lt;a href=&quot;http://www.uni-heidelberg.de/institute/sonst/adw/edh/index.html&quot;&gt;Epigraphic Databank Heidelberg&lt;/a&gt; team has been thinking about how to accomplish this at:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.atlantides.org/trac/concordia/wiki/PleiadesMoI&quot;&gt;http://www.atlantides.org/trac/concordia/wiki/PleiadesMoI&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;and&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.atlantides.org/trac/concordia/wiki/EDHgeographyTable&quot;&gt;http://www.atlantides.org/trac/concordia/wiki/EDHgeographyTable&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/7099013253406999323-8143571478254417710?l=horothesia.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2009-12-17T16:08:10+00:00</dc:date>
	<dc:creator>Tom Elliott</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-7995942807019832501.post-5499569354822747529">
	<title>Sebastian Heath (Mediterranean Ceramics): Museums Explain Their Databases</title>
	<link>http://mediterraneanceramics.blogspot.com/2009/12/museums-explain-their-databases.html</link>
	<content:encoded>It's a good thing that museums are increasingly putting their curatorial databases online for public browsing and searching. A minor aspect of this trend is the language institutions use to explain the state of their data. This post collects some examples of the genre.&lt;br /&gt;&lt;br /&gt;The &lt;a href=&quot;http://www.brooklynmuseum.org/opencollection/collections/&quot;&gt;Brooklyn Museum&lt;/a&gt; has the following on its opening search page:&lt;blockquote&gt;The material presented here represents only a fraction of that rich collection. The Museum is committed to making its collections accessible to the widest possible audience, and this site is an important part of that process. It is, however, a work in progress. We intend to continue to expand the number of works of art included on the site and to update information currently posted. We are making every effort to ensure that the information provided about our collection is accurate and up-to-date, but the nature of scholarship is that there are sometimes changes in information and new discoveries. If you believe you have information we should have about any of the works you find here, we would be happy to hear from you.&lt;/blockquote&gt;&lt;br /&gt;The &lt;a href=&quot;http://www.mfa.org/collections/search_art.asp&quot;&gt;Museum of Fine Arts, Boston&lt;/a&gt; shows this to start:&lt;blockquote&gt;Note that some of the electronic records indicate that they have not been reviewed recently by curatorial staff and might need revision; also, please note that a small percentage of the MFA’s collection is not presently searchable online.&lt;/blockquote&gt;The &lt;a href=&quot;http://www.mfa.org/collections/search_art.asp?recview=true&amp;amp;id=155324&quot;&gt;indicated MFA records&lt;/a&gt; have this:&lt;blockquote&gt;This electronic record was created from historic documentation that does not necessarily reflect the MFA's complete or current knowledge about the object. Review and updating of such records is ongoing.&lt;/blockquote&gt;That text is essentially identical to what appears on the &lt;a href=&quot;http://ecatalogue.art.yale.edu/detail.htm?objectId=90556&quot;&gt;Yale Art Gallery&lt;/a&gt; site&lt;blockquote&gt;Note: This electronic record was created from historic documentation that does not necessarily reflect the Yale University Art Gallery's complete or current knowledge about the object. Review and updating of such records is ongoing.&lt;/blockquote&gt;In turn, that's not so far off from the Harvard Art Museum text:&lt;blockquote&gt;This record was created from historic documentation and may not have been reviewed by a curator; it may be inaccurate or incomplete. Our records are frequently revised and enhanced. Please contact the curatorial department listed above for more information.&lt;/blockquote&gt;[[Note that I don't give a link into the Harvard website. The (almost unbelievable) explanation is that if you click on &lt;a href=&quot;http://www.artmuseums.harvard.edu/collection/detail.dot?objectid=289448&quot;&gt;http://www.artmuseums.harvard.edu/collection/detail.dot?objectid=289448&lt;/a&gt; you get a blank page. I clicked on the link from a search results page and saw information about a sherd of Roman pottery. Is it really possible that Harvard is checking a session id or the referrer and only displaying the info as part of an existing visit to the site? If so, that's highly (highly!) lame.]]&lt;br /&gt;&lt;br /&gt;The &lt;a href=&quot;http://www.metmuseum.org/Works_of_art/Collection_database/&quot;&gt;Metropolitan Museum in New York&lt;/a&gt; has the following:&lt;blockquote&gt;Due to the extremely large number of objects in the Museum's permanent collection, not all artworks are currently available in the Collection Database. Furthermore, information contained in the database records is, in some cases, incomplete, and all information is subject to change according to ongoing research and new acquisitions.&lt;/blockquote&gt;The &lt;a href=&quot;http://www.britishmuseum.org/research/search_the_collection_database.aspx&quot;&gt;British Museum&lt;/a&gt; just puts &quot;Noticed a mistake? Have some extra information about this object? Please contact us.&quot; on its individual object pages. That's in the same spirit as the more extended explanations from other institutions.&lt;br /&gt;&lt;br /&gt;Overall, these texts represent a mode of sharing data that is welcome. Better to make slightly incorrect or outdated data available than to hold on tight to it. That's especially the case when there are images of the objects as well.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/7995942807019832501-5499569354822747529?l=mediterraneanceramics.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2009-12-08T19:20:32+00:00</dc:date>
	<dc:creator>Sebastian Heath</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-7995942807019832501.post-6516200248923145806">
	<title>Sebastian Heath (Mediterranean Ceramics): Mediterranean Ceramics Reference Stability Report, Number 8</title>
	<link>http://mediterraneanceramics.blogspot.com/2009/12/mediterranean-ceramics-reference.html</link>
	<content:encoded>The MCRSR &lt;a href=&quot;http://mediterraneanceramics.blogspot.com/2007/10/mediterraean-ceramics-reference.html&quot;&gt;first appeared&lt;/a&gt; in October, 2007. This is the first new installment since &lt;a href=&quot;http://mediterraneanceramics.blogspot.com/2008/04/mediterranean-ceramics-reference.html&quot;&gt;April 2008&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;As I noted then, the JSTOR link to number 2 takes me to a login page. I still find it odd that no indication of the title of the work is given. When I am logged into JSTOR via UPenn, the link works.&lt;br /&gt;&lt;br /&gt;Number 10, which was the &lt;i&gt;Perseus Project Vase Catalog&lt;/i&gt;, is now part of the Persues Project &lt;a href=&quot;http://www.perseus.tufts.edu/hopper/artifactBrowser&quot;&gt;&lt;i&gt;Art and Archaeology Artifact Browser&lt;/i&gt;&lt;/a&gt;. The old URI does not work on the main Perseus site.&lt;br /&gt;&lt;br /&gt;No new references have been added.&lt;br /&gt;&lt;br /&gt;I have seen that some of these resources have improved URIs, meaning they are shorter and with fewer '?','&amp;amp;' and '=' characters. That's a welcome development and I will update the addresses next time round.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Walters' &lt;i&gt;Catalogue of the Roman Pottery in the Departments of Antiquities, British Museum&lt;/i&gt; from Google Books: &lt;a href=&quot;http://books.google.com/books?id=M2UEAAAAYAAJ&quot;&gt;http://books.google.com/books?id=M2UEAAAAYAAJ&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2. Robinson's &lt;i&gt;Agora V&lt;/i&gt; from JSTOR:  &lt;a href=&quot;http://www.jstor.org/stable/i285178&quot;&gt;http://www.jstor.org/stable/i285178&lt;/a&gt;, previously &lt;a href=&quot;http://links.jstor.org/sici?sici=1558-8610%281959%295%3C%3E1.0.CO%3B2-3&quot;&gt;http://links.jstor.org/sici?sici=1558-8610%281959%295%3C%3E1.0.CO%3B2-3&lt;/a&gt; [noted April 2008].&lt;br /&gt;&lt;br /&gt;3. Lattara 6: &lt;a href=&quot;http://www.lattara.net/LATTARAPUB/PUBLAT/LATTARA6/lattara6.html&quot;&gt;http://www.lattara.net/LATTARAPUB/PUBLAT/LATTARA6/lattara6.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;4. K. Greene's AJA article on Early Roman lead glazed pottery: &lt;a href=&quot;http://www.ajaonline.org/pdfs/111.4/AJA1114_Greene.pdf&quot;&gt;http://www.ajaonline.org/pdfs/111.4/AJA1114_Greene.pdf&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;5. Heath and Tekkök, &lt;i&gt;Greek, Roman and Byzantine Pottery at Ilion (Troia)&lt;/i&gt;: &lt;a href=&quot;http://classics.uc.edu/troy/grbpottery/&quot;&gt;http://classics.uc.edu/troy/grbpottery/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;6. Vessel from Çatalhoyuk (via Flickr): &lt;a href=&quot;http://www.flickr.com/photos/catalhoyuk/971964416/&quot;&gt; http://www.flickr.com/photos/catalhoyuk/971964416/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;7. A Late Minoan III Pyxis from the Metropolitan Museum of Art: &lt;a href=&quot;http://www.metmuseum.org/toah/ho/03/eus/hod_1999.423.htm&quot;&gt;http://www.metmuseum.org/toah/ho/03/eus/hod_1999.423.htm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;8. An undocumented ARS Hayes 70 bowl from the dealer Classical Numismatics Group:  &lt;a href=&quot;http://cngcoins.com/Coin.aspx?CoinID=86618&quot;&gt;http://cngcoins.com/Coin.aspx?CoinID=86618&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;9. Fifteenth Century Mosque Lamp from Jerusalem now in the British Museum: &lt;a href=&quot;http://www.britishmuseum.org/explore/highlights/highlight_objects/me/m/mosque_lamp.aspx&quot;&gt;http://www.britishmuseum.org/explore/highlights/highlight_objects/me/m/mosque_lamp.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;10. The Perseus Project Vase Catalog: now part of &lt;a href=&quot;http://www.perseus.tufts.edu/hopper/artifactBrowser&quot;&gt;http://www.perseus.tufts.edu/hopper/artifactBrowser&lt;/a&gt;, previously &lt;a href=&quot;http://www.perseus.tufts.edu/cgi-bin/ptext?doc=Perseus%3Atext%3A1999.04.0043&quot;&gt;http://www.perseus.tufts.edu/cgi-bin/ptext?doc=Perseus%3Atext%3A1999.04.0043&lt;/a&gt; [noted December 2009].&lt;br /&gt;&lt;br /&gt;11. Wikimedia Commons Image of a Greek Geometric Skyphos in the Louvre: &lt;a href=&quot;http://commons.wikimedia.org/wiki/Image:Skyphos_birds_Louvre_CA3822.jpg&quot;&gt;http://commons.wikimedia.org/wiki/Image:Skyphos_birds_Louvre_CA3822.jpg&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;12. Sagalassos from Pleiades: &lt;a href=&quot;http://pleiades.stoa.org/places/639087&quot;&gt;http://pleiades.stoa.org/places/639087&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;13. Inscribed pot from Aphrodisias (HTML): &lt;a href=&quot;http://insaph.kcl.ac.uk/iaph2007/iAph150353.html&quot;&gt;http://insaph.kcl.ac.uk/iaph2007/iAph150353.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;14. Inscribed pot from Aphrodisias (XML): &lt;a href=&quot;http://insaph.kcl.ac.uk/iaph2007/xml/iAph150353.xml&quot;&gt;http://insaph.kcl.ac.uk/iaph2007/xml/iAph150353.xml&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;15. Hellenistic lamp from Assos, Turkey at the Museum of Fine Arts, Boston: &lt;a href=&quot;http://mfa.org/collections/search_art.asp?recview=true&amp;amp;id=199476&amp;amp;coll_keywords=&amp;amp;coll_accession=84%2E110&amp;amp;coll_name=&amp;amp;coll_artist=&amp;amp;coll_place=&amp;amp;coll_medium=&amp;amp;coll_culture=&amp;amp;coll_classification=&amp;amp;coll_credit=&amp;amp;coll_provenance=&amp;amp;coll_location=&amp;amp;coll_has_images=&amp;amp;coll_on_view=&amp;amp;coll_sort=2&amp;amp;coll_sort_order=0&amp;amp;coll_view=0&amp;amp;coll_package=0&amp;amp;coll_start=1&quot;&gt;http://mfa.org/collections/search_art.asp?recview=true&amp;amp;id=199476&amp;amp;coll_keywords=&amp;amp;coll_accession=84%2E110&amp;amp;coll_name=&amp;amp;coll_artist=&amp;amp;coll_place=&amp;amp;coll_medium=&amp;amp;coll_culture=&amp;amp;coll_classification=&amp;amp;coll_credit=&amp;amp;coll_provenance=&amp;amp;coll_location=&amp;amp;coll_has_images=&amp;amp;coll_on_view=&amp;amp;coll_sort=2&amp;amp;coll_sort_order=0&amp;amp;coll_view=0&amp;amp;coll_package=0&amp;amp;coll_start=1&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;16. Open Context record for Halaf period jar from Domuztepe, Turkey: &lt;a href=&quot;http://www.opencontext.org/database/space.php?item=14926_DT_Spatial&quot;&gt;http://www.opencontext.org/database/space.php?item=14926_DT_Spatial&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;17. Abbasid Ceramics from the Museum With No Frontiers: &lt;a href=&quot;http://www.discoverislamicart.org/exhibitions/ISL/the_abbasids/exhibition.php?theme=5&quot;&gt;http://www.discoverislamicart.org/exhibitions/ISL/the_abbasids/exhibition.php?theme=5&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;18. &lt;i&gt;Roman Amphorae: a digital resource&lt;/i&gt;: &lt;a href=&quot;http://ads.ahds.ac.uk/catalogue/resources.html?amphora2005&quot;&gt;http://ads.ahds.ac.uk/catalogue/resources.html?amphora2005&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/7995942807019832501-6516200248923145806?l=mediterraneanceramics.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2009-12-04T04:40:22+00:00</dc:date>
	<dc:creator>Sebastian Heath</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-7995942807019832501.post-4656927478320463696">
	<title>Sebastian Heath (Mediterranean Ceramics): Aegean Amphora at Dura Europos</title>
	<link>http://mediterraneanceramics.blogspot.com/2009/12/aegran-amphora-at-dura-europos.html</link>
	<content:encoded>As a follow up to the &lt;a href=&quot;http://mediterraneanceramics.blogspot.com/2009/11/dura-europus-pottery-at-yale.html&quot;&gt;last post&lt;/a&gt;, here's a  3rd to 5th century AD &lt;a href=&quot;http://ecatalogue.art.yale.edu/detail.htm?objectId=95360&quot;&gt;Middle Roman Amphora 7&lt;/a&gt; from Dura, now at Yale. It's essentially uncataloged but there's no doubt about what it is.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/7995942807019832501-4656927478320463696?l=mediterraneanceramics.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2009-12-03T16:01:55+00:00</dc:date>
	<dc:creator>Sebastian Heath</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-7995942807019832501.post-7749722273879055524">
	<title>Sebastian Heath (Mediterranean Ceramics): Dura Europos Pottery at Yale</title>
	<link>http://mediterraneanceramics.blogspot.com/2009/11/dura-europus-pottery-at-yale.html</link>
	<content:encoded>This is just a brief post to say that I've been enjoying looking at images of the pottery from &lt;a href=&quot;http://en.wikipedia.org/wiki/Dura-Europos&quot;&gt;Dura Europos&lt;/a&gt; that is now at the Yale University Art Gallery. At the time of writing, you can get to it by following &lt;a href=&quot;http://ecatalogue.art.yale.edu/results.htm?rf=0&amp;amp;rpp=50&amp;amp;sb=objectNumber&amp;amp;sd=0&amp;amp;pn=1&amp;amp;dp=&amp;amp;cl=Containers%20-%20Ceramic&amp;amp;ar=&amp;amp;ti=&amp;amp;me=&amp;amp;cu=syrian,%20Dura-Europos&amp;amp;by=&amp;amp;byr=0&amp;amp;ey=&amp;amp;eyr=0&amp;amp;ge=&amp;amp;an=&amp;amp;lv=1&amp;amp;la=2&amp;amp;ls=0&quot;&gt;this link&lt;/a&gt;. If that doesn't work try &quot;Syrian, Dura-Europos&quot; in the culture field and &quot;Containers - Ceramic&quot; in the classification field.&lt;br /&gt;&lt;br /&gt;The Gallery's database is pretty nice. I'll give its URLs for addressing individual records a B+. Here's an example: &lt;a href=&quot;http://ecatalogue.art.yale.edu/detail.htm?objectId=3432&quot;&gt;http://ecatalogue.art.yale.edu/detail.htm?objectId=3432&lt;/a&gt; . It would be better if that were something like http://art.yale.edu/objectid/3432 , but I'm a quibbler for good looking identifiers.&lt;br /&gt;&lt;br /&gt;Sometimes the information is limited. For example, &lt;a href=&quot;http://ecatalogue.art.yale.edu/detail.htm?objectId=90181&quot; rel=&quot;cite&quot;&gt;1938.5011&lt;/a&gt; is definitely Eastern Sigillata A, and &lt;a href=&quot;http://ecatalogue.art.yale.edu/detail.htm?objectId=90556&quot;&gt;1938.4969&lt;/a&gt; looks to be African Red Slip. I do hesitate to identify from images, but again &lt;a href=&quot;http://ecatalogue.art.yale.edu/detail.htm?objectId=91099&quot;&gt;1938.4980&lt;/a&gt; sure looks like ARS.&lt;br /&gt;&lt;br /&gt;The above is not a complaint. Similarly to many online museum databases, Yale displays the following text with each record:&lt;blockquote&gt;Note: This electronic record was created from historic documentation that does not necessarily reflect the Yale University Art Gallery's complete or current knowledge about the object. Review and updating of such records is ongoing.&lt;/blockquote&gt;It's great that museums aren't hiding their data just because it's incomplete or incorrect. It's more useful just to put it out there so interested folk like me can have fun browsing.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/7995942807019832501-7749722273879055524?l=mediterraneanceramics.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2009-11-25T04:34:41+00:00</dc:date>
	<dc:creator>Sebastian Heath</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-7995942807019832501.post-2378683702540020617">
	<title>Sebastian Heath (Mediterranean Ceramics): Protecting Archaeology in Italy, Now by Email</title>
	<link>http://mediterraneanceramics.blogspot.com/2009/10/protecting-archaeology-in-italy-now-by.html</link>
	<content:encoded>&lt;a href=&quot;http://mediterraneanceramics.blogspot.com/2009/10/protecting-archaeology-in-italy-nov-2nd.html&quot;&gt;Yesterday&lt;/a&gt; I wrote about the upcoming Nov. 13th meeting of the Cultural Property Advisory Committee. I am now getting reports that people have sent in their letters by fax. This is great. I have also heard that messages sent by regular mail will take weeks to arrive. That makes e-mail a good alternative. The  address is culprop@state.gov. Attaching a word document to that address is a good idea. Or the fax number is  (202) 632–6300 .&lt;br /&gt;&lt;br /&gt;Some relevant links.&lt;br /&gt;&lt;br /&gt;In 2001 the US and Italy signed a Memorandum of Understanding. You can read that here as a PDF:&lt;br /&gt;&lt;a href=&quot;http://exchanges.state.gov/heritage/culprop/itfact/pdfs/it2001mou.pdf&quot;&gt;http://exchanges.state.gov/heritage/culprop/itfact/pdfs/it2001mou.pdf&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Article II of the MoU was amended in 2006. Here's a link:&lt;br /&gt;&lt;a href=&quot;http://culturalheritage.state.gov/it06agr.html&quot;&gt;http://culturalheritage.state.gov/it06agr.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;And as a pdf:&lt;br /&gt;&lt;a href=&quot;http://exchanges.state.gov/heritage/culprop/itfact/pdfs/it2006mouext.pdf&quot;&gt;http://exchanges.state.gov/heritage/culprop/itfact/pdfs/it2006mouext.pdf&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here's the Bureau of Educational and Cultural Affair's (ECA) page for the agreement with Italy:&lt;br /&gt;&lt;a href=&quot;http://exchanges.state.gov/heritage/culprop/itfact.html&quot;&gt;http://exchanges.state.gov/heritage/culprop/itfact.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;And, finally, the page for the Cultural Property Advisory Committee:&lt;br /&gt;&lt;a href=&quot;http://exchanges.state.gov/heritage/culprop/committee.html&quot;&gt;http://exchanges.state.gov/heritage/culprop/committee.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you're interested in the topic, it is worthwhile to poke around the ECA site. There is lots of good information there.&lt;br /&gt;&lt;br /&gt;But to emphasize my main point, please write a letter. The deadline is Monday, November 2nd so that the culprop@state.gov may be the best way to communicate. If you have letterhead and no fax machine, make a scan at 8-bit 100 dpi and attach that. Here's the e-mail again: culprop@state.gov .&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/7995942807019832501-2378683702540020617?l=mediterraneanceramics.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2009-10-30T17:25:05+00:00</dc:date>
	<dc:creator>Sebastian Heath</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-7995942807019832501.post-6270260265454842077">
	<title>Sebastian Heath (Mediterranean Ceramics): Protecting Archaeology in Italy, Nov. 2nd Deadline</title>
	<link>http://mediterraneanceramics.blogspot.com/2009/10/protecting-archaeology-in-italy-nov-2nd.html</link>
	<content:encoded>The primary US mechanism for regulating the trade in illegally excavated antiquities is a series of agreements with other countries that specify what can be imported and how the two countries are going to co-operate to promote the preservation of cultural patrimony.&lt;br /&gt;&lt;br /&gt;On Nov. 13th, the Cultural Property Advisory Committee, which helps draft and review such agreements, is meeting in Washington, D.C. to consider the Memorandum of Understanding with Italy.&lt;br /&gt;&lt;br /&gt;The full-text of the agreement can be found here&lt;br /&gt;&lt;a href=&quot;http://culturalheritage.state.gov/it06agr.html&quot;&gt;http://culturalheritage.state.gov/it06agr.html&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The call for the meeting is here:&lt;br /&gt;&lt;a href=&quot;http://culturalheritage.state.gov/whatsnew.html&quot;&gt;http://culturalheritage.state.gov/whatsnew.html&lt;/a&gt;. Follow the link at&lt;br /&gt;the top right for more specifics.&lt;br /&gt;&lt;br /&gt;The announcement of the meeting includes the following:&lt;br /&gt;&lt;br /&gt;&quot;With respect to comments on the interim review of the Memorandum of Understanding Between the Government of the United States of America and the Government of the Republic of Italy Concerning the Imposition of Import Restrictions on Archaeological Material Representing the Pre-Classical, Classical and Imperial Roman Periods of Italy, concluded on&lt;br /&gt;January 19, 2001, and extended in 2006, oral comments must be limited to Article II of this MOU.&quot;&lt;br /&gt;&lt;br /&gt;Article II concerns actions that both the US and Italy are supposed to take to implement the MoU. I am writing now to encourage readers either to write a letter to CPAC commenting on Italy's actions under Article II.&lt;br /&gt;&lt;br /&gt; Letters that address specific actions by Italy that fall under Article II and which benefit or affect the writer are the most useful. But the bar is low, so to speak. If you excavate in Italy, have conducted research there, have seen Italian material on loan to American museums, or have used such material in your teaching, that counts.&lt;br /&gt;&lt;br /&gt; Discussion of loans is particularly important. Museums such as the Metropolitan Museum of Art in New York, the Museum of Fine Arts in Boston, the Getty Museum, the Cleveland Museum of Art, the Princteton University Art Museum, the Morgan Library in NYC, the Meadow Museum at Southern Methodist University and others have Italian material on loan. If you have seen these objects and enjoyed them, please write.&lt;br /&gt;&lt;br /&gt; Letters do not need to be long. Without meaning to provide too much unnecessary advice: the opening sentence should say you're writing about the Memorandum of Understanding between the US and the Republic of Italy. Give a brief introduction (I am a teacher/professor/student/archaeologist/member of the public),  and then a few examples of personal impact. End with a call for continued co-operation between the two countries.&lt;br /&gt;&lt;br /&gt; DEADLINES: letters need to be received on Nov. 2. They can be faxed to (202) 632–6300 or sent to&lt;br /&gt;&lt;br /&gt;Cultural Heritage Center,&lt;br /&gt;SA–5, Fifth Floor,&lt;br /&gt;Department of State, Washington,&lt;br /&gt;DC 20522–0505.&lt;br /&gt;&lt;br /&gt;Every letter counts so please write if you can.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/7995942807019832501-6270260265454842077?l=mediterraneanceramics.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2009-10-29T12:58:36+00:00</dc:date>
	<dc:creator>Sebastian Heath</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-7995942807019832501.post-7812623678618731834">
	<title>Sebastian Heath (Mediterranean Ceramics): Anglican Options in the UK</title>
	<link>http://mediterraneanceramics.blogspot.com/2009/10/anglican-options-in-uk.html</link>
	<content:encoded>The continuing echo of late antiquity in the modern world is of interest to me. This comes to mind in light of the &lt;a href=&quot;http://www.catholicnews.com/data/stories/cns/0904673.htm&quot;&gt;announcement&lt;/a&gt; from the Vatican that it will allow Anglicans to convert while &quot;preserving aspects of their Anglican spiritual and liturgical heritage&quot;. I note that there is an alternative that looks back further than the reformation.&lt;br /&gt;&lt;br /&gt;The document &lt;a href=&quot;http://bit.ly/ukorthodoxy&quot;&gt;&lt;i&gt;British Orthodox Heritage Resurgance&lt;/i&gt;&lt;/a&gt; starts with the paragraph:&lt;blockquote&gt;For a thousand years, from AD37-45 to AD1054-66, the people living in the British Isles believed and worshipped God as an integral part of the undivided Orthodox Church. That Church was governed world wide by five Patriarchs, those of Constantinople (the Ecumenical Patriarch), Rome, Jerusalem, Antioch and Alexandria. The Church in the British Isles was a local expression of the common Christian Faith held throughout the world. The great saints of the British Isles such as Saint Aidan, Saint David, Saint Patrick, Saint Alban, Saint Chad, Saint Cuthbert, Saint Boniface, Saint Dunstan etc., were all members of that Orthodox Catholic Church in the British Isles which continued for a thousand years.&lt;/blockquote&gt;AD 1054 is, of course, the year of the so-called &lt;a href=&quot;http://en.wikipedia.org/wiki/East-West_Schism&quot;&gt;Great Schism&lt;/a&gt;, one of a series of events that lead to the remarkable variety of christian liturgy and doctrine that exists today. While I don't mean to comment on the historicity of the document, I do like the living offering of the &lt;a href=&quot;http://en.wikipedia.org/wiki/Pentarchy_(Christianity)&quot;&gt;pentarchy&lt;/a&gt; as a model for modern church government and self-description. Can't we just go back to the Middle Ages?&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/7995942807019832501-7812623678618731834?l=mediterraneanceramics.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2009-10-22T00:57:40+00:00</dc:date>
	<dc:creator>Sebastian Heath</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-7995942807019832501.post-6667121375740545132">
	<title>Sebastian Heath (Mediterranean Ceramics): Brief Thoughts on EPUB Books at Google</title>
	<link>http://mediterraneanceramics.blogspot.com/2009/10/brief-thoughts-on-epub-books-at-google.html</link>
	<content:encoded>I've been playing with downloading &lt;a href=&quot;http://en.wikipedia.org/wiki/EPUB&quot;&gt;epub&lt;/a&gt; books from Google. EPUB is a format for digital publication targeted to portable readers. That's not what I care about right now. It is cool that it uses plain old xhtml and standard image formats to represent the contents of a book. That means if you can unpack an EPUB file, which is very easy, you have access to text and images in readily consumable form.&lt;br /&gt;&lt;br /&gt;I'm not the first to point this out. See Greg Crane &lt;a href=&quot;http://www.dlib.org/dlib/march06/crane/03crane.html&quot;&gt;&lt;i&gt;What do you do with a Million Books&lt;/i&gt;&lt;/a&gt; for early thinking on the large scale implications of Google's work.&lt;br /&gt;&lt;br /&gt;In terms of playing, here's what's fun. If you go to the G Books page for &lt;a href=&quot;http://books.google.com/books?id=kEAOAQAAIAAJ&quot;&gt;H. Chase's &lt;i&gt;Catalogue of Arretine pottery&lt;/i&gt;&lt;/a&gt; from the MFA, you'll see a link to download the &quot;&lt;a href=&quot;http://books.google.com/books/download/Catalogue_of_Arretine_pottery.epub?id=kEAOAQAAIAAJ&amp;amp;output=epub&amp;amp;source=gbs_v2_summary_r&amp;amp;cad=0&quot;&gt;EPUB&lt;/a&gt;&quot; version.&lt;br /&gt;&lt;br /&gt;Once you've downloaded that file, it's easy to unpack. I'm a Mac/Linux user. If you are too, and you like the command line, 'unzip Catalogue_of_Arretine_pottery.epub' will do the trick. Otherwise, change the extension to &quot;.zip&quot; and double-click on the file. I'm sure something similar will work in Windows.&lt;br /&gt;&lt;br /&gt;Once unpacked, you have two directories, 'OEBPS' and 'META-INF'. The first is the one with all the goodies in it. Open 'OEBPS/images' and you'll see the plates from the book. Those files aren't hi-res, but better than nothing.&lt;br /&gt;&lt;br /&gt;The text is the in 'Content-###.xml' files. These can be opened in a browser directly.&lt;br /&gt;&lt;br /&gt;As people like Greg have noted, cool things will happen when communities, such as scholars/enthusiasts of the ancient Mediterranean world, take these files and add value to them. In the meantime, I like being able to get at the images, and to have the text on my hard-drive so its available for searching. On the Mac, Spotlight does a good job of indexing the Content files. It also indexes the compressed archives when their extensions are &quot;.zip&quot;. It seems to ignore the &quot;.epub&quot; files but I bet that will change soon enough.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/7995942807019832501-6667121375740545132?l=mediterraneanceramics.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2009-10-21T14:11:47+00:00</dc:date>
	<dc:creator>Sebastian Heath</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-7995942807019832501.post-5115658681577980261">
	<title>Sebastian Heath (Mediterranean Ceramics): Another Video of Upenn Roman Pottery</title>
	<link>http://mediterraneanceramics.blogspot.com/2009/10/another-video-of-upenn-roman-pottery.html</link>
	<content:encoded>I'm still enjoying using my phone to shoot video in museums. And I've upgraded my copy of iLife so I can put the clips together with iMovie. That's seems to be good enough for my skill level. The latest product is overviews of a display at the &lt;a href=&quot;http://www.penn.museum/&quot;&gt;University of Pennsylvania Museum of Archaeology and Anthropology&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;As I note in the opening frame, these are totally unofficial and personal works. Yes, I'm a Consulting Scholar in the Mediterranean Section and that's why I find myself in the galleries. But I'm just messing around here so don't think worse of the institution because of my low production values.&lt;br /&gt;&lt;br /&gt;I'm also still playing around with how to do captions, etc. This time I tried adding &quot;freeze frames&quot;. When I get comfortable with what I can do, I'll start adding more informative copy.&lt;br /&gt;&lt;br /&gt;I have clips of Upenn Dressel 1's and a Dressel 20 handle/body sherd. And I went to the &lt;a href=&quot;http://www.brooklynmuseum.org/&quot;&gt;Brooklyn Museum&lt;/a&gt; last weekend. In the past they've had a little bit of Roman pottery on display. But the Egyptian displays keep growing at the expense of later material. I shot some of that and some Bronze Age Cypriot and Minoan vessels. I'll compile and upload those eventually.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/7995942807019832501-5115658681577980261?l=mediterraneanceramics.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2009-10-19T21:59:03+00:00</dc:date>
	<dc:creator>Sebastian Heath</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-7995942807019832501.post-6842655815079724541">
	<title>Sebastian Heath (Mediterranean Ceramics): The Chronology of Phocaean Red Slip (LRC) Hayes 1 and 2</title>
	<link>http://mediterraneanceramics.blogspot.com/2009/10/chronology-of-phocaean-red-slip-lrc.html</link>
	<content:encoded>The chronology of &lt;a href=&quot;http://classics.uc.edu/troy/grbpottery/html/prs.html&quot;&gt;Phocaean Red-Slip (LRC)&lt;/a&gt; Hayes forms 1 and 2 is turning out to be very important for the work Billur Tekkök and I are doing at Troy/Ilion, in particular when it comes to dating late 4th century building activity at the site. No real surprise there. In the grand scheme of things, Phocaea is near Troy so we should expect to have a fairly complete range of vessels, especially through the early to mid 6th century when the city is still in pretty good shape. An earthquake hits in c. 525 +/- and things seem to get rapidly worse after that. A few PRS Hayes form 10's and a little bit of African Red-Slip, including a Hayes 91d, show that there was ongoing activity at the site but it seems clear that things slow down over the course of the 6th century AD.&lt;br /&gt;&lt;br /&gt;In terms of forms, we have lots of Hayes 1s, plenty of Hayes 2's, and many Hayes 3's. We also have a few 5's, vessels near form 6, 8's, a single 9, and a few 10's.&lt;br /&gt;&lt;br /&gt;This post isn't about quantities so I'm intentionally using very vague terms. It is about chronology, or rather about the current thinking on the early chronology of the ware. It's just an opening shot so I hereby invoke all the informality that comes with a blog post.&lt;br /&gt;&lt;br /&gt;Hayes defined the most widely used typology in 1972 in his &lt;i&gt;Late Roman Pottery&lt;/i&gt; (&lt;a href=&quot;http://worldcat.org/oclc/829279&quot;&gt;worldcat&lt;/a&gt;). He described 10 forms with various subtypes and made frequent reference to his work at the Athenian Agora. Picking from his combination of explicit dating and narrative discussion gives the following date ranges for early PRS (p. 325-329):&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Hayes 1a&lt;/td&gt;&lt;td&gt;&quot;late fourth-early fifth century.&quot;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Hayes 1b&lt;/td&gt;&lt;td&gt;&quot;early-third quarter fifth century.&quot;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Hayes 1c&lt;/td&gt;&lt;td&gt;&quot;uncertain, perhaps first half of fifth century&quot;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Hayes 1d&lt;/td&gt;&lt;td&gt;&quot;early-third quarter fifth century&quot;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Hayes 2a&lt;/td&gt;&lt;td&gt;late fourth (370) to 450&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Hayes 2b&lt;/td&gt;&lt;td&gt;No explicit dates are given for the start of this variant, end falls under the general rubric that form 2 ends by 450.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Hayes 2c&lt;/td&gt;&lt;td&gt;Early variant, &quot;with mid-late fourth century material&quot;.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;And while we're at it, here are some profile drawings:&lt;br /&gt;Hayes 1a/b from Troy (I17.0647:5)&lt;br /&gt;&lt;img src=&quot;http://classics.uc.edu/troy/grbpottery/svg/I17.0647-5.jpg&quot; /&gt;&lt;br /&gt;&lt;br /&gt;Hayes 2a from Troy (I17.0647:1)&lt;br /&gt;&lt;img src=&quot;http://classics.uc.edu/troy/grbpottery/svg/I17.0647-1.jpg&quot; /&gt;&lt;br /&gt;&lt;br /&gt;For more examples go to &lt;a href=&quot;http://classics.uc.edu/troy/grbpottery/html/prs.html&quot;&gt;http://classics.uc.edu/troy/grbpottery/&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Since 1972, the start of form 2 has at times been moved later. This has been done partly on the basis of excavations at San Giacomo degli Schiavoni in Molise (Italy), which documented PRS from a rich early fifth-century cistern fill. The full reference is U.Albarella , V.Ceglia &amp;amp; P.Roberts, &lt;i&gt;S.Giacomo degli Schiavoni ( Molise ): an early fifth century AD deposit of pottery and animal bones from central Adriatic Italy. &lt;/i&gt;Papers of the British School at Rome, LXI, 157-230. I'm writing this from home but I do have a photocopy of that article. (Note: why isn't PBSR online? Really, it should be. Or is it and I just don't know about it.)&lt;br /&gt;&lt;br /&gt;Jumping ahead a little bit, J. Hayes in his 2009 Agora volume on the imported fine-wares (about which more below), writes of this deposit that it is &quot;coin-dated&quot; (p. 85). Roberts in the article itself writes, &quot;No coins were found, but abundant dating evidence was provided by imported finewares...&quot; (p. 163). Earlier, Albarella writes, &quot;Continuity of occupation through the Imperial period is well documented by and coins...&quot;. Question: is there a subsequent publication of a coin from (or clearly dating) the cistern fill? Hayes only references the PBSR article so may overstate the case by calling it &quot;coin dated&quot;. Regardless, it's a large deposit (435 vessels identified), with various imports including 33 African Red-Slip (7.5%) and 13 PRS (3%). It certainly shows ARS and PRS circulating together in the early fifth century but I'm not sure it needs to be read as indicating a later start for Hayes 2.&lt;br /&gt;&lt;br /&gt;I could offer more references, both to Albarella et al. and to other deposits but I'll instead return to Hayes 2009 (&lt;a href=&quot;http://www.worldcat.org/oclc/269282168&quot;&gt;worldcat&lt;/a&gt;). Pages 83-88 discuss PRS and offer a substantial update on the chronology presented in &lt;i&gt;LRP&lt;/i&gt;. To go along with the narrative, catalog entries 1229 to 1419 are all PRS and there are many profile drawings and a selection of photographs. It's a &quot;don't miss&quot; selection of information about the ware.&lt;br /&gt;&lt;br /&gt;Looking to turn Hayes' prose into some relevant dates - some represented as numbers -, I come up with the following:&lt;br /&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;First appearance of PRS in Agora&lt;/td&gt;&lt;td&gt;&quot;...later fourth century, but regular importation seems to coincide with the marked slump seen here in African imports around 390-400... (p. 85)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Form 2 and 3&lt;/td&gt;&lt;td&gt;Citing Italian and other sites, &quot;it seems reasonable to conclude that the stamped forms 2 and 3 both originated close to the turn of the century as replacements for two popular African products...&quot; (p. 85)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Form 3f and 3g&lt;/td&gt;&lt;td&gt;In Beirut earthquake horizon of 551.(p. 86)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;beginning of Form 10&lt;/td&gt;&lt;td&gt;&quot;...the evidence from Lejjun (Jordan) hints at ca. 550...&quot; (p. 86)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&quot;...the continued presence of PRS ware until the mid-7th century seems assured...&quot; (p. 86)&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;Those are just a few quotes from Hayes' prose introduction to the ware. Turning to the catalog, here are synopses of/snippets from some of the entries that stand out as useful for our work at Troy:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;1230&lt;/td&gt;&lt;td&gt;A &quot;forerunner&quot; to Hayes 1 dated to the late 3rd/early 4th. This piece is useful for documenting transition from Çandarli/ESC to PRS.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;1326 + 1327&lt;/td&gt;&lt;td&gt;Form 1 variant. From &quot;Grynnion&quot; workshop? No join between sherds so perhaps not same vessel. &quot;4th Century or later&quot;.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;1231&lt;/td&gt;&lt;td&gt;Form 1 from &quot;Context of second half of 4th century.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;1229&lt;/td&gt;&lt;td&gt;Hayes 1. &quot;Early(?) variant, in probable Çandarli fabric./Late 4th century. Context of Same date.&quot;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;1232-1236&lt;/td&gt;&lt;td&gt;Main series of Hayes 1's, from first half of fifth or residual in later context.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;1237&lt;/td&gt;&lt;td&gt;Hayes 2a from &quot;Context of ca. A.D. 400.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;1238&lt;/td&gt;&lt;td&gt;Hayes 2a dated &quot;Ca. A.D. 400-425.&quot;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;1239&lt;/td&gt;&lt;td&gt;Hayes 2a/b from &quot;Context of ca. A.D. 400+.&quot;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;1240&lt;/td&gt;&lt;td&gt;Hayes 2b &quot;Date later than 1239? Context of ca. A.D. 460-475&quot;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;1242&lt;/td&gt;&lt;td&gt;Hayes 2c dated &quot;Ca. A.D. 400 to mid-5th century.&quot;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;1243&lt;/td&gt;&lt;td&gt;Hayes 2c from &quot;Context of mid- to late 4th century.&quot;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;1244+1245&lt;/td&gt;&lt;td&gt;Small Hayes 2's both from &quot;Context of late 4th century.&quot;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;1246+1247&lt;/td&gt;&lt;td&gt;Small Hayes 2's both dated to &quot;Ca. A.D. 400 or later.&quot;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;I've assembled the above tables because when I read the prose introduction, I became concerned that the phrase &quot;the stamped forms 2 and 3 both originated close to the turn of the century&quot; could be become hardened into something like &quot;forms 2 and 3 appear after 400.&quot; While this is true for Hayes form 3, I think the appearance of Hayes 2 needs to be kept a little earlier.&lt;br /&gt;&lt;br /&gt;As noted, saying so goes against one stream of discussion of form 2. For example, when reviewing C. Abadie-Reynal's volume on the Roman pottery from Argos (&lt;a href=&quot;http://www.worldcat.org/oclc/173348367&quot;&gt;worldcat&lt;/a&gt;) for &lt;a href=&quot;http://bmcr.brynmawr.edu/2009/2009-03-08.html&quot;&gt;BMCR&lt;/a&gt;, K. Slane wrote, &quot;Recent work in Corinth confirms that LRC forms 1 and 2 are prevalent in the first half, perhaps even second quarter of the fifth century, rather than in the fourth.&quot; I quote the review first because it's readily available online. More in depth discussion can be found in two Hesperia articles: K. Slane and G. Sanders, &lt;i&gt;Corinth: Late Roman Horizons&lt;/i&gt; Hesperia 74 (2005), 243-297 (&lt;a href=&quot;http://www.atypon-link.com/ASCS/doi/abs/10.2972/hesp.74.2.243&quot;&gt;online&lt;/a&gt;). To quote:&lt;br /&gt;&lt;blockquote&gt;Assemblage 1 marks the earliest appearance of LRC at Corinth: Hayes forms 1 and 1A, 2B and C, 3.32, and 4 (or 3/4) appear in small quantities with coins of the second quarter and middle of the fifth century and with fifth-century AfRS. Although the amount of AfRS is sharply reduced from what it had been in the fourth century, it is still two or three times as common as LRC. (p. 283)&lt;/blockquote&gt;At the end of the same paragraph, assemblage 1 is dated to 450 or 460. By extension, LRC 1, 1a, 2b, 2c first appear at Corinth in 450 to 460.&lt;br /&gt;&lt;br /&gt;In the catalog of this article no. 1.10 on page 251 and fig. 3 is a Hayes 2c similar in profile to Agora XXXII no. 1243, which is said to be from a &quot;Context of mid- to late 4th century.&quot; So it looks like the first appearance of 2c at Corinth may post-date its appearance at Athens by 50 years. That's a big gap.&lt;br /&gt;&lt;br /&gt;Slane has also published &lt;i&gt;The End of the Sanctuary of Demeter and Kore on Acrocorinth&lt;/i&gt; Hesperia 77 (2008), 465-496 (&lt;a href=&quot;http://www.ascsa.edu.gr/index.php/publications/hesperia/article/77/3/465-496&quot;&gt;online&lt;/a&gt;). The most relevant paragraph is the following:&lt;blockquote&gt;No additional Late Roman C was identified in the reexamination of the context pottery. The single piece found in the sanctuary remains an intact saucer of &lt;a href=&quot;http://www.atypon-link.com/action/showImage?doi=10.2972%2Fhesp.77.3.465&amp;amp;iName=master.img-007.png&amp;amp;type=master&quot;&gt;form 1D (120, Fig. 2)&lt;/a&gt; from the debris overlying the floor of the Roman Propylon (lot 2240).Although progress has been made in establishing that LRC was manufactured at several sites south of Pergamon, including Phocaea,the published dates of LRC still depend heavily on the Athenian deposits.In the West, LRC is rare until ca. 470 and most common in the first half of the 6th century. Earlier forms appear ca. 430 in southern Italy (San Giovanni di Ruoti, San Giacomo degli Schiavoni), and the same forms appear at Benghazi. At Corinth, in the area north &lt;br /&gt;of Buildings 1–7 east of the Theater, LRC forms 1 and 2 occur in approximately equal numbers with form 3B–C, suggesting that importation occurred through most of the 5th century; assemblage 1 from the same  area contained form 2 and an early example of form 3.40 The most likely date for 120 therefore remains 425–460. Unfortunately, it is not from what we term “destruction debris.” Because it is intact, I had suggested that it was from one of the late graves, but none were identified so far west on the Middle Terrace. Perhaps it can be associated with the dismantling of the Roman Propylon, which would thus be dated ca. 430–460.&lt;/blockquote&gt;That's a long quote, I admit. But it makes for a good read and it is worth following the footnotes if you have access to the article online or in print. For my immediate purpose, it makes no definitive statements about the start of production of PRS Hayes 2, only about its appearance at Corinth.&lt;br /&gt;&lt;br /&gt;As noted above, Slane's BMCR review is of the Roman pottery volume from Argos. What's is going on there. In her introduction to PRS, Abadie-Reynal writes:&lt;blockquote&gt;La chronologie établie par J. W. Hayes parait généralement confirmée par les trouvailles ultérieure. La date d'apparition de cette production a été fixée dans la seconde moitié du IVe siècle, autour des années 370. Cette production continue jusqu'au VIIe siècle. (p. 176)&lt;/blockquote&gt;Catalog nos. 288, 289, and 290 (17.1.2-4) reference sherds of Hayes 2a, b and c from early fifth century deposits. Cat. no. 292 (17.2.2) is identified as the foot of a Hayes 2. Here's the discussion:&lt;blockquote&gt;Un exemplaire provient d'un context daté de la fin du IVe siècle. Il est importante car c'est le seul fragment de la forme Hayes 2 qui ait été trouvé à Argos dans un contexte de cette époque. Il confirme donc bien que cette forme a commencé à être utilisée à la fin du IVe siècle, même si la majorité des fragments proviennent d'ensembles du Ve.&lt;/blockquote&gt;This offers a correction to Slane's statement in the BMCR review that &quot;Abadie-Reynal is explicit that all examples of LRC form 2 are found in contexts of the fifth century or later, but a few examples of form 1 seem to be transitional from Çandarli.&quot; A foot is not as good evidence as a rim, however.&lt;br /&gt;&lt;br /&gt;[Quickly checking the catalog of A. Ivantchik &lt;i&gt;Un puits d'époque paléochrétienne sur l'agora d'Argos&lt;/i&gt; BCH 126 (2002), 331-404 (&lt;a href=&quot;http://www.persee.fr/web/revues/home/prescript/article/bch_0007-4217_2002_num_126_1_7094&quot;&gt;online&lt;/a&gt;), gives 2 Hayes 3's and a 4 of the mid-fifth.]&lt;br /&gt;&lt;br /&gt;OK. What does all this have to do with Troy/Ilion? We have a Hayes 2 sealed in the construction of a columned portico that was added to an earlier building in the late fourth or early fifth century AD. It's the example illustrated above. The same deposit produced 2 Hayes 1a/b rims, a Hayes 1a base, an ARS H50, and an ARS H53b. I'm repeating two drawings from above, but here they all are together.&lt;br /&gt;&lt;br /&gt;Hayes 1a from Troy (I17.0647:4)&lt;br /&gt;&lt;img src=&quot;http://classics.uc.edu/troy/grbpottery/svg/I17.0647-4.jpg&quot; /&gt;&lt;br /&gt;&lt;br /&gt;Hayes 1a/b from Troy (I17.0647:5)&lt;br /&gt;&lt;img src=&quot;http://classics.uc.edu/troy/grbpottery/svg/I17.0647-5.jpg&quot; /&gt;&lt;br /&gt;&lt;br /&gt;Hayes 1a base (I17.0648:6)&lt;br /&gt;&lt;img src=&quot;http://classics.uc.edu/troy/grbpottery/svg/I17.0647-6.jpg&quot; /&gt;&lt;br /&gt;&lt;br /&gt;Hayes 2a from Troy (I17.0647:1)&lt;br /&gt;&lt;img src=&quot;http://classics.uc.edu/troy/grbpottery/svg/I17.0647-1.jpg&quot; /&gt;&lt;br /&gt;&lt;br /&gt;Hayes African Red-Slip 50a (I17.0647:2)&lt;br /&gt;&lt;img src=&quot;http://classics.uc.edu/troy/grbpottery/svg/I17.0647-2.jpg&quot; /&gt;&lt;br /&gt;&lt;br /&gt;Hayes African Red-Slip 53b (I17.0647:3)&lt;br /&gt;&lt;img src=&quot;http://classics.uc.edu/troy/grbpottery/svg/I17.0647-3.jpg&quot; /&gt;&lt;br /&gt;&lt;br /&gt;It's a nice group and its date matters. Building the portico is part of a larger resurgence of activity after a lull in the fourth century. If things don't get going again until after 400, that affects our understanding of how quickly Ilion responded to large-scale phenomena such as the increasing population of Constantinople. Consider this and other issues local, regional and Mediterranean-wide and the date of PRS Hayes 2 matters. Especially if it's after 400 and is the latest dateable sherd in that deposit.&lt;br /&gt;&lt;br /&gt;Right now, partly on the basis of I17.0647 and on the basis of the Argos catalog, I think Hayes 2 begins before 400. On a related matter, I think the transition from Çandarli to ESC is a smooth one and that Ilion, even if the fourth century isn't a high-point, continues to receive finewares from the south throughout this transition. But I'm adopting a somewhat informal tone in offering this initial conclusion because I've gathered the evidence as notes on secondary literature and as consideration of the material at Troy. I haven't pursued the dialectic between those sources to a firm end. I'm comfortable I've read pretty much everything but I need to do more photocopying/photographing so that I can get everything in front of me at the same time. More importantly, I think the work will be strengthened if I ask for comments now, so that's mostly what I'm doing.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/7995942807019832501-6842655815079724541?l=mediterraneanceramics.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2009-10-19T18:57:33+00:00</dc:date>
	<dc:creator>Sebastian Heath</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-7995942807019832501.post-668311841907780904">
	<title>Sebastian Heath (Mediterranean Ceramics): Attitudes toward Pottery</title>
	<link>http://mediterraneanceramics.blogspot.com/2009/10/attitudes-toward-pottery.html</link>
	<content:encoded>Partially as a note to myself, here are a few passages from early Christian literature that reveal attitudes towards ceramic vessels:&lt;blockquote&gt;[&lt;a href=&quot;http://www.biblegateway.com/passage/?search=Romans%209:21&amp;amp;version=YLT&quot; rel=&quot;cite&quot;&gt;Romans 9:21&lt;/a&gt;] hath not the potter authority over the clay, out of the same lump to make the one vessel to honour, and the one to dishonour?&lt;/blockquote&gt;&lt;blockquote&gt;[&lt;a href=&quot;http://www.biblegateway.com/passage/?search=2%20Timothy%202:20&amp;amp;version=YLT&quot; rel=&quot;cite&quot;&gt;Timothy 2:20&lt;/a&gt;] And in a great house there are not only vessels of gold and of silver, but also of wood and of earth, and some to honour, and some to dishonour&lt;/blockquote&gt;I'm using &lt;a href=&quot;http://en.wikipedia.org/wiki/Young's_Literal_Translation&quot; rel=&quot;cite&quot;&gt;Young's Literal Translation&lt;/a&gt; because it's out of copyright and because its approach is useful.&lt;br /&gt;&lt;br /&gt;More complete in terms of its range of material culture is the following from the so-called &lt;a href=&quot;http://en.wikipedia.org/wiki/Epistle_to_Diognetus&quot; rel=&quot;cite&quot;&gt;Epistle of Mathetes to Diognetus&lt;/a&gt;:&lt;blockquote&gt;&lt;pre&gt;See not only with thine eyes, but with thine&lt;br /&gt;intellect also, of what substance or of what form they&lt;br /&gt;chance to be whom ye call and regard as gods.&lt;br /&gt; 2:2  Is not one of them stone, like that which we&lt;br /&gt;tread under foot, and another bronze, no better than&lt;br /&gt;the vessels which are forged for our use, and another&lt;br /&gt;wood, which has already become rotten, and another&lt;br /&gt;silver, which needs a man to guard it lest it be&lt;br /&gt;stolen, and another iron, which is corroded with rust,&lt;br /&gt;and another earthenware, not a whit more comely than&lt;br /&gt;that which is supplied for the most dishonourable&lt;br /&gt;service?&lt;br /&gt; 2:3  Are not all these of perishable matter? Are they&lt;br /&gt;not forged by iron and fire? Did not the sculptor make&lt;br /&gt;one, and the brass-founder another, and the&lt;br /&gt;silversmith another, and the potter another? Before&lt;br /&gt;they were moulded into this shape by the crafts of&lt;br /&gt;these several artificers, was it not possible for each&lt;br /&gt;one of them to have been changed in form and made to&lt;br /&gt;resemble these several utensils? Might not the vessels&lt;br /&gt;which are now made out of the same material, if they&lt;br /&gt;met with the same artificers, be made like unto such&lt;br /&gt;as these?&lt;/pre&gt;&lt;/blockquote&gt;&lt;br /&gt;That's the somewhat archaic sounding translation of &lt;a href=&quot;http://en.wikipedia.org/wiki/Joseph_Barber_Lightfoot&quot; rel=&quot;cite&quot;&gt;J. B. Lightfoot&lt;/a&gt; as found on the excellent &lt;a href=&quot;http://www.earlychristianwritings.com/text/diognetus-lightfoot.html&quot; rel=&quot;cite&quot;&gt;Early Christian Writings&lt;/a&gt; website. The Greek text is available from &lt;a href=&quot;http://www.ccel.org/l/lake/fathers/diognetus.htm&quot; rel=&quot;cite&quot;&gt;The Christian Classics Ethereal Library&lt;/a&gt;, which is also a terrific resource.&lt;br /&gt;&lt;br /&gt;Many more such passages could be cited so take the above as just a small taste from an abundant feast.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/7995942807019832501-668311841907780904?l=mediterraneanceramics.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2009-10-16T14:07:47+00:00</dc:date>
	<dc:creator>Sebastian Heath</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-7995942807019832501.post-8149308274079309386">
	<title>Sebastian Heath (Mediterranean Ceramics): &quot;Mediterranean Ceramics&quot; YouTube Playlist</title>
	<link>http://mediterraneanceramics.blogspot.com/2009/10/mediterranean-ceramics-youtube-playlist.html</link>
	<content:encoded>I've created a &quot;&lt;a href=&quot;http://www.youtube.com/view_play_list?p=3DF9C5A9AF45051B&quot;&gt;Mediterranean Ceramics&lt;/a&gt;&quot; YouTube playlist. Follow that link or use this embedded player:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;As always, this is in a spirit of experimentation.&lt;br /&gt;&lt;br /&gt;One comment: you'll note that there are no voice overs. The one time guards looked at me funny when I was shooting one of these is when I was making comments about the objects in a case. So I don't do that anymore. Perhaps I'll get round to doing audio tracks in the future.&lt;br /&gt;&lt;br /&gt;And let me know if there are any videos that should be added to this list.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/7995942807019832501-8149308274079309386?l=mediterraneanceramics.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2009-10-08T15:48:03+00:00</dc:date>
	<dc:creator>Sebastian Heath</dc:creator>
</item>

</rdf:RDF>
